* NEWS: Fix the last change.
[emacs.git] / lisp / ChangeLog
blob769b77809bcdd61a1cc87b498838ed279f445604
1 2014-03-14  Dmitry Gutov  <dgutov@yandex.ru>
3         * simple.el (blink-matching-paren): Describe the new value,
4         `jump', enabling the old behavior.
5         (blink-matching-open): Use that value.  (Bug#17008)
7 2014-03-14  Glenn Morris  <rgm@gnu.org>
9         * finder.el (finder-no-scan-regexp): Add leim-list.
10         (finder-compile-keywords):
11         Don't skip files with same basename.  (Bug#14010)
12         * Makefile.in (setwins_finder): New, excluding leim.
13         (finder-data): Use setwins_finder.
15         * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
16         (help-function-arglist, help-make-usage): Move from here...
17         * help.el (help-split-fundoc, help-add-fundoc-usage)
18         (help-function-arglist, help-make-usage): ... to here.  (Bug#17001)
19         * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
21 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
23         * net/socks.el (socks, socks-override-functions)
24         (socks-find-services-entry): FT
25         * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
26         (hif-find-ifdef-block):
27         * progmodes/modula2.el (m2-indent): Fix docstring typos.
29         * net/tls.el (tls-program): Reflow docstring.
31         * progmodes/pascal.el (pascal-mode-abbrev-table)
32         (pascal-imenu-generic-expression, pascal-auto-endcomments)
33         (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
34         (pascal-outline-mode): Fix docstring typos.
35         (pascal-mode): Let define-derived-mode document mode hook.
36         (pascal-uncomment-area): Reflow.
37         (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
39         * progmodes/opascal.el (opascal-compound-block-indent)
40         (opascal-case-label-indent): Fix docstring typos.
41         (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
43 2014-03-13  Dmitry Gutov  <dgutov@yandex.ru>
45         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Fontify
46         multiple adjacent negation chars.  (Bug#17004)
48 2014-03-13  Tom Willemse  <tom@ryuslash.org>  (tiny change)
50         * emacs-lisp/package.el (package--prepare-dependencies):
51         Accept requirements without explicit version (bug#14941).
53 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
55         * register.el (register-separator, copy-to-register): Doc fixes.
56         (register-preview-default): Remove unnecessary call to concat.
58         * frameset.el (frameset-restore): When checking for a visible frame,
59         use the action map instead of calling visible-frame-list.
61 2014-03-12  Jonas Bernoulli  <jonas@bernoul.li>
63         * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
65 2014-03-12  Martin Rudalics  <rudalics@gmx.at>
67         * window.el (fit-frame-to-buffer): Get maximum width from
68         display's width instead of height.
70 2014-03-12  Glenn Morris  <rgm@gnu.org>
72         * desktop.el (desktop-restore-frames)
73         (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
74         (desktop-restore-reuses-frames): Doc tweaks.
76         * electric.el (electric-indent-mode): Doc fix.
78 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
80         * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
81         (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
82         (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
83         (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
84         (cvs-dired-use-hook): Fix docstring typos.
85         (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
86         Doc fixes.
88         * vc/pcvs-defs.el (cvs-auto-remove-handled)
89         (cvs-auto-remove-directories, cvs-default-ignore-marks)
90         (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
91         (cvs-execute-single-dir): Fix docstring typos.
93         * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
94         (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
96         * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
98         * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
99         Fix docstring typos.
101 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
103         * frameset.el (frameset--jump-to-register): Add autoload; it could be
104         called from jump-to-register after unloading the frameset package.
106 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
108         * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
109         (bug#16975).  Deactivate the mark before setting it to nil.
110         (activate-mark): Do nothing if region is already active.
112 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
114         * frameset.el (frameset--target-display): Remove definition; declare.
115         (frameset-save, frameset-restore): Let-bind frameset--target-display.
117 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
119         * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
120         (advice-add): Add a :advice--pending marker, so advice--make-1 knows
121         when the advice is pending.
122         (advice-remove): Remove this marker when not needed any more.
124 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
126         * frameset.el: Separate options for reusing frames and cleaning up.
127         (frameset--reuse-list): Remove definition; declare.
128         (frameset--action-map): Declare.
129         (frameset--find-frame-if): Doc fix.
130         (frameset--restore-frame): Cache frame action.
131         (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
132         how to clean up the frame list after restoring.  Remove cleaning
133         options from REUSE-FRAMES.  Change all keyword values to symbols.
134         (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
136         * desktop.el (desktop-restore-forces-onscreen)
137         (desktop-restore-reuses-frames): Use non-keyword values.
138         (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
140 2014-03-10  Glenn Morris  <rgm@gnu.org>
142         * files.el (find-file): Doc fix: update info node name.
144         * emacs-lisp/advice.el (ad-add-advice, defadvice):
145         Doc fix: remove references to deleted info nodes.
147 2014-03-10  Michael Albinus  <michael.albinus@gmx.de>
149         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
150         Do not add `nil' to the environment, when there's no remote `locale'.
151         (tramp-find-inline-encoding): Check, that the remote host has
152         installed perl, before sending scripts.
154 2014-03-10  Leo Liu  <sdl.web@gmail.com>
156         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
157         Clear eldoc-last-message.  (Bug#16920)
159 2014-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
161         * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
162         (bug#14430).
164 2014-03-09  Juri Linkov  <juri@jurta.org>
166         * ansi-color.el (ansi-color-names-vector): Copy default colors
167         from `xterm-standard-colors' that look well on the default white
168         background (and also on the black background) to avoid illegible
169         color combinations like yellow-on-white and white-on-white.
170         http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
172 2014-03-08  Juanma Barranquero  <lekktu@gmail.com>
174         * frameset.el (frameset-restore): When no frame is visible, do not
175         generate a list of frames, just make visible the selected one.
177 2014-03-08  Dmitry Gutov  <dgutov@yandex.ru>
179         * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
180         it only contains the repository root.  (Bug#16897)
182 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
184         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
185         only when `remote-file-name-inhibit-cache' is nil.
186         (tramp-sh-file-name-handler): Use `tramp-error'.  Simplify code.
188 2014-03-06  Martin Rudalics  <rudalics@gmx.at>
190         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
191         Fix doc-strings.
192         (fit-frame-to-buffer): New argument ONLY.  Remove dependency on
193         fit-frame-to-buffer variable.  Fix doc-string.
194         (fit-window-to-buffer): Set ONLY argument in call of
195         fit-frame-to-buffer.  Fix doc-string.
197 2014-03-06  Michael Albinus  <michael.albinus@gmx.de>
199         * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
200         (tramp-action-password): Clear password cache if needed.
201         (tramp-read-passwd): Do not clear password cache.
203         * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
204         cache unless it is the first password request.
206 2014-03-06  Glenn Morris  <rgm@gnu.org>
208         * simple.el (newline): Doc tweak.
210         * emacs-lisp/shadow.el (load-path-shadows-find):
211         Ignore dir-locals.  (Bug#12357)
213 2014-03-05  Glenn Morris  <rgm@gnu.org>
215         * files.el (interpreter-mode-alist):
216         * progmodes/sh-script.el (sh-ancestor-alist): Add dash.  (Bug#16938)
218 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
220         * frameset.el (frameset--initial-params): Filter out null entries.
222 2014-03-05  Martin Rudalics  <rudalics@gmx.at>
224         * window.el (window-min-height, window-min-width):
225         Rewrite doc-strings.
226         (window-body-size): Add PIXELWISE argument to make it consistent
227         with its callees.
229 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
231         * finder.el (finder-mode-map, finder-mode-syntax-table):
232         Revert part of 2014-02-28 change.
234 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
236         * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
237         (eww-setup-buffer): Clear next/prev/etc more reliably.
238         (eww-textarea-map): [tab] doesn't work on tty.
239         Reported by Mario Lang.
241         * net/shr.el (shr-map): Ditto.
243 2014-03-04  Glenn Morris  <rgm@gnu.org>
245         * minibuffer.el (completion-hilit-commonality):
246         Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
248 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
250         * hilit-chg.el (hilit-chg-unload-function): New function.
251         (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
252         (hilit-chg-map-changes): Prefer cardinal number to digit.
253         (hilit-chg-display-changes): Reflow docstring.
254         (highlight-changes-rotate-faces): Remove superfluous backslash.
256 2014-03-04  Michael Albinus  <michael.albinus@gmx.de>
258         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
259         `tramp-send-command-and-check'.
261 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
263         * hexl.el (hexl-address-region, hexl-ascii-region)
264         (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
265         (hexl-backward-short, hexl-forward-short, hexl-backward-word)
266         (hexl-forward-word, hexl-previous-line, hexl-next-line):
267         Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
268         (hexl-mode): Doc fix.
269         (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
270         (hexl-mode-ruler): Fix typos in docstrings.
272         * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
273         (strokes-character, strokes-get-grid-position, strokes-list-strokes):
274         Remove superfluous backslashes.
275         (strokes-last-stroke, strokes-global-map, strokes-mode):
276         Reflow docstrings.
277         (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
278         (strokes-xpm-for-compressed-string): Use quotes with buffer name.
279         (strokes-distance-squared, strokes-global-set-stroke)
280         (strokes-global-set-stroke-string): Doc fixes.
281         (strokes-help): Fix typos; reflow docstring.
283 2014-03-04  Martin Rudalics  <rudalics@gmx.at>
285         * window.el (window-in-direction): Fix doc-string.
287 2014-03-04  Glenn Morris  <rgm@gnu.org>
289         * emacs-lisp/smie.el (smie-config-guess): Doc fix.
290         Explicit error if no grammar.
291         (smie-config-save): Doc fix.  Fix quote typo.
293 2014-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
295         * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
296         electric-indent-mode-hook if we obey electric-indent-mode.
297         (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
298         decide whether we obey electric-indent-mode.
299         (c-change-set-fl-decl-start, c-extend-after-change-region):
300         Silence warnings.
301         (c-electric-indent-mode-hook): Assume we do want to obey
302         electric-indent-mode.
304         * electric.el (electric-indent-mode-has-been-called): Remove.
305         (electric-indent-mode): Fix accordingly.
307         * files.el (hack-local-variables): Mention file name in warning.
309         * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
311 2014-03-04  Michal Nazarewicz  <mina86@mina86.com>
313         * binding.el: Add comment describing why C-d binds to `delete-char'.
314         * simple.el (delete-forward-char): Mark as interactive-only.
316 2014-03-03  Juanma Barranquero  <lekktu@gmail.com>
318         * icomplete.el (icomplete-completions):
319         Follow-up to 2014-03-01 change.
321         * icomplete.el: Miscellaneous doc fixes.
322         Use Icomplete everywhere instead of icomplete for consistency.
323         (icomplete-max-delay-chars): Fix typo.
324         (icomplete-mode): Use \[].
325         (icomplete-tidy, icomplete-exhibit): Reflow.
326         (icomplete-minibuffer-setup-hook, icomplete-completions):
327         Remove superfluous backlashes.
329         * ido.el: Miscellaneous doc fixes.
330         Use Ido everywhere instead of ido or `ido' for consistency.
331         (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
332         (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
333         (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
334         (ido-separator): Extract obsolescence info from docstring and declare
335         with make-obsolete-variable.
336         (ido-minibuffer-setup-hook): Simplify example.
337         (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
338         (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
339         (ido-completion-help, ido-completing-read): Fix typos in docstrings.
340         (ido-everywhere): Reflow docstring.
341         (ido-toggle-vc): Doc fix.
342         (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
343         of long list of keybindings.
345 2014-03-03  Glenn Morris  <rgm@gnu.org>
347         * frame.el (display-pixel-height, display-pixel-width)
348         (display-mm-dimensions-alist, display-mm-height)
349         (display-mm-width): Doc tweaks.
351 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
353         * simple.el (undo-elt-in-region): Fix buffer corruption for edge
354         case of undo in region.
356 2014-03-02  Martin Rudalics  <rudalics@gmx.at>
358         * window.el (fit-window-to-buffer): Fix argument in window-size
359         call when window is horizontally combined.
361 2014-03-02  Juanma Barranquero  <lekktu@gmail.com>
363         * icomplete.el (icomplete-completions): Use string-width.
364         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
366 2014-03-01  Dmitry Gutov  <dgutov@yandex.ru>
368         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
369         Highlight regexp options.  (Bug#16914)
371 2014-03-01  Martin Rudalics  <rudalics@gmx.at>
373         * window.el (window--max-delta-1): Round down when calculating
374         how many lines/columns we can get from a window.
376 2014-03-01  Glenn Morris  <rgm@gnu.org>
378         * isearch.el (search-invisible): Doc fix.
380         * minibuffer.el (completion-hilit-commonality):
381         Make `base-size' argument optional.  Short-cut if `prefix-len' is 0.
382         * comint.el (comint-dynamic-list-completions): Doc fix.
383         * comint.el (comint-dynamic-list-completions):
384         * filecache.el (file-cache-minibuffer-complete):
385         * tempo.el (tempo-display-completions):
386         * eshell/em-hist.el (eshell-list-history):
387         Replace use of obsolete argument of display-completion-list.
389 2014-03-01  Juanma Barranquero  <lekktu@gmail.com>
391         * icomplete.el (icomplete-completions):
392         Revert back to using "..." when ?… cannot be displayed.
394 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
396         * finder.el (finder-unload-function): New function.
398 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
400         * dframe.el (dframe-detach):
401         * find-dired.el (find-dired, find-name-dired):
402         * finder.el (finder-mode-map, finder-mode-syntax-table)
403         (finder-headmark, finder-select, finder-mouse-select):
404         Fix docstring typos.
406 2014-02-28  Martin Rudalics  <rudalics@gmx.at>
408         Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
409         * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
410         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
411         Fix doc-string based on a suggestion by Nicolas Richard
412         <theonewiththeevillook@yahoo.fr>.
413         * help.el (with-help-window): Fix doc-string.
415 2014-02-28  Ivan Kanis  <ivan@kanis.fr>
417         * net/shr.el (shr-image-animate): New option.
418         (shr-put-image): Respect shr-image-animate.
420 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
422         * net/tramp-adb.el (tramp-adb-parse-device-names):
423         Use `accept-process-output'.
424         (tramp-adb-handle-file-truename): Cache the localname only.
425         (tramp-adb-handle-make-directory)
426         (tramp-adb-handle-delete-directory): Flush file properties correctly.
427         (tramp-adb-handle-set-file-modes): Do not raise an error when file
428         modes cannot be changed.
430         * net/tramp-cache.el (tramp-flush-directory-property): Remove also
431         file properties of symlinks.
433 2014-02-28  Per Starbäck  <starback@stp.lingfil.uu.se>
435         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
436         required/optional fields to match development biblatex.  (Bug#16781)
438 2014-02-28  Andy Sawyer  <andy.sawyer@gmail.com>  (tiny change)
440         * saveplace.el (toggle-save-place):
441         Fix argument handling.  (Bug#16673)
443 2014-02-28  Glenn Morris  <rgm@gnu.org>
445         * minibuffer.el (completions-first-difference)
446         (completions-common-part, completion-hilit-commonality): Doc fixes.
448 2014-02-28  Karl Berry  <karl@gnu.org>
450         * info.el (Info-mode-map): Add H for describe-mode,
451         to synchronize with standalone Info.
453 2014-02-28  Emilio C. Lopes  <eclig@gmx.net>
455         * progmodes/sql.el (sql-interactive-mode):
456         Avoid setting global comint-input-ring-separator.  (Bug#16814)
458 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
460         * net/dbus.el (dbus--init-bus): Declare function.
461         (dbus-path-local, dbus-interface-local): New defconst.
462         (dbus-init-bus): Use them.
463         (dbus-return-values-table): Extend doc.
464         (dbus-handle-bus-disconnect): Extend error message.
466 2014-02-27  Juanma Barranquero  <lekktu@gmail.com>
468         * subr.el (y-or-n-p): Fix double space issue in message.
470 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
472         * net/tramp.el (tramp-call-process): Improve trace message.
473         (tramp-handle-insert-file-contents): Trace error case.
475         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
476         <insert-directory>: Use `tramp-handle-insert-directory'.
477         (tramp-adb-handle-insert-directory): Remove function.
478         (tramp-adb-send-command-and-check): New defun, replacing
479         `tramp-adb-command-exit-status'.  Change all callees.
480         (tramp-adb-handle-file-attributes)
481         (tramp-adb-handle-directory-files-and-attributes): Use it.
482         (tramp-adb-ls-output-name-less-p):
483         Use `directory-listing-before-filename-regexp'.
484         (tramp-adb-handle-delete-directory): Flush also file properties of
485         the truename of directory.
486         (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
487         (tramp-adb-handle-file-local-copy): Make the local copy readable.
488         (tramp-adb-handle-write-region): Implement APPEND.
489         (tramp-adb-handle-rename-file): Make it more robust.  Flush file
490         properties correctly.
491         (tramp-adb-maybe-open-connection): Set `tramp-current-*'
492         variables.  Check for connected devices only when needed.
494 2014-02-27  Glenn Morris  <rgm@gnu.org>
496         * minibuffer.el (completion-table-dynamic)
497         (completion-table-with-cache): Doc fixes.
499         * emacs-lisp/crm.el (crm-default-separator, crm-separator)
500         (completing-read-multiple): Doc fixes.
502 2014-02-27  Daniel Colascione  <dancol@dancol.org>
504         * minibuffer.el (completion--nth-completion): Fix indentation.
506         * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
507         explicit tramp path is empty.
509 2014-02-27  Glenn Morris  <rgm@gnu.org>
511         * emacs-lisp/crm.el (completing-read-multiple):
512         Empower help-enable-auto-load.
514 2014-02-26  Glenn Morris  <rgm@gnu.org>
516         * startup.el (command-line): Don't init the tty in daemon mode.
518         Avoid calling tty-setup-hook twice, eg if a term file
519         explicitly calls tty-run-terminal-initialization.  (Bug#16859)
520         * faces.el (tty-run-terminal-initialization): Add run-hook argument.
521         (tty-create-frame-with-faces): Use it.
522         * startup.el (command-line): Pass run-hook argument
523         to tty-run-terminal-initialization.
525         * dired.el (dired-restore-desktop-buffer): Demote errors;
526         eg in case a glob match fails.  (Bug#16884)
528 2014-02-26  Dmitry Gutov  <dgutov@yandex.ru>
530         * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
531         error from `read-from-string'.  (Bug#16850)
533         * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
534         result of `completing-read' in the interactive form.  (Bug#16854)
536 2014-02-25  Glenn Morris  <rgm@gnu.org>
538         * image.el (image-animate, image-animate-timeout):
539         Stop animating images in dead buffers.  (Bug#16878)
541         * emacs-lisp/edebug.el (defmacro): Fix debug spec.  (Bug#16868)
543         * faces.el (tty-setup-hook, tty-run-terminal-initialization):
544         Doc fixes.
545         * startup.el (term-setup-hook): Doc fix.  Make obsolete.
546         * term/sun.el (sun-raw-prefix-hooks):
547         Use tty-setup-hook instead of term-setup-hook.
548         (terminal-init-sun): Construct message from bytecomp plist.
549         * term/wyse50.el (enable-arrow-keys): Doc fix.
551 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
553         * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
554         Fix docstring typos.
556 2014-02-24  Michael Albinus  <michael.albinus@gmx.de>
558         * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
560 2014-02-24  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
562         * minibuffer.el (completion--try-word-completion):
563         Fix error when completing M-x commands (bug#16808).
565 2014-02-24  Leo Liu  <sdl.web@gmail.com>
567         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
569 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
571         * apropos.el (apropos-print): Avoid formatting error when
572         apropos-do-all and apropos-compact-layout are both t.
574 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
576         * apropos.el (apropos-property, apropos-all-words-regexp)
577         (apropos-true-hit, apropos-variable, apropos-print):
578         Fix docstring typos, and remove obsolete comment.
580 2014-02-23  Michael Albinus  <michael.albinus@gmx.de>
582         * net/tramp-sh.el (tramp-sh-handle-file-truename):
583         Preserve trailing "/".  (Bug#16851)
585 2014-02-23  Dmitry Gutov  <dgutov@yandex.ru>
587         * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
588         after `=>' (bug#16811).
589         (ruby-smie-rules): Handle the inconsistent second element of the
590         list returned by `smie-indent--parent'.
591         (ruby-font-lock-keywords): Disqualify any identifier before `=' as
592         method call.
594 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
596         * elec-pair.el (electric-pair-text-syntax-table)
597         (electric-pair-syntax-info, electric-pair--syntax-ppss)
598         (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
599         (electric-pair--looking-at-unterminated-string-p): Doc fix.
600         (electric-pair--inside-string-p): Doc fix.  Use `let', not `let*'.
602 2014-02-22  Glenn Morris  <rgm@gnu.org>
604         * imenu.el (imenu--generic-function): Doc fix.
606         * register.el (frame-configuration-to-register): Make obsolete.
608 2014-02-22  Juanma Barranquero  <lekktu@gmail.com>
610         * desktop.el (desktop-save-buffer-p): Do not fail when
611         desktop-files-not-to-save is nil.  Return t for true result
612         as the doc says.
614 2014-02-22  Daniel Colascione  <dancol@dancol.org>
616         * net/secrets.el (secrets-create-item, secrets-search-items):
617         Check that attribute values are strings, avoiding the construction
618         of invalid dbus messages.
620 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
622         * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
623         defun-declarations-alist.
625 2014-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
627         * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
628         (bug#16829).
630 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
632         * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
633         (whitespace-newline, whitespace-trailing, whitespace-line)
634         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
635         (whitespace-space-after-tab): Fix typo in docstrings.
637 2014-02-21  Dmitry Gutov  <dgutov@yandex.ru>
639         * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
641         * electric.el (electric-indent-functions-without-reindent):
642         Add `yaml-indent-line'.
644 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
646         * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
647         It has done nothing for years; should be removed after the release.
649         * simple.el (choose-completion): Fix docstring typo.
650         (read-quoted-char-radix): Remove unneeded * in docstring.
651         (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
652         Don't escape parentheses unnecessarily in docstrings.
654 2014-02-21  Martin Rudalics  <rudalics@gmx.at>
656         Fix handling of window-min-height/-width (Bug#16738).
657         * window.el (window--dump-window, window--dump-frame):
658         New functions.
659         (window--min-size-1): Account for window dividers.
660         When window-resize-pixelwise is nil, delay rounding till after the
661         sum of the window components has been calculated.
662         (window--min-delta-1, window--max-delta-1): When PIXELWISE is
663         nil make sure at least one text line and two text columns remain
664         fully visible.
665         (window-resize): Signal an error when window-resize-apply fails.
666         (window--resize-child-windows): Fix calculation of by how many
667         pixels a window can still be shrunk via window-new-normal.
668         (adjust-window-trailing-edge): Call window--resizable with
669         correct TRAIL argument.
671         (with-temp-buffer-window): Don't evaluate BODY within
672         with-current-buffer (Bug#16816).
674 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
676         * net/tramp.el (tramp-check-cached-permissions):
677         Call `file-attributes' with `suffix' being a symbol but a string.
679 2014-02-21  Daniel Colascione  <dancol@dancol.org>
681         * net/dbus.el (dbus-init-bus-1): Declare new subr.
682         (dbus-init-bus): New function: call into dbus-init-bus-1
683         and installs a handler for the disconnect signal.
684         (dbus-call-method): Rewrite to look for result in cons.
685         (dbus-call-method-handler): Store result in cons.
686         (dbus-check-event): Recognize events with nil sender as valid.
687         (dbus-handle-bus-disconnect): New function.  React to bus
688         disconnection signal by synthesizing dbus error for each
689         pending synchronous or asynchronous call.
690         (dbus-notice-synchronous-call-errors): New function.
691         (dbus-handle-event): Raise errors directly only when `dbus-debug'
692         is true, not all the time.
694 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
696         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
697         Remove obsolescence declarations, these variables do not exist anymore.
699         * savehist.el (savehist-save-minibuffer-history)
700         (savehist-additional-variables, savehist-file, savehist-mode-hook)
701         (savehist-save-hook, savehist-coding-system, savehist-loaded)
702         (savehist-load, savehist-install, savehist-autosave): Fix typos;
703         mostly, refer to "Savehist mode" when talking about the mode,
704         and not the function.
706         * saveplace.el (save-place): Remove redundant info in docstring.
707         (save-place-forget-unreadable-files, toggle-save-place)
708         (save-place-forget-unreadable-files, save-place-dired-hook):
709         Fix typos and remove unneeded backslashes.
711 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
713         * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
714         (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
716         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
717         <insert-directory>: Use `tramp-handle-insert-directory'.
718         (tramp-gvfs-handle-insert-directory): Remove function.
720         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
721         Call `tramp-handle-insert-directory'.
723 2014-02-20  Juanma Barranquero  <lekktu@gmail.com>
725         * elec-pair.el (electric-pair-syntax-info): Do not check syntax
726         before the start of buffer/region (bug#16799).
728 2014-02-20  Glenn Morris  <rgm@gnu.org>
730         * isearch.el (search-invisible): Doc fix.
732 2014-02-20  W. Trevor King  <wking@tremily.us>  (tiny change)
734         * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
735         (bug#16657).
737 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
739         * frameset.el (frameset-restore): Delay removing an old frame's
740         duplicate id until the new frame has been correctly created.
742 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
744         * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
745         (tramp-check-cached-permissions): Call `file-attributes' if the
746         cache is empty.
748         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
749         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
751         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
752         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
753         (tramp-gvfs-maybe-open-connection): Set always connection
754         properties, even if target is mounted already.
756         * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
757         Set tramp-autoload cookie.
758         (tramp-get-remote-touch): New defun.
759         (tramp-sh-handle-set-file-times): Use it.
760         (tramp-sh-handle-directory-files-and-attributes):
761         Use `tramp-handle-directory-files-and-attributes' if neither stat
762         nor perl are available on the remote host.
764         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
765         "/".  Write long listing only when "l" belongs to the switches.
767         * net/trampver.el: Update release number.
769 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
771         * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
773 2014-02-19  Martin Rudalics  <rudalics@gmx.at>
775         * window.el (window-state-put): Allow WINDOW to refer to an
776         internal window (Bug#16793).
778 2014-02-19  Glenn Morris  <rgm@gnu.org>
780         * textmodes/remember.el: Move provide statement to end.
781         (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
782         (remember-notes): Doc fixes.
784 2014-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
786         * delsel.el (delete-char): Restore incorrectly erased property
787         (bug#16795).
789 2014-02-18  Juanma Barranquero  <lekktu@gmail.com>
791         * frameset.el (frameset--restore-frame): When a frame is being reused
792         and its root window is not alive, delete all the frame's windows before
793         restoring the window state.  This works around the issue in bug#16793.
795 2014-02-18  Glenn Morris  <rgm@gnu.org>
797         * textmodes/remember.el (remember-data-directory)
798         (remember-directory-file-name-format, remember-store-in-files)
799         (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
800         (remember-notes-save-and-bury-buffer)
801         (remember-notes--kill-buffer-query): Doc fixes.
803         * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
805 2014-02-17  Alan Mackenzie  <acm@muc.de>
807         Connect electric-indent-mode up with CC Mode.  Bug #15478.
808         * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
809         to electric-indent-{,local-}-mode.
810         (c-basic-common-init): Set electric-indent-inhibit.
811         Initialise c-electric-flag from electric-indent-mode.
812         (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
813         New hook functions which propagate electric-indent-mode to CC mode.
815         * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
816         hit, toggle electric-indent-local-mode.
818         * electric.el (electric-indent-mode-has-been-called):
819         New variable.
821 2014-02-17  Juanma Barranquero  <lekktu@gmail.com>
823         * frameset.el (frameset-cfg-id): New function.
824         (frameset--reuse-frame, frameset-restore): Use it.
825         (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
827 2014-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
829         * ido.el (ido-file-internal): Remove unused var `d'.
830         Use \` for to match BoS.  Fit within 80n columns.
832 2014-02-17  Daniel Colascione  <dancol@dancol.org>
834         * net/dbus.el (dbus-call-method): Work around bug#16775 by having
835         dbus-call-method check for completion using a busy-wait loop with
836         gradual backoff.
838 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
840         Sync with Tramp 2.2.9.
842         * net/trampver.el: Update release number.
844 2014-02-16  Dmitry Gutov  <dgutov@yandex.ru>
846         * ido.el (ido-file-internal): Don't add the name of an existing
847         directory twice.  (Bug#16747)
849 2014-02-16  Glenn Morris  <rgm@gnu.org>
851         * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
852         Do not use ediff-defvar-local on pre-defined variables.  (Bug#16744)
854 2014-02-15  Michael R. Mauger  <michael@mauger.com>
856         * progmodes/sql.el: Version 3.4
857         (sql-oracle-options): New default value ("-L").
858         (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
859         (sql-placeholders-filter): Correct placeholder pattern.
860         (sql-read-table-name): Bug fix.  Detect absence of SQLi process.
861         (sql-login-delay): New variable.
862         (sql-product-interactive): Use it.
864 2014-02-15  Juanma Barranquero  <lekktu@gmail.com>
866         * frameset.el (frameset--jump-to-register): Check that buffer is live
867         (bug#16749).
869 2014-02-15  Glenn Morris  <rgm@gnu.org>
871         * info.el (info-initialize): Revert 2014-01-10 change.
873 2014-02-14  Glenn Morris  <rgm@gnu.org>
875         * replace.el (map-query-replace-regexp)
876         (read-regexp-defaults-function, read-regexp): Doc fixes.
878         * dired.el (dired-read-regexp):
879         * faces.el (list-faces-display):
880         * misearch.el (multi-isearch-read-matching-buffers)
881         (multi-isearch-read-matching-files):
882         * play/cookie1.el (cookie-apropos):
883         * progmodes/grep.el (grep-read-regexp): Doc fixes.
885         * textmodes/remember.el (remember): Use frameset-to-register
886         rather than frame-configuration-to-register.
888 2014-02-14  Jay Belanger  <jay.p.belanger@gmail.com>
890         * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
891         incorrect keybinding.
893 2014-02-13  Daniel Colascione  <dancol@dancol.org>
895         * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
896         when adding overlays so that line numbers from compiler match line
897         numbers we use.
899 2014-02-13  Glenn Morris  <rgm@gnu.org>
901         * mail/rmail.el (rmail-probe): Be less strict.  (Bug#16743)
903         * jit-lock.el (jit-lock-mode): Doc fix.
905 2014-02-13  Juanma Barranquero  <lekktu@gmail.com>
907         * apropos.el (apropos-read-pattern): When the user passes an empty
908         string, give a more helpful error message than "Wrong type
909         argument: stringp, nil".
911 2014-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
913         * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
915 2014-02-13  Glenn Morris  <rgm@gnu.org>
917         * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
919 2014-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
921         * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
922         shift-select commands.
924 2014-02-12  Dmitry Gutov  <dgutov@yandex.ru>
926         * progmodes/js.el (js-indent-line): Don't widen.
927         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
929 2014-02-12  Glenn Morris  <rgm@gnu.org>
931         * icomplete.el (icomplete): Add info-link to defgroup.
932         (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
933         (icomplete-minibuffer-map, icomplete-mode)
934         (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
936         * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
937         (package-menu-filter): Rename from package-menu-filter-interactive.
938         Doc fix.
940 2014-02-11  Juanma Barranquero  <lekktu@gmail.com>
942         * frameset.el (frameset--jump-to-register): Select the required
943         window and buffer before restoring position (bug#16696).
945 2014-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
947         * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
949 2014-02-10  Glenn Morris  <rgm@gnu.org>
951         * jit-lock.el (jit-lock-force-redisplay): Doc fix.  (Bug#14394)
953 2014-02-10  Eli Zaretskii  <eliz@gnu.org>
955         * w32-common-fns.el (x-get-selection): Doc fix.
956         * select.el (x-get-selection): Doc fix.  (Bug#15109)
958         * face-remap.el (face-remap-add-relative)
959         (face-remap-remove-relative, face-remap-reset-base)
960         (face-remap-set-base): Call force-mode-line-update to redisplay
961         the current buffer due to potential change in faces.  (Bug#16709)
963 2014-02-10  Michael Albinus  <michael.albinus@gmx.de>
965         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
966         script more robustly.
968 2014-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
970         * dired.el (dired-get-marked-files): Doc fix (bug#11534).
972         * simple.el (choose-completion): Doc fix (bug#14160).
974         * subr.el (event-start): Say what a nil EVENT value means.
976         * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
977         (bug#14197).
979         * progmodes/grep.el (find-program): Doc fix (bug#14289).
981         * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
983         * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
985         * files.el (confirm-kill-emacs): Allow specifying an arbitrary
986         predicate function (bug#15455).
988 2014-02-10  Dmitry Gutov  <dgutov@yandex.ru>
990         * ielm.el (inferior-emacs-lisp-mode): Instead of
991         `comment-use-global-state', set `comment-use-syntax'.
993 2014-02-10  Glenn Morris  <rgm@gnu.org>
995         * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
997 2014-02-09  Alan Mackenzie  <acm@muc.de>
999         Fix c-invalidate-state-cache on narrowed buffers.
1000         * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
1001         Widen when setting and clearing the CPP delimiter properties.
1003 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1005         * help.el (describe-bindings): Doc fix (bug#9888).
1007         * files.el (save-buffer): Use ARG as the parameter name for
1008         consistency (bug#10346).
1009         (save-buffer): Clarify the 0 argument (bug#10346).
1011         * cus-edit.el (customize-apropos): Fix error string.
1012         (custom-buffer-create): Doc fix (bug#11122).
1013         (custom-sort-items): Doc fix (bug#11121).
1015         * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
1017         * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
1018         (icomplete-simple-completing-p): Mention the previous variable.
1020         * font-lock.el (font-lock-value-in-major-mode): Clarify the
1021         meaning of the parameter (bug#12282).
1023         * files.el (find-file-noselect): Clarify prompt when changing
1024         readedness (bug#13261).
1025         (locate-file): Suffixes aren't returned, so don't say that they
1026         are (bug#12674).
1027         (backup-inhibited): Doc clarification (bug#12525).
1029         * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
1030         before we actually start to delete things (bug#16331).
1032         * subr.el (event-start): Doc fix (bug#14228).
1033         (event-end): Ditto.
1035 2014-02-09  Glenn Morris  <rgm@gnu.org>
1037         * emacs-lisp/warnings.el (lwarn):
1038         Empower help-enable-auto-load.  (Bug#15940)
1040 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
1042         * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
1043         (Bug#16690)
1045 2014-02-08  Michael Albinus  <michael.albinus@gmx.de>
1047         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1048         Insert output at end of buffer.  (Bug#16120)
1050 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1052         * simple.el (choose-completion-string-functions): Document new
1053         calling convention (bug#14153).
1054         (execute-extended-command): Clarify doc string (bug#13373).
1056         * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
1058         * find-dired.el (find-name-dired): Doc fix (bug#14290).
1059         (find-grep-dired): Doc fix (bug#14288).
1061 2014-02-08  Juri Linkov  <juri@jurta.org>
1063         * isearch.el (isearch-quote-char): Check character validity
1064         like in `quoted-insert' (bug#16677).
1066 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1068         * files.el (find-file-visit-truename): Doc clarification (bug#14697).
1070         * isearch.el (isearch-hide-immediately): Doc clarification
1071         (bug#14723).
1073         * simple.el (line-move): Document utility function used many
1074         places in the Emacs sources (bug#14843).
1076         * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
1077         (dired-prev-marked-file): Doc fix (bug#14855).
1078         (dired-up-directory): Doc fix (bug#14848).
1080         * minibuffer.el (read-file-name): Doc clarification (bug#15096).
1082         * files.el (file-relative-name): Doc fix (bug#15159).
1084         * fringe.el (fringe-styles): Doc fix (bug#15239).
1086         * isearch.el (isearch-filter-predicate): Documentation typo fix
1087         (bug#15474).
1089         * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
1091         * isearch.el (isearch-cmds): Doc clarification (bug#15547).
1093         * replace.el (replace-match-maybe-edit): Doc clarification
1094         (bug#15632).
1096         * subr.el (add-to-list): Refill the paragraphs (bug#15791).
1098         * macros.el (insert-kbd-macro): Doc fix (bug#16025).
1100 2014-02-08  Glenn Morris  <rgm@gnu.org>
1102         * help-fns.el (describe-variable):
1103         Check {file,dir}-local-variables-alist, and buffer-file-name,
1104         in the correct buffer.
1106 2014-02-08  Ingo Lohmar  <i.lohmar@gmail.com>
1108         * help-fns.el (describe-variable): Fix the case where
1109         a value is directory-local with no dir-locals file.  (Bug#16635)
1111 2014-02-08  Glenn Morris  <rgm@gnu.org>
1113         * abbrev.el (edit-abbrevs-mode):
1114         Derive from fundamental-mode.  (Bug#16682)
1116 2014-02-07  Juanma Barranquero  <lekktu@gmail.com>
1118         * simple.el (quoted-insert): Check character validity (bug#16677).
1120 2014-02-07  Juri Linkov  <juri@jurta.org>
1122         * desktop.el (desktop-read): Claim the lock when the owner is not
1123         the current process.  (Bug#16157)
1125 2014-02-07  Juri Linkov  <juri@jurta.org>
1127         * desktop.el (desktop-buffers-not-to-save): Change default from nil
1128         to "\\` ".  (Bug#16651)
1130 2014-02-07  Juri Linkov  <juri@jurta.org>
1132         * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
1133         when enabling, and `desktop-auto-save-cancel-timer' when disabling.
1134         (desktop-auto-save-cancel-timer): New function with some code from
1135         `desktop-auto-save-set-timer'.
1136         (after-init-hook): Don't call `desktop-auto-save-set-timer'.
1137         Instead of setting `desktop-save-mode' to nil, call
1138         `desktop-save-mode' with arg 0.  (Bug#16630)
1140 2014-02-07  Glenn Morris  <rgm@gnu.org>
1142         * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
1143         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
1144         (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
1146         * obsolete/iswitchb.el: Move to obsolete/.
1147         * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
1148         since obsolete/ is not scanned for autoloads.
1149         * emacs-lisp/authors.el (authors-valid-file-names):
1150         Add iswitchb.el.
1152         * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
1153         Disable now non-functional find-file-hook.
1155 2014-02-06  Michael Albinus  <michael.albinus@gmx.de>
1157         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
1158         instead of ";" in order to avoid additional prompts.  Let heredoc
1159         scripts read from tty.  (Bug#16582)
1160         (tramp-send-command): No special handling of heredocs, it isn't
1161         necessary anymore.
1163 2014-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1165         * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
1166         with a space (bug#16664).  Limit the symbols considered to the ones
1167         that are bound or fbound (bug#16646).
1169 2014-02-06  Glenn Morris  <rgm@gnu.org>
1171         * epa.el (epa-mail-aliases): Doc fix.
1173 2014-02-06  Dmitry Gutov  <dgutov@yandex.ru>
1175         * emacs-lisp/lisp.el (lisp-completion-at-point):
1176         Use `completion-table-merge' instead of `completion-table-in-turn'
1177         (bug#16604).
1179         * minibuffer.el (completion-table-merge): New function.
1181 2014-02-05  Michael Albinus  <michael.albinus@gmx.de>
1183         * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
1184         (tramp-sh-handle-set-file-acl)
1185         (tramp-sh-handle-start-file-process)
1186         (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
1187         (tramp-find-executable, tramp-send-command): Use it.
1189 2014-02-05  Glenn Morris  <rgm@gnu.org>
1191         * epa.el (epa-mail-aliases): Fix custom type.  Doc tweak.
1193 2014-02-04  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1195         * progmodes/python.el (python-shell-send-string)
1196         (python-shell-send-string-no-output): Fix docstring (Bug#16547).
1198 2014-02-04  Anders Lindgren  <andlind@gmail.com>
1200         * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
1201         the names (bug#16620).
1203 2014-02-03  Martin Rudalics  <rudalics@gmx.at>
1205         * faces.el (window-divider): New default value.  Rewrite doc-string.
1206         (window-divider-first-pixel, window-divider-last-pixel): New faces.
1208 2014-02-03  Dmitry Gutov  <dgutov@yandex.ru>
1210         * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
1211         `protected' and `public' can also be called without arguments.
1213 2014-02-03  Glenn Morris  <rgm@gnu.org>
1215         * register.el (window-configuration-to-register)
1216         (frame-configuration-to-register): Unadvertise unused argument.
1217         * frameset.el (frameset-to-register): Remove unused argument.
1219         * frameset.el (frameset-to-register):
1220         * kmacro.el (kmacro-to-register):
1221         * register.el (increment-register):
1222         * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
1223         (calc-append-to-register, calc-prepend-to-register):
1224         * play/gametree.el (gametree-layout-to-register)
1225         (gametree-apply-register-layout):
1226         * textmodes/picture.el (picture-clear-rectangle-to-register)
1227         (picture-yank-rectangle-from-register):
1228         * vc/emerge.el (emerge-combine-versions-register):
1229         Use register-read-with-preview to read registers.
1231 2014-02-03  João Távora  <joaotavora@gmail.com>
1233         * elec-pair.el (electric-pair-backward-delete-char): Don't error
1234         when at beginning of (possibly narrowed) buffer.
1236 2014-02-02  Daniel Colascione  <dancol@dancol.org>
1238         * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
1239         Also try to display local help from just before point.
1241 2014-02-02  Alan Mackenzie  <bug-cc-mode@gnu.org>
1243         c-parse-state.  Don't "append-lower-brace-pair" in certain
1244         circumstances.  Also fix an obscure bug where "\\s!" shouldn't be
1245         recognised as a comment.
1247         * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
1248         as well as normal comment starter.
1249         (c-parse-state-get-strategy): Extra return possibility
1250         'back-and-forward.
1251         (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
1252         return value list to indicate replacement of a brace-pair cons
1253         with its car.
1254         (c-parse-state-1): With 'back-and-forward, only call
1255         c-append-lower-brace-pair-to state-cache when cons-separated.
1257 2014-02-02  Jan Djärv  <jan.h.d@swipnet.se>
1259         * term/ns-win.el (ns-suspend-error): New function.
1260         (ns-initialize-window-system): Add ns-suspend-error to
1261         suspend-hook (Bug#16612).
1263 2014-02-02  Daniel Colascione  <dancol@dancol.org>
1265         * progmodes/cc-defs.el (c-find-assignment-for-mode):
1266         Make loading cc-mode silent.
1268 2014-02-02  Daniel Colascione  <dancol@dancol.org>
1270         * comint.el (comint-prompt-read-only): Change doc to suggest
1271         remap keybinding.
1273 2014-02-02  Glenn Morris  <rgm@gnu.org>
1275         * register.el (register-read-with-preview, point-to-register)
1276         (window-configuration-to-register, frame-configuration-to-register)
1277         (jump-to-register, number-to-register, view-register, insert-register)
1278         (copy-to-register, append-to-register, prepend-to-register)
1279         (copy-rectangle-to-register): Doc fixes.
1281 2014-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1283         * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
1284         * emacs-lisp/find-func.el (find-function-C-source): Idem.
1285         * emacs-lisp/nadvice.el (advice--cd*r): New function.
1286         * help-fns.el (describe-function-1): Use it.
1288 2014-02-02  Glenn Morris  <rgm@gnu.org>
1290         * register.el (register-preview-default): New function,
1291         split from register-preview.
1292         (register-preview-function): Rename from register-preview-functions,
1293         make it not a hook.
1294         (register-preview): Use register-preview-function.
1295         (register-read-with-preview): Error on non-character event.  (Bug#16595)
1297 2014-02-01  Dmitry Gutov  <dgutov@yandex.ru>
1299         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
1300         `:' before binary operators (bug#16609).  Don't check for `:'
1301         before `[' and `(', or their syntax status.  A percent literal
1302         can't end with either.
1303         (ruby-font-lock-keywords): For built-ins that require arguments,
1304         check that they're followed by something that looks like argument
1305         (bug#16610).
1307 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1309         * subr.el (butlast): Document what an omitted N means (bug#13437).
1310         (nbutlast): Ditto.
1312 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1314         * net/shr.el (shr-generic): Make into a defsubst to make the stack
1315         depth shallower (bug#16587).
1316         (shr-tag-svg): Respect `shr-inhibit-images'.
1317         (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
1319 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
1321         * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
1322         (ruby-smie-grammar): Make "." right-associative.  Make its priority
1323         lower than the ternary and all binary operators.
1324         (ruby-smie-rules): Indent "(" relative to the first non-"."
1325         parent, or the first "." parent at indentation.
1326         Use `ruby-align-chained-calls' for indentation of "." tokens.
1327         (Bug#16593)
1329 2014-01-31  Juri Linkov  <juri@jurta.org>
1331         * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
1332         from `make-hash-table'.
1334         * textmodes/ispell.el (ispell-init-process): Change message format
1335         to be consistent with other messages.
1337 2014-01-31  Glenn Morris  <rgm@gnu.org>
1339         * delsel.el (delete-selection-mode): Doc fix.
1341         * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
1342         (trace-function-background): Doc fixes.
1344         * ido.el (ido-use-virtual-buffers): Doc fix.
1345         Reset :version, since the default value has not changed.
1347         * register.el (register-preview-delay, register-read-with-preview):
1348         Doc fixes.
1350         * mail/reporter.el (reporter-dump-variable): In case of void-variable,
1351         do not mess with mail-buffer position (fixes 2009-11-03 change).
1352         * progmodes/cc-mode.el (c-submit-bug-report):
1353         Check auto-fill-mode is bound.  (Bug#16592)
1355 2014-01-31  Darren Hoo  <darren.hoo@gmail.com>
1357         * startup.el (fancy-splash-image-file): New function,
1358         split from fancy-splash-head.
1359         (fancy-splash-head, use-fancy-splash-screens-p): Use it,
1360         so that we are both using the same image.  (Bug#16574)
1362 2014-01-30  Glenn Morris  <rgm@gnu.org>
1364         * simple.el (eval-expression): Doc fix.
1366         * hexl.el (hexl-mode-hook):
1367         * ielm.el (ielm-mode-hook):
1368         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
1369         (lisp-interaction-mode-hook):
1370         * progmodes/cfengine.e (cfengine3-documentation-function):
1371         Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
1373 2014-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1375         * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
1376         is a symbol (bug#16584).
1378 2014-01-30  Glenn Morris  <rgm@gnu.org>
1380         * help.el (help-for-help-internal): Add "P" to text.
1382 2014-01-29  Glenn Morris  <rgm@gnu.org>
1384         * simple.el (just-one-space, cycle-spacing): Doc fixes.
1386 2014-01-28  Martin Rudalics  <rudalics@gmx.at>
1388         * window.el (fit-frame-to-buffer): Fix calculations for margins and
1389         height constraints.
1391 2014-01-28  Luke Lee  <luke.yx.lee@gmail.com>
1393         * progmodes/hideif.el: Extend to full CPP expression syntax.
1394         (hif-token-alist): Add missing tokens.
1395         (hif-token-regexp): Add support for float/octal/hex immediates.
1396         (hif-string-literal-regexp): New const.
1397         (hif-tokenize): Recognize strings and float/octal/hex immediates.
1398         (hif-exprlist): New function.
1399         (hif-parse-if-exp): Use it.
1400         (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
1401         (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
1402         (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
1403         (hif-logxor, hif-comma): New functions.
1405 2014-01-28  Glenn Morris  <rgm@gnu.org>
1407         * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
1409         * indent.el (tab-stop-list): Doc fix.  Add :version.
1411         * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
1412         (cvs-append-to-ignore): Add compatibility alias.
1414 2014-01-27  Glenn Morris  <rgm@gnu.org>
1416         * dired.el (dired-hide-details-mode): Don't autoload it,
1417         since it cannot be used outside Dired buffers anyway.
1419         * emulation/cua-base.el (cua-mode): Doc fix.
1421         * dired.el (dired-hide-details-hide-symlink-targets)
1422         (dired-hide-details-hide-information-lines)
1423         (dired-hide-details-mode): Doc fixes.
1425         * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
1426         * strokes.el (strokes-file): Doc fix.  Bump :version.
1427         (strokes-help): Doc fix.
1428         * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
1429         * emulation/viper.el (viper): Doc fix for custom group.
1430         (top-level): Remove oh-so-no-longer-relevant text about vip.
1431         * obsolete/otodo-mode.el (todo-prefix): Doc fix.
1433         * ido.el (ido-save-directory-list-file):
1434         * saveplace.el (save-place-file):
1435         * calendar/timeclock.el (timeclock-file):
1436         * net/quickurl.el (quickurl-url-file):
1437         * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
1438         * progmodes/idlwave.el (idlwave-config-directory):
1439         * textmodes/remember.el (remember-data-file):
1440         Bump :version.
1442 2014-01-26  Glenn Morris  <rgm@gnu.org>
1444         * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
1445         Doc fix.  Make obsolete.
1446         (opascal-mode): No longer mention opascal-tab-always-indents in doc.
1448         * sort.el (delete-duplicate-lines): Doc fix.
1450 2014-01-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1452         * progmodes/ada-mode.el (ada):
1453         * woman.el (woman): Link to info manual and Commentary section.
1455         * progmodes/flymake.el (flymake):
1456         * nxml/nxml-mode.el (nxml):
1457         * net/eww.el (eww):
1458         * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
1459         * htmlfontify.el (htmlfontify):
1460         * ses.el (ses):
1461         * epa.el (epa):
1462         * ido.el (ido): Link to info manual.
1464 2014-01-25  Leo Liu  <sdl.web@gmail.com>
1466         * progmodes/flymake.el (flymake-make-overlay): No rear advance.
1468 2014-01-25  Adam Sjøgren  <asjo@koldfront.dk>
1470         * net/shr.el (shr-tag-img): Prefer the title over the alt text
1471         (bug#16537).
1473 2014-01-24  Juanma Barranquero  <lekktu@gmail.com>
1475         * net/eww.el (eww-download-callback):
1476         Fix reference to eww-download-directory.
1478         * emacs-lisp/bytecomp.el (byte-compile-file):
1479         Remove unused local variable `file-name'.
1481 2014-01-24  Glenn Morris  <rgm@gnu.org>
1483         * woman.el (woman-default-faces, woman-monochrome-faces):
1484         Fix obsolescence specification.
1486         * subr.el (with-demoted-errors): Doc fix.
1488 2014-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1490         * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
1491         (cl--macroexp-fboundp): New function.
1492         (cl--make-type-test): Use it.
1494 2014-01-23  Glenn Morris  <rgm@gnu.org>
1496         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
1497         * simple.el (eval-expression): Doc fixes.
1499 2014-01-22  Glenn Morris  <rgm@gnu.org>
1501         * emacs-lisp/authors.el (authors-fixed-entries): Addition.
1503 2014-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1505         * emacs-lisp/package.el: Write files silently.
1506         (package-autoload-ensure-default-file, package--write-file-no-coding)
1507         (package-generate-description-file, package--download-one-archive)
1508         (package-install-from-archive): Tell `write-region' to stay quiet.
1509         (package-menu-mode, package-menu--print-info): Omit the Archive column
1510         if there's only one archive.
1511         (package-all-keywords, package--has-keyword-p): Remove dead code.
1513 2014-01-22  Glenn Morris  <rgm@gnu.org>
1515         * version.el (emacs-bzr-version-bzr): Fix typo.
1517         * version.el (emacs-repository-get-version):
1518         Check either .bzr or .git, but not both.
1519         Make the git case actually use the DIR argument, and return nil
1520         rather than the empty string.
1521         Avoid error if .git exists but the git executable is not found.
1523 2014-01-22  Martin Rudalics  <rudalics@gmx.at>
1525         Fixes in window size functions around Bug#16430 and Bug#16470.
1526         * window.el (window-total-size, window-size): New argument ROUND.
1527         (window--min-delta-1, window-min-delta, window--max-delta-1):
1528         Be more conservative when calculating the numbers of lines or
1529         columns a window can shrink (Bug#16430).
1530         (fit-window-to-buffer): Simplify code.
1531         * term.el (term-window-width): Call window-body-width again.
1533 2014-01-22  Glenn Morris  <rgm@gnu.org>
1535         * image.el (image-format-suffixes): Doc fix.
1537         * international/quail.el (quail-define-package): Doc fix.
1539         * emacs-lisp/authors.el (authors-valid-file-names)
1540         (authors-renamed-files-alist): Additions.
1542         * vc/vc-git.el (vc-git-print-log): Remove --follow;
1543         reverts 2014-01-09 change.  (Bug#16422)
1545         * calc/calc-embed.el (thing-at-point-looking-at):
1546         * emacs-lisp/map-ynp.el (x-popup-dialog):
1547         * obsolete/lmenu.el (x-popup-dialog):
1548         * emacs-lisp/package.el (url-recreate-url):
1549         * mail/mailclient.el (clipboard-kill-ring-save):
1550         * subr.el (x-popup-dialog): Update declaration.
1551         * mail/rmail.el (rmail-mime-message-p):
1552         * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
1554 2014-01-21  Daniel Colascione  <dancol@dancol.org>
1556         * progmodes/sh-script.el (sh--inside-noncommand-expression):
1557         Correctly detect when we're inside an arithmetic expansion form
1558         containing nested parenthesis.
1559         (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
1560         to detect cases where we shouldn't expand "<<" to a heredoc
1561         skeleton.
1563 2014-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1565         * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
1566         (eldoc--message-command-p): New function.
1567         (eldoc-display-message-p): Use it.
1568         (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
1569         message is not automatically erased for us.
1570         (eldoc-print-current-symbol-info): Erase previous message, if any.
1572 2014-01-21  Tassilo Horn  <tsdh@gnu.org>
1574         * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
1575         specify it's an interactive function.
1577         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
1578         Fix regex used for scanning for citation keys which failed for
1579         citations with optional arguments.
1581 2014-01-21  Leo Liu  <sdl.web@gmail.com>
1583         * simple.el (read--expression): Don't enable eldoc-mode.
1585 2014-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1587         * simple.el (move-beginning-of-line): Make sure we don't move forward
1588         (bug#16497).
1590 2014-01-20  Juri Linkov  <juri@jurta.org>
1592         * saveplace.el (toggle-save-place, save-place-to-alist)
1593         (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
1594         'dired-mode) before checking for dired-directory.  (Bug#16477)
1596 2014-01-20  Juri Linkov  <juri@jurta.org>
1598         * indent.el (indent-line-to): Use backward-to-indentation
1599         instead of back-to-indentation.  (Bug#16461)
1601 2014-01-20  Paul Eggert  <eggert@cs.ucla.edu>
1603         Revert some of the CANNOT_DUMP fix (Bug#16494).
1604         Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
1605         but fixing this can wait until after the next release.
1606         * Makefile.in (emacs): Keep EMACSLOADPATH empty.
1608 2014-01-19  Michael Albinus  <michael.albinus@gmx.de>
1610         * eshell/esh-mode.el (eshell-password-prompt-regexp):
1611         Use `password-word-equivalents'.
1612         (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
1613         to t.  (Bug#5664, Bug#13124)
1615 2014-01-19  Alan Mackenzie  <acm@muc.de>
1617         Bind open-paren-in-column-0-is-defun-start to nil at some entry
1618         points.
1619         * progmodes/cc-engine.el (c-invalidate-state-cache-1)
1620         (c-parse-state-1, c-guess-basic-syntax): Bind it here.
1621         * progmodes/cc-mode.el (c-before-change, c-after-change)
1622         (c-font-lock-fontify-region): Bind it here.
1624 2014-01-19  Martin Rudalics  <rudalics@gmx.at>
1626         * term.el (term-window-width): Call window-text-width instead of
1627         window-width (Bug#16470).
1629 2014-01-18  Paul Eggert  <eggert@cs.ucla.edu>
1631         * simple.el (password-word-equivalents): Remove duplicates.
1632         Sort, to make this easier next time.
1633         Downcase.  Omit ": " after "jelszó".
1635 2014-01-18  Jan Djärv  <jan.h.d@swipnet.se>
1637         * term/common-win.el (saved-region-selection): Defvar it.
1638         (x-select-text): Set saved-region-selection (Bug#16382).
1640 2014-01-18  Glenn Morris  <rgm@gnu.org>
1642         * emacs-lisp/authors.el (authors-aliases)
1643         (authors-renamed-files-alist): Add some entries.
1645 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
1647         * net/tramp.el (tramp-password-prompt-regexp):
1648         Use `password-word-equivalents' if available.
1649         (tramp-action-password, tramp-process-one-action)
1650         (tramp-read-passwd): Let-bind `case-fold-search' to t.  (Bug#13124)
1652 2014-01-17  Chong Yidong  <cyd@gnu.org>
1654         * simple.el (password-word-equivalents): New defcustom.
1655         * comint.el (comint-password-prompt-regexp): Use it.  Bump version
1656         to 24.4.
1657         (comint-watch-for-password-prompt): Let-bind `case-fold-search'
1658         to t.  (Bug#13124)
1660 2014-01-17  Dmitry Gutov  <dgutov@yandex.ru>
1662         * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
1663         (ruby-align-to-stmt-keywords): Change the default value.
1664         Use `ruby-alignable-keywords' to generate the possible customization
1665         choices.
1666         (ruby-smie-rules): Instead of using a hardcoded list of alignable
1667         keywords, check against the value of `ruby-alignable-keywords'
1668         (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
1670 2014-01-17  Glenn Morris  <rgm@gnu.org>
1672         * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
1674         Make M-x authors return zero *Authors Errors* from current logs.
1675         * emacs-lisp/authors.el (authors-obsolete-files-regexps)
1676         (authors-ignored-files): Add some entries, remove others.
1677         (authors-ambiguous-files, authors-valid-file-names):
1678         Add some entries.
1679         (authors-renamed-files-alist): Add, remove, and adjust entries.
1680         (authors-renamed-files-regexps): Add some entries.
1681         Remove some very broad ones.  Make some entries `lax'.
1682         (authors-lax-changelogs): New constant.
1683         (authors-disambiguate-file-name): Treat top-level specially.
1684         (authors-lax-changelog-p): New function.
1685         (authors-canonical-file-name): Check file as written against
1686         authors-valid-file-names.  Do not special-case etc/.
1687         Handle `lax' logs and authors-renamed-files-regexps elements.
1689 2014-01-16  Dmitry Gutov  <dgutov@yandex.ru>
1691         * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
1692         `assoc'.  Use `nth' instead of `cdr'.  Make private.  Update all
1693         callers.
1695 2014-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1697         * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
1698         Assume we're already in the proper buffer.
1699         Inspired by Anders Lindgren <andlind@gmail.com>.
1700         (follow-post-command-hook): Call it from the right buffer.
1701         (follow-comint-scroll-to-bottom): Adjust call.
1702         (follow-all-followers): Use get-buffer-window-list.
1704 2014-01-15  Daniel Colascione  <dancol@dancol.org>
1706         * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
1707         `buffer-file-name' in interactive-form so that we don't leave
1708         pathless file names in `file-name-history'.
1710 2014-01-15  Juri Linkov  <juri@jurta.org>
1712         * indent.el (indent-rigidly): Set deactivate-mark to nil
1713         in transient indentation mode.  (Bug#16438)
1715 2014-01-15  Dmitry Gutov  <dgutov@yandex.ru>
1717         * emacs-lisp/package.el (package-desc-keywords): New function
1718         (Bug#16222).
1719         (describe-package-1, package-all-keywords)
1720         (package--has-keyword-p): Use it.
1722 2014-01-14  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
1724         * simple.el (define-alternatives): When creating the
1725         COMMAND-alternatives variable, assign COMMAND as its definition
1726         name so that `describe-variable' can relocate it.
1728 2014-01-14  Matthew Leach  <matthew@mattleach.net>  (tiny change)
1730         * font-lock.el (font-lock-keywords): Fix typo in docstring
1731         (bug#16307).
1733 2014-01-14  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
1735         * ispell.el (ispell-region): Reset `in-comment' for new line
1736         instead of wrongly reset `add-coment' (bug#13577).
1738 2014-01-14  Daiki Ueno  <ueno@gnu.org>
1740         * epa-file.el (epa-file-write-region): Encode the region according
1741         to `buffer-file-format'.  Problem reported at:
1742         <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
1744 2014-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1746         * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
1747         so it applies in the right buffer (bug#16410).
1749 2014-01-13  Daniel Colascione  <dancol@dancol.org>
1751         * textmodes/rst.el (rst-define-key): Provide deprecated
1752         keybindings through named functions instead of anonymous ones so
1753         that "??" doesn't appear in describe-mode output.
1755 2014-01-13  Bastien Guerry  <bzg@gnu.org>
1757         * simple.el (define-alternatives): Call the selected command
1758         interactively.  When setting `COMMAND--implementation' for the
1759         first time, tell the user how to chose another implementation.
1760         Enhance the docstring.
1762 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1764         * vc/log-edit.el: Fix highlighting of summary when it's the first line.
1765         (log-edit--match-first-line): New function.
1766         (log-edit-font-lock-keywords): Use it.
1767         (log-edit-mode): Make jit-lock-defer-multiline work.
1769 2014-01-13  Bastien Guerry  <bzg@gnu.org>
1771         * rect.el (rectangle-mark-mode): When the region is not active,
1772         display a message saying that the mark as been set and that
1773         rectangle mode is in use.
1774         (rectangle--highlight-for-redisplay): Only put an overlay with a
1775         visible vertical bar when (display-graphic-p) is non-nil.
1776         This partially fixes Bug#16403.
1778 2014-01-13  Juri Linkov  <juri@jurta.org>
1780         * info.el (Info-find-file): Go to DIR before displaying the error
1781         about a nonexistent file if no previous Info file is visited.
1782         Use `user-error' instead of `error' for "Info file %s does not exist".
1783         (Info-find-node-2): In case of a nonexistent node in unwind forms
1784         go to the Top node if there is no previous node to revert to.
1785         (Bug#16405)
1787 2014-01-13  Martin Rudalics  <rudalics@gmx.at>
1789         fit-frame/window-to-buffer code fixes including one for Bug#14096.
1790         * window.el (fit-frame-to-buffer): Fix doc-string.
1791         Respect window-min-height/-width.  Fit pixelwise when
1792         frame-resize-pixelwise is non-nil.  Adjust right/bottom edge
1793         when avoiding that frame goes partially off-screen.
1794         (fit-window-to-buffer): Respect window-min-height/-width
1795         (Bug#14096).
1797 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1799         * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
1800         after an empty line.
1802 2014-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1804         * net/shr.el (shr-render-region): Autoload.
1806 2014-01-12  Xue Fuqiao  <xfq.free@gmail.com>
1808         * net/eww.el (eww-download-directory): Rename from
1809         `eww-download-path' (Bug#16419).
1811 2014-01-12  Leo Liu  <sdl.web@gmail.com>
1813         * dired-x.el (dired-mode-map): Fix last change.
1815         * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
1817 2014-01-12  Paul Eggert  <eggert@cs.ucla.edu>
1819         Spelling fixes.
1820         * emacs-lisp/generic.el (generic--normalize-comments):
1821         Rename from generic--normalise-comments.  All uses changed.
1822         * play/bubbles.el (bubbles--neighborhood-score)
1823         (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
1824         (bubbles--neighborhood-available)
1825         (bubbles--update-neighborhood-score):
1826         Rename from names with 'neighbourhood'.  All uses changed.
1828 2014-01-12  Leo Liu  <sdl.web@gmail.com>
1830         Re-implement the feature of showing eldoc info after editing.
1831         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
1832         (eldoc-edit-message-commands): New function.
1833         (eldoc-print-after-edit): New variable.
1834         (eldoc-pre-command-refresh-echo-area): Emit message only by
1835         eldoc-message-commands.
1836         (eldoc-mode): Restrict eldoc-message-commands to editing commands
1837         if eldoc-print-after-edit is set.  (Bug#16346)
1838         * simple.el (read--expression): Enable eldoc-mode.
1839         * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
1841 2014-01-11  Dani Moncayo  <dmoncayo@gmail.com>
1842             Eric S. Raymond  <esr@thyrsus.com>
1844         * version.el (emacs-repository-get-version): Enhance so the
1845         function works correctly in either a Bazaar or Git repo.
1847 2014-01-11  Eric S. Raymond  <esr@thyrsus.com>
1849         * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
1850         Goes with removal of the joke manpages from /etc.
1852 2014-01-10  Kenichi Handa  <handa@gnu.org>
1854         * mail/rmail.el (rmail-get-coding-system):
1855         Check rmail-get-coding-function before "funcall"ing it.
1857 2014-01-10  Glenn Morris  <rgm@gnu.org>
1859         * emacs-lisp/authors.el (authors-fixed-entries):
1860         Update for files that no longer exist.
1862 2014-01-10  Eric S. Raymond  <esr@thyrsus.com>
1864         * version.el (emacs-bzr-get-version): Restore compatibilty with
1865         24.3 (Tested).
1867 2014-01-10  Bozhidar Batsov  <bozhidar@batsov.com>
1869         * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
1870         and Podfile.
1872 2014-01-10  Eli Zaretskii  <eliz@gnu.org>
1874         * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
1876 2014-01-10  Chong Yidong  <cyd@gnu.org>
1878         * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
1880 2014-01-10  Anders Lindgren  <andlind@gmail.com>
1882         * follow.el (follow-cache-command-list): Include right-char and
1883         left-char.
1885 2014-01-10  Paul Eggert  <eggert@cs.ucla.edu>
1887         Spelling fixes.
1888         * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
1889         * woman.el (woman-mark-horizontal-position):
1890         Rename from woman-mark-horizonal-position.  Use changed.
1892 2014-01-10  Glenn Morris  <rgm@gnu.org>
1894         * info.el (info-initialize): If running uninstalled, ensure our
1895         own info files are always found first, even if INFOPATH is set.
1897         * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
1899 2014-01-09  David Engster  <deng@randomsample.de>
1901         * emacs-lisp/eieio-custom.el:
1902         * emacs-lisp/eieio-opt.el: Set generated autoload file to
1903         'eieio.el'.  This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
1904         * emacs-lisp/eieio.el: Regenerate autoloads.
1906 2014-01-09  Eric S. Raymond  <esr@thyrsus.com>
1908         * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
1909         following renames.  (Bug#8756)
1911 2014-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1913         * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
1914         (bug#16382).
1915         (activate-mark): Add `no-tmm' argument.
1916         (set-mark, push-mark-command): Use it instead of running
1917         activate-mark-hook by hand.
1919 2014-01-08  Eric S. Raymond  <esr@thyrsus.com>
1921         In preparation for the move to git, sanitize out some
1922         Bazaar-specific names.
1924         * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
1926         * version.el (emacs-bzr-version): Name changed to
1927         emacs-repository-version.  Obsolete-variable alias made.
1928         * loadup.el: Follow through on this name change.
1929         * mail/emacsbug.el (report-emacs-bug): Factor out any
1930         assumption about the version control system in use.
1932 2014-01-08  David Engster  <deng@randomsample.de>
1934         * help-fns.el (help-fns-describe-function-functions):
1935         New variable to call functions for augmenting help buffers.
1936         (describe-function-1): Remove explicit calls to
1937         `help-fns--compiler-macro', `help-fns--parent-mode' and
1938         `help-fns--obsolete'.  Put them in above new variable instead, and
1939         call them through `run-hook-with-args'.
1940         * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
1941         `eieio-describe-class'.  Not meant for interactive use anymore,
1942         but to augment existing help buffers.  Remove optional second
1943         argument.  Create proper button for file location.
1944         Rewrite function to use `insert' instead of `princ' and `prin1' where
1945         possible.
1946         (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
1947         (eieio-method-def, eieio-class-def): Move further up.
1948         (describe-method, describe-generic, eieio-describe-method):
1949         Remove aliases.
1950         (eieio-help-constructor, eieio-help-generic): Rename from
1951         `eieio-describe-constructor' and `eieio-describe-generic', resp.
1952         Rewrite to use `insert' in the current buffer and use proper help
1953         buttons.
1954         (eieio-help-find-method-definition)
1955         (eieio-help-find-class-definition): Also accept symbols as
1956         arguments.
1957         (eieio-help-mode-augmentation-maybee): Remove.
1958         (eieio-describe-class-sb): Use `describe-function'.
1959         * emacs-lisp/eieio.el (help-fns-describe-function-functions):
1960         Add `eieio-help-generic' and `eieio-help-constructor'.
1962 2014-01-08  Paul Eggert  <eggert@cs.ucla.edu>
1964         Spelling fixes.
1965         * language/china-util.el (hz-ascii-designation):
1966         Rename from hz-ascii-designnation.
1967         (hz-ascii-designation): Rename from hz-ascii-designnation.
1968         All uses changed.
1970 2014-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1972         * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
1973         package-alist.
1975 2014-01-08  Bastien Guerry  <bzg@gnu.org>
1977         * emacs-lisp/package.el (package-delete):
1978         Correctly delete the package from package-alist.
1980 2014-01-08  Daiki Ueno  <ueno@gnu.org>
1982         * emacs-lisp/package.el (url-recreate-url): Declare.
1983         (url-http-target-url): Declare.
1984         (package-handle-response): Include requested URL in the error message.
1985         (package--check-signature): Don't re-signal errors from
1986         package--with-work-buffer.  Suggested by Stefan Monnier.
1988 2014-01-07  Bastien Guerry  <bzg@gnu.org>
1990         * minibuffer.el (completion--try-word-completion): When both a
1991         hyphen and a space are possible candidates for the character
1992         following a word, display both candidates.  (Bug#15980)
1994 2014-01-07  Martin Rudalics  <rudalics@gmx.at>
1996         * window.el (balance-windows-2): While rounding don't give a
1997         window more than the remainder.  Bug#16351, bug#16383.
1999 2014-01-07  Glenn Morris  <rgm@gnu.org>
2001         * menu-bar.el (menu-bar-help-extra-packages): Remove.
2002         (menu-bar-help-menu): Use view-external-packages instead.
2004 2014-01-07  Bastien Guerry  <bzg@gnu.org>
2006         * emacs-lisp/package.el (package-delete): Also delete the package
2007         name from `package-alist', not its description only.
2009 2014-01-07  Glenn Morris  <rgm@gnu.org>
2011         * help.el (view-external-packages):
2012         * menu-bar.el (menu-bar-help-extra-packages):
2013         Visit efaq.info rather than etc/MORE.STUFF.
2015 2014-01-07  Juri Linkov  <juri@jurta.org>
2017         * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
2018         isearch-exit and isearch-delete-char resp.  (Bug#16342, bug#16035)
2020         * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
2021         that shadows RET.  (Bug#16342)
2023 2014-01-07  Chong Yidong  <cyd@gnu.org>
2025         * isearch.el (isearch-yank-char, isearch-yank-word)
2026         (isearch-yank-line): Doc fix.
2028 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2030         * abbrev.el (define-abbrev): Beware new meaning of fboundp.
2031         * emacs-lisp/elint.el (elint-find-builtins):
2032         * emacs-lisp/eldoc.el (eldoc-symbol-function):
2033         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
2034         (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
2035         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
2036         * apropos.el (apropos-safe-documentation):
2037         * subr.el (symbol-file): Remove redundant fboundp.
2038         * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
2040 2014-01-06  Bastien Guerry  <bzg@gnu.org>
2042         * hl-line.el (global-hl-line-overlay): Make a local variable.
2043         (global-hl-line-overlays): New variable to store all overlays.
2044         (global-hl-line-mode): Don't delete overlays from the current
2045         buffer when `global-hl-line-sticky-flag' is non-nil.
2046         (global-hl-line-highlight): Add new overlays to
2047         `global-hl-line-overlays'.
2048         (global-hl-line-unhighlight-all): New function to delete all
2049         overlays when turning off `global-hl-line-mode'.
2050         This fixes Bug#16183.
2052 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2054         * subr.el (set-transient-map): Fix nested case and docstring.
2056 2014-01-06  Tassilo Horn  <tsdh@gnu.org>
2058         * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
2059         `Texinfo' entry.
2061 2014-01-06  Daniel Colascione  <dancol@dancol.org>
2063         Fix defun navigation in vc log view.
2065         * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
2066         like `beginning-of-defun'.
2067         (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
2068         log-view-end-of-defun to log-view-end-of-defun-1.  Replace
2069         log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
2070         (log-view-extract-comment): Call `log-view-current-entry' directly
2071         instead of relying on broken `log-view-beginning-of-defun' behavior.
2073 2014-01-06  Paul Eggert  <eggert@cs.ucla.edu>
2075         Spelling fixes.
2076         * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
2077         * emacs-lisp/debug.el (cancel-debug-on-entry):
2078         * epg.el (epg-error-to-string):
2079         * files.el (recover-file):
2080         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
2081         * mail/emacsbug.el (report-emacs-bug-hook):
2082         * mail/sendmail.el (mail-recover):
2083         * ses.el (ses-yank-resize):
2084         * term/ns-win.el (ns-print-buffer):
2085         Spelling fixes in diagnostics, mostly for "canceled" with one L.
2086         * epg.el (epg-key-capability-alist): Rename from misspelled version.
2087         All uses changed.
2088         * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
2090 2014-01-06  Leo Liu  <sdl.web@gmail.com>
2092         * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
2093         to avoid shadowing global key.  (Bug#16354)
2095 2014-01-06  Daniel Colascione  <dancol@dancol.org>
2097         * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
2098         rst-mode.
2100 2014-01-05  Martin Rudalics  <rudalics@gmx.at>
2102         * window.el (balance-windows): Add mising t to fix Bug#16351.
2104 2014-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2106         * net/shr.el (shr-descend): Don't bug out if the anchor is empty
2107         (bug#16285).
2108         (shr-insert): If we have a word that's longer than `shr-width',
2109         break after it anyway.  Otherwise we'll do no breaking once we get
2110         such a long word.
2112 2014-01-05  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
2114         * net/eww.el (eww): Support single/double quote for search.
2115         * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
2116         (eww-history-quit): Delete and use quit-window.
2117         (eww-history-kill): Delete, because it doesn't work well and
2118         not necessary.
2119         (eww-history-mode-map): Delete some keys and add easy-menu.
2121 2014-01-05  Paul Eggert  <eggert@cs.ucla.edu>
2123         Fix misspelling of 'chinese' in rx (Bug#16237).
2124         * emacs-lisp/rx.el (rx-categories): Correct spelling of
2125         chinese-two-byte.
2127         Change subword regexps back to vars (Bug#16296).
2128         * progmodes/subword.el (subword-forward-regexp)
2129         (subword-backward-regexp): Change these back to variables.
2131 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2133         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
2134         syntax-begin-function (bug#16247).
2136 2014-01-03  Chong Yidong  <cyd@gnu.org>
2138         * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
2139         (advice--docstring): Delete variable.
2140         (advice--make-1): Leave the docstring empty.
2141         (advice-add): Use function-documentation for advised docstring.
2143         * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
2144         Ignore function-documentation property when getting documentation.
2145         (ad-activate-advised-definition): Use function-documentation
2146         generate the docstring.
2147         (ad-make-advised-definition): Don't call
2148         ad-make-advised-definition-docstring.
2149         (ad-make-advised-definition-docstring, ad-advised-definition-p):
2150         Delete functions.
2152         * progmodes/sql.el (sql-help): Use function-documentation instead
2153         of dynamic-docstring-function property.  No need to autoload now.
2154         (sql--help-docstring): New variable.
2155         (sql--make-help-docstring): Use it.
2157 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2159         * ielm.el (ielm-tab): Retarget.
2160         (ielm-map): Use ielm-tab for tab.
2161         (ielm-complete-filename): Use comint-filename-completion.
2162         (ielm-complete-symbol): Remove.
2163         (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
2164         remove ielm-tab from completion-at-point-functions (bug#16224).
2166         * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
2167         Beware signals raised by predicates (bug#16201).
2169 2014-01-02  Richard Stallman  <rms@gnu.org>
2171         * dired-aux.el (dired-do-print): Handle printer-name.
2173         * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
2174         * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
2175         (rmail-epa-decrypt): Turn off mime processing.
2177         * mail/rmail.el (rmail-make-in-reply-to-field):
2178         Add parens in message-id.
2180         * mail/rmail.el (rmail-get-coding-function): Variable.
2181         (rmail-get-coding-system): Use it.
2183 2013-12-31  Eli Zaretskii  <eliz@gnu.org>
2185         * international/mule-conf.el: Unify the charset indian-is13194.
2186         (indian-is13194): Specify unify-map.
2188 2013-12-31  Leo Liu  <sdl.web@gmail.com>
2190         * subr.el (set-temporary-overlay-map): Obsolete alias.  (Bug#16305)
2192 2013-12-30  Daniel Colascione  <dancol@dancol.org>
2194         * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
2195         of printing a useless when we resume from sleep.
2197         * progmodes/sh-script.el
2198         (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
2199         in indentation code.  (Bug#16233)
2201 2013-12-28  João Távora  <joaotavora@gmail.com>
2203         * elec-pair.el (electric-pair-post-self-insert-function):
2204         Don't open extra newlines at beginning of buffer.  (Bug#16272)
2206 2013-12-28  Eli Zaretskii  <eliz@gnu.org>
2208         * frame.el (window-system-for-display): Don't allow to create a
2209         GUI frame from a -nw session on MS-Windows.  (Bug#14739)
2211 2013-12-28  Glenn Morris  <rgm@gnu.org>
2213         * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
2214         Update callers.
2216         * apropos.el (apropos-match-face):
2217         * calculator.el (calculator-displayer):
2218         * dabbrev.el (dabbrev-search-these-buffers-only):
2219         * face-remap.el (buffer-face-mode-face):
2220         * simple.el (yank-handled-properties):
2221         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
2222         * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
2223         * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
2224         (hashcash-double-spend-database):
2225         * progmodes/ruby-mode.el (ruby-deep-indent-paren)
2226         (ruby-deep-indent-paren-style):
2227         * textmodes/flyspell.el (flyspell-auto-correct-binding):
2228         * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
2229         (rst-toc-insert-number-separator, rst-toc-insert-max-level):
2230         * vc/pcvs-defs.el (cvs-minor-mode-prefix):
2231         Specify custom types.
2233         * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
2234         * bookmark.el (bookmark-bmenu-use-header-line):
2235         * doc-view.el (doc-view-scale-internally):
2236         * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
2237         * register.el (register-preview-delay):
2238         * net/shr.el (shr-bullet):
2239         * progmodes/cfengine.el (cfengine-cf-promises)
2240         (cfengine-parameters-indent):
2241         * progmodes/octave.el (inferior-octave-error-regexp-alist):
2242         * textmodes/reftex-vars.el (reftex-label-regexps):
2243         * vc/log-edit.el (log-edit-setup-add-author): Add version.
2245         * net/tls.el (tls-certtool-program): Fix default value.
2247         * desktop.el (desktop-restore-in-current-display):
2248         * newcomment.el (comment-empty-lines):
2249         * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
2250         (idlwave-pad-keyword):
2251         * progmodes/tcl.el (tcl-tab-always-indent):
2252         * textmodes/reftex-vars.el (reftex-index-default-tag):
2253         * elec-pair.el (electric-pair-skip-whitespace):
2254         * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
2256         * emacs-lisp/authors.el (authors-ignored-files)
2257         (authors-valid-file-names, authors-renamed-files-alist): Additions.
2259 2013-12-27  Jarek Czekalski  <jarekczek@poczta.onet.pl>
2261         * shell.el (shell-dynamic-complete-command): Doc fix.
2262         (shell--command-completion-data): Shell completion now matches
2263         executable filenames from the current buffer's directory, on
2264         systems in which this behavior is the default (windows-nt, ms-dos).
2266 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2268         * net/shr.el (shr-insert): Don't infloop if the width is zero.
2270 2013-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2272         * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
2273         (bug#16251).
2275         * electric.el: Move all electric-pair-* to elec-pair.el.
2276         * elec-pair.el: New file, split from electric.el.
2278 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2280         * net/shr.el (shr-find-fill-point): Don't try to fill if the
2281         indentation level is larger than the width, because that will
2282         infloop.
2283         (shr-insert): Fill repeatedly long texts, so that Japanese is
2284         formatted correctly (bug#16263).
2285         (shr-find-fill-point): Off by one error in comparison with the
2286         indentation.
2288 2013-12-26  João Távora  <joaotavora@gmail.com>
2290         * electric.el (electric-pair-mode): More flexible engine for skip-
2291         and inhibit predicates, new options for pairing-related functionality.
2292         (electric-pair-preserve-balance): Pair/skip parentheses and quotes
2293         if that keeps or improves their balance in buffers.
2294         (electric-pair-delete-adjacent-pairs): Delete the pair when
2295         backspacing over adjacent matched delimiters.
2296         (electric-pair-open-extra-newline): Open extra newline when
2297         inserting newlines between adjacent matched delimiters.
2298         (electric--sort-post-self-insertion-hook):
2299         Sort post-self-insert-hook according to priority values when
2300         minor-modes are activated.
2301         * simple.el (newline-and-indent): Call newline with interactive
2302         set to t.
2303         (blink-paren-post-self-insert-function): Set priority to 100.
2304         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2305         Use electric-pair-text-pairs to pair backtick-and-quote in strings and
2306         comments.  Locally set electric-pair-skip-whitespace to 'chomp and
2307         electric-pair-open-newline-between-pairs to nil.
2309 2013-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2311         * progmodes/python.el: Use lexical-binding.
2312         (python-nav-beginning-of-defun): Stop searching ASAP.
2314 2013-12-25  Xue Fuqiao  <xfq.free@gmail.com>
2316         * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
2317         Fix interactive spec.  Doc fix.  (Bug#15754)
2319 2013-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2321         * emacs-lisp/byte-run.el (eval-when-compile):
2322         * progmodes/cc-defs.el (cc-eval-when-compile):
2323         Fix edebug spec (bug#16184).
2325 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2327         * net/shr.el (shr-visit-file): Remove debugging function.
2328         (shr-insert): Don't infloop if we can't find a good place to break
2329         the line (bug#16256).
2331 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2333         * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
2334         (python-nav--lisp-forward-sexp-safe): Use it.  Rename from
2335         python-nav-lisp-forward-sexp-safe.
2336         (python-nav--forward-sexp): New argument SAFE allows switching
2337         forward sexp movement behavior for parens.
2338         (python-nav-forward-sexp): Throw errors on unterminated parens
2339         (Bug#16191).
2340         (python-nav-backward-sexp, python-nav-forward-sexp-safe)
2341         (python-nav-backward-sexp-safe): New functions.
2342         (python-shell-buffer-substring):
2343         Use `python-nav-forward-sexp-safe'.
2345 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2347         * net/shr.el (shr-find-fill-point): Don't break lines before a
2348         quotation mark.
2349         (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
2350         (shr-find-fill-point): Remove the special checks for the quotation
2351         mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
2353 2013-12-25  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
2355         * net/eww.el (eww-form-textarea): Use a different face for
2356         textareas than text input since they have different keymaps
2357         (bug#16142).
2359 2013-12-24  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2361         * progmodes/python.el (python-nav-beginning-of-statement):
2362         Speed up (Bug#15295).
2364 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2366         * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
2367         the window configuration.
2369 2013-12-24  Eli Zaretskii  <eliz@gnu.org>
2371         * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
2372         we run on MS-Windows or MS-DOS.
2374 2013-12-24  Martin Rudalics  <rudalics@gmx.at>
2376         * window.el (balance-windows-area): Call window-size instead of
2377         window-height and window-width.  Bug#16241.
2379 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2381         * net/eww.el (eww-bookmark-quit): Remove.
2382         (eww-bookmark-browse): Restore the window configuration when you
2383         choose a bookmark (bug#16144).
2385 2013-12-24  Daniel Colascione  <dancol@dancol.org>
2387         * icomplete.el: Remove redundant :group arguments to `defcustom'
2388         throughout.
2389         (icomplete-show-matches-on-no-input): New customizable variable.
2390         (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
2391         we have something to show.
2392         (icomplete-exhibit): Compute completions even if we have no user input.
2394 2013-12-23  Daniel Colascione  <dancol@dancol.org>
2396         * icomplete.el: Move `provide' to end of file.
2398 2013-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
2400         * net/gnutls.el (gnutls-verify-error): Add version tag.
2402 2013-12-23  Chong Yidong  <cyd@gnu.org>
2404         * subr.el (set-transient-map): Rename from
2405         set-temporary-overlay-map.  Doc fix.
2407         * face-remap.el (text-scale-adjust):
2408         * indent.el (indent-rigidly):
2409         * kmacro.el (kmacro-call-macro):
2410         * minibuffer.el (minibuffer-force-complete):
2411         * repeat.el (repeat):
2412         * simple.el (universal-argument--mode):
2413         * calendar/todo-mode.el (todo-insert-item--next-param):
2414         * progmodes/f90.el (f90-abbrev-start): Callers changed.
2416         * indent.el (indent-rigidly): Use substitute-command-keys.
2418 2013-12-22  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
2420         * net/eww.el (eww-tag-select): Add text-property to jump to next
2421         select field.
2422         (eww): Add non-supported ftp error.
2424 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
2426         * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
2427         comments.  Handle electric indent after typing `?' and `!'.
2429 2013-12-22  Chong Yidong  <cyd@gnu.org>
2431         * faces.el (face-spec-recalc): If the theme specs are not
2432         applicable to a frame, fall back on the defface spec.
2433         This prevents themes from obliterating faces on low-color terminals.
2435 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
2437         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
2438         after `{'.  We need it after block openers, and it doesn't seem
2439         to hurt after hash openers.
2441 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
2443         * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
2444         extracted from `ruby-smie-rules'.
2445         (ruby--electric-indent-chars): New variable.
2446         (ruby--electric-indent-p): New function.
2447         (ruby-mode): Use `electric-indent-functions' instead of
2448         `electric-indent-chars'.
2450 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
2452         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
2453         docstring.
2454         (ruby-smie-rules): Indent plus one level after `=>'.
2456 2013-12-21  Richard Stallman  <rms@gnu.org>
2458         * simple.el (newline): Doc fix.
2460 2013-12-21  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
2462         * net/eww.el (eww-list-histories, eww-list-histories)
2463         (eww-history-browse, eww-history-quit, eww-history-kill)
2464         (eww-history-mode-map, eww-history-mode): New command and
2465         functions to list browser histories.
2466         (eww-form-text): Support text form with disabled
2467         and readonly attributes.
2468         (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
2470 2013-12-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2472         * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
2473         (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
2474         (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
2475         (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
2476         Use `user-error'.
2477         (eww-bookmark-mode-map): Add menu.
2478         (eww-render, eww-mode): Use `setq-local'.
2479         (eww-tool-bar-map): New variable.
2480         (eww-mode): Set `tool-bar-map'.
2481         (eww-view-source): Check for `html-mode' with `fboundp'.
2483 2013-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2485         * net/shr.el (shr--extract-best-source): Don't bug out on audio
2486         elements with text inside.  Also remove debugging.
2488 2013-12-21  Jan Djärv  <jan.h.d@swipnet.se>
2490         * cus-start.el (all): Add ns-use-srgb-colorspace.
2492 2013-12-21  Chong Yidong  <cyd@gnu.org>
2494         * custom.el (custom-theme-recalc-face): Do nothing if the face is
2495         undefined.  Thus, theme settings for undefined faces do not take
2496         effect until the faces are defined with defface, the same as with
2497         theme variables.
2499         * faces.el (face-spec-set): Use face-spec-recalc in all cases.
2500         (face-spec-reset-face): Don't assign extra properties in temacs.
2501         (face-spec-recalc): Apply X resources too.
2503 2013-12-21  Chong Yidong  <cyd@gnu.org>
2505         * faces.el (face-spec-set):
2506         * cus-face.el (custom-theme-set-faces, custom-set-faces):
2507         * custom.el (defface): Doc fixes (Bug#16203).
2509         * indent.el (indent-rigidly-map): Add docstring, and move commands
2510         into named functions.
2511         (indent-rigidly-left, indent-rigidly-right)
2512         (indent-rigidly-left-to-tab-stop)
2513         (indent-rigidly-right-to-tab-stop): New functions.  Decide on
2514         indentation direction based on bidi direction, and accumulate
2515         sequential commands in a single undo boundary.
2516         (indent-rigidly--pop-undo): New utility function.
2518 2013-12-20  Juanma Barranquero  <lekktu@gmail.com>
2520         * faces.el (read-face-name): Require crm.el when using crm-separator.
2522 2013-12-20  Daniel Colascione  <dancol@dancol.org>
2524         * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
2525         so that we don't reflow comments into the shebang line.
2527 2013-12-20  Juri Linkov  <juri@jurta.org>
2529         * saveplace.el (save-place-to-alist): Add `dired-filename' as
2530         a position when `dired-directory' is non-nil.  Check integer
2531         positions with `integerp'.
2532         (toggle-save-place, save-places-to-alist): Add check for
2533         `dired-directory'.
2534         (save-place-find-file-hook): Check integer positions with
2535         `integerp'.
2536         (save-place-dired-hook): Use `dired-goto-file' when
2537         `dired-filename' is found in the assoc list.  Check integer
2538         positions with `integerp'.
2539         (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
2541         * dired.el (dired-initial-position-hook): Rename back from
2542         `dired-initial-point-hook'.
2543         (dired-initial-position): Rename `dired-initial-point-hook' to
2544         `dired-initial-position-hook'.
2545         (dired-file-name-at-point): Doc fix.  (Bug#15329)
2547 2013-12-20  Juri Linkov  <juri@jurta.org>
2549         * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
2550         (read-regexp-suggestions): New function.
2551         (read-regexp): Use `read-regexp-defaults-function' to get default values.
2552         Use `read-regexp-suggestions'.  Add non-empty default to history
2553         for empty input.
2554         (occur-read-regexp-defaults-function): Remove function.
2555         (occur-read-primary-args): Use `regexp-history-last' instead of
2556         `occur-read-regexp-defaults-function'.
2558         * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
2559         (hi-lock-line-face-buffer, hi-lock-face-buffer)
2560         (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
2561         `hi-lock-read-regexp-defaults-function'.  Doc fix.
2562         (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
2563         with `find-tag-default-as-symbol-regexp'.  Doc fix.
2564         (hi-lock-read-regexp-defaults): Remove function.
2565         (hi-lock-regexp-okay): Add check for null.
2567         * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
2568         the arg DEFAULTS.  Move formatting of the prompt to `read-regexp'.
2570         * subr.el (find-tag-default-as-symbol-regexp): New function.
2571         (find-tag-default-as-regexp): Move symbol regexp formatting to
2572         `find-tag-default-as-symbol-regexp'.
2574 2013-12-20  E Sabof  <esabof@gmail.com>  (tiny change)
2576         * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
2577         (Bug#14179)
2579 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
2581         * calendar/todo-mode.el: New implementation of item insertion
2582         commands and key bindings.
2583         (todo-key-prompt): New face.
2584         (todo-insert-item): New command.
2585         (todo-insert-item--parameters): New defconst, replacing defvar
2586         todo-insertion-commands-args-genlist.
2587         (todo-insert-item--param-key-alist): New defconst, replacing
2588         defvar todo-insertion-commands-arg-key-list.
2589         (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
2590         (todo-insert-item--argsleft, todo-insert-item--apply-args)
2591         (todo-insert-item--next-param): New functions.
2592         (todo-insert-item--args, todo-insert-item--argleft)
2593         (todo-insert-item--argsleft, todo-insert-item--newargsleft):
2594         New variables.
2595         (todo-key-bindings-t): Change binding of "i" from
2596         todo-insertion-map to todo-insert-item.
2597         (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
2598         (todo-insertion-command-name, todo-insertion-commands-names)
2599         (todo-define-insertion-command, todo-insertion-commands)
2600         (todo-insertion-key-bindings, todo-insertion-map): Remove.
2602 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
2604         * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
2605         (todo-toggle-item-highlighting): Use eval-and-compile instead of
2606         eval-when-compile.
2607         (todo-move-category): Allow choosing a non-existing todo file to
2608         move the category to, and create that file.
2609         (todo-default-priority): New user option.
2610         (todo-set-item-priority): Use it.
2611         (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
2612         (desktop-restore-file-buffer): Declare.
2613         (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
2614         (todo-modes-set-2): Locally set desktop-save-buffer to
2615         todo-desktop-save-buffer.
2616         (todo-mode, todo-archive-mode, todo-filtered-items-mode)
2617         (auto-mode-alist): Add autoload cookie.
2619 2013-12-20  Bozhidar Batsov  <bozhidar@batsov.com>
2621         * emacs-lisp/subr-x.el: Renamed from helpers.el.
2622         helpers.el was a poor choice of name.
2623         (string-remove-prefix): New function.
2624         (string-remove-suffix): New function.
2626 2013-12-20  Martin Rudalics  <rudalics@gmx.at>
2628         Fix assignment for new window total sizes.
2629         * window.el (window--pixel-to-size): Remove function.
2630         (window--pixel-to-total-1, window--pixel-to-total):
2631         Fix calculation of new total sizes.
2633 2013-12-20  Vitalie Spinu  <spinuvit@gmail.com>
2635         * comint.el (comint-output-filter): Fix rear-nonsticky property
2636         placement (Bug#16010).
2638 2013-12-20  Chong Yidong  <cyd@gnu.org>
2640         * faces.el (read-color): Minor fix for completion function.
2642 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
2644         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
2645         New option.  (Bug#16182)
2646         (ruby-smie--indent-to-stmt-p): Use it.
2647         (ruby-smie-rules): Revert the logic in the handling of `when'.
2648         Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
2649         (ruby-deep-arglist, ruby-deep-indent-paren)
2650         (ruby-deep-indent-paren-style): Update docstrings to note that the
2651         vars don't have any effect with SMIE.
2653 2013-12-20  Jay Belanger  <jay.p.belanger@gmail.com>
2655         * calc/calc.el (calc-enter, calc-pop): Use the variable
2656         `calc-context-sensitive-enter'.
2658 2013-12-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2660         * net/shr.el (shr-insert): Protect against infloops in degenerate
2661         tables.
2663 2013-12-20  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2665         * progmodes/octave.el (octave): Add link to manual and octave
2666         homepage.
2667         (octave-mode-menu): Link to octave-mode manual.
2669 2013-12-20  Leo Liu  <sdl.web@gmail.com>
2671         * skeleton.el (skeleton-pair-insert-maybe): Disable newline
2672         insertion using skeleton-end-newline.  (Bug#16138)
2674 2013-12-20  Juri Linkov  <juri@jurta.org>
2676         * replace.el (occur-engine): Use `add-face-text-property'
2677         to add the face property to matches and titles.  (Bug#14645)
2679         * hi-lock.el (hi-green): Use lighter color "light green" closer to
2680         the palette of other hi-lock colors.
2681         (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
2683 2013-12-19  Juri Linkov  <juri@jurta.org>
2685         * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
2686         Put :advertised-binding on `M-s c', `M-s r', `M-s e'.  (Bug#16035)
2687         (minibuffer-history-symbol): Move variable declaration closer to
2688         its usage.
2690         * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
2691         (Bug#14785)
2693 2013-12-19  Juri Linkov  <juri@jurta.org>
2695         * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
2696         New function.
2697         (log-edit-hook): Add it to :options.  (Bug#16170)
2699 2013-12-19  Juri Linkov  <juri@jurta.org>
2701         * simple.el (eval-expression-print-format): Don't check for
2702         command names and the last command.  Always display additional
2703         formats of the integer result in the echo area, and insert them
2704         to the current buffer only with a zero prefix arg.
2705         Display character when char-displayable-p is non-nil.
2706         (eval-expression): With a zero prefix arg, set `print-length' and
2707         `print-level' to nil, and insert the integer values from
2708         `eval-expression-print-format' at the end.  Doc fix.  (Bug#12985)
2710         * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
2711         `eval-last-sexp-arg-internal'.  Doc fix.
2712         (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
2713         `eval-last-sexp-print-value'.  Doc fix.
2714         (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
2715         Set `print-length' and `print-level' to nil when arg is zero.
2716         (eval-last-sexp): Doc fix.
2717         (eval-defun-2): Print the integer values from
2718         `eval-expression-print-format' at the end.
2720         * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
2721         values from `eval-expression-print-format' at the end.
2723         * ielm.el (ielm-eval-input): Print the integer
2724         values from `eval-expression-print-format' at the end.
2726 2013-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
2728         * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
2729         2013-12-11T19:01:44Z!tzz@lifelogs.com.
2731 2013-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2733         * hl-line.el (hl-line-make-overlay): New fun.  Set priority (bug#16192).
2734         (hl-line-highlight, global-hl-line-highlight): Use it.
2735         (hl-line-overlay): Use defvar-local.
2737 2013-12-19  Jan Djärv  <jan.h.d@swipnet.se>
2739         * term/ns-win.el: Require dnd.
2740         (global-map): Remove drag items.
2741         (ns-insert-text, ns-set-foreground-at-mouse)
2742         (ns-set-background-at-mouse):
2743         Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
2744         (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
2745         New functions.
2747 2013-12-19  Glenn Morris  <rgm@gnu.org>
2749         * emacs-lisp/ert.el (ert-select-tests):
2750         Fix string/symbol mixup.  (Bug#16121)
2752 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
2754         * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
2755         keywords to their parent.
2757 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
2759         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
2760         first arg to be a string (fixed dead code), or an operator symbol.
2761         (ruby-smie--forward-token): Tokenize ` @ ' before strings and
2762         operator symbols.
2763         (ruby-smie-rules): Remove parent token check in the `.' clause, it
2764         did nothing.  Don't respond to `(:after ".")', it will be called
2765         with :before anyway.  Remove the ` @ ' rule, it didn't seem to
2766         change anything.  Only return indentation for binary operators
2767         when they are hanging.  De-dent opening paren when its parent is
2768         `.', otherwise it looks bad when the dot is not at bol or eol
2769         (bug#16182).
2771 2013-12-19  Juri Linkov  <juri@jurta.org>
2773         * replace.el (query-replace-read-args): Split a non-negative arg
2774         and a negative arg into separate elements.
2775         (query-replace, query-replace-regexp, replace-string)
2776         (replace-regexp): Add arg `backward'.  Doc fix.
2777         (replace-match-maybe-edit): When new arg `backward' is non-nil,
2778         move point to the beginning of the match.
2779         (replace-search, replace-highlight): Use new arg `backward'
2780         to set the value of `isearch-forward'.
2781         (perform-replace): Add arg `backward' and use it to perform
2782         replacement backward.  (Bug#14979)
2784         * isearch.el (isearch-query-replace): Use a negative prefix arg
2785         to call `perform-replace' with a non-nil arg `backward'.
2787 2013-12-18  Juri Linkov  <juri@jurta.org>
2789         * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
2790         to the default list.  Move `log-edit-show-files' to the end.
2791         Add more available functions to options.
2792         (log-edit): Move default specific settings to
2793         `log-edit-insert-message-template'.  Don't move point.
2794         (log-edit-insert-message-template): New function.
2795         (log-edit-insert-changelog): Add `save-excursion' and don't move point.
2796         (Bug#16170)
2798 2013-12-18  Juri Linkov  <juri@jurta.org>
2800         * help-mode.el (help-mode-map): Bind "l" to help-go-back,
2801         and "r" to help-go-forward for compatibity with Info.  (Bug#16178)
2803 2013-12-18  Leo Liu  <sdl.web@gmail.com>
2805         * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
2806         (Bug#16186)
2808 2013-12-18  Eli Zaretskii  <eliz@gnu.org>
2810         * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
2811         formats for displaying file sizes when the -s switch is given.
2812         Instead, compute a separate format for displaying the size in
2813         blocks, which is displayed in addition to the "regular" size.
2814         When -h is given in addition to -s, produce size in blocks in
2815         human-readable form as well.  (Bug#16179)
2817 2013-12-18  Tassilo Horn  <tsdh@gnu.org>
2819         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
2820         Reference tables with ~\ref{...} instead of only \ref{...}.
2822 2013-12-18  Chong Yidong  <cyd@gnu.org>
2824         * cus-edit.el (custom-magic-alist): Fix "themed" description
2825         (Bug#14348).
2827         * custom.el (custom-push-theme): If custom--inhibit-theme-enable
2828         is non-nil, do not create a new entry in the symbol's theme-value
2829         or theme-face property; update theme-settings only (Bug#14664).
2830         (custom-available-themes): Doc fix.
2832         * cus-theme.el (custom-new-theme-mode-map): Add bindings
2833         (Bug#15674).
2835         * replace.el (occur-engine): Avoid infloop (Bug#7593).
2837 2013-12-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2839         * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
2840         (Bug#13914).
2842 2013-12-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
2844         * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
2846 2013-12-18  Glenn Morris  <rgm@gnu.org>
2848         * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
2849         * cus-start.el (load-prefer-newer): New option.
2851 2013-12-18  Le Wang  <l26wang@gmail.com>
2853         * comint.el (comint-previous-matching-input-from-input):
2854         Retain point (Bug#13404).
2856 2013-12-18  Chong Yidong  <cyd@gnu.org>
2858         * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
2860 2013-12-18  Glenn Morris  <rgm@gnu.org>
2862         * mail/emacsbug.el (report-emacs-bug):
2863         Only mention enable-multibyte-characters if non-standard.
2865 2013-12-17  Juri Linkov  <juri@jurta.org>
2867         * arc-mode.el (archive-extract-by-file): Check if directory exists
2868         before deletion to not show irrelevant errors if it doesn't exist.
2870 2013-12-17  Juri Linkov  <juri@jurta.org>
2872         * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
2873         (Bug#14751)
2875         * net/eww.el (browse-web): Add alias to `eww'.
2876         (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
2877         Bind "S-SPC" to `scroll-down-command'.  (Bug#16178)
2879         * net/browse-url.el (browse-url-browser-function): Move `eww'
2880         closer to similar functions.
2882         * startup.el (fancy-startup-screen, fancy-about-screen):
2883         Set browse-url-browser-function to eww-browse-url locally.
2884         (Bug#14751)
2886 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2888         * window.el (window--pixel-to-total): Remove unused `mini' var.
2889         (maximize-window, minimize-window): Remove unused `pixelwise' arg.
2890         (split-window): Remove unused `new' var.
2891         (window--display-buffer): Remove unused `frame' and `delta' vars.
2892         (fit-window-to-buffer): Remove unused vars `frame', `display-height',
2893         and display-width'.
2895 2013-12-17  Martin Rudalics  <rudalics@gmx.at>
2897         * dired.el (dired-mark-pop-up):
2898         * register.el (register-preview): Don't bind
2899         split-height-threshold here since it's now done in
2900         display-buffer-below-selected.
2902 2013-12-17  oblique  <psyberbits@gmail.com>  (tiny change)
2904         * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
2905         xterm-rgb-convert-to-16bit.
2906         (rxvt-register-default-colors): Standardize with
2907         xterm-register-default-colors (Bug#14078).
2909 2013-12-17  Dima Kogan  <dima@secretsauce.net>  (tiny change)
2911         * simple.el (kill-region): Pass mark first, then point, so that
2912         kill-append works right (Bug#12819).
2913         (copy-region-as-kill, kill-ring-save): Likewise.
2915 2013-12-17  Leo Liu  <sdl.web@gmail.com>
2917         * net/rcirc.el (rcirc-add-face):
2918         * eshell/em-prompt.el (eshell-emit-prompt):
2919         * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
2920         (Bug#16167)
2922 2013-12-17  Chong Yidong  <cyd@gnu.org>
2924         * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
2925         Suggested by Xue Fuqiao.
2927 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
2929         * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
2931 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2933         * net/shr.el (shr-insert-document): Remove unused var
2934         `shr-preliminary-table-render'.
2935         (shr-rescale-image): Remove unused arg `force'.
2936         (shr-put-image): Update calls accordingly.
2937         (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
2939 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
2941         * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
2942         (smie-indent-close): Call `smie-indent--rule-1' with METHOD
2943         :close-all, to see which indentation method to use (Bug#16116).
2944         (smie-rules-function): Document the method :close-all.
2946 2013-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2948         * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
2950         * net/eww.el (eww-display-html): If we can't find the anchor we're
2951         looking for, then go to point-min.
2953 2013-12-16  Paul Eggert  <eggert@cs.ucla.edu>
2955         Fix problems with CANNOT_DUMP and EMACSLOADPATH.
2956         * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
2957         * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
2958         Expand dir too, in case it's relative.
2960 2013-12-16  Juri Linkov  <juri@jurta.org>
2962         * desktop.el (desktop-auto-save-timeout): Change default to
2963         `auto-save-timeout'.  Doc fix.
2964         (desktop-save): Skip the timestamp in desktop-saved-frameset
2965         when checking for auto-save changes.
2966         (desktop-auto-save): Don't call desktop-auto-save-set-timer since
2967         `desktop-auto-save' is called repeatedly by the idle timer.
2968         (desktop-auto-save-set-timer): Replace `run-with-timer' with
2969         `run-with-idle-timer' and a non-nil arg REPEAT.  Doc fix.
2970         (Bug#15331)
2972 2013-12-16  Juri Linkov  <juri@jurta.org>
2974         * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
2975         (Bug#16035)
2976         (isearch-pre-command-hook): Check `this-command' for symbolp.
2978 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2980         * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
2982 2013-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
2984         * progmodes/cfengine.el (cfengine3--current-word): Remove.
2985         (cfengine3--current-function): Bring in the current-function
2986         functionality from `cfengine3--current-word'.
2987         (cfengine3-completion-function): Bring in the
2988         bounds-of-current-word functionality from
2989         `cfengine3--current-word'.
2991 2013-12-16  Martin Rudalics  <rudalics@gmx.at>
2993         * window.el (display-buffer-below-selected):
2994         Bind split-height-threshold to 0 as suggested by Juri Linkov.
2996 2013-12-16  Leo Liu  <sdl.web@gmail.com>
2998         * progmodes/compile.el (compile-goto-error): Do not push-mark.
2999         Remove NOMSG arg and all uses changed.
3001 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3003         * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
3004         (cua--deactivate-rectangle): Don't deactivate the mark.
3005         (cua-set-rectangle-mark): Don't set mark-active since
3006         cua--activate-rectangle already does it for us.
3007         (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
3008         non-rectangular region.
3010         * emulation/cua-base.el (cua-repeat-replace-region):
3011         Use with-current-buffer.
3013         * net/gnutls.el: Use cl-lib.
3014         (gnutls-negotiate): `mapcan' -> cl-mapcan.
3016 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
3018         * emacs-lisp/package.el (package-built-in-p): Support both
3019         built-in and the package.el converted package descriptions.
3020         (package-show-package-list): Allow keywords.
3021         (package-keyword-button-action): Use it instead of
3022         `finder-list-matches'.
3023         (package-menu-filter-interactive): Interactive filtering (by
3024         keyword) function.
3025         (package-menu--generate): Support keywords and change keymappings
3026         and headers when they are given.
3027         (package--has-keyword-p): Helper function.
3028         (package-menu--refresh): Use it.
3029         (package--mapc): Helper function.
3030         (package-all-keywords): Use it.
3031         (package-menu-mode-map): Set up menu items and keybindings to
3032         provide a filtering UI.
3034 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
3036         * net/gnutls.el (gnutls-verify-error): New defcustom to control
3037         the behavior when a certificate fails validation.  Defaults to
3038         old behavior: never abort, just warn.
3039         (gnutls-negotiate): Use it.
3041 2013-12-14  Martin Rudalics  <rudalics@gmx.at>
3043         * window.el (display-buffer-below-selected): Never split window
3044         horizontally.  Suggested by Juri Linkov <juri@jurta.org>.
3046 2013-12-14  Tom Willemse  <tom@ryuslash.org>  (tiny change)
3048         * emacs-lisp/package.el (package--prepare-dependencies): New function.
3049         (package-buffer-info): Use it (bug#15108).
3051 2013-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3053         * icomplete.el (icomplete-completions): Make sure the prefix is already
3054         displayed elsewhere before hiding it (bug#16219).
3056 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
3058         * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
3059         open-paren tokens when preceded by a open-paren, too.
3060         (ruby-smie-rules): Handle virtual indentation after open-paren
3061         tokens specially.  If there is code between it and eol, return the
3062         column where is starts (Bug#16118).
3064 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
3066         * progmodes/cfengine.el: Fix `add-hook' doc.
3067         (cfengine-mode-syntax-functions-regex): Initialize sensibly.
3068         (cfengine3--current-word): Fix parameters.
3069         (cfengine3-make-syntax-cache): Simplify further.
3070         (cfengine3-completion-function, cfengine3--current-function):
3071         Use `assq' for symbols.
3072         (cfengine3--current-function): Fix `cfengine3--current-word' call.
3074 2013-12-13  Glenn Morris  <rgm@gnu.org>
3076         * loadup.el (load-path): Warn if site-load or site-init changes it.
3077         No more need to reset it when bootstrapping.
3079 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
3081         * progmodes/cfengine.el (cfengine-cf-promises): Add more default
3082         locations for cf-promises.
3083         (cfengine-mode-syntax-functions-regex): New caching variable.
3084         (cfengine3-fallback-syntax): Fallback syntax for cases where
3085         cf-promises doesn't run.
3086         (cfengine3--current-word): Reimplement using
3087         `cfengine-mode-syntax-functions-regex'.
3088         (cfengine3-completion-function, cfengine3--current-function):
3089         Use `cfengine3-make-syntax-cache' directly.
3090         (cfengine3-clear-syntax-cache): New function.
3091         (cfengine3-make-syntax-cache): Simplify and create
3092         `cfengine-mode-syntax-functions-regex' on demand.
3093         (cfengine3-format-function-docstring): Don't call
3094         `cfengine3-make-syntax-cache' explicitly.
3096 2013-12-13  Martin Rudalics  <rudalics@gmx.at>
3098         Fix windmove-find-other-window broken after pixelwise resizing
3099         (Bug#16017).
3100         * windmove.el (windmove-other-window-loc): Revert change from
3101         2013-12-04.
3102         (windmove-find-other-window): Call window-in-direction.
3103         * window.el (window-in-direction): New arguments SIGN, WRAP and
3104         MINI to emulate original windmove-find-other-window behavior.
3106 2013-12-13  Dmitry Gutov  <dgutov@yandex.ru>
3108         * simple.el (blink-matching--overlay): New variable.
3109         (blink-matching-open): Instead of moving point, highlight the
3110         matching paren with an overlay
3111         (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
3113         * faces.el (paren-showing-faces, show-paren-match)
3114         (show-paren-mismatch): Move from paren.el.
3116 2013-12-13  Leo Liu  <sdl.web@gmail.com>
3118         * indent.el (indent-region): Disable progress reporter in
3119         minibuffer.  (Bug#16108)
3121         * bindings.el (visual-order-cursor-movement): Fix version.
3123 2013-12-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3125         * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
3126         Also match after beginning of line.
3127         (python-pdbtrack-set-tracked-buffer): Fix logic for remote
3128         files.  Thanks to Russell Sim.  (Bug#15378)
3130 2013-12-13  Juri Linkov  <juri@jurta.org>
3132         * simple.el <Keypad support>: Remove key bindings duplicated
3133         with bindings.el.  (Bug#14397)
3135 2013-12-13  Juri Linkov  <juri@jurta.org>
3137         * comint.el (comint-mode-map): Replace `delete-char' with
3138         `delete-forward-char'.  (Bug#16109)
3140 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3142         * progmodes/python.el (python-indent-calculate-indentation):
3143         Fix de-denters cornercase.  (Bug#15731)
3145 2013-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3147         * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
3148         (advice--make): Pay attention to `depth'.
3149         (advice--make-1): Don't autoload commands eagerly.
3150         * emacs-lisp/elp.el (elp-instrument-function):
3151         * emacs-lisp/trace.el (trace-function-internal):
3152         * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
3154         * iswitchb.el (iswitchb-mode): Don't belittle ido.
3156 2013-12-12  Eli Zaretskii  <eliz@gnu.org>
3158         * term/w32-win.el (w32-handle-dropped-file):
3159         * startup.el (normal-top-level):
3160         * net/browse-url.el (browse-url-file-url):
3161         * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
3162         decode file names using 'utf-8' rather than
3163         file-name-coding-system.
3165 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3167         * progmodes/python.el (python-indent-context)
3168         (python-indent-calculate-indentation): Fix auto-identation
3169         behavior for comment blocks.  (Bug#15916)
3171 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
3173         * progmodes/python.el (python-indent-calculate-indentation):
3174         When determining indentation, don't treat "return", "pass", etc., as
3175         operators when they are just string constituents.  (Bug#15812)
3177 2013-12-12  Juri Linkov  <juri@jurta.org>
3179         * uniquify.el (uniquify-buffer-name-style): Change default to
3180         `post-forward-angle-brackets'.
3182         * menu-bar.el (menu-bar-options-menu): Don't require preloaded
3183         `uniquify'.  Change default to `post-forward-angle-brackets'.
3185 2013-12-11  Glenn Morris  <rgm@gnu.org>
3187         * emacs-lisp/package.el (finder-list-matches):
3188         Autoload rather than falsely declaring.
3190 2013-12-11  Teodor Zlatanov  <tzz@lifelogs.com>
3192         * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
3193         (eww-mode-map): Use them.
3195 2013-12-11  Martin Rudalics  <rudalics@gmx.at>
3197         * window.el (display-buffer-in-side-window): Fix doc-string
3198         (Bug#16115).
3200 2013-12-11  Juanma Barranquero  <lekktu@gmail.com>
3202         * vc/vc-git.el: Silence byte-compiler warnings.
3203         (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
3204         (log-edit-set-header): Declare.
3206 2013-12-11  Eli Zaretskii  <eliz@gnu.org>
3208         * Makefile.in (custom-deps, finder-data): Run output file names
3209         through unmsys--file-name.  (Bug#16099)
3211 2013-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3213         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
3214         comment-start-skip, which fails when that uses submatch 1 (bug#16041).
3216         * emulation/cua-base.el (cua-paste): Add `delete-selection' property
3217         instead of deleting the selection "by hand" (bug#16098).
3218         Rely on insert-for-yank to yank rectangles.
3219         (cua-highlight-region-shift-only): Mark obsolete.
3220         (cua-mode): Don't enable/disable transient-mark-mode,
3221         shift-select-mode (cua-mode works both with and without them), and
3222         pc-selection-mode (obsolete).
3223         * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
3224         (cua--deactivate-rectangle): Deactivate it.
3226         * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
3227         (delete-selection-helper): Make sure yank starts at the top of the
3228         deleted region.
3229         (minibuffer-keyboard-quit): Use region-active-p.
3231         * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
3233         * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
3234         to `delete' (bug#16109).
3236 2013-12-11  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3238         * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
3239         info manual and show keybindings and set `:group' keyword.
3241 2013-12-11  Juri Linkov  <juri@jurta.org>
3243         * delsel.el (delete-active-region): Let-bind `this-command'
3244         to prevent `kill-region' from changing its original value.
3245         (delete-selection-helper): Handle `overwrite-mode' for the type
3246         `kill' exactly the same way as for the type `t'.
3247         (insert-char, quoted-insert, reindent-then-newline-and-indent):
3248         Support more commands.  (Bug#13312)
3250 2013-12-11  Juri Linkov  <juri@jurta.org>
3252         * bindings.el: Map kp keys to non-kp keys systematically
3253         with basic modifiers control, meta and shift.  (Bug#14397)
3255 2013-12-11  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
3257         * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
3258         "Close browser" menu items.  Fix wrong function of "List
3259         bookmarks".
3261 2013-12-11  Juri Linkov  <juri@jurta.org>
3263         * misearch.el (multi-isearch-buffers): Set the value of
3264         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
3265         arg of isearch-forward to t.
3266         (multi-isearch-buffers-regexp): Set the value of
3267         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
3268         arg of isearch-forward-regexp to t.
3269         (multi-isearch-files): Set the value of
3270         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
3271         arg of isearch-forward to t.
3272         (multi-isearch-files-regexp): Set the value of
3273         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
3274         arg of isearch-forward-regexp to t.  (Bug#16035)
3276         * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
3277         arg of isearch-forward to t.
3278         (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
3279         arg of isearch-forward-regexp to t.
3280         (dired-isearch-filter-filenames): Remove unnecessary check for
3281         `dired-isearch-filenames'.
3283         * comint.el (comint-history-isearch-backward):
3284         Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
3285         (comint-history-isearch-backward-regexp):
3286         Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
3288 2013-12-10  Eli Zaretskii  <eliz@gnu.org>
3290         * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
3291         unmsys--file-name.  (Bug#16099)
3293 2013-12-10  Teodor Zlatanov  <tzz@lifelogs.com>
3295         * emacs-lisp/package.el (package-keyword-button-action):
3296         Remove finder.el require dependency.
3298 2013-12-09  Teodor Zlatanov  <tzz@lifelogs.com>
3300         * emacs-lisp/package.el: Require finder.el.
3301         (describe-package-1): Add keyword buttons.
3302         (package-make-button): New convenience function.
3303         (package-keyword-button-action): Keyword button action using
3304         `finder-list-matches'.
3306 2013-12-09  Eli Zaretskii  <eliz@gnu.org>
3308         * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
3309         last commit.
3311 2013-12-09  Michael Albinus  <michael.albinus@gmx.de>
3313         * autorevert.el (auto-revert-notify-add-watch): Do not handle
3314         symlinked files.
3316 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
3318         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
3319         after the end of a percent literal.
3321 2013-12-09  Cameron Desautels  <camdez@gmail.com>  (tiny change)
3323         * progmodes/ruby-mode.el (ruby-forward-string): Document.
3324         Handle caret-delimited strings (Bug#16079).
3326 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
3328         * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
3329         When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
3330         `ruby-parse-partial' (Bug#16078).
3332 2013-12-09  Leo Liu  <sdl.web@gmail.com>
3334         * subr.el (read-passwd): Disable show-paren-mode.  (Bug#16091)
3336 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
3338         * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
3339         (js-switch-indent-offset): New option.
3340         (js--proper-indentation): Use it.  And handle the case when
3341         "default" is actually a key in an object literal.
3342         (js--same-line): New function.
3343         (js--multi-line-declaration-indentation): Use it.
3344         (js--indent-in-array-comp, js--array-comp-indentation):
3345         New functions.
3346         (js--proper-indentation): Use them, to handle array comprehension
3347         continuations.
3349 2013-12-08  Leo Liu  <sdl.web@gmail.com>
3351         * progmodes/flymake.el (flymake-highlight-line): Re-write.
3352         (flymake-make-overlay): Remove arg MOUSE-FACE.
3353         (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
3355 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3357         * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
3358         New function.
3359         (redisplay-highlight-region-function): Use it.
3361         * emulation/cua-base.el (cua--explicit-region-start)
3362         (cua--last-region-shifted): Remove.
3363         (cua--deactivate): Use deactivate-mark.
3364         (cua--pre-command-handler-1): Don't handle shift-selection.
3365         (cua--post-command-handler-1): Don't change transient-mark-mode.
3366         (cua--select-keymaps): Use region-active-p rather than
3367         cua--explicit-region-start or cua--last-region-shifted.
3368         (cua-mode): Enable shift-select-mode.
3370 2013-12-08  Leo Liu  <sdl.web@gmail.com>
3372         * progmodes/flymake.el (flymake-popup-current-error-menu):
3373         Rename from flymake-display-err-menu-for-current-line.  Reimplement.
3374         (flymake-posn-at-point-as-event, flymake-popup-menu)
3375         (flymake-make-emacs-menu): Remove.  (Bug#16077)
3377 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3379         * rect.el (rectangle-mark-mode): Activate mark even if
3380         transient-mark-mode is off (bug#16066).
3381         (rectangle--highlight-for-redisplay): Fix boundary condition when point
3382         is > mark and at bolp.
3384         * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
3385         (region-extract-function): Use it.
3386         (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
3387         (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
3388         Delete functions.
3389         (cua--init-rectangles): Don't re-remap copy-region-as-kill,
3390         kill-ring-save, kill-region, delete-char, delete-forward-char.
3391         Ignore self-insert-iso.
3393         * emulation/cua-gmrk.el (cua--init-global-mark):
3394         Ignore `self-insert-iso'.
3396         * emulation/cua-base.el (cua--prefix-copy-handler)
3397         (cua--prefix-cut-handler): Rely on region-extract-function rather than
3398         checking cua--rectangle.
3399         (cua-delete-region): Use region-extract-function.
3400         (cua-replace-region): Delete function.
3401         (cua-copy-region, cua-cut-region): Obey region-extract-function.
3402         (cua--pre-command-handler-1): Don't do the delete-selection thing.
3403         (cua--self-insert-char-p): Ignore `self-insert-iso'.
3404         (cua--init-keymaps): Don't remap delete-selection commands.
3405         (cua-mode): Use delete-selection-mode instead of rolling our own
3406         (bug#16085).
3408         * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
3409         Obey region-extract-function.
3411         Make registers and delete-selection-mode work on rectangles.
3412         * register.el (describe-register-1): Don't modify the register's value.
3413         (copy-to-register): Obey region-extract-function.
3414         * delsel.el (delete-active-region): Obey region-extract-function.
3416 2013-12-08  Leo Liu  <sdl.web@gmail.com>
3418         * progmodes/flymake.el (flymake, flymake-error-bitmap)
3419         (flymake-warning-bitmap, flymake-fringe-indicator-position)
3420         (flymake-compilation-prevents-syntax-check)
3421         (flymake-start-syntax-check-on-newline)
3422         (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
3423         (flymake-start-syntax-check-on-find-file, flymake-log-level)
3424         (flymake-xml-program, flymake-master-file-dirs)
3425         (flymake-master-file-count-limit)
3426         (flymake-allowed-file-name-masks): Relocate.
3427         (flymake-makehash, flymake-float-time)
3428         (flymake-replace-regexp-in-string, flymake-split-string)
3429         (flymake-get-temp-dir): Remove.
3430         (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
3431         (flymake-current-row, flymake-selected-frame)
3432         (flymake-get-point-pixel-pos): Remove xemacs compatibity and
3433         related functions.  (Bug#16077)
3435 2013-12-07  Bozhidar Batsov  <bozhidar@batsov.com>
3437         * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
3439 2013-12-07  Tassilo Horn  <tsdh@gnu.org>
3441         * help-fns.el (describe-function-1): Use new advice-* functions
3442         rather than old ad-* functions.  Fix function type description and
3443         source links for advised functions and subrs.
3445 2013-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3447         * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
3449 2013-12-06  Michael Albinus  <michael.albinus@gmx.de>
3451         * progmodes/compile.el (compilation-start):
3452         * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
3454         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3455         Handle long command lines, lasting from "sh -c ...".  (Bug#16045)
3457 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
3459         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3460         Touch up the last change.
3462 2013-12-06  Leo Liu  <sdl.web@gmail.com>
3464         * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
3465         (inferior-octave-startup): Always use "octave> " for prompt.
3466         (octave-goto-function-definition)
3467         (octave-sync-function-file-names)
3468         (octave-find-definition-default-filename): Remove redundant backquotes.
3470 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
3472         * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
3473         syntax for `?'.
3474         (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
3475         where appropriate already.
3476         (ruby-syntax-propertize-function): Propertize `?' and `!' at the
3477         end of method names (Bug#15874).
3479 2013-12-06  Juri Linkov  <juri@jurta.org>
3481         * isearch.el (isearch--saved-overriding-local-map):
3482         New internal variable.
3483         (isearch-mode): Set it to the initial value of
3484         `overriding-terminal-local-map'.
3485         (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
3486         with `isearch--saved-overriding-local-map'.  (Bug#16035)
3488 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
3490         * progmodes/octave.el (inferior-octave-completion-table):
3491         Turn back into function, use `completion-table-with-cache'
3492         (Bug#11906).  Update all references.
3494         * minibuffer.el (completion-table-with-cache): New function.
3496 2013-12-05  Cameron Desautels  <camdez@gmail.com>  (tiny change)
3498         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
3500 2013-12-05  Teodor Zlatanov  <tzz@lifelogs.com>
3502         * net/eww.el (eww-current-source): New variable to store page
3503         source.
3504         (eww-display-html, eww-mode, eww-save-history)
3505         (eww-restore-history): Use it.
3506         (eww-view-source): New command to view page source.
3507         Opportunistically uses `html-mode' to highlight the buffer.
3508         (eww-mode-map): Install it.
3510 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
3512         * net/dbus.el (dbus-unregister-service)
3513         (dbus-escape-as-identifier, dbus-unescape-from-identifier):
3514         Fix docstring.
3515         (dbus-unregister-service): Skip :serial entries in
3516         `dbus-registered-objects-table'.
3517         (dbus-byte-array-to-string): New optional arg MULTIBYTE.
3519 2013-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
3521         * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
3522         around keywords with extra `split-string' argument.
3524 2013-12-04  Martin Rudalics  <rudalics@gmx.at>
3526         * windmove.el (windmove-other-window-loc): Handle navigation
3527         between windows (excluding the minibuffer window - Bug#16017).
3529 2013-12-04  Michael Albinus  <michael.albinus@gmx.de>
3531         * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
3532         in D-Bus type syntax.
3533         (dbus-unescape-from-identifier): Use `byte-to-string' in order to
3534         preserve unibyte strings.  (Bug#16048)
3536 2013-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3538         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
3539         Call force-mode-line-update is the proper buffer (bug#16042).
3541 2013-12-04  Dmitry Gutov  <dgutov@yandex.ru>
3543         * vc/log-edit.el (log-edit-add-new-comment): Rename to
3544         `log-edit-remember-comment', make argument optional.  Adjust all
3545         callers.
3546         (log-edit-mode): Add `log-edit-remember-comment' to
3547         `kill-buffer-hook' locally.
3548         (log-edit-kill-buffer): Don't remember comment explicitly since
3549         the buffer is killed anyway.
3551 2013-12-04  Juri Linkov  <juri@jurta.org>
3553         * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
3554         add-hook and remove-hook for multi-buffer search.  (Bug#16035)
3556 2013-12-03  Tom Regner  <tom@goochesa.de>  (tiny change)
3558         * notifications.el (notifications-close-notification): Call the
3559         D-Bus method with ID being a `:uint32'.  (Bug#16030)
3561 2013-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3563         * net/eww.el (eww-render): Don't pass arg to eww-display-image.
3565 2013-12-03  Juri Linkov  <juri@jurta.org>
3567         * progmodes/compile.el (compilation-start): Rename window alist
3568         entry `no-display-ok' to `allow-no-window'.
3570         * simple.el (shell-command): Add window alist entry
3571         `allow-no-window' to `display-buffer'.
3572         (async-shell-command): Doc fix.
3574         * window.el (display-buffer-no-window): New action function.
3575         (display-buffer-alist, display-buffer): Doc fix.  (Bug#13594)
3577 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
3579         * vc/log-edit.el (log-edit-set-header): Extract from
3580         `log-edit-toggle-header'.
3581         (log-edit-extract-headers): Separate the summary, when extracted
3582         from header, from the rest of the message with an empty line.
3584         * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
3585         line, if present, to the Summary header.
3587 2013-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3589         * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
3590         in current-buffer (bug#16029).
3592 2013-12-02  Helmut Eller  <eller.helmut@gmail.com>
3594         * emacs-lisp/debug.el (debugger-toggle-locals): New command.
3595         (debugger-mode-map): Bind it.
3596         (debugger--backtrace-base): New function.
3597         (debugger-eval-expression): Use it.
3598         (debugger-frame-number): Skip local vars when present.
3599         (debugger--locals-visible-p, debugger--insert-locals)
3600         (debugger--show-locals, debugger--hide-locals): New functions.
3602 2013-12-02  Michael Albinus  <michael.albinus@gmx.de>
3604         * net/tramp-sh.el (tramp-remote-process-environment): Do not set
3605         "LC_ALL".
3606         (tramp-get-remote-locale): New defun.
3607         (tramp-open-connection-setup-interactive-shell): Use it.
3609 2013-12-02  Leo Liu  <sdl.web@gmail.com>
3611         * subr.el (process-live-p): Return nil for non-process.  (Bug#16023)
3613         * progmodes/sh-script.el (sh-shell-process):
3614         * progmodes/octave.el (inferior-octave-process-live-p):
3615         * progmodes/gdb-mi.el (gdb-delchar-or-quit)
3616         (gdb-inferior-io-sentinel):
3617         * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
3619 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
3621         * vc/log-edit.el (log-edit-kill-buffer): Move the use of
3622         `save-selected-window' to `log-edit-hide-buf'.  This makes
3623         `log-edit-show-files' idempotent.
3624         (log-edit-show-files): Mark the new window as dedicated.
3626 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
3628         * vc/log-edit.el (log-edit-mode-map): Add binding for
3629         `log-edit-kill-biffer'.
3630         (log-edit-hide-buf): Add a FIXME comment.
3631         (log-edit-add-new-comment): New function, extracted from
3632         `log-edit-done'.
3633         (log-edit-done, log-edit-add-to-changelog): Use it.
3634         (log-edit-kill-buffer): New command.
3636 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3638         * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
3639         instead of killing the buffer.
3641 2013-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3643         * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
3645 2013-12-01  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3647         * net/eww.el (eww-form-checkbox-selected-symbol)
3648         (eww-form-checkbox-symbol): New customizable variable.
3649         (eww-form-checkbox, eww-toggle-checkbox):
3650         Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
3652         * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
3653         (shr--get-media-pref, shr--extract-best-source): New function.
3654         (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
3655         no :src tag was specified.
3657         * net/eww.el (eww-use-external-browser-for-content-type): New variable.
3658         (eww-render): Handle `eww-use-external-browser-for-content-type'.
3659         Use \\` to match beginning of string instead of ^.
3660         (eww-browse-with-external-browser): Provide optional URL parameter.
3661         (eww-render): Set `eww-current-title' back to "".
3663         * net/shr.el (shr-tag-video): Display content for video if no
3664         poster is available.
3665         (shr-tag-audio): Add support for <audio> tag.
3667         * net/eww.el (eww-text-input-types): New const.
3668         (eww-process-text-input): Treat input types in
3669         `eww-text-input-types' as text.
3671         * net/shr.el (shr-tag-table): Fix comment typo.
3673 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3675         * net/eww.el (eww-follow-link): New command to avoid reloading
3676         pages when we follow #target links (bug#15243).
3677         (eww-quit): Special mode buffers shouldn't query before exiting.
3679 2013-12-01  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
3681         * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
3682         forms.
3684 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3686         * net/eww.el (eww-restore-history): Update the window title after
3687         moving in the history.
3688         (eww-current-dom): New variable used to save the current DOM.
3690 2013-12-01  Dmitry Gutov  <dgutov@yandex.ru>
3692         * vc/log-edit.el (log-edit-mode-map): Add binding for
3693         `log-edit-beginning-of-line'.
3694         (log-edit-setup-add-author): New user option.
3695         (log-edit-beginning-of-line): New command.
3696         (log-edit): Move major mode call above the contents setup so that
3697         the local variable values are already applied.
3698         (log-edit): Only insert "Author: " when
3699         `log-edit-setup-add-author' is non-nil.
3700         (log-edit): When SETUP is non-nil, position point after ": "
3701         instead of point-min.
3703 2013-12-01  Glenn Morris  <rgm@gnu.org>
3705         * startup.el (command-line): Warn if ~/emacs.d is in load-path.
3707 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
3709         * startup.el (fancy-splash-frame): On MS-Windows, trigger
3710         redisplay to make sure the initial frame gets a chance to become
3711         visible.  (Bug#16014)
3713 2013-11-30  Martin Rudalics  <rudalics@gmx.at>
3715         Support resizing frames and windows pixelwise.
3716         * cus-start.el (frame-resize-pixelwise)
3717         (window-resize-pixelwise): New entries.
3718         * emacs-lisp/debug.el (debug): Use window-total-height instead
3719         of window-total-size.
3720         * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
3721         * help.el (describe-bindings-internal): Use help-buffer as
3722         argument for with-help-window.
3723         (temp-buffer-max-width): New option.
3724         (resize-temp-buffer-window, help-window-setup)
3725         (with-help-window): Rewrite.
3726         * mouse.el (mouse-drag-line): Rewrite.  Add key bindings for
3727         dragging dividers.
3728         * window.el (frame-char-size, window-min-pixel-height)
3729         (window-safe-min-pixel-height, window-safe-min-pixel-width)
3730         (window-min-pixel-width, window-safe-min-pixel-size)
3731         (window-combination-p, window-safe-min-size)
3732         (window-resizable-p, window--size-to-pixel)
3733         (window--pixel-to-size, window--resize-apply-p): New functions.
3734         (window-safe-min-height): Fix doc-string.
3735         (window-size, window-min-size, window--min-size-1)
3736         (window-sizable, window-sizable-p, window--min-delta-1)
3737         (window-min-delta, window--max-delta-1, window-max-delta)
3738         (window--resizable, window--resizable-p, window-resizable)
3739         (window-full-height-p, window-full-width-p, window-at-side-p)
3740         (window--in-direction-2, window-in-direction)
3741         (window--resize-reset-1, window--resize-mini-window)
3742         (window-resize, window-resize-no-error)
3743         (window--resize-child-windows-normal)
3744         (window--resize-child-windows, window--resize-siblings)
3745         (window--resize-this-window, window--resize-root-window)
3746         (window--resize-root-window-vertically)
3747         (adjust-window-trailing-edge, enlarge-window, shrink-window)
3748         (maximize-window, minimize-window, delete-window)
3749         (quit-restore-window, window-split-min-size, split-window)
3750         (balance-windows-2, balance-windows)
3751         (balance-windows-area-adjust, balance-windows-area)
3752         (window--state-get-1, window-state-get, window--state-put-1)
3753         (window--state-put-2, window-state-put)
3754         (display-buffer-record-window, window--display-buffer):
3755         Make functions handle pixelwise sizing of windows.
3756         (display-buffer--action-function-custom-type)
3757         (display-buffer-fallback-action):
3758         Add display-buffer-in-previous-window.
3759         (display-buffer-use-some-window): Resize window to height it had
3760         before.
3761         (fit-window-to-buffer-horizontally): New option.
3762         (fit-frame-to-buffer): Describe new values.
3763         (fit-frame-to-buffer-bottom-margin): Replace with
3764         fit-frame-to-buffer-margins.
3765         (window--sanitize-margin): New function.
3766         (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
3767         using window-text-pixel-size.
3769 2013-11-30  Glenn Morris  <rgm@gnu.org>
3771         * emacs-lisp/bytecomp.el (byte-compile-form):
3772         Make the `interactive-only' warning like the `obsolete' one.
3773         * comint.el (comint-run):
3774         * files.el (insert-file-literally, insert-file):
3775         * replace.el (replace-string, replace-regexp):
3776         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
3777         (goto-line, insert-buffer, next-line, previous-line):
3778         Tweak `interactive-only' spec.
3780         Stop keeping (most) generated cedet grammar files in the repository.
3781         * Makefile.in (semantic): New.
3782         (compile-main): Depend on semantic.
3784 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3786         * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
3787         available.  Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
3789         * uniquify.el (uniquify-buffer-name-style): Change default.
3791         * loadup.el: Preload "uniquify".
3793         * time.el (display-time-update): Update all mode lines (bug#15999).
3795         * electric.el (electric-indent-mode): Enable by default.
3796         * loadup.el: Preload "electric".
3798 2013-11-29  Bozhidar Batsov  <bozhidar@batsov.com>
3800         * emacs-lisp/helpers.el (string-empty-p): New function.
3801         (string-blank-p): New function.
3803 2013-11-29  Andreas Politz  <politza@hochschule-trier.de>
3805         * imenu.el (imenu--index-alist): Add missing dot to the docstring
3806         (Bug#14029).
3808 2013-11-29  Andreas Politz  <politza@fh-trier.de>
3809         * imenu.el (imenu--subalist-p): Don't error on non-conses and
3810         allow non-lambda lists as functions.
3811         (imenu--in-alist): Don't recurse into non-subalists.
3812         (imenu): Don't pass function itself as an argument (Bug#14029).
3814 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3816         * progmodes/python.el (python-mode-map): Remove binding for ":".
3817         (python-indent-electric-colon): Remove command.
3818         (python-indent-post-self-insert-function): Integrate the previous code
3819         of python-indent-electric-colon.  Make it conditional on
3820         electric-indent-mode.
3821         (python-mode): Add ?: to electric-indent-chars.
3822         Move python-indent-post-self-insert-function to the end of
3823         post-self-insert-hook.
3825 2013-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3827         * doc-view.el (doc-view-goto-page): Update mode-line.
3829         * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
3831 2013-11-27  Glenn Morris  <rgm@gnu.org>
3833         * international/charprop.el, international/uni-bidi.el:
3834         * international/uni-category.el, international/uni-combining.el:
3835         * international/uni-comment.el, international/uni-decimal.el:
3836         * international/uni-decomposition.el, international/uni-digit.el:
3837         * international/uni-lowercase.el, international/uni-mirrored.el:
3838         * international/uni-name.el, international/uni-numeric.el:
3839         * international/uni-old-name.el, international/uni-titlecase.el:
3840         * international/uni-uppercase.el:
3841         Remove generated files from VCS repository.
3843 2013-11-27  Eli Zaretskii  <eliz@gnu.org>
3845         * filenotify.el (file-notify-add-watch): Don't special-case
3846         w32notify when computing the directory to watch.
3848 2013-11-27  Glenn Morris  <rgm@gnu.org>
3850         Make bootstrap without generated uni-*.el files possible again.
3851         * loadup.el: Update command-line-args checking for unidata-gen.
3852         Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
3853         * composite.el, international/characters.el:
3854         Handle unicode tables being undefined.
3856         Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
3857         * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
3858         (compile-main): Depend on leim rule.
3859         (leim): New rule.
3860         * loadup.el: Move leim-list.el to leim/ subdirectory.
3861         * startup.el (normal-top-level): No more leim directory.
3862         * international/ja-dic-cnv.el (skkdic-convert):
3863         Disable version-control and autoloads in output files.
3864         * international/titdic-cnv.el (titdic-convert, miscdic-convert):
3865         Disable version-control and autoloads in output files.
3866         * leim/quail: Move here from ../leim.
3867         * leim/quail/hangul.el (hangul-input-method-activate):
3868         Add autoload cookie.
3869         (generated-autoload-load-name): Set file-local value.
3870         * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
3871         (generated-autoload-load-name): Set file-local value.
3873 2013-11-26  Kenjiro NAKAYAMA  <knakayam@redhat.com>
3875         * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
3876         (eww-add-bookmark): Ask confirmation when add to bookmarks.
3877         (eww-quit): Ask confirmation before quitting eww.
3879 2013-11-26  Eli Zaretskii  <eliz@gnu.org>
3881         * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
3882         reading output from Diff on MS-Windows and MS-DOS.
3884 2013-11-26  Bozhidar Batsov  <bozhidar@batsov.com>
3886         * emacs-lisp/helpers.el (string-reverse): New function.
3888 2013-11-26  Michael Albinus  <michael.albinus@gmx.de>
3890         * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
3891         names on MS Windows, like "/[::1]:".
3893         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
3894         SWITCHES.
3896 2013-11-26  Glenn Morris  <rgm@gnu.org>
3898         * progmodes/python.el (python-indent-guess-indent-offset):
3899         Avoid corner-case error.  (Bug#15975)
3901         Preload leim-list.el.  (Bug#4789)
3902         * loadup.el: Load leim-list.el when found.
3903         * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
3905 2013-11-25  Bozhidar Batsov  <bozhidar@batsov.com>
3907         * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
3909         * emacs-lisp/helpers.el (string-join): New function.
3911 2013-11-25  Sebastian Wiesner  <lunaryorn@gmail.com>  (tiny change)
3913         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3914         Mark as obsolete and replace it with a symbol property.
3915         (byte-compile-form): Use new 'interactive-only property.
3916         * comint.el, files.el, replace.el, simple.el:
3917         Apply new 'interactive-only properly.
3919 2013-11-25  Martin Rudalics  <rudalics@gmx.at>
3921         * window.el (display-buffer-at-bottom): Make sure that
3922         split-window-sensibly creates the new window on bottom
3923         (Bug#15961).
3925 2013-11-23  David Kastrup  <dak@gnu.org>
3927         * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
3928         on the conflict markers when available.
3929         (smerge--get-marker): New function.
3930         (smerge-end-re, smerge-base-re): Add subgroup.
3932 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3934         * frame.el (handle-focus-in, handle-focus-out): Add missing
3935         interactive spec.
3937 2013-11-25  Michael Albinus  <michael.albinus@gmx.de>
3939         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
3940         `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
3942 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3944         * play/gomoku.el: Don't use intangible property.  Use lexical-binding.
3945         (gomoku--last-pos): New var.
3946         (gomoku--intangible-chars): New const.
3947         (gomoku--intangible): New function.
3948         (gomoku-mode): Use it.  Derive from special-mode.
3949         (gomoku-move-up): Adjust line count.
3950         (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
3951         (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
3952         Simplify accordingly.
3954         * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
3955         Remove blink-cursor code.
3956         (blink-cursor-timer-function, blink-cursor-suspend):
3957         Don't special-case GUIs.
3958         (blink-cursor-mode): Use focus-in/out-hook.
3960 2013-11-25  Dmitry Gutov  <dgutov@yandex.ru>
3962         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
3963         work when annotation is invisible (Bug#13886).
3965 2013-11-24  Simon Schubert  <2@0x2c.org>  (tiny change)
3967         * json.el (json-alist-p): Only return non-nil if the alist has
3968         simple keys (Bug#13518).
3970 2013-11-24  Mihir Rege  <mihirrege@gmail.com>  (tiny change)
3972         * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
3973         when control-statement is the first statement in a buffer (Bug#15956).
3975 2013-11-24  Dmitry Gutov  <dgutov@yandex.ru>
3977         * imenu.el (imenu-generic-skip-comments-and-strings):
3978         New option (Bug#15560).
3979         (imenu--generic-function): Use it.
3981 2013-11-24  Jorgen Schaefer  <contact@jorgenschaefer.de>
3983         * minibuffer.el (completion--in-region-1): Scroll the correct window.
3984         (Bug#13898)
3986 2013-11-24  Bozhidar Batsov  <bozhidar@batsov.com>
3988         * emacs-lisp/helpers.el: Add some string helpers.
3989         (string-trim-left): Removes leading whitespace.
3990         (string-trim-right): Removes trailing whitespace.
3991         (string-trim): Removes leading and trailing whitespace.
3993         * subr.el (string-suffix-p): New function.
3995 2013-11-23  Glenn Morris  <rgm@gnu.org>
3997         * progmodes/python.el (python-shell-send-file):
3998         Add option to delete file when done.  (Bug#15647)
3999         (python-shell-send-string, python-shell-send-region): Use it.
4001 2013-11-23  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
4003         * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
4004         to set buffer-read-only to t, never to nil.  (Bug#15938)
4006         * textmodes/tex-mode.el (latex-noindent-environments):
4007         Add safe-local-variable property.  (Bug#15936)
4009 2013-11-23  Glenn Morris  <rgm@gnu.org>
4011         * textmodes/enriched.el (enriched-mode): Doc fix.
4012         * emacs-lisp/authors.el (authors-renamed-files-alist):
4013         Add enriched.doc -> enriched.txt.
4015         * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
4017 2013-11-22  Leo Liu  <sdl.web@gmail.com>
4019         * progmodes/octave.el (inferior-octave-startup): Spit out error
4020         message.
4022 2013-11-22  Bozhidar Batsov  <bozhidar@batsov.com>
4024         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
4025         Improve docstring.
4026         Add :version.
4027         (ruby-encoding-magic-comment-style): Add :version.
4029 2013-11-22  Leo Liu  <sdl.web@gmail.com>
4031         * progmodes/octave.el (octave-operator-regexp): Exclude newline.
4032         (Bug#15076)
4033         (octave-help-mode): Adapt to change to help-mode-finish to use
4034         derived-mode-p on 2013-09-17.
4035         (inferior-octave-prompt): Also match octave-gui.
4036         (octave-kill-process): Don't ask twice.  (Bug#10564)
4038 2013-11-22  Leo Liu  <sdl.web@gmail.com>
4040         * progmodes/octave.el (inferior-octave-process-live-p): New helper.
4041         (inferior-octave-startup, inferior-octave-check-process)
4042         (inferior-octave-track-window-width-change)
4043         (octave-completion-at-point, octave-eldoc-function): Use it.
4044         (octave-kill-process): Provide confirmation.  (Bug#10564)
4046 2013-11-21  Leo Liu  <sdl.web@gmail.com>
4048         * progmodes/octave.el (octave-mode, inferior-octave-mode):
4049         Fix obsolete variable comment-use-global-state.
4051 2013-11-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4053         * progmodes/octave.el (octave-mode-map, octave-mode-menu):
4054         Add `octave-source-file'.
4055         (octave-source-file): New function.  (Bug#15935)
4057 2013-11-21  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>
4059         * net/eww.el (eww-local-regex): New variable.
4060         (eww): Use it to detect localhost and similar.
4062 2013-11-21  Leo Liu  <sdl.web@gmail.com>
4064         Add completion for command `ag'.
4065         * pcmpl-x.el (pcmpl-x-ag-options): New variable.
4066         (pcomplete/ag): New function.
4067         (pcmpl-x-ag-options): New function.  Handle `[no]' in long options.
4069 2013-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4071         * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
4072         (bug#14646).
4073         (make-obsolete): Remove interactive spec.
4075 2013-11-21  Glenn Morris  <rgm@gnu.org>
4077         * startup.el (command-line-1): Use path-separator with -L.
4079 2013-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
4081         * emacs-lisp/package.el (describe-package-1): Add package archive
4082         to shown fields.
4084 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
4086         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
4087         Change default to "# encoding: %s" to differentiate it from the
4088         default Ruby encoding comment template.
4090 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
4092         * ses.el (ses-mode): Doc fix.  (Bug#14748)
4094 2013-11-20  Leo Liu  <sdl.web@gmail.com>
4096         * window.el (display-buffer-alist): Doc fix.  (Bug#13594)
4098 2013-11-19  Dan Nicolaescu  <dann@gnu.org>
4100         * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
4101         when rebase or bisect are in progress.
4103 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
4105         * filenotify.el (file-notify-add-watch): Doc fix.
4107 2013-11-19  Leo Liu  <sdl.web@gmail.com>
4109         * obsolete/rcompile.el: Mark obsolete.
4111         * progmodes/compile.el (compilation-start)
4112         (compilation-goto-locus, compilation-find-file):
4113         Pass no-display-ok and handle nil value from display-buffer.
4114         (Bug#13594)
4116         * window.el (display-buffer-alist, display-buffer): Document the
4117         new parameter no-display-ok.  Return either a window or nil
4118         but never a non-window value.
4120 2013-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4122         * electric.el (electric-indent-mode-map): Remove.
4123         (electric-indent-mode): Change the global-map instead (bug#15915).
4125         * textmodes/text-mode.el (paragraph-indent-minor-mode):
4126         Use add-function.
4128 2013-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4130         * emacs-lisp/nadvice.el (remove-function): Align with
4131         add-function's behavior.
4133         * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
4134         (gdb--string-regexp): New constant.
4135         (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
4136         (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
4137         (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
4138         submatch 1.
4139         (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
4140         Adjust use accordingly.
4141         (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
4143 2013-11-17  Adam Sokolnicki  <adam.sokolnicki@gmail.com>  (tiny change)
4145         * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
4146         interpolation curlies (Bug#15914).
4148 2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
4150         * calc/calc.el (calc-context-sensitive-enter): New variable.
4151         (calc-enter): Use `calc-context-sensitive-enter'.
4153 2013-11-16  Teodor Zlatanov  <tzz@lifelogs.com>
4155         * progmodes/cfengine.el: Version bump.
4156         (cfengine-cf-promises): New defcustom to locate cf-promises.
4157         (cfengine3-vartypes): Add new "data" type.
4158         (cfengine3--current-word): New function to get current name-like
4159         word or its bounds.
4160         (cfengine3--current-function): New function to look up a CFEngine
4161         function's definition.
4162         (cfengine3-format-function-docstring): New function.
4163         (cfengine3-make-syntax-cache): New function.
4164         (cfengine3-documentation-function): New function: ElDoc glue.
4165         (cfengine3-completion-function): New function: completion glue.
4166         (cfengine3-mode): Set `compile-command',
4167         `eldoc-documentation-function', and add to
4168         `completion-at-point-functions'.
4170 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
4172         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
4173         `tramp-current-connection'.
4175 2013-11-15  Dmitry Gutov  <dgutov@yandex.ru>
4177         * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
4178         nil/self/true/false with "end of symbol".
4180 2013-11-15  Bozhidar Batsov  <bozhidar@batsov.com>
4182         * subr.el (version-regexp-alist): Fix a typo.
4184 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
4186         * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
4187         "en_US.utf8" and "LC_CTYPE" to "".
4188         (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
4189         (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
4191 2013-11-15  Leo Liu  <sdl.web@gmail.com>
4193         * loadhist.el (read-feature): Get rid of fake feature nil.  (Bug#15889)
4195 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4197         * progmodes/gud.el (ctl-x-map):
4198         Remove C-x SPC binding.  (Bug#12342)
4199         (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
4201 2013-11-14  Bozhidar Batsov  <bozhidar@batsov.com>
4203         * subr.el (version-regexp-alist):
4204         Recognize hg, svn and darcs versions as snapshot versions.
4206         * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
4207         'always-utf8 value of `ruby-insert-encoding-magic-comment'.
4208         (ruby--encoding-comment-required-p): Extract from
4209         `ruby-mode-set-encoding'.
4210         (ruby-mode-set-encoding): Add the ability to always insert an
4211         utf-8 encoding comment.  Fix and simplify coding comment update
4212         logic.
4214 2013-11-14  Michael Albinus  <michael.albinus@gmx.de>
4216         * net/tramp-gvfs.el (top): Run init code only when
4217         `tramp-gvfs-enabled' is not nil.
4218         (tramp-gvfs-enabled): Check also :system bus.
4220 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4222         Sync with upstream verilog-mode revision 78e66ba.
4223         * progmodes/verilog-mode.el (verilog-end-of-defun)
4224         (verilog-type-completion, verilog-get-list): Remove unused funcs.
4225         (verilog-get-end-of-defun): Remove unused argument.
4226         (verilog-comment-depth): Remove unused local `e'.
4227         (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
4228         Don't pass arg to verilog-get-end-of-defun.
4230 2013-11-14  Glenn Morris  <rgm@gnu.org>
4232         * obsolete/assoc.el (aget): Prefix dynamic variable.
4234         * allout-widgets.el (allout-widgets): No need to autoload defgroup.
4236 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4238         * widget.el, hfy-cmap.el: Remove bogus package version number.
4240 2013-11-13  Glenn Morris  <rgm@gnu.org>
4242         * replace.el (replace-eval-replacement):
4243         Try to give more helpful error message.  (Bug#15836)
4245         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
4246         (archive-7z-update): Avoid custom type mismatches.
4248         * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
4250 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
4252         * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
4253         address can be empty.
4255         * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
4256         Accept nil SWITCHES.
4257         (tramp-gvfs-handle-write-region): Implement APPEND.
4259 2013-11-12  Dmitry Gutov  <dgutov@yandex.ru>
4261         * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
4262         binary "|" operator and closing block args delimiter.
4263         Remove FIXME comment referring to Ruby 1.8-only syntax.
4264         (ruby-smie--implicit-semi-p): Not after "|" operator.
4265         (ruby-smie--closing-pipe-p): New function.
4266         (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
4267         (ruby-smie-rules): Indent after "|".
4269 2013-11-12  Glenn Morris  <rgm@gnu.org>
4271         * ps-print.el (ps-face-attribute-list):
4272         Handle anonymous faces.  (Bug#15827)
4274 2013-11-12  Martin Rudalics  <rudalics@gmx.at>
4276         * window.el (display-buffer-other-frame): Fix doc-string.
4277         (Bug#15868)
4279 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4281         * subr.el (force-mode-line-update): Delete, move to buffer.c.
4283 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
4285         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
4286         (tramp-sh-handle-file-local-copy): Don't write a message when
4287         saving temporary files.
4289         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
4290         both directories are remote.
4291         (tramp-smb-handle-directory-files): Do not return double entries.
4292         Do not expand full file names.
4293         (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
4294         (tramp-smb-handle-write-region): Implement APPEND.
4295         (tramp-smb-get-stat-capability): Fix a stupid bug.
4297 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4299         * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
4301 2013-11-11  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
4303         * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
4304         throwing error over malformed let/let* (bug#15814).
4306 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4308         * iswitchb.el (iswitchb-mode): Mark obsolete.
4310 2013-11-11  Glenn Morris  <rgm@gnu.org>
4312         * international/uni-bidi.el, international/uni-category.el:
4313         * international/uni-name.el, international/uni-numeric.el:
4314         Regenerate for Unicode 6.3.0.
4316 2013-11-10  Michael Albinus  <michael.albinus@gmx.de>
4318         * net/tramp.el (tramp-methods):
4319         * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
4320         2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
4322 2013-11-09  Andreas Schwab  <schwab@linux-m68k.org>
4324         * progmodes/sh-script.el (sh-font-lock-keywords-var):
4325         Force highlighting text after Summary keyword in doc face for rpm.
4327 2013-11-09  Dmitry Gutov  <dgutov@yandex.ru>
4329         * textmodes/ispell.el (ispell-lookup-words): When `look' is not
4330         available and the word has no wildcards, append one to the grep pattern.
4331         http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
4332         (ispell-complete-word): Call `ispell-lookup-words' with the value
4333         independent of `ispell-look-p'.
4335 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
4337         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
4338         Not after "||".
4339         (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
4340         their parent.
4342 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4344         * progmodes/ruby-mode.el: Don't require cl any more.  Use pcase instead.
4345         (ruby-font-lock-keywords): Use backquote.
4347 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
4349         * progmodes/ruby-mode.el (ruby-smie--forward-token)
4350         (ruby-smie--backward-token): Only consider full-string matches.
4352 2013-11-08  Jan Djärv  <jan.h.d@swipnet.se>
4354         * faces.el (describe-face): Add distant-foreground.
4356 2013-11-08  Bozhidar Batsov  <bozhidar@batsov.com>
4358         * progmodes/ruby-mode.el: Improve encoding comment handling.
4359         (ruby-encoding-magic-comment-style): New option.
4360         (ruby-custom-encoding-magic-comment-template): New option.
4361         (ruby--insert-coding-comment, ruby--detect-encoding):
4362         New functions extracted from `ruby-mode-set-encoding'.
4363         (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
4364         to control the style of the auto-inserted encoding comment.
4366 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
4368         * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
4369         Use `smie-backward-sexp' with token argument.
4371 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
4373         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
4374         Remove instrumentation code.
4376 2013-11-08  Glenn Morris  <rgm@gnu.org>
4378         * progmodes/autoconf.el (autoconf-mode):
4379         Tweak comment-start-skip.  (Bug#15822)
4381 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4383         * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
4384         at bobp (bug#15826).
4385         (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
4387 2013-11-08  Darren Hoo  <darren.hoo@gmail.com>
4389         * man.el (Man-start-calling): New macro, extracted from
4390         Man-getpage-in-background.
4391         (Man-getpage-in-background): Use it.
4392         (Man-update-manpage): New command.
4393         (Man-mode-map): Bind it.
4395 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
4397         * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
4398         of "and", "or", "&&" and "||".
4399         (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
4400         argument.  Prohibit opening curly brace because it could only be a
4401         block opener in that position.
4402         (ruby-smie--forward-token, ruby-smie--backward-token):
4403         Separate "|" from "&" or "*" going after it.  That can happen in block
4404         arguments.
4405         (ruby-smie--indent-to-stmt): New function, seeks the end of
4406         previous statement or beginning of buffer.
4407         (ruby-smie-rules): Use it.
4408         (ruby-smie-rules): Check if there's a ":" before a curly block
4409         opener candidate; if there is, it's a hash.
4411 2013-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4413         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
4414         (cl--block-wrapper): Fix last accidental change.
4416 2013-11-07  Michael Albinus  <michael.albinus@gmx.de>
4418         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
4419         Instrument, in order to hunt failure on hydra.
4421 2013-11-05  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
4423         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
4424         malformed bindings form (bug#15814).
4426 2013-11-07  Dmitry Gutov  <dgutov@yandex.ru>
4428         * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
4429         "." compared to " @ ".  This incidentally fixes some indentation
4430         examples with "do".
4431         (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
4432         (ruby-smie-grammar): New tokens: "and" and "or".
4433         (ruby-smie--args-separator-p): Fix the check for tokens at POS.
4434         Exclude "and" and "or".  Remove "do" in order to work around token
4435         priorities.
4436         (ruby-smie-rules): Add all infix tokens.  Handle the case of
4437         beginning-of-buffer.
4439 2013-11-06  Glenn Morris  <rgm@gnu.org>
4441         * Makefile.in (setwins_almost, setwins_for_subdirs):
4442         Avoid accidental matches.
4444 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4446         * menu-bar.el (popup-menu): Use key-binding.
4448 2013-11-06  Eli Zaretskii  <eliz@gnu.org>
4450         * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
4451         menus, support also the menus produced by minor modes.
4452         (Bug#15817)
4454 2013-11-06  Leo Liu  <sdl.web@gmail.com>
4456         * thingatpt.el (thing-at-point-looking-at): Add optional arg
4457         DISTANCE to bound the search.  All uses changed.  (Bug#15808)
4459 2013-11-06  Glenn Morris  <rgm@gnu.org>
4461         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
4462         (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
4463         (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
4465 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4467         * electric.el (electric-indent-just-newline): New command.
4468         (electric-indent-mode-map): New keymap.
4469         (electric-indent-mode, electric-pair-mode, electric-layout-mode):
4470         Re-add :group which weren't redundant.
4472         * electric.el (electric-indent-local-mode): New minor mode.
4473         (electric-indent-functions-without-reindent): New var.
4474         (electric-indent-post-self-insert-function): Use it.
4475         * emacs-lisp/gv.el (buffer-local-value): Add setter.
4477 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
4479         * international/quail.el (quail-help): Be more explicit about the
4480         meaning of the labels shown on the keys.  (Bug#15800)
4482         * startup.el (normal-top-level): Load the subdirs.el files before
4483         setting the locale environment.  (Bug#15805)
4485 2013-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4487         * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
4488         via arguments so as to get the right ones (bug#15418).
4490         * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
4492 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
4494         Fix problems found while writing a test suite.
4496         * net/tramp-compat.el (tramp-compat-load): New defun.
4497         * net/tramp.el (tramp-handle-load): Use it.
4499         * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
4500         "(numberp ok-if-already-exists)" correctly.
4502 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
4504         * international/characters.el (glyphless-char-display-control):
4505         Add usage note.
4507 2013-11-05  Bozhidar Batsov  <bozhidar@batsov.com>
4509         * progmodes/python.el (python-mode):
4510         * progmodes/scheme.el (scheme-mode):
4511         * progmodes/prolog.el (prolog-mode):
4512         * progmodes/ruby-mode.el (ruby-mode):
4513         * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
4514         (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
4516 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4518         * rect.el (rectangle--highlight-for-redisplay):
4519         * emacs-lisp/smie.el (smie--next-indent-change):
4520         Use buffer-chars-modified-tick.
4522         * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
4524         * electric.el (electric-indent-post-self-insert-function):
4525         Only delete trailing whitepsace if it is indeed trailing (bug#15767).
4527 2013-11-04  Helmut Eller  <eller.helmut@gmail.com>
4529         * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
4531 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
4533         * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
4534         (bug#15786).
4536 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4538         * emacs-lisp/helpers.el: Move from helpers.el.  Use lexical-binding.
4540         * progmodes/python.el: Fix up last change.
4541         (python-shell--save-temp-file): New function.
4542         (python-shell-send-string): Use it.  Remove `msg' arg.  Don't assume
4543         `string' comes from the current buffer.
4544         (python-shell-send-string-no-output): Remove `msg' arg.
4545         (python--use-fake-loc): New var.
4546         (python-shell-buffer-substring): Obey it.  Try to compensate for the
4547         extra coding line added by python-shell--save-temp-file.
4548         (python-shell-send-region): Use python-shell--save-temp-file and
4549         python-shell-send-file directly.  Add `nomain' argument.
4550         (python-shell-send-buffer): Use python-shell-send-region.
4551         (python-electric-pair-string-delimiter): New function.
4552         (python-mode): Use it.
4554 2013-11-04  Eli Zaretskii  <eliz@gnu.org>
4556         * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
4557         eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
4558         environment and decoding all of the default-directory's to here
4559         from command-line.
4560         (command-line): Decode also argv[0].
4562         * loadup.el: Error out if default-directory is a multibyte string
4563         when we are dumping.
4565         * Makefile.in (emacs): Don't set LC_ALL=C.  (Bug#15260)
4567 2013-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
4569         * emacs-lisp/package.el (package-menu-mode)
4570         (package-menu--print-info, package-menu--archive-predicate):
4571         Add Archive column to package list.
4573 2013-11-04  Michael Albinus  <michael.albinus@gmx.de>
4575         Fix problems found while writing a test suite.
4577         * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
4578         (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
4579         (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
4580         to nil when running original file name handler.  Otherwise,
4581         there are problems with constructs like "$$FOO".
4583         * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
4584         for `localname'.
4586 2013-11-04  Bozhidar Batsov  <bozhidar@batsov.com>
4588         * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
4590         * subr.el (version<, version<=, version=):
4591         Update docstrings with information for snapshot versions.
4593         * helpers.el: New library for misc helper functions.
4594         (hash-table-keys): New function returning a list of hash keys.
4595         (hash-table-values): New function returning a list of hash values.
4597 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
4599         * progmodes/ruby-mode.el (ruby-smie--forward-token)
4600         (ruby-smie--backward-token): Tokenize heredocs as semicolons.
4602 2013-11-04  Michal Nazarewicz  <mina86@mina86.com>
4604         * textmodes/fill.el (fill-single-char-nobreak-p): New function
4605         checking whether point is after a 1-letter word.
4607 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
4609         * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
4610         Don't infloop when expanding region over `multiline' syntax-type that
4611         begins a line (bug#15778).
4613 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4615         * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
4616         Make it into a proper minor mode.
4617         (rectangle--region): (implicitly) rename to rectangle-mark-mode.
4618         (rectangle-mark-mode-map): New keymap.
4619         (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
4621 2013-11-04  Glenn Morris  <rgm@gnu.org>
4623         * startup.el (command-line-1): Allow `-L :...' to append to load-path.
4625 2013-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4627         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
4628         (ruby-smie-rules): Use smie-rule-parent instead.
4630         * emacs-lisp/smie.el (smie-rule-parent): Always call
4631         smie-indent-virtual rather than only for hanging tokens.
4632         (smie--next-indent-change): New helper command.
4634 2013-11-03  Glenn Morris  <rgm@gnu.org>
4636         * Makefile.in (abs_srcdir): Remove.
4637         (emacs): Unset EMACSLOADPATH.
4639 2013-11-02  Glenn Morris  <rgm@gnu.org>
4641         * Makefile.in (EMACS): Use a relative filename.
4642         (abs_top_builddir): Remove.
4643         (custom-deps, finder-data, autoloads): Use --chdir.
4645         * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
4647         Use relative filenames in TAGS files.
4648         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
4649         (lisptagsfiles4, TAGS): Use relative file names.
4650         (TAGS-LISP): Remove.
4651         (maintainer-clean): No more TAGS-LISP file.
4653         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
4654         (lisptagsfiles4): Use absolute filenames again.
4655         (TAGS, TAGS-LISP): Not everything needs to run in one line.
4656         Remove all *loaddefs files, not just the first.  Remove esh-groups.
4657         (maintainer-clean): Delete TAGS, TAGS-LISP.
4659 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
4661         * emacs-lisp/package.el (package-version-join):
4662         Recognize snapshot versions.
4664 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
4666         * subr.el (version-regexp-alist): Add support for snapshot versions.
4668 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
4670         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
4671         New function, replacement for `smie-rule-parent' for when we want to
4672         skip over our direct parent if it's an assignment token..
4673         (ruby-smie-rules): Use it.
4675 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
4677         * progmodes/ruby-mode.el: Use `syntax-propertize-function'
4678         unconditionally.  Remove now unnecessary forward declarations.
4679         Remove XEmacs-specific setup.
4680         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
4681         (ruby-font-lock-syntactic-keywords)
4682         (ruby-comment-beg-syntax, ruby-in-here-doc-p)
4683         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
4684         (ruby-here-doc-end-syntax): Remove.
4685         (ruby-mode): Don't check whether `syntax-propertize-rules' is
4686         defined as function.
4688 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
4690         * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
4692 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
4694         * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
4695         table and abbrev table, `define-derived-mode' does that for us
4696         anyway.
4698 2013-11-01  Glenn Morris  <rgm@gnu.org>
4700         * Makefile.in: Remove manual mh-e dependencies (writing .elc
4701         files is atomic for some time, so no parallel compilation issues).
4703 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
4705         * faces.el (face-x-resources): Add :distant-foreground.
4706         (region): Use :distant-foreground for gtk and ns.
4708 2013-11-01  Tassilo Horn  <tsdh@gnu.org>
4710         Allow multiple bibliographies when BibLaTeX is used rather than
4711         BibTeX.
4712         * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
4713         (reftex-locate-bibliography-files): Us it.
4715 2013-11-01  Claudio Bley  <claudio.bley@googlemail.com>
4717         * image.el (image-type-header-regexps): Fix the 'pbm' part to
4718         allow comments in pbm files.
4720         * term/w32-win.el (dynamic-library-alist): Support newer versions
4721         of libjpeg starting with v7: look only for the DLL from the
4722         version against which Emacs was built.
4723         Support versions of libpng beyond 1.4.x.
4724         Support libtiff v4.x.
4726 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
4728         * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
4729         (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
4730         Add property :safe.
4731         (ruby-deep-arglist): Add property :type.
4733 2013-10-31  Glenn Morris  <rgm@gnu.org>
4735         * Makefile.in (custom-deps, finder-data): No need to setq the target
4736         variables, we are in the right directory and the defaults work fine.
4738 2013-10-30  Glenn Morris  <rgm@gnu.org>
4740         * Makefile.in (autoloads): Do not use abs_lisp.
4742         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4743         `newline' does not respect `standard-output', so use `princ'.
4745 2013-10-30  Alp Aker  <alp.tekin.aker@gmail.com>
4747         Ensure unmarking in buffer menu clears 'S' marks.  (Bug#15761)
4748         * buff-menu.el (Buffer-menu--unmark): New function.
4749         (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
4751 2013-10-30  Glenn Morris  <rgm@gnu.org>
4753         * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
4755         * emacs-lisp/package.el (lm-homepage): Declare.
4757         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
4758         Fix doc typos.
4760         * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
4762         * Makefile.in (finder-data, autoloads, update-subdirs)
4763         (compile-main, compile-clean, compile-always, bootstrap-clean):
4764         Check return value of cd.
4765         (compile-calc): Remove.
4767 2013-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4769         * simple.el (copy-region-as-kill): Fix call to region-extract-function.
4771         * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
4772         (byte-compile-and-folded): New function.
4773         (=, <, >, <=, >=): Use it.
4775         * dos-w32.el (minibuffer-history-case-insensitive-variables)
4776         (path-separator, null-device, buffer-file-coding-system)
4777         (lpr-headers-switches): Check system-type before modifying them.
4778         (find-buffer-file-type-coding-system): Mark obsolete.
4779         (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
4780         find-file-not-found-set-buffer-file-coding-system.
4781         (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
4782         (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
4783         (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
4784         (w32-direct-print-region-helper, w32-direct-print-region-function)
4785         (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
4786         * startup.el (normal-top-level-add-subdirs-to-load-path):
4787         * ps-print.el (ps-print-region-function):
4788         * lpr.el (print-region-function): Use new name.
4790         * subr.el (custom-declare-variable-early): Remove function.
4791         (custom-declare-variable-list): Remove var.
4792         (error, user-error): Remove `while' loop.
4793         (read-quoted-char-radix, read-quoted-char): Move to simple.el.
4794         (user-emacs-directory-warning, locate-user-emacs-file):
4795         Move to files.el.
4796         * simple.el (read-quoted-char-radix, read-quoted-char):
4797         * files.el (user-emacs-directory-warning, locate-user-emacs-file):
4798         Move from subr.el.
4799         * custom.el (custom-declare-variable-list): Don't process
4800         custom-declare-variable-list.
4802         * progmodes/python.el (python-shell-get-buffer): New function.
4803         (python-shell-get-process): Use it.
4804         (python-shell-send-string): Always use utf-8 and add a cookie to tell
4805         Python which encoding was used.  Don't split-string since we only care
4806         about the first line.  Return the temp-file, if applicable.
4807         (python-shell-send-region): Tell compile.el how to turn locations in
4808         the temp-file into locations in the source buffer.
4810 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4812         * subr.el (undefined): Add missing behavior from the C code for
4813         unbound keys.
4815         * rect.el: Use lexical-binding.  Add new rectangular region support.
4816         (rectangle-mark): New command.
4817         (rectangle--region): New var.
4818         (deactivate-mark-hook): Reset rectangle--region.
4819         (rectangle--extract-region, rectangle--insert-for-yank)
4820         (rectangle--highlight-for-redisplay)
4821         (rectangle--unhighlight-for-redisplay): New functions.
4822         (region-extract-function, redisplay-unhighlight-region-function)
4823         (redisplay-highlight-region-function): Use them to handle
4824         rectangular region.
4825         * simple.el (region-extract-function): New var.
4826         (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
4827         (kill-new, kill-append): Remove obsolete `yank-handler' argument.
4828         (kill-region): Replace obsolete `yank-handler' arg with `region'.
4829         (copy-region-as-kill, kill-ring-save): Add `region' argument.
4830         (redisplay-unhighlight-region-function)
4831         (redisplay-highlight-region-function): New vars.
4832         (redisplay--update-region-highlight): New function.
4833         (pre-redisplay-function): Use it.
4834         (exchange-point-and-mark): Don't deactivate the mark before
4835         reactivate-it anyway.
4836         * comint.el (comint-kill-region): Remove yank-handler argument.
4837         * delsel.el (delete-backward-char, backward-delete-char-untabify)
4838         (delete-char): Remove property, since it's now part of their
4839         default behavior.
4840         (self-insert-iso): Remove property since this command doesn't exist.
4842         * emacs-lisp/package.el (package--download-one-archive)
4843         (describe-package-1): Don't query the user about final newline.
4845 2013-10-29  Daniel Colascione  <dancol@dancol.org>
4847         * net/tramp.el (tramp-methods): Document new functionality.
4848         * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
4849         tramp-hostname-checker if method provides one instead of scanning
4850         argument list for "%h" to decide hostname acceptability.
4852 2013-10-28  Michael Albinus  <michael.albinus@gmx.de>
4854         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
4855         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
4856         Handle COPY-CONTENTS.  (Bug#15737)
4858 2013-10-28  Daiki Ueno  <ueno@gnu.org>
4860         * epa-file.el
4861         (epa-file-cache-passphrase-for-symmetric-encryption):
4862         Document that this option has no effect with GnuPG 2.0 (bug#15552).
4864 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
4866         * image.el (defimage, image-load-path): Doc fixes.
4868 2013-10-27  Alan Mackenzie  <acm@muc.de>
4870         Indent statements in macros following "##" correctly.
4871         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
4872         Modify the "#" arm of a cond form to handle "#" and "##" operators.
4874 2013-10-27  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
4876         * linum.el (linum-update-window): Fix boundary test (bug#13446).
4878 2013-10-27  Dmitry Gutov  <dgutov@yandex.ru>
4880         * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
4881         after `=' is probably a new expression.
4883 2013-10-27  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4885         * man.el (man-imenu-title): New option.
4886         (Man-mode-map): Add menu.  (Bug#15722)
4887         (Man-mode): Add imenu to menu.
4889 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
4891         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
4892         specific in what the first arg can be: a non-keyword word,
4893         string/regexp/percent literal opener, opening paren, or unary
4894         operator followed directly by word.
4896 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4898         * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
4899         (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
4900         (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
4901         (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
4902         Remove vars, they do not apply any more.
4903         (prolog-mode-abbrev-table): Remove redundant declaration.
4904         (prolog-upper-case-string, prolog-lower-case-string): Remove.
4905         (prolog-use-smie): Remove.
4906         (prolog-smie-rules): Add indentation rule for the if-then-else layout
4907         supported by prolog-electric-if-then-else-flag.
4908         (prolog-mode-variables, prolog-menu): Use setq-local.
4909         (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
4910         Remove binding to `Backspace' since this key doesn't exist anyway.
4911         Remove bindings for electric self-inserting keys.
4912         (prog-mode): Assume it's defined.
4913         (prolog-post-self-insert): New function.
4914         (prolog-mode): Use it.
4915         (prolog-indent-line, prolog-indent-level)
4916         (prolog-find-indent-of-matching-paren)
4917         (prolog-indentation-level-of-line, prolog-goto-comment-column)
4918         (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
4919         (prolog-goto-next-paren, prolog-in-string-or-comment)
4920         (prolog-tokenize, prolog-inside-mline-comment)
4921         (prolog-find-start-of-mline-comment): Remove functions.
4922         (prolog-find-unmatched-paren, prolog-clause-end)
4923         (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
4924         (prolog-electric--if-then-else): Rename from
4925         prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
4926         (prolog-tokenize-searchkey): Remove const.
4927         (prolog-clause-info): Use forward-sexp.
4928         (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
4929         (prolog-electric-if-then-else): Remove commands.
4930         (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
4931         for use in post-self-insert-hook.
4932         (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
4933         for use in post-self-insert-hook.
4934         (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
4935         for use in post-self-insert-hook.
4936         (prolog-electric--underscore): Rename from prolog-electric--underscore;
4937         adapt it for use in post-self-insert-hook.
4939 2013-10-25  Michael Albinus  <michael.albinus@gmx.de>
4941         * emacs-lisp/ert.el (ert-run-tests-interactively):
4942         Use `completing-read'.  (Bug#9756)
4944 2013-10-25  Eli Zaretskii  <eliz@gnu.org>
4946         * simple.el (line-move): Call line-move-1 instead of
4947         line-move-visual when the current window hscroll is zero, but
4948         temporary-goal-column indicates we will need to hscroll as result
4949         of the movement.  (Bug#15712)
4951 2013-10-25  Dmitry Gutov  <dgutov@yandex.ru>
4953         * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
4954         capitalization.  Use :visible instead of :active.
4955         Fix `ruby-indent-exp' reference.  Add menu items for the generic
4956         commands that are used with SMIE.
4957         (ruby-do-end-to-brace): Insert space after `{'.
4959 2013-10-25  John Anthony  <john@jo.hnanthony.com>
4961         * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu.  (Bug#15600)
4963         * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu.  (Bug#15599)
4965 2013-10-25  Glenn Morris  <rgm@gnu.org>
4967         * vc/vc.el (vc-print-log): Don't use a working revision unless
4968         one was explicitly specified.  (Bug#15322)
4970 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4972         * subr.el (add-to-list): Preserve return value in compiler-macro
4973         (bug#15692).
4975 2013-10-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4977         * progmodes/octave.el (octave-lookfor): Handle empty lookfor
4978         result.  Ask user to retry using '-all' flag.  (Bug#15701)
4980 2013-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4982         * emacs-lisp/smie.el: New smie-config system.
4983         (smie-config): New defcustom.
4984         (smie-edebug, smie-config-show-indent, smie-config-set-indent)
4985         (smie-config-guess, smie-config-save): New commands.
4986         (smie-config--mode-local, smie-config--buffer-local)
4987         (smie-config--trace, smie-config--modefuns): New vars.
4988         (smie-config--advice, smie-config--mode-hook)
4989         (smie-config--setter, smie-config-local, smie-config--get-trace)
4990         (smie-config--guess-value, smie-config--guess): New functions.
4991         (smie-indent-forward-token, smie-indent-backward-token): Don't copy
4992         text properties.  Treat "string fence" syntax like string syntax.
4994         * progmodes/sh-script.el (sh-use-smie): Change default.
4995         (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
4996         (sh-var-value): Simplify by CSE.
4997         (sh-show-indent, sh-set-indent, sh-learn-line-indent)
4998         (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
4999         is used.
5000         (sh-guess-basic-offset): Use cl-incf.
5001         (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
5003 2013-10-24  Helmut Eller  <eller.helmut@gmail.com>
5005         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
5006         (bug#15699).
5008 2013-10-24  Glenn Morris  <rgm@gnu.org>
5010         * Makefile.in (abs_top_srcdir): Remove.
5011         (update-subdirs): Use relative path to update-subdirs.
5013 2013-10-24  Eli Zaretskii  <eliz@gnu.org>
5015         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
5016         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
5017         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
5018         Call unmsys--file-name before expand-file-name, not after it.
5020 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
5022         * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
5023         (ert-test-skipped): New error.
5024         (ert-skip, ert-stats-skipped): New defuns.
5025         (ert--skip-unless): New macro.
5026         (ert-test-skipped): New struct.
5027         (ert--run-test-debugger, ert-test-result-type-p)
5028         (ert-test-result-expected-p, ert--stats, ert-stats-completed)
5029         (ert--stats-set-test-and-result, ert-char-for-test-result)
5030         (ert-string-for-test-result, ert-run-tests-batch)
5031         (ert--results-update-ewoc-hf, ert-run-tests-interactively):
5032         Handle skipped tests.  (Bug#9803)
5034 2013-10-24  Glenn Morris  <rgm@gnu.org>
5036         * Makefile.in (check-declare): Remove unnecessary path in -l argument.
5038         * Makefile.in (abs_top_srcdir): New, set by configure.
5039         (update-subdirs): Correct build-aux location.
5041 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
5043         * vc/vc.el (vc-print-root-log): Always set `default-directory'
5044         value, whether we could auto-deduce `backend', or not.
5046         * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
5047         with parameters" example.  Simplify the "is it block or is it
5048         hash" check, but also make it more thorough.
5050 2013-10-23  Masashi Fujimoto  <masfj.dev@gmail.com>  (tiny change)
5052         * battery.el (battery-pmset): Handle OS X Mavericks.  (Bug#15694)
5054 2013-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5056         * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
5057         { if it is hanging.
5059         * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
5060         :before ";".
5062 2013-10-23  Jed Brown  <jed@59A2.org>  (tiny change)
5064         * progmodes/compile.el (compilation-directory-matcher)
5065         (compilation-page-delimiter):
5066         Support GNU Make-4.0 directory quoting.  (Bug#15678)
5068 2013-10-23  Leo Liu  <sdl.web@gmail.com>
5070         * ido.el (ido-tidy): Handle read-only text.
5072 2013-10-23  Glenn Morris  <rgm@gnu.org>
5074         * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
5075         (emacs, compile, compile-always):
5076         Quote entities that might contain whitespace.
5077         (custom-deps, finder-data, autoloads): Use abs_lisp.
5078         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
5079         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
5080         ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
5082 2013-10-23  Dmitry Gutov  <dgutov@yandex.ru>
5084         * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
5085         Use `following-char'.
5087 2013-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5089         * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
5090         * progmodes/ruby-mode.el (ruby-smie-rules):
5091         Remove corresponding workaround.  Fix indentation rule of ";" so it
5092         also applies when ";" is the parent.
5094 2013-10-22  Xue Fuqiao  <xfq.free@gmail.com>
5096         * frame.el (display-screens, display-pixel-height)
5097         (display-pixel-width, display-mm-width, display-backing-store)
5098         (display-save-under, display-planes, display-color-cells)
5099         (display-visual-class, display-monitor-attributes-list):
5100         Mention the optional ‘display’ argument in doc strings.
5102 2013-10-22  Michael Gauland  <mikelygee@amuri.net>
5104         * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
5105         viewers such as evince when ebnf-production-name-p is nil.  (Bug#15625)
5107 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
5109         * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
5110         TODO.  Add "." after " @ ".
5111         (ruby-smie--at-dot-call): New function.  Checks if point at method
5112         call with explicit target.
5113         (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
5114         to the method name tokens when it precedes them.
5115         (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
5116         (ruby-smie-rules): Add rule for indentation before and after "."
5117         token.
5119 2013-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5121         * textmodes/remember.el (remember-diary-extract-entries):
5122         Avoid add-to-list.
5124         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
5125         an instruction.
5127 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
5129         * progmodes/ruby-mode.el (ruby-smie-grammar):
5130         Add (almost) all infix operators.
5131         (ruby-smie--implicit-semi-p): Add new operator chars.
5133         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
5134         `smie-down-list'.
5135         (ruby-smie--args-separator-p): Check that there's no newline
5136         between method call and its arguments.
5138 2013-10-20  Alan Mackenzie  <acm@muc.de>
5140         Allow comma separated lists after Java "implements".
5142         * progmodes/cc-engine.el (c-backward-over-enum-header):
5143         Parse commas.
5144         * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
5145         from a "disallowed" list in enum fontification.
5147 2013-10-20  Johan Bockgård  <bojohan@gnu.org>
5149         * startup.el (default-frame-background-mode): Remove unused defvar.
5151         * progmodes/verilog-mode.el (verilog-mode): Don't set
5152         comment-indent-function globally.
5154 2013-10-20  Jan Djärv  <jan.h.d@swipnet.se>
5156         * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
5157         Move Info menu item creation to ns-win.el.
5159         * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
5160         in menu bar.
5162         * menu-bar.el: Move GNUstep specific menus...
5164         * term/ns-win.el (ns-initialize-window-system): ... to here.
5166 2013-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5168         * simple.el (newline): Only run post-self-insert-hook when
5169         called interactively.
5171 2013-10-19  Johan Bockgård  <bojohan@gnu.org>
5173         * icomplete.el (icomplete-with-completion-tables): Add :version.
5175 2013-10-19  Alan Mackenzie  <acm@muc.de>
5177         Fix fontification bugs with constructors and const.
5179         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
5180         CASE 2) Remove the check for the absence of a suffix construct
5181         after a function declaration with only types (no identifiers) in
5182         the parentheses.  Also, accept a function declaration with just a
5183         type inside the parentheses, if this type can be positively
5184         recognised as such, or if a prefix keyword like "explicit" nails
5185         down the construct as a declaration.
5187 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
5189         * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
5190         TTY menu actions and down-mouse-N to tty-menu-ignore.  This solves
5191         the problem whereby selecting a menu item that leads to a
5192         minibuffer prompt moves the cursor out of the minibuffer window,
5193         making it hard to type at the prompt.  Suggested by Stefan Monnier
5194         <monnier@iro.umontreal.ca>.
5196 2013-10-19  Jan Djärv  <jan.h.d@swipnet.se>
5198         * menu-bar.el: Don't make Services menu.
5200 2013-10-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5202         * ffap.el: Handle "/usr/include/c++/<version>" directories.
5203         (ffap-alist): Use ffap-c++-mode for c++-mode.
5204         (ffap-c++-path): New variable.
5205         (ffap-c++-mode): New function.
5207 2013-10-19  Joe Vornehm Jr.  <joe.vornehm@gmail.com>  (tiny change)
5209         * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
5211 2013-10-18  Michael Albinus  <michael.albinus@gmx.de>
5213         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
5214         introduced on 2013-09-08, which results in an infinite loop
5215         requesting a password.
5217 2013-10-18  Glenn Morris  <rgm@gnu.org>
5219         * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
5221 2013-10-18  Wilson Snyder  <wsnyder@wsnyder.org>
5223         Sync with upstream verilog-mode revision 1a6ecec7.
5224         * progmodes/verilog-mode.el (verilog-mode-version): Update.
5225         (verilog-mode-release-date): Remove.
5226         (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
5227         (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
5228         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
5229         (verilog-auto-tieoff-ignore-regexp)
5230         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
5231         (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
5232         (verilog-signals-with, verilog-dir-cache-preserving)
5233         (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
5234         Doc fixes.
5235         (verilog-case-fold): New option, to control case folding in
5236         regexp searches, bug597.
5237         (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
5238         (verilog-string-match-fold, verilog-in-paren-count)
5239         (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
5240         (verilog-at-close-struct-p): New functions.
5241         (verilog-beg-block-re-ordered, verilog-extended-case-re)
5242         (verilog-forward-sexp, verilog-set-auto-endcomments)
5243         (verilog-leap-to-case-head): Handle "unique0" case.
5244         (verilog-in-constraint-re): New constant.
5245         (verilog-keywords, verilog-type-font-keywords):
5246         Add some SystemVerilog 1800-2012 keywords.
5247         (verilog-label-be): Remove unimplemented argument, bug669.
5248         (verilog-batch-execute-func): When batch expanding clear
5249         create-lockfiles to prevent spurious user locks when a file ends
5250         up not changing.
5251         (verilog-calculate-indent, verilog-calc-1)
5252         (verilog-at-close-constraint-p, verilog-at-constraint-p)
5253         (verilog-do-indent): Fix indentation of nested constraints
5254         and structures.
5255         (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
5256         (verilog-auto-inst-param): Use verilog-string-match-fold.
5257         (verilog-read-inst-module-matcher):
5258         Fix AUTOINST on gate primitives with #1.
5259         (verilog-read-decls): Fix double-declaring user-defined typed signals.
5260         Reads all user-defined typed variables.
5261         (verilog-read-defines): Fix reading definitions inside comments, bug647.
5262         (verilog-signals-matching-regexp)
5263         (verilog-signals-not-matching-regexp, verilog-auto):
5264         Respect verilog-case-fold.
5265         (verilog-diff-report): Fix line count.
5266         (verilog-auto-assign-modport): Remove unused local `modi'.
5267         (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
5268         better handle multidimensional arrays.
5269         Fix packed array ports misadding bit index in AUTOINST, bug637.
5270         (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
5271         to not double-declare existing outputs and inputs, respectively.
5272         (verilog-template-map): Bind U to verilog-sk-uvm-component.
5273         (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
5274         (verilog-sk-uvm-component): New skeleton.
5275         (verilog-submit-bug-report): Add verilog-case-fold,
5276         remove verilog-mode-release-date.
5278 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
5280         * subr.el (sit-for): Call (input-pending-p t) so as to behave
5281         as before.
5283 2013-10-18  Reuben Thomas  <rrt@sc3d.org>
5285         * textmodes/remember.el (remember): Set buffer-offer-save in
5286         remember buffers (bug#13566).
5288 2013-10-18  Daniel Colascione  <dancol@dancol.org>
5290         When evaluating forms in ielm, direct standard output to ielm
5291         buffer.  Add new ielm-return-for-effect command.  Remove trailing
5292         whitespace throughout.
5294         * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
5295         (ielm-return-for-effect): New command.
5296         (ielm-send-input): Accept optional `for-effect' parameter.
5297         (ielm-eval-input): Accept optional `for-effect' parameter.
5298         Bind `standard-output' to stream we create using
5299         `ielm-standard-output-impl'.  Suppress printing result when
5300         `for-effect'.
5301         (ielm-standard-output-impl): New function.
5302         (inferior-emacs-lisp-mode): Explain new features in documentation.
5304 2013-10-17  Michael Albinus  <michael.albinus@gmx.de>
5306         Code cleanup.
5308         * net/tramp.el (tramp-debug-message): Do not check for connection
5309         buffer.
5310         (tramp-message): Use "vector" connection property.
5312         * net/tramp.el (tramp-rfn-eshadow-update-overlay)
5313         (tramp-equal-remote, tramp-eshell-directory-change)
5314         * net/tramp-adb.el (tramp-adb-handle-copy-file)
5315         (tramp-adb-handle-rename-file)
5316         * net/tramp-cmds.el (tramp-list-remote-buffers)
5317         (tramp-cleanup-connection, tramp-cleanup-this-connection)
5318         * net/tramp-compat.el (tramp-compat-process-running-p)
5319         * net/tramp-ftp.el (tramp-ftp-file-name-handler)
5320         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
5321         (tramp-gvfs-handle-rename-file)
5322         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
5323         (tramp-set-file-uid-gid)
5324         * net/tramp-smb.el (tramp-smb-handle-copy-file)
5325         (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
5326         of `file-remote-p'.
5328         * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
5329         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
5330         (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
5331         (tramp-gw-open-network-stream): Suppress unrelated traces.
5333         * net/tramp-adb.el (tramp-adb-maybe-open-connection)
5334         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
5335         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
5336         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
5337         connection property.
5339         * net/tramp-cache.el (top): Suppress traces when reading
5340         persistency file.
5342         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
5343         Refactor common code.  Improve debug message.
5344         (tramp-maybe-open-connection)
5345         * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
5346         connection buffer too early.
5348         * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
5349         from `tramp-smb-actions-with-acl'.
5350         (tramp-smb-actions-set-acl): New defconst.
5351         (tramp-smb-handle-copy-directory)
5352         (tramp-smb-action-get-acl): New defun, renamed from
5353         `tramp-smb-action-with-acl'.
5354         (tramp-smb-action-set-acl): New defun.
5355         (tramp-smb-handle-set-file-acl): Rewrite.
5357 2013-10-17  Glenn Morris  <rgm@gnu.org>
5359         * indent.el (indent-rigidly): Fix 2013-10-08 change.  (Bug#15635)
5361 2013-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5363         * skeleton.el (skeleton-newline): Remove.
5364         (skeleton-internal-1): Use (insert "\n") instead.
5366         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
5367         let-bindings.
5369         * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
5370         forward-sexp-function while we redo its job (bug#15613).
5372 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
5374         * calc/calc-comb.el (math-prime-test): Don't assume large integers are
5375         represented by lists.
5377 2013-10-16  Glenn Morris  <rgm@gnu.org>
5379         * tmm.el (tmm--history): New dynamic variable.
5380         (tmm-prompt): Use tmm--history in place of `history'.  (Bug#15623)
5382 2013-10-16  Michael Albinus  <michael.albinus@gmx.de>
5384         * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
5385         (tramp-smb-errors): Add error messages.
5386         (tramp-smb-actions-with-acl): New defconst.
5387         (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
5388         (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
5389         (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
5390         (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
5391         (tramp-smb-get-stat-capability): Fix tests.
5393 2013-10-16  Dima Kogan  <dima@secretsauce.net>  (tiny change)
5395         * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
5396         (bug#15580).
5398 2013-10-16  Glenn Morris  <rgm@gnu.org>
5400         * ansi-color.el (ansi-color-drop-regexp):
5401         Add 1J, 1K, 2K.  (Bug#15617)
5403         * files.el (hack-local-variables--warned-lexical): New.
5404         (hack-local-variables):
5405         Warn about misplaced lexical-binding.  (Bug#15616)
5407         * net/eww.el (eww-render): Always set eww-current-url,
5408         and update header line.  (Bug#15622)
5409         (eww-display-html): ... Rather than just doing it here.
5411 2013-10-15  Eli Zaretskii  <eliz@gnu.org>
5413         * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
5414         menu navigations commands.
5416 2013-10-14  Dima Kogan  <dima@secretsauce.net>  (tiny change)
5418         * progmodes/subword.el (subword-capitalize): Be careful when
5419         the search for [[:alpha:]] fails (bug#15580).
5421 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
5423         * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
5424         to commands that scroll the menu.
5426 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
5428         * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
5429         Handle methods ending with `?' and `!'.
5431 2013-10-14  Akinori MUSHA  <knu@iDaemons.org>
5433         * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
5434         `japanese-cp932' to `cp932' to fix the problem where saving a
5435         source file written in Shift_JIS twice would end up having
5436         `coding: japanese-cp932' which Ruby could not recognize.
5437         (ruby-mode-set-encoding): Add support for encodings mapped to nil
5438         in `ruby-encoding-map'.
5439         (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
5440         doesn't need to be explicitly declared in magic comment.
5441         (ruby-encoding-map): Add type declaration for better customize UI.
5443 2013-10-13  Glenn Morris  <rgm@gnu.org>
5445         * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
5446         Occur buffers are read-only.  http://bugs.debian.org/720775
5448         * emacs-lisp/authors.el (authors-fixed-entries):
5449         Comment out old alpha stuff.
5451 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
5453         * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
5454         to `after-save-hook' instead of `before-save-hook'.
5455         (ruby-mode-set-encoding): Use the value of coding system used to
5456         write the file.  Call `basic-save-buffer-1' after modifying the
5457         buffer.
5459 2013-10-13  Alan Mackenzie  <acm@muc.de>
5461         Fix indentation/fontification of Java enum with
5462         "implements"/generic.
5464         * progmodes/cc-engine.el (c-backward-over-enum-header):
5465         Extracted from the three other places and enhanced to handle generics.
5466         (c-inside-bracelist-p): Uses new function above.
5467         * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
5468         function above.
5469         (c-font-lock-enum-tail): Uses new function above.
5471 2013-10-13  Kenichi Handa  <handa@gnu.org>
5473         * international/mule-cmds.el (select-safe-coding-system): Remove a
5474         superfluous condition in chekcing whether a coding system is safe
5475         or not.
5477 2013-10-13  Oleh Krehel  <ohwoeowho@gmail.com>
5479         * replace.el (how-many): Fix rstart and !rend case.  (Bug#15589)
5481 2013-10-13  Andreas Politz  <politza@hochschule-trier.de>
5483         * progmodes/sql.el (sql-add-product): Fix paren typo.  (Bug#15435)
5485 2013-10-13  Glenn Morris  <rgm@gnu.org>
5487         * menu-bar.el (menu-bar-update-buffers):
5488         Unify Buffers menu prompt string.  (Bug#15576)
5490         * face-remap.el (text-scale-adjust): Doc fix.  (Bug#15434)
5492         * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
5493         Add some entries.
5494         (authors-fixed-entries): Use accented form of name.
5496 2013-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5498         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
5499         method calls (bug#15594).
5500         (ruby-smie--args-separator-p): New function.
5501         (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
5502         recognize paren-free method calls.
5504         * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
5505         internals of universal-argument.
5507 2013-10-11  Eli Zaretskii  <eliz@gnu.org>
5509         * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
5510         Bind all menu-bar sequences to tty-menu-exit -- this pops down a
5511         dropped menu on second mouse click on the menu bar.
5513 2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5515         * progmodes/sh-script.el: Provide simpl(e|istic) completion.
5516         (explicit-shell-file-name): Declare.
5517         (sh--vars-before-point, sh--cmd-completion-table): New functions.
5518         (sh-completion-at-point-function): New function.
5519         (sh-mode): Use it.
5520         (sh-smie--keyword-p): Remove unused argument.
5521         (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
5522         vars.
5523         (sh-set-shell): Always setup SMIE, even if we use the
5524         old indentation code.
5526 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
5528         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
5529         cases of ? and =.
5530         (ruby-smie-rules): Simplify the "do" rule.  The cases when the
5531         predicate would return nil are almost non-existent.
5532         (ruby-smie--redundant-do-p): Include "until" and "for" statements.
5534         * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
5535         cache also after commands that modify the buffer but don't move
5536         point.
5538 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5540         * env.el (substitute-env-in-file-name): New function.
5541         (substitute-env-vars): Extend the meaning of the optional arg.
5543 2013-10-10  Eli Zaretskii  <eliz@gnu.org>
5545         * term/w32-win.el (dynamic-library-alist): Define separate lists
5546         of GIF DLLs for versions before and after 5.0.0 of giflib.
5547         (Bug#15531)
5549 2013-10-10  João Távora  <joaotavora@gmail.com>
5551         * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
5552         not locked, use last revision and current source as
5553         defaults.  (Bug#15569)
5555 2013-10-10  Masatake YAMATO  <yamato@redhat.com>
5557         * menu-bar.el (menu-bar-open): Don't use popup-menu if
5558         menu-bar is hidden.
5560 2013-10-10  Martin Rudalics  <rudalics@gmx.at>
5562         * window.el (pop-to-buffer-same-window): Fix doc-string.
5563         (Bug#15492)
5565 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5567         * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
5569 2013-10-10  Andrei Chițu  <andrei.chitu1@gmail.com>  (tiny change)
5571         * calendar/icalendar.el (icalendar-import-file):
5572         Fix interactive spec.  (Bug#15482)
5574 2013-10-10  Glenn Morris  <rgm@gnu.org>
5576         * desktop.el (desktop-save): Default to saving in .emacs.d,
5577         since PWD is no longer in desktop-path by default.  (Bug#15319)
5579         * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
5580         now that text mode has a menu with the same entry.
5581         (menu-bar-text-mode-auto-fill): Remove now unused func.
5582         * textmodes/text-mode.el (text-mode-map):
5583         Use auto-fill help text from menu-bar.el.
5585 2013-10-10  John Anthony  <john@jo.hnanthony.com>
5587         * textmodes/text-mode.el (text-mode-map): Add a menu.  (Bug#15562)
5589 2013-10-09  Juri Linkov  <juri@jurta.org>
5591         * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
5592         instead of this-command-keys.  Add universal-argument-more and
5593         universal-argument-minus to the list of prefix commands.  (Bug#15568)
5595 2013-10-09  Glenn Morris  <rgm@gnu.org>
5597         * vc/vc-svn.el (vc-svn-create-repo):
5598         Expand paths in file://... url.  (Bug#15446)
5600         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
5601         Add some entries.
5602         (authors): Remove unused local variables.
5604 2013-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5606         * profiler.el: Create a more coherent calltree from partial backtraces.
5607         (profiler-format): Hide the tail with `invisible' so that C-s can still
5608         find the hidden elements.
5609         (profiler-calltree-depth): Don't recurse so enthusiastically.
5610         (profiler-function-equal): New hash-table-test.
5611         (profiler-calltree-build-unified): New function.
5612         (profiler-calltree-build): Use it.
5613         (profiler-report-make-name-part): Indent the calltree less.
5614         (profiler-report-mode): Add visibility specs for profiler-format.
5615         (profiler-report-expand-entry, profiler-report-toggle-entry):
5616         Expand the whole subtree when provided with a prefix arg.
5618 2013-10-09  Dmitry Gutov  <dgutov@yandex.ru>
5620         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
5621         iuwu-mod token.
5622         (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
5623         hanging iuwu-mod token.
5624         (ruby-smie--forward-token): Do not include a dot after a token in
5625         that token.
5626         (ruby-smie--backward-token): Likewise.
5628 2013-10-08  Juri Linkov  <juri@jurta.org>
5630         * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
5631         to isearch-other-control-char.
5632         (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
5633         and isearch-post-command-hook to post-command-hook.
5634         (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
5635         and isearch-post-command-hook from post-command-hook.
5636         (isearch-unread-key-sequence)
5637         (isearch-reread-key-sequence-naturally)
5638         (isearch-lookup-scroll-key, isearch-other-control-char)
5639         (isearch-other-meta-char): Remove functions.
5640         (isearch-pre-command-hook, isearch-post-command-hook):
5641         New functions based on isearch-other-meta-char rewritten
5642         relying on the new behavior of overriding-terminal-local-map
5643         that does not replace the local keymaps any more.  (Bug#15200)
5645 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
5647         Support menus on text-mode terminals.
5648         * tmm.el (tmm-menubar): Adapt doc string to TTY menus
5649         functionality.
5651         * tooltip.el (tooltip-mode): Don't error out on TTYs.
5653         * menu-bar.el (popup-menu, popup-menu-normalize-position):
5654         Move here from mouse.el.
5655         (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
5656         and arrow keys.
5657         (tty-menu-navigation-map): New map for TTY menu navigation.
5659         * loadup.el ("tooltip"): Load even if x-show-tip is not available.
5661         * frame.el (display-mouse-p): Report text-mode mouse as available
5662         on w32.
5663         (display-popup-menus-p): Report availability if mouse is
5664         available; don't condition on window-system.
5666         * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
5667         (tty-menu-selected-face): New faces.
5669 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5671         * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
5672         (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
5673         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
5674         (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
5675         New constants.
5676         (lisp-mode-variables): New `elisp' argument.
5677         (emacs-lisp-mode): Use it.
5678         * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
5679         (lisp-font-lock-keywords-2): Move to lisp-mode.el.
5681         * indent.el: Use lexical-binding.
5682         (indent-region): Add progress reporter.
5683         (tab-stop-list): Make it implicitly extend to infinity by repeating the
5684         last step.
5685         (indent--next-tab-stop): New function to implement this behavior.
5686         (tab-to-tab-stop, move-to-tab-stop): Use it.
5688 2013-10-08  Teemu Likonen  <tlikonen@iki.fi>
5690         * indent.el (indent-rigidly--current-indentation): New function.
5691         (indent-rigidly-map): New var.
5692         (indent-rigidly): Use it to provide interactive mode (bug#8196).
5694 2013-10-08  Bastien Guerry  <bzg@gnu.org>
5696         * register.el (insert-register): Fix 2013-10-07 change.
5698 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5700         * progmodes/perl-mode.el: Use lexical-binding.
5701         Remove redundant :group args.
5702         (perl-nochange): Change default to be closer to other major modes's
5703         standard behavior.
5704         (perl-indent-line): Don't consider text on current line as a
5705         valid beginning of function from which to indent.
5707         * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
5708         with more than one argument (bug#15538).
5710         * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
5712         * vc/pcvs.el: Use lexical-binding.
5713         (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
5714         environment of `eval'.
5715         (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
5716         than a list of expressions.  Adjust callers.
5717         * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
5719 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
5721         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
5722         case of the dot in a chained method call being on the following line.
5724 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5726         * electric.el (electric-indent-inhibit): New var.
5727         (electric-indent-post-self-insert-function): Use it.
5728         * progmodes/python.el (python-mode): Set it.
5730         * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
5731         open braces.
5733         * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
5735         * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
5736         (css-mode): Use electric-indent-chars.
5738         * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
5739         (font-lock-beg, font-lock-end): Move before first use.
5740         (nxml-mode): Use syntax-propertize-function.
5741         (nxml-after-change, nxml-after-change1): Adjust accordingly.
5742         (nxml-extend-after-change-region): Remove.
5743         * nxml/xmltok.el: Use lexical-binding.
5744         (xmltok-save): Use `declare'.
5745         (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
5746         * nxml/nxml-util.el: Use lexical-binding.
5747         (nxml-with-degradation-on-error, nxml-with-invisible-motion):
5748         Use `declare'.
5749         * nxml/nxml-ns.el: Use lexical-binding.
5750         (nxml-ns-save): Use `declare'.
5751         (nxml-ns-prefixes-for): Avoid add-to-list.
5752         * nxml/rng-match.el: Use lexical-binding.
5753         (rng--ipattern): Use cl-defstruct.
5754         (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
5755         (rng-cons-group-after, rng-subst-group-after)
5756         (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
5757         Use closures instead of `(lambda...).
5759 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
5761         * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
5762         of BEG and END.
5764         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5765         Use `tramp-handle-insert-file-contents'.
5766         (tramp-gvfs-handle-insert-file-contents): Remove function.
5768         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
5769         Use `save-restriction' in order to keep markers.
5771         * net/trampver.el: Update release number.
5773 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5775         * progmodes/compile.el (compilation-parse-errors):
5776         Use compilation--put-prop.
5777         (compilation--ensure-parse): Check compilation-multiline.
5779         * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
5781         * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
5782         lexical-binding.
5784         * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
5786         * progmodes/ruby-mode.el: Fix recently added tests.
5787         (ruby-smie-grammar): Add - and +.
5788         (ruby-smie--redundant-do-p, ruby-smie--forward-id)
5789         (ruby-smie--backward-id): New functions.
5790         (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
5791         (ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
5792         any more.
5794 2013-10-07  Leo Liu  <sdl.web@gmail.com>
5796         * register.el (register-preview-delay)
5797         (register-preview-functions): New variables.
5798         (register-read-with-preview, register-preview)
5799         (register-describe-oneline): New functions.
5800         (point-to-register, window-configuration-to-register)
5801         (frame-configuration-to-register, jump-to-register)
5802         (number-to-register, view-register, insert-register)
5803         (copy-to-register, append-to-register, prepend-to-register)
5804         (copy-rectangle-to-register): Use register-read-with-preview to
5805         read register.  (Bug#15525)
5807 2013-10-06  Dato Simó  <dato@net.com.org.es>  (tiny change)
5809         * net/network-stream.el (network-stream-open-starttls): Don't add
5810         --insecure if it's already present, because that gnutls-cli
5811         rejects getting that parameter twice.
5813 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
5815         * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
5816         keyword, too.
5818 2013-10-05  Dmitry Gutov  <dgutov@yandex.ru>
5820         * newcomment.el (comment-use-global-state): Change default value
5821         to t, mark obsolete (Bug#15251).
5822         (comment-beginning): In addition to `comment-to-syntax', check the
5823         value of `comment-use-global-state'.
5825 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5827         * progmodes/ruby-mode.el (ruby-use-smie): Change default.
5828         (ruby-comment-column): Follow the global default, by default.
5829         (ruby-smie-grammar): Add assignment syntax.
5830         (ruby-smie--implicit-semi-p): No implicit semi-colon after an
5831         open-paren, a comma, or a \.
5832         (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
5833         and line continuations.
5834         (ruby-smie-rules): Adjust handling of open-paren, now that it's never
5835         followed by implicit semi-colons.  Add rule for string concatenation
5836         and for indentation at BOB.
5837         (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
5839         * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
5840         calling next-sexp, since next-token may have skipped chars which
5841         next-sexp doesn't know should be skipped!
5843 2013-10-05  Leo Liu  <sdl.web@gmail.com>
5845         * progmodes/octave.el (octave-send-region):
5846         Call compilation-forget-errors.
5848 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
5850         * vc/vc-svn.el (vc-svn-find-admin-dir):
5851         * vc/vc-rcs.el (vc-rcs-find-admin-dir):
5852         * vc/vc-mtn.el (vc-mtn-find-admin-dir):
5853         * vc/vc-cvs.el (vc-cvs-find-admin-dir):
5854         * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
5856 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5858         * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
5860 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5862         * subr.el (read-passwd): Hide chars even when called within a context
5863         where after-change-functions is disabled (bug#15501).
5864         (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
5865         until we removed ourself from overriding-terminal-local-map.
5867 2013-10-04  Leo Liu  <sdl.web@gmail.com>
5869         * progmodes/octave.el (inferior-octave-mode):
5870         Call compilation-forget-errors.
5872 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
5874         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
5876 2013-10-04  Michael Albinus  <michael.albinus@gmx.de>
5878         * net/secrets.el (secrets-create-collection): Add optional
5879         argument ALIAS.  Use proper Label keyword.  Append ALIAS as
5880         dbus-call-method argument.  (Bug#15516)
5882 2013-10-04  Leo Liu  <sdl.web@gmail.com>
5884         * progmodes/octave.el (inferior-octave-error-regexp-alist)
5885         (inferior-octave-compilation-font-lock-keywords): New variables.
5886         (compilation-error-regexp-alist)
5887         (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
5888         (inferior-octave-mode): Use compilation-shell-minor-mode.
5890 2013-10-04  Jorgen Schaefer  <forcer@forcix.cx>
5892         * minibuffer.el (completion--replace): Be careful that `end' might be
5893         a marker.
5895 2013-10-03  Daiki Ueno  <ueno@gnu.org>
5897         Add support for package signature checking.
5898         * emacs-lisp/package.el (url-http-file-exists-p)
5899         (epg-make-context, epg-context-set-home-directory)
5900         (epg-verify-string, epg-context-result-for)
5901         (epg-signature-status, epg-signature-to-string)
5902         (epg-check-configuration, epg-configuration)
5903         (epg-import-keys-from-file): Declare.
5904         (package-check-signature): New user option.
5905         (package-unsigned-archives): New user option.
5906         (package-desc): Add `signed' field.
5907         (package-load-descriptor): Set `signed' field if .signed file exists.
5908         (package--archive-file-exists-p): New function.
5909         (package--check-signature): New function.
5910         (package-install-from-archive): Check package signature.
5911         (package--download-one-archive): Check archive signature.
5912         (package-delete): Remove .signed file.
5913         (package-import-keyring): New command.
5914         (package-refresh-contents): Import default keyring.
5915         (package-desc-status): Add "unsigned" status.
5916         (describe-package-1, package-menu--print-info)
5917         (package-menu-mark-delete, package-menu--find-upgrades)
5918         (package-menu--status-predicate): Support "unsigned" status.
5920 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5922         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
5923         the new compilation scheme using the new byte-codes.
5925         * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
5926         (byte-pophandler): New byte codes.
5927         (byte-goto-ops): Adjust accordingly.
5928         (byte-compile--use-old-handlers): New var.
5929         (byte-compile-catch): Use new byte codes depending on
5930         byte-compile--use-old-handlers.
5931         (byte-compile-condition-case--old): Rename from
5932         byte-compile-condition-case.
5933         (byte-compile-condition-case--new): New function.
5934         (byte-compile-condition-case): New function that dispatches depending
5935         on byte-compile--use-old-handlers.
5936         (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
5937         when we can.
5939         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5940         Optimize under `condition-case' and `catch' if
5941         byte-compile--use-old-handlers is nil.
5942         (disassemble-offset): Handle new bytecodes.
5944 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5946         * subr.el (error): Use `declare'.
5947         (decode-char, encode-char): Use advertised-calling-convention instead
5948         of the docstring to discourage use of the `restriction' arg.
5950 2013-10-03  Daiki Ueno  <ueno@gnu.org>
5952         * epg.el (epg-verify-file): Add a comment saying that it does not
5953         notify verification error as a return value nor a signal.
5954         (epg-verify-string): Ditto.
5956 2013-10-02  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
5958         * progmodes/compile.el (compilation-start): Try globbing the arg to
5959         `cd' (bug#15417).
5961 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
5963         Sync with Tramp 2.2.8.
5965         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
5966         * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
5967         * net/trampver.el: Update release number.
5969 2013-10-01  Jan Djärv  <jan.h.d@swipnet.se>
5971         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
5972         and default-process-coding-system for darwin only.
5974 2013-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5976         * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
5978 2013-10-01  Mitchel Humpherys  <mitch.special@gmail.com>  (tiny change)
5980         * vc/vc-git.el (vc-git-grep): Disable pager.
5982 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
5984         * emacs-lisp/package.el (package-buffer-info, describe-package-1):
5985         Use :url instead of :homepage, as per
5986         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
5988         * newcomment.el (comment-beginning): When `comment-use-syntax' is
5989         non-nil, use `syntax-ppss' (Bug#15251).
5991 2013-09-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5993         * progmodes/octave.el (inferior-octave-startup-file):
5994         Prefer ~/.emacs.d/init_octave.m.
5996 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
5998         * emacs-lisp/package.el (package-desc-from-define):
5999         Accept additional arguments as plist, convert them to an alist and store
6000         them in the `extras' slot.
6001         (package-generate-description-file): Convert extras alist back to
6002         plist and append to the `define-package' form arguments.
6003         (package--alist-to-plist): New function.
6004         (package--ac-desc): Add `extras' slot.
6005         (package--add-to-archive-contents): Check if the archive-contents
6006         vector is long enough, and if it is, pass its `extras' slot value
6007         to `package-desc-create'.
6008         (package-buffer-info): Call `lm-homepage', pass the returned value
6009         to `package-desc-from-define'.
6010         (describe-package-1): Render the homepage button (Bug#13291).
6012         * emacs-lisp/package-x.el (package-upload-buffer-internal):
6013         Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
6015 2013-09-29  Jan Djärv  <jan.h.d@swipnet.se>
6017         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
6018         and default-process-coding-system to utf-8-unix (Bug#15402).
6020 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
6022         * subr.el (looking-back): Do not recommend using looking-back.
6024 2013-09-28  Alan Mackenzie  <acm@muc.de>
6026         Fix indentation/fontification of Java enum with "implements".
6028         * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
6029         regexp which matches "implements", etc., in Java.
6030         * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
6031         specifier clauses coming after "enum".
6032         * progmodes/cc-fonts.el (c-font-lock-declarations)
6033         (c-font-lock-enum-tail): Check for extra specifier clauses coming
6034         after "enum".
6036 2013-09-28  Jan Djärv  <jan.h.d@swipnet.se>
6038         * faces.el (region): Change ns_selection_color to
6039         ns_selection_fg_color, add ns_selection_bg_color.
6041 2013-09-28  Leo Liu  <sdl.web@gmail.com>
6043         * progmodes/octave.el (inferior-octave-completion-table)
6044         (inferior-octave-completion-at-point): Minor tweaks.
6046         * textmodes/ispell.el (ispell-lookup-words): Rename from
6047         lookup-words.  (Bug#15460)
6048         (lookup-words): Obsolete.
6049         (ispell-complete-word, ispell-command-loop): All uses changed.
6051 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6053         * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
6054         (octave-mode-menu): Add octave-send-buffer.
6055         (octave-send-buffer): New function.
6057 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6059         * progmodes/octave.el (octave-mode-map): Add key binding for
6060         octave-lookfor.
6061         (octave-mode-menu): Add octave-lookfor.
6062         (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
6063         octave-lookfor.
6064         (octave-lookfor): New function.
6066 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6068         * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
6069         (cl--loop-iterator-function): Rename from cl--loop-map-form and change
6070         its convention.
6071         (cl--loop-set-iterator-function): New function.
6072         (cl-loop): Adjust accordingly, so as not to use cl-subst.
6073         (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
6074         Bind `it' with `let' instead of substituting it with `cl-subst'.
6075         (cl--unused-var-p): New function.
6076         (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
6077         Eliminate some unused variable warnings (bug#15326).
6079 2013-09-27  Tassilo Horn  <tsdh@gnu.org>
6081         * doc-view.el (doc-view-scale-reset): Rename from
6082         `doc-view-reset-zoom-level'.
6083         (doc-view-scale-adjust): New command.
6084         (doc-view-mode-map): Remap `text-scale-adjust' bindings to
6085         `doc-view-scale-adjust'.
6087 2013-09-26  Tassilo Horn  <tsdh@gnu.org>
6089         * doc-view.el (doc-view-reset-zoom-level): New command.
6090         (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
6091         zoom commands (bug#15466).
6093 2013-09-26  Kenichi Handa  <handa@gnu.org>
6095         * international/quail.el (quail-help): Make it not a command.
6097 2013-09-26  Leo Liu  <sdl.web@gmail.com>
6099         * minibuffer.el (completion-all-sorted-completions): Make args
6100         optional as they are.
6102 2013-09-25  Daniel Colascione  <dancol@dancol.org>
6104         * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
6105         specs are and that they're not evaluated.
6107 2013-09-24  Sam Steingold  <sds@gnu.org>
6109         * midnight.el (clean-buffer-list-kill-regexps)
6110         (clean-buffer-list-kill-buffer-names): Update for the new Man
6111         buffer naming which includes the object name.
6113 2013-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6115         * eshell/esh-cmd.el (eshell--sep-terms): New var.
6116         (eshell-parse-command, eshell-parse-pipeline): Use it since
6117         eshell-separate-commands requires a dynamic scoped var.
6118         Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
6120 2013-09-23  Leo Liu  <sdl.web@gmail.com>
6122         * autoinsert.el (auto-insert-alist): Make the value of
6123         lexical-binding match its file setting.
6125 2013-09-23  Juanma Barranquero  <lekktu@gmail.com>
6127         * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
6129         * autoarg.el (autoarg-kp-digit-argument):
6130         * electric.el (Electric-command-loop):
6131         * kmacro.el (kmacro-step-edit-insert):
6132         Do not set universal-argument-num-events.
6134 2013-09-22  Leo Liu  <sdl.web@gmail.com>
6136         * files.el (interpreter-mode-alist): Add octave.
6138 2013-09-21  Alan Mackenzie  <acm@muc.de>
6140         C++: fontify identifier in declaration following "public:" correctly.
6141         * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
6142         to match "public", etc.
6143         (c-decl-prefix-re): Add ":" into the C++ value.
6144         * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
6145         bit.  Add a check for a ":" preceded by "public", etc.
6147 2013-09-21  Eli Zaretskii  <eliz@gnu.org>
6149         * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
6150         recognized by GDB 7.5 and later.
6152 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
6154         * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
6156 2013-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6158         * subr.el (internal--call-interactively): New const.
6159         (called-interactively-p): Use it (bug#3984).
6161 2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
6163         * vc/pcvs.el (cvs-mode-ignore):
6164         * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
6165         Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
6167 2013-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6169         * eshell/em-ls.el: Use advice.  Remove redundant :group keywords.
6170         (eshell-ls-orig-insert-directory): Remove.
6171         (eshell-ls-unload-hook): Not a defcustom any more.  Use advice-remove.
6172         (eshell-ls-use-in-dired): Use advice-add/remove.
6173         (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
6174         Add `orig-fun' arg for use in :around advice.
6175         Make it check (redundantly) eshell-ls-use-in-dired.
6177 2013-09-19  Glenn Morris  <rgm@gnu.org>
6179         * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
6181         * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
6183         * emacs-lisp/eieio.el (class-parent): Undo previous change.
6185 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
6187         * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
6188         (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
6189         (tramp-get-remote-python): New defuns.
6190         (tramp-get-remote-uid-with-perl)
6191         (tramp-get-remote-gid-with-perl): New defuns.  Perl code
6192         contributed by yary <not.com@gmail.com> (tiny change).
6193         (tramp-get-remote-uid-with-python)
6194         (tramp-get-remote-gid-with-python): New defuns.  Python code
6195         contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
6196         (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
6198 2013-09-19  Glenn Morris  <rgm@gnu.org>
6200         * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
6202         * eshell/em-unix.el (eshell-remove-entries):
6203         Rename argument to avoid name-clash with global `top-level'.
6205         * eshell/esh-proc.el (eshell-kill-process-function):
6206         Remove eshell-reset-after-proc from eshell-kill-hook if present.
6207         (eshell-reset-after-proc): Remove unused arg `proc'.
6209         * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
6210         (directory-files-and-attributes): Mark unused arg.
6212         * eshell/em-unix.el (eshell-remove-entries):
6213         Remove unused arg `path'.  Update callers.
6215         * eshell/em-hist.el (eshell-hist-parse-arguments):
6216         Remove unused arg `silent'.  Update callers.
6218         * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
6219         Fix (f)boundp mix-up.
6221         * eshell/em-smart.el (eshell-smart-scroll-window)
6222         (eshell-disable-after-change):
6223         * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
6225 2013-09-18  Alan Mackenzie  <acm@muc.de>
6227         Fix fontification of type when followed by "const".
6228         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
6229         "known" types from fontification.
6231 2013-09-18  Glenn Morris  <rgm@gnu.org>
6233         * emacs-lisp/chart.el (x-display-color-cells): Declare.
6234         (chart-face-list): Drop Emacsen without display-color-p.
6236         * net/eww.el (libxml-parse-html-region): Declare.
6237         (eww-display-html): Explicit error if no libxml2 support.
6239         * doc-view.el (doc-view-mode): Silence --without-x compilation.
6241         * image.el (image-type-from-buffer, image-multi-frame-p):
6242         Remove --without-x warning/error.
6244         * mouse.el (mouse-yank-primary):
6245         * term.el (term-mouse-paste):
6246         Reorder to silence --without-x compilation.
6248         * mpc.el (doc-view-mode): Silence --without-x compilation.
6250         * mail/rmailmm.el (rmail-mime-set-bulk-data):
6251         Silence --without-x compilation.
6253         * progmodes/gud.el (gud-find-file, gud-mode):
6254         Silence --without-x compilation.
6255         (tooltip-mode): Declare.
6257         * wdired.el (dired-backup-overwrite): Remove declaration.
6258         (wdired-mode-map): Add doc string.
6260         * custom.el (x-get-resource): Declare.
6262         * eshell/em-glob.el (ange-cache):
6263         * eshell/em-unix.el (ange-cache): Declare.
6265         * faces.el (x-display-list, x-open-connection, x-get-resource):
6266         Declare.
6268         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
6269         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
6270         Declare.
6272         * frame.el (x-display-grayscale-p, x-display-name): Declare.
6274         * net/gnutls.el (gnutls-log-level): Declare.
6276         * net/shr.el (image-size, image-animate): Declare.
6278         * simple.el (font-info): Declare.
6280         * subr.el (x-popup-dialog): Declare.
6282         * term/common-win.el (x-select-enable-primary)
6283         (x-last-selected-text-primary, x-last-selected-text-clipboard):
6284         Declare.
6286         * term/ns-win.el (x-handle-args): Declare.
6288         * term/x-win.el (x-select-enable-clipboard): Declare.
6290         * term/w32-win.el (create-default-fontset): Declare.
6292         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
6293         Declare.
6295         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
6296         (fit-frame-to-buffer): Explicit error if --without-x.
6297         (mouse-autoselect-window-select): Silence compiler.
6299         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
6301         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
6302         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
6303         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
6304         * eshell/esh-util.el (eshell-sublist):
6305         Remove unused local variables.
6307         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
6309         * textmodes/two-column.el: Make 2C-split work for --without-x.
6310         (scroll-bar-columns): Autoload.
6311         (top-level): Require fringe when compiling.
6313 2013-09-18  Leo Liu  <sdl.web@gmail.com>
6315         * subr.el (add-hook): Robustify to handle closure as well.
6317 2013-09-17  Glenn Morris  <rgm@gnu.org>
6319         * simple.el (messages-buffer-mode-map): Unbind "g".
6321 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6323         * help-mode.el (help-mode-finish): Use derived-mode-p.
6324         Remove obsolete highlighting.
6326         * play/life.el (life-mode): Use define-derived-mode.  Derive from
6327         special-mode.
6328         (life): Let-bind inhibit-read-only.
6329         (life-setup): Avoid `setq'.  Use `life-mode'.
6331         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
6332         which should not be needed any more.
6333         (package-menu-refresh, package-menu-describe-package): Use user-error.
6335         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
6336         (eshell-post-rewrite-command-hook): Make obsolete.
6337         (eshell-parse-command): Simplify.
6338         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
6339         (eshell--cmd): Declare.
6340         (eshell-parse-pipeline): Remove unused var `final-p'.
6341         Pass a dynvar to eshell-post-rewrite-command-hook.
6342         Implement the new eshell-post-rewrite-command-function.
6343         (eshell-invoke-directly): Remove unused arg `input'.
6344         * eshell/esh-io.el (eshell-io-initialize):
6345         Use eshell-post-rewrite-command-function (bug#15399).
6346         (eshell--apply-redirections): Rename from eshell-apply-redirections;
6347         adjust to new calling convention.
6348         (eshell-create-handles): Rename args to avoid clashing with dynvar
6349         `standard-output'.
6351 2013-09-17  Glenn Morris  <rgm@gnu.org>
6353         * simple.el (messages-buffer-mode): New major mode.
6354         (messages-buffer): New function.
6355         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
6356         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
6357         (ert-run-test): Use `messages-buffer' function.
6358         (ert--force-message-log-buffer-truncation): Ignore read-only.
6359         * help.el (view-echo-area-messages): Use `messages-buffer' function.
6360         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
6362 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6364         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
6366         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
6368 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6370         * icomplete.el (icomplete-in-buffer): New var.
6371         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
6372         vars and replace them with functions.
6373         (icomplete-minibuffer-setup): Adjust accordingly.
6374         (icomplete--completion-table, icomplete--completion-predicate)
6375         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
6376         New functions.
6377         (icomplete-forward-completions, icomplete-backward-completions)
6378         (icomplete-simple-completing-p, icomplete-exhibit)
6379         (icomplete-completions): Use them.
6380         (icomplete--in-region-buffer): New var.
6381         (icomplete--in-region-setup): New function.
6382         (icomplete-mode): Use it.
6384         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
6385         (bug#15379).
6386         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
6387         return args and options.
6388         (eshell-eval-using-options): Use the new return value of
6389         eshell--do-opts to set the options's vars in their scope.
6390         (eshell--set-option): Rename from eshell-set-option.
6391         Add arg `opt-vals'.
6392         (eshell--process-option): Rename from eshell-process-option.
6393         Add arg `opt-vals'.
6394         (eshell--process-args): Use an `opt-vals' alist to store the options's
6395         values during their processing and return them additionally to the
6396         remaining args.
6398 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
6400         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
6401         continuation character an operator, as far as indentation is
6402         concerned (Bug#15369).
6404 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
6406         * window.el (window--state-put-2): Don't process buffer state
6407         when buffer doesn't exist any more (Bug#15382).
6409 2013-09-15  Glenn Morris  <rgm@gnu.org>
6411         * eshell/em-unix.el (eshell/rm):
6412         Make -f ignore missing files.  (Bug#15373)
6414         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
6415         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
6416         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
6418 2013-09-14  Glenn Morris  <rgm@gnu.org>
6420         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
6422 2013-09-13  Glenn Morris  <rgm@gnu.org>
6424         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
6425         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
6427 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
6429         * frame.el (x-focus-frame): Mark as declared in frame.c.
6431 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6433         * ls-lisp.el: Use advice-add.
6434         (original-insert-directory): Remove.
6435         (ls-lisp--insert-directory): Rename from insert-directory; add
6436         `orig-fun' argument.
6437         (insert-directory): Advise.
6439 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
6441         * term.el (term-emulate-terminal): Decode the command string
6442         before passing it to term-command-hook.  (Bug#15337)
6444 2013-09-13  Glenn Morris  <rgm@gnu.org>
6446         * eshell/esh-util.el (ange-cache): Move declaration earlier.
6448         * eshell/esh-ext.el (eshell-search-path): Declare.
6450         * eshell/em-prompt.el (eshell/pwd): Autoload it.
6451         Otherwise an error occurs if eshell-dirs module not loaded.
6453         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
6455 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
6457         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
6458         `tramp-check-proper-host'.  Check for a valid method name.
6460         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
6461         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
6462         * net/tramp-sh.el (tramp-maybe-open-connection):
6463         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
6465         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
6466         also for hash values.
6468 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6470         * term/ns-win.el (parameters): Don't declare as dynamic.
6471         (before-make-frame-hook): Don't add ineffective function.
6473         * eshell/*.el: Use lexical-binding (bug#15231).
6475 2013-09-12  Kenichi Handa  <handa@gnu.org>
6477         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
6479 2013-09-12  Glenn Morris  <rgm@gnu.org>
6481         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
6482         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
6484         * subr.el (do-after-load-evaluation): Also give compiler warnings
6485         when obsolete files are used (except by obsolete files).
6487         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
6488         in the status output, assume `filename' is the first.  (Bug#15322)
6490         * vc/vc.el (vc-deduce-fileset): Doc fix.
6492         * calc/calc-help.el (Info-goto-node):
6493         * progmodes/cperl-mode.el (Info-find-node):
6494         * vc/ediff.el (Info-goto-node): Update declarations.
6496         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
6498         * vc/vc-bzr.el (vc-compilation-mode): Declare.
6499         (vc-bzr-pull): Require vc-dispatcher.
6500         * vc/vc-git.el (vc-compilation-mode): Declare.
6501         (vc-git-pull): Require vc-dispatcher.
6503         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
6505         * progmodes/octave.el (help-button-action): Declare.
6507         * shell.el (shell-directory-tracker): Output error as a message
6508         rather than just returning it as a string.
6509         (shell-process-pushd): Remove useless use of message.
6511         * dframe.el (dframe-timer-fn):
6512         * files.el (dir-locals-read-from-file):
6513         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
6514         (mpc-format):
6515         * reveal.el (reveal-post-command):
6516         * saveplace.el (load-save-place-alist-from-file):
6517         * shell.el (shell-resync-dirs):
6518         * w32-common-fns.el (x-get-selection-value):
6519         * emacs-lisp/copyright.el (copyright-find-copyright):
6520         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
6521         * emulation/tpu-edt.el (tpu-copy-keyfile):
6522         * play/bubbles.el (bubbles--mark-neighbourhood):
6523         * progmodes/executable.el
6524         (executable-make-buffer-file-executable-if-script-p):
6525         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
6527 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6529         Cleanup Eshell to rely less on dynamic scoping.
6530         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
6531         last-value, and ext-command here.  Bind `args' closer to `body'.
6532         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
6533         (eshell--args): Declare new dynamic var.
6534         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
6535         last-value, and ext-command.  Pass `args' to `body'.
6536         (eshell-process-args): Bind eshell--args.
6537         (eshell-set-option): Use eshell--args.
6538         * eshell/eshell.el (eshell): Use derived-mode-p.
6539         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
6540         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
6541         (eshell-glob-function): Declare.
6542         * eshell/esh-util.el: Require cl-lib.
6543         (eshell-read-hosts-file): Avoid add-to-list.
6544         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
6545         `err'.
6546         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
6547         Declare.
6548         (eshell/diff): Remove unused var `err'.
6549         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
6550         `killflag'.
6551         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
6552         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
6553         first use.
6554         * eshell/em-glob.el (eshell-glob-matches, message-shown):
6555         Move declaration before first use.
6556         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
6557         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
6558         rely on cl-return.
6560 2013-09-12  Glenn Morris  <rgm@gnu.org>
6562         * term/ns-win.el (global-map): Remove binding for ispell-next,
6563         deleted 1999-05-29.  (Bug#15357)
6565 2013-09-11  Glenn Morris  <rgm@gnu.org>
6567         * echistory.el (electric-command-history): Remove call to deleted func.
6569         * play/landmark.el (landmark-mode): Fix typos.
6571         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
6572         Check cvs-sort-ignore-file is bound.
6574         * savehist.el: No need for cl when compiling on Emacs.
6576 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6578         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
6579         (bug#15338).
6580         (eshell-self-insert-command, eshell-send-invisible):
6581         Remove unused argument.
6582         (eshell-handle-control-codes): Remove unused var `orig'.
6583         Avoid delete-backward-char.
6585         * files.el (set-auto-mode): Simplify a bit further.
6587 2013-09-11  Glenn Morris  <rgm@gnu.org>
6589         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
6590         (set-auto-mode): Don't regexp-quote elements.
6591         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
6592         * progmodes/cc-mode.el (interpreter-mode-alist):
6593         * progmodes/ruby-mode.el (interpreter-mode-alist):
6594         Revert previous change.
6596 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6598         * play/snake.el (snake-mode):
6599         * play/mpuz.el (mpuz-mode):
6600         * play/landmark.el (lm-mode):
6601         * play/blackbox.el (blackbox-mode):
6602         * play/5x5.el (5x5-mode):
6603         * obsolete/options.el (Edit-options-mode):
6604         * net/quickurl.el (quickurl-list-mode):
6605         * net/newst-treeview.el (newsticker-treeview-mode):
6606         * mail/rmailsum.el (rmail-summary-mode):
6607         * mail/mspools.el (mspools-mode):
6608         * locate.el (locate-mode):
6609         * ibuffer.el (ibuffer-mode):
6610         * emulation/ws-mode.el (wordstar-mode):
6611         * emacs-lisp/debug.el (debugger-mode):
6612         * array.el (array-mode):
6613         * net/eudc.el (eudc-mode): Use define-derived-mode.
6614         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
6615         Move initialization into declaration.
6616         (mairix-searches-mode): Use define-derived-mode.
6617         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
6618         (eudc-edit-hotlist): Use dolist.
6619         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
6620         (Man-mode): Use define-derived-mode.
6621         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
6622         (Info-edit-mode): Use define-derived-mode.
6623         (Info-cease-edit): Use Info-mode.
6624         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
6625         into declaration.
6626         (eshell-mode): Use define-derived-mode.
6627         * chistory.el (command-history-mode-map): Rename from
6628         command-history-map.
6629         (command-history-mode): Use define-derived-mode.
6630         (Command-history-setup): Remove function.
6631         * calc/calc.el (calc-trail-mode-map): New var.
6632         (calc-trail-mode): Use define-derived-mode.
6633         (calc-trail-buffer): Set calc-main-buffer manually.
6634         * bookmark.el (bookmark-insert-annotation): New function.
6635         (bookmark-edit-annotation): Use it.
6636         (bookmark-edit-annotation-mode): Make it a proper major mode.
6637         (bookmark-send-edited-annotation): Use derived-mode-p.
6638         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
6639         closer to its ideal place.  Use \' to match EOS.
6641         * profiler.el (profiler-calltree-find): Use function-equal.
6643 2013-09-10  Glenn Morris  <rgm@gnu.org>
6645         * files.el (interpreter-mode-alist): Convert to regexps.
6646         (set-auto-mode): Adapt for this.  (Bug#15306)
6647         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
6648         Comment out unused variable.
6649         * progmodes/cc-mode.el (interpreter-mode-alist):
6650         * progmodes/python.el (interpreter-mode-alist):
6651         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
6652         * progmodes/sh-script.el (sh-set-shell):
6653         No longer use interpreter-mode-alist to get list of shells.
6655         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
6657 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6659         * simple.el: Use set-temporary-overlay-map for universal-argument.
6660         (universal-argument-map): Don't use default-bindings (bug#15317).
6661         Bind switch-frame explicitly.  Replace universal-argument-minus with
6662         a conditional binding.
6663         (universal-argument-num-events, saved-overriding-map): Remove.
6664         (restore-overriding-map): Remove.
6665         (universal-argument--mode): Rename from save&set-overriding-map,
6666         and rewrite.
6667         (universal-argument, universal-argument-more, negative-argument)
6668         (digit-argument): Adjust accordingly.
6669         (universal-argument-minus): Remove.
6670         (universal-argument-other-key): Remove.
6672         * subr.el (with-demoted-errors): Add `format' argument.
6674 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
6676         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
6677         `tramp-cleanup-connection'.
6679         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
6680         parameters KEEP-DEBUG and KEEP-PASSWORD.
6682         * net/tramp.el (tramp-file-name-handler):
6683         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
6684         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
6685         (tramp-maybe-open-connection):
6686         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6687         Use `tramp-cleanup-connection'.
6689         * net/tramp-sh.el (tramp-maybe-open-connection):
6690         Catch 'uname-changed inside the progress reporter.
6692 2013-09-10  Glenn Morris  <rgm@gnu.org>
6694         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
6696         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
6697         returns "alternate access method" in mode (eg "-rw-r--r--.").
6699 2013-09-08  Glenn Morris  <rgm@gnu.org>
6701         * saveplace.el (load-save-place-alist-from-file):
6702         Demote errors.  (Bug#15305)
6704 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
6706         Improve compatibility with older Emacsen, and XEmacs.
6708         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
6709         only if it is bound.  It isn't for XEmacs.
6710         (with-tramp-progress-reporter): Do not let-bind `result'.
6711         This yields to scoping errors in XEmacs.
6712         (tramp-handle-make-auto-save-file-name): New function, moved from
6713         tramp-sh.el.
6715         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
6716         for `make-auto-save-file-name'.
6717         (tramp-adb--gnu-switches-to-ash):
6718         Use `tramp-compat-replace-regexp-in-string'.
6720         * net/tramp-cache.el (tramp-cache-print): Call
6721         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
6723         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
6724         bound.  It isn't for XEmacs.
6726         * net/tramp-compat.el (tramp-compat-copy-file):
6727         Catch `wrong-number-of-arguments' error.
6728         (tramp-compat-replace-regexp-in-string): New defun.
6730         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
6731         for `make-auto-save-file-name'.
6732         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
6733         `copy-file'.
6734         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
6735         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
6736         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
6738         * net/tramp-gw.el (tramp-gw-open-network-stream):
6739         Use `tramp-compat-replace-regexp-in-string'.
6741         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6742         Call `tramp-handle-make-auto-save-file-name'.
6743         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
6744         (tramp-sh-file-gvfs-monitor-dir-process-filter)
6745         (tramp-sh-file-inotifywait-process-filter):
6746         Use `tramp-compat-replace-regexp-in-string'.
6747         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
6749         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
6750         for `make-auto-save-file-name'.
6751         (tramp-smb-handle-copy-directory):
6752         Call `tramp-compat-replace-regexp-in-string'.
6753         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
6754         (tramp-smb-handle-copy-file): Improve error message.
6755         (tramp-smb-handle-rename-file): Rename directly only in case
6756         `newname' does not exist yet.  This is a restriction of smbclient.
6757         (tramp-smb-maybe-open-connection): Rerun the function only when
6758         `auth-sources' is non-nil.
6760 2013-09-08  Kenichi Handa  <handa@gnu.org>
6762         * international/characters.el: Set category "^" (Combining) for
6763         more characters.
6765 2013-09-07  Alan Mackenzie  <acm@muc.de>
6767         Correctly fontify Java class constructors.
6768         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
6769         in Java Mode.
6770         (c-recognize-typeless-decls): Set the Java value to t.
6771         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
6772         While handling a "(", add a check for, effectively, Java, and handle a
6773         "typeless" declaration there.
6775 2013-09-07  Roland Winkler  <winkler@gnu.org>
6777         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
6778         field subtitle for entry type book.
6780 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6782         * minibuffer.el: Make minibuffer-complete call completion-in-region
6783         rather than other way around.
6784         (completion--some, completion-pcm--find-all-completions):
6785         Don't delay signals when debugging.
6786         (minibuffer-completion-contents): Beware fields within the
6787         minibuffer contents.
6788         (completion-all-sorted-completions): Use defvar-local.
6789         (completion--do-completion, completion--cache-all-sorted-completions)
6790         (completion-all-sorted-completions, minibuffer-force-complete):
6791         Add args `beg' and `end'.
6792         (completion--in-region-1): New fun, extracted from minibuffer-complete.
6793         (minibuffer-complete): Use completion-in-region.
6794         (completion-complete-and-exit): New fun, extracted from
6795         minibuffer-complete-and-exit.
6796         (minibuffer-complete-and-exit): Use it.
6797         (completion--complete-and-exit): Rename from
6798         minibuffer--complete-and-exit.
6799         (completion-in-region--single-word): New function, extracted from
6800         minibuffer-complete-word.
6801         (minibuffer-complete-word): Use it.
6802         (display-completion-list): Make `common-substring' argument obsolete.
6803         (completion--in-region): Call completion--in-region-1 instead of
6804         minibuffer-complete.
6805         (completion-help-at-point): Pass boundaries to
6806         minibuffer-completion-help as args rather than via an overlay.
6807         (completion-pcm--string->pattern): Use `any-delim'.
6808         (completion-pcm--optimize-pattern): New function.
6809         (completion-pcm--pattern->regex): Handle `any-delim'.
6810         * icomplete.el (icomplete-forward-completions)
6811         (icomplete-backward-completions, icomplete-completions):
6812         Adjust calls to completion-all-sorted-completions and
6813         completion--cache-all-sorted-completions.
6814         (icomplete-with-completion-tables): Default to t.
6815         * emacs-lisp/crm.el (crm--current-element): Rename from
6816         crm--select-current-element.  Don't put an overlay but return the
6817         boundaries instead.
6818         (crm--completion-command): Take two new args to bind to the boundaries.
6819         (crm-completion-help): Adjust accordingly.
6820         (crm-complete): Use completion-in-region.
6821         (crm-complete-word): Use completion-in-region--single-word.
6822         (crm-complete-and-exit): Use completion-complete-and-exit.
6824 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6826         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
6827         than dynamically.
6829 2013-09-06  Juri Linkov  <juri@jurta.org>
6831         * info.el (Info-display-images-node): When image file doesn't exist
6832         display text version of the image if it's provided in the Info file.
6833         Otherwise, display the location of missing image from SRC attribute.
6834         Add help-echo text property from ALT attribute.  (Bug#15279)
6836 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6838         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
6839         (edit-abbrevs-mode): Use define-derived-mode.
6841         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
6842         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
6843         that it's defined.
6844         (epa-key-list-mode, epa-key-mode, epa-info-mode):
6845         Use define-derived-mode.
6847         * epg.el (epg-start-encrypt): Minor CSE simplification.
6849 2013-09-06  William Xu  <william.xwl@gmail.com>
6851         * arc-mode.el: Add support for 7za (bug#15264).
6852         (archive-7z-program): New var.
6853         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
6854         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
6855         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
6857 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
6859         Remove URL syntax.
6861         * net/tramp.el (tramp-syntax, tramp-prefix-format)
6862         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
6863         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
6864         (tramp-postfix-host-format, tramp-file-name-regexp)
6865         (tramp-completion-file-name-regexp)
6866         (tramp-completion-dissect-file-name)
6867         (tramp-handle-substitute-in-file-name): Remove 'url case.
6868         (tramp-file-name-regexp-url)
6869         (tramp-completion-file-name-regexp-url): Remove constants.
6871 2013-09-06  Glenn Morris  <rgm@gnu.org>
6873         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
6875 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
6877         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
6878         keywords" below "here-doc beginnings" (Bug#15270).
6880 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6882         * subr.el (pop): Use `car-safe'.
6883         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
6884         to detect unused `pop' return value.
6886         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
6887         var `block-regexp'.
6888         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
6889         (python-fill-string): Remove unused var `marker'.
6890         (python-skeleton-add-menu-items): Remove unused var `items'.
6892         * international/mule-cmds.el: Require CL.
6893         (find-coding-systems-for-charsets): Avoid add-to-list.
6894         (sanitize-coding-system-list): New function, extracted from
6895         select-safe-coding-system-interactively.
6896         (select-safe-coding-system-interactively): Use it.
6897         (read-input-method-name): Accept symbols for `default'.
6899         * emacs-lisp/advice.el (defadvice): Add indent rule.
6901 2013-09-05  Daniel Hackney  <dan@haxney.org>
6903         * dired-x.el:
6904         * net/ange-ftp.el:
6905         * net/browse-url.el:
6906         * net/dbus.el:
6907         * net/eudc.el:
6908         * net/eudcb-ldap.el:
6909         * net/eww.el:
6910         * net/imap.el:
6911         * printing.el:
6912         * vc/ediff-diff.el:
6913         * vc/ediff-init.el:
6914         * vc/ediff-merg.el:
6915         * vc/ediff-mult.el:
6916         * vc/ediff-util.el:
6917         * vc/ediff-wind.el:
6918         * vc/ediff.el:
6919         * vc/emerge.el:
6920         * vc/pcvs.el:
6921         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
6922         byte compiler.  Remove some unused let-bound variables.
6924 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6926         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
6927         a "ref-cell", since it gets better optimized (bug#14883).
6929 2013-09-05  Glenn Morris  <rgm@gnu.org>
6931         * progmodes/cc-awk.el (c-forward-sws): Declare.
6933 2013-09-04  Glenn Morris  <rgm@gnu.org>
6935         * generic-x.el [rul-generic-mode]: Require cc-mode.
6936         (c++-mode-syntax-table): Declare.
6937         (rul-generic-mode-syntax-table): Init in the defvar.
6939 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6941         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
6942         (vc-do-command, vc-set-async-update):
6943         * vc/vc-mtn.el (vc-mtn-dir-status):
6944         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
6945         (vc-hg-pull, vc-hg-merge-branch):
6946         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
6947         (vc-git-merge-branch):
6948         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
6949         (vc-cvs-dir-status-files):
6950         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
6951         (vc-bzr-dir-status-files):
6952         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
6953         * vc/vc-annotate.el: Use lexical-binding.
6954         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
6955         (vc-sentinel-movepoint): Declare.
6956         (vc-annotate): Don't use `goto-line'.
6957         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
6958         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
6959         (vc-sentinel-movepoint): Declare.
6960         * vc/vc-svn.el: Use lexical-binding.
6961         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
6962         * vc/vc-sccs.el:
6963         * vc/vc-rcs.el: Use lexical-binding.
6965         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
6966         `deleted'.  Don't drop errors silently.
6968         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
6970 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
6972         * vc/vc.el (vc-ignore): Rewrite.
6973         (vc-default-ignore): New function.
6974         (vc-default-ignore-completion-table): Use find-ignore-file.
6976         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
6977         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
6978         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
6979         Remove.  Most code moved to vc.el.
6981 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6983         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
6984         * net/tramp-smb.el (tramp-smb-get-file-entries):
6985         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
6986         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
6988         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
6989         Update call to it.
6990         (eww-change-select): Remove unused var `properties'.
6991         (eww-make-unique-file-name): Remove unused var `base'.
6993         * finder.el (finder-compile-keywords): Don't mess with windows.
6995         * calculator.el (calculator-funcall): Fix typo in last change.
6997         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
6999         * emacs-lisp/package.el (package-activate-1): Don't let a missing
7000         <pkg>-autoloads.el file stop us.
7002         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
7003         warnings, and factor out common code.
7005 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
7007         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
7008         two-character operators and whether the character preceding them
7009         changes their meaning (Bug#15208).
7011 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
7013         Format code sent to Python shell for robustness.
7014         * progmodes/python.el (python-shell-buffer-substring):
7015         New function.
7016         (python-shell-send-region, python-shell-send-buffer): Use it.
7018 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
7020         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
7021         * net/tramp.el (tramp-user-error): ... here.
7022         (tramp-find-method, tramp-check-proper-host)
7023         (tramp-dissect-file-name, tramp-debug-message)
7024         (tramp-handle-shell-command):
7025         * net/tramp-adb.el (tramp-adb-handle-shell-command):
7026         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
7028         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
7030 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
7032         * avoid.el (mouse-avoidance-point-position)
7033         (mouse-avoidance-too-close-p): Handle case where posn-at-point
7034         returns nil.
7036 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
7038         * progmodes/python.el (python-shell-completion-get-completions):
7039         Drop use of deleted `comint-last-prompt-overlay'.
7040         (python-nav-if-name-main): New command.
7042 2013-09-01  Glenn Morris  <rgm@gnu.org>
7044         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7045         Avoid leading space in $wins.  Otherwise the sed command used by
7046         eg compile-main ends up containing "/*.el".  (Bug#15170)
7048         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
7050 2013-08-30  Glenn Morris  <rgm@gnu.org>
7052         * emacs-lisp/bytecomp.el (byte-recompile-directory):
7053         Fix is-this-a-directory logic.  (Bug#15220)
7055 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7057         * textmodes/css-mode.el: Use SMIE.
7058         (css-smie-grammar): New var.
7059         (css-smie--forward-token, css-smie--backward-token)
7060         (css-smie-rules): New functions.
7061         (css-mode): Use them.
7062         (css-navigation-syntax-table): Remove var.
7063         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
7064         (css-indent-calculate, css-indent-line): Remove functions.
7066         Misc changes to reduce use of `(lambda...); and other cleanups.
7067         * cus-edit.el: Use lexical-binding.
7068         (customize-push-and-save, customize-apropos)
7069         (custom-buffer-create-internal): Use closures.
7070         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
7071         * progmodes/ada-xref.el: Use setq.
7072         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
7073         * dframe.el: Use lexical-binding.
7074         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
7075         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
7076         * descr-text.el: Use lexical-binding.
7077         (describe-text-widget, describe-text-sexp, describe-property-list):
7078         Use closures.
7079         * comint.el (comint-history-isearch-push-state): Use a closure.
7080         * calculator.el: Use lexical-binding.
7081         (calculator-number-to-string): Make it work with lexical-binding.
7082         (calculator-funcall): Same and use cl-letf.
7084         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
7085         (lisp--company-doc-string, lisp--company-location): New functions.
7086         (lisp-completion-at-point): Use them to improve Company support.
7088         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
7089         params of lambda expressions.
7090         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
7091         (ruby-smie--opening-pipe-p): New function.
7092         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
7093         symbols and matched |...| for formal params.
7094         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
7095         from being treated as hanging.  Handle "rescue".
7097 2013-08-29  Glenn Morris  <rgm@gnu.org>
7099         * progmodes/cc-engine.el (c-pull-open-brace):
7100         Move definition before use.
7102 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7104         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
7105         are immutable.  Don't use `unsafe' any more.
7106         (cl--defsubst-expand): Don't substitute at the same time as keeping
7107         a residual unused let-binding.  Don't use `unsafe' any more.
7109 2013-08-29  Glenn Morris  <rgm@gnu.org>
7111         * calendar/cal-china.el (calendar-chinese-year-cache):
7112         Recenter on 2015.
7114         * nxml/nxml-util.el (nxml-debug-clear-inside):
7115         Use cl-loop rather than loop.
7117         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
7119         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
7121 2013-08-28  Glenn Morris  <rgm@gnu.org>
7123         * progmodes/antlr-mode.el: No need to require cc-mode twice.
7125         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
7127         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
7129 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7131         * simple.el (repeat-complex-command--called-interactively-skip):
7132         New function.
7133         (repeat-complex-command): Use it (bug#14136).
7135         * progmodes/cc-mode.el: Minor cleanup of var declarations.
7136         (c-define-abbrev-table): Add `doc' argument.
7137         (c-mode-abbrev-table, c++-mode-abbrev-table)
7138         (objc-mode-abbrev-table, java-mode-abbrev-table)
7139         (idl-mode-abbrev-table, pike-mode-abbrev-table)
7140         (awk-mode-abbrev-table): Use it.
7141         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
7142         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
7143         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
7144         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
7145         Move initialization into the declaration; and remove any
7146         autoload cookie.
7148         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
7149         and dynamic let binding.
7151         * vc/smerge-mode.el: Remove redundant :group args.
7153         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
7154         to load-path.
7156 2013-08-28  Juri Linkov  <juri@jurta.org>
7158         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
7159         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
7160         (isearch-other-meta-char): Handle an undefined shifted printing
7161         character by downshifting it.  (Bug#15200)
7163 2013-08-28  Juri Linkov  <juri@jurta.org>
7165         * isearch.el (isearch-search): Change regexp error message for
7166         non-regexp searches.  (Bug#15166)
7168 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
7170         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
7171         for portability to hosts where /bin/sh has problems.
7173 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7175         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
7177 2013-08-27  Juri Linkov  <juri@jurta.org>
7179         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
7180         in the keyboard macro.  (Bug#15126)
7182 2013-08-27  Juri Linkov  <juri@jurta.org>
7184         * isearch.el (isearch-quote-char): Comment out converting unibyte
7185         to multibyte, thus syncing with its `quoted-insert' counterpart.
7186         (Bug#15166)
7188 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
7190         * window.el (display-buffer-use-some-window): Add missing
7191         argument in call of get-largest-window (Bug#15185).
7192         Reported by Stephen Leake.
7194 2013-08-27  Glenn Morris  <rgm@gnu.org>
7196         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
7198 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7200         * progmodes/python.el (python-font-lock-keywords): Don't return nil
7201         from a matcher-function unless there's no more matches (bug#15161).
7203 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
7205         * minibuffer.el: Revert change from 2013-08-20.
7207         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
7208         with text property `tramp-default', if appropriate.
7209         (tramp-check-proper-host): New defun.
7210         (tramp-dissect-file-name): Do not check hostname.  Revert change
7211         of 2013-03-18.
7212         (tramp-backtrace): Make VEC-OR-PROC optional.
7214         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7215         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7216         * net/tramp-sh.el (tramp-maybe-open-connection):
7217         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7218         Apply `tramp-check-proper-host'.
7220 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
7222         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
7223         lambda expression in order to have `describe-variable' display it.
7225 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
7227         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
7228         BUF can be optional.  (Bug#15186)
7230 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
7232         * progmodes/flymake.el (flymake-get-real-file-name-function):
7233         Fix broken customization.  (Bug#15184)
7235 2013-08-25  Alan Mackenzie  <acm@muc.de>
7237         Improve indentation of bracelists defined by macros (without "=").
7239         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
7240         expansion begins with "{", regard it as bracelist when it doesn't
7241         contain a ";".
7243         Parse C++ inher-intro when there's a template split over 2 lines.
7245         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
7246         rigorously the search for "class" etc. followed by ":".
7248         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
7249         random languages a regexp which never matches rather than nil.
7251         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
7253         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
7254         (c-awk-regexp-one-line-possibly-open-char-list-re)
7255         (c-awk-one-line-possibly-open-regexp-re)
7256         (c-awk-one-line-non-syn-ws*-re): Remove.
7257         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
7258         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
7259         (c-awk-space*-unclosed-regexp-/-re): New constants.
7260         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
7261         aren't regexp delimiters.
7263         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
7264         handling for a rare situation in AWK Mode involving unterminated
7265         strings/regexps.
7267 2013-08-23  Glenn Morris  <rgm@gnu.org>
7269         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
7271         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
7273         * files.el (create-file-buffer): If the result would begin with
7274         spaces, prepend a "|" instead of removing them.  (Bug#15162)
7276 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7278         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
7279         text-properties (bug#15155).
7281         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
7282         exist any more.
7283         (calc-keypad-redraw): Remove unused var `pad'.
7284         (calc-keypad-press): Remove unused var `menu'.
7286 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
7288         * window.el (display-buffer-pop-up-frame):
7289         Call pop-up-frame-function with BUFFER current so `make-frame' will
7290         use it as the new frame's buffer (Bug#15133).
7292 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7294         * calendar/timeclock.el: Minor cleanups.
7295         (timeclock-ask-before-exiting, timeclock-use-display-time):
7296         Use `symbol'.
7297         (timeclock-modeline-display): Define as alias before the
7298         actual definition.
7299         (timeclock-mode-line-display): Use define-minor-mode.
7300         (timeclock-day-list-template): Make it a function, add an argument.
7301         (timeclock-day-list-required, timeclock-day-list-length)
7302         (timeclock-day-list-debt, timeclock-day-list-span)
7303         (timeclock-day-list-break): Adjust calls accordingly.
7305 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7307         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
7308         Use read--expression so that completion works again.
7310 2013-08-21  Sam Steingold  <sds@gnu.org>
7312         Add rudimentary inferior shell interaction
7313         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
7314         (sh-set-shell): Reset it.
7315         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
7316         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
7318 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7320         * align.el: Use lexical-binding.
7321         (align-region): Simplify accordingly.
7323 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
7325         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
7327         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
7328         `non-essential' up.
7330 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
7332         * net/tramp.el:
7333         * net/tramp-adb.el:
7334         * net/tramp-cmds.el:
7335         * net/tramp-ftp.el:
7336         * net/tramp-gvfs.el:
7337         * net/tramp-gw.el:
7338         * net/tramp-sh.el: Don't wrap external variable declarations by
7339         `eval-when-compile'.
7341 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7343         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
7344         now that Emacs supports ImageMagick animations.
7346 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
7348         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
7349         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
7351 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
7353         * window.el (mouse-autoselect-window-select): Do autoselect when
7354         mouse pointer is on margin.
7356 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
7358         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
7360 2013-08-16  Glenn Morris  <rgm@gnu.org>
7362         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
7363         Handle "Remote Directory" response of some clients.  (Bug#15058)
7365         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
7366         Tweak warning.  (Bug#14926)
7368         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
7369         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
7371         * image-mode.el (image-mode-map): Add menu items to reverse,
7372         increase, decrease, reset animation speed.
7373         (image--set-speed, image-increase-speed, image-decrease-speed)
7374         (image-reverse-speed, image-reset-speed): New functions.
7375         (image-mode-map): Add bindings for speed commands.
7377         * image.el (image-animate-get-speed, image-animate-set-speed):
7378         New functions.
7379         (image-animate-timeout): Respect image :speed property.
7381 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7383         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
7384         previous line (bug#15101).
7385         (debugger-eval-expression, debugger-record-expression):
7386         Use read--expression (bug#15102).
7388 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
7390         Remove byte compiler warnings, visible when compiling with
7391         `byte-compile-force-lexical-warnings' set to t.
7393         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
7394         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
7395         (tramp-handle-unhandled-file-name-directory)
7396         (tramp-handle-file-notify-add-watch, tramp-action-login)
7397         (tramp-action-succeed, tramp-action-permission-denied)
7398         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
7399         arguments with "_".
7401         * net/tramp-adb.el (tramp-adb-parse-device-names)
7402         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
7403         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
7404         (tramp-adb-handle-file-truename): Remove unused arguments.
7406         * net/tramp-cache.el (tramp-flush-directory-property)
7407         (tramp-flush-connection-property, tramp-list-connections)
7408         (tramp-parse-connection-properties): Prefix unused arguments with "_".
7410         * net/tramp-compat.el (tramp-compat-make-temp-file):
7411         Rename FILENAME to F.
7413         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
7414         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
7415         (tramp-zeroconf-parse-workstation-device-names)
7416         (tramp-zeroconf-parse-webdav-device-names)
7417         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
7419         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
7420         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
7422         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
7423         arguments.
7424         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
7425         (tramp-sh-handle-insert-file-contents-literally)
7426         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
7427         with "_".
7428         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
7429         Remove unused variables.
7431         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
7432         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
7433         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
7435         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
7436         Make them a defconst.
7437         (tramp-uuencode-region): Remove unused variable.
7439 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
7441         * frameset.el (frameset--prop-setter): New function.
7442         (frameset-prop): Add gv-setter declaration.
7443         (frameset-filter-minibuffer): Deal with the case that the minibuffer
7444         parameter was already set in FILTERED.  Doc fix.
7445         (frameset--record-minibuffer-relationships): Allow saving a
7446         minibufferless frame without its corresponding minibuffer frame.
7447         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
7448         frame, if the frame id matches.
7449         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
7450         frames before orphaned ones.
7451         (frameset-restore): Warn about orphaned windows, instead of error out.
7453 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
7455         * window.el (window-make-atom): Don't overwrite parameter
7456         already present.
7457         (display-buffer-in-atom-window): Handle special case where we
7458         split an already atomic window.
7459         (window--major-non-side-window, display-buffer-in-side-window)
7460         (window--side-check): Ignore minibuffer window when walking
7461         window tree.
7462         (window-deletable-p): Return 'frame only if no other frame uses
7463         our minibuffer window.
7464         (record-window-buffer): Run buffer-list-update-hook.
7465         (split-window): Make sure window--check-frame won't destroy an
7466         existing atomic window in case the new window gets nested
7467         inside.
7468         (display-buffer-at-bottom): Ignore minibuffer window when
7469         walking window tree.  Don't split a side window.
7470         (pop-to-buffer): Don't set-buffer here, the select-window call
7471         should do that.
7472         (mouse-autoselect-window-select): Autoselect only if we are in the
7473         text portion of the window.
7475 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7477         * net/shr.el (shr-parse-image-data): New function to grab both the
7478         data itself and the Content-Type.
7479         (shr-put-image): Use it.
7481         * net/eww.el (eww-display-image): Ditto.
7483         * image.el (image-content-type-suffixes): New variable.
7485 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
7487         * progmodes/python.el (python-imenu--build-tree)
7488         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
7490 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
7492         * simple.el (backward-word): Mention the optional argument.
7494 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7496         * frameset.el (frameset--make): Rename constructor from make-frameset.
7497         (frameset-p, frameset-valid-p): Don't autoload.
7498         (frameset-valid-p): Use normal accessors.
7500 2013-08-13  Glenn Morris  <rgm@gnu.org>
7502         * progmodes/compile.el (compile-command): Tweak example in doc.
7503         * obsolete/scribe.el (scribe-mode):
7504         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
7506         * mail/feedmail.el (feedmail-confirm-outgoing)
7507         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
7509         * cus-start.el (truncate-partial-width-windows): Fix type.
7511         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
7513         * net/shr.el (shr-table-horizontal-line): Fix custom type.
7515 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7517         * emacs-lisp/timer.el (timer--time-setter): New function.
7518         (timer--time): Use it as gv-setter.
7520         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
7521         setter is not a symbol.
7523 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
7525         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
7526         if sending fails.  This makes debugging easier.
7528 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
7530         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
7531         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
7532         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
7534 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
7536         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
7538 2013-08-12  Glenn Morris  <rgm@gnu.org>
7540         * format.el (format-annotate-function):
7541         Handle read-only text properties in the source.  (Bug#14887)
7543 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7545         * net/eww.el (eww-display-html): Ignore coding system errors.
7546         One web site uses "utf-8lias" as the coding system.
7548 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
7550         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
7552 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
7554         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
7555         (tutorial--detailed-help): Remove unused local variables.
7556         (tutorial--save-tutorial-to): Use ignore-errors.
7557         (help-with-tutorial): Use looking-at-p.
7559         * view.el (view-buffer-other-window, view-buffer-other-frame):
7560         Mark unused arguments.
7562         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
7563         (woman-select-symbol-fonts, woman, woman-find-file)
7564         (woman-insert-file-contents, woman-non-underline-faces):
7565         Use string-match-p.
7566         (woman1-unquote): Move declaration.
7568         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
7569         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
7570         argument.  Remove unused local variable.
7571         (xml-parse-elem-type): Use string-match-p.
7572         (xml-substitute-numeric-entities): Use ignore-errors.
7574         * calculator.el (calculator): Mark unused argument.
7575         (calculator-paste, calculator-quit, calculator-integer-p):
7576         Use ignore-errors.
7577         (calculator-string-to-number, calculator-decimal, calculator-exp)
7578         (calculator-op-or-exp): Use string-match-p.
7580         * dired.el (dired-buffer-more-recently-used-p): Declare.
7581         (dired-insert-set-properties, dired-insert-old-subdirs):
7582         Use ignore-errors.
7584         * dired-aux.el (dired-compress): Use ignore-errors.
7585         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
7586         (dired-do-async-shell-command, dired-do-shell-command)
7587         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
7588         (dired-insert-subdir-validate): Use string-match-p.
7589         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
7590         (dired-add-entry): Use string-match-p, looking-at-p.
7591         (dired-insert-subdir-newpos): Remove unused local variable.
7593         * filenotify.el (file-notify-callback): Remove unused local variable.
7595         * filesets.el (filesets-error): Mark unused argument.
7596         (filesets-which-command-p, filesets-filter-dir-names)
7597         (filesets-directory-files, filesets-get-external-viewer)
7598         (filesets-ingroup-get-data): Use string-match-p.
7600         * find-file.el (ff-other-file-name, ff-other-file-name)
7601         (ff-find-the-other-file, ff-cc-hh-converter):
7602         Remove unused local variables.
7603         (ff-get-file-name): Use string-match-p.
7604         (ff-all-dirs-under): Use ignore-errors.
7606         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
7607         (follow-select-if-visible): Remove unused local variable.
7609         * forms.el (read-file-filter): Move declaration.
7610         (forms--make-format, forms--make-parser, forms-insert-record):
7611         Quote function with #'.
7612         (forms--update): Use string-match-p.  Quote function with #'.
7614         * help-mode.el (help-dir-local-var-def): Mark unused argument.
7615         (help-make-xrefs): Use looking-at-p.
7616         (help-xref-on-pp): Use looking-at-p, ignore-errors.
7618         * ibuffer.el (ibuffer-ext-visible-p): Declare.
7619         (ibuffer-confirm-operation-on): Use string-match-p.
7621         * msb.el (msb-item-handler, msb-dired-item-handler):
7622         Mark unused arguments.
7624         * ses.el (ses-decode-cell-symbol)
7625         (ses-kill-override): Remove unused local variable.
7626         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
7627         (ses-load): Use ignore-errors, looking-at-p.
7628         (ses-jump-safe): Use ignore-errors.
7629         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
7631         * tabify.el (untabify, tabify): Mark unused arguments.
7633         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
7634         Mark unused argument.
7635         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
7636         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
7638         * emacs-lisp/timer.el (timer--time): Define setter with
7639         gv-define-setter to avoid deprecation warning.
7641         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
7642         (*record-cmpl-statistics-p*): Remove (was commented out).
7643         (cmpl-statistics-block): Remove (body was commented out).
7644         All callers changed.
7645         (add-completions-from-buffer, load-completions-from-file):
7646         Remove unused variables.
7648 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
7650         * filecache.el (file-cache-delete-file-list):
7651         Print message only when told so.
7652         (file-cache-files-matching): Use #' in mapconcat argument.
7654         * ffap.el (ffap-url-at-point): Fix reference to variable
7655         thing-at-point-default-mail-uri-scheme.
7657 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7659         * subr.el (define-error): New function.
7660         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
7661         error-file-not-found and define with define-error.
7662         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
7663         and define with define-error.
7664         * userlock.el (file-locked, file-supersession):
7665         * simple.el (mark-inactive):
7666         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
7667         * progmodes/ada-mode.el (ada-mode-errors):
7668         * play/life.el (life-extinct):
7669         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
7670         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
7671         * nxml/rng-util.el (rng-error):
7672         * nxml/rng-uri.el (rng-uri-error):
7673         * nxml/rng-match.el (rng-compile-error):
7674         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
7675         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
7676         * nxml/nxml-rap.el (nxml-scan-error):
7677         * nxml/nxml-outln.el (nxml-outline-error):
7678         * net/soap-client.el (soap-error):
7679         * net/gnutls.el (gnutls-error):
7680         * net/ange-ftp.el (ftp-error):
7681         * mpc.el (mpc-proc-error):
7682         * json.el (json-error, json-readtable-error, json-unknown-keyword)
7683         (json-number-format, json-string-escape, json-string-format)
7684         (json-key-format, json-object-format):
7685         * jka-compr.el (compression-error):
7686         * international/quail.el (quail-error):
7687         * international/kkc.el (kkc-error):
7688         * emacs-lisp/ert.el (ert-test-failed):
7689         * calc/calc.el (calc-error, inexact-result, math-overflow)
7690         (math-underflow):
7691         * bookmark.el (bookmark-error-no-filename):
7692         * epg.el (epg-error): Define with define-error.
7694         * time.el (display-time-event-handler)
7695         (display-time-next-load-average): Don't call sit-for since it seems
7696         unnecessary (bug#15045).
7698         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
7699         Use #' instead of ' to quote functions.
7700         (checkdoc-output-mode): Use setq-local.
7701         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
7702         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
7703         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
7704         (checkdoc-ispell, checkdoc-ispell-current-buffer)
7705         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
7706         (checkdoc-ispell-message-text, checkdoc-ispell-start)
7707         (checkdoc-ispell-continue, checkdoc-ispell-comments)
7708         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
7710         * ido.el (ido-completion-help): Fix up compiler warning.
7712 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
7714         * frameset.el (frameset-p): Add autoload cookie.
7715         (frameset--jump-to-register): New function, based on code moved from
7716         register.el.
7717         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
7719         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
7720         (frameset-restore, frameset-save, frameset-session-filter-alist):
7721         Remove declarations.
7722         (register-alist): Doc fix.
7723         (frameset-to-register): Move to frameset.el.
7724         (jump-to-register, describe-register-1): Remove frameset-specific code.
7726 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
7728         * allout-widgets.el (allout-widgets-pre-command-business)
7729         (allout-widgets-post-command-business)
7730         (allout-widgets-after-change-handler)
7731         (allout-decorate-item-and-context, allout-set-boundary-marker)
7732         (allout-body-modification-handler)
7733         (allout-graphics-modification-handler): Mark ignored arguments.
7734         (allout-widgets-post-command-business)
7735         (allout-widgets-exposure-change-processor)
7736         (allout-widgets-exposure-undo-processor)
7737         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
7738         (allout-parse-item-at-point, allout-decorate-item-guides)
7739         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
7740         * allout.el (epa-passphrase-callback-function): Declare.
7741         (allout-overlay-insert-in-front-handler)
7742         (allout-overlay-interior-modification-handler)
7743         (allout-isearch-end-handler, allout-chart-siblings)
7744         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
7745         (allout-yank-processing, allout-process-exposed)
7746         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
7747         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
7748         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
7749         (lisp-indent-defform): Mark ignored arguments.
7750         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
7751         (calculate-lisp-indent): Remove unused variables.
7752         * international/characters.el (indian-2-column, arabic-2-column)
7753         (tibetan): Mark ignored arguments.
7754         (use-cjk-char-width-table): Mark ignored arguments.
7755         Remove unused variables.
7756         * international/fontset.el (build-default-fontset-data)
7757         (x-compose-font-name, create-fontset-from-fontset-spec):
7758         Mark ignored arguments.
7759         (fontset-plain-name): Remove unused variables.
7760         * international/mule.el (charset-id, charset-bytes, generic-char-p)
7761         (keyboard-coding-system): Mark ignored arguments.
7762         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
7763         * help.el (resize-temp-buffer-window):
7764         * window.el (display-buffer-in-major-side-window)
7765         (display-buffer-in-side-window, display-buffer-in-previous-window):
7766         Remove unused variables.
7767         * isearch.el (isearch-forward-symbol):
7768         * version.el (emacs-bzr-version-bzr):
7769         * international/mule-cmds.el (current-language-environment):
7770         * term/common-win.el (x-handle-iconic, x-handle-geometry)
7771         (x-handle-display):
7772         * term/pc-win.el (x-list-fonts, x-display-planes)
7773         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
7774         (x-server-version, x-display-screens, x-display-mm-height)
7775         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
7776         (x-selection-owner-p, x-own-selection-internal)
7777         (x-disown-selection-internal, x-get-selection-internal)
7778         (msdos-initialize-window-system):
7779         * term/tty-colors.el (tty-color-alist, tty-color-clear):
7780         * term/x-win.el (x-handle-no-bitmap-icon):
7781         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
7782         (vc-default-find-file-hook, vc-default-extra-menu):
7783         Mark ignored arguments.
7785 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7787         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
7788         break-condition in the context of the debugged code (bug#12685).
7790 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
7792         * comint.el:
7793         Do not use an overlay to highlight the last prompt.  (Bug#14744)
7794         (comint-mode): Make comint-last-prompt buffer local.
7795         (comint-last-prompt): New variable.
7796         (comint-last-prompt-overlay): Remove.  Superseded by
7797         comint-last-prompt.
7798         (comint-snapshot-last-prompt, comint-output-filter):
7799         Use comint-last-prompt.
7801 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
7803         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
7804         (frameset-save): Check validity of the resulting frameset.
7806 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
7808         * ido.el (ido-record-command): Add doc string.
7810 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
7812         * frameset.el (frameset): Do not disable creation of the default
7813         frameset-p predicate.  Doc fix.
7814         (frameset-valid-p): New function, copied from the old predicate-p.
7815         Add additional checks.
7816         (frameset-restore): Check with frameset-valid-p.
7817         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
7818         (frameset-name, frameset-description, frameset-properties)
7819         (frameset-states): Add docstring.
7820         (frameset-session-filter-alist, frameset-persistent-filter-alist)
7821         (frameset-filter-alist): Doc fixes.
7823 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
7825         * frameset.el (frameset-p, frameset-prop): Doc fixes.
7827 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7829         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
7830         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
7831         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
7832         (byte-compile-normal-call): Remove obsolescence check.
7834 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
7836         * frameset.el (frameset-restore): Doc fix.
7838         * register.el (frameset-frame-id, frameset-frame-with-id)
7839         (frameset-p, frameset-restore, frameset-save): Declare.
7840         (register-alist): Document framesets.
7841         (frameset-session-filter-alist): Declare.
7842         (frameset-to-register): New function.
7843         (jump-to-register): Implement jumping to framesets.  Doc fix.
7844         (describe-register-1): Describe framesets.
7846         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
7848 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
7850         * desktop.el (desktop-save-frameset): Use new frameset-save args.
7851         Use lexical-binding.
7853         * frameset.el (frameset): Use type vector, not list (incompatible
7854         change).  Do not declare a new constructor, use the default one.
7855         Upgrade suggested properties `app', `name' and `desc' to slots `app',
7856         `name' and `description', respectively, and add read-only slot
7857         `timestamp'.  Doc fixes.
7858         (frameset-copy, frameset-persistent-filter-alist)
7859         (frameset-filter-alist, frameset-switch-to-gui-p)
7860         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
7861         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
7862         (frameset-filter-iconified, frameset-keep-original-display-p):
7863         Doc fixes.
7864         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
7865         Rename from frameset-filter-(save|restore)-param.  All callers changed.
7866         Doc fix.
7867         (frameset-p): Adapt to change to vector and be more thorough.
7868         Change arg name to OBJECT.  Doc fix.
7869         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
7870         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
7871         All callers changed.
7872         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
7873         All callers changed.
7874         (frameset--record-minibuffer-relationships): Rename from
7875         frameset--process-minibuffer-frames.  All callers changed.
7876         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
7877         Use new default constructor (again).  Doc fix.
7878         (frameset--find-frame-if): Rename from `frameset--find-frame'.
7879         All callers changed.
7880         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
7881         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
7882         Doc fix.
7883         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
7884         PARAMETERS and WINDOW-STATE, respectively.
7885         (frameset-restore): Add new keyword argument PREDICATE.
7886         Reset frameset--target-display to nil.  Doc fix.
7888 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7890         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
7891         (bat-mode): Use it.
7892         (bat-mode-syntax-table): Mark \n as end-of-comment.
7893         (bat-font-lock-keywords): Remove comment rule.
7895         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
7896         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
7898         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
7899         (byte-compile-callargs-warn): Use `push'.
7900         (byte-compile-arglist-warn): Ignore higher-order "calls".
7901         (byte-compile-file-form-autoload): Use `pcase'.
7902         (byte-compile-function-form): If quoting a symbol, check that it exists.
7904 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
7906         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
7907         and add a few popular commands found in batch files.
7908         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
7909         (dos-mode): Doc fixes.
7911 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7913         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
7914         (dos-mode): Use setq-local.  Add space after "rem".
7915         (dos-mode-syntax-table): Don't use "w" for symbol chars.
7916         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
7918 2013-08-07  Arni Magnusson  <arnima@hafro.is>
7920         * progmodes/dos.el: New file.
7921         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
7922         dos-mode.
7924 2013-08-06  Glenn Morris  <rgm@gnu.org>
7926         * calendar/calendar.el: Add new faces, and day-header-array.
7927         (calendar-weekday-header, calendar-weekend-header)
7928         (calendar-month-header): New faces.
7929         (calendar-day-header-construct): New function.
7930         (calendar-day-header-width): Also :set calendar-day-header-array.
7931         (calendar-american-month-header, calendar-european-month-header)
7932         (calendar-iso-month-header): Use calendar- faces.
7933         (calendar-generate-month):
7934         Use calendar-day-header-array for day headers; apply faces to them.
7935         (calendar-mode): Check calendar-font-lock-keywords non-nil.
7936         (calendar-abbrev-construct): Add optional maxlen argument.
7937         (calendar-day-name-array): Doc fix.
7938         (calendar-day-name-array, calendar-abbrev-length)
7939         (calendar-day-abbrev-array):
7940         Also :set calendar-day-header-array, and maybe redraw.
7941         (calendar-day-header-array): New option.  (Bug#15007)
7942         (calendar-font-lock-keywords): Set to nil and make obsolete.
7943         (calendar-day-name): Add option to use header array.
7945 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7947         * net/shr.el (shr-render-td): Remove debugging.
7948         (shr-render-td): Make width computation consistent by defaulting
7949         all zero-width columns to 10 characters.  This may not be optimal,
7950         but it's at least consistent.
7951         (shr-make-table-1): Redo last change to fix the real problem in
7952         colspan handling.
7954 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
7956         * files.el (cache-long-line-scans):
7957         Make obsolete alias to `cache-long-scans'.
7959 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
7961         * frameset.el (frameset, frameset-filter-alist)
7962         (frameset-filter-params, frameset-save, frameset--reuse-frame)
7963         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
7964         (frameset-compute-pos): Rename from frameset--compute-pos,
7965         and add docstring.
7966         (frameset-move-onscreen): Use frameset-compute-pos.
7967         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
7969         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
7970         Fix typos in docstrings.
7972 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
7974         * frame.el (get-other-frame): Tiny cleanup.
7976 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
7978         * vc/vc.el (vc-default-ignore-completion-table):
7979         Silence byte-compiler warning.
7981         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
7982         slot, which can indeed be nil.
7983         (frameset-live-filter-alist, frameset-persistent-filter-alist):
7984         Move entry for `left' from persistent to live filter alist.
7985         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
7986         Doc fixes.
7987         (frameset-filter-params): When restoring a frame, copy items added to
7988         `filtered', to avoid unwittingly modifying the original parameters.
7989         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
7990         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
7992         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
7993         to use looking-at-p instead of looking-at.  (Bug#15028)
7995 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7997         Revert introduction of isearch-filter-predicates (bug#14714).
7998         Rely on add-function instead.
7999         * isearch.el (isearch-filter-predicates): Rename it back to
8000         isearch-filter-predicate.
8001         (isearch-message-prefix): Use advice-function-mapc and advice
8002         properties to get the isearch-message-prefix.
8003         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
8004         instead of run-hook-with-args-until-failure.
8005         (isearch-filter-visible): Not obsolete any more.
8006         * loadup.el: Preload nadvice.
8007         * replace.el (perform-replace): Revert to funcall
8008         instead of run-hook-with-args-until-failure.
8009         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
8010         * dired-aux.el (dired-isearch-filenames-mode): Rename from
8011         dired-isearch-filenames-toggle; make it into a proper minor mode.
8012         Use add/remove-function.
8013         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
8014         Call the minor-mode rather than add/remove-hook.
8015         (dired-isearch-filter-filenames):
8016         Remove isearch-message-prefix property.
8017         * info.el (Info--search-loop): New function, extracted from Info-search.
8018         Funcall isearch-filter-predicate instead of
8019         run-hook-with-args-until-failure isearch-filter-predicates.
8020         (Info-search): Use it.
8021         (Info-mode): Use isearch-filter-predicate instead of
8022         isearch-filter-predicates.
8024 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
8026         Do not call to `selected-window' where it is assumed by default.
8027         Affected functions are `window-minibuffer-p', `window-dedicated-p',
8028         `window-hscroll', `window-width', `window-height', `window-buffer',
8029         `window-frame', `window-start', `window-point', `next-window'
8030         and `window-display-table'.
8031         * abbrev.el (abbrev--default-expand):
8032         * bs.el (bs--show-with-configuration):
8033         * buff-menu.el (Buffer-menu-mouse-select):
8034         * calc/calc.el (calc):
8035         * calendar/calendar.el (calendar-generate-window):
8036         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
8037         (diary-make-entry):
8038         * comint.el (send-invisible, comint-dynamic-complete-filename)
8039         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
8040         * completion.el (complete):
8041         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
8042         * disp-table.el (describe-current-display-table):
8043         * doc-view.el (doc-view-insert-image):
8044         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
8045         * ehelp.el (with-electric-help):
8046         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8047         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
8048         * emacs-lisp/helper.el (Helper-help-scroller):
8049         * emulation/cua-base.el (cua--post-command-handler-1):
8050         * eshell/esh-mode.el (eshell-output-filter):
8051         * ffap.el (ffap-gnus-wrapper):
8052         * help-macro.el (make-help-screen):
8053         * hilit-chg.el (highlight-compare-buffers):
8054         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
8055         * hl-line.el (global-hl-line-highlight):
8056         * icomplete.el (icomplete-simple-completing-p):
8057         * isearch.el (isearch-done):
8058         * jit-lock.el (jit-lock-stealth-fontify):
8059         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
8060         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8061         * mpc.el (mpc-tagbrowser, mpc):
8062         * net/rcirc.el (rcirc-any-buffer):
8063         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
8064         * play/landmark.el (landmark-max-width, landmark-max-height):
8065         * play/zone.el (zone):
8066         * progmodes/compile.el (compilation-goto-locus):
8067         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
8068         * progmodes/etags.el (find-tag-other-window):
8069         * progmodes/fortran.el (fortran-column-ruler):
8070         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
8071         * progmodes/verilog-mode.el (verilog-point-text):
8072         * reposition.el (reposition-window):
8073         * rot13.el (toggle-rot13-mode):
8074         * server.el (server-switch-buffer):
8075         * shell.el (shell-dynamic-complete-command)
8076         (shell-dynamic-complete-environment-variable):
8077         * simple.el (insert-buffer, set-selective-display)
8078         (delete-completion-window):
8079         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
8080         (speedbar-recenter):
8081         * startup.el (fancy-splash-head):
8082         * textmodes/ispell.el (ispell-command-loop):
8083         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
8084         * tutorial.el (help-with-tutorial):
8085         * vc/add-log.el (add-change-log-entry):
8086         * vc/compare-w.el (compare-windows):
8087         * vc/ediff-help.el (ediff-indent-help-message):
8088         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
8089         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
8090         (ediff-setup-control-frame):
8091         * vc/emerge.el (emerge-position-region):
8092         * vc/pcvs-util.el (cvs-bury-buffer):
8093         * window.el (walk-windows, mouse-autoselect-window-select):
8094         * winner.el (winner-set-conf, winner-undo): Related users changed.
8096 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
8098         * frameset.el (frameset--set-id): Doc fix.
8099         (frameset-frame-id, frameset-frame-id-equal-p)
8100         (frameset-locate-frame-id): New functions.
8101         (frameset--process-minibuffer-frames, frameset--reuse-frame)
8102         (frameset-restore): Use them.
8104 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
8106         Do not call to `selected-frame' where it is assumed by default.
8107         Affected functions are `raise-frame', `redraw-frame',
8108         `frame-first-window', `frame-terminal' and `delete-frame'.
8109         * calendar/appt.el (appt-disp-window):
8110         * epg.el (epg-wait-for-completion):
8111         * follow.el (follow-delete-other-windows-and-split)
8112         (follow-avoid-tail-recenter):
8113         * international/mule.el (set-terminal-coding-system):
8114         * mail/rmail.el (rmail-mail-return):
8115         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
8116         * progmodes/f90.el (f90-add-imenu-menu):
8117         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
8118         * server.el (server-switch-buffer):
8119         * simple.el (delete-completion-window):
8120         * talk.el (talk):
8121         * term/xterm.el (terminal-init-xterm-modify-other-keys)
8122         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
8123         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
8124         * vc/ediff.el (ediff-documentation): Related users changed.
8125         * frame.el (selected-terminal): Remove the leftover.
8127 2013-08-05  Glenn Morris  <rgm@gnu.org>
8129         * calendar/calendar.el (calendar-generate-month):
8130         Fix for calendar-column-width != 1 + calendar-day-digit-width.
8131         (calendar-generate-month, calendar-font-lock-keywords):
8132         Fix for calendar-day-header-width > length of any day name.
8134 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
8136         * desktop.el (desktop-clear): Use new name of sort predicate.
8138         * frameset.el (frameset): Add docstring.  Move :version property to its
8139         own `version' slot.
8140         (frameset-copy): Rename from copy-frameset.
8141         (frameset-p): Check more thoroughly.
8142         (frameset-prop): Do not check for :version, which is no longer a prop.
8143         (frameset-live-filter-alist, frameset-persistent-filter-alist):
8144         Use new :never value instead of t.
8145         (frameset-filter-alist): Expand and clarify docstring.
8146         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
8147         (frameset-filter-minibuffer, frameset-filter-save-param)
8148         (frameset-filter-restore-param, frameset-filter-iconified):
8149         Add pointer to docstring of frameset-filter-alist.
8150         (frameset-filter-params): Rename filter values to be more meaningful:
8151         :never instead of t, and reverse the meanings of :save and :restore.
8152         (frameset--process-minibuffer-frames): Clarify error message.
8153         (frameset-save): Avoid unnecessary and confusing call to framep.
8154         Use new BOA constructor for framesets.
8155         (frameset--reuse-list): Doc fix.
8156         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
8157         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
8158         (frameset-minibufferless-first-p): Doc fix.
8159         Rename from frameset-sort-frames-for-deletion.
8160         (frameset-restore): Doc fixes.  Use new function names.
8161         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
8163 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
8165         * desktop.el (desktop-restore-forces-onscreen)
8166         (desktop-restore-reuses-frames): Document :keyword constant values.
8167         (desktop-filter-parameters-alist): Remove, now identical to
8168         frameset-filter-alist.
8169         (desktop--filter-tty*): Remove, moved to frameset.el.
8170         (desktop-save-frameset, desktop-restore-frameset):
8171         Do not pass :filters argument.
8173         * frameset.el (frameset-live-filter-alist)
8174         (frameset-persistent-filter-alist): New variables.
8175         (frameset-filter-alist): Use them.  Add autoload cookie.
8176         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
8177         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
8178         `frameset--id' (it's supposed to be internal to frameset.el).
8179         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
8180         (frameset--initial-params): New function.
8181         (frameset--get-frame): Use it.  Doc fix.
8182         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
8183         Accept :all, not 'all.
8184         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
8185         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
8186         with fbound symbols.  Fix frame id matching, and remove matching ids if
8187         the frame being restored is deleted.  Obey :delete.
8189 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8191         * subr.el (macrop): New function.
8192         (text-clone--maintaining): New var.
8193         (text-clone--maintain): Rename from text-clone-maintain.  Use it
8194         instead of inhibit-modification-hooks.
8196         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
8197         a proxy, so as handle autoloads and redefinitions of the target.
8198         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
8200         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
8201         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
8202         (pcase--mutually-exclusive-p): New function.
8203         (pcase--split-consp): Use it.
8204         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
8205         mutually exclusive with the current predicate.
8207         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
8208         (edebug-macrop): Remove.  Use `macrop' instead.
8209         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
8210         (ad-macro-p):
8211         * eshell/esh-cmd.el (eshell-macrop):
8212         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
8214 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8216         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
8217         (advice-mapc): New function, using it.
8218         (advice-function-member-p): New function.
8219         (advice--normalize): Store the cdr in advice--saved-rewrite since
8220         that's the part that will be changed.
8221         (advice--symbol-function): New function.
8222         (advice-remove): Handle removal before the function is defined.
8223         Adjust to new advice--saved-rewrite.
8224         (advice-member-p): Use advice-function-member-p and
8225         advice--symbol-function.
8227 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
8229         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
8230         (frameset-filter-minibuffer): Doc fix.
8231         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
8232         (frameset--set-id, frameset--process-minibuffer-frames)
8233         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
8234         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
8236         * desktop.el (desktop-clear): Only delete frames when called
8237         interactively and desktop-restore-frames is non-nil.  Doc fix.
8238         (desktop-read): Set desktop-saved-frameset to nil.
8240 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
8242         * vc/vc.el (vc-ignore): Rewrite.
8243         (vc-default-ignore-completion-table, vc--read-lines)
8244         (vc--add-line, vc--remove-regexp): New functions.
8246         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
8247         (vc-svn-ignore-completion-table): New function.
8249         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
8250         (vc-hg-ignore-completion-table)
8251         (vc-hg-find-ignore-file): New functions.
8253         * vc/vc-git.el (vc-git-ignore): Rewrite.
8254         (vc-git-ignore-completion-table)
8255         (vc-git-find-ignore-file): New functions.
8257         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
8259         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
8260         (vc-bzr-ignore-completion-table)
8261         (vc-bzr-find-ignore-file): New functions.
8263 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
8265         * frameset.el (frameset-prop): New function and setter.
8266         (frameset-save): Do not modify frame list passed by the caller.
8268 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8270         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
8272 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8274         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
8275         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
8277         * custom.el (custom-initialize-default, custom-initialize-set)
8278         (custom-initialize-reset, custom-initialize-changed): Affect the
8279         toplevel-default-value (bug#6275, bug#14586).
8280         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
8281         for bug#6275.
8283 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
8285         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8286         Add cl-def* expressions.
8288         * frameset.el (frameset-filter-params): Fix order of arguments.
8290 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
8292         Move code related to saving frames to frameset.el.
8293         * desktop.el: Require frameset.
8294         (desktop-restore-frames): Doc fix.
8295         (desktop-restore-reuses-frames): Rename from
8296         desktop-restoring-reuses-frames.
8297         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
8298         (desktop-clear): Clear frames too.
8299         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
8300         (desktop--filter-tty*, desktop-save, desktop-read):
8301         Use frameset functions.
8302         (desktop-before-saving-frames-functions, desktop--filter-*-color)
8303         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
8304         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
8305         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
8306         (desktop--process-minibuffer-frames, desktop-save-frames)
8307         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
8308         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
8309         (desktop--sort-states, desktop-restoring-frames-p)
8310         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
8311         (desktop-restoring-frameset-p, desktop-restore-frameset)
8312         (desktop--check-dont-save, desktop-save-frameset): New functions.
8313         (desktop--app-id): New constant.
8314         (desktop-first-buffer, desktop-buffer-ok-count)
8315         (desktop-buffer-fail-count): Move before first use.
8316         * frameset.el: New file.
8318 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8320         * files.el: Use lexical-binding.
8321         (dir-locals-read-from-file): Remove unused `err' variable.
8322         (hack-dir-local-variables--warned-coding): New var.
8323         (hack-dir-local-variables): Use it to avoid repeated warnings.
8324         (make-backup-file-name--default-function): New function.
8325         (make-backup-file-name-function): Use it as default.
8326         (buffer-stale--default-function): New function.
8327         (buffer-stale-function): Use it as default.
8328         (revert-buffer-insert-file-contents--default-function): New function.
8329         (revert-buffer-insert-file-contents-function): Use it as default.
8330         (insert-directory): Avoid add-to-list.
8332         * autorevert.el (auto-revert-handler): Simplify.
8333         Use buffer-stale--default-function.
8335 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
8337         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
8339         * whitespace.el (whitespace-ensure-local-variables): New function.
8340         (whitespace-cleanup-region): Call it.
8341         (whitespace-turn-on): Call it.
8343 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
8345         Complete file name handlers.
8347         * net/tramp.el (tramp-handle-set-visited-file-modtime)
8348         (tramp-handle-verify-visited-file-modtime)
8349         (tramp-handle-file-notify-rm-watch): New functions.
8350         (tramp-call-process): Do not bind `default-directory'.
8352         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8353         Order alphabetically.
8354         <access-file, add-name-to-file, dired-call-process>:
8355         <dired-compress-file, file-acl, file-notify-rm-watch>:
8356         <file-ownership-preserved-p, file-selinux-context>:
8357         <make-directory-internal, make-symbolic-link, set-file-acl>:
8358         <set-file-selinux-context, set-visited-file-modtime>:
8359         <verify-visited-file-modtime>: Add handler.
8360         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
8362         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
8363         <file-notify-add-watch, file-notify-rm-watch>:
8364         <set-file-times, set-visited-file-modtime>:
8365         <verify-visited-file-modtime>: Add handler.
8366         (with-tramp-gvfs-error-message)
8367         (tramp-gvfs-handle-set-visited-file-modtime)
8368         (tramp-gvfs-fuse-file-name): Remove.
8369         (tramp-gvfs-handle-file-notify-add-watch)
8370         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
8371         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
8373         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8374         Order alphabetically.
8375         <file-notify-rm-watch>: Use default Tramp handler.
8376         <executable-find>: Remove private handler.
8377         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
8378         `default-directory'.
8379         (tramp-sh-handle-executable-find)
8380         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
8381         (tramp-sh-file-gvfs-monitor-dir-process-filter)
8382         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
8383         Do not use `format' in `tramp-message'.
8385         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
8386         <file-notify-rm-watch, set-visited-file-modtime>:
8387         <verify-visited-file-modtime>: Add handler.
8388         (tramp-smb-call-winexe): Do not bind `default-directory'.
8390 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
8392         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
8394 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
8396         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
8397         use it.
8398         (log-view-diff-changeset): Same.
8399         (log-view-diff-common): Call backend command `previous-revision'
8400         to find out the previous revision, in both cases.  Swap the
8401         variables `to' and `fr', so that `fr' usually refers to the
8402         earlier revision (Bug#14989).
8404 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
8406         * ibuf-ext.el (ibuffer-filter-by-filename):
8407         Make it work with dired buffers too.
8409 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
8411         * emacs-lisp/re-builder.el (reb-color-display-p):
8412         * files.el (save-buffers-kill-terminal):
8413         * net/browse-url.el (browse-url):
8414         * server.el (server-save-buffers-kill-terminal):
8415         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
8416         Prefer nil to selected-frame for the first arg of frame-parameter.
8418 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
8420         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
8422 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
8424         * minibuffer.el (completion--twq-all): Try and preserve each
8425         completion's case choice (bug#14907).
8427 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8429         * net/network-stream.el (open-network-stream): Mention the new
8430         :nogreeting parameter.
8431         (network-stream-open-starttls): Use the :nogreeting parameter
8432         (bug#14938).
8434         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
8436         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
8437         more natural than popping.
8439         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
8440         (shr-urlify): Highlight under mouse.
8442 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
8444         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
8446         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
8448         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
8449         buffer for output.
8451         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
8452         point-min==1.  Fix search string.  Fix parentheses missing.
8454         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
8455         assume point-min==1.  Fix search string.  Fix parentheses missing.
8457         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
8459         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
8460         buffer for output.
8462 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
8464         * frame.el (frame-notice-user-settings): Avoid inflooping when the
8465         initial frame is minibuffer-less.  (Bug#14841)
8467 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
8469         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
8470         option.
8472         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
8473         (tramp-maybe-open-connection): Use it.
8475 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
8477         * desktop.el (desktop--make-frame): Include `minibuffer' in the
8478         minimal set of parameters passed when creating a frame, because
8479         the minibuffer status of a frame cannot be changed later.
8481 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
8483         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
8484         replace-regexp-in-string and inadvertent omissions in previous change.
8485         (todo-filter-items): Ensure only file names are comma-separated in
8486         name of filtered items buffer.
8488 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
8490         * desktop.el: Optionally force offscreen frames back onscreen.
8491         (desktop-restoring-reuses-frames): New option.
8492         (desktop--compute-pos, desktop--move-onscreen): New functions.
8493         (desktop--make-frame): Use desktop--move-onscreen.
8495 2013-07-27  Alan Mackenzie  <acm@muc.de>
8497         Fontify a Java generic method as a function.
8498         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
8499         value to t.
8501 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
8503         * calendar/todo-mode.el: Add command to rename todo files.
8504         (todo-rename-file): New command.
8505         (todo-key-bindings-t): Add key binding for it.  Change the
8506         bindings of todo-filter-regexp-items(-multifile) to use `x'
8507         instead of `r', since the latter is better suited to the new
8508         renaming command.
8510 2013-07-27  Alan Mackenzie  <acm@muc.de>
8512         Make Java try-with-resources statement parse properly.
8513         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
8514         (c-block-stmt-1-2-key): New language constants/variables.
8515         * progmodes/cc-engine.el (c-beginning-of-statement-1)
8516         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
8517         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
8518         with c-block-stmt-1-2-key.
8520 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
8522         * desktop.el (desktop--make-frame): Apply most frame parameters after
8523         creating the frame to force (partially or totally) offscreen frames to
8524         be restored as such.
8526 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
8528         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
8529         (Bug#14948)
8531 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8533         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
8534         `base' arg of backtrace-frame.
8536 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
8538         * simple.el (list-processes): Doc fix.
8540 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
8542         * desktop.el (desktop--select-frame):
8543         Try harder to reuse existing frames.
8545 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8547         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
8548         (edebug-eval): Use backtrace-eval.
8549         (edebug--display, edebug--recursive-edit): Don't let-bind the
8550         edebug-outer-* vars that keep track of variables we locally let-bind.
8551         (edebug-outside-excursion): Don't restore outside values of locally
8552         let-bound vars.
8553         (edebug--display): Use user-error.
8554         (cl-lexical-debug, cl-debug-env): Remove.
8556 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
8558         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
8559         are restored to be sure that they are visible before deleting any
8560         remaining ones.
8562 2013-07-26  Matthias Meulien  <orontee@gmail.com>
8564         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
8565         vc-print-root-log.  (Bug#14948)
8567 2013-07-26  Richard Stallman  <rms@gnu.org>
8569         Add aliases for encrypting mail.
8570         * epa.el (epa-mail-aliases): New option.
8571         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
8572         Bind inhibit-read-only so read-only text doesn't ruin everything.
8573         (epa-mail-default-recipients): New subroutine broken out.
8574         Handle epa-mail-aliases.
8576 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8578         Add support for lexical variables to the debugger's `e' command.
8579         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
8580         vars, except for debugger-outer-match-data.
8581         (debugger-frame-number): Move check for "on a function call" from
8582         callers into it.  Add `skip-base' argument.
8583         (debugger-frame, debugger-frame-clear): Simplify accordingly.
8584         (debugger-env-macro): Only reset the state stored in non-variables,
8585         i.e. current-buffer and match-data.
8586         (debugger-eval-expression): Rewrite using backtrace-eval.
8587         * subr.el (internal--called-interactively-p--get-frame): Remove.
8588         (called-interactively-p):
8589         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
8590         `base' arg of backtrace-frame instead.
8592 2013-07-26  Glenn Morris  <rgm@gnu.org>
8594         * align.el (align-regexp): Doc fix.  (Bug#14857)
8595         (align-region): Explicit error if subexpression missing/does not match.
8597         * simple.el (global-visual-line-mode):
8598         Do not duplicate the mode lighter.  (Bug#14858)
8600 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
8602         * window.el (display-buffer): In display-buffer bind
8603         split-window-keep-point to t, bug#14829.
8605 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
8607         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
8608         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
8609         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
8610         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
8611         Change accordingly.
8612         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
8613         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
8615 2013-07-25  Glenn Morris  <rgm@gnu.org>
8617         * dired-x.el (dired-mark-extension): Convert comment to doc string.
8619 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
8621         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
8622         parameter to modify-frame-parameters if the value has not changed;
8623         this is a workaround for bug#14949.
8624         (desktop--make-frame): On cl-delete-if call, check parameter name,
8625         not full parameter.
8627 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
8629         * vc/vc.el (vc-ignore): New function.
8631         * vc/vc-svn.el (vc-svn-ignore): New function.
8633         * vc/vc-hg.el (vc-hg-ignore): New function.
8635         * vc/vc-git.el (vc-git-ignore): New function.
8637         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
8638         (vc-dir-ignore): New function.
8640         * vc/vc-cvs.el (vc-cvs-ignore): New function.
8641         (cvs-append-to-ignore): Move here from pcvs.el.
8643         * vc/vc-bzr.el (vc-bzr-ignore): New function.
8645         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
8647 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
8649         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
8650         (desktop-restore-frames): Warn when deleting an existing frame failed.
8652 2013-07-24  Glenn Morris  <rgm@gnu.org>
8654         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
8656 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
8658         * filenotify.el (file-notify-supported-p):
8659         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
8660         Remove functions.
8662         * autorevert.el (auto-revert-use-notify)
8663         (auto-revert-notify-add-watch):
8664         * net/tramp.el (tramp-file-name-for-operation):
8665         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8666         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8667         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8668         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8669         Remove `file-notify-supported-p' entry.
8671 2013-07-24  Glenn Morris  <rgm@gnu.org>
8673         * printing.el: Replace all uses of deleted ps-windows-system,
8674         ps-lp-system, ps-flatten-list with lpr- versions.
8676 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8678         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
8679         checked with memq (bug#14935).
8681         * files.el (revert-buffer-function): Use a non-nil default.
8682         (revert-buffer-preserve-modes): Declare var to
8683         provide access to the `preserve-modes' argument.
8684         (revert-buffer): Let-bind it.
8685         (revert-buffer--default): New function, extracted from revert-buffer.
8687 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8689         * lpr.el: Signal print errors more prominently.
8690         (print-region-function): Don't default to nil.
8691         (lpr-print-region): New function, extracted from print-region-1.
8692         Check lpr's return value and signal an error in case of problem.
8693         (print-region-1): Use it.
8694         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
8695         versions instead.
8696         (ps-printer-name): Default to nil.
8697         (ps-printer-name-option): Default to lpr-printer-switch.
8698         (ps-print-region-function): Don't default to nil.
8699         (ps-postscript-code-directory): Simplify default.
8700         (ps-do-despool): Use lpr-print-region to properly check the outcome.
8701         (ps-string-list, ps-eval-switch, ps-flatten-list)
8702         (ps-flatten-list-1): Remove.
8703         (ps-multibyte-buffer): Avoid setq.
8704         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
8705         (print-region-function, ps-print-region-function): Don't set them here.
8707 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
8709         * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
8710         (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
8711         (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
8712         (ido-decorations): Doc fix.
8714         * ansi-color.el: Fix old URL.
8716 2013-07-23  Michael R. Mauger  <michael@mauger.com>
8718         * progmodes/sql.el: Version 3.3
8719         (sql-product-alist): Improve oracle :prompt-cont-regexp.
8720         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
8721         (sql-interactive-remove-continuation-prompt): Rewrite, use
8722         functions above.  Fix continuation prompt and complete output line
8723         handling.
8724         (sql-redirect-one, sql-execute): Use `read-only-mode' on
8725         redirected output buffer.
8726         (sql-mode): Restore deleted code (Bug#13591).
8728 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
8730         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
8732 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
8734         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
8736         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8737         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8738         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
8740 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
8742         * desktop.el (desktop-clear): Simplify; remove useless checks
8743         against invalid buffer names.
8744         (desktop-list*): Use cl-list*.
8745         (desktop-buffer-info, desktop-create-buffer): Simplify.
8747 2013-07-23  Leo Liu  <sdl.web@gmail.com>
8749         * bookmark.el (bookmark-make-record): Restore NAME as a default
8750         value.  (Bug#14933)
8752 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8754         * emacs-lisp/autoload.el (autoload--setup-output): New function,
8755         extracted from autoload--insert-text.
8756         (autoload--insert-text): Remove.
8757         (autoload--print-cookie-text): New function, extracted from
8758         autoload--insert-cookie-text.
8759         (autoload--insert-cookie-text): Remove.
8760         (autoload-generate-file-autoloads): Adjust calls accordingly.
8762         * winner.el (winner-hook-installed-p): Remove.
8763         (winner-mode): Simplify accordingly.
8765         * subr.el (add-to-list): Fix compiler-macro when `append' is
8766         not constant.  Don't use `cl-member' for the base case.
8768         * progmodes/subword.el: Fix boundary case (bug#13758).
8769         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
8770         own group.
8771         (subword-backward-regexp): Make it a constant.
8772         (subword-forward-internal): Don't treat a trailing capital as the
8773         beginning of a word.
8775 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
8777         * emacs-lisp/package.el (package-menu-mode): Don't modify the
8778         global value of tabulated-list-revert-hook (bug#14930).
8780 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
8782         * desktop.el: Require 'cl-lib.
8783         (desktop-before-saving-frames-functions): New hook.
8784         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
8785         for frames being saved.  Rename from desktop--save-minibuffer-frames.
8786         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
8787         Do not save frames with non-nil `desktop-dont-save' parameter.
8788         Filter out deleted frames.
8789         (desktop--find-frame): Use cl-find-if.
8790         (desktop--select-frame): Use cl-(first|second|third) to access values
8791         of desktop-mini.
8792         (desktop--make-frame): Use cl-delete-if.
8793         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
8794         (desktop-restore-frames): Use cl-(first|second|third) to access values
8795         of desktop-mini.  Look for visible frame at the end, not while
8796         restoring frames.
8798         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
8799         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
8800         Use string-match-p, looking-at-p (bug#14927).
8802 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
8804         * desktop.el (desktop-saved-frame-states):
8805         Rename from desktop--saved-states; all users changed.
8806         (desktop-save-frames): Rename from desktop--save-frames.
8807         Do not save state to desktop file.
8808         (desktop-save): Save desktop-saved-frame-states to desktop file
8809         and reset to nil.
8810         (desktop-restoring-frames-p): New function.
8811         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
8812         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
8813         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
8815         * desktop.el: Correctly restore iconified frames.
8816         (desktop--filter-iconified-position): New function.
8817         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
8819 2013-07-20  Glenn Morris  <rgm@gnu.org>
8821         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
8822         Let `message' do the formatting.
8823         (def-gdb-preempt-display-buffer): Add explicit format.
8825         * image-dired.el (image-dired-track-original-file):
8826         Use with-current-buffer.
8827         (image-dired-track-thumbnail): Use with-current-buffer.
8828         Avoid changing point of wrong window.
8830         * image-dired.el (image-dired-track-original-file):
8831         Avoid changing point of wrong window.  (Bug#14909)
8833 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
8835         * progmodes/gdb-mi.el (gdb-done-or-error):
8836         Guard against "%" in gdb output.  (Bug#14127)
8838 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
8840         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
8841         (Bug#14826)
8843         * international/mule.el (coding-system-iso-2022-flags): Fix last
8844         change.
8846 2013-07-20  Kenichi Handa  <handa@gnu.org>
8848         * international/mule.el (coding-system-iso-2022-flags):
8849         Add `8-bit-level-4'.  (Bug#8522)
8851 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8853         * net/shr.el (shr-mouse-browse-url): New command and keystroke
8854         (bug#14815).
8856         * net/eww.el (eww-process-text-input): Allow inputting when the
8857         point is at the start of the line, as the properties aren't
8858         front-sticky.
8860         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
8861         degenerate widths.
8863 2013-07-19  Richard Stallman  <rms@gnu.org>
8865         * epa.el (epa-popup-info-window): Doc fix.
8867         * subr.el (split-string): New arg TRIM.
8869 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
8871         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
8872         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
8874 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
8876         * filenotify.el (file-notify--library): Rename from
8877         `file-notify-support'.  Do not autoload.  Adapt all uses.
8878         (file-notify-supported-p): New defun.
8880         * autorevert.el (auto-revert-use-notify):
8881         Use `file-notify-supported-p' instead of `file-notify-support'.
8882         Adapt docstring.
8883         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
8885         * net/tramp.el (tramp-file-name-for-operation):
8886         Add `file-notify-supported-p'.
8888         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
8889         New defun.
8890         (tramp-sh-file-name-handler-alist): Add it as handler for
8891         `file-notify-supported-p '.
8893         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8894         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8895         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8896         Add `ignore' as handler for `file-notify-*' functions.
8898 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
8900         * simple.el (line-move-partial, line-move): Don't start vscroll or
8901         scroll-up if the current line is not taller than the window.
8902         (Bug#14881)
8904 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
8906         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
8907         highlight question marks in the method names as strings.
8908         (ruby-block-beg-keywords): Inline.
8909         (ruby-font-lock-keyword-beg-re): Extract from
8910         `ruby-font-lock-keywords'.
8912 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
8914         * frame.el (blink-cursor-blinks): New defcustom.
8915         (blink-cursor-blinks-done): New defvar.
8916         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
8917         (blink-cursor-timer-function): Check if number of blinks has been
8918         done on X and NS.
8919         (blink-cursor-suspend, blink-cursor-check): New defuns.
8921 2013-07-15  Glenn Morris  <rgm@gnu.org>
8923         * edmacro.el (edmacro-format-keys): Fix previous change.
8925 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
8927         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
8928         The hack didn't work outside English locales anyway.
8930 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
8932         * simple.el (define-alternatives): Rename from alternatives-define,
8933         per RMS' suggestion.
8935 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
8937         * desktop.el (desktop-restore-frames): Change default to t.
8938         (desktop-restore-in-current-display): Now offer more options.
8939         (desktop-restoring-reuses-frames): New customization option.
8940         (desktop--saved-states): Doc fix.
8941         (desktop-filter-parameters-alist): New variable, renamed and expanded
8942         from desktop--excluded-frame-parameters.
8943         (desktop--target-display): New variable.
8944         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
8945         (desktop--filter-tty*, desktop--filter-*-color)
8946         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
8947         (desktop--filter-save-desktop-parm)
8948         (desktop-restore-in-original-display-p): New functions.
8949         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
8950         (desktop--save-minibuffer-frames): New function, inspired by a similar
8951         function from Martin Rudalics.
8952         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
8953         (desktop--restore-in-this-display-p): Remove.
8954         (desktop--find-frame): Rename from desktop--find-frame-in-display
8955         and add predicate argument.
8956         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
8957         (desktop--reuse-list): New variable.
8958         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
8959         New functions.
8960         (desktop--restore-frames): Add support for "minibuffer-special" frames.
8962 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
8964         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
8966 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
8968         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8969         Highlight conversion methods on Kernel.
8971 2013-07-13  Alan Mackenzie  <acm@muc.de>
8973         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
8974         and comment it out.  This out-commenting enables certain C++
8975         declarations to be parsed correctly.
8977 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
8979         * international/mule.el (define-coding-system): Doc fix.
8981         * simple.el (default-font-height): Don't call font-info if the
8982         frame's default font didn't change since the frame was created.
8983         (Bug#14838)
8985 2013-07-13  Leo Liu  <sdl.web@gmail.com>
8987         * ido.el (ido-read-file-name): Guard against non-symbol value.
8989 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
8991         * progmodes/python.el (python-imenu--build-tree): Fix corner case
8992         in nested defuns.
8994 2013-07-13  Leo Liu  <sdl.web@gmail.com>
8996         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
8997         ido-set-matches call.  (Bug#6852)
8999 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
9001         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
9002         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
9003         Ruby 2.0.
9004         (ruby-font-lock-keywords): Distinguish calls to functions with
9005         module-like names from module references.  Highlight character
9006         literals.
9008 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
9010         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
9011         (gdb-send): Handle continued commands.  (Bug#14847)
9013 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
9015         * desktop.el (desktop--v2s): Remove unused local variable.
9016         (desktop-save-buffer): Make defvar-local; adjust docstring.
9017         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
9018         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
9020 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
9022         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
9024 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
9026         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
9027         (Bug#14842)
9029 2013-07-12  Glenn Morris  <rgm@gnu.org>
9031         * doc-view.el: Require cl-lib at runtime too.
9032         (doc-view-remove-if): Remove.
9033         (doc-view-search-next-match, doc-view-search-previous-match):
9034         Use cl-remove-if.
9036         * edmacro.el: Require cl-lib at runtime too.
9037         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
9038         (edmacro-mismatch, edmacro-subseq): Remove.
9040         * shadowfile.el: Require cl-lib.
9041         (shadow-remove-if): Remove.
9042         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
9043         Use cl-remove-if.
9045         * wid-edit.el: Require cl-lib.
9046         (widget-choose): Use cl-remove-if.
9047         (widget-remove-if): Remove.
9049         * progmodes/ebrowse.el: Require cl-lib at runtime too.
9050         (ebrowse-delete-if-not): Remove.
9051         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
9052         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
9053         Use cl-delete-if-not.
9055 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
9057         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
9058         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
9060 2013-07-12  Leo Liu  <sdl.web@gmail.com>
9062         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
9064 2013-07-11  Glenn Morris  <rgm@gnu.org>
9066         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
9067         (edebug-gensym-index, edebug-gensym):
9068         Remove reimplementation of cl-gensym.
9069         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
9071         * thumbs.el: Require cl-lib at run-time too.
9072         (thumbs-gensym-counter, thumbs-gensym):
9073         Remove reimplementation of cl-gensym.
9074         (thumbs-temp-file): Use cl-gensym.
9076         * emacs-lisp/ert.el: Require cl-lib at runtime too.
9077         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
9078         (ert--intersection, ert--set-difference, ert--set-difference-eq)
9079         (ert--union, ert--gensym-counter, ert--gensym-counter)
9080         (ert--coerce-to-vector, ert--remove*, ert--string-position)
9081         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
9082         (ert-make-test-unbound, ert--expand-should-1)
9083         (ert--expand-should, ert--should-error-handle-error)
9084         (should-error, ert--explain-equal-rec)
9085         (ert--plist-difference-explanation, ert-select-tests)
9086         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
9087         Use cl-lib functions rather than reimplementations.
9089 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
9091         * net/tramp.el (tramp-methods): Extend docstring.
9092         (tramp-connection-timeout): New defcustom.
9093         (tramp-error-with-buffer): Reset timestamp only when appropriate.
9094         (with-tramp-progress-reporter): Simplify.
9095         (tramp-process-actions): Improve messages.
9097         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9098         * net/tramp-sh.el (tramp-maybe-open-connection):
9099         Use `tramp-connection-timeout'.
9100         (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
9101         (Bug#14808)
9103 2013-07-11  Leo Liu  <sdl.web@gmail.com>
9105         * ido.el (ido-read-file-name): Conform to the requirements of
9106         read-file-name.  (Bug#11861)
9107         (ido-read-directory-name): Conform to the requirements of
9108         read-directory-name.
9110 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
9112         * subr.el (delay-warning): New function.
9114 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
9116         * simple.el (default-line-height): New function.
9117         (line-move-partial, line-move): Use it instead of computing the
9118         line height inline.
9119         (line-move-partial): Always compute ROWH.  If the last line is
9120         partially-visible, but its text is completely visible, allow
9121         cursor to enter such a partially-visible line.
9123 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
9125         Improve error messages.  (Bug#14808)
9127         * net/tramp.el (tramp-current-connection): New defvar, moved from
9128         tramp-sh.el.
9129         (tramp-message-show-progress-reporter-message): Remove, not
9130         needed anymore.
9131         (tramp-error-with-buffer): Show message in minibuffer.
9132         Discard input before waiting.  Reset connection timestamp.
9133         (with-tramp-progress-reporter): Improve messages.
9134         (tramp-process-actions): Use progress reporter.  Delete process in
9135         case of error.  Improve messages.
9137         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
9138         Call `tramp-error-with-buffer' with vector and buffer.
9139         (tramp-current-connection): Remove.
9140         (tramp-maybe-open-connection): The car of
9141         `tramp-current-connection' are the first 3 slots of the vector.
9143 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
9145         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
9146         inside continued strings.
9148 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
9150         Timestamp fixes for undo (Bug#14824).
9151         * files.el (clear-visited-file-modtime): Move here from fileio.c.
9153 2013-07-10  Leo Liu  <sdl.web@gmail.com>
9155         * files.el (require-final-newline): Allow safe local value.
9156         (Bug#14834)
9158 2013-07-09  Leo Liu  <sdl.web@gmail.com>
9160         * ido.el (ido-read-directory-name): Handle fallback.
9161         (ido-read-file-name): Update DIR to ido-current-directory.
9162         (Bug#1516)
9163         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
9165 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
9167         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
9168         "autoload".  Remove "warn lower camel case" section, previously
9169         commented out.  Highlight negation char.  Do not highlight the
9170         target in singleton method definitions.
9172 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9174         * faces.el (tty-setup-hook): Declare the hook.
9176         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
9177         and detect when a guard/pred depends on local vars (bug#14773).
9178         (pcase--u1): Adjust caller.
9180 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
9182         * simple.el (line-move-partial, line-move): Account for
9183         line-spacing.
9184         (line-move-partial): Avoid setting vscroll when the last
9185         partially-visible line in window is of default height.
9187 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9189         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
9190         been used a while.
9192 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
9194         * subr.el (read-quoted-char): Remove unused local variable `char'.
9196 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
9198         * ediff.el (ediff-version): Version update.
9199         (ediff-files-command, ediff3-files-command, ediff-merge-command)
9200         (ediff-merge-with-ancestor-command, ediff-directories-command)
9201         (ediff-directories3-command, ediff-merge-directories-command)
9202         (ediff-merge-directories-with-ancestor-command): New functions.
9203         All are command-line interfaces to ediff: to facilitate calling
9204         Emacs with the appropriate ediff functions invoked.
9206         * viper-cmd.el (viper-del-forward-char-in-insert): New function.
9207         (viper-save-kill-buffer): Check if buffer is modified.
9209         * viper.el (viper-version): Version update.
9210         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
9212 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9214         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
9215         * viper-cmd.el (viper-envelop-ESC-key): Remove function.
9216         (viper-intercept-ESC-key): Simplify.
9217         * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
9218         * viper.el (viper--tty-ESC-filter, viper--lookup-key)
9219         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
9220         (viper-setup-ESC-to-escape): New functions.
9221         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
9222         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
9224 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
9226         * simple.el (default-font-height, window-screen-lines):
9227         New functions.
9228         (line-move, line-move-partial): Use them instead of
9229         frame-char-height and window-text-height.  This makes scrolling
9230         text smoother when the buffer's default face uses a font that is
9231         different from the frame's default font.
9233 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
9235         * files.el (write-file): Do not display confirm dialog for NS,
9236         it does its own dialog, which can't be canceled (Bug#14578).
9238 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
9240         * simple.el (line-move-partial): Adjust the row returned by
9241         posn-at-point for the current window-vscroll.  (Bug#14567)
9243 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
9245         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
9246         (tramp-sh-file-inotifywait-process-filter): Handle file names with
9247         spaces.
9249 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
9251         * window.el (window-state-put-stale-windows): New variable.
9252         (window--state-put-2): Save list of windows without matching buffer.
9253         (window-state-put): Remove "bufferless" windows if possible.
9255 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
9257         * simple.el (alternatives-define): Remove leftover :group keyword.
9258         Tweak docstring.
9260 2013-07-06  Leo Liu  <sdl.web@gmail.com>
9262         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
9263         (ido-enable-virtual-buffers): New variable.
9264         (ido-buffer-internal, ido-toggle-virtual-buffers)
9265         (ido-make-buffer-list): Use it.
9266         (ido-exhibit): Support turning on and off virtual buffers
9267         automatically.
9269 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
9271         * simple.el (alternatives-define): New macro.
9273 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9275         * subr.el (read-quoted-char): Use read-key.
9276         (sit-for): Let read-event decode tty input (bug#14782).
9278 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
9280         * calendar/todo-mode.el: Add handling of file deletion, both by
9281         mode command and externally.  Fix various related bugs.
9282         Clarify Commentary and improve some documentation strings and code.
9283         (todo-delete-file): New command.
9284         (todo-check-file): New function.
9285         (todo-show): Handle external deletion of the file we're trying to
9286         show (bug#14688).  Replace called-interactively-p by an optional
9287         prefix argument to avoid problematic interaction with catch form
9288         when byte compiled (bug#14702).
9289         (todo-quit): Handle external deletion of the archive's todo file.
9290         Make sure the buffer that was visiting the archive file is still
9291         live before trying to bury it.
9292         (todo-category-completions): Handle external deletion of any
9293         category completion files.
9294         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
9295         of todo files, in case of external deletion.
9296         (todo-add-file): Replace unnecessary setq by let-binding.
9297         (todo-find-archive): Check whether there are any archives.
9298         Replace unnecessary setq by let-binding.
9299         (todo-archive-done-item): Use find-file-noselect to get the
9300         archive buffer whether or not the archive already exists.
9301         Remove superfluous code.  Use file size instead of buffer-file-name to
9302         check if the archive is new; if it is, update list of archives.
9303         (todo-default-todo-file): Allow nil to be a valid value for when
9304         there are no todo files.
9305         (todo-reevaluate-default-file-defcustom): Use corrected definition
9306         of todo-default-todo-file.
9307         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
9308         (todo-delete-category, todo-show-categories-table)
9309         (todo-category-number): Clarify comment.
9310         (todo-filter-items): Clarify documentation string.
9311         (todo-show-current-file, todo-display-as-todo-file)
9312         (todo-reset-and-enable-done-separator): Tweak documentation string.
9313         (todo-done-separator): Make separator length window-width, since
9314         bug#2749 is now fixed.
9316 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
9318         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
9319         Support both "gvfs-monitor-dir" and "inotifywait".
9320         (tramp-sh-file-inotifywait-process-filter): Rename from
9321         `tramp-sh-file-notify-process-filter'.
9322         (tramp-sh-file-gvfs-monitor-dir-process-filter)
9323         (tramp-get-remote-gvfs-monitor-dir): New defuns.
9325 2013-07-05  Leo Liu  <sdl.web@gmail.com>
9327         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
9329 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9331         * frame.el (display-pixel-height, display-pixel-width)
9332         (display-mm-height, display-mm-width): Mention behavior on
9333         multi-monitor setups in docstrings.
9334         (w32-display-monitor-attributes-list): Declare function.
9335         (display-monitor-attributes-list): Use it.
9337 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
9339         * filenotify.el: New package.
9341         * autorevert.el (top): Require filenotify.el.
9342         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
9343         instead.
9344         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
9345         (auto-revert-notify-handler): Use `file-notify-*' functions.
9347         * subr.el (file-notify-handle-event): Move function to filenotify.el.
9349         * net/tramp.el (tramp-file-name-for-operation):
9350         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
9352         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
9353         for `file-notify-add-watch' and `file-notify-rm-watch'.
9354         (tramp-process-sentinel): Improve trace.
9355         (tramp-sh-handle-file-notify-add-watch)
9356         (tramp-sh-file-notify-process-filter)
9357         (tramp-sh-handle-file-notify-rm-watch)
9358         (tramp-get-remote-inotifywait): New defuns.
9360 2013-07-03  Juri Linkov  <juri@jurta.org>
9362         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
9363         call of `occur-read-primary-args' to interactive spec.
9365         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
9366         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
9368 2013-07-03  Matthias Meulien  <orontee@gmail.com>
9370         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
9371         `Buffer-menu-multi-occur'.  Add it to the menu.
9372         (Buffer-menu-mode): Document it in docstring.
9373         (Buffer-menu-multi-occur): New command.  (Bug#14673)
9375 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
9377         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
9378         keywords and built-ins.
9380 2013-07-03  Glenn Morris  <rgm@gnu.org>
9382         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
9384         Make info-xref checks case-sensitive by default
9385         * info.el (Info-find-node, Info-find-in-tag-table)
9386         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
9387         Add option for exact case matching of nodes.
9388         * info-xref.el (info-xref): New custom group.
9389         (info-xref-case-fold): New option.
9390         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
9392 2013-07-03  Leo Liu  <sdl.web@gmail.com>
9394         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
9396 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
9398         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
9399         middle of block statement initially, lower the depth.  Remove
9400         FIXME comment, not longer valid.  Remove middle of block statement
9401         detection, no need to do that anymore since we've been using
9402         `ruby-parse-region' here.
9404 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
9406         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
9408 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9410         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
9412 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
9414         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
9415         (desktop-restore-in-current-display): New customization option.
9416         (desktop--excluded-frame-parameters): Add `font'.
9417         (desktop--save-frames): Rename from desktop--save-windows.
9418         (desktop--restore-in-this-display-p): New function.
9419         (desktop--make-full-frame): Remove unwanted width/height from
9420         full(width|height) frames.
9421         (desktop--restore-frames): Rename from desktop--restore-windows.
9422         Obey desktop-restore-current-display.  Do not delete old frames or
9423         select a new frame unless we were able to restore at least one frame.
9425 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
9427         * files.el (find-file-noselect): Simplify conditional expression.
9429         * textmodes/remember.el (remember-append-to-file):
9430         Don't mix `find-buffer-visiting' and `get-file-buffer'.
9432         Add `remember-notes' function to store random notes across Emacs
9433         restarts.
9434         * textmodes/remember.el (remember-data-file): Add :set callback to
9435         affect notes buffer (if any).
9436         (remember-notes): New command.
9437         (remember-notes-buffer-name, bury-remember-notes-on-kill):
9438         New defcustoms for the `remember-notes' function.
9439         (remember-notes-save-and-bury-buffer): New command.
9440         (remember-notes-mode-map): New variable.
9441         (remember-mode): New minor mode.
9442         (remember-notes--kill-buffer-query): New function.
9443         * startup.el (initial-buffer-choice): Add notes to custom type.
9445 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
9447         * bindings.el (right-char, left-char): Don't call sit-for, this is
9448         no longer needed.  Use arithmetic comparison only for numerical
9449         arguments.
9451         * international/mule-cmds.el (select-safe-coding-system):
9452         Handle the case of FROM being a string correctly.  (Bug#14755)
9454 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9456         * net/shr.el (shr-make-table-1): Add a sanity check that allows
9457         progression on degenerate tables.
9458         (shr-rescale-image): ImageMagick animated images currently don't work.
9460 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
9462         Some fixes and improvements for desktop frame restoration.
9463         It is still experimental and disabled by default.
9464         * desktop.el (desktop--save-windows): Put the selected frame at
9465         the head of the list.
9466         (desktop--make-full-frame): New function.
9467         (desktop--restore-windows): Try to re-select the frame that was
9468         selected upon saving.  Do not abort if some frames fail to restore,
9469         just show an error message and continue.  Set up maximized frames
9470         so they have default non-maximized dimensions.
9472 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
9474         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
9475         Don't start heredoc inside a string or comment.
9477 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
9479         * bindings.el (visual-order-cursor-movement): New defcustom.
9480         (right-char, left-char): Provide visual-order cursor motion by
9481         calling move-point-visually.  Update the doc strings.
9483 2013-06-28  Kenichi Handa  <handa@gnu.org>
9485         * international/mule.el (define-coding-system): New coding system
9486         properties :inhibit-null-byte-detection,
9487         :inhibit-iso-escape-detection, and :prefer-utf-8.
9488         (set-buffer-file-coding-system): If :charset-list property of
9489         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
9490         appropriate for setting.
9492         * international/mule-cmds.el (select-safe-coding-system):
9493         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
9494         multibyte characters, return utf-8 (or one of its siblings).
9496         * international/mule-conf.el (prefer-utf-8): New coding system.
9497         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
9498         files.
9500 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
9502         * net/shr.el (shr-render-region): New function.
9504         * net/eww.el: Autoload `eww-browse-url'.
9506 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
9508         * emacs-lisp/package-x.el (package-upload-buffer-internal):
9509         Adapt to `package-desc-version' being a list.
9510         Use `package--ac-desc-version' to retrieve version from a package
9511         archive element.
9513 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
9515         New experimental feature to save&restore window and frame setup.
9516         * desktop.el (desktop-save-windows): New defcustom.
9517         (desktop--saved-states): New var.
9518         (desktop--excluded-frame-parameters): New defconst.
9519         (desktop--filter-frame-parms, desktop--find-frame-in-display)
9520         (desktop--restore-windows, desktop--save-windows): New functions.
9521         (desktop-save): Call `desktop--save-windows'.
9522         (desktop-read): Call `desktop--restore-windows'.
9524 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9526         * net/shr.el (add-face-text-property): Remove compat definition.
9528 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
9530         * info.el (Info-try-follow-nearest-node): Move search for footnote
9531         above search for node name to prevent missing a footnote (bug#14717).
9533 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
9535         * obsolete/otodo-mode.el: Add obsolescence info to file header.
9537 2013-06-27  Leo Liu  <sdl.web@gmail.com>
9539         * net/eww.el (eww-read-bookmarks): Check file size.
9541 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9543         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
9544         advice--pending if newdef is nil or an autoload (bug#13820).
9545         (advice-mapc): New function.
9547 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9549         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
9550         probably.
9551         (eww-mode-map): Add a menu bar.
9552         (eww-add-bookmark): New command.
9553         (eww-bookmark-mode): New mode and commands.
9554         (eww-add-bookmark): Remove newlines from the title.
9555         (eww-bookmark-browse): Don't bug out if it's the only window.
9557 2013-06-26  Glenn Morris  <rgm@gnu.org>
9559         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
9560         (hfy-size): Handle ttys.  (Bug#14668)
9562         * info-xref.el: Update for Texinfo 5 change in *note format.
9563         (info-xref-node-re, info-xref-note-re): New constants.
9564         (info-xref-check-buffer): Use info-xref-note-re.
9566 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9568         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
9570         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
9571         nil terminate the loop (bug#14718).
9573 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9575         * net/eww.el: Rework history traversal.  When going forward/back,
9576         put these actions into the history, too, so that they can be
9577         replayed.
9578         (eww-render): Move the history reset to the correct buffer.
9580 2013-06-25  Juri Linkov  <juri@jurta.org>
9582         * files-x.el (modify-dir-local-variable): Change the header comment
9583         in the file with directory local variables.  (Bug#14692)
9585         * files-x.el (read-file-local-variable-value): Add `default'.
9586         (Bug#14710)
9588 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9590         * net/eww.el (eww-make-unique-file-name): Create a unique file
9591         name before saving to entering `y' accidentally asynchronously.
9593 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
9595         * net/eww.el (eww-download): New command and keystroke.
9597 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9599         * net/eww.el (eww-copy-page-url): Change name of command.
9601         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
9602         be more consistent with Info and dired.
9604         * net/eww.el (eww-mode-map): Ditto.
9606 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9608         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
9609         packages from archives.
9610         (package-archive-contents): Change format; include obsolete packages.
9611         (package-desc): Use `dir' to mark builtin packages.
9612         (package--from-builtin): Set the `dir' field to `builtin'.
9613         (generated-autoload-file, version-control): Declare.
9614         (package-compute-transaction): Change first arg and return value to be
9615         lists of package-descs.  Adjust to new package-archive-contents format.
9616         (package--add-to-archive-contents): Adjust to new
9617         package-archive-contents format.
9618         (package-download-transaction): Arg is now a list of package-descs.
9619         (package-install): If `pkg' is a package name, pass it as
9620         a requirement, so it is subject to the usual (e.g. disabled) checks.
9621         (describe-package): Accept package-desc as well.
9622         (describe-package-1): Describe a specific package-desc.  Add links to
9623         other package-descs for the same package name.
9624         (package-menu-describe-package): Pass the actual package-desc.
9625         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
9626         works correctly.
9627         (package-desc-status): New function.
9628         (package-menu--refresh): New function, extracted
9629         from package-menu--generate.
9630         (package-menu--generate): Use it.
9631         (package-delete): Update package-alist.
9632         (package-menu-execute): Don't call package-initialize.
9634         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
9635         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
9636         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
9637         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
9638         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
9639         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
9641 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
9643         * window.el (window--state-get-1): Workaround for bug#14527.
9644         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
9646 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9648         * net/eww.el (eww-back-url): Implement the history by stashing all
9649         the data into a list.
9650         (eww-forward-url): Allow going forward in the history, too.
9652 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9654         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
9655         for values and use read--expression for expressions (bug#14710).
9656         (read-file-local-variable): Avoid setq.
9657         (read-file-local-variable-mode): Use minor-mode-list.
9659 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9661         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
9662         for DOI URLs.
9664 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9666         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
9667         Update imenu-support when dialect changes.
9669 2013-06-25  Leo Liu  <sdl.web@gmail.com>
9671         * ido.el (ido-read-internal): Allow forward slash on windows.
9673 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9675         * net/eww.el (eww): Start of strings is \\`, not ^.
9677 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
9679         * net/shr.el (shr-browse-url): Fix interactive spec.
9681         * net/eww.el (eww): Add a trailing slash to domain names.
9683 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
9685         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
9687 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9689         * net/shr.el (shr-browse-url): Use an external browser if given a
9690         prefix.
9692         * net/eww.el (eww-external-browser): Move to shr.
9694 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
9696         * net/eww.el (eww): Work more correctly for file: URLs.
9697         (eww-detect-charset): Allow quoted charsets.
9698         (eww-yank-page-url): New command and keystroke.
9700 2013-06-24  Daiki Ueno  <ueno@gnu.org>
9702         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
9703         file name of gpg executable.
9704         (epg-context-program): New function.
9705         (epg-context-home-directory): New function.
9706         (epg-context-set-program): New function.
9707         (epg-context-set-home-directory): New function.
9708         (epg--start): Use `epg-context-program' instead of
9709         'epg-gpg-program'.
9710         (epg--list-keys-1): Likewise.
9712 2013-06-24  Leo Liu  <sdl.web@gmail.com>
9714         * ido.el (ido-read-internal): Fix bug#14620.
9716 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
9718         * faces.el (face-documentation): Simplify.
9719         (read-face-attribute, tty-find-type, x-resolve-font-name):
9720         Use `string-match-p'.
9721         (list-faces-display): Use `string-match-p'.  Simplify.
9722         (face-spec-recalc): Check face to avoid face alias loops.
9723         (read-color): Use `string-match-p' and non-capturing parenthesis.
9725 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9727         * net/shr.el (shr-rescale-image): Use the new
9728         :max-width/:max-height functionality.
9730 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
9732         * net/eww.el (eww-search-prefix): New variable.
9733         (eww): Use it.
9734         (eww-external-browser): New variable.
9735         (eww-mode-map): New keystroke.
9736         (eww-browse-with-external-browser): New command.
9738         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
9740 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
9742         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
9743         Don't skip aligning the next header field when padding is 0;
9744         otherwise, field width is not respected unless the title is as
9745         wide as the field.
9747 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9749         * emacs-lisp/package.el (package-el-version): Remove.
9750         (package-process-define-package): Fix inf-loop.
9751         (package-install): Allow symbols as arguments again.
9753 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
9755         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
9756         add some more keyword-like methods.
9757         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
9759 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
9761         * bs.el (bs-buffer-show-mark): Make defvar-local.
9762         (bs-mode): Use setq-local.
9764         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
9765         (emacs-lock--try-unlocking): Make defvar-local.
9767 2013-06-22  Glenn Morris  <rgm@gnu.org>
9769         * play/cookie1.el (cookie-apropos): Minor simplification.
9771         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
9773 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
9775         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
9776         `regexp-opt', it breaks the build during dumping.
9778 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
9780         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
9781         Highlight keyword-like methods on Kernel and Module with
9782         font-lock-builtin-face.
9783         (auto-mode-alist): Consolidate different entries into one regexp
9784         and add more *file-s.
9786 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
9788         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
9790         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
9791         (diary-entry): Use it in the action of this button type instead of
9792         diary-goto-entry.
9794         * calendar/todo-mode.el: New version.
9795         (todo-add-category): Append new category to end of file and give
9796         it the highest number, instead of putting it at the beginning and
9797         giving it 0.  Incorporate noninteractive functionality.
9798         (todo-forward-category): Adapt to 1-based category numbering.
9799         Allow skipping over archived categories.
9800         (todo-backward-category): Derive from todo-forward-category.
9801         (todo-backward-item, todo-forward-item): Make noninteractive and
9802         delegate interactive part to new commands.  Make sensitive to done items.
9803         (todo-categories): Make value an alist of category names and
9804         vectors of item counts.
9805         (todo-category-beg): Make a defconst.
9806         (todo-category-number): Use 1 instead of 0 as initial value.
9807         (todo-category-select): Make sensitive to overlays, optional item
9808         highlighting and done items.
9809         (todo-delete-item): Make sensitive to overlays and marked and done items.
9810         (todo-edit-item): Make sensitive to overlays and editing of
9811         date/time header optional.  Add format checks.
9812         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
9813         no-op if point is not on an item.  Advertise using todo-edit-quit.
9814         (todo-edit-mode): Make sensitive to new format, font-locking, and
9815         multiple todo files.
9816         (todo-insert-item, todo-insert-item-here): Derive from
9817         todo-basic-insert-item and extend functionality.
9818         (todo-item-end, todo-item-start): Make sensitive to done items.
9819         (todo-item-string): Don't return text properties.  Restore point.
9820         (todo-jump-to-category): Make sensitive to multiple todo files and
9821         todo archives.  Use extended category completion.
9822         (todo-lower-item, todo-raise-item): Rename to *-priority and
9823         derive from todo-set-item-priority.
9824         (todo-mode): Derive from special-mode.  Make sensitive to new
9825         format, font-locking and multiple todo files.  Make read-only.
9826         (todo-mode-map): Don't suppress digit keys, so they can supply
9827         prefix arguments.  Add many new key bindings.
9828         (todo-prefix): Insert as an overlay instead of file text.
9829         Change semantics from diary date expression to purely visual mark.
9830         (todo-print): Rename to todo-print-buffer.  Make buffer display
9831         features printable.  Remove option to restrict number of items
9832         printed.  Add option to print to file.
9833         (todo-print-function): Rename to todo-print-buffer-function.
9834         (todo-quit): Extend to handle exiting new todo modes.
9835         (todo-remove-item): Make sensitive to overlays.
9836         (todo-save): Extend to buffers of filtered items.
9837         (todo-show): Make sensitive to done items, multiple todo files and
9838         new todo modes.  Offer to convert legacy todo file before creating
9839         first new todo file.
9840         (todo-show-priorities): Rename to todo-top-priorities.
9841         Change semantics of value 0.
9842         (todo-top-priorities): Rename to todo-filter-top-priorities,
9843         derive from todo-filter-items and extend functionality.
9844         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
9845         and extend functionality to other types of filtered items.
9846         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
9847         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
9848         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
9849         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
9850         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
9851         (todo-edit-mode-hook, todo-entry-prefix-function)
9852         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
9853         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
9854         (todo-initials, todo-insert-threshold, todo-item-string-start)
9855         (todo-line-string, todo-menu, todo-mode-hook)
9856         (todo-more-important-p, todo-previous-answer, todo-previous-line)
9857         (todo-print-priorities, todo-remove-separator)
9858         (todo-save-top-priorities-too, todo-string-count-lines)
9859         (todo-string-multiline-p, todo-time-string-format)
9860         (todo-tmp-buffer-name): Remove.
9861         (todo-add-file, todo-archive-done-item, todo-choose-archive)
9862         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
9863         (todo-edit-category-diary-inclusion)
9864         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
9865         (todo-edit-file, todo-edit-item-date-day)
9866         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
9867         (todo-edit-item-date-month, todo-edit-item-date-to-today)
9868         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
9869         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
9870         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
9871         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
9872         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
9873         (todo-filter-top-priorities-multifile, todo-find-archive)
9874         (todo-find-filtered-items-file, todo-go-to-source-item)
9875         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
9876         (todo-jump-to-archive-category, todo-lower-category)
9877         (todo-mark-category, todo-marked-item-p, todo-merge-category)
9878         (todo-move-category, todo-move-item, todo-next-button)
9879         (todo-next-item, todo-padded-string, todo-powerset)
9880         (todo-previous-button, todo-previous-item)
9881         (todo-print-buffer-to-file, todo-raise-category)
9882         (todo-rename-category, todo-repair-categories-sexp, todo-search)
9883         (todo-set-category-number, todo-set-item-priority)
9884         (todo-set-top-priorities-in-category)
9885         (todo-set-top-priorities-in-file, todo-show-categories-table)
9886         (todo-sort-categories-alphabetically-or-numerically)
9887         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
9888         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
9889         (todo-toggle-item-header, todo-toggle-item-highlighting)
9890         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
9891         (todo-toggle-view-done-items, todo-toggle-view-done-only)
9892         (todo-unarchive-items, todo-unmark-category): New commands.
9893         (todo-absolute-file-name, todo-add-to-buffer-list)
9894         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
9895         (todo-basic-insert-item, todo-category-completions)
9896         (todo-category-number, todo-category-string-matcher-1)
9897         (todo-category-string-matcher-2, todo-check-filtered-items-file)
9898         (todo-check-format, todo-clear-matches)
9899         (todo-comment-string-matcher, todo-convert-legacy-date-time)
9900         (todo-current-category, todo-date-string-matcher)
9901         (todo-define-insertion-command, todo-diary-expired-matcher)
9902         (todo-diary-goto-entry, todo-diary-item-p)
9903         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
9904         (todo-display-categories, todo-display-sorted, todo-done-item-p)
9905         (todo-done-item-section-p, todo-done-separator)
9906         (todo-done-string-matcher, todo-files, todo-filter-items)
9907         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
9908         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
9909         (todo-insert-category-line, todo-insert-item-from-calendar)
9910         (todo-insert-sort-button, todo-insert-with-overlays)
9911         (todo-insertion-command-name, todo-insertion-key-bindings)
9912         (todo-label-to-key, todo-longest-category-name-length)
9913         (todo-make-categories-list, todo-mode-external-set)
9914         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
9915         (todo-modes-set-3, todo-multiple-filter-files)
9916         (todo-nondiary-marker-matcher, todo-prefix-overlays)
9917         (todo-read-category, todo-read-date, todo-read-dayname)
9918         (todo-read-file-name, todo-read-time)
9919         (todo-reevaluate-category-completions-files-defcustom)
9920         (todo-reevaluate-default-file-defcustom)
9921         (todo-reevaluate-filelist-defcustoms)
9922         (todo-reevaluate-filter-files-defcustom)
9923         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
9924         (todo-reset-done-separator, todo-reset-done-separator-string)
9925         (todo-reset-done-string, todo-reset-global-current-todo-file)
9926         (todo-reset-highlight-item, todo-reset-nondiary-marker)
9927         (todo-reset-prefix, todo-set-categories)
9928         (todo-set-date-from-calendar, todo-set-show-current-file)
9929         (todo-set-top-priorities, todo-short-file-name)
9930         (todo-show-current-file, todo-sort, todo-time-string-matcher)
9931         (todo-total-item-counts, todo-update-buffer-list)
9932         (todo-update-categories-display, todo-update-categories-sexp)
9933         (todo-update-count, todo-validate-name, todo-y-or-n-p):
9934         New functions.
9935         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
9936         New major modes.
9937         (todo-categories, todo-display, todo-edit, todo-faces)
9938         (todo-filtered): New defgroups.
9939         (todo-archived-only, todo-button, todo-category-string, todo-date)
9940         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
9941         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
9942         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
9943         (todo-add-item-if-new-category, todo-always-add-time-string)
9944         (todo-categories-align, todo-categories-archived-label)
9945         (todo-categories-category-label, todo-categories-diary-label)
9946         (todo-categories-done-label, todo-categories-number-separator)
9947         (todo-categories-todo-label, todo-categories-totals-label)
9948         (todo-category-completions-files, todo-completion-ignore-case)
9949         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
9950         (todo-done-separator-string, todo-done-string)
9951         (todo-files-function, todo-filter-done-items, todo-filter-files)
9952         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
9953         (todo-initial-category, todo-initial-file, todo-item-mark)
9954         (todo-legacy-date-time-regexp, todo-mode-line-function)
9955         (todo-nondiary-marker, todo-number-prefix)
9956         (todo-print-buffer-function, todo-show-current-file)
9957         (todo-show-done-only, todo-show-first, todo-show-with-done)
9958         (todo-skip-archived-categories, todo-top-priorities-overrides)
9959         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
9960         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
9961         New defcustoms.
9962         (todo-category-done, todo-date-pattern, todo-date-string-start)
9963         (todo-diary-items-buffer, todo-done-string-start)
9964         (todo-filtered-items-buffer, todo-item-start)
9965         (todo-month-abbrev-array, todo-month-name-array)
9966         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
9967         (todo-top-priorities-buffer): New defconsts.
9968         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
9969         (todo-categories-with-marks, todo-category-string-face)
9970         (todo-comment-face, todo-comment-string, todo-current-todo-file)
9971         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
9972         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
9973         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
9974         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
9975         (todo-font-lock-keywords, todo-global-current-todo-file)
9976         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
9977         (todo-insertion-commands-args)
9978         (todo-insertion-commands-args-genlist)
9979         (todo-insertion-commands-names, todo-insertion-map)
9980         (todo-key-bindings-t, todo-key-bindings-t+a)
9981         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
9982         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
9983         (todo-nondiary-face, todo-print-buffer, todo-time-face)
9984         (todo-visited): New variables.
9986 2013-06-21  Glenn Morris  <rgm@gnu.org>
9988         * play/cookie1.el (cookie-apropos): Add optional display argument.
9989         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
9990         (psychoanalyze-pinhead): Use cookie-doctor.
9992 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
9994         * emacs-lisp/package.el (tar-get-file-descriptor)
9995         (tar--extract): Declare.
9997 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
9999         Extend flymake's warning predicate to be a function (bug#14217).
10000         * progmodes/flymake.el (flymake-warning-predicate): New.
10001         (flymake-parse-line): Use it.
10002         (flymake-warning-re): Make obsolete alias to
10003         `flymake-warning-predicate'.
10005 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10007         * emacs-lisp/package.el (package-alist): Include obsolete packages.
10008         (package-obsolete-list): Remove.
10009         (package-activate): Remove min-version argument.  Add `force' argument.
10010         Adjust to new package-alist format.
10011         (package-mark-obsolete): Remove.
10012         (package-unpack): Force reload of the package's autoloads.
10013         (package-installed-p): Check builtins if the installed package is not
10014         recent enough.
10015         (package-initialize): Don't reset package-obsolete-list.
10016         Don't specify which package version to activate.
10017         (package-process-define-package, describe-package-1)
10018         (package-menu--generate): Adjust to new package-alist format.
10020 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
10022         * allout-widgets.el (allout-widgets-mode-off)
10023         (allout-widgets-mode-on, allout-widgets-pre-command-business)
10024         (allout-widgets-post-command-business)
10025         (allout-widgets-after-copy-or-kill-function)
10026         (allout-widgets-after-undo-function, allout-test-range-overlaps)
10027         (allout-decorate-item-and-context)
10028         (allout-graphics-modification-handler): Fix typos in docstrings.
10029         (allout-get-or-create-parent-widget): Use `looking-at-p'.
10031         * cmuscheme.el (scheme-start-file): Doc fix.
10032         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
10033         (scheme-input-filter): Use `string-match-p'.
10035         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
10037         * dired-x.el: Use Dired consistently in docstrings.
10039         * dired.el: Use Dired consistently in docstrings.
10040         (dired-readin, dired-mode): Use `setq-local'.
10041         (dired-switches-alist): Make defvar-local.
10042         (dired-buffers-for-dir): Use `zerop'.
10043         (dired-safe-switches-p, dired-switches-escape-p)
10044         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
10045         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
10046         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
10047         (dired-goto-next-nontrivial-file): Use `string-match-p'.
10048         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
10049         (dired-toggle-marks, dired-mark-files-containing-regexp)
10050         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
10051         (dired-flag-auto-save-files, dired-flag-backup-files):
10052         Use `looking-at-p'.
10053         (dired-mark-files-regexp, dired-build-subdir-alist):
10054         Use `string-match-p', `looking-at-p'.
10056         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
10057         (direct-print-region-helper): Use `string-match-p'.
10059 2013-06-21  Leo Liu  <sdl.web@gmail.com>
10061         * comint.el (comint-redirect-results-list-from-process):
10062         Fix infinite loop.
10064 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10066         * net/eww.el (eww-update-header-line-format): Quote % characters.
10068 2013-06-21  Glenn Morris  <rgm@gnu.org>
10070         * play/cookie1.el (cookie): New custom group.
10071         (cookie-file): New option.
10072         (cookie-check-file): New function.
10073         (cookie): Make it interactive.  Make start and end messages optional.
10074         Interactively, display the result.  Default to cookie-file.
10075         (cookie-insert): Default to cookie-file.
10076         (cookie-snarf): Make start and end messages optional.
10077         Default to cookie-file.  Use with-temp-buffer.
10078         (cookie-read): Rename from read-cookie.
10079         Make start and end messages optional.  Default to cookie-file.
10080         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
10081         Do not autoload it.
10082         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
10083         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
10085 2013-06-21  Leo Liu  <sdl.web@gmail.com>
10087         * progmodes/octave.el (octave-mode): Backward compatibility fix.
10089 2013-06-21  Glenn Morris  <rgm@gnu.org>
10091         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
10093 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10094             Daniel Hackney  <dan@haxney.org>
10096         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
10097         Consolidate the single-file vs tarball code.
10098         (package-desc-suffix): New function.
10099         (package-desc-full-name): Don't bother inlining it.
10100         (package-load-descriptor): Return the new package-desc.
10101         (package-mark-obsolete): Remove unused arg `package'.
10102         (package-unpack): Make it work for single files as well.
10103         Make it update package-alist.
10104         (package--make-autoloads-and-stuff): Rename from
10105         package--make-autoloads-and-compile.  Don't compile any more.
10106         (package--compile): New function.
10107         (package-generate-description-file): New function, extracted from
10108         package-unpack-single.
10109         (package-unpack-single): Remove.
10110         (package--with-work-buffer): Add indentation and debugging info.
10111         (package-download-single): Remove.
10112         (package-install-from-archive): Rename from package-download-tar, make
10113         it take a pkg-desc, and make it work for single files as well.
10114         (package-download-transaction): Simplify.
10115         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
10116         external tar program.
10117         (package-install-from-buffer): Remove `pkg-desc' argument.
10118         Use package-tar-file-info for tar-mode buffers.
10119         (package-install-file): Simplify accordingly.
10120         (package-archive-base): Change to take a pkg-desc.
10121         * tar-mode.el (tar--check-descriptor): New function, extracted from
10122         tar-get-descriptor.
10123         (tar-get-descriptor): Use it.
10124         (tar-get-file-descriptor): New function.
10125         (tar--extract): New function, extracted from tar-extract.
10126         (tar--extract): Use it.
10127         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
10128         case the summary uses non-ascii.  Adjust to new calling convention of
10129         package-tar-file-info.
10131 2013-06-21  Leo Liu  <sdl.web@gmail.com>
10133         * comint.el (comint-redirect-results-list-from-process):
10134         Fix random delay.  (Bug#14681)
10136 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
10138         * profiler.el (profiler-format-number): Use log, not log10.
10140 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
10142         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
10144 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10146         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
10147         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
10148         yet available.
10149         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
10150         (AUTOGENEL): ... here.
10151         * emacs-lisp/cl-macs.el (cl--sublis): New function.
10152         (cl--defsubst-expand): Use it.
10154 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
10156         * subr.el (log10): Move here from C code, and declare as obsolete.
10157         All uses of (log10 X) replaced with (log X 10).
10159 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
10161         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
10162         Declare with `defvar-local'.
10163         (tabulated-list-use-header-line, tabulated-list-entries)
10164         (tabulated-list-padding, tabulated-list-printer)
10165         (tabulated-list-sort-key): Declare with `defvar-local'.
10166         (tabulated-list-init-header, tabulated-list-print-fake-header):
10167         Use `setq-local'.
10169 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
10171         * arc-mode.el (archive-mode): Add `archive-write-file' to
10172         `write-contents-functions' also for remote files.  (Bug#14652)
10174 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
10176         * cus-edit.el (custom-commands): Fix typos.
10177         (custom-display): Fix tooltip text.
10178         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
10179         Fix typos in docstrings.
10180         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
10181         (custom-unlispify-menu-entry, custom-magic-value-create)
10182         (custom-add-see-also, custom-group-value-create): Use ?\s.
10183         (custom-guess-type, customize-apropos, editable-field)
10184         (custom-face-value-create): Use `string-match-p'.
10185         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
10187         * custom.el (custom-load-symbol): Use `string-match-p'.
10189         * ansi-color.el: Convert to lexical binding.
10190         (ansi-colors): Fix URL.
10191         (ansi-color-context, ansi-color-context-region): Use defvar-local.
10192         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
10193         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
10195 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10197         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
10199         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
10201 2013-06-19  Tom Tromey  <tromey@redhat.com>
10203         * net/eww.el (eww-top-url): Remove.
10204         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
10205         (eww-render): Set new variables.  Don't set eww-top-url.
10206         (eww-handle-link): Handle "prev", "home", and "contents".
10207         Downcase the rel text.
10208         (eww-top-url): Choose best top URL.
10210 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10212         * net/eww.el: Rewrite to implement form elements "by hand" instead of
10213         relying in widget.el.  Using widget.el leads to too many
10214         user interface inconsistencies.
10215         (eww-self-insert): Implement entering commands in text fields.
10216         (eww-process-text-input): New function to make text input field editing
10217         work.
10218         (eww-submit): Rewrite to use the new-style form methods.
10219         (eww-select-display): Display the correct selected item.
10220         (eww-change-select): Implement changing the select value.
10221         (eww-toggle-checkbox): Implement radio/checkboxes.
10222         (eww-update-field): Fix compilation error.
10223         (eww-tag-textarea): Implement <textarea>.
10225         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
10226         we don't shadow mode-specific bindings.
10228         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
10229         nothing to push.
10231         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
10233 2013-06-19  Glenn Morris  <rgm@gnu.org>
10235         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
10237 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
10239         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
10240         not needed.
10242         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
10244 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10246         * net/browse-url.el (browse-url-browser-function):
10247         `eww-browse-url' has the right calling signature, `eww' does not.
10249 2013-06-19  Glenn Morris  <rgm@gnu.org>
10251         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10252         Only eval autoloaded macros.
10253         (byte-compile-autoload): Only give the macro warning for macros.
10255         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
10256         (ps-underlined-faces): Declare.
10258         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
10259         (speedbar-add-supported-extension): Declare.
10261         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
10262         Don't include a date stamp in the header of the generated file;
10263         it leads to needless differences between output files.
10265 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
10267         * net/secrets.el (secrets-struct-secret-content-type):
10268         Replace check of introspection data by a test call of "CreateItem".
10269         Some servers do not offer introspection.
10271 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10273         * electric.el (electric-pair-mode): Improve interaction with
10274         electric-layout-mode.
10275         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
10276         (electric-pair-syntax): Use text-mode-syntax-table in comments
10277         and strings.
10278         (electric-pair--insert): New function.
10279         (electric-pair-post-self-insert-function): Use it and
10280         electric--after-char-pos.
10282 2013-06-19  Leo Liu  <sdl.web@gmail.com>
10284         * progmodes/octave.el (octave-help): Fix regexp.
10286 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10288         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
10289         (shr-table-horizontal-line): Allow nil as a value, and change the
10290         default.
10291         (shr-insert-table-ruler): Respect the nil value.
10293 2013-06-18  Tom Tromey  <tromey@barimba>
10295         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
10296         New defvars.
10297         (eww-open-file): New defun.
10298         (eww-render): Initialize new variables.
10299         (eww-display-html): Handle "link" and "a".
10300         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
10301         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
10302         (eww-back-url): Rename from eww-previous-url.
10303         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
10304         New defuns.
10306 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
10308         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
10309         Distinguish ternary operator tokens from slash symbol and slash
10310         char literal.
10312 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
10314         Convert symbol prettification into minor mode and global minor mode.
10316         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
10317         `prog-prettify-symbols', and make a local defvar instead of defcustom.
10318         (prettify-symbols--keywords): Rename from
10319         `prog-prettify-symbols-alist' and make a local defvar.
10320         (prettify-symbols--compose-symbol): Rename from
10321         `prog--prettify-font-lock-compose-symbol'.
10322         (prettify-symbols--make-keywords): Rename from
10323         `prog-prettify-font-lock-symbols-keywords' and simplify.
10324         (prog-prettify-install): Remove.
10325         (prettify-symbols-mode): New minor mode, based on
10326         `prog-prettify-install'.
10327         (turn-on-prettify-symbols-mode): New function.
10328         (global-prettify-symbols-mode): New globalized minor mode.
10330         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10331         * progmodes/cfengine.el (cfengine3-mode):
10332         * progmodes/perl-mode.el (perl-mode): Don't call
10333         `prog-prettify-install'; set `prettify-symbols-alist' instead.
10335 2013-06-18  Juri Linkov  <juri@jurta.org>
10337         * files-x.el (modify-file-local-variable-message): New function.
10338         (modify-file-local-variable)
10339         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
10340         and call `modify-file-local-variable-message' when it's non-nil.
10341         (add-file-local-variable, delete-file-local-variable)
10342         (add-file-local-variable-prop-line)
10343         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
10344         and use it.  (Bug#9820)
10346 2013-06-18  Juri Linkov  <juri@jurta.org>
10348         * emulation/vi.el (vi-shell-op):
10349         * emulation/vip.el (vip-execute-com, ex-command):
10350         * emulation/viper-cmd.el (viper-exec-bang):
10351         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
10352         the call of `shell-command-on-region'.  (Bug#14637)
10354         * simple.el (shell-command-on-region): Doc fix.
10356 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10358         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
10359         (bug#14633).
10361 2013-06-18  Glenn Morris  <rgm@gnu.org>
10363         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
10365         * newcomment.el (comment-search-forward, comment-search-backward):
10366         Doc fix.  (Bug#14376)
10368 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
10370         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
10371         (buffer-face-mode-invoke): Doc fix.
10373 2013-06-18  Matthias Meulien  <orontee@gmail.com>
10375         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
10376         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
10378 2013-06-18  Glenn Morris  <rgm@gnu.org>
10380         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
10381         Replace obsolete function generic-make-keywords with its expansion.
10383         * progmodes/python.el (ffap-alist): Declare.
10385         * textmodes/reftex.el (bibtex-mode-map): Declare.
10387 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10389         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
10390         (package-unpack, package-unpack-single): Return the pkg-dir.
10391         (package-download-transaction): Use it to update package-alist.
10393 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10395         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
10396         possible choice.
10398 2013-06-17  Juri Linkov  <juri@jurta.org>
10400         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
10402 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
10404         * emacs-lisp/package.el (package-load-descriptor):
10405         Remove `with-syntax-table' call, `read' doesn't need it.
10406         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
10408 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
10410         * startup.el (command-line): Expand package name returned by
10411         `package--description-file' (bug#14639).
10413 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
10415         * emacs-lisp/package.el (package-load-descriptor): Do not call
10416         `emacs-lisp-mode', just use its syntax table.
10418 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
10420         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
10421         `font-lock-extra-managed-props' if any prettifying keyword is added.
10422         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
10423         (prog-mode): Use `setq-local'.
10425 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10427         * international/characters.el (standard-case-table): Set syntax of ?»
10428         and ?« to punctuation.
10430 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
10432         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
10433         Save relevant match data before calling `syntax-ppss' (bug#14595).
10435 2013-06-15  Juri Linkov  <juri@jurta.org>
10437         * files-x.el (modify-file-local-variable-prop-line): Add local
10438         variables to the end of the existing comment on the first line.
10439         Use `file-auto-mode-skip' to skip interpreter magic line,
10440         and also skip XML declaration.
10442 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10444         * startup.el (package--builtin-versions): New var.
10445         (package-subdirectory-regexp): Remove.
10446         (package--description-file): Hard code its value instead.
10448         * emacs-lisp/package.el: Don't activate packages older than builtin.
10449         (package-obsolete-list): Rename from package-obsolete-alist, and make
10450         it into a simple list of package-desc.
10451         (package-strip-version): Remove.
10452         (package-built-in-p): Use package--builtin-versions.
10453         (package-mark-obsolete): Simplify.
10454         (package-process-define-package): Mark it obsolete if older than the
10455         builtin version.
10456         (package-handle-response): Use line-end-position.
10457         (package-read-archive-contents, package--download-one-archive):
10458         Simplify.
10459         (package--add-to-archive-contents): Skip if older than the builtin or
10460         installed version.
10461         (package-menu-describe-package): Fix last change.
10462         (package-list-unversioned): New var.
10463         (package-menu--generate): Use it.
10465         * emacs-lisp/autoload.el: Manage package--builtin-versions.
10466         (autoload--insert-text, autoload--insert-cookie-text): New functions.
10467         (autoload-builtin-package-versions): New variable.
10468         (autoload-generate-file-autoloads): Use them.
10469         Remove the list of autoloaded functions/macros from the
10470         (autoload...) comments.
10472         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
10474 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
10476         * simple.el (line-move-partial): Don't jump to the next screen
10477         line as soon as it becomes visible.  Instead, continue enlarging
10478         the vscroll until the portion of a tall screen line that's left on
10479         display is about the height of the frame's default font.
10480         (Bug#14567)
10482 2013-06-15  Glenn Morris  <rgm@gnu.org>
10484         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
10485         compilation-error-regexp-alist void, or local while let-bound.
10487         * progmodes/make-mode.el (makefile-mode-syntax-table):
10488         Treat "=" as punctuation.  (Bug#14614)
10490 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
10492         * help-fns.el (describe-variable):
10493         Add extra line for permanent-local variables.
10495 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
10497         * progmodes/scheme.el (scheme-font-lock-keywords-2):
10498         Add export, import, library.  (Bug#9164)
10499         (library): Set indent function.
10501 2013-06-14  Glenn Morris  <rgm@gnu.org>
10503         * term/xterm.el (xterm--query):
10504         Stop after first matching handler.  (Bug#14615)
10506 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
10508         Add support for dired in saveplace.
10509         * dired.el (dired-initial-position-hook): New variable.
10510         (dired-initial-position): Call hook to place cursor position.
10511         * saveplace.el (save-place-to-alist): Add dired position.
10512         (save-place-dired-hook): New function.
10514 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10516         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
10517         through a symbol rather than letrec.
10519         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
10520         (package-desc): Add `dir' field.
10521         (package-desc-full-name): New function.
10522         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
10523         (package-maybe-load-descriptor): Remove.
10524         (package-load-all-descriptors): Just call package-load-descriptor.
10525         (package--disabled-p): New function.
10526         (package-desc-vers, package-desc-doc): Remove aliases.
10527         (package--dir): Remove function.
10528         (package-activate): Check if a package is disabled.
10529         (package-process-define-package): New function, extracted from
10530         define-package.
10531         (define-package): Turn into a place holder.
10532         (package-unpack-single, package-tar-file-info):
10533         Use package--description-file.
10534         (package-compute-transaction): Use package--disabled-p.
10535         (package-download-transaction): Don't call
10536         package-maybe-load-descriptor since they're all loaded anyway.
10537         (package-install): Change argument to be a pkg-desc.
10538         (package-delete): Use a single pkg-desc argument.
10539         (describe-package-1): Use package-desc-dir instead of package--dir.
10540         Use package-desc property instead of package-symbol.
10541         (package-install-button-action): Adjust accordingly.
10542         (package--push): Rewrite.
10543         (package-menu--print-info): Adjust accordingly.  Change the ID format
10544         to be a pkg-desc.
10545         (package-menu-describe-package, package-menu-get-status)
10546         (package-menu--find-upgrades, package-menu-mark-upgrades)
10547         (package-menu-execute, package-menu--name-predicate):
10548         Adjust accordingly.
10549         * startup.el (package--description-file): New function.
10550         (command-line): Use it.
10551         * emacs-lisp/package-x.el (package-upload-buffer-internal):
10552         Use package-desc-version.
10554         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
10555         (byte-compile-preprocess): Use it.
10556         (byte-compile-file-form-defalias): Try a bit harder to use macros we
10557         can't quite recognize.
10558         (byte-compile-add-to-list): Remove.
10559         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
10560         (cconv-closure-convert): Add assertion.
10562         * emacs-lisp/map-ynp.el: Use lexical-binding.
10563         (map-y-or-n-p): Remove unused vars `tail' and `object'.
10564         Factor out some repeated code.
10566 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10568         * subr.el (with-eval-after-load): New macro.
10569         (eval-after-load): Allow form to be a function.
10570         take advantage of lexical-binding.
10571         (do-after-load-evaluation): Use dolist and adjust to new format.
10572         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
10574 2013-06-13  Juri Linkov  <juri@jurta.org>
10576         * replace.el (perform-replace): Display "symbol " and other search
10577         modes from `isearch-message-prefix' in the *Help* buffer.
10579         * isearch.el (isearch-query-replace): Add " symbol" and other
10580         possible search modes from `isearch-message-prefix' to the prompt.
10581         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
10582         when reading a regexp to collect.
10584 2013-06-13  Juri Linkov  <juri@jurta.org>
10586         * isearch.el (word-search-regexp): Match whitespace if the search
10587         string begins or ends in whitespace.  The LAX arg is applied to
10588         both ends of the search string.  Use `regexp-quote' and explicit
10589         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
10590         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
10591         boundaries are replaced with symbol boundaries, and characters
10592         between symbols match non-word non-symbol syntax.  (Bug#14602)
10594 2013-06-13  Juri Linkov  <juri@jurta.org>
10596         * isearch.el (isearch-del-char): Don't exceed the length of
10597         `isearch-string' by the prefix arg.  (Bug#14563)
10599 2013-06-13  Juri Linkov  <juri@jurta.org>
10601         * isearch.el (isearch-yank-word, isearch-yank-line)
10602         (isearch-char-by-name, isearch-quote-char)
10603         (isearch-printing-char, isearch-process-search-char):
10604         Add optional count prefix arg.  (Bug#14563)
10606         * international/isearch-x.el
10607         (isearch-process-search-multibyte-characters):
10608         Add optional count prefix arg.
10610 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10612         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
10613         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
10614         lexical-binding.
10616 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
10618         * subr.el (set-temporary-overlay-map): Add on-exit argument.
10620 2013-06-13  Glenn Morris  <rgm@gnu.org>
10622         * startup.el (tty-handle-args):
10623         Don't just discard "--" and anything after.  (Bug#14608)
10625         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
10627 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
10629         Implement changes in Secret Service API.  Make it backward compatible.
10630         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
10631         (secrets-create-item): Use it.  Prefix properties with interface.
10633 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
10635         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
10636         (term-emulate-terminal): Respect term-suppress-hard-newline.
10638 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
10640         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10641         Only remove a `thumb-file' overlay.  (Bug#14548)
10643 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
10645         * mail/reporter.el (reporter-submit-bug-report):
10646         Handle missing package-name.  (Bug#14600)
10648 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10650         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
10651         (reftex-citation-prompt, reftex-default-bibliography)
10652         (reftex-bib-or-thebib, reftex-get-bibfile-list)
10653         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
10654         (reftex-bib-sort-author, reftex-bib-sort-year)
10655         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
10656         (reftex-extract-bib-entries-from-thebibliography)
10657         (reftex-get-bibkey-default, reftex-get-bib-names)
10658         (reftex-parse-bibtex-entry, reftex-get-bib-field)
10659         (reftex-format-bib-entry, reftex-parse-bibitem)
10660         (reftex-format-bibitem, reftex-do-citation)
10661         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
10662         (reftex-restrict-bib-matches, reftex-extract-bib-file)
10663         (reftex-insert-bib-matches, reftex-format-citation)
10664         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
10665         (reftex-create-bibtex-file): Add docstrings, mostly by converting
10666         existing comments into docstrings.
10668 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
10670         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
10672 2013-06-12  Andreas Schwab  <schwab@suse.de>
10674         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
10675         for auto-save files.
10677 2013-06-12  Glenn Morris  <rgm@gnu.org>
10679         * ido.el (ido-delete-ignored-files): Remove.
10680         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
10681         Go back to calling ido-ignore-item-p directly.
10683 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
10685         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
10687         * ido.el (ido-delete-ignored-files): New function,
10688         split from ido-make-file-list-1.
10689         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
10690         (ido-make-file-list-1): Use ido-delete-ignored-files.
10692 2013-06-12  Leo Liu  <sdl.web@gmail.com>
10694         * progmodes/octave.el (inferior-octave-startup)
10695         (inferior-octave-completion-table)
10696         (inferior-octave-track-window-width-change)
10697         (octave-eldoc-function-signatures, octave-help)
10698         (octave-find-definition): Use single quoted strings.
10699         (inferior-octave-startup-args): Change default value.
10700         (inferior-octave-startup): Do not hard code "-i" and
10701         "--no-line-editing".
10702         (inferior-octave-resync-dirs): Add optional arg NOERROR.
10703         (inferior-octave-directory-tracker): Use it.
10704         (octave-goto-function-definition): Robustify.
10705         (octave-help): Support highlighting operators in 'See also'.
10706         (octave-find-definition): Find subfunctions only in Octave mode.
10708 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10710         * help-fns.el (help-fns--compiler-macro): If the handler function is
10711         named, then put a link to it.
10712         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
10713         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
10714         (cl-typep): Use it.
10715         (cl-eval-when): Simplify debug spec.
10716         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
10717         compiler-macro function instead of setting `compiler-macro-file'.
10719 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
10721         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
10722         * vc/vc-hooks.el (vc-stay-local): Doc fix.
10724 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10725             Daniel Hackney  <dan@haxney.org>
10727         First part of Daniel Hackney's patch to package.el.
10728         * emacs-lisp/package.el: Use defstruct.
10729         (package-desc): New, main struct.
10730         (package--bi-desc, package--ac-desc): New structs, used to describe the
10731         format in external files.
10732         (package-desc-vers): Replace with package-desc-version accessor.
10733         (package-desc-doc): Replace with package-desc-summary accessor.
10734         (package-activate-1): Remove `package' arg since the pkg-vec now
10735         includes the name.
10736         (define-package): Use package-desc-from-define.
10737         (package-unpack-single): Change file-name arg to be a symbol.
10738         (package--add-to-archive-contents): Use package-desc-create and new
10739         accessor functions to package--ac-desc.
10740         (package-buffer-info, package-tar-file-info): Return a package-desc.
10741         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
10742         arg to be a package-desc.
10743         (package-install-file): Adjust accordingly.  Use \' to match EOS.
10744         (package--from-builtin): New function.
10745         (describe-package-1, package-menu--generate): Use it.
10746         (package--make-autoloads-and-compile): Change name arg to be a symbol.
10747         (package-generate-autoloads): Idem and return the name of the file.
10748         * emacs-lisp/package-x.el (package-upload-buffer-internal):
10749         Change pkg-info arg to be a package-desc.
10750         Use package-make-ac-desc.
10751         (package-upload-file): Use \' to match EOS.
10752         * finder.el (finder-compile-keywords): Use package-make-builtin.
10754 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10756         * vc/vc.el (vc-deduce-fileset): Change error message.
10757         (vc-read-backend): New function.
10758         (vc-next-action): Use it.
10760         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
10762         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
10763         (prolog-font-lock-keywords): Use regexp-opt instead.
10764         Don't manually highlight strings.
10765         (prolog-mode-variables): Simplify comment-start-skip.
10766         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
10768         * emacs-lisp/generic.el (generic--normalise-comments)
10769         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
10770         (generic-mode-set-comments): Use them.
10771         (generic-bracket-support): Use setq-local.
10772         (generic-make-keywords-list): Declare obsolete.
10774 2013-06-11  Glenn Morris  <rgm@gnu.org>
10776         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10777         Prettify after setting font-lock-defaults.  (Bug#14574)
10779 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
10781         * replace.el (query-replace, occur-read-regexp-defaults-function)
10782         (replace-search):
10783         * subr.el (declare-function, number-sequence, local-set-key)
10784         (substitute-key-definition, locate-user-emacs-file)
10785         (with-silent-modifications, split-string, eval-after-load):
10786         Fix typos, remove unneeded backslashes and reflow some docstrings.
10788 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10790         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
10791         default for Elisp files.
10793 2013-06-11  Glenn Morris  <rgm@gnu.org>
10795         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
10796         although define-derived-mode was doing this anyway.  (Bug#14583)
10798 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
10800         * allout.el (allout-encryption-plaintext-sanitization-regexps):
10801         Fix make-variable-buffer-local call to refer to the correct variable.
10803 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
10805         * eshell/em-term.el (eshell-visual-commands)
10806         (eshell-visual-subcommands, eshell-visual-options):
10807         Add summary line to docstrings.  Add cross-references.
10809 2013-06-10  Glenn Morris  <rgm@gnu.org>
10811         * epa.el (epa-read-file-name): New function.  (Bug#14510)
10812         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
10814 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
10816         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
10817         output redirection to be ignored with visual commands.
10819 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
10821         * eshell/em-term.el (eshell-visual-command-p): New function.
10822         (eshell-term-initialize): Move long lambda to separate function
10823         eshell-visual-command-p.
10824         * eshell/em-dirs.el (eshell-dirs-initialize):
10825         * eshell/em-script.el (eshell-script-initialize):
10826         Add missing #' to lambda.
10828 2013-06-08  Leo Liu  <sdl.web@gmail.com>
10830         * progmodes/octave.el (octave-add-log-current-defun): New function.
10831         (octave-mode): Set add-log-current-defun-function.
10832         (octave-goto-function-definition): Do not move point if not found.
10833         (octave-find-definition): Enhance to try subfunctions first.
10835 2013-06-08  Glenn Morris  <rgm@gnu.org>
10837         * emacs-lisp/bytecomp.el (byte-compile-char-before)
10838         (byte-compile-backward-char, byte-compile-backward-word):
10839         Improve previous change, to handle non-explicit nil.
10841 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10843         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
10844         (smie--opener/closer-at-point): New function.
10845         (smie--matching-block-data): Use it.  Don't match from right after an
10846         opener or right before a closer.  Obey smie-blink-matching-inners.
10847         Don't signal a mismatch for repeated inners like "switch..case..case".
10849 2013-06-07  Leo Liu  <sdl.web@gmail.com>
10851         * progmodes/octave.el (octave-mode): Set comment-use-global-state
10852         to t.  (Bug#14303)
10853         (octave-function-header-regexp): Fix.  (Bug#14570)
10854         (octave-help-mode-finish-hook, octave-help-mode-finish):
10855         Remove.  Just use temp-buffer-show-hook.
10857         * newcomment.el (comment-search-backward): Revert last change.
10858         (Bug#14434)
10860         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
10862 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
10864         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
10865         through xargs, to avoid failure due to MS-Windows limitations on
10866         command-line length.
10868 2013-06-06  Glenn Morris  <rgm@gnu.org>
10870         * font-lock.el (lisp-font-lock-keywords-2):
10871         Treat user-error like error.
10873         * emacs-lisp/bytecomp.el (byte-compile-char-before)
10874         (byte-compile-backward-char, byte-compile-backward-word):
10875         Handle explicit nil arguments.  (Bug#14565)
10877 2013-06-05  Alan Mackenzie  <acm@muc.de>
10879         * isearch.el (isearch-allow-prefix): New user option.
10880         (isearch-other-meta-char): Don't exit isearch when a prefix
10881         argument is typed whilst `isearch-allow-prefix' is non-nil.
10882         (Bug#9706)
10884 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10886         * autorevert.el (auto-revert-notify-handler): Use memq.
10887         Hide assertion failure.
10889         * skeleton.el: Use cl-lib.
10890         (skeleton-further-elements): Use defvar-local.
10891         (skeleton-insert): Use cl-progv.
10893 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
10895         * progmodes/prog-mode.el (prog-prettify-symbols)
10896         (prog-prettify-install): Update docstrings.
10898 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10900         * simple.el: Move all the prog-mode code to prog-mode.el.
10901         * progmodes/prog-mode.el: New file.
10902         * loadup.el: Add prog-mode.el.
10904 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
10906         * simple.el (prog-prettify-symbols): Add version.
10907         (prog-prettify-install): Add convenience function to prettify symbols.
10909         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
10910         (perl--augmented-font-lock-keywords-1)
10911         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
10912         variables and use it.
10914         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
10915         (cfengine3-mode): Remove unneeded variable and use it.
10917         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
10918         (lisp--augmented-font-lock-keywords-1)
10919         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
10920         Remove unneeded variables and use it.
10922 2013-06-05  João Távora  <joaotavora@gmail.com>
10924         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
10925         to point when opening the connection.  (Bug#14380)
10927 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10929         * subr.el (load-history-regexp, load-history-filename-element)
10930         (eval-after-load, after-load-functions, do-after-load-evaluation)
10931         (eval-next-after-load, display-delayed-warnings)
10932         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
10933         definition of save-match-data.
10934         (overriding-local-map): Remove accidental obsolescence declaration.
10936         * emacs-lisp/edebug.el (edebug-result): Move before first use.
10938 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
10940         Generalize symbol prettify support to prog-mode and implement it
10941         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
10942         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
10943         (prog--prettify-font-lock-compose-symbol)
10944         (prog-prettify-font-lock-symbols-keywords): New variables and
10945         functions to support symbol prettification.
10946         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
10947         (lisp--augmented-font-lock-keywords-1)
10948         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
10949         (lisp--prettify-symbols-alist): Implement prettify of lambda.
10950         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
10951         (cfengine3--prettify-symbols-alist, cfengine3-mode):
10952         Implement prettify of -> => :: strings.
10953         * progmodes/perl-mode.el (perl-prettify-symbols)
10954         (perl--font-lock-compose-symbol)
10955         (perl--font-lock-symbols-keywords): Move to prog-mode.
10956         (perl--prettify-symbols-alist): Prettify -> => :: strings.
10957         (perl-font-lock-keywords-1)
10958         (perl-font-lock-keywords-2): Remove explicit prettify support.
10959         (perl--augmented-font-lock-keywords)
10960         (perl--augmented-font-lock-keywords-1)
10961         (perl--augmented-font-lock-keywords-2, perl-mode):
10962         Implement prettify support.
10964 2013-06-05  Leo Liu  <sdl.web@gmail.com>
10966         Re-implement SMIE matching block highlight using
10967         show-paren-data-function.  (Bug#14395)
10968         * emacs-lisp/smie.el (smie-matching-block-highlight)
10969         (smie--highlight-matching-block-overlay)
10970         (smie--highlight-matching-block-lastpos)
10971         (smie-highlight-matching-block)
10972         (smie-highlight-matching-block-mode): Remove.
10973         (smie--matching-block-data-cache): New variable.
10974         (smie--matching-block-data): New function.
10975         (smie-setup): Use smie--matching-block-data for
10976         show-paren-data-function.
10978         * progmodes/octave.el (octave-mode-menu): Fix.
10979         (octave-find-definition): Skip garbage lines.
10981 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10983         Fix compilation error with simultaneous dynamic+lexical scoping.
10984         Add warning when a defvar appears after the first let-binding.
10985         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
10986         (byte-compile-close-variables): Initialize it.
10987         (byte-compile--declare-var): New function.
10988         (byte-compile-file-form-defvar)
10989         (byte-compile-file-form-define-abbrev-table)
10990         (byte-compile-file-form-custom-declare-variable): Use it.
10991         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
10992         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
10993         (byte-compile-bind): Handle dynamic bindings that shadow
10994         lexical bindings.
10995         (byte-compile-unbind): Make arg non-optional.
10996         (byte-compile-let): Simplify.
10997         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
10998         (cconv--analyse-function, cconv-analyse-form): Populate it.
10999         Protect byte-compile-bound-variables to limit the scope of defvars.
11000         (cconv-analyse-form): Add missing rule for (defvar <foo>).
11001         Remove unneeded rule for `declare'.
11003         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
11004         so as to avoid depending on cl-adjoin at run-time.
11005         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
11007         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
11008         (macroexp--warn-and-return): Use it.
11010 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11012         * subr.el: Convert to lexical binding.
11013         (overriding-local-map): Make obsolete.
11014         (add-to-list): Doc fix.  Add compiler macro.
11015         (read-key): Swap values of local maps.
11017 2013-06-05  Leo Liu  <sdl.web@gmail.com>
11019         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
11021 2013-06-04  Leo Liu  <sdl.web@gmail.com>
11023         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
11024         (compilation-auto-jump): Suppress the "Mark set" message to give
11025         way to exit message.
11027 2013-06-04  Alan Mackenzie  <acm@muc.de>
11029         Remove faulty optimisation from indentation calculation.
11030         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
11031         search limit based on 2000 characters back from indent-point.
11033 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
11035         * eshell/em-term.el (cl-lib): Require `cl-lib'.
11037 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11039         * emacs-lisp/lisp.el: Use lexical-binding.
11040         (lisp--local-variables-1, lisp--local-variables): New functions.
11041         (lisp--local-variables-completion-table): New var.
11042         (lisp-completion-at-point): Use it complete let-bound vars.
11044         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
11045         eagerly (bug#14422).
11047 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
11049         * autorevert.el (auto-revert-notify-enabled)
11050         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
11051         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
11052         (auto-revert-notify-handler): Handle also gfilenotify.
11054         * subr.el (file-notify-handle-event): New defun.  Replacing ...
11055         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
11056         Remove.
11058 2013-06-03  Juri Linkov  <juri@jurta.org>
11060         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
11061         `M-s h .'.  (Bug#14427)
11063         * hi-lock.el (highlight-symbol-at-point): New alias for the new
11064         command `hi-lock-face-symbol-at-point'.
11065         (hi-lock-face-symbol-at-point): New command.
11066         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
11067         (hi-lock-menu): Add `highlight-symbol-at-point'.
11068         (hi-lock-mode): Doc fix.
11070         * isearch.el (isearch-forward-symbol-at-point): New command.
11071         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
11072         (isearch-highlight-regexp): Add a regexp which matches
11073         words/symbols for word/symbol mode.
11075         * subr.el (find-tag-default-bounds): New function with the body
11076         mostly moved from `find-tag-default'.
11077         (find-tag-default): Move most code to `find-tag-default-bounds',
11078         call it and apply `buffer-substring-no-properties' afterwards.
11080 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
11082         * eshell/em-term.el (eshell-term-initialize):
11083         Use `cl-intersection' rather than `intersection'.
11085 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
11087         * vc/log-view.el: Doc fix.
11088         (log-view-mode-map): Copy keymap from `special-mode-map'.
11090 2013-06-02  Eric Ludlam  <zappo@gnu.org>
11092         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
11093         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
11094         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
11095         (eieio-unbound, eieio-default-superclass)
11096         (eieio--define-field-accessors, method-static, method-before)
11097         (method-primary, method-after, method-num-lists)
11098         (method-generic-before, method-generic-primary)
11099         (method-generic-after, method-num-slots)
11100         (eieio-specialized-key-to-generic-key)
11101         (eieio--check-type, class-v, class-p)
11102         (eieio-class-name, define-obsolete-function-alias)
11103         (eieio-class-parents-fast, eieio-class-children-fast)
11104         (same-class-fast-p, class-constructor, generic-p)
11105         (generic-primary-only-p, generic-primary-only-one-p)
11106         (class-option-assoc, class-option, eieio-object-p)
11107         (class-abstract-p, class-method-invocation-order)
11108         (eieio-defclass-autoload-map, eieio-defclass-autoload)
11109         (eieio-class-un-autoload, eieio-defclass)
11110         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
11111         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
11112         (eieio--defgeneric-init-form, eieio-defgeneric-form)
11113         (eieio-defgeneric-reset-generic-form)
11114         (eieio-defgeneric-form-primary-only)
11115         (eieio-defgeneric-reset-generic-form-primary-only)
11116         (eieio-defgeneric-form-primary-only-one)
11117         (eieio-defgeneric-reset-generic-form-primary-only-one)
11118         (eieio-unbind-method-implementations)
11119         (eieio--defmethod, eieio--typep)
11120         (eieio-perform-slot-validation, eieio-validate-slot-value)
11121         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
11122         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
11123         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
11124         (eieio-slot-name-index, eieio-class-slot-name-index)
11125         (eieio-set-defaults, eieio-initarg-to-attribute)
11126         (eieio-attribute-to-initarg, eieio-c3-candidate)
11127         (eieio-c3-merge-lists, eieio-class-precedence-c3)
11128         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
11129         (eieio-class-precedence-list, eieio-generic-call-methodname)
11130         (eieio-generic-call-arglst, eieio-generic-call-key)
11131         (eieio-generic-call-next-method-list)
11132         (eieio-pre-method-execution-functions, eieio-generic-call)
11133         (eieio-generic-call-primary-only, eieiomt-method-list)
11134         (eieiomt-optimizing-obarray, eieiomt-install)
11135         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
11136         (eieio-generic-form, eieio-defmethod, make-obsolete)
11137         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
11138         (defclass): Remove `eval-and-compile' from macro.
11139         (call-next-method, shared-initialize): Instead of using
11140         `scoped-class' variable, use new eieio--scoped-class, and
11141         eieio--with-scoped-class.
11142         (initialize-instance): Rename local variable 'scoped-class' to
11143         'this-class' to remove ambiguitity from old global.
11145         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
11146         eieio.el.
11147         (eieio--scoped-class-stack): New variable.
11148         (eieio--scoped-class): New fcn.
11149         (eieio--with-scoped-class): New scoping macro.
11150         (eieio-defclass): Use pushnew instead of add-to-list.
11151         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
11152         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
11153         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
11154         `scoped-class' variable, use new eieio--scoped-class, and
11155         eieio--with-scoped-class.
11157         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
11159 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
11161         * eshell/esh-ext.el (eshell-external-command): Pass args to
11162         `eshell-find-interpreter'.
11163         (eshell-find-interpreter): Add new second parameter ARGS.
11165         * eshell/em-script.el (eshell-script-initialize): Add second arg
11166         to the function added as MATCH to `eshell-interpreter-alist'.
11168         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
11169         the function added as MATCH to `eshell-interpreter-alist'.
11171         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
11172         (eshell-visual-options): New defcustom.
11173         (eshell-escape-control-x): Adapt docstring.
11174         (eshell-term-initialize): Test `eshell-visual-subcommands' and
11175         `eshell-visual-options' in addition to `eshell-visual-commands'.
11176         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
11178 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11180         * progmodes/python.el (python-indent-block-enders): Add break,
11181         continue and raise keywords.
11183 2013-06-01  Glenn Morris  <rgm@gnu.org>
11185         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
11187         Plain (f)boundp silences compilation warnings since Emacs 22.1.
11188         * progmodes/cc-cmds.el (delete-forward-p):
11189         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
11190         * progmodes/cc-engine.el (buffer-syntactic-context):
11191         * progmodes/cc-fonts.el (face-property-instance):
11192         * progmodes/cc-mode.el (set-keymap-parents):
11193         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
11194         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
11195         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
11196         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
11197         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
11199         * progmodes/cc-vars.el (other): Emacs has this widget since
11200         at least 21.1, so don't (re)define it.
11202         * eshell/em-cmpl.el (eshell-cmpl-initialize):
11203         Replace the obsolete alias pcomplete-arg-quote-list.
11205 2013-06-01  Leo Liu  <sdl.web@gmail.com>
11207         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
11208         punctuation syntax.
11209         (inferior-octave-minimal-columns)
11210         (inferior-octave-last-column-width): New variables.
11211         (inferior-octave-track-window-width-change): New function.
11212         (inferior-octave-mode): Adjust column width so that Octave output,
11213         for example from 'ls', can fit into the window nicely.
11215 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
11217         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
11218         Highlight expansions inside regexp literals.
11220 2013-05-31  Glenn Morris  <rgm@gnu.org>
11222         * obsolete/sym-comp.el (symbol-complete):
11223         Replace obsolete completion-annotate-function.
11225         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
11227 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
11229         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
11230         New function, checks if point is inside a literal that allows
11231         expression expansion.
11232         (ruby-syntax-propertize-expansion): Use it.
11233         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
11234         around the body.
11236 2013-05-30  Juri Linkov  <juri@jurta.org>
11238         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
11239         to "\M-si".
11240         (isearch-invisible): New variable.
11241         (isearch-forward): Doc fix.
11242         (isearch-mode): Set `isearch-invisible'
11243         to the value of `search-invisible'.
11244         (isearch-toggle-case-fold): Doc fix.
11245         (isearch-toggle-invisible): New command.
11246         (isearch-query-replace): Let-bind `search-invisible'
11247         to the value of `isearch-invisible'.
11248         (isearch-search): Use `isearch-invisible' instead of
11249         `search-invisible'.  Let-bind `search-invisible'
11250         to the value of `isearch-invisible'.  (Bug#11378)
11252 2013-05-30  Juri Linkov  <juri@jurta.org>
11254         * replace.el (perform-replace): Avoid `isearch-range-invisible'
11255         call when `query-flag' is nil and `search-invisible' is non-nil.
11256         (Bug#11746)
11258 2013-05-30  Glenn Morris  <rgm@gnu.org>
11260         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
11262         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
11263         (cc-require): Suppress spurious "noruntime" warnings.
11264         (cc-require-when-compile): Use fboundp, for sake of compiler.
11266         * progmodes/cc-mode.el: Move load of cc-vars before that of
11267         cc-langs (which in turn loads cc-vars), to quieten compiler.
11269 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11271         * paren.el: Simplify the code.
11272         (show-paren-mode): Always start the timer.
11273         (show-paren--idle-timer): Rename from show-paren-idle-timer.
11274         (show-paren--overlay, show-paren--overlay-1): Rename from
11275         show-paren-overlay and show-paren-overlay-1, and initialize to an
11276         overlay rather than to nil.
11277         (show-paren-function): Misc cleanup and simplifications.
11279 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11281         * paren.el (show-paren-data-function): New hook.
11282         (show-paren--default): New function, extracted from show-paren-function.
11283         (show-paren-function): Use show-paren-data-function.
11285 2013-05-30  Glenn Morris  <rgm@gnu.org>
11287         * ielm.el (ielm-map, ielm-complete-symbol):
11288         Use completion-at-point rather than obsolete functions.
11289         (inferior-emacs-lisp-mode): Doc fix.
11290         Set completion-at-point-functions, rather than
11291         comint-dynamic-complete-functions.
11293         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
11294         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
11295         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
11297         * image.el (image-animated-p): Tweak definition.
11299         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
11300         (rlogin-process-connection-type): Tweak default.  Add set-after.
11301         (rlogin-host): Doc fix.
11302         (rlogin): Tweak prompt.
11303         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
11305         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
11306         * progmodes/tcl.el (inferior-tcl-mode-map):
11307         Use completion-at-point rather than obsolete alias.
11309         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
11311         * minibuffer.el (read-file-name-completion-ignore-case):
11312         Move before completion--in-region, for eager macro expansion.
11314 2013-05-29  Juri Linkov  <juri@jurta.org>
11316         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
11317         for total count of matching lines.  Add `global-matches' for total
11318         count of matches.  Rename `matches' to `lines' for count of
11319         matching lines.  Add `matches' for count of matches.
11320         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
11321         to `prev-line' for line number of prev match endpt.
11322         Increment `matches' for every match.  Print the number of
11323         matching lines in the header.
11324         (occur-context-lines): Rename `lines' to `curr-line'.
11325         Rename `prev-lines' to `prev-line'.  (Bug#14017)
11327 2013-05-29  Juri Linkov  <juri@jurta.org>
11329         * replace.el (perform-replace): Add `skip-read-only-count',
11330         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
11331         Increment them for corresponding conditions and report the number
11332         of skipped occurrences in the final message.  (Bug#11746)
11333         (query-replace, query-replace-regexp, query-replace-regexp-eval)
11334         (replace-string, replace-regexp): Doc fix.
11336 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11338         * emacs-lisp/trace.el (trace--read-args): Provide a default.
11340         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
11341         prog-mode-map (bug#14504).
11343 2013-05-29  Leo Liu  <sdl.web@gmail.com>
11345         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
11346         (octave-help): Small simplification.
11348         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
11349         off the highlight first.
11351 2013-05-29  Glenn Morris  <rgm@gnu.org>
11353         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
11354         Handle idlwave-last-system-routine-info-cons-cell being nil.
11356         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
11357         (idlwave-write-paths): Simplify via with-temp-buffer.
11359         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
11360         * emulation/cua-rect.el: Also load cua-base at run time.
11362         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
11363         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
11364         (cperl-imenu-on-info): Require imenu.
11366 2013-05-28  Alan Mackenzie  <acm@muc.de>
11368         Handle "capitalised keywords" correctly.
11369         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
11371 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
11373         * eshell/em-unix.el: Add -r option to cp.
11375 2013-05-28  Glenn Morris  <rgm@gnu.org>
11377         * vc/vc-arch.el (vc-exec-after): Declare.
11378         (vc-switches): Autoload.
11379         * vc/vc-bzr.el: No need to require vc when compiling.
11380         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
11381         (vc-resynch-buffer, vc-dir-refresh): Declare.
11382         (vc-setup-buffer, vc-switches): Autoload.
11383         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
11384         (vc-resynch-buffer): Declare.
11385         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
11386         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
11387         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
11388         (grep-read-regexp, grep-read-files, grep-expand-template)
11389         (vc-dir-refresh): Declare.
11390         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
11391         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
11392         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
11393         * vc/vc-mtn.el (vc-exec-after): Declare.
11394         (vc-switches): Autoload.
11395         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
11396         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
11397         (vc-file-tree-walk): Declare.
11398         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
11399         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
11400         (vc-tag-precondition, vc-rename-master): Autoload.
11401         * vc/vc-svn.el (vc-exec-after): Declare.
11402         (vc-switches, vc-setup-buffer): Autoload.
11403         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
11404         Autoload.
11405         (vc-resynch-buffer): Declare.
11407         * obsolete/fast-lock.el (byte-compile-warnings):
11408         Don't warn about obsolete features in this obsolete file.
11410         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
11411         Move definition before use.
11413         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
11414         (dun-unix-verbs): Remove dun-zippy.
11415         (dun-zippy): Remove function.
11417         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
11419 2013-05-27  Juri Linkov  <juri@jurta.org>
11421         * replace.el (replace-search): New function with code moved out
11422         from `perform-replace'.
11423         (replace-highlight, replace-dehighlight): Move function definitions
11424         up closer to `replace-search'.  (Bug#11746)
11426 2013-05-27  Juri Linkov  <juri@jurta.org>
11428         * replace.el (perform-replace): Ignore invisible matches.
11429         In addition to checking `query-replace-skip-read-only', also
11430         filter out matches by calling `run-hook-with-args-until-failure'
11431         on `isearch-filter-predicates', and also check `search-invisible'
11432         for t or call `isearch-range-invisible'.
11433         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
11435 2013-05-27  Juri Linkov  <juri@jurta.org>
11437         * isearch.el (isearch-filter-predicates): Rename from
11438         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
11439         (isearch-message-prefix): Display text from the property
11440         `isearch-message-prefix' of the currently active filters.
11441         (isearch-search): Don't compare `isearch-filter-predicate' with
11442         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
11443         on `isearch-filter-predicates'.  Also check `search-invisible' for t
11444         or call `isearch-range-invisible'.
11445         (isearch-filter-visible): Make obsolete.
11446         (isearch-lazy-highlight-search):
11447         Call `run-hook-with-args-until-failure' on
11448         `isearch-filter-predicates' and use `isearch-range-invisible'.
11450         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
11451         `isearch-filter-predicates' instead of `funcall'ing
11452         `isearch-filter-predicate'.
11453         (Info-mode): Set `Info-isearch-filter' to
11454         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
11456         * dired-aux.el (dired-isearch-filter-predicate-orig):
11457         Remove variable.
11458         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
11459         (dired-isearch-filenames-end): Add and remove
11460         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
11461         instead of changing the value of `isearch-filter-predicate'.
11462         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
11463         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
11464         Put property `isearch-message-prefix' to "filename " on
11465         `dired-isearch-filter-filenames'.
11467         * wdired.el (wdired-change-to-wdired-mode):
11468         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
11469         locally instead of changing `isearch-filter-predicate'.
11470         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
11472 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
11474         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
11475         return the commit hash (Bug#14459).  Also set the
11476         `vc-git-detached' property.
11477         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
11478         (vc-git-mode-line-string): Use the same help-echo format whether
11479         in detached mode or not, because we know the actual revision now.
11480         When in detached mode, shorten the revision to 7 chars.
11482 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11484         * emacs-lisp/easy-mmode.el (define-minor-mode):
11485         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
11486         mode hook and provide a docstring.
11488 2013-05-27  Alan Mackenzie  <acm@muc.de>
11490         Remove spurious syntax-table text properties inserted by C-y.
11491         * progmodes/cc-mode.el (c-after-change): Also clear hard
11492         syntax-table property with value nil.
11494 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
11496         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
11497         when reading the events; the buffer layout shall not be changed.
11499 2013-05-27  Leo Liu  <sdl.web@gmail.com>
11501         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
11502         New variable.
11503         (inferior-octave-directory-tracker): Automatically re-sync
11504         default-directory.
11505         (octave-help): Improve handling of 'See also'.
11507 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11509         * doc-view.el: Minor naming convention tweaks.
11510         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
11512         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
11513         even if there's no `display' property yet (bug#14435).
11515 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
11517         * subr.el (unmsys--file-name): Rename from reveal-filename.
11519         * Makefile.in (custom-deps, finder-data, autoloads)
11520         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
11521         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
11522         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
11524 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11526         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
11527         error-completion on the first 2 args of condition-case (bug#14446).
11528         Don't burp at EOB.
11530 2013-05-25  Leo Liu  <sdl.web@gmail.com>
11532         * comint.el (comint-previous-matching-input): Do not flood the
11533         *Messages* buffer with trivial messages.
11535 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11537         * progmodes/flymake.el (flymake-nop): Don't return a string.
11538         (flymake-set-at): Fix typo.
11540         * simple.el (read--expression): New function, extracted from
11541         eval-expression.  Set completion-at-point-functions (bug#14465).
11542         (eval-expression, eval-minibuffer): Use it.
11544 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
11546         * progmodes/flymake.el (flymake-save-buffer-in-file)
11547         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
11548         (flymake-selected-frame, flymake-log, flymake-ins-after)
11549         (flymake-set-at, flymake-get-buildfile-from-cache)
11550         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
11551         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
11552         Refine the doc string.
11553         (flymake-get-file-name-mode-and-masks): Reformat.
11554         (flymake-get-real-file-name-function): Fix a minor bug.
11556 2013-05-24  Juri Linkov  <juri@jurta.org>
11558         * progmodes/grep.el (grep-mode-font-lock-keywords):
11559         Support =linenumber= format used by git-grep for lines with
11560         function names.  (Bug#13549)
11562 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11564         * progmodes/octave.el (octave-smie-rules): Return nil rather than
11565         0 after a semi-colon; it works better for smie-auto-fill.
11566         (octave--indent-new-comment-line): New function.
11567         (octave-indent-new-comment-line): Use it (indirectly).
11568         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
11569         modify comment-line-break-function.
11571         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
11572         (smie-setup): Use add-function to set it.
11574 2013-05-24  Sam Steingold  <sds@gnu.org>
11576         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
11577         argument (before the `interactive' argument).
11579 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11581         * image-mode.el (image-mode-winprops): Add winprops to
11582         image-mode-winprops-alist before running
11583         image-mode-new-window-functions.
11584         * doc-view.el (doc-view-new-window-function): Don't delay
11585         doc-view-goto-page via timers (bug#14435).
11587 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
11589         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
11590         (doc-view-desktop-save-buffer): New function.
11591         (doc-view-restore-desktop-buffer): New function.
11592         (desktop-buffer-mode-handlers):
11593         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
11594         handler.
11595         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
11596         `desktop-save-buffer' function.
11598 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
11600         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
11601         (tramp-gvfs-file-name-handler): Raise a user error when
11602         `tramp-gvfs-enabled' is nil.
11603         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
11604         Do not raise a user error when loading package.  (Bug#14447)
11606         * net/xesam.el: Move to obsolete/.
11608 2013-05-24  Glenn Morris  <rgm@gnu.org>
11610         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
11612         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
11614         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
11615         (Info-find-node, Man-getpage-in-background): Declare.
11617         * mail/unrmail.el (unrmail):
11618         Replace obsolete detect-coding-with-priority.
11620         * net/socks.el (socks-split-string): Use this rather than split-string.
11621         (socks-nslookup-host): Update for above change.
11622         (dynamic-choice, s5-dynamic-choice-match)
11623         (s5-dynamic-choice-match-inline, s5-widget-value-create):
11624         Comment out unused code.
11626         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
11627         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
11628         (gud-tooltip-echo-area): Make obsolete.
11629         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
11631         * progmodes/js.el (js--optimize-arglist): Declare.
11633         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
11635         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
11636         (ediff-window-C): Declare.
11638         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
11639         Tweak requires to silence compiler.
11641         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
11642         (he-search-string, he-tried-table, he-expand-list)
11643         (he-init-string, he-string-member, he-substitute-string)
11644         (he-reset-string): Declare.
11646         * obsolete/options.el (list-options): Use custom-variable-p,
11647         rather than obsolete alias.
11649 2013-05-23  Sam Steingold  <sds@gnu.org>
11651         * simple.el (shell-command-on-region): Pass the `replace' argument
11652         down to `call-process-region' to comply with the doc as reported on
11653         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
11655 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11657         * emacs-lisp/smie.el (smie-indent-forward-token)
11658         (smie-indent-backward-token): Handle string tokens (bug#14381).
11660 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
11662         * ielm.el (ielm-menu): New menu.
11663         (inferior-emacs-lisp-mode): Set comment-start.
11665 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
11667         * textmodes/reftex.el (reftex-ref-style-toggle):
11668         Fix deactivate action.
11670         * textmodes/reftex-vars.el (reftex-ref-style-alist):
11671         Add cleveref macros.
11673         * textmodes/reftex-parse.el
11674         (reftex-locate-bibliography-files): Accept options for
11675         bibliography commands.
11676         * textmodes/reftex-vars.el (reftex-bibliography-commands):
11677         Add addbibresource.  Basic Biblatex support.
11679 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
11681         * net/tramp-gvfs.el (top):
11682         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
11683         when loading package.  (Bug#14447)
11685 2013-05-23  Glenn Morris  <rgm@gnu.org>
11687         * progmodes/js.el: No need to load comint when compiling.
11688         (ring-insert, comint-send-string, comint-send-input)
11689         (comint-last-input-end, ido-chop): Declare.
11691         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
11692         * vc/ediff-mult.el: Adjust requires.
11693         (ediff-directories-internal, ediff-directory-revisions-internal)
11694         (ediff-patch-file-internal): Declare.
11695         * vc/ediff-ptch.el: Adjust requires.
11696         (ediff-use-last-dir, ediff-buffers-internal): Declare.
11697         (ediff-find-file): Autoload.
11698         * vc/ediff-util.el: No need to load ediff when compiling.
11699         (ediff-regions-internal): Declare.
11700         * vc/ediff-wind.el: Adjust requires.
11701         (ediff-compute-toolbar-width): Define when compiling.
11702         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
11703         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
11704         (dired-get-filename, dired-get-marked-files)
11705         (ediff-last-dir-patch, ediff-patch-default-directory)
11706         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
11707         (ediff-patch-buffer-internal): Declare.
11709         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
11710         (ispell-process, ispell-buffer-local-words, lm-summary)
11711         (lm-section-start, lm-section-end): Declare.
11712         (checkdoc-ispell-init): Simplify.
11714         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
11715         (he-string-member, he-reset-string, he-substitute-string): Declare.
11717         * eshell/em-ls.el: Adjust requires.
11718         (eshell-glob-regexp): Declare.
11719         * eshell/em-tramp.el: Adjust requires.
11720         (eshell-parse-command): Autoload.
11721         * eshell/em-xtra.el: Adjust requires.
11722         (eshell-parse-command): Autoload.
11723         * eshell/esh-ext.el: Adjust requires.
11724         (eshell-parse-command, eshell-close-handles): Autoload.
11725         * eshell/esh-io.el: Adjust requires.
11726         (eshell-output-filter): Autoload.
11727         * eshell/esh-util.el: No need to load tramp when compiling.
11728         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
11729         Declare.
11730         (eshell-parse-ange-ls): Require ange-ftp and tramp.
11731         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
11732         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
11733         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
11734         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
11735         * eshell/esh-opt.el, eshell/esh-proc.el:
11736         * eshell/esh-var.el: Adjust requires.
11737         * eshell/eshell.el: Do not require esh-util twice.
11738         (eshell-add-input-to-history): Declare.
11739         (eshell-command): Check history module is active before using it.
11741         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
11743 2013-05-22  Leo Liu  <sdl.web@gmail.com>
11745         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
11747 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
11749         * autorevert.el (auto-revert-notify-add-watch)
11750         (auto-revert-notify-handler): Add `attrib' for the inotify case,
11751         it indicates changes in file modification time.
11753 2013-05-22  Glenn Morris  <rgm@gnu.org>
11755         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11756         Always delete the autoloaded function from the noruntime and
11757         unresolved functions lists.
11759         * allout.el: No need to load epa, epg, overlay when compiling.
11760         (epg-context-set-passphrase-callback, epg-list-keys)
11761         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
11762         (epg-key-user-id-list): Declare.
11764         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
11765         (viper-set-parsing-style-toggling-macro)
11766         (viper-set-emacs-state-searchstyle-macros):
11767         Use called-interactively-p on Emacs.
11768         (viper-looking-back): Make it an obsolete alias.  Update callers.
11769         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
11770         Use looking-back rather than viper-looking-back.
11771         (viper-tmp-insert-at-eob, viper-enlarge-region)
11772         (viper-read-string-with-history, viper-register-to-point)
11773         (viper-append-to-register, viper-change-state-to-vi)
11774         (viper-backward-char-carefully, viper-forward-char-carefully)
11775         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
11776         (viper-change-state-to-emacs): Declare.
11777         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
11778         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
11779         * emulation/viper-mous.el: Do not load viper-cmd.
11780         (viper-backward-char-carefully, viper-forward-char-carefully)
11781         (viper-forward-word, viper-adjust-window): Declare.
11783         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
11785         * progmodes/idlw-help.el (idlwave-help-fontify):
11786         Use called-interactively-p.
11788         * term/w32console.el (w32-get-console-codepage)
11789         (w32-get-console-output-codepage): Declare.
11791         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
11792         Remove unnecessary declarations.
11793         (dframe-message): Doc fix.
11795         * info.el (dframe-select-attached-frame, dframe-current-frame):
11796         Declare.
11798         * speedbar.el (speedbar-message): Make it an obsolete alias.
11799         Update all callers.
11800         (speedbar-with-attached-buffer)
11801         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
11802         (speedbar-with-writable): Use backquote.
11803         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
11804         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
11805         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
11806         rather than speedbar- aliases.
11807         * mail/rmail.el: Load dframe rather than speedbar when compiling.
11808         (speedbar-make-specialized-keymap, speedbar-insert-button)
11809         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
11810         (speedbar-do-function-pointer): Declare.
11811         (rmail-speedbar-button, rmail-speedbar-find-file)
11812         (rmail-speedbar-move-message):
11813         Use dframe-with-attached-buffer rather than speedbar- alias.
11814         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
11815         (dframe-message, speedbar-make-specialized-keymap)
11816         (speedbar-add-expansion-list, speedbar-mode-functions-list)
11817         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
11818         (speedbar-insert-button, dframe-select-attached-frame)
11819         (dframe-maybee-jump-to-attached-frame)
11820         (speedbar-change-initial-expansion-list)
11821         (speedbar-previously-used-expansion-list-name): Declare.
11822         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
11823         Use dframe-message, dframe-with-attached-buffer rather than
11824         speedbar- aliases.
11825         (gud-sentinel): Silence compiler.
11826         * progmodes/vhdl-mode.el (speedbar-refresh)
11827         (speedbar-do-function-pointer, speedbar-add-supported-extension)
11828         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
11829         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
11830         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
11831         (speedbar-file-lists, speedbar-make-tag-line)
11832         (speedbar-line-directory, speedbar-goto-this-file)
11833         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
11834         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
11835         (speedbar-make-button, speedbar-reset-scanners)
11836         (speedbar-files-item-info, speedbar-line-text)
11837         (speedbar-find-file-in-frame, speedbar-set-timer)
11838         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
11839         (speedbar-with-writable): Do not (re)define it.
11840         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
11841         rather than speedbar- alias.
11843 2013-05-21  Leo Liu  <sdl.web@gmail.com>
11845         * progmodes/octave.el (octave-mode-menu): Update and re-organize
11846         menu items.
11847         (octave-mode): Tweak fill-nobreak-predicate.
11848         (inferior-octave-startup): Check process to avoid infinite loop.
11849         (inferior-octave): Pop to buffer first to show abornmal process
11850         exit information.
11852 2013-05-21  Glenn Morris  <rgm@gnu.org>
11854         * printing.el (pr-menu-bar): Define when compiling.
11856 2013-05-21  Leo Liu  <sdl.web@gmail.com>
11858         * progmodes/octave.el (octave-auto-fill): Remove.
11859         (octave-indent-new-comment-line): Improve.
11860         (octave-mode): Use auto fill mode through
11861         comment-line-break-function and fill-nobreak-predicate.
11862         (octave-goto-function-definition): Support DEFUN_DLD.
11863         (octave-beginning-of-defun): Small tweak.
11864         (octave-help): Show parent directory.
11866 2013-05-21  Glenn Morris  <rgm@gnu.org>
11868         * files.el (dired-unmark):
11869         * progmodes/gud.el (gdb-input): Update declarations.
11871         * calculator.el (electric, ehelp): No need to load when compiling.
11872         (Electric-command-loop, electric-describe-mode): Declare.
11874         * doc-view.el (doc-view-current-converter-processes): Move before use.
11876         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11877         Move MODE-set-explicitly definition before use.
11879         * international/mule-diag.el (mule-diag):
11880         Don't use obsolete window-system-version.
11882         * mail/feedmail.el (smtpmail): No need to load when compiling.
11883         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
11885         * mail/mail-utils.el (rfc822): No need to load when compiling.
11886         (rfc822-addresses): Autoload it.
11887         (mail-strip-quoted-names): Trivial simplification.
11889         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
11890         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
11892         * net/snmp-mode.el (tempo): Don't duplicate requires.
11894         * progmodes/prolog.el (info): No need to load when compiling.
11895         (comint): Require before shell requires it.
11896         (Info-goto-node): Autoload it.
11897         (Info-follow-nearest-node): Declare.
11898         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
11900         * textmodes/artist.el (picture-mode-exit): Declare.
11902         * textmodes/reftex-parse.el (reftex-parse-from-file):
11903         Trivial rewrite so the compiler can parse it better.
11905 2013-05-20  Leo Liu  <sdl.web@gmail.com>
11907         * progmodes/octave.el (octave-help-mode-map)
11908         (octave-help-mode-finish-hook): New variables.
11909         (octave-help-mode, octave-help-mode-finish): New functions.
11910         (octave-help): Use octave-help-mode.
11912 2013-05-20  Glenn Morris  <rgm@gnu.org>
11914         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
11916 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
11918         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
11919         start at point, so that expansion starting right after opening
11920         slash in a regexp is recognized.
11921         (ruby-syntax-before-regexp-re): New defvar, extracted from
11922         ruby-syntax-propertize-function.  Since the value of this regexp
11923         is looked up at runtime now, we should be able to turn
11924         `ruby-syntax-methods-before-regexp' into a defcustom later.
11925         (ruby-syntax-propertize-function): Split regexp matching into two
11926         parts, for opening and closing slashes.  That allows us to skip
11927         over string interpolations and support multiline regexps.
11928         Don't call `ruby-syntax-propertize-expansions', instead use another rule
11929         for them, which calls `ruby-syntax-propertize-expansion'.
11930         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
11931         call to `ruby-syntax-propertize-function'.
11932         (ruby-syntax-propertize-expansion): Extracted from
11933         `ruby-syntax-propertize-expansions'.  Handles one expansion.
11934         (ruby-syntax-propertize-percent-literal): Leave point right after
11935         the percent symbol, so that the expression expansion rule can
11936         propertize the contents.
11937         (ruby-syntax-propertize-heredoc): Leave point at bol following the
11938         heredoc openers.
11939         (ruby-syntax-propertize-expansions): Remove.
11941 2013-05-18  Juri Linkov  <juri@jurta.org>
11943         * man.el (Man-default-man-entry): Remove `-' from the end
11944         of the default value.  (Bug#14400)
11946 2013-05-18  Glenn Morris  <rgm@gnu.org>
11948         * comint.el (comint-password-prompt-regexp):
11949         Allow "password for XXX" where XXX contains colons (eg https://...).
11951 2013-05-18  Leo Liu  <sdl.web@gmail.com>
11953         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
11954         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
11955         (octave-source-directories): Don't check process.
11956         (octave-source-directories, octave-find-definition): Doc fix.
11958 2013-05-18  Glenn Morris  <rgm@gnu.org>
11960         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
11961         Remove backspace/delete bindings.  (Bug#14392)
11963         * cus-dep.el (custom-make-dependencies): Sort the output.
11964         (custom-versions-load-alist): Convert comment to doc.
11966 2013-05-17  Leo Liu  <sdl.web@gmail.com>
11968         * newcomment.el (comment-search-backward): Stricter in finding
11969         comment start.  (Bug#14303)
11971         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
11972         (octave-comment-start-skip): Properly anchored.
11974 2013-05-17  Leo Liu  <sdl.web@gmail.com>
11976         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
11977         Clean up when turned off.  (Bug#14395)
11978         (smie--highlight-matching-block-overlay): No longer buffer-local.
11979         (smie-highlight-matching-block): Adjust.
11981 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
11983         Doc string fix for "nanoseconds" (Bug#14406).
11984         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
11985         Fix doc string typo that had "nanoseconds" instead of "microseconds".
11987 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
11989         * calc/calc-units.el (math-extract-units): Preserve powers
11990         of units.
11992 2013-05-17  Leo Liu  <sdl.web@gmail.com>
11994         * subr.el (delete-consecutive-dups): New function.
11995         * ido.el (ido-set-matches-1): Use it.
11996         * progmodes/octave.el (inferior-octave-completion-table): Use it.
11997         * ido.el (ido-remove-consecutive-dups): Remove.
11999 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12001         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12002         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
12003         regexp-opt's `words'.
12005 2013-05-16  Leo Liu  <sdl.web@gmail.com>
12007         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
12008         (smie--highlight-matching-block-overlay)
12009         (smie--highlight-matching-block-lastpos)
12010         (smie--highlight-matching-block-timer): New variables.
12011         (smie-highlight-matching-block): New function.
12012         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
12013         (smie-setup): Conditionally enable smie-blink-matching-open.
12015 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
12017         Sync with upstream verilog-mode r840.
12018         * progmodes/verilog-mode.el (verilog-mode-version)
12019         (verilog-mode-release-date): Update.
12020         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
12021         (verilog-sig-tieoff): Fix string error on
12022         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
12023         (verilog-read-decls): Fix parameters confusing
12024         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
12026 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
12028         * subr.el (reveal-filename): New function.
12030         * loadup.el: Compute Emacs executable versions on MS-Windows,
12031         where executables have the .exe extension.  Add a hard link
12032         emacs-XX.YY.ZZ.exe on MS-Windows.
12034         * Makefile.in (XARGS_LIMIT): New variable.
12035         (custom-deps, finder-data, autoloads)
12036         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
12037         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
12038         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
12039         (compile-main): Limit xargs according to $(XARGS_LIMIT).
12041 2013-05-16  Leo Liu  <sdl.web@gmail.com>
12043         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
12044         (octave-mode-menu, octave-mode-map): Remove its uses.
12046 2013-05-16  Reto Zimmermann  <reto@gnu.org>
12048         Sync with upstream vhdl mode v3.34.2.
12049         * progmodes/vhdl-mode.el: Use `push' throughout.
12050         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
12051         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
12052         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
12053         (vhdl-actual-generic-name): New option to derive actual generic name.
12054         (vhdl-port-paste-signals): Replace formal by actual generics.
12055         (vhdl-beautify): New name for old group vhdl-align.  Update users.
12056         (vhdl-beautify-options): New option.
12057         (vhdl-last-input-event): New compat alias.  Use throughout.
12058         (vhdl-goto-line): Replace user level function `goto-line'.
12059         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
12060         vhdl-fix-statement-buffer.
12061         (vhdl-create-mode-menu): Add some entries.
12062         (vhdl-align-region-groups): Respect vhdl-beautify-options.
12063         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
12064         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
12065         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
12066         to force statements on one line.
12067         (vhdl-remove-trailing-spaces-region):
12068         New, split from vhdl-remove-trailing-spaces.
12069         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
12070         Respect vhdl-beautify-options.
12071         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
12072         (vhdl-update-sensitivity-list): Not add with index if exists without.
12073         Not include array index with signal.  Ignore keywords in comments.
12074         (vhdl-get-visible-signals): Regexp tweaks.
12075         (vhdl-template-component-inst): Handle empty library.
12076         (vhdl-template-type): Add template for 'enum' type.
12077         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
12078         Use vhdl-replace-string.
12079         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
12080         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
12081         (vhdl-speedbar-initialize): Update for above name change.
12082         (vhdl-compose-wire-components): Fix in handling of constants.
12083         (vhdl-error-regexp-emacs-alist): New variable.
12084         (vhdl-error-regexp-add-emacs): New function;
12085         adds support for new compile.el (Emacs 22+)
12086         (vhdl-generate-makefile-1): Change target order for single lib. units.
12087         Allow use of absolute file names.
12089 2013-05-16  Leo Liu  <sdl.web@gmail.com>
12091         * simple.el (prog-indent-sexp): Indent enclosing defun.
12093 2013-05-15  Glenn Morris  <rgm@gnu.org>
12095         * cus-start.el (show-trailing-whitespace): Move to editing basics.
12096         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
12097         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
12098         (whitespace-highlight): Move to whitespace group.
12100         * comint.el (comint-source):
12101         * pcmpl-linux.el (pcmpl-linux):
12102         * shell.el (shell-faces):
12103         * eshell/esh-opt.el (eshell-opt):
12104         * international/ccl.el (ccl): Remove empty custom groups.
12106         * completion.el (dynamic-completion-mode):
12107         * jit-lock.el (jit-lock-debug-mode):
12108         * minibuffer.el (completion-in-region-mode):
12109         * type-break.el (type-break-mode-line-message-mode)
12110         (type-break-query-mode):
12111         * emulation/tpu-edt.el (tpu-edt-mode):
12112         * progmodes/subword.el (global-subword-mode, global-superword-mode):
12113         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
12114         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
12116         * term/xterm.el (xterm): Change parent group to terminals.
12118         * master.el (master): Remove empty custom group.
12119         (master-mode): Remove unused :group argument.
12120         * textmodes/refill.el (refill): Remove empty custom group.
12121         (refill-mode): Remove unused :group argument.
12123         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
12125         * cus-dep.el: Provide a feature.
12126         (custom-make-dependencies): Ignore dotfiles (dir-locals).
12127         Don't mistakenly ignore files whose basenames match a basename
12128         from preloaded-file-list (eg cedet/ede/simple.el).
12129         Add a fallback method for getting :group.
12131 2013-05-15  Juri Linkov  <juri@jurta.org>
12133         * isearch.el (isearch-char-by-name): Rename from
12134         `isearch-insert-char-by-name'.  Doc fix.
12135         (isearch-forward): Mention `isearch-char-by-name' in
12136         the docstring.  (Bug#13348)
12138         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
12139         `exit-minibuffer' instead of
12140         `isearch-nonincremental-exit-minibuffer'.
12141         (isearch-edit-string): Remove mention of
12142         `isearch-nonincremental-exit-minibuffer' from docstring.
12143         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
12144         (isearch-forward-exit-minibuffer)
12145         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
12147 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12149         * loadup.el: Just use unversioned DOC.
12151         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
12152         literals as extending to EOB.
12153         (nxml-last-fontify-end): Remove unused variable.
12154         (nxml-after-change1): Use with-silent-modifications.
12155         (nxml-extend-after-change-region): Simplify.
12156         (nxml-extend-after-change-region1): Remove function.
12157         (nxml-after-change1): Don't adjust for dependent regions.
12158         (nxml-fontify-matcher): Simplify.
12159         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
12160         (xmltok-add-dependent): Remove function.
12161         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
12162         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
12163         (xmltok-scan-prolog-after-processing-instruction-open): Treat
12164         unclosed <[[, <?, comment, and other literals as extending to EOB.
12165         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
12166         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
12167         Remove functions.
12168         (rng-do-some-validation-1): Don't mark dependent regions.
12169         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
12170         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
12171         (nxml-clear-dependent-regions): Remove functions.
12172         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
12173         (nxml-ensure-scan-up-to-date):
12174         Don't clear&mark dependent regions.
12176 2013-05-15  Leo Liu  <sdl.web@gmail.com>
12178         * progmodes/octave.el (octave-goto-function-definition):
12179         Improve and fix callers.
12181 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12183         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
12184         the setter (bug#14387).
12186         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
12187         surrounding group (bug#14402).
12189 2013-05-14  Juri Linkov  <juri@jurta.org>
12191         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
12192         (Bug#14390)
12194 2013-05-14  Glenn Morris  <rgm@gnu.org>
12196         * progmodes/f90.el (f90-imenu-generic-expression):
12197         Fix typo in 2013-05-08 change.  (Bug#14402)
12199 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
12201         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
12202         Remove signals for which replies are never received.
12204 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
12206         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
12207         (gdb-handler-alist, gdb-handler-number): Remove variables.
12208         (gdb-handler-list): New variable.
12209         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
12210         (gdb-pending-handler-p, gdb-handle-reply)
12211         (gdb-remove-all-pending-triggers): New functions.
12212         (gdb-discard-unordered-replies): New defcustom.
12213         (gdb-handler): New defstruct.
12214         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
12215         instead of gdb-pending-triggers.  Update docstring.
12216         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
12217         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
12218         (gdb-var-update-handler, def-gdb-auto-update-trigger)
12219         (def-gdb-auto-update-handler, gdb-get-changed-registers)
12220         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
12221         (gdb-frame-handler): Pending triggers are now automatically managed.
12222         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
12223         Remove argument.
12224         (gdb-input): Automatically handles pending triggers.  Update docstring.
12225         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
12226         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
12227         Update comments.
12228         (gdb-done-or-error): Now use gdb-handle-reply.
12230 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
12232         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
12233         gdb-debug-log.
12235 2013-05-14  Glenn Morris  <rgm@gnu.org>
12237         * subr.el (user-emacs-directory-warning): New option.
12238         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
12240 2013-05-14  Leo Liu  <sdl.web@gmail.com>
12242         * progmodes/octave.el (octave-font-lock-keywords): Fix error
12243         during redisplay.
12244         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
12245         (octave-font-lock-texinfo-comment): Fix invalid search bound
12246         error: wrong side of point.
12248 2013-05-14  Glenn Morris  <rgm@gnu.org>
12250         * progmodes/flymake.el (flymake-xml-program): New option.
12251         (flymake-xml-init): Use it.
12253         * term/xterm.el: Provide a feature.
12255         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
12257 2013-05-13  Glenn Morris  <rgm@gnu.org>
12259         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
12260         Add compat aliases as a hack workaround.  (Bug#14384)
12262 2013-05-13  Leo Liu  <sdl.web@gmail.com>
12264         * progmodes/octave.el (octave-indent-comment): Fix indentation for
12265         ###, and %!.
12266         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
12267         C-M-q.
12268         (octave-comment-start-skip): Include %!.
12269         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
12271 2013-05-12  Leo Liu  <sdl.web@gmail.com>
12273         * progmodes/octave.el (inferior-octave-startup): Store the value
12274         of __octave_srcdir__ for octave-source-directories.
12275         (inferior-octave-check-process): New function refactored out of
12276         inferior-octave-send-list-and-digest.
12277         (octave-source-directories)
12278         (octave-find-definition-filename-function): New variables.
12279         (octave-source-directories)
12280         (octave-find-definition-default-filename): New functions.
12281         (octave-find-definition): Improve to find functions implemented in C++.
12283 2013-05-12  Glenn Morris  <rgm@gnu.org>
12285         * calendar/diary-lib.el (diary-outlook-format-1):
12286         Don't include dayname in the output.  (Bug#14349)
12288 2013-05-11  Glenn Morris  <rgm@gnu.org>
12290         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
12292         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
12293         Treat cc-provide like provide.
12295 2013-05-11  Kevin Ryde  <user42@zip.com.au>
12297         * cus-dep.el (custom-make-dependencies):
12298         Use generated-autoload-load-name for the sake of files such
12299         such cedet/semantic/bovine/c.el, where the base file name
12300         is not in load-path.  (Bug#5277)
12302 2013-05-11  Glenn Morris  <rgm@gnu.org>
12304         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
12305         Provide features.
12307 2013-05-11  Leo Liu  <sdl.web@gmail.com>
12309         * progmodes/octave.el (octave-indent-comment): Improve.
12310         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
12311         (octave-eldoc-function-signatures, octave-eldoc-function):
12312         New functions.
12313         (octave-mode, inferior-octave-mode): Add eldoc support.
12315 2013-05-11  Richard Stallman  <rms@gnu.org>
12317         * epa.el (epa-decrypt-file): Take output file name as argument
12318         and read it using `interactive'.
12320 2013-05-11  Leo Liu  <sdl.web@gmail.com>
12322         * progmodes/octave.el (octave-beginning-of-line)
12323         (octave-end-of-line): Check before using up-list because it jumps
12324         out of more syntactic contructs since moving to smie.
12325         (octave-indent-comment): New function.
12326         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
12327         (octave-begin-keywords, octave-end-keywords)
12328         (octave-reserved-words, octave-smie-bnf-table)
12329         (octave-smie-rules): Add new keywords from Octave 3.6.4.
12331 2013-05-11  Glenn Morris  <rgm@gnu.org>
12333         * faces.el (internal-face-x-get-resource):
12334         * frame.el (ns-display-monitor-attributes-list):
12335         * calc/calc-aent.el (math-to-radians-2):
12336         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
12337         Fix declarations.
12339         * calc/calc-menu.el: Make it loadable in isolation.
12341         * net/eudcb-bbdb.el: Make it loadable without bbdb.
12342         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
12343         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
12344         (eudc-bbdb-query-internal): Require 'bbdb.
12346         * lpr.el (lpr-headers-switches):
12347         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
12349         * progmodes/sql.el (sql-login-params): Fix and improve :type.
12351         * emulation/edt-mapper.el: In batch mode, error rather than hang.
12353         * term.el (term-set-escape-char): Make it idempotent.
12355 2013-05-10  Leo Liu  <sdl.web@gmail.com>
12357         * progmodes/octave.el (inferior-octave-completion-table):
12358         No longer a function and all uses changed.  Use cache to speed up
12359         completion due to bug#11906.
12360         (octave-beginning-of-defun): Re-write to be more general.
12362 2013-05-10  Glenn Morris  <rgm@gnu.org>
12364         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
12366 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12368         * comint.el (comint-redirect-send-command-to-process): Use :around
12369         rather than :override for comint-redirect-filter.
12370         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
12371         Call it instead of comint-redirect-original-filter-function (which
12372         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
12374 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
12376         * frame.el (display-monitor-attributes-list): Add NS case.
12377         (ns-display-monitor-attributes-list): Declare.
12379 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
12381         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
12383 2013-05-09  Glenn Morris  <rgm@gnu.org>
12385         * international/fontset.el (vertical-centering-font-regexp):
12386         Set standard-value.
12388         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
12390         * bookmark.el (bookmark-search-delay):
12391         * cus-start.el (vertical-centering-font-regexp):
12392         * ps-mule.el (ps-mule-font-info-database-default):
12393         * ps-print.el (ps-default-fg, ps-default-bg):
12394         * type-break.el (type-break-good-break-interval):
12395         * whitespace.el (whitespace-indentation-regexp)
12396         (whitespace-space-after-tab-regexp):
12397         * emacs-lisp/testcover.el (testcover-1value-functions)
12398         (testcover-noreturn-functions, testcover-progn-functions)
12399         (testcover-prog1-functions):
12400         * emulation/viper-init.el (viper-emacs-state-cursor-color):
12401         * eshell/em-glob.el (eshell-glob-translate-alist):
12402         * play/tetris.el (tetris-tty-colors):
12403         * progmodes/cpp.el (cpp-face-default-list):
12404         * progmodes/flymake.el (flymake-allowed-file-name-masks):
12405         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
12406         (idlwave-help-browser-generic-args):
12407         * progmodes/make-mode.el (makefile-special-targets-list):
12408         * progmodes/python.el (python-shell-virtualenv-path):
12409         * progmodes/verilog-mode.el (verilog-active-low-regexp)
12410         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
12411         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
12412         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
12413         * textmodes/reftex-vars.el (reftex-format-label-function):
12414         * textmodes/remember.el (remember-diary-file): Fix custom types.
12416         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
12417         Add :version.
12419 2013-05-09  Leo Liu  <sdl.web@gmail.com>
12421         * progmodes/octave.el (inferior-octave-completion-at-point):
12422         Restore file completion.  (Bug#14300)
12423         (inferior-octave-startup): Fix incorrect highlighting for the
12424         first prompt.
12426 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12428         * progmodes/ruby-mode.el: First cut at SMIE support.
12429         (ruby-use-smie): New var.
12430         (ruby-smie-grammar): New constant.
12431         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
12432         (ruby-smie--forward-token, ruby-smie--backward-token)
12433         (ruby-smie-rules): New functions.
12434         (ruby-mode-variables): Setup SMIE if applicable.
12436 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
12438         * simple.el (line-move-visual): Signal beginning/end of buffer
12439         only if vertical-motion moved less than it was requested.  Avoids
12440         silly incorrect error messages when there are display strings with
12441         multiple newlines at EOL.
12443 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12445         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
12446         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
12447         (prolog-char-quote-workaround):
12448         * progmodes/cperl-mode.el (cperl-under-as-char):
12449         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
12450         Mark as obsolete.
12451         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
12452         their declaration.
12453         (vhdl-mode-syntax-table-init): Remove.
12455         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
12456         last change.
12458         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
12459         syntax for "_".
12460         (ld-script-font-lock-keywords):
12461         Change regexps to use things like \_< and \_>.
12463         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
12464         Change all regexps to use things like \_< and \_>.
12466         * progmodes/autoconf.el (autoconf-definition-regexp)
12467         (autoconf-font-lock-keywords, autoconf-current-defun-function):
12468         Handle a _ with symbol syntax.
12469         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
12471         * progmodes/ada-mode.el (ada-mode-abbrev-table):
12472         Consolidate declaration.
12473         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
12474         the declaration.
12475         (ada-create-syntax-table): Remove.
12476         (ada-capitalize-word): Don't mess with the syntax of "_" since it
12477         already has the right syntax nowadays.
12478         (ada-goto-next-word): Don't change the syntax of "_".
12480         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
12481         with-wrapper-hook.
12483 2013-05-08  Sam Steingold  <sds@gnu.org>
12485         * thingatpt.el (thing-at-point): Accept optional second argument
12486         NO-PROPERTIES to strip the text properties from the return value.
12487         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
12488         to `thing-at-point' instead of stripping the properties ourselves.
12489         Also, when `thing-at-point' fails to find a url, prepend "http://"
12490         to the filename at point on the assumption that the user is
12491         pointing at something like gnu.org/gnu.
12493 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
12495         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
12496         * faces.el (crm-separator):
12497         Silence byte-compiler.
12499         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
12500         (tool-bar-map): Remove unneeded defvars.
12502 2013-05-08  Leo Liu  <sdl.web@gmail.com>
12504         Re-work a fix for bug#10994 based on Le Wang's patch.
12505         * ido.el (ido-remove-consecutive-dups): New helper.
12506         (ido-completing-read): Use it.
12507         (ido-chop): Revert fix for bug#10994.
12509 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
12511         * cus-edit.el (custom-save-variables):
12512         Pretty-print long values.  (Bug#14187)
12514 2013-05-08  Glenn Morris  <rgm@gnu.org>
12516         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
12517         (m4-mode-syntax-table): Init in the defvar.
12518         (m4-mode-abbrev-table): Let define-derived-mode define it.
12520 2013-05-08  Tom Tromey  <tromey@redhat.com>
12522         * progmodes/m4-mode.el (m4-mode-syntax-table):
12523         Do not treat "_" as word constituent.  (Bug#14167)
12525 2013-05-07  Glenn Morris  <rgm@gnu.org>
12527         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
12528         Remove explicit eshell-isearch-cancel-map.
12530         * progmodes/f90.el (f90-smart-end-names): New option.
12531         (f90-smart-end): Doc fix.
12532         (f90-end-block-optional-name): New constant.
12533         (f90-block-match): Respect f90-smart-end-names.
12535 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12537         * progmodes/octave.el (octave-smie-forward-token): Be more careful
12538         about implicit semi-colons (bug#14218).
12540 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12542         * frame.el (display-monitor-attributes-list)
12543         (frame-monitor-attributes): New functions.
12545 2013-05-06  Leo Liu  <sdl.web@gmail.com>
12547         * progmodes/octave.el (octave-syntax-propertize-function): Change
12548         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
12549         (octave-font-lock-keywords): Use octave-operator-regexp.
12550         (octave-completion-at-point): Rename from
12551         octave-completion-at-point-function.
12552         (inferior-octave-directory-tracker): Robustify.
12553         (octave-text-functions): Remove and fix its uses.  No such things
12554         any more.
12556 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12558         * emacs-lisp/trace.el (trace--display-buffer): New function.
12559         (trace-make-advice): Use it.
12561 2013-05-06  Juri Linkov  <juri@jurta.org>
12563         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
12564         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
12565         Doc fix.
12566         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
12567         in the help string.  (Bug#12985)
12569 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
12571         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
12573 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12575         * progmodes/perl-mode.el: Add support for here documents.
12576         (perl-syntax-propertize-function): Match here-doc markers.
12577         (perl-syntax-propertize-special-constructs): Find their end.
12578         (perl-imenu-generic-expression): Use [:alnum:].
12580         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
12581         (advice--add-function): Refresh the advice if already present
12582         (bug#14317).
12584 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
12586         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
12588 2013-05-06  Glenn Morris  <rgm@gnu.org>
12590         * w32-fns.el (w32-charset-info-alist): Declare.
12592         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
12593         of its defcustom properties.
12594         (eshell-cmpl-initialize): No need to load pcomplete.
12596         * generic-x.el: No need to require comint when compiling.
12598         * net/eudc-export.el: Make it loadable without bbdb.
12599         (top-level): Use require rather than load-library.
12600         (eudc-create-bbdb-record, eudc-bbdbify-phone)
12601         (eudc-batch-export-records-to-bbdb)
12602         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
12603         Require bbdb.
12605 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12607         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
12608         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
12609         some tweaks, instead.
12611 2013-05-05  Leo Liu  <sdl.web@gmail.com>
12613         * progmodes/octave.el (octave-font-lock-keywords)
12614         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
12615         (inferior-octave-send-list-and-digest): Improve error message.
12616         (octave-mode, inferior-octave-mode): Use setq-local.
12617         (octave-help): Set info-lookup-mode.
12619 2013-05-05  Richard Stallman  <rms@gnu.org>
12621         * vc/compare-w.el (compare-windows-whitespace):
12622         Treat no-break space as whitespace.
12624         * mail/rmailsum.el (rmail-summary-rmail-update):
12625         Detect empty summary and don't change selected message.
12626         (rmail-summary-goto-msg): Likewise.
12628         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
12629         Doc fixes, rename args.
12631 2013-05-05  Alan Mackenzie  <acm@muc.de>
12633         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
12635 2013-05-05  Juri Linkov  <juri@jurta.org>
12637         * info.el (Info-read-subfile): Use (point-min) instead of (point)
12638         to not add the length of the summary segment to the return value.
12639         (Bug#14125)
12641 2013-05-05  Leo Liu  <sdl.web@gmail.com>
12643         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
12644         (inferior-octave-output-filter): Remove.
12645         (octave-send-region, inferior-octave-startup): Fix callers.
12646         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
12647         (octave-binary-file-extensions): New user variable.
12648         (octave-find-definition): Confirm if opening binary files.
12649         (octave-help-file): Use octave-find-definition to get the binary
12650         confirmation.
12651         (octave-help): Adjust for octave-help-file change.
12653 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12655         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
12656         Merge the two entries that handle function definitions.
12657         (pascal--syntax-propertize): New const.
12658         (pascal-mode): Use it.  Use setq-local.
12660 2013-05-04  Glenn Morris  <rgm@gnu.org>
12662         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
12663         (diary-from-outlook): Respect diary-from-outlook-function.
12665 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12667         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
12668         Move the declaration from C.
12669         (read-minibuffer, eval-minibuffer): Move from C.
12670         (completion-setup-function): Avoid minibuffer-completion-contents.
12672 2013-05-03  Leo Liu  <sdl.web@gmail.com>
12674         * progmodes/octave.el (octave-font-lock-keywords): Do not
12675         dehighlight 'end' in comments or strings.
12676         (octave-completing-read, octave-goto-function-definition):
12677         New helpers.
12678         (octave-help-buffer): New user variable.
12679         (octave-help-file, octave-help-function): New button types.
12680         (octave-help): New command and bind it to C-h ;.
12681         (octave-find-definition): New command and bind it to M-.
12682         (user-error): Alias to error if not defined.
12684 2013-05-02  Leo Liu  <sdl.web@gmail.com>
12686         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
12687         for \.  (bug#14332)
12688         (octave-font-lock-keywords): Include [ and {.
12690 2013-05-02  Leo Liu  <sdl.web@gmail.com>
12692         * progmodes/octave.el (inferior-octave-startup-file): Change default.
12693         (inferior-octave): Remove calling comint-mode and return the buffer.
12694         (inferior-octave-startup): Cosmetic changes.
12696 2013-05-02  Leo Liu  <sdl.web@gmail.com>
12698         * progmodes/octave.el (octave-syntax-propertize-function):
12699         Include the case when ' is at line beginning.  (Bug#14336)
12701 2013-05-02  Glenn Morris  <rgm@gnu.org>
12703         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
12704         * desktop.el (vc-dir-mode): Just autoload it here.
12706 2013-05-02  Alan Mackenzie  <acm@muc.de>
12708         Eliminate variable c-standard-font-lock-fontify-region-function.
12709         * progmodes/cc-mode.el
12710         (c-standard-font-lock-fontify-region-function): Remove.
12711         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
12713 2013-05-01  Leo Liu  <sdl.web@gmail.com>
12715         * progmodes/octave.el: Compatible with older emacs-24 releases.
12716         (inferior-octave-has-built-in-variables): Remove.  Built-in
12717         variables were removed from Octave in 2007.
12718         (inferior-octave-startup): Fix uses.
12719         (comint-line-beginning-position): Remove compatibility code for
12720         emacs 21.
12722 2013-05-01  Juri Linkov  <juri@jurta.org>
12724         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
12726 2013-05-01  Juri Linkov  <juri@jurta.org>
12728         * comint.el (comint-previous-matching-input): Don't print message
12729         "History item: %d" when `isearch-mode' is active.
12730         (comint-history-isearch-message): Print message "History item: %d"
12731         when `comint-input-ring-index' is not empty and this function is
12732         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
12734 2013-05-01  Leo Liu  <sdl.web@gmail.com>
12736         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
12737         definitions.  Use completion-at-point to insert keywords.
12738         (octave-abbrev-start): Remove.
12739         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
12741 2013-04-30  Leo Liu  <sdl.web@gmail.com>
12743         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
12744         change.
12746 2013-04-30  Alan Mackenzie  <acm@muc.de>
12748         Handle arbitrarily long C++ member initialisation lists.
12749         * progmodes/cc-engine.el (c-back-over-member-initializers):
12750         new function.
12751         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
12752         (most) member init lists.
12754 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
12756         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
12757         variable.
12759 2013-04-30  Leo Liu  <sdl.web@gmail.com>
12761         * progmodes/octave.el (octave-variables): Remove.  No builtin
12762         variables any more.  All converted to functions.
12763         (octave-font-lock-keywords, octave-completion-at-point-function):
12764         Fix uses.
12765         (octave-font-lock-texinfo-comment): New user variable.
12766         (octave-texinfo-font-lock-keywords): New variable for texinfo
12767         comment block.
12768         (octave-function-comment-block): New face.
12769         (octave-font-lock-texinfo-comment): New function.
12770         (octave-mode): Font lock texinfo comment block.
12772 2013-04-29  Leo Liu  <sdl.web@gmail.com>
12774         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
12775         indexing expression.
12776         (octave-continuation-string): Do not use \.
12777         (inferior-octave-complete-impossible): Remove.
12778         (inferior-octave-completion-table)
12779         (inferior-octave-completion-at-point): Remove its uses.
12780         (inferior-octave-startup): completion_matches was introduced to
12781         Octave in 1996 so safe to assume it.
12782         (octave-function-file-comment): Improve to follow how Octave does it.
12783         (octave-update-function-file-comment): Tweak.
12785 2013-04-29  Leo Liu  <sdl.web@gmail.com>
12787         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
12788         (inferior-octave-startup): Remove inferior-octave-startup-hook.
12789         (octave-function-file-comment): Fix typo.
12790         (octave-sync-function-file-names): Use read-char-choice.
12792 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
12794         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
12795         to t for the less important warnings.
12797 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
12799         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
12801 2013-04-27  Glenn Morris  <rgm@gnu.org>
12803         * vc/log-view.el (log-view-current-entry):
12804         Treat "---" separator lines as part of the following rev.  (Bug#14169)
12806 2013-04-27  Juri Linkov  <juri@jurta.org>
12808         * subr.el (read-number): Doc fix about using it by interactive
12809         code letter `n'.  (Bug#14254)
12811 2013-04-27  Juri Linkov  <juri@jurta.org>
12813         * desktop.el (desktop-auto-save-timeout): New option.
12814         (desktop-file-checksum): New variable.
12815         (desktop-save): Add optional arg `auto-save' and don't auto-save
12816         if nothing changed.
12817         (desktop-auto-save-timer): New variable.
12818         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
12819         (after-init-hook): Call `desktop-auto-save-set-timer'.
12820         Suggested by Reuben Thomas <rrt@sc3d.org> in
12821         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
12823 2013-04-27  Leo Liu  <sdl.web@gmail.com>
12825         * progmodes/octave.el (octave-function-file-p)
12826         (octave-skip-comment-forward, octave-function-file-comment)
12827         (octave-update-function-file-comment): New functions.
12828         (octave-mode-map): Bind C-c ; to
12829         octave-update-function-file-comment.
12830         (octave-mode-menu): Add octave-update-function-file-comment.
12831         (octave-mode, inferior-octave-mode): Fix doc-string.
12832         (octave-insert-defun): Conform to Octave's coding convention.
12833         (Bug#14285)
12835         * files.el (basic-save-buffer): Don't let errors in
12836         before-save-hook prevent saving buffer.
12838 2013-04-20  Roland Winkler  <winkler@gnu.org>
12840         * faces.el (read-face-name): Use completing-read if arg multiple
12841         is nil.
12843 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
12845         * ls-lisp.el (ls-lisp-insert-directory): If no files are
12846         displayed, move point to after the totals line.
12847         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
12848         for the details.
12850 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12852         * emacs-lisp/package.el (package-autoload-ensure-default-file):
12853         Add current dir to the load-path.
12854         (package-generate-autoloads): Don't rely on
12855         autoload-ensure-default-file.
12857 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
12859         * textmodes/remember.el (remember-store-in-files): Document that
12860         the file name format is passed to `format-time-string'.
12862 2013-04-26  Leo Liu  <sdl.web@gmail.com>
12864         * progmodes/octave.el (octave-sync-function-file-names): New function.
12865         (octave-mode): Use it in before-save-hook.
12867 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12869         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
12870         (bug#14274).
12872         * progmodes/octave.el (octave-smie-forward-token): Properly skip
12873         \n and comment, even if it's not an implicit ; (bug#14218).
12875 2013-04-26  Glenn Morris  <rgm@gnu.org>
12877         * subr.el (read-number): Once more use `read' rather than
12878         `string-to-number', to trap non-numeric input.  (Bug#14254)
12880 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
12882         * emacs-lisp/syntax.el (syntax-propertize-multiline):
12883         Use `syntax-multiline' text property consistently instead of
12884         `font-lock-multiline'.  (Bug#14237)
12886 2013-04-26  Glenn Morris  <rgm@gnu.org>
12888         * emacs-lisp/shadow.el (list-load-path-shadows):
12889         No longer necessary to check for duplicate simple.el, since
12890         2012-07-07 change to init_lread to not include installation lisp
12891         directories in load-path when running uninstalled.  (Bug#14270)
12893 2013-04-26  Leo Liu  <sdl.web@gmail.com>
12895         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
12896         (octave-mode, inferior-octave-mode): Use setq-local.
12897         (octave-not-in-string-or-comment-p): Rename to
12898         octave-in-string-or-comment-p.
12899         (octave-in-comment-p, octave-in-string-p)
12900         (octave-in-string-or-comment-p): Replace defsubst with defun.
12902 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
12904         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
12906 2013-04-25  Bastien Guerry  <bzg@gnu.org>
12908         * textmodes/remember.el (remember-data-directory)
12909         (remember-directory-file-name-format): Fix custom types.
12911 2013-04-25  Leo Liu  <sdl.web@gmail.com>
12913         * progmodes/octave.el (octave-completion-at-point-function):
12914         Make use of inferior octave process.
12915         (octave-initialize-completions): Remove.
12916         (inferior-octave-completion-table): New function.
12917         (inferior-octave-completion-at-point): Use it.
12918         (octave-completion-alist): Remove.
12920 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12922         * progmodes/opascal.el: Use font-lock and syntax-propertize.
12923         (opascal-mode-syntax-table): New var.
12924         (opascal-literal-kind, opascal-is-literal-end)
12925         (opascal-literal-token-at): Rewrite.
12926         (opascal--literal-start-re, opascal-font-lock-keywords)
12927         (opascal--syntax-propertize): New constants.
12928         (opascal-font-lock-defaults): Adjust.
12929         (opascal-mode): Use them.  Set comment-<foo> variables as well.
12930         (delphi-comment-face, opascal-comment-face, delphi-string-face)
12931         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
12932         (delphi-other-face, opascal-other-face): Remove face variables.
12933         (opascal-save-state): Remove macro.
12934         (opascal-fontifying-progress-step): Remove constant.
12935         (opascal--ignore-changes): Remove var.
12936         (opascal-set-token-property, opascal-parse-next-literal)
12937         (opascal-is-stable-literal, opascal-complete-literal)
12938         (opascal-is-literal-start, opascal-face-of)
12939         (opascal-parse-region, opascal-parse-region-until-stable)
12940         (opascal-fontify-region, opascal-after-change)
12941         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
12942         (opascal-debug-parse-region, opascal-debug-parse-window)
12943         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
12944         (opascal-debug-fontify-buffer): Remove.
12945         (opascal-debug-mode-map): Adjust accordingly.
12947 2013-04-25  Leo Liu  <sdl.web@gmail.com>
12949         Merge octave-mod.el and octave-inf.el into octave.el with some
12950         cleanups.
12951         * progmodes/octave.el: New file renamed from octave-mod.el.
12952         * progmodes/octave-inf.el: Merged into octave.el.
12953         * progmodes/octave-mod.el: Renamed to octave.el.
12955 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
12957         * textmodes/reftex-vars.el
12958         (reftex-label-ignored-macros-and-environments): New defcustom.
12960         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
12962 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12964         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
12965         (smie-indent-keyword): Improve the check to ensure that the next
12966         comment is really on the same line.
12967         (smie-indent-comment): Don't align with a subsequent closer (or eob).
12969         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
12970         semi-colons if the line is not otherwise empty (bug#14218).
12972 2013-04-25  Glenn Morris  <rgm@gnu.org>
12974         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
12976 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12978         * progmodes/opascal.el (opascal-set-token-property): Rename from
12979         opascal-set-text-properties and only set `token' (bug#14134).
12980         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
12981         (opascal-literal-text-properties): Remove.
12982         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
12983         Adjust callers.
12985 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
12987         * textmodes/remember.el (remember-handler-functions): Add an
12988         option for a new handler `remember-store-in-files'.
12989         (remember-data-directory, remember-directory-file-name-format):
12990         New options.
12991         (remember-store-in-files): New function to store remember notes
12992         as separate files within a directory.
12994 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
12996         * progmodes/compile.el (compilation-next-error-function):
12997         Pass "formats" to compilation-find-file (bug#11777).
12999 2013-04-24  Glenn Morris  <rgm@gnu.org>
13001         * vc/vc-bzr.el (vc-bzr-print-log):
13002         * vc/vc-hg.el (vc-hg-print-log):
13003         * vc/vc-svn.el (vc-svn-print-log):
13004         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
13006         * vc/vc-bzr.el (vc-bzr-print-log):
13007         * vc/vc-cvs.el (vc-cvs-print-log):
13008         * vc/vc-git.el (vc-git-print-log):
13009         * vc/vc-hg.el (vc-hg-print-log):
13010         * vc/vc-mtn.el (vc-mtn-print-log):
13011         * vc/vc-rcs.el (vc-rcs-print-log):
13012         * vc/vc-sccs.el (vc-sccs-print-log):
13013         * vc/vc-svn.el (vc-svn-print-log):
13014         * vc/vc.el (vc-print-log-internal): Doc fixes.
13016 2013-04-23  Glenn Morris  <rgm@gnu.org>
13018         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
13019         Remove venerable code attempting to avoid substitute-command-keys.
13021 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
13023         * textmodes/reftex-vars.el (reftex-label-regexps):
13024         Call `reftex-compile-variables' after changes to this variable.
13026 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13028         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
13029         Use lexical-binding.
13030         (jit-lock-force-redisplay): Use markers, check buffer's continued
13031         existence and beware narrowed buffers.
13032         (jit-lock-fontify-now): Adjust call accordingly.
13034 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13036         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
13037         to avoid misleading the user.
13039 2013-04-22  Leo Liu  <sdl.web@gmail.com>
13041         * info-look.el: Prefer latex2e.info.  (Bug#14240)
13043 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
13045         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
13047         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
13048         * net/tramp.el (tramp-call-process): ... here.
13049         (tramp-set-completion-function, tramp-parse-putty):
13050         * net/tramp-adb.el (tramp-adb-execute-adb-command):
13051         * net/tramp-gvfs.el (tramp-gvfs-send-command):
13052         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
13053         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
13054         (tramp-call-local-coding-command): Use `tramp-call-process'
13055         instead of `tramp-compat-call-process'.
13057         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
13058         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
13059         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
13060         (tramp-find-inline-compress): Improve traces.
13061         (tramp-maybe-send-script): Check for Perl binary.
13062         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
13064 2013-04-22  Daiki Ueno  <ueno@gnu.org>
13066         * epg.el (epg-context-pinentry-mode): New function.
13067         (epg-context-set-pinentry-mode): New function.
13068         (epg--start): Pass --pinentry-mode option to gpg command.
13070 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
13072         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
13073         `comint-dynamic-complete' is obsolete since 24.1, replaced by
13074         `completion-at-point'.  (Bug#13774)
13076         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
13077         default key binding for `describe-distribution' has been moved to
13078         `C-h C-o'.  (Bug#13970)
13080 2013-04-21  Glenn Morris  <rgm@gnu.org>
13082         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
13083         Add doc strings.
13084         (vc-print-log): Clarify interactive prompt.
13086 2013-04-20  Glenn Morris  <rgm@gnu.org>
13088         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
13089         No longer include timestamp etc information.
13091 2013-04-20  Roland Winkler  <winkler@gnu.org>
13093         * faces.el (read-face-name): Bug fix, return just one face if arg
13094         multiple is nil.  (Bug#14209)
13096 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13098         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
13099         (remove-function): Autoload.
13101         * comint.el (comint-redirect-original-filter-function): Remove.
13102         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
13103         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
13104         (vc-cvs-annotate-command):
13105         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
13106         * progmodes/prolog.el (prolog-consult-compile):
13107         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
13108         Use add/remove-function instead.
13109         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
13110         (gud-tooltip-process-output, gud-tooltip-tips):
13111         Use add/remove-function instead.
13112         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
13113         (scheme-interaction-mode, exit-scheme-interaction-mode):
13114         Use add/remove-function instead.
13116         * vc/vc-dispatcher.el: Use lexical-binding.
13117         (vc--process-sentinel): Rename from vc-process-sentinel.
13118         Change last arg to be the code to run.  Don't use vc-previous-sentinel
13119         and vc-sentinel-commands any more.
13120         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
13121         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
13123 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
13125         * progmodes/sh-script.el (sh-imenu-generic-expression):
13126         Handle function names with a single character.  (Bug#14111)
13128 2013-04-19  Dima Kogan  <dima@secretsauce.net>  (tiny change)
13130         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
13131         for subroutines defined in an eval (bug#14182).
13133 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13135         * bookmark.el (bookmark-completing-read): Improve handling of empty
13136         string (bug#14176).
13138 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13140         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
13142 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
13144         New faster Imenu implementation (bug#14058).
13145         * progmodes/python.el:
13146         (python-imenu-prev-index-position):
13147         (python-imenu-format-item-label-function)
13148         (python-imenu-format-parent-item-label-function)
13149         (python-imenu-format-parent-item-jump-label-function):
13150         New vars.
13151         (python-imenu-format-item-label)
13152         (python-imenu-format-parent-item-label)
13153         (python-imenu-format-parent-item-jump-label)
13154         (python-imenu--put-parent, python-imenu--build-tree)
13155         (python-imenu-create-index, python-imenu-create-flat-index)
13156         (python-util-popn): New functions.
13157         (python-mode): Set imenu-create-index-function to
13158         python-imenu-create-index.
13160 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13162         * winner.el (winner-active-region): Use region-active-p, activate-mark
13163         and deactivate-mark (bug#14225).
13165         * simple.el (deactivate-mark): Don't inline it.
13167 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
13169         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
13171 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
13173         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
13174         file extensions from the archive-mode entry in order to prefer
13175         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
13177 2013-04-18  Leo Liu  <sdl.web@gmail.com>
13179         * bindings.el (help-event-list): Add ?\?.
13181 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13183         * subr.el (with-wrapper-hook): Declare obsolete.
13184         * simple.el (filter-buffer-substring-function): New hook.
13185         (filter-buffer-substring): Use it.
13186         (filter-buffer-substring-functions): Mark obsolete.
13187         * minibuffer.el (completion-in-region-function): New hook.
13188         (completion-in-region): Use it.
13189         (completion-in-region-functions): Mark obsolete.
13190         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
13191         * abbrev.el (abbrev-expand-function): New hook.
13192         (expand-abbrev): Use it.
13193         (abbrev-expand-functions): Mark obsolete.
13194         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
13195         and :filter-return.
13197 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
13199         * progmodes/python.el (python-nav--syntactically): Fix cornercases
13200         and do not care about match data.
13202 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13204         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
13205         completion tables when completing error conditions and
13206         `declare' arguments.
13207         (lisp-complete-symbol, field-complete): Mark as obsolete.
13208         (check-parens): Unmatched parens are user errors.
13209         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
13211 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
13213         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
13214         command changed buffer (ie. `flyspell-pre-buffer' is not current
13215         buffer), which prevents making decisions based on invalid value of
13216         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
13217         cause an error when `flyspell-pre-point' was nil after switching
13218         buffers.
13219         (flyspell-post-command-hook): No longer needs to change buffers when
13220         checking pre-word.  While at it remove unnecessary progn.
13222 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
13224         * textmodes/ispell.el (ispell-add-per-file-word-list):
13225         Fix `flyspell-correct-word-before-point' error when accepting
13226         words and `coment-padding' is an integer by using
13227         `comment-normalize-vars' (Bug #14214).
13229 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
13231         New defun movement commands.
13232         * progmodes/python.el (python-nav--syntactically)
13233         (python-nav--forward-defun, python-nav-backward-defun)
13234         (python-nav-forward-defun): New functions.
13236 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
13238         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
13239         (python-syntax-context): Use named compiler-macro for backwards
13240         compatibility with Emacs 24.x.
13242 2013-04-17  Leo Liu  <sdl.web@gmail.com>
13244         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
13245         octave-hide-process-buffer.
13247 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13249         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
13250         (bug#14216).
13252 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
13254         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
13255         Fix adjustment of offset when receiving incomplete responses from GDB
13256         (bug#14129).
13258 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13260         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
13261         python-mode-abbrev-table.
13262         (python-skeleton-define): Adjust accordingly.
13263         (python-mode-abbrev-table): New table that inherits from it so that
13264         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
13266         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
13267         (abbrev-symbol): Use it.
13268         (abbrev--before-point): Use it since we already handle inheritance.
13270 2013-04-16  Leo Liu  <sdl.web@gmail.com>
13272         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
13273         binding to info-lookup-symbol.
13275 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
13277         * minibuffer.el (completion--twq-all):
13278         * term/ns-win.el (ns-initialize-window-system):
13279         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
13281 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13283         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
13284         global bindings.
13286         * doc-view.el (doc-view-start-process): Handle url-handler directories.
13288 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
13290         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
13291         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
13292         to nil.
13293         (ruby-end-of-defun): Remove the unused arg, change the docstring
13294         to reflect that this function is only used as the value of
13295         `end-of-defun-function'.
13296         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
13297         to reflect an earlier change that beginning/end-of-defun functions
13298         jump between methods in a class definition, as well as top-level
13299         functions.
13301 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13303         * minibuffer.el (minibuffer-complete): Don't just scroll
13304         a *Completions* that's been iconified.
13305         (minibuffer-force-complete): Make sure repetitions do cycle when going
13306         through completion-in-region -> minibuffer-complete.
13308 2013-04-15  Alan Mackenzie  <acm@muc.de>
13310         Correct the placement of c-cpp-delimiters when there're #s not at
13311         col 0.
13313         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
13314         place a submatch around the #.
13315         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
13316         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
13317         on the #, not BOL.
13319 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13321         * emacs-lisp/nadvice.el: Properly test names when adding advice.
13322         (advice--member-p): New arg `name'.
13323         (advice--add-function, advice-member-p): Use it (bug#14202).
13325 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
13327         Reformulate java imenu-generic-expression.
13328         The old expression contained ill formed regexps.
13330         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
13331         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
13332         (cc-imenu-java-method-arg-regexp): New defconsts.
13333         (cc-imenu-java-build-type-args-regex): New defun.
13334         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
13335         handling of spaces in the regexp.
13337 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13339         * textmodes/ispell.el (ispell-command-loop): Remove
13340         flyspell highlight of a word when ispell accepts it (bug #14178).
13342 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
13344         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
13345         uses code from the previous `ange-ftp-run-real-handler'.
13346         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
13347         only in case that function exist.  This is needed for proper
13348         unloading of Tramp.
13350 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
13352         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
13354         * textmodes/reftex.el (reftex-compile-variables): Use it.
13356 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13358         * files.el (normal-mode): Only use default major-mode if no other mode
13359         was specified.
13361         * emacs-lisp/trace.el (trace-values): New function.
13363         * files.el: Allow : in local variables (bug#14089).
13364         (hack-local-variable-regexp): New var.
13365         (hack-local-variables-prop-line, hack-local-variables): Use it.
13367 2013-04-13  Roland Winkler  <winkler@gnu.org>
13369         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
13370         data before it gets modified by bibtex-beginning-of-entry.
13372 2013-04-13  Roland Winkler  <winkler@gnu.org>
13374         * textmodes/bibtex.el (bibtex-url): Doc fix.
13376 2013-04-13  Roland Winkler  <winkler@gnu.org>
13378         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
13379         does not visit a BibTeX file, exclude it from the list of buffers
13380         returned by bibtex-initialize.
13382 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
13384         * window.el (split-window): Remove interactive form, since as a
13385         command this function is a special case of split-window-below.
13386         Correct doc string.
13388 2013-04-12  Roland Winkler  <winkler@gnu.org>
13390         * faces.el (read-face-name): Do not override value of arg default.
13391         Allow single faces and strings as default values.  Remove those
13392         elements from return value that are not faces.
13393         (describe-face): Simplify.
13394         (face-at-point): New optional args thing and multiple so that this
13395         function can provide the same functionality previously provided by
13396         read-face-name.
13397         (make-face-bold, make-face-unbold, make-face-italic)
13398         (make-face-unitalic, make-face-bold-italic, invert-face)
13399         (modify-face, read-face-and-attribute): Use face-at-point.
13401         * cus-edit.el (customize-face, customize-face-other-window)
13402         * cus-theme.el (custom-theme-add-face)
13403         * face-remap.el (buffer-face-set)
13404         * facemenu.el (facemenu-set-face): Use face-at-point.
13406 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
13408         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
13410 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
13412         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
13413         off leading { and trailing } from field values.
13415 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13417         * emacs-lisp/timer.el (timer--check): New function.
13418         (timer--time, timer-set-function, timer-event-handler): Use it.
13419         (timer-set-idle-time): Simplify.
13420         (timer--activate): CSE.
13421         (timer-event-handler): Give more info in error message.
13422         (internal-timer-start-idle): New function, moved from C.
13424         * mpc.el (mpc-proc): Add `restart' argument.
13425         (mpc-proc-cmd): Use it.
13426         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
13427         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
13428         less often.
13430 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
13432         * progmodes/sh-script.el: Implement `sh-mode' own
13433         `add-log-current-defun-function' (bug#14112).
13434         (sh-current-defun-name): New function.
13435         (sh-mode): Use the function.
13437 2013-04-09  Bastien Guerry  <bzg@gnu.org>
13439         * simple.el (choose-completion-string): Fix docstring (bug#14163).
13441 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13443         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
13445         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
13446         timer (bug#14156).
13448 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
13450         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
13451         declaration.
13453 2013-04-07  Leo Liu  <sdl.web@gmail.com>
13455         * pcmpl-x.el: New file.
13457 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
13459         Do not set x-display-name until X connection is established.
13460         This is needed to prevent from weird situation described at
13461         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
13462         * frame.el (make-frame): Set x-display-name after call to
13463         window system initialization function, not before.
13464         * term/x-win.el (x-initialize-window-system): Add optional
13465         display argument and use it.
13466         * term/w32-win.el (w32-initialize-window-system):
13467         * term/ns-win.el (ns-initialize-window-system):
13468         * term/pc-win.el (msdos-initialize-window-system):
13469         Add compatible optional display argument.
13471 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
13473         * files.el (normal-backup-enable-predicate): On MS-Windows and
13474         MS-DOS compare truenames of temporary-file-directory and of the
13475         file, so that 8+3 aliases (usually found in $TEMP on Windows)
13476         don't fail comparison by compare-strings.  Also, compare file
13477         names case-insensitively on MS-Windows and MS-DOS.
13479 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13481         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
13482         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
13484 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
13486         * whitespace.el (whitespace-color-on, whitespace-color-off):
13487         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
13489 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
13491         * ispell.el (ispell-set-spellchecker-params):
13492         Really set `ispell-args' for all equivs.
13494 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13496         * ido.el (ido-completions): Use extra elements of ido-decorations
13497         (bug#14143).
13498         (ido-decorations): Update docstring.
13500 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
13502         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
13503         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
13504         nil during initialization, in order not to miss changes since the
13505         file was opened.  (Bug#14140)
13507 2013-04-05  Leo Liu  <sdl.web@gmail.com>
13509         * kmacro.el (kmacro-call-macro): Fix bug#14135.
13511 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
13513         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
13515 2013-04-04  Glenn Morris  <rgm@gnu.org>
13517         * electric.el (electric-pair-inhibit-predicate): Add :version.
13519 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13521         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
13522         when a package is required several times (bug#14082).
13524 2013-04-04  Roland Winkler  <winkler@gnu.org>
13526         * faces.el (read-face-name): Behave as promised by the docstring.
13527         Assume that arg default is a list of faces.
13528         (describe-face): Call read-face-name with list of default faces.
13530 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13532         * bookmark.el: Fix deletion of bookmarks (bug#13972).
13533         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
13534         (bookmark-bmenu-execute-deletions): Only skip first line if it's
13535         the header.
13536         (bookmark-exit-hook-internal): Save even if list is empty.
13538 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
13540         * emacs-lisp/package.el (package-pinned-packages): New var.
13541         (package--add-to-archive-contents): Obey it (bug#14118).
13543 2013-04-03  Alan Mackenzie  <acm@muc.de>
13545         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
13546         Also adapt to the new values of element 7 of a parse state.
13548         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
13549         parameter `not-in-delimiter'.  Handle being inside comment opener.
13550         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
13551         character in case we're typing a '*' after a '/'.
13552         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
13553         instead by passing the parameter to c-state-pp-to-literal.
13555         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
13556         for elt. 7 of a parse state.
13558 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
13560         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
13561         * international/latin1-disp.el, international/mule-util.el:
13562         * language/cyril-util.el, language/european.el, language/ind-util.el:
13563         * language/lao-util.el, language/thai.el, language/tibet-util.el:
13564         * language/tibetan.el, language/viet-util.el:
13565         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
13567 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13569         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
13570         (electric-pair-post-self-insert-function): Use it.
13571         (electric-pair-default-inhibit): New function, extracted from
13572         electric-pair-post-self-insert-function.
13574 2013-03-31  Roland Winkler  <winkler@gnu.org>
13576         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
13578 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13580         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
13582 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
13584         Un-indent after "pass" and "return" statements (Bug#13888)
13585         * progmodes/python.el (python-indent-block-enders): New var.
13586         (python-indent-calculate-indentation): Use it.
13588 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
13590         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
13591         defun.  Defining it as defalias could introduce too eager
13592         byte-compiler optimization.  (Bug#14030)
13594 2013-03-30  Chong Yidong  <cyd@gnu.org>
13596         * iswitchb.el (iswitchb-read-buffer): Fix typo.
13598 2013-03-30  Leo Liu  <sdl.web@gmail.com>
13600         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
13601         (kmacro-execute-from-register): Pass the keyboard macro to
13602         kmacro-call-macro or repeating won't work correctly.
13604 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
13606         * progmodes/subword.el: Back to using `forward-symbol'.
13608         * subr.el (forward-whitespace, forward-symbol)
13609         (forward-same-syntax): Move from thingatpt.el.
13611 2013-03-29  Leo Liu  <sdl.web@gmail.com>
13613         * kmacro.el (kmacro-to-register): New command.
13614         (kmacro-execute-from-register): New function.
13615         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
13617 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13619         * mpc.el: Use defvar-local and setq-local.
13620         (mpc--proc-connect): Connection failures are not bugs.
13621         (mpc-mode-map): `follow-link' only applies to the buffer's content.
13622         (mpc-volume-map): Bind to the up-events.
13624 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13626         * progmodes/subword.el (superword-mode): Use `forward-sexp'
13627         instead of `forward-symbol'.
13629 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13631         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
13632         (edebug--recursive-edit): Use it.
13633         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
13634         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
13636 2013-03-28  Leo Liu  <sdl.web@gmail.com>
13638         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
13640 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
13642         * facemenu.el (list-colors-callback): New defvar.
13643         (list-colors-redisplay): New function.
13644         (list-colors-display): Install list-colors-redisplay as the
13645         revert-buffer-function.  (Bug#14063)
13647 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13649         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
13650         and suffixes don't overlap (bug#14061).
13652         * case-table.el: Use lexical-binding.
13653         (case-table-get-table): New function.
13654         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
13656 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13658         * progmodes/subword.el: Add `superword-mode' to do word motion
13659         over symbol_words (parallels and leverages `subword-mode' which
13660         does word motion inside MixedCaseWords).
13662 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
13664         * eshell/em-unix.el: Move su and sudo to...
13665         * eshell/em-tramp.el: ...Eshell tramp module.
13667 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13669         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
13670         Change return value to be a sexp.  Delay `get-buffer' to after
13671         restoring the desktop (bug#13951).
13673 2013-03-26  Leo Liu  <sdl.web@gmail.com>
13675         * register.el: Move semantic tag handling back to
13676         cedet/semantic/senator.el.  (Bug#14052)
13678 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13680         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
13681         into the prompt either (bug#13963).
13683 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13685         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
13686         part of "(error-foo)".
13688 2013-03-24  Juri Linkov  <juri@jurta.org>
13690         * replace.el (list-matching-lines-prefix-face): New defcustom.
13691         (occur-1): Pass `list-matching-lines-prefix-face' to the function
13692         `occur-engine' if `face-differs-from-default-p' returns t.
13693         (occur-engine): Add `,' inside backquote construct to evaluate
13694         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
13695         Pass `prefix-face' to the functions `occur-context-lines' and
13696         `occur-engine-add-prefix'.
13697         (occur-engine-add-prefix, occur-context-lines): Add optional arg
13698         `prefix-face' and propertize the prefix with `prefix-face'.
13699         (Bug#14017)
13701 2013-03-24  Leo Liu  <sdl.web@gmail.com>
13703         * nxml/rng-valid.el (rng-validate-while-idle)
13704         (rng-validate-quick-while-idle): Guard against deleted buffer.
13705         (Bug#13999)
13707         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
13708         is the last entry in kill-buffer-hook.
13710         * files.el (kill-buffer-hook): Doc fix.
13712 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
13714         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
13715         Make it safe-local.
13717         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
13719 2013-03-23  Leo Liu  <sdl.web@gmail.com>
13721         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
13722         Remove.
13724         * nxml/rng-valid.el (rng-validate-mode)
13725         (rng-after-change-function, rng-do-some-validation):
13726         * nxml/rng-maint.el (rng-validate-buffer):
13727         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
13728         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
13729         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
13730         (nxml-extend-after-change-region): Use with-silent-modifications.
13732         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
13733         timer-idle-list.
13735         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
13736         (rng-next-error-1, rng-previous-error-1): Do not let-bind
13737         timer-idle-list.  (Bug#13999)
13739 2013-03-23  Juri Linkov  <juri@jurta.org>
13741         * info.el (info-index-match): New face.
13742         (Info-index, Info-apropos-matches): Add a nested subgroup to the
13743         main pattern and add text properties with the new face to matches
13744         in index entries relative to the beginning of the index entry.
13745         (Bug#14015)
13747 2013-03-21  Eric Ludlam  <zappo@gnu.org>
13749         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
13750         Inhibit read only while inserting objects.
13752 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13754         * progmodes/cfengine.el: Update docs to mention
13755         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
13756         symbol motion.  Remove "_" from the word syntax.
13758 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
13760         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
13761         syntax for both `cfengine2-mode' and `cfengine3-mode'.
13763 2013-03-20  Juri Linkov  <juri@jurta.org>
13765         * info.el (Info-next-reference-or-link)
13766         (Info-prev-reference-or-link): New functions.
13767         (Info-next-reference, Info-prev-reference): Use them.
13768         (Info-try-follow-nearest-node): Handle footnote navigation.
13769         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
13771 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13773         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
13774         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
13776 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
13778         Suppress unnecessary non-ASCII chatter during build process.
13779         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
13780         (batch-skkdic-convert): Suppress most of the chatter.
13781         It's not needed so much now that machines are faster,
13782         and its non-ASCII component was confusing; see Dmitry Gutov in
13783         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
13785 2013-03-20  Leo Liu  <sdl.web@gmail.com>
13787         * ido.el (ido-chop): Fix bug#10994.
13789 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
13791         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
13792         Remove vars.
13793         (whitespace-color-on, whitespace-color-off):
13794         Use `font-lock-fontify-buffer' (Bug#13817).
13796 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13798         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
13799         remapping in mode-line.
13800         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
13802 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
13804         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
13805         value for `whitespace-line' face (Bug#13875).
13806         (whitespace-font-lock-keywords): Change description.
13807         (whitespace-color-on): Don't save `font-lock-keywords' value, save
13808         the constructed keywords instead.
13809         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
13811 2013-03-19  Leo Liu  <sdl.web@gmail.com>
13813         * progmodes/compile.el (compilation-display-error): New command.
13814         (compilation-mode-map, compilation-minor-mode-map): Bind it to
13815         C-o.  (Bug#13992)
13817 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
13819         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
13821 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
13823         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
13825 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
13827         * net/tramp-compat.el (tramp-compat-user-error): New defun.
13829         * net/tramp-adb.el (tramp-adb-handle-shell-command):
13830         * net/tramp-gvfs.el (top):
13831         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
13832         (tramp-handle-shell-command): Use it.
13833         (tramp-dissect-file-name): Raise an error when hostname is a
13834         method name, and neither method nor user is specified.
13836         * net/trampver.el: Update release number.
13838 2013-03-18  Leo Liu  <sdl.web@gmail.com>
13840         Make sure eldoc can be turned off properly.
13841         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
13842         eldoc-mode.
13843         (eldoc-display-message-p): Revert last change.
13844         (eldoc-display-message-no-interference-p)
13845         (eldoc-print-current-symbol-info): Tweak.
13847 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
13849         * doc-view.el (doc-view-new-window-function): Check the new window
13850         overlay's display property instead the char property of the
13851         buffer's first char.  Use `with-selected-window' instead of
13852         `save-window-excursion' with `select-window'.
13853         (doc-view-document->bitmap): Check the current doc-view overlay's
13854         display property instead the char property of the buffer's first char.
13856 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
13858         Automate the build of ja-dic.el (Bug#13984).
13859         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
13860         from the input, rather than assume that it's been done for us by the
13861         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
13862         the current date into a ja-dic.el comment, as that complicates
13863         regression testing.
13865 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13867         * whitespace.el: Fix double evaluation.
13868         (whitespace-space, whitespace-hspace, whitespace-tab)
13869         (whitespace-newline, whitespace-trailing, whitespace-line)
13870         (whitespace-space-before-tab, whitespace-indentation)
13871         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
13872         obsolete defvars.
13873         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
13874         (whitespace-color-on): Use a single font-lock-add-keywords call.
13875         Fix double-evaluation of face variables.
13877 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
13879         * net/tramp-adb.el (tramp-adb-parse-device-names):
13880         Use `start-process' instead of `call-process'.  Otherwise, the
13881         function might be blocked under MS Windows.  (Bug#13299)
13883 2013-03-17  Leo Liu  <sdl.web@gmail.com>
13885         Extend eldoc to display info in the mode-line.  (Bug#13978)
13886         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
13887         (eldoc-mode-line-string): New variable.
13888         (eldoc-minibuffer-message): New function.
13889         (eldoc-message-function): New variable.
13890         (eldoc-message): Use it.
13891         (eldoc-display-message-p)
13892         (eldoc-display-message-no-interference-p):
13893         Support eldoc-post-insert-mode.
13895         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
13896         (eval-expression): Run it.
13898 2013-03-17  Roland Winkler  <winkler@gnu.org>
13900         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
13901         strings in the list of return values.
13903 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
13905         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
13906         radix before checking for HMS forms.
13908 2013-03-16  Leo Liu  <sdl.web@gmail.com>
13910         * progmodes/scheme.el: Add indentation and font-locking for λ.
13911         (Bug#13975)
13913 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13915         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
13916         token before point (bug#13942).
13918 2013-03-16  Leo Liu  <sdl.web@gmail.com>
13920         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
13922 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
13924         * startup.el (command-line-normalize-file-name): Fix handling of
13925         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
13926         <xfq.free@gmail.com> in
13927         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
13929 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
13931         Sync with Tramp 2.2.7.
13933         * net/trampver.el: Update release number.
13935 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
13937         * doc-view.el: Fix bug#13887.
13938         (doc-view-insert-image): Don't modify overlay associated to
13939         non-live windows, and implement horizontal centering of image in
13940         case it's smaller than the window.
13941         (doc-view-new-window-function): Force redisplay of new windows on
13942         doc-view buffers.
13944 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
13946         * saveplace.el (save-place-alist-to-file): Don't sort
13947         `save-place-alist', just pretty-print it (bug#13882).
13949 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
13951         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
13952         Check whether `default-file-name-coding-system' is bound.
13953         It isn't in XEmacs.
13955 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13957         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
13958         backquotes for `obsolete' (bug#13929).
13960         * international/mule.el (find-auto-coding): Include file name in
13961         obsolescence warning (bug#13922).
13963 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13965         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
13966         for CFEngine 3-specific indentation.
13967         (cfengine3-indent-line): Use it.  Fix up category regex.
13968         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
13970 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13972         * type-break.el (type-break-file-name):
13973         * textmodes/remember.el (remember-data-file):
13974         * strokes.el (strokes-file):
13975         * shadowfile.el (shadow-initialize):
13976         * saveplace.el (save-place-file):
13977         * ps-bdf.el (bdf-cache-file):
13978         * progmodes/idlwave.el (idlwave-config-directory):
13979         * net/quickurl.el (quickurl-url-file):
13980         * international/kkc.el (kkc-init-file-name):
13981         * ido.el (ido-save-directory-list-file):
13982         * emulation/viper.el (viper-custom-file-name):
13983         * emulation/vip.el (vip-startup-file):
13984         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
13985         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
13987 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
13989         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
13990         * language/thai-word.el: Switch to UTF-8.
13992 See ChangeLog.16 for earlier changes.
13994 ;; Local Variables:
13995 ;; coding: utf-8
13996 ;; End:
13998   Copyright (C) 2011-2014 Free Software Foundation, Inc.
14000   This file is part of GNU Emacs.
14002   GNU Emacs is free software: you can redistribute it and/or modify
14003   it under the terms of the GNU General Public License as published by
14004   the Free Software Foundation, either version 3 of the License, or
14005   (at your option) any later version.
14007   GNU Emacs is distributed in the hope that it will be useful,
14008   but WITHOUT ANY WARRANTY; without even the implied warranty of
14009   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14010   GNU General Public License for more details.
14012   You should have received a copy of the GNU General Public License
14013   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.