* lisp/progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with
[emacs.git] / lisp / ChangeLog
blobb34f9cf1fefdb7dd1cc3bdd446c6e9bfdc8f99e8
1 2014-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with
4         require-final-newline since prog-mode already took care of it (bug#17947).
6 2014-07-04  Stephen Berman  <stephen.berman@gmx.net>
8         * calendar/todo-mode.el: Fix two bugs.  Shorten Commentary and
9         refer to the Todo mode Info manual.  Update the comment on
10         requiring cl-lib.
11         (todo-find-filtered-items-file): Add todo-prefix overlays.
12         (todo-filter-items): Reorder a let-bound variable to avoid a
13         wrong-type-argument error on canceling the file choice dialog.
15 2014-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17         * progmodes/octave.el (inferior-octave-mode):
18         Set comint-input-ring-size to a number (bug#17912).
20 2014-07-03  Juri Linkov  <juri@jurta.org>
22         * desktop.el (desktop-minor-mode-table): Add `defining-kbd-macro'
23         and `isearch-mode' associated with nil.  (Bug#17849)
25 2014-07-02  Juri Linkov  <juri@jurta.org>
27         * desktop.el (desktop-save): Rename arg `auto-save' to
28         `only-if-changed'.  Doc fix.  (Bug#17873)
30 2014-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
32         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
33         Use insert-for-yank (bug#17271).
35 2014-07-02  Leo Liu  <sdl.web@gmail.com>
37         * emacs-lisp/pp.el (pp-eval-expression, pp-eval-last-sexp):
38         Support lexical-binding.
40 2014-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
42         * vc/log-edit.el (log-edit-goto-eoh): New function.
43         (log-edit--match-first-line): Use it (bug#17861).
45 2014-07-01  Glenn Morris  <rgm@gnu.org>
47         * vc/log-edit.el (log-edit-hook): Add missing :version.
49 2014-07-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
51         * progmodes/python.el (python-indent-post-self-insert-function):
52         Enhancements to electric indentation behavior inside
53         parens. (Bug#17658)
55 2014-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
57         * ps-def.el (ps-generate-postscript-with-faces1): Don't mess with
58         buffer-invisibility-spec (bug#17867).
60 2014-06-29  Andreas Schwab  <schwab@linux-m68k.org>
62         * vc/vc-git.el (vc-git-checkin): When operating on the whole tree
63         pass "-a".
65 2014-06-29  Glenn Morris  <rgm@gnu.org>
67         * cus-edit.el (help):
68         * finder.el (finder-known-keywords):
69         * help.el (help-for-help-internal):
70         * vc/ediff-mult.el (ediff-meta-buffer-verbose-message)
71         (ediff-redraw-registry-buffer):
72         * vc/ediff-ptch.el (ediff-patch-file-internal):
73         Doc fixes re "online" help.  (Bug#17803)
75         * progmodes/idlwave.el (idlwave): Update url-link for custom group.
76         (idlwave-mode): Doc URL update.
78 2014-06-27  Stephen Berman  <stephen.berman@gmx.net>
80         * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to
81         account for file-wide setting of todo-top-priorities-overrides.
82         Make code a bit cleaner.
84 2014-06-27  Leo Liu  <sdl.web@gmail.com>
86         * calc/calc.el (math-bignum): Handle most-negative-fixnum.  (Bug#17556)
88 2014-06-27  Glenn Morris  <rgm@gnu.org>
90         * net/eww.el (eww-mode) <eww-current-title>: Make local.  (Bug#17860)
92 2014-06-26  Stephen Berman  <stephen.berman@gmx.net>
94         * calendar/todo-mode.el (todo-prefix-overlays): If there is no
95         category-wide setting of todo-top-priorities-overrides, check for
96         a file-wide setting and fontify accordingly.
98 2014-06-26  Glenn Morris  <rgm@gnu.org>
100         * subr.el (read-passwd): Warn about batch mode.  (Bug#17839)
102 2014-06-26  Daiki Ueno  <ueno@gnu.org>
104         * emacs-lisp/package.el (package--check-signature):
105         If package-check-signature is allow-unsigned, don't signal error when
106         we can't verify signature because of missing public key
107         (backport for bug#17625).
109 2014-06-26  Glenn Morris  <rgm@gnu.org>
111         * emacs-lisp/cl-macs.el (help-add-fundoc-usage):
112         Remove outdated declaration.
114         * emacs-lisp/authors.el (authors-valid-file-names)
115         (authors-renamed-files-alist): Additions.
117 2014-06-25  Leo Liu  <sdl.web@gmail.com>
119         * textmodes/picture.el (picture-set-tab-stops):
120         * ruler-mode.el (ruler-mode-mouse-add-tab-stop)
121         (ruler-mode-ruler): Fix to work with nil tab-stop-list.
123         * progmodes/asm-mode.el (asm-calculate-indentation):
124         Use indent-next-tab-stop.
126         * indent.el (indent-accumulate-tab-stops): New function.
128 2014-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
130         * emacs-lisp/package.el (package-list-unsigned): New var (bug#17625).
131         (package-desc-status): Obey it.
133 2014-06-25  Stephen Berman  <stephen.berman@gmx.net>
135         * calendar/todo-mode.el: Fix two bugs.
136         (todo-insert-item--basic): If user cancels item insertion to
137         another category before setting priority, show original category
138         whether it is in the same or a different file.
139         (todo-set-item-priority): After selecting category, instead of
140         moving point to top, which extends an active region, restore it.
142 2014-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
144         * help-fns.el (describe-function-1): Check file-name is a string before
145         calling help-fns--autoloaded-p (bug#17564).
147 2014-06-24  Juri Linkov  <juri@jurta.org>
149         * desktop.el (desktop-auto-save-enable)
150         (desktop-auto-save-disable): New functions.
151         (desktop-save-mode, desktop-auto-save-timeout): Use them.
152         (desktop-read): Disable the autosave before loading the desktop,
153         and enable afterwards.  (Bug#17351)
155 2014-06-24  Stefan Monnier  <monnier@iro.umontreal.ca>
157         Fix some indentation problem with \; and pipes (bug#17842).
158         * progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&.
159         (sh-smie--default-forward-token, sh-smie--default-backward-token):
160         New functions.
161         (sh-smie-sh-forward-token, sh-smie-sh-backward-token)
162         (sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them.
163         (sh-smie-sh-rules): Fix indentation of a pipe at BOL.
165 2014-06-24  Eli Zaretskii  <eliz@gnu.org>
167         * international/fontset.el (script-representative-chars):
168         Add representative characters for scripts added in Unicode 7.0.
169         (otf-script-alist): Synchronize with the latest registry of OTF
170         script tags.
172         * international/characters.el (char-script-table): Update for
173         scripts added and codepoint ranges changed in Unicode 7.0.
175 2014-06-23  Leo Liu  <sdl.web@gmail.com>
177         * align.el (align-adjust-col-for-rule): Unbreak due to defaulting
178         tab-stop-list to nil.  (Bug#16381)
180         * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
181         (indent-rigidly-left-to-tab-stop)
182         (indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
183         (move-to-tab-stop): Change callers.
185 2014-06-22  Eli Zaretskii  <eliz@gnu.org>
187         * skeleton.el (skeleton-insert): Yet another fix of the doc string
188         wrt behavior of \n as the first/last element of a skeleton.
190 2014-06-22  Michael Albinus  <michael.albinus@gmx.de>
192         * net/tramp-adb.el (tramp-adb-handle-process-file):
193         * net/tramp-sh.el (tramp-sh-handle-process-file):
194         * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
195         the output buffer when DISPLAY is non-nil.  (Bug#17815)
197 2014-06-21  Glenn Morris  <rgm@gnu.org>
199         * play/landmark.el (landmark-move-down, landmark-move-up):
200         Fix 2007-10-20 change - preserve horizontal position.
202 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
204         Fix completion retrieval parsing (bug#17209).
205         * progmodes/python.el (python-mode):
206         (python-util-strip-string): New function.
207         (python-shell-completion-get-completions): Use it.
209 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
211         * skeleton.el (skeleton-insert): Fix last change.
213 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
215         Enhancements for outline integration (bug#17796).
216         * progmodes/python.el (python-mode): Properly set
217         outline-heading-end-regexp so that comments after colons for
218         defuns are supported.
220 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
222         * skeleton.el (skeleton-insert): Doc fix.
224 2014-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
226         * emacs-lisp/smie.el (smie-config--guess): Fix typo.
227         (smie-config-guess): Use smie-config-local so the rules are obeyed
228         (bug#17818).
230         * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
231         since it's already done inside the loop (bug#17819).
233 2014-06-20  Martin Rudalics  <rudalics@gmx.at>
235         * mouse.el (mouse-drag-line): Re-remove code initially removed
236         on 2013-03-09 and inadvertently reintroduced on 2013-11-30
237         (Bug#17819).
239 2014-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
241         * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
242         align with the surrounding parent (bug#17721).
244 2014-06-20  Eli Zaretskii  <eliz@gnu.org>
246         * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
247         locally to nil.
248         (texinfo-insert-block, texinfo-insert-@end)
249         (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
250         local setting of skeleton-end-newline by adding an explicit \n to
251         the skeletons where appropriate.  (Bug#17801)
253 2014-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
255         * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
256         (smie-indent--hanging-p): Use it.
257         * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
259 2014-06-20  Leo Liu  <sdl.web@gmail.com>
261         * simple.el (read-quoted-char): Don't let help chars pop up help
262         buffer.  (Bug#16617)
264 2014-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
266         * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
267         for | (bug#17621).
269 2014-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
271         * xt-mouse.el (xterm-mouse-translate-1): Fix last change (bug#17776).
272         (xterm-mouse--read-event-sequence-1000): Drop unknown events instead of
273         burping.
275 2014-06-18  Eli Zaretskii  <eliz@gnu.org>
277         * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
278         and later.  (Bug#17790)
280 2014-06-18  Juri Linkov  <juri@jurta.org>
282         * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
283         to `soft'.  (Bug#17554)
285 2014-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
287         * delsel.el (electric-newline-and-maybe-indent): Mark it as well
288         (bug#17737).
290 2014-06-16  Dmitry Gutov  <dgutov@yandex.ru>
292         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
293         `!' in `!~' with `font-lock-negation-char-face'.  (Bug#17732)
295 2014-06-15  Michael Albinus  <michael.albinus@gmx.de>
297         * net/dbus.el (dbus-call-method): Push only non D-Bus events into
298         `unread-command-events'.
300 2014-06-14  Glenn Morris  <rgm@gnu.org>
302         * progmodes/cc-langs.el: Require cl-lib.  (Bug#17463)
303         Replace delete-duplicates and mapcan by cl- versions throughout.
304         And cl-macroexpand-all by macroexpand-all.
305         (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
307 2014-06-14  Eli Zaretskii  <eliz@gnu.org>
309         * subr.el (posn-col-row): Doc fix.  (Bug#17768)
311 2014-06-14  Juri Linkov  <juri@jurta.org>
313         * bindings.el: Put `ascii-character' property on keypad keys
314         mapped to characters.  (Bug#17759)
316 2014-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
318         * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
319         bumping forward into a closing paren (bug#17761).
321         * term/xterm.el (xterm--version-handler): Work around for OSX
322         Terminal.app (bug#17607).
324 2014-06-08  Glenn Morris  <rgm@gnu.org>
326         * startup.el (initial-buffer-choice): Doc fix.
327         Reset :version (adding an option does not merit a :version bump).
329         * bookmark.el (bookmark-load):
330         * uniquify.el (uniquify-buffer-name-style): Doc fixes.
332 2014-06-06  Juri Linkov  <juri@jurta.org>
334         * desktop.el: Activate auto-saving on window configuration changes.
335         (desktop-save-mode, desktop-auto-save-timeout): Add/remove
336         `desktop-auto-save-set-timer' to/from `window-configuration-change-hook'.
337         (desktop-auto-save-set-timer): Change REPEAT arg of
338         `run-with-idle-timer' from t to nil.
339         http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
341 2014-06-06  Santiago Payà i Miralta  <santiagopim@gmail.com>
343         * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
344         vc-hg-command (bug#17570).
346 2014-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
348         * international/mule-cmds.el (ucs-names): Add special entry for BEL
349         (bug#17702).
351 2014-06-06  Glenn Morris  <rgm@gnu.org>
353         * startup.el (window-setup-hook): Doc fix.
355 2014-06-05  Glenn Morris  <rgm@gnu.org>
357         * emacs-lisp/package.el (package-check-signature)
358         (package-unsigned-archives): Doc fixes.
360 2014-06-03  Martin Rudalics  <rudalics@gmx.at>
362         * window.el (display-buffer-use-some-window): Don't make window
363         used smaller than it was before (Bug#17671).
365 2014-06-03  Eli Zaretskii  <eliz@gnu.org>
367         * menu-bar.el (menu-bar-open): Fix last change: use the PC
368         'redisplay' instead of '(sit-for 0)'.
370 2014-06-03  Michael Albinus  <michael.albinus@gmx.de>
372         * net/tramp.el (tramp-ssh-controlmaster-options): Improve search
373         regexp.  (Bug#17653)
375 2014-06-03  Glenn Morris  <rgm@gnu.org>
377         * emacs-lisp/package.el (package-pinned-packages): Doc fix.
379 2014-06-02  Eli Zaretskii  <eliz@gnu.org>
381         * menu-bar.el (menu-bar-open): Fix invocation via M-x.
383 2014-06-01  Eli Zaretskii  <eliz@gnu.org>
385         * simple.el (keyboard-quit): Force update of mode lines, to remove
386         the "Def" indicator, if we were defining a macro.  (Bug#17615)
388 2014-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
390         * minibuffer.el (minibuffer-force-complete-and-exit):
391         Obey minibuffer-default (bug#17545).
393         * progmodes/js.el (js-indent-line): Don't mix columns and chars
394         (bug#17619).
396 2014-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
398         * subr.el (set-transient-map): Don't wait for some "nested"
399         transient-map to finish if we're only supposed to be active for
400         the next command (bug#17642).
402 2014-05-31  Leo Liu  <sdl.web@gmail.com>
404         * emacs-lisp/gv.el (window-buffer, window-display-table)
405         (window-dedicated-p, window-hscroll, window-point, window-start):
406         Fix gv-expander.  (Bug#17630)
408 2014-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
410         * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
411         clicks (bug#17633).
413         * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
414         for the single comma, since ", " is *very* common in normal French text
415         (bug#17643).
417 2014-05-30  Glenn Morris  <rgm@gnu.org>
419         * emacs-lisp/package.el (package-check-signature)
420         (package-unsigned-archives): Fix :version.
422 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
424         * subr.el (sit-for): Don't run input-methods (bug#15614).
426 2014-05-28  Glenn Morris  <rgm@gnu.org>
428         * cus-start.el: Fix some :version numbers.
430 2014-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
432         * simple.el (deactivate-mark): Set mark-active to nil even if
433         deactivation is done via setting transient-mark-mode to nil,
434         since one is buffer-local and the other is global.
436         * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
437         there can't be more than 2 arguments (bug#17584).
439 2014-05-27  Glenn Morris  <rgm@gnu.org>
441         * simple.el (filter-buffer-substring-functions)
442         (filter-buffer-substring-function, buffer-substring-filters)
443         (filter-buffer-substring, buffer-substring--filter): Doc fixes.
445         * minibuffer.el (completion-in-region-functions, completion-in-region)
446         (completion--in-region): Doc fixes.
448         * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
449         (expand-abbrev, abbrev--default-expand): Doc fixes.
451 2014-05-26  Paul Eggert  <eggert@cs.ucla.edu>
453         Include sources used to create macuvs.h.
454         * international/README: Refer to the Unicode Terms of Use rather
455         than copying it bodily here, as that simplifies maintenance.
457 2014-05-25  Andreas Schwab  <schwab@linux-m68k.org>
459         * cus-face.el (custom-face-attributes): Add :distant-foreground.
461 2014-05-25  Martin Rudalics  <rudalics@gmx.at>
463         * window.el (window--dump-frame): Remove interactive
464         specification.
466 2014-05-23  Glenn Morris  <rgm@gnu.org>
468         * hippie-exp.el (he-line-search-regexp):
469         Handle comint-prompt-regexp containing subgroups.  (Bug#17529)
471 2014-05-23  Stephen Berman  <stephen.berman@gmx.net>
473         * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
474         to avoid errors when trying to create or visit a file foo.todo
475         located outside to todo-directory, and to allow having such files
476         without them being tied to Todo mode (bug#17482).
477         (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
478         (todo-archive-done-item, todo-find-filtered-items-file)
479         (todo-filter-items, todo-find-item, todo-diary-goto-entry)
480         (todo-category-completions, todo-read-category): When visiting a
481         Todo file, make sure we're in the right mode and the buffer local
482         variables are set.
483         (todo-make-categories-list, todo-reset-nondiary-marker)
484         (todo-reset-done-string, todo-reset-comment-string):
485         After processing all Todo files, kill the buffers of those files that
486         weren't being visited before the processing.
487         (todo-display-as-todo-file, todo-add-to-buffer-list)
488         (todo-visit-files-commands): Comment out.
489         (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
490         (auto-mode-alist): Remove add-to-list calls making Todo file
491         extensions unrestrictedly tied to Todo modes.
493 2014-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
495         * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
496         (advice-function-member-p): Tell it to check both names and functions
497         (bug#17531).
498         (advice--add-function): Adjust call accordingly.
500 2014-05-23  Stephen Berman  <stephen.berman@gmx.net>
502         * calendar/todo-mode.el: Miscellaneous bug fixes.
503         (todo-delete-file): When deleting an archive but not its todo
504         file, make sure to update the todo file's category sexp.
505         (todo-move-category): Keep the moved category's name unless the
506         file moved to already has a category with that name.  If the
507         numerically last category of the source file was moved, make the
508         first category current to avoid selecting a nonexisting category.
509         (todo-merge-category): Fix implementation to make merging to a
510         category in another file work as documented.  Eliminate now
511         insufficient and unnecessary renaming of archive category, correct
512         document string accordingly, and clarify it.  If the numerically
513         last category of the source file was merged, make the first
514         category current to avoid selecting a nonexisting category.
515         (todo-archive-done-item): When there are marked items and point
516         happens to be on an unmarked item, ignore the latter.  Don't leave
517         point below last item after archiving marked items.
518         (todo-unarchive-items): Fix logic to ensure unarchiving an item
519         from an archive with only one category deletes the archive only
520         when the category is empty after unarchiving.  Make sure the todo
521         file's category sexp is updated.
522         (todo-read-file-name): Allow an existing file name even when it is
523         not required (todo-move-category needs this to work as documented).
524         (todo-add-file): Call todo-validate-name to reject the name of an
525         existing todo file (needed due to fix in todo-read-file-name).
526         (todo-reset-nondiary-marker): Also reset in filtered items files.
527         (todo-reset-done-string, todo-reset-comment-string): Also reset in
528         regexp filtered items files.
529         (todo-reset-highlight-item): Also reset in filtered items files.
530         Fix incorrect variable reference in document string.
532 2014-05-22  Glenn Morris  <rgm@gnu.org>
534         * window.el (window--dump-frame): Avoid error in --without-x builds.
536 2014-05-21  Glenn Morris  <rgm@gnu.org>
538         * nxml/nxml-mode.el (xml-mode): Only define this alias once.
540 2014-05-21  Eli Zaretskii  <eliz@gnu.org>
542         * frame.el (set-frame-font): Doc fix.
544         * menu-bar.el (menu-set-font): Doc fix.  (Bug#17532)
546 2014-05-21  Dmitry Gutov  <dgutov@yandex.ru>
548         * emacs-lisp/package.el (package--download-one-archive):
549         Use `write-region' instead of `save-buffer' to avoid running various
550         hooks.  (Bug#17155)
551         (describe-package-1): Same.  Insert newline at the end of the
552         buffer if appropriate.
554 2014-05-20  Juri Linkov  <juri@jurta.org>
556         * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
557         (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
558         Add more modifiers: meta, control, shift, hyper, super, alt.
559         (Bug#17439)
561         * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
562         to allow changing its value with `set-variable'.
564 2014-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
566         * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
567         #; comments.
568         (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
569         New functions.
570         (scheme-mode-variables): Set syntax-propertize-function instead of
571         font-lock-syntactic-face-function.
572         (scheme-font-lock-syntactic-face-function): Delete.
574         * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
576 2014-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
578         * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
579         (bug#17392).
581 2014-05-17  Michael Albinus  <michael.albinus@gmx.de>
583         * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
584         for a temporary file name.
586 2014-05-17  Eli Zaretskii  <eliz@gnu.org>
588         * simple.el (line-move-ignore-invisible): Doc fix.  (Bug#17511)
590 2014-05-16  Michael Albinus  <michael.albinus@gmx.de>
592         * net/dbus.el (dbus-init-bus, dbus-call-method)
593         (dbus-call-method-asynchronously, dbus-send-signal)
594         (dbus-method-return-internal, dbus-method-error-internal):
595         Check, whether Emacs has been compiled with D-Bus support.  (Bug#17508)
597 2014-05-14  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
599         * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
600         methods which do not have a doc string.  (Bug#17490)
602 2014-05-14  Stephen Berman <stephen.berman@gmx.net>
603             Stefan Monnier  <monnier@iro.umontreal.ca>
605         * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
606         suffix (bug#15419).
608 2014-05-14  Glenn Morris  <rgm@gnu.org>
610         * vc/emerge.el (emerge-temp-file-prefix):
611         Make pointless option obsolete.
612         (emerge-temp-file-mode): Make non-functional option obsolete.
614 2014-05-13  Michael Albinus  <michael.albinus@gmx.de>
616         * net/browse-url.el (browse-url):
617         Use `unhandled-file-name-directory' when setting `default-directory',
618         in order to circumvent stalled remote connections.  (Bug#17425)
620 2014-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
622         * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
623         into autoloading just because of a silly indirection.
625 2014-05-11  Santiago Payà i Miralta  <santiagopim@gmail.com>  (tiny change)
627         * vc/vc-hg.el (vc-hg-unregister): New function.  (Bug#17454)
629 2014-05-11  Glenn Morris  <rgm@gnu.org>
631         * emacs-lisp/find-gc.el: Move to ../admin.
633 2014-05-10  Glenn Morris  <rgm@gnu.org>
635         * printing.el (pr-version):
636         * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
638         * net/browse-url.el (browse-url-mosaic):
639         Create /tmp/Mosaic.PID as a private file.
641 2014-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
643         * emacs-lisp/nadvice.el: Support adding a given function multiple times.
644         (advice--member-p): If name is given, only compare the name.
645         (advice--remove-function): Don't stop at the first match.
646         (advice--normalize-place): New function.
647         (add-function, remove-function): Use it.
648         (advice--add-function): Pass the name, if any, to
649         advice--remove-function.
651 2014-05-09  Philipp Rumpf  <prumpf@gmail.com>  (tiny change)
653         * electric.el (electric-indent-post-self-insert-function): Don't use
654         `pos' after modifying the buffer (bug#17449).
656 2014-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
658         * subr.el (function-put): Add function.
660 2014-05-09  Stephen Berman  <stephen.berman@gmx.net>
662         * calendar/todo-mode.el (todo-insert-item-from-calendar):
663         Correct argument list to conform to todo-insert-item--basic.
665 2014-05-09  Glenn Morris  <rgm@gnu.org>
667         * files.el (cd-absolute): Test if directory is accessible
668         rather than executable.  (Bug#17330)
670         * progmodes/compile.el (recompile):
671         Handle C-u M-x recompile from a non-compilation buffer.  (Bug#17444)
673 2014-05-08  Juri Linkov  <juri@jurta.org>
675         * dired.el (dired-check-switches, dired-switches-recursive-p):
676         New functions.  (Bug#17218)
677         (dired-switches-escape-p, dired-move-to-end-of-filename):
678         Use `dired-check-switches'.
679         (dired-insert-old-subdirs, dired-build-subdir-alist)
680         (dired-sort-R-check): Use `dired-switches-recursive-p'.
682 2014-05-08  Glenn Morris  <rgm@gnu.org>
684         * net/browse-url.el (browse-url-mosaic):
685         Be careful when writing /tmp/Mosaic.PID.  (Bug#17428)
686         This is CVE-2014-3423.
688 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
690         * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
691         (xterm-mouse--read-event-sequence-1000): Return nil if something
692         looks fishy.
693         (xterm-mouse-event): Propagate it.
694         (xterm-mouse-translate-1): Handle it.
696 2014-05-07  Stephen Berman  <stephen.berman@gmx.net>
698         * calendar/todo-mode.el (todo-insert-item--apply-args): When all
699         four slots of the parameter list are filled, make sure to pass it
700         to the argument list of todo-insert-item--basic.
702 2014-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
704         * emacs-lisp/package.el (package-compute-transaction): Topological sort.
705         Add optional `seen' argument to detect and break infinite loops.
707 2014-05-06  Eli Zaretskii  <eliz@gnu.org>
709         * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
710         (trace-unsafe, trace-use-tree): Make parentheses style be
711         according to Emacs style.
713 2014-05-06  Michael Albinus  <michael.albinus@gmx.de>
715         * net/tramp-sh.el (tramp-remote-process-environment):
716         Remove HISTFILE and HISTSIZE; it's too late to set them here.
717         Add :version entry.
718         (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
719         Add "HISTFILE=/dev/null" to the shell's env arguments.  Do not send
720         extra "PSx=..." commands.
721         (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
722         (Bug#17295)
724         (tramp-uudecode): Replace the hard-coded temporary file name by a
725         format specifier.
726         (tramp-remote-coding-commands): Enhance docstring.
727         (tramp-find-inline-encoding): Replace "%t" by a temporary file
728         name.  (Bug#17415)
729         This is CVE-2014-3424.
731 2014-05-06  Glenn Morris  <rgm@gnu.org>
733         * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
734         (find-gc-source-files): Update some names.
735         (trace-call-tree): Simplify and update.
736         Avoid predictable temp-file names.  (http://bugs.debian.org/747100)
737         This is CVE-2014-3422.
739 2014-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
741         * minibuffer.el (completion--try-word-completion): Revert fix for
742         Bug#15980 (bug#17375).
744         * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
745         Always store button numbers in the same way in xterm-mouse-last;
746         Don't burp is xterm-mouse-last is not set as expected.
747         Never return negative indices.
749 2014-05-05  Dmitry Gutov  <dgutov@yandex.ru>
751         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
752         Backtrack one char if the global/char-literal var matcher hits
753         inside a string.  The next char could be the beginning of an
754         expression expansion.
756 2014-05-05  Glenn Morris  <rgm@gnu.org>
758         * help-fns.el (describe-function-1): Test for an autoload before a
759         macro, since `macrop' works on autoloads.  (Bug#17410)
761 2014-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
763         * electric.el (electric-indent-functions-without-reindent): Add yaml.
765         * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
766         Make sure the new point we return is within the new string (bug#17239).
768 2014-05-03  Eli Zaretskii  <eliz@gnu.org>
770         * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
772 2014-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
774         * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
775         Use nil rather than `default' for the "default" appearance (bug#17388).
776         * vc/ediff-util.el (ediff-inferior-compare-regions)
777         (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
778         a misleading `default' value when it's really a boolean.
779         * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
780         overlay is not visible.
782 2014-05-02  Stephen Berman  <stephen.berman@gmx.net>
784         * calendar/todo-mode.el (todo-edit-file): Use display-warning.
785         (todo-menu): Uncomment and update.
787 2014-05-02  Stephen Berman  <stephen.berman@gmx.net>
789         * calendar/todo-mode.el: Reimplement item editing to have the same
790         basic user interface as item insertion, and make small UI and
791         larger internal improvements to the latter.
792         (todo-insert-item): Add reference to the Todo mode user manual to
793         the documentation string.
794         (todo-insert-item--basic): Rename from todo-basic-insert-item and
795         adjust all callers.  Change signature to combine diary and
796         nonmarking arguments.  Incorporate functionality of deleted item
797         copying command and add error checking.  Remove detailed
798         descriptions of the arguments from the documentation string, since
799         this is treated in the Todo mode user manual.
800         (todo-copy-item, todo-edit-multiline-item)
801         (todo-edit-done-item-comment, todo-edit-item-header)
802         (todo-edit-item-time, todo-edit-item-date-from-calendar)
803         (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
804         (todo-edit-item-date-year, todo-edit-item-date-month)
805         (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
806         Remove.
807         (todo-edit-item): Reimplement as wrapper command for
808         todo-edit-item--next-key and make it distinguish done and not done
809         todo items.
810         (todo-edit-item--text): New function, replacing old command
811         todo-edit-item and incorporating deleted commands
812         todo-edit-multiline-item and todo-edit-done-item-comment.
813         (todo-edit-item--header): Rename from todo-basic-edit-item-header.
814         Use only numeric value of prefix argument.  Remove detailed
815         descriptions of the arguments from the documentation string, since
816         this is treated in the Todo mode user manual.
817         (todo-edit-item--diary-inclusion): New function, replacing old
818         command todo-edit-item-diary-inclusion and incorporating and fixing
819         functionality of deleted command todo-edit-item-diary-nonmarking,
820         making sure to remove todo-nondiary-marker when adding
821         diary-nonmarking-symbol.
822         (todo-edit-category-diary-inclusion): Make sure to delete
823         diary-nonmarking-symbol when adding todo-nondiary-marker.
824         (todo-edit-category-diary-nonmarking): Fix indentation.
825         (todo-insert-item--parameters): Group diary and nonmarking
826         parameters together.
827         (todo-insert-item--apply-args): Adjust to signature of
828         todo-insert-item--basic and incorporate copy parameter.
829         Make small code improvements.
830         (todo-insert-item--next-param): Improve prompt and adjust it to
831         new parameter grouping.  Remove obsolete code.
832         (todo-edit-item--param-key-alist)
833         (todo-edit-item--date-param-key-alist)
834         (todo-edit-done-item--param-key-alist): New defconsts.
835         (todo-edit-item--prompt): New variable.
836         (todo-edit-item--next-key): New function.
837         (todo-key-bindings-t): Bind "e" to todo-edit-item.
838         Remove bindings of deleted commands.
840 2014-05-02  Leo Liu  <sdl.web@gmail.com>
842         * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
844 2014-05-01  Glenn Morris  <rgm@gnu.org>
846         * allout-widgets.el (allout-widgets-tally)
847         (allout-decorate-item-guides):
848         * menu-bar.el (menu-bar-positive-p):
849         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
850         * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
851         * progmodes/js.el (js--inside-param-list-p)
852         (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
853         * progmodes/prolog.el (region-exists-p):
854         * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
855         * textmodes/reftex-parse.el (reftex-using-biblatex-p):
856         Doc fixes (replace `iff').
858 2014-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
860         * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
862 2014-04-30  Eli Zaretskii  <eliz@gnu.org>
864         * dired.el (dired-initial-position-hook, dired-initial-position):
865         Doc string fixes.
867 2014-04-29  Glenn Morris  <rgm@gnu.org>
869         * mail/rmail.el (rmail-quit): Handle killed summaries.  (Bug#17283)
871 2014-04-27  Matthias Dahl  <matthias.dahl@binary-island.eu>
873         * faces.el (face-spec-recalc): Apply X resources only after the
874         defface spec has been applied. Thus, X resources are no longer
875         overriden by the defface spec which also fixes issues on win32 where
876         the toolbar coloring was wrong because it is set through X resources
877         and was (wrongfully) overriden.  (Bug#16694)
879 2014-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
881         * textmodes/rst.el (electric-pair-pairs): Declare.
882         (rst-mode): Set it (bug#17131).
884 2014-04-27  Juri Linkov  <juri@jurta.org>
886         * desktop.el (desktop-value-to-string): Let-bind `print-length'
887         and `print-level' to nil.  (Bug#17351)
889 2014-04-25  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
891         * battery.el (battery-update): Handle the case where battery
892         status is "N/A" (bug#17319).
894 2014-04-24  Eli Zaretskii  <eliz@gnu.org>
896         * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
897         Use equal-including-properties to compare help-echo strings (bug#17331).
899 2014-04-24  Leo Liu  <sdl.web@gmail.com>
901         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
902         Fix syntax for @.  (Bug#17325)
904 2014-04-24  Daniel Colascione  <dancol@dancol.org>
906         * emacs-lisp/cl.el (gv): Require gv early to break eager
907         macro-expansion cycles.
909 2014-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
911         * simple.el (region-active-p): Check there's a mark (bug#17324).
913         * simple.el (completion-list-mode-map): Use choose-completion for the
914         mouse binding as well (bug#17302).
915         (completion-list-mode, completion-setup-function): Adjust docstring and
916         echo area message accordingly.
917         * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
918         calling convention of choose-completion.
919         * comint.el (comint-dynamic-list-completions):
920         * term.el (term-dynamic-list-completions): Accept choose-completion.
922         * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
923         &, |, +, - and * can't be a division (bug#17317).
925 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
927         * term/xterm.el (xterm--version-handler): Don't use modern xterm
928         features on gnome-terminal (bug#16988).
930 2014-04-22  Michael Heerdegen  <michael_heerdegen@web.de>
932         * dired.el (dired-insert-set-properties): Do not consider
933         subdirectory headings and empty lines to be information that
934         `dired-hide-details-mode' should hide.  (Bug#17228)
936 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
938         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
939         Remove test messages.
940         (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
941         and `target' twice.
943 2014-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
945         * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
946         * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
948         * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
950 2014-04-21  Michael Albinus  <michael.albinus@gmx.de>
952         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
953         Set "IFS=" when using read builtin, in order to preserve spaces in
954         the file name.  Add test messages for hunting a bug on hydra.
955         (tramp-get-ls-command): Undo using "-b" argument.  It doesn't help.
957 2014-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
959         * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
960         Don't prettify a word within a symbol.
962 2014-04-20  Michael Albinus  <michael.albinus@gmx.de>
964         * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
965         possible.
967 2014-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
969         * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
970         assignments such as "case=hello" (bug#17297).
972 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
974         * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
975         Do not autoload.
976         (tramp-file-name-handler, tramp-completion-file-name-handler):
977         Revert patch from 2014-04-10, it isn't necessary anymore.
978         (tramp-autoload-file-name-handler)
979         (tramp-register-autoload-file-name-handlers): New defuns.
980         (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
981         (tramp-register-file-name-handlers): Remove also
982         `tramp-autoload-file-name-handler' from `file-name-handler-list'.
983         Do not autoload its invocation, but eval it after loading of 'tramp.
985         * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
987         * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
989 2014-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
991         * nxml/nxml-mode.el (nxml-fontify-matcher): Make sure propertization
992         was done (bug#17264).
993         * nxml/xmltok.el (xmltok-scan-after-comment-open): Extend unclosed
994         comment to EOB.
996         * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
997         here-documents (bug#17262).
999 2014-04-16  Eli Zaretskii  <eliz@gnu.org>
1001         * term/pc-win.el (x-list-fonts, x-get-selection-value):
1002         Provide doc strings, as required by snarf-documentation.
1004 2014-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1006         * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
1007         arg of overlays-at.  Use `invisible-p'.
1009         * obsolete/lucid.el (extent-at):
1010         * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
1011         overlays-at.
1012         (hfy-fontify-buffer): Remove unused var `orig-ovls'.
1014 2014-04-14  João Távora  <joaotavora@gmail.com>
1016         * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
1017         links.  (Bug#17217).
1019 2014-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1021         * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
1022         Use mapc to loop over a vector.  (Bug#17257).
1024 2014-04-13  Michael Albinus  <michael.albinus@gmx.de>
1026         * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
1027         patch, there are new problems with file names containing spaces.
1028         Get rid of backticks.  (Bug#17238)
1030 2014-04-13  João Távora  <joaotavora@gmail.com>
1032         * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
1033         possible bug.
1035 2014-04-13  Eli Zaretskii  <eliz@gnu.org>
1037         * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
1038         (blink-cursor-mode): Mention customization variables and the
1039         effect of 'blink-cursor-blinks'.
1041 2014-04-12  Barry O'Reilly  <gundaetiapo@gmail.com>
1043         * simple.el (undo): Prevent insertion of identity mapping into
1044         undo-equiv-table so as undo-only does not inf loop in the presence
1045         of consecutive nils in undo list.
1047 2014-04-12  Matthias Dahl  <matthias.dahl@binary-island.eu>
1049         * faces.el (make-face): Deprecate optional argument as it is no
1050         longer needed/used since the conditional X resources handling
1051         has been pushed down to make-face-x-resource-internal itself.
1052         (make-empty-face): Don't pass optional argument to make-face.
1054 2014-04-12  Eli Zaretskii  <eliz@gnu.org>
1056         * international/characters.el <standard-case-table>: Add entries
1057         for letters from the Coptic block u+2C80-u+2CFF.  (Bug#17243)
1058         Set category of Coptic characters be 'g' (Greek).
1060 2014-04-12  Leo Liu  <sdl.web@gmail.com>
1062         * progmodes/octave.el (completion-table-with-cache): Define if not
1063         available.
1064         (octave-goto-function-definition)
1065         (octave-sync-function-file-names)
1066         (octave-find-definition-default-filename): Backquote upattern for
1067         compatibility.
1069 2014-04-11  Michael Albinus  <michael.albinus@gmx.de>
1071         * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
1072         name twice due to backticks.  (Bug#17238)
1074 2014-04-11  Glenn Morris  <rgm@gnu.org>
1076         * term/w32-win.el (x-win-suspend-error):
1077         * term/x-win.el (x-win-suspend-error): Sync docs.
1079 2014-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1081         Ediff's overlay priorities cause more trouble than they solve.
1082         * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
1083         (ediff-highest-priority): Remove function (bug#17234).
1084         * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
1085         * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
1086         (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
1087         overlay priorities.
1089 2014-04-10  Feng Li  <fengli@gmail.com>  (tiny change)
1091         * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
1092         entry; use symbol boundaries to avoid mis-matches.
1094 2014-04-10  Michael Albinus  <michael.albinus@gmx.de>
1096         * net/tramp.el (tramp-file-name-handler)
1097         (tramp-completion-file-name-handler): Avoid recursive loading.
1099         * net/tramp-sh.el (tramp-make-copy-program-file-name):
1100         Quote result also locally.
1102 2014-04-09  Dmitry Gutov  <dgutov@yandex.ru>
1104         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
1105         Module methods.  (Bug#17216)
1107 2014-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1109         * help.el (describe-bindings): Fix buffer handling (bug#17210).
1110         (describe-bindings-internal): Mark obsolete.
1112 2014-04-07  João Távora  <joaotavora@gmail.com>
1114         * elec-pair.el:
1115         (electric-pair--syntax-ppss): When inside comments parse from
1116         comment beginning.
1117         (electric-pair--balance-info): Fix typo in comment.
1118         (electric-pair--in-unterminated-string-p): Delete.
1119         (electric-pair--unbalanced-strings-p): New function.
1120         (electric-pair-string-bound-function): New var.
1121         (electric-pair-inhibit-if-helps-balance): Decide quote pairing
1122         according to `electric-pair--in-unterminated-string-p'
1124 2014-04-07  João Távora  <joaotavora@gmail.com>
1126         * elec-pair.el (electric-pair-inhibit-if-helps-balance):
1127         Inhibit quote pairing if point-max is inside an unterminated string.
1128         (electric-pair--looking-at-unterminated-string-p): Delete.
1129         (electric-pair--in-unterminated-string-p): New function.
1131 2014-04-07  Glenn Morris  <rgm@gnu.org>
1133         * shell.el (shell-directory-tracker):
1134         Go back to just ignoring failures.  (Bug#17159)
1136 2014-04-06  João Távora  <joaotavora@gmail.com>
1138         Fix `electric-pair-delete-adjacent-pairs' in modes binding
1139         backspace. (bug#16981)
1140         * elec-pair.el (electric-pair-backward-delete-char): Delete.
1141         (electric-pair-backward-delete-char-untabify): Delete.
1142         (electric-pair-mode-map): Bind backspace to a menu item filtering
1143         a new `electric-pair-delete-pair' command.
1144         (electric-pair-delete-pair): New command.
1146 2014-04-06  João Távora  <joaotavora@gmail.com>
1148         * progmodes/python.el (python-electric-pair-string-delimiter):
1149         Fix triple-quoting electricity.  (Bug#17192)
1151 2014-04-06  João Távora  <joaotavora@gmail.com>
1153         * elec-pair.el (electric-pair-post-self-insert-function):
1154         Don't skip whitespace when `electric-pair-text-pairs' and
1155         `electric-pair-pairs' were used. syntax to
1156         electric-pair--skip-whitespace.  (Bug#17183)
1158 2014-04-06  Eli Zaretskii  <eliz@gnu.org>
1160         * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
1161         "<F>".  (Bug#17199)
1163 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1165         * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
1166         (mpc--status-idle-timer-run): Use mpc--status-timer-run.
1168 2014-04-05  Glenn Morris  <rgm@gnu.org>
1170         * help.el (view-lossage): Doc tweak.
1172 2014-04-05  Matthias Dahl  <matthias.dahl@binary-island.eu>
1174         * faces.el (face-spec-recalc): Call make-face-x-resource-internal
1175         only when inhibit-x-resources is nil, and do that earlier in the
1176         function.  Doc fix.  (Bug#16694)
1177         (face-spec-choose): Accept additional optional argument, whose
1178         value is returned if no matching attributes are found.
1179         (face-spec-recalc): Use the new optional argument when calling
1180         face-spec-choose.  (Bug#16378)
1181         (make-face-x-resource-internal): Do nothing when
1182         inhibit-x-resources is non-nil.  Don't touch the default face if
1183         reversed video is given--as was done in previous versions of Emacs.
1184         (face-set-after-frame-default): Don't call
1185         make-face-x-resource-internal here.  (Bug#16434)
1187 2014-04-04  Tassilo Horn  <tsdh@gnu.org>
1189         * doc-view.el (doc-view-bookmark-jump):
1190         Use `bookmark-after-jump-hook' to jump to the right page after the
1191         buffer is shown in a window.  (bug#16090)
1193 2014-04-04  Eli Zaretskii  <eliz@gnu.org>
1195         * international/characters.el (mirroring): Fix last change:
1196         instead of loading uni-mirrored.el explicitly, do that implicitly
1197         by creating the 'mirroring' uniprop table.  This avoids announcing
1198         the loading of uni-mirrored.el.
1200 2014-04-04  Glenn Morris  <rgm@gnu.org>
1202         * files.el (buffer-stale--default-function)
1203         (buffer-stale-function, revert-buffer--default):
1204         * autorevert.el (auto-revert-buffers): Doc tweaks.
1206 2014-04-03  Eli Zaretskii  <eliz@gnu.org>
1208         * international/characters.el: Preload uni-mirrored.el.  (Bug#17169)
1210 2014-04-03  Glenn Morris  <rgm@gnu.org>
1212         * files.el (make-backup-file-name-function)
1213         (make-backup-file-name, make-backup-file-name--default-function)
1214         (make-backup-file-name-1, find-backup-file-name)
1215         (revert-buffer-function, revert-buffer-insert-file-contents-function)
1216         (buffer-stale--default-function, buffer-stale-function)
1217         (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
1218         (revert-buffer, revert-buffer--default)
1219         (revert-buffer-insert-file-contents--default-function):
1220         Doc fixes related to defaults no longer being nil.
1221         (make-backup-file-name-function): Bump :version.
1222         Restore nil as a valid but deprecated custom type.
1224 2014-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1226         * progmodes/perl-mode.el (perl-syntax-propertize-function): Handle $'
1227         used as a variable (bug#17174).
1229 2014-04-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1231         * progmodes/perl-mode.el (perl-indent-new-calculate):
1232         Handle forward-sexp failure (bug#16985).
1233         (perl-syntax-propertize-function): Add "foreach" and "for" statement
1234         modifiers introducing expressions (bug#17116).
1236 2014-04-02  Glenn Morris  <rgm@gnu.org>
1238         * menu-bar.el (menu-bar-file-menu):
1239         * vc/ediff.el (ediff-current-file):
1240         Update for revert-buffer-function no longer being nil by default.
1242         * simple.el (command-execute): Respect nil disabled-command-function.
1244 2014-04-01  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
1246         * simple.el (command-execute): Do not execute the command when it
1247         is disabled; fixes thinko in 2013-02-20 conversion from C.  (Bug#17151)
1249 2014-03-29  Juri Linkov  <juri@jurta.org>
1251         * dired-aux.el (dired-compress-file): Don't use string-match-p
1252         because its match data is used afterwards.
1254 2014-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1256         * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
1257         0 like nil.
1259 2014-03-27  Dmitry Gutov  <dgutov@yandex.ru>
1261         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1262         Highlight special globals with font-lock-builtin-face.  (Bug#17057)
1264         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1265         Don't propertize `?' or `!' as symbol constituent when after
1266         colon.  (Bug#17097)
1268 2014-03-27  Juanma Barranquero  <lekktu@gmail.com>
1270         * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
1271         which is no longer needed and causes trouble in GTK builds (bug#17046).
1273         * emacs-lisp/package-x.el (package--archive-contents-from-url):
1274         Use url-insert-file-contents; package-handle-response no longer exists.
1276 2014-03-26  Juanma Barranquero  <lekktu@gmail.com>
1278         * emacs-lisp/package.el: Fix bug#16733 (again).
1279         (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
1280         (url-http-target-url): Remove unused declarations.
1281         (package-handle-response): Remove.
1282         (package--with-work-buffer): Use url-insert-file-contents and simplify.
1283         (package--download-one-archive): Use current-buffer instead of
1284         dynamic binding of `buffer'.
1285         (describe-package-1): Do not decode readme-string.
1287 2014-03-25  Barry O'Reilly  <gundaetiapo@gmail.com>
1289         * simple.el (primitive-undo): Correction to 2014-03-24 change.
1291 2014-03-25  Michael Albinus  <michael.albinus@gmx.de>
1293         * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
1295         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
1296         from 2014-03-07, it decreases performance unnecessarily.  Let-bind
1297         `remote-file-name-inhibit-cache' to nil in the second pass.
1298         (tramp-find-executable): Do not call "which" on SunOS.
1299         (tramp-send-command-and-check): Fix docstring.
1300         (tramp-do-copy-or-rename-file-directly): In the `rename' case,
1301         check whether source directory has set the sticky bit.
1303 2014-03-24  Barry O'Reilly  <gundaetiapo@gmail.com>
1305         * simple.el (primitive-undo): Only process marker adjustments
1306         validated against their corresponding (TEXT . POS).  Issue warning
1307         for lone marker adjustments in undo history.  (Bug#16818)
1308         (undo-make-selective-list): Add marker adjustments to selective
1309         undo list based on whether their corresponding (TEXT . POS) is in
1310         the region.  Remove variable adjusted-markers, which was unused
1311         and only non nil during undo-make-selective-list.
1312         (undo-elt-in-region): Return nil when passed a marker adjustment
1313         and explain in function doc.
1315 2014-03-24  Dmitry Gutov  <dgutov@yandex.ru>
1317         * emacs-lisp/package.el (package--add-to-archive-contents):
1318         Include already installed and built-in packages in
1319         `package-archive-contents'.
1320         (package-install): Don't include already installed packages in the
1321         options during interactive invocation.  (Bug#16762)
1323 2014-03-24  Daniel Colascione  <dancol@dancol.org>
1325         * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
1326         instead of cl-loop search function.
1328 2014-03-24  Juanma Barranquero  <lekktu@gmail.com>
1330         * frameset.el (frameset--initial-params): Fix typo in parameter name.
1332 2014-03-24  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
1334         * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
1336 2014-03-24  Dmitry Gutov  <dgutov@yandex.ru>
1338         * progmodes/ruby-mode.el (ruby-expression-expansion-re):
1339         Match special global variables without curlies, too.
1340         (ruby-font-lock-keywords): Simplify the matcher for special global
1341         variables.  Don't require a non-word character after the variable.
1342         (Bug#17057)
1344 2014-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1346         * simple.el (redisplay-highlight-region-function): Increase priority of
1347         overlay to make sure boundaries are visible (bug#15899).
1349 2014-03-23  Juanma Barranquero  <lekktu@gmail.com>
1351         * frameset.el (frameset-restore): Compare display strings with equal.
1353         * frame.el (make-frame): Don't quote display name in error message,
1354         it is already a string.
1356 2014-03-23  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1358         * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
1359         the password.
1361 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
1363         * emacs-lisp/package.el (package-show-package-list): If the buffer
1364         is already displayed in another window, switch to that window.
1366 2014-03-21  Daniel Colascione  <dancol@dancol.org>
1368         * mail/emacsbug.el (report-emacs-bug): Include memory usage
1369         information in bug reports.
1371 2014-03-23  Daniel Colascione  <dancol@dancol.org>
1373         * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
1374         list to look for keyword arguments instead of `memq', fixing
1375         (Bug#3647) --- unfortunately, only for freshly-compiled code.
1376         Please make bootstrap.
1378 2014-03-23  Richard Stallman  <rms@gnu.org>
1380         * battery.el (battery-linux-sysfs): Search for each field
1381         from the beginning of the buffer.
1383 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
1385         * emacs-lisp/package.el (package-desc): Use the contents of the
1386         quoted form, not its cdr.  (Bug#16873)
1388 2014-03-22  Juanma Barranquero  <lekktu@gmail.com>
1390         * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
1391         benefit of doc.c; change parameter profile to match the X function.
1393 2014-03-21  Michael Albinus  <michael.albinus@gmx.de>
1395         * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
1396         and `tramp-copy-env'.
1398         * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
1399         (tramp-maybe-open-connection): Handle `tramp-login-env'.
1401 2014-03-21  Glenn Morris  <rgm@gnu.org>
1403         * electric.el (electric-indent-post-self-insert-function): Add doc.
1405 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
1407         * emacs-lisp/package.el (package-compute-transaction):
1408         Use `version-list-<=' to compare the requirement version against
1409         the version of package already to be installed.  Update the error
1410         message.  (Bug#16826)
1412         * progmodes/ruby-mode.el (ruby-smie-rules):
1413         Add indentation rule for ` @ '.  (Bug#17050)
1415 2014-03-21  Juanma Barranquero  <lekktu@gmail.com>
1417         * align.el (align-regexp): Remove superfluous backslash.
1419         * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
1420         (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
1421         (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
1422         Fix docstring typos.
1423         (ffap-next): Use C-u in docstring.
1424         (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
1425         (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
1426         Remove superfluous backslashes.
1427         (ffap-string-at-point): Reflow docstring.
1429         * server.el (server-host): Reflow docstring.
1430         (server-unload-function): Fix docstring typo.
1431         (server-eval-at): Remove superfluous backslash.
1433         * skeleton.el (skeleton-insert): Remove superfluous backslash.
1434         (skeleton-insert): Doc fix.
1435         (skeleton-insert): Reflow docstring.
1437         * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
1438         (tty-color-approximate, tty-color-by-index, tty-color-values)
1439         (tty-color-desc): Remove superfluous backslashes.
1441 2014-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1443         * electric.el (electric-newline-and-maybe-indent): New command.
1444         Bind it globally to C-j.
1445         (electric-indent-mode): Don't mess with the global map any more.
1446         Don't drop the post-self-insert-hook is some buffer is still using it
1447         (bug#16770).
1449         * bindings.el (global-map): Remove C-j binding.
1451         * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
1452         the docstring of functions advised before dumping (bug#16993).
1454 2014-03-19  Stefan-W. Hahn  <stefan.hahn@s-hahn.de>  (tiny change)
1456         * ps-print.el (ps-generate-postscript-with-faces):
1457         Explicitly deactivate the mark (bug#16866).
1458         * simple.el (deactivate-mark): Update region highlight.
1460 2014-03-19  Juanma Barranquero  <lekktu@gmail.com>
1462         * emacs-lisp/package.el (describe-package-1):
1463         Decode commentary (bug#16733).
1465 2014-03-18  Juanma Barranquero  <lekktu@gmail.com>
1467         * custom.el (defcustom): Doc fix: recommend avoiding destructive
1468         modification of the value argument of :set (bug#16755).
1470 2014-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1472         * simple.el (newline-and-indent): Do autofill (bug#17031).
1474 2014-03-18  Dmitry Gutov  <dgutov@yandex.ru>
1476         * newcomment.el (comment-normalize-vars): Only add escaping check
1477         to `comment-start-skip' if not `comment-use-syntax'.  (Bug#16971)
1478         (comment-beginning): Use `narrow-to-region' instead of moving back
1479         one character.
1480         (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
1481         (comment-start-skip): Update the docstring.
1483 2014-03-18  Richard Stallman  <rms@gnu.org>
1485         * dired.el (dired-display-file): Force use of other window.
1487 2014-03-18  Daniel Colascione  <dancol@dancol.org>
1489         * startup.el (tty-handle-args): Remove debug message from 2007.
1491 2014-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1493         * emacs-lisp/nadvice.el (advice--interactive-form): New function.
1494         (advice--make-interactive-form): Use it to avoid (auto)loading function.
1495         (advice--make-1, advice-add, advice-remove):
1496         Remove braindead :advice-pending hack.
1498 2014-03-17  Glenn Morris  <rgm@gnu.org>
1500         * calendar/calendar.el (calendar-generate-month): Apply weekend
1501         face to the right days; fixes 2013-08-06 change.  (Bug#17028)
1503 2014-03-17  Michael Albinus  <michael.albinus@gmx.de>
1505         * net/tramp.el (tramp-action-out-of-band): Read pending output.
1506         (tramp-call-process): Trace also DESTINATION.
1508         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
1509         Quote file names when they are local.  Remove superfluous trace.
1511 2014-03-17  Dmitry Gutov  <dgutov@yandex.ru>
1513         * newcomment.el (comment-beginning): If `comment-start-skip'
1514         doesn't match, move back one char and try again.  (Bug#16971)
1516         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1517         Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
1518         Set `comment-start-skip' to a simpler value that doesn't try to
1519         check if the semicolon is escaped (this is handled by
1520         `syntax-ppss' now).  (Bug#16971)
1522         * progmodes/scheme.el (scheme-mode-variables): Same.
1524 2014-03-16  Martin Rudalics  <rudalics@gmx.at>
1526         Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
1527         * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
1528         current (Bug#16816, Bug#17007).
1529         (with-current-buffer-window): New macro doing the same as
1530         `with-temp-buffer-window' but with BUFFER-OR-NAME current.
1531         * help.el (help-print-return-message): Warn in doc-string to not
1532         use this in `with-help-window'.
1533         (describe-bindings-internal): Call `describe-buffer-bindings'
1534         from within help buffer.  See Juanma's scenario in (Bug#16816).
1535         (with-help-window): Update doc-string.
1536         * dired.el (dired-mark-pop-up):
1537         * files.el (save-buffers-kill-emacs):
1538         * register.el (register-preview): Use `with-current-buffer-window'
1539         instead of `with-temp-buffer-window'.
1541 2014-03-16  Juanma Barranquero  <lekktu@gmail.com>
1543         * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
1544         Implement inserting into current buffer, documented in their docstrings.
1545         (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
1546         (rst-section-tree-point, rst-forward-section, rst-indent)
1547         (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
1548         (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
1549         (rst-font-lock-handle-adornment-pre-match-form)
1550         (rst-repeat-last-character): Reflow docstrings.
1551         (rst-preferred-adornments, rst-update-section, rst-find-title-line)
1552         (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
1553         (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
1554         (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
1555         Fix docstring typos.
1556         (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
1557         (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
1558         (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
1560 2014-03-15  Juanma Barranquero  <lekktu@gmail.com>
1562         * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
1563         for compatibility with other ports.
1564         (ns-initialize-window-system): Use it.  It is set in term/common-win.el
1565         from the -xrm command line argument, but in the Nextstep port its value
1566         is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
1568         * progmodes/python.el (defconst, python-syntax-count-quotes)
1569         (python-indent-region, python-indent-shift-right)
1570         (python-indent-dedent-line-backspace, python-nav-backward-sexp)
1571         (python-nav-backward-sexp-safe, python-nav-backward-up-list)
1572         (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
1573         (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
1574         (inferior-python-mode, python-shell-make-comint, run-python-internal)
1575         (python-shell-buffer-substring, python-shell-send-buffer)
1576         (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
1577         (python-completion-complete-at-point, python-fill-docstring-style)
1578         (python-eldoc-function, python-imenu-format-item-label)
1579         (python-imenu-format-parent-item-label)
1580         (python-imenu-format-parent-item-jump-label)
1581         (python-imenu--build-tree, python-imenu-create-index)
1582         (python-imenu-create-flat-index): Fix docstring typos.
1583         (python-indent-context, python-shell-prompt-regexp, run-python):
1584         Remove superfluous backslashes.
1585         (python-indent-line, python-nav-beginning-of-defun)
1586         (python-shell-get-buffer, python-shell-get-process)
1587         (python-info-current-defun, python-info-current-line-comment-p)
1588         (python-info-current-line-empty-p, python-util-popn): Doc fixes.
1589         (python-indent-post-self-insert-function, python-shell-send-file)
1590         (python-shell-completion-get-completions)
1591         (python-shell-completion-complete-or-indent)
1592         (python-eldoc--get-doc-at-point): Reflow docstrings.
1594 2014-03-14  Glenn Morris  <rgm@gnu.org>
1596         * emacs-lisp/package.el (package-menu-mode-map):
1597         Replace use of obsolete function alias.  Tweak menu item text.
1599         * info.el (Info-finder-find-node):
1600         Ignore the `emacs' metapackage.  (Bug#10813)
1602         * finder.el (finder-list-matches): Include unversioned packages
1603         in the result of a keyword search.
1605         * finder.el (finder--builtins-descriptions): New constant.
1606         (finder-compile-keywords): Use finder--builtins-descriptions.
1608 2014-03-14  Dmitry Gutov  <dgutov@yandex.ru>
1610         * simple.el (blink-matching-paren): Describe the new value,
1611         `jump', enabling the old behavior.
1612         (blink-matching-open): Use that value.  (Bug#17008)
1614 2014-03-14  Glenn Morris  <rgm@gnu.org>
1616         * finder.el (finder-no-scan-regexp): Add leim-list.
1617         (finder-compile-keywords):
1618         Don't skip files with same basename.  (Bug#14010)
1619         * Makefile.in (setwins_finder): New, excluding leim.
1620         (finder-data): Use setwins_finder.
1622         * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
1623         (help-function-arglist, help-make-usage): Move from here...
1624         * help.el (help-split-fundoc, help-add-fundoc-usage)
1625         (help-function-arglist, help-make-usage): ... to here.  (Bug#17001)
1626         * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
1628 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
1630         * net/socks.el (socks, socks-override-functions)
1631         (socks-find-services-entry):
1632         * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
1633         (hif-find-ifdef-block):
1634         * progmodes/modula2.el (m2-indent): Fix docstring typos.
1636         * net/tls.el (tls-program): Reflow docstring.
1638         * progmodes/pascal.el (pascal-mode-abbrev-table)
1639         (pascal-imenu-generic-expression, pascal-auto-endcomments)
1640         (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
1641         (pascal-outline-mode): Fix docstring typos.
1642         (pascal-mode): Let define-derived-mode document mode hook.
1643         (pascal-uncomment-area): Reflow.
1644         (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
1646         * progmodes/opascal.el (opascal-compound-block-indent)
1647         (opascal-case-label-indent): Fix docstring typos.
1648         (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
1650 2014-03-13  Dmitry Gutov  <dgutov@yandex.ru>
1652         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1653         Fontify multiple adjacent negation chars.  (Bug#17004)
1655 2014-03-13  Tom Willemse  <tom@ryuslash.org>  (tiny change)
1657         * emacs-lisp/package.el (package--prepare-dependencies):
1658         Accept requirements without explicit version (bug#14941).
1660 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
1662         * register.el (register-separator, copy-to-register): Doc fixes.
1663         (register-preview-default): Remove unnecessary call to concat.
1665         * frameset.el (frameset-restore): When checking for a visible frame,
1666         use the action map instead of calling visible-frame-list.
1668 2014-03-12  Jonas Bernoulli  <jonas@bernoul.li>
1670         * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
1672 2014-03-12  Martin Rudalics  <rudalics@gmx.at>
1674         * window.el (fit-frame-to-buffer): Get maximum width from
1675         display's width instead of height.
1677 2014-03-12  Glenn Morris  <rgm@gnu.org>
1679         * desktop.el (desktop-restore-frames)
1680         (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
1681         (desktop-restore-reuses-frames): Doc tweaks.
1683         * electric.el (electric-indent-mode): Doc fix.
1685 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
1687         * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
1688         (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
1689         (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
1690         (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
1691         (cvs-dired-use-hook): Fix docstring typos.
1692         (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
1693         Doc fixes.
1695         * vc/pcvs-defs.el (cvs-auto-remove-handled)
1696         (cvs-auto-remove-directories, cvs-default-ignore-marks)
1697         (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
1698         (cvs-execute-single-dir): Fix docstring typos.
1700         * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
1701         (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
1703         * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
1705         * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
1706         Fix docstring typos.
1708 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
1710         * frameset.el (frameset--jump-to-register): Add autoload; it could be
1711         called from jump-to-register after unloading the frameset package.
1713 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1715         * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
1716         (bug#16975).  Deactivate the mark before setting it to nil.
1717         (activate-mark): Do nothing if region is already active.
1719 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
1721         * frameset.el (frameset--target-display): Remove definition; declare.
1722         (frameset-save, frameset-restore): Let-bind frameset--target-display.
1724 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1726         * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
1727         (advice-add): Add a :advice--pending marker, so advice--make-1 knows
1728         when the advice is pending.
1729         (advice-remove): Remove this marker when not needed any more.
1731 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
1733         * frameset.el: Separate options for reusing frames and cleaning up.
1734         (frameset--reuse-list): Remove definition; declare.
1735         (frameset--action-map): Declare.
1736         (frameset--find-frame-if): Doc fix.
1737         (frameset--restore-frame): Cache frame action.
1738         (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
1739         how to clean up the frame list after restoring.  Remove cleaning
1740         options from REUSE-FRAMES.  Change all keyword values to symbols.
1741         (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
1743         * desktop.el (desktop-restore-forces-onscreen)
1744         (desktop-restore-reuses-frames): Use non-keyword values.
1745         (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
1747 2014-03-10  Glenn Morris  <rgm@gnu.org>
1749         * files.el (find-file): Doc fix: update info node name.
1751         * emacs-lisp/advice.el (ad-add-advice, defadvice):
1752         Doc fix: remove references to deleted info nodes.
1754 2014-03-10  Michael Albinus  <michael.albinus@gmx.de>
1756         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
1757         Do not add `nil' to the environment, when there's no remote `locale'.
1758         (tramp-find-inline-encoding): Check, that the remote host has
1759         installed perl, before sending scripts.
1761 2014-03-10  Leo Liu  <sdl.web@gmail.com>
1763         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
1764         Clear eldoc-last-message.  (Bug#16920)
1766 2014-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1768         * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
1769         (bug#14430).
1771 2014-03-09  Juri Linkov  <juri@jurta.org>
1773         * ansi-color.el (ansi-color-names-vector): Copy default colors
1774         from `xterm-standard-colors' that look well on the default white
1775         background (and also on the black background) to avoid illegible
1776         color combinations like yellow-on-white and white-on-white.
1777         http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
1779 2014-03-08  Juanma Barranquero  <lekktu@gmail.com>
1781         * frameset.el (frameset-restore): When no frame is visible, do not
1782         generate a list of frames, just make visible the selected one.
1784 2014-03-08  Dmitry Gutov  <dgutov@yandex.ru>
1786         * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
1787         it only contains the repository root.  (Bug#16897)
1789 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
1791         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
1792         only when `remote-file-name-inhibit-cache' is nil.
1793         (tramp-sh-file-name-handler): Use `tramp-error'.  Simplify code.
1795 2014-03-06  Martin Rudalics  <rudalics@gmx.at>
1797         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
1798         Fix doc-strings.
1799         (fit-frame-to-buffer): New argument ONLY.  Remove dependency on
1800         fit-frame-to-buffer variable.  Fix doc-string.
1801         (fit-window-to-buffer): Set ONLY argument in call of
1802         fit-frame-to-buffer.  Fix doc-string.
1804 2014-03-06  Michael Albinus  <michael.albinus@gmx.de>
1806         * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
1807         (tramp-action-password): Clear password cache if needed.
1808         (tramp-read-passwd): Do not clear password cache.
1810         * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
1811         cache unless it is the first password request.
1813 2014-03-06  Glenn Morris  <rgm@gnu.org>
1815         * simple.el (newline): Doc tweak.
1817         * emacs-lisp/shadow.el (load-path-shadows-find):
1818         Ignore dir-locals.  (Bug#12357)
1820 2014-03-05  Glenn Morris  <rgm@gnu.org>
1822         * files.el (interpreter-mode-alist):
1823         * progmodes/sh-script.el (sh-ancestor-alist): Add dash.  (Bug#16938)
1825 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
1827         * frameset.el (frameset--initial-params): Filter out null entries.
1829 2014-03-05  Martin Rudalics  <rudalics@gmx.at>
1831         * window.el (window-min-height, window-min-width):
1832         Rewrite doc-strings.
1833         (window-body-size): Add PIXELWISE argument to make it consistent
1834         with its callees.
1836 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
1838         * finder.el (finder-mode-map, finder-mode-syntax-table):
1839         Revert part of 2014-02-28 change.
1841 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
1843         * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
1844         (eww-setup-buffer): Clear next/prev/etc more reliably.
1845         (eww-textarea-map): [tab] doesn't work on tty.
1846         Reported by Mario Lang.
1848         * net/shr.el (shr-map): Ditto.
1850 2014-03-04  Glenn Morris  <rgm@gnu.org>
1852         * minibuffer.el (completion-hilit-commonality):
1853         Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
1855 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
1857         * hilit-chg.el (hilit-chg-unload-function): New function.
1858         (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
1859         (hilit-chg-map-changes): Prefer cardinal number to digit.
1860         (hilit-chg-display-changes): Reflow docstring.
1861         (highlight-changes-rotate-faces): Remove superfluous backslash.
1863 2014-03-04  Michael Albinus  <michael.albinus@gmx.de>
1865         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
1866         `tramp-send-command-and-check'.
1868 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
1870         * hexl.el (hexl-address-region, hexl-ascii-region)
1871         (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
1872         (hexl-backward-short, hexl-forward-short, hexl-backward-word)
1873         (hexl-forward-word, hexl-previous-line, hexl-next-line):
1874         Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
1875         (hexl-mode): Doc fix.
1876         (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
1877         (hexl-mode-ruler): Fix typos in docstrings.
1879         * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
1880         (strokes-character, strokes-get-grid-position, strokes-list-strokes):
1881         Remove superfluous backslashes.
1882         (strokes-last-stroke, strokes-global-map, strokes-mode):
1883         Reflow docstrings.
1884         (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
1885         (strokes-xpm-for-compressed-string): Use quotes with buffer name.
1886         (strokes-distance-squared, strokes-global-set-stroke)
1887         (strokes-global-set-stroke-string): Doc fixes.
1888         (strokes-help): Fix typos; reflow docstring.
1890 2014-03-04  Martin Rudalics  <rudalics@gmx.at>
1892         * window.el (window-in-direction): Fix doc-string.
1894 2014-03-04  Glenn Morris  <rgm@gnu.org>
1896         * emacs-lisp/smie.el (smie-config-guess): Doc fix.
1897         Explicit error if no grammar.
1898         (smie-config-save): Doc fix.  Fix quote typo.
1900 2014-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1902         * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
1903         electric-indent-mode-hook if we obey electric-indent-mode.
1904         (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
1905         decide whether we obey electric-indent-mode.
1906         (c-change-set-fl-decl-start, c-extend-after-change-region):
1907         Silence warnings.
1908         (c-electric-indent-mode-hook): Assume we do want to obey
1909         electric-indent-mode.
1911         * electric.el (electric-indent-mode-has-been-called): Remove.
1912         (electric-indent-mode): Fix accordingly.
1914         * files.el (hack-local-variables): Mention file name in warning.
1916         * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
1918 2014-03-04  Michal Nazarewicz  <mina86@mina86.com>
1920         * bindings.el: Add comment describing why C-d binds to `delete-char'.
1921         * simple.el (delete-forward-char): Mark as interactive-only.
1923 2014-03-03  Juanma Barranquero  <lekktu@gmail.com>
1925         * icomplete.el (icomplete-completions):
1926         Follow-up to 2014-03-01 change.
1928         * icomplete.el: Miscellaneous doc fixes.
1929         Use Icomplete everywhere instead of icomplete for consistency.
1930         (icomplete-max-delay-chars): Fix typo.
1931         (icomplete-mode): Use \[].
1932         (icomplete-tidy, icomplete-exhibit): Reflow.
1933         (icomplete-minibuffer-setup-hook, icomplete-completions):
1934         Remove superfluous backlashes.
1936         * ido.el: Miscellaneous doc fixes.
1937         Use Ido everywhere instead of ido or `ido' for consistency.
1938         (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
1939         (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
1940         (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
1941         (ido-separator): Extract obsolescence info from docstring and declare
1942         with make-obsolete-variable.
1943         (ido-minibuffer-setup-hook): Simplify example.
1944         (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
1945         (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
1946         (ido-completion-help, ido-completing-read): Fix typos in docstrings.
1947         (ido-everywhere): Reflow docstring.
1948         (ido-toggle-vc): Doc fix.
1949         (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
1950         of long list of keybindings.
1952 2014-03-03  Glenn Morris  <rgm@gnu.org>
1954         * frame.el (display-pixel-height, display-pixel-width)
1955         (display-mm-dimensions-alist, display-mm-height)
1956         (display-mm-width): Doc tweaks.
1958 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
1960         * simple.el (undo-elt-in-region): Fix buffer corruption for edge
1961         case of undo in region.
1963 2014-03-02  Martin Rudalics  <rudalics@gmx.at>
1965         * window.el (fit-window-to-buffer): Fix argument in window-size
1966         call when window is horizontally combined.
1968 2014-03-02  Juanma Barranquero  <lekktu@gmail.com>
1970         * icomplete.el (icomplete-completions): Use string-width.
1971         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1973 2014-03-01  Dmitry Gutov  <dgutov@yandex.ru>
1975         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1976         Highlight regexp options.  (Bug#16914)
1978 2014-03-01  Martin Rudalics  <rudalics@gmx.at>
1980         * window.el (window--max-delta-1): Round down when calculating
1981         how many lines/columns we can get from a window.
1983 2014-03-01  Glenn Morris  <rgm@gnu.org>
1985         * isearch.el (search-invisible): Doc fix.
1987         * minibuffer.el (completion-hilit-commonality):
1988         Make `base-size' argument optional.  Short-cut if `prefix-len' is 0.
1989         * comint.el (comint-dynamic-list-completions): Doc fix.
1990         * comint.el (comint-dynamic-list-completions):
1991         * filecache.el (file-cache-minibuffer-complete):
1992         * tempo.el (tempo-display-completions):
1993         * eshell/em-hist.el (eshell-list-history):
1994         Replace use of obsolete argument of display-completion-list.
1996 2014-03-01  Juanma Barranquero  <lekktu@gmail.com>
1998         * icomplete.el (icomplete-completions):
1999         Revert back to using "..." when ?… cannot be displayed.
2001 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
2003         * finder.el (finder-unload-function): New function.
2005 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
2007         * dframe.el (dframe-detach):
2008         * find-dired.el (find-dired, find-name-dired):
2009         * finder.el (finder-mode-map, finder-mode-syntax-table)
2010         (finder-headmark, finder-select, finder-mouse-select):
2011         Fix docstring typos.
2013 2014-02-28  Martin Rudalics  <rudalics@gmx.at>
2015         Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
2016         * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
2017         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
2018         Fix doc-string based on a suggestion by Nicolas Richard
2019         <theonewiththeevillook@yahoo.fr>.
2020         * help.el (with-help-window): Fix doc-string.
2022 2014-02-28  Ivan Kanis  <ivan@kanis.fr>
2024         * net/shr.el (shr-image-animate): New option.
2025         (shr-put-image): Respect shr-image-animate.
2027 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
2029         * net/tramp-adb.el (tramp-adb-parse-device-names):
2030         Use `accept-process-output'.
2031         (tramp-adb-handle-file-truename): Cache the localname only.
2032         (tramp-adb-handle-make-directory)
2033         (tramp-adb-handle-delete-directory): Flush file properties correctly.
2034         (tramp-adb-handle-set-file-modes): Do not raise an error when file
2035         modes cannot be changed.
2037         * net/tramp-cache.el (tramp-flush-directory-property): Remove also
2038         file properties of symlinks.
2040 2014-02-28  Per Starbäck  <starback@stp.lingfil.uu.se>
2042         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
2043         required/optional fields to match development biblatex.  (Bug#16781)
2045 2014-02-28  Andy Sawyer  <andy.sawyer@gmail.com>  (tiny change)
2047         * saveplace.el (toggle-save-place):
2048         Fix argument handling.  (Bug#16673)
2050 2014-02-28  Glenn Morris  <rgm@gnu.org>
2052         * minibuffer.el (completions-first-difference)
2053         (completions-common-part, completion-hilit-commonality): Doc fixes.
2055 2014-02-28  Karl Berry  <karl@gnu.org>
2057         * info.el (Info-mode-map): Add H for describe-mode,
2058         to synchronize with standalone Info.
2060 2014-02-28  Emilio C. Lopes  <eclig@gmx.net>
2062         * progmodes/sql.el (sql-interactive-mode):
2063         Avoid setting global comint-input-ring-separator.  (Bug#16814)
2065 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
2067         * net/dbus.el (dbus--init-bus): Declare function.
2068         (dbus-path-local, dbus-interface-local): New defconst.
2069         (dbus-init-bus): Use them.
2070         (dbus-return-values-table): Extend doc.
2071         (dbus-handle-bus-disconnect): Extend error message.
2073 2014-02-27  Juanma Barranquero  <lekktu@gmail.com>
2075         * subr.el (y-or-n-p): Fix double space issue in message.
2077 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
2079         * net/tramp.el (tramp-call-process): Improve trace message.
2080         (tramp-handle-insert-file-contents): Trace error case.
2082         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
2083         <insert-directory>: Use `tramp-handle-insert-directory'.
2084         (tramp-adb-handle-insert-directory): Remove function.
2085         (tramp-adb-send-command-and-check): New defun, replacing
2086         `tramp-adb-command-exit-status'.  Change all callees.
2087         (tramp-adb-handle-file-attributes)
2088         (tramp-adb-handle-directory-files-and-attributes): Use it.
2089         (tramp-adb-ls-output-name-less-p):
2090         Use `directory-listing-before-filename-regexp'.
2091         (tramp-adb-handle-delete-directory): Flush also file properties of
2092         the truename of directory.
2093         (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
2094         (tramp-adb-handle-file-local-copy): Make the local copy readable.
2095         (tramp-adb-handle-write-region): Implement APPEND.
2096         (tramp-adb-handle-rename-file): Make it more robust.  Flush file
2097         properties correctly.
2098         (tramp-adb-maybe-open-connection): Set `tramp-current-*'
2099         variables.  Check for connected devices only when needed.
2101 2014-02-27  Glenn Morris  <rgm@gnu.org>
2103         * minibuffer.el (completion-table-dynamic)
2104         (completion-table-with-cache): Doc fixes.
2106         * emacs-lisp/crm.el (crm-default-separator, crm-separator)
2107         (completing-read-multiple): Doc fixes.
2109 2014-02-27  Daniel Colascione  <dancol@dancol.org>
2111         * minibuffer.el (completion--nth-completion): Fix indentation.
2113         * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
2114         explicit tramp path is empty.
2116 2014-02-27  Glenn Morris  <rgm@gnu.org>
2118         * emacs-lisp/crm.el (completing-read-multiple):
2119         Empower help-enable-auto-load.
2121 2014-02-26  Glenn Morris  <rgm@gnu.org>
2123         * startup.el (command-line): Don't init the tty in daemon mode.
2125         Avoid calling tty-setup-hook twice, eg if a term file
2126         explicitly calls tty-run-terminal-initialization.  (Bug#16859)
2127         * faces.el (tty-run-terminal-initialization): Add run-hook argument.
2128         (tty-create-frame-with-faces): Use it.
2129         * startup.el (command-line): Pass run-hook argument
2130         to tty-run-terminal-initialization.
2132         * dired.el (dired-restore-desktop-buffer): Demote errors;
2133         eg in case a glob match fails.  (Bug#16884)
2135 2014-02-26  Dmitry Gutov  <dgutov@yandex.ru>
2137         * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
2138         error from `read-from-string'.  (Bug#16850)
2140         * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
2141         result of `completing-read' in the interactive form.  (Bug#16854)
2143 2014-02-25  Glenn Morris  <rgm@gnu.org>
2145         * image.el (image-animate, image-animate-timeout):
2146         Stop animating images in dead buffers.  (Bug#16878)
2148         * emacs-lisp/edebug.el (defmacro): Fix debug spec.  (Bug#16868)
2150         * faces.el (tty-setup-hook, tty-run-terminal-initialization):
2151         Doc fixes.
2152         * startup.el (term-setup-hook): Doc fix.  Make obsolete.
2153         * term/sun.el (sun-raw-prefix-hooks):
2154         Use tty-setup-hook instead of term-setup-hook.
2155         (terminal-init-sun): Construct message from bytecomp plist.
2156         * term/wyse50.el (enable-arrow-keys): Doc fix.
2158 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
2160         * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
2161         Fix docstring typos.
2163 2014-02-24  Michael Albinus  <michael.albinus@gmx.de>
2165         * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
2167 2014-02-24  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
2169         * minibuffer.el (completion--try-word-completion):
2170         Fix error when completing M-x commands (bug#16808).
2172 2014-02-24  Leo Liu  <sdl.web@gmail.com>
2174         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
2176 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
2178         * apropos.el (apropos-print): Avoid formatting error when
2179         apropos-do-all and apropos-compact-layout are both t.
2181 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
2183         * apropos.el (apropos-property, apropos-all-words-regexp)
2184         (apropos-true-hit, apropos-variable, apropos-print):
2185         Fix docstring typos, and remove obsolete comment.
2187 2014-02-23  Michael Albinus  <michael.albinus@gmx.de>
2189         * net/tramp-sh.el (tramp-sh-handle-file-truename):
2190         Preserve trailing "/".  (Bug#16851)
2192 2014-02-23  Dmitry Gutov  <dgutov@yandex.ru>
2194         * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
2195         after `=>' (bug#16811).
2196         (ruby-smie-rules): Handle the inconsistent second element of the
2197         list returned by `smie-indent--parent'.
2198         (ruby-font-lock-keywords): Disqualify any identifier before `=' as
2199         method call.
2201 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
2203         * elec-pair.el (electric-pair-text-syntax-table)
2204         (electric-pair-syntax-info, electric-pair--syntax-ppss)
2205         (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
2206         (electric-pair--looking-at-unterminated-string-p): Doc fix.
2207         (electric-pair--inside-string-p): Doc fix.  Use `let', not `let*'.
2209 2014-02-22  Glenn Morris  <rgm@gnu.org>
2211         * imenu.el (imenu--generic-function): Doc fix.
2213         * register.el (frame-configuration-to-register): Make obsolete.
2215 2014-02-22  Juanma Barranquero  <lekktu@gmail.com>
2217         * desktop.el (desktop-save-buffer-p): Do not fail when
2218         desktop-files-not-to-save is nil.  Return t for true result
2219         as the doc says.
2221 2014-02-22  Daniel Colascione  <dancol@dancol.org>
2223         * net/secrets.el (secrets-create-item, secrets-search-items):
2224         Check that attribute values are strings, avoiding the construction
2225         of invalid dbus messages.
2227 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
2229         * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
2230         defun-declarations-alist.
2232 2014-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2234         * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
2235         (bug#16829).
2237 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
2239         * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
2240         (whitespace-newline, whitespace-trailing, whitespace-line)
2241         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
2242         (whitespace-space-after-tab): Fix typo in docstrings.
2244 2014-02-21  Dmitry Gutov  <dgutov@yandex.ru>
2246         * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
2248         * electric.el (electric-indent-functions-without-reindent):
2249         Add `yaml-indent-line'.
2251 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
2253         * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
2254         It has done nothing for years; should be removed after the release.
2256         * simple.el (choose-completion): Fix docstring typo.
2257         (read-quoted-char-radix): Remove unneeded * in docstring.
2258         (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
2259         Don't escape parentheses unnecessarily in docstrings.
2261 2014-02-21  Martin Rudalics  <rudalics@gmx.at>
2263         Fix handling of window-min-height/-width (Bug#16738).
2264         * window.el (window--dump-window, window--dump-frame):
2265         New functions.
2266         (window--min-size-1): Account for window dividers.
2267         When window-resize-pixelwise is nil, delay rounding till after the
2268         sum of the window components has been calculated.
2269         (window--min-delta-1, window--max-delta-1): When PIXELWISE is
2270         nil make sure at least one text line and two text columns remain
2271         fully visible.
2272         (window-resize): Signal an error when window-resize-apply fails.
2273         (window--resize-child-windows): Fix calculation of by how many
2274         pixels a window can still be shrunk via window-new-normal.
2275         (adjust-window-trailing-edge): Call window--resizable with
2276         correct TRAIL argument.
2278         (with-temp-buffer-window): Don't evaluate BODY within
2279         with-current-buffer (Bug#16816).
2281 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
2283         * net/tramp.el (tramp-check-cached-permissions):
2284         Call `file-attributes' with `suffix' being a symbol but a string.
2286 2014-02-21  Daniel Colascione  <dancol@dancol.org>
2288         * net/dbus.el (dbus-init-bus-1): Declare new subr.
2289         (dbus-init-bus): New function: call into dbus-init-bus-1
2290         and installs a handler for the disconnect signal.
2291         (dbus-call-method): Rewrite to look for result in cons.
2292         (dbus-call-method-handler): Store result in cons.
2293         (dbus-check-event): Recognize events with nil sender as valid.
2294         (dbus-handle-bus-disconnect): New function.  React to bus
2295         disconnection signal by synthesizing dbus error for each
2296         pending synchronous or asynchronous call.
2297         (dbus-notice-synchronous-call-errors): New function.
2298         (dbus-handle-event): Raise errors directly only when `dbus-debug'
2299         is true, not all the time.
2301 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
2303         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
2304         Remove obsolescence declarations, these variables do not exist anymore.
2306         * savehist.el (savehist-save-minibuffer-history)
2307         (savehist-additional-variables, savehist-file, savehist-mode-hook)
2308         (savehist-save-hook, savehist-coding-system, savehist-loaded)
2309         (savehist-load, savehist-install, savehist-autosave): Fix typos;
2310         mostly, refer to "Savehist mode" when talking about the mode,
2311         and not the function.
2313         * saveplace.el (save-place): Remove redundant info in docstring.
2314         (save-place-forget-unreadable-files, toggle-save-place)
2315         (save-place-forget-unreadable-files, save-place-dired-hook):
2316         Fix typos and remove unneeded backslashes.
2318 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
2320         * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
2321         (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
2323         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2324         <insert-directory>: Use `tramp-handle-insert-directory'.
2325         (tramp-gvfs-handle-insert-directory): Remove function.
2327         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2328         Call `tramp-handle-insert-directory'.
2330 2014-02-20  Juanma Barranquero  <lekktu@gmail.com>
2332         * elec-pair.el (electric-pair-syntax-info): Do not check syntax
2333         before the start of buffer/region (bug#16799).
2335 2014-02-20  Glenn Morris  <rgm@gnu.org>
2337         * isearch.el (search-invisible): Doc fix.
2339 2014-02-20  W. Trevor King  <wking@tremily.us>  (tiny change)
2341         * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
2342         (bug#16657).
2344 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
2346         * frameset.el (frameset-restore): Delay removing an old frame's
2347         duplicate id until the new frame has been correctly created.
2349 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
2351         * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
2352         (tramp-check-cached-permissions): Call `file-attributes' if the
2353         cache is empty.
2355         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
2356         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
2358         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2359         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
2360         (tramp-gvfs-maybe-open-connection): Set always connection
2361         properties, even if target is mounted already.
2363         * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
2364         Set tramp-autoload cookie.
2365         (tramp-get-remote-touch): New defun.
2366         (tramp-sh-handle-set-file-times): Use it.
2367         (tramp-sh-handle-directory-files-and-attributes):
2368         Use `tramp-handle-directory-files-and-attributes' if neither stat
2369         nor perl are available on the remote host.
2371         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
2372         "/".  Write long listing only when "l" belongs to the switches.
2374         * net/trampver.el: Update release number.
2376 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
2378         * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
2380 2014-02-19  Martin Rudalics  <rudalics@gmx.at>
2382         * window.el (window-state-put): Allow WINDOW to refer to an
2383         internal window (Bug#16793).
2385 2014-02-19  Glenn Morris  <rgm@gnu.org>
2387         * textmodes/remember.el: Move provide statement to end.
2388         (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
2389         (remember-notes): Doc fixes.
2391 2014-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2393         * delsel.el (delete-char): Restore incorrectly erased property
2394         (bug#16795).
2396 2014-02-18  Juanma Barranquero  <lekktu@gmail.com>
2398         * frameset.el (frameset--restore-frame): When a frame is being reused
2399         and its root window is not alive, delete all the frame's windows before
2400         restoring the window state.  This works around the issue in bug#16793.
2402 2014-02-18  Glenn Morris  <rgm@gnu.org>
2404         * textmodes/remember.el (remember-data-directory)
2405         (remember-directory-file-name-format, remember-store-in-files)
2406         (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
2407         (remember-notes-save-and-bury-buffer)
2408         (remember-notes--kill-buffer-query): Doc fixes.
2410         * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
2412 2014-02-17  Alan Mackenzie  <acm@muc.de>
2414         Connect electric-indent-mode up with CC Mode.  Bug #15478.
2415         * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
2416         to electric-indent-{,local-}-mode.
2417         (c-basic-common-init): Set electric-indent-inhibit.
2418         Initialise c-electric-flag from electric-indent-mode.
2419         (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
2420         New hook functions which propagate electric-indent-mode to CC mode.
2422         * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
2423         hit, toggle electric-indent-local-mode.
2425         * electric.el (electric-indent-mode-has-been-called):
2426         New variable.
2428 2014-02-17  Juanma Barranquero  <lekktu@gmail.com>
2430         * frameset.el (frameset-cfg-id): New function.
2431         (frameset--reuse-frame, frameset-restore): Use it.
2432         (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
2434 2014-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2436         * ido.el (ido-file-internal): Remove unused var `d'.
2437         Use \` for to match BoS.  Fit within 80n columns.
2439 2014-02-17  Daniel Colascione  <dancol@dancol.org>
2441         * net/dbus.el (dbus-call-method): Work around bug#16775 by having
2442         dbus-call-method check for completion using a busy-wait loop with
2443         gradual backoff.
2445 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
2447         Sync with Tramp 2.2.9.
2449         * net/trampver.el: Update release number.
2451 2014-02-16  Dmitry Gutov  <dgutov@yandex.ru>
2453         * ido.el (ido-file-internal): Don't add the name of an existing
2454         directory twice.  (Bug#16747)
2456 2014-02-16  Glenn Morris  <rgm@gnu.org>
2458         * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
2459         Do not use ediff-defvar-local on pre-defined variables.  (Bug#16744)
2461 2014-02-15  Michael R. Mauger  <michael@mauger.com>
2463         * progmodes/sql.el: Version 3.4
2464         (sql-oracle-options): New default value ("-L").
2465         (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
2466         (sql-placeholders-filter): Correct placeholder pattern.
2467         (sql-read-table-name): Bug fix.  Detect absence of SQLi process.
2468         (sql-login-delay): New variable.
2469         (sql-product-interactive): Use it.
2471 2014-02-15  Juanma Barranquero  <lekktu@gmail.com>
2473         * frameset.el (frameset--jump-to-register): Check that buffer is live
2474         (bug#16749).
2476 2014-02-15  Glenn Morris  <rgm@gnu.org>
2478         * info.el (info-initialize): Revert 2014-01-10 change.
2480 2014-02-14  Glenn Morris  <rgm@gnu.org>
2482         * replace.el (map-query-replace-regexp)
2483         (read-regexp-defaults-function, read-regexp): Doc fixes.
2485         * dired.el (dired-read-regexp):
2486         * faces.el (list-faces-display):
2487         * misearch.el (multi-isearch-read-matching-buffers)
2488         (multi-isearch-read-matching-files):
2489         * play/cookie1.el (cookie-apropos):
2490         * progmodes/grep.el (grep-read-regexp): Doc fixes.
2492         * textmodes/remember.el (remember): Use frameset-to-register
2493         rather than frame-configuration-to-register.
2495 2014-02-14  Jay Belanger  <jay.p.belanger@gmail.com>
2497         * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
2498         incorrect keybinding.
2500 2014-02-13  Daniel Colascione  <dancol@dancol.org>
2502         * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
2503         when adding overlays so that line numbers from compiler match line
2504         numbers we use.
2506 2014-02-13  Glenn Morris  <rgm@gnu.org>
2508         * mail/rmail.el (rmail-probe): Be less strict.  (Bug#16743)
2510         * jit-lock.el (jit-lock-mode): Doc fix.
2512 2014-02-13  Juanma Barranquero  <lekktu@gmail.com>
2514         * apropos.el (apropos-read-pattern): When the user passes an empty
2515         string, give a more helpful error message than "Wrong type
2516         argument: stringp, nil".
2518 2014-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2520         * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
2522 2014-02-13  Glenn Morris  <rgm@gnu.org>
2524         * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
2526 2014-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2528         * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
2529         shift-select commands.
2531 2014-02-12  Dmitry Gutov  <dgutov@yandex.ru>
2533         * progmodes/js.el (js-indent-line): Don't widen.
2534         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
2536 2014-02-12  Glenn Morris  <rgm@gnu.org>
2538         * icomplete.el (icomplete): Add info-link to defgroup.
2539         (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
2540         (icomplete-minibuffer-map, icomplete-mode)
2541         (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
2543         * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
2544         (package-menu-filter): Rename from package-menu-filter-interactive.
2545         Doc fix.
2547 2014-02-11  Juanma Barranquero  <lekktu@gmail.com>
2549         * frameset.el (frameset--jump-to-register): Select the required
2550         window and buffer before restoring position (bug#16696).
2552 2014-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
2554         * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
2556 2014-02-10  Glenn Morris  <rgm@gnu.org>
2558         * jit-lock.el (jit-lock-force-redisplay): Doc fix.  (Bug#14394)
2560 2014-02-10  Eli Zaretskii  <eliz@gnu.org>
2562         * w32-common-fns.el (x-get-selection): Doc fix.
2563         * select.el (x-get-selection): Doc fix.  (Bug#15109)
2565         * face-remap.el (face-remap-add-relative)
2566         (face-remap-remove-relative, face-remap-reset-base)
2567         (face-remap-set-base): Call force-mode-line-update to redisplay
2568         the current buffer due to potential change in faces.  (Bug#16709)
2570 2014-02-10  Michael Albinus  <michael.albinus@gmx.de>
2572         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
2573         script more robustly.
2575 2014-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
2577         * dired.el (dired-get-marked-files): Doc fix (bug#11534).
2579         * simple.el (choose-completion): Doc fix (bug#14160).
2581         * subr.el (event-start): Say what a nil EVENT value means.
2583         * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
2584         (bug#14197).
2586         * progmodes/grep.el (find-program): Doc fix (bug#14289).
2588         * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
2590         * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
2592         * files.el (confirm-kill-emacs): Allow specifying an arbitrary
2593         predicate function (bug#15455).
2595 2014-02-10  Dmitry Gutov  <dgutov@yandex.ru>
2597         * ielm.el (inferior-emacs-lisp-mode): Instead of
2598         `comment-use-global-state', set `comment-use-syntax'.
2600 2014-02-10  Glenn Morris  <rgm@gnu.org>
2602         * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
2604 2014-02-09  Alan Mackenzie  <acm@muc.de>
2606         Fix c-invalidate-state-cache on narrowed buffers.
2607         * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
2608         Widen when setting and clearing the CPP delimiter properties.
2610 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2612         * help.el (describe-bindings): Doc fix (bug#9888).
2614         * files.el (save-buffer): Use ARG as the parameter name for
2615         consistency (bug#10346).
2616         (save-buffer): Clarify the 0 argument (bug#10346).
2618         * cus-edit.el (customize-apropos): Fix error string.
2619         (custom-buffer-create): Doc fix (bug#11122).
2620         (custom-sort-items): Doc fix (bug#11121).
2622         * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
2624         * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
2625         (icomplete-simple-completing-p): Mention the previous variable.
2627         * font-lock.el (font-lock-value-in-major-mode): Clarify the
2628         meaning of the parameter (bug#12282).
2630         * files.el (find-file-noselect): Clarify prompt when changing
2631         readedness (bug#13261).
2632         (locate-file): Suffixes aren't returned, so don't say that they
2633         are (bug#12674).
2634         (backup-inhibited): Doc clarification (bug#12525).
2636         * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
2637         before we actually start to delete things (bug#16331).
2639         * subr.el (event-start): Doc fix (bug#14228).
2640         (event-end): Ditto.
2642 2014-02-09  Glenn Morris  <rgm@gnu.org>
2644         * emacs-lisp/warnings.el (lwarn):
2645         Empower help-enable-auto-load.  (Bug#15940)
2647 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
2649         * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
2650         (Bug#16690)
2652 2014-02-08  Michael Albinus  <michael.albinus@gmx.de>
2654         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2655         Insert output at end of buffer.  (Bug#16120)
2657 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2659         * simple.el (choose-completion-string-functions): Document new
2660         calling convention (bug#14153).
2661         (execute-extended-command): Clarify doc string (bug#13373).
2663         * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
2665         * find-dired.el (find-name-dired): Doc fix (bug#14290).
2666         (find-grep-dired): Doc fix (bug#14288).
2668 2014-02-08  Juri Linkov  <juri@jurta.org>
2670         * isearch.el (isearch-quote-char): Check character validity
2671         like in `quoted-insert' (bug#16677).
2673 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2675         * files.el (find-file-visit-truename): Doc clarification (bug#14697).
2677         * isearch.el (isearch-hide-immediately): Doc clarification
2678         (bug#14723).
2680         * simple.el (line-move): Document utility function used many
2681         places in the Emacs sources (bug#14843).
2683         * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
2684         (dired-prev-marked-file): Doc fix (bug#14855).
2685         (dired-up-directory): Doc fix (bug#14848).
2687         * minibuffer.el (read-file-name): Doc clarification (bug#15096).
2689         * files.el (file-relative-name): Doc fix (bug#15159).
2691         * fringe.el (fringe-styles): Doc fix (bug#15239).
2693         * isearch.el (isearch-filter-predicate): Documentation typo fix
2694         (bug#15474).
2696         * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
2698         * isearch.el (isearch-cmds): Doc clarification (bug#15547).
2700         * replace.el (replace-match-maybe-edit): Doc clarification
2701         (bug#15632).
2703         * subr.el (add-to-list): Refill the paragraphs (bug#15791).
2705         * macros.el (insert-kbd-macro): Doc fix (bug#16025).
2707 2014-02-08  Glenn Morris  <rgm@gnu.org>
2709         * help-fns.el (describe-variable):
2710         Check {file,dir}-local-variables-alist, and buffer-file-name,
2711         in the correct buffer.
2713 2014-02-08  Ingo Lohmar  <i.lohmar@gmail.com>
2715         * help-fns.el (describe-variable): Fix the case where
2716         a value is directory-local with no dir-locals file.  (Bug#16635)
2718 2014-02-08  Glenn Morris  <rgm@gnu.org>
2720         * abbrev.el (edit-abbrevs-mode):
2721         Derive from fundamental-mode.  (Bug#16682)
2723 2014-02-07  Juanma Barranquero  <lekktu@gmail.com>
2725         * simple.el (quoted-insert): Check character validity (bug#16677).
2727 2014-02-07  Juri Linkov  <juri@jurta.org>
2729         * desktop.el (desktop-read): Claim the lock when the owner is not
2730         the current process.  (Bug#16157)
2732 2014-02-07  Juri Linkov  <juri@jurta.org>
2734         * desktop.el (desktop-buffers-not-to-save): Change default from nil
2735         to "\\` ".  (Bug#16651)
2737 2014-02-07  Juri Linkov  <juri@jurta.org>
2739         * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
2740         when enabling, and `desktop-auto-save-cancel-timer' when disabling.
2741         (desktop-auto-save-cancel-timer): New function with some code from
2742         `desktop-auto-save-set-timer'.
2743         (after-init-hook): Don't call `desktop-auto-save-set-timer'.
2744         Instead of setting `desktop-save-mode' to nil, call
2745         `desktop-save-mode' with arg 0.  (Bug#16630)
2747 2014-02-07  Glenn Morris  <rgm@gnu.org>
2749         * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
2750         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
2751         (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
2753         * obsolete/iswitchb.el: Move to obsolete/.
2754         * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
2755         since obsolete/ is not scanned for autoloads.
2756         * emacs-lisp/authors.el (authors-valid-file-names):
2757         Add iswitchb.el.
2759         * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
2760         Disable now non-functional find-file-hook.
2762 2014-02-06  Michael Albinus  <michael.albinus@gmx.de>
2764         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
2765         instead of ";" in order to avoid additional prompts.  Let heredoc
2766         scripts read from tty.  (Bug#16582)
2767         (tramp-send-command): No special handling of heredocs, it isn't
2768         necessary anymore.
2770 2014-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2772         * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
2773         with a space (bug#16664).  Limit the symbols considered to the ones
2774         that are bound or fbound (bug#16646).
2776 2014-02-06  Glenn Morris  <rgm@gnu.org>
2778         * epa.el (epa-mail-aliases): Doc fix.
2780 2014-02-06  Dmitry Gutov  <dgutov@yandex.ru>
2782         * emacs-lisp/lisp.el (lisp-completion-at-point):
2783         Use `completion-table-merge' instead of `completion-table-in-turn'
2784         (bug#16604).
2786         * minibuffer.el (completion-table-merge): New function.
2788 2014-02-05  Michael Albinus  <michael.albinus@gmx.de>
2790         * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
2791         (tramp-sh-handle-set-file-acl)
2792         (tramp-sh-handle-start-file-process)
2793         (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
2794         (tramp-find-executable, tramp-send-command): Use it.
2796 2014-02-05  Glenn Morris  <rgm@gnu.org>
2798         * epa.el (epa-mail-aliases): Fix custom type.  Doc tweak.
2800 2014-02-04  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2802         * progmodes/python.el (python-shell-send-string)
2803         (python-shell-send-string-no-output): Fix docstring (Bug#16547).
2805 2014-02-04  Anders Lindgren  <andlind@gmail.com>
2807         * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
2808         the names (bug#16620).
2810 2014-02-03  Martin Rudalics  <rudalics@gmx.at>
2812         * faces.el (window-divider): New default value.  Rewrite doc-string.
2813         (window-divider-first-pixel, window-divider-last-pixel): New faces.
2815 2014-02-03  Dmitry Gutov  <dgutov@yandex.ru>
2817         * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
2818         `protected' and `public' can also be called without arguments.
2820 2014-02-03  Glenn Morris  <rgm@gnu.org>
2822         * register.el (window-configuration-to-register)
2823         (frame-configuration-to-register): Unadvertise unused argument.
2824         * frameset.el (frameset-to-register): Remove unused argument.
2826         * frameset.el (frameset-to-register):
2827         * kmacro.el (kmacro-to-register):
2828         * register.el (increment-register):
2829         * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
2830         (calc-append-to-register, calc-prepend-to-register):
2831         * play/gametree.el (gametree-layout-to-register)
2832         (gametree-apply-register-layout):
2833         * textmodes/picture.el (picture-clear-rectangle-to-register)
2834         (picture-yank-rectangle-from-register):
2835         * vc/emerge.el (emerge-combine-versions-register):
2836         Use register-read-with-preview to read registers.
2838 2014-02-03  João Távora  <joaotavora@gmail.com>
2840         * elec-pair.el (electric-pair-backward-delete-char): Don't error
2841         when at beginning of (possibly narrowed) buffer.
2843 2014-02-02  Daniel Colascione  <dancol@dancol.org>
2845         * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
2846         Also try to display local help from just before point.
2848 2014-02-02  Alan Mackenzie  <bug-cc-mode@gnu.org>
2850         c-parse-state.  Don't "append-lower-brace-pair" in certain
2851         circumstances.  Also fix an obscure bug where "\\s!" shouldn't be
2852         recognised as a comment.
2854         * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
2855         as well as normal comment starter.
2856         (c-parse-state-get-strategy): Extra return possibility
2857         'back-and-forward.
2858         (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
2859         return value list to indicate replacement of a brace-pair cons
2860         with its car.
2861         (c-parse-state-1): With 'back-and-forward, only call
2862         c-append-lower-brace-pair-to state-cache when cons-separated.
2864 2014-02-02  Jan Djärv  <jan.h.d@swipnet.se>
2866         * term/ns-win.el (ns-suspend-error): New function.
2867         (ns-initialize-window-system): Add ns-suspend-error to
2868         suspend-hook (Bug#16612).
2870 2014-02-02  Daniel Colascione  <dancol@dancol.org>
2872         * progmodes/cc-defs.el (c-find-assignment-for-mode):
2873         Make loading cc-mode silent.
2875 2014-02-02  Daniel Colascione  <dancol@dancol.org>
2877         * comint.el (comint-prompt-read-only): Change doc to suggest
2878         remap keybinding.
2880 2014-02-02  Glenn Morris  <rgm@gnu.org>
2882         * register.el (register-read-with-preview, point-to-register)
2883         (window-configuration-to-register, frame-configuration-to-register)
2884         (jump-to-register, number-to-register, view-register, insert-register)
2885         (copy-to-register, append-to-register, prepend-to-register)
2886         (copy-rectangle-to-register): Doc fixes.
2888 2014-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2890         * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
2891         * emacs-lisp/find-func.el (find-function-C-source): Idem.
2892         * emacs-lisp/nadvice.el (advice--cd*r): New function.
2893         * help-fns.el (describe-function-1): Use it.
2895 2014-02-02  Glenn Morris  <rgm@gnu.org>
2897         * register.el (register-preview-default): New function,
2898         split from register-preview.
2899         (register-preview-function): Rename from register-preview-functions,
2900         make it not a hook.
2901         (register-preview): Use register-preview-function.
2902         (register-read-with-preview): Error on non-character event.  (Bug#16595)
2904 2014-02-01  Dmitry Gutov  <dgutov@yandex.ru>
2906         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
2907         `:' before binary operators (bug#16609).  Don't check for `:'
2908         before `[' and `(', or their syntax status.  A percent literal
2909         can't end with either.
2910         (ruby-font-lock-keywords): For built-ins that require arguments,
2911         check that they're followed by something that looks like argument
2912         (bug#16610).
2914 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2916         * subr.el (butlast): Document what an omitted N means (bug#13437).
2917         (nbutlast): Ditto.
2919 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2921         * net/shr.el (shr-generic): Make into a defsubst to make the stack
2922         depth shallower (bug#16587).
2923         (shr-tag-svg): Respect `shr-inhibit-images'.
2924         (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
2926 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
2928         * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
2929         (ruby-smie-grammar): Make "." right-associative.  Make its priority
2930         lower than the ternary and all binary operators.
2931         (ruby-smie-rules): Indent "(" relative to the first non-"."
2932         parent, or the first "." parent at indentation.
2933         Use `ruby-align-chained-calls' for indentation of "." tokens.
2934         (Bug#16593)
2936 2014-01-31  Juri Linkov  <juri@jurta.org>
2938         * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
2939         from `make-hash-table'.
2941         * textmodes/ispell.el (ispell-init-process): Change message format
2942         to be consistent with other messages.
2944 2014-01-31  Glenn Morris  <rgm@gnu.org>
2946         * delsel.el (delete-selection-mode): Doc fix.
2948         * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
2949         (trace-function-background): Doc fixes.
2951         * ido.el (ido-use-virtual-buffers): Doc fix.
2952         Reset :version, since the default value has not changed.
2954         * register.el (register-preview-delay, register-read-with-preview):
2955         Doc fixes.
2957         * mail/reporter.el (reporter-dump-variable): In case of void-variable,
2958         do not mess with mail-buffer position (fixes 2009-11-03 change).
2959         * progmodes/cc-mode.el (c-submit-bug-report):
2960         Check auto-fill-mode is bound.  (Bug#16592)
2962 2014-01-31  Darren Hoo  <darren.hoo@gmail.com>
2964         * startup.el (fancy-splash-image-file): New function,
2965         split from fancy-splash-head.
2966         (fancy-splash-head, use-fancy-splash-screens-p): Use it,
2967         so that we are both using the same image.  (Bug#16574)
2969 2014-01-30  Glenn Morris  <rgm@gnu.org>
2971         * simple.el (eval-expression): Doc fix.
2973         * hexl.el (hexl-mode-hook):
2974         * ielm.el (ielm-mode-hook):
2975         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
2976         (lisp-interaction-mode-hook):
2977         * progmodes/cfengine.el (cfengine3-documentation-function):
2978         Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
2980 2014-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2982         * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
2983         is a symbol (bug#16584).
2985 2014-01-30  Glenn Morris  <rgm@gnu.org>
2987         * help.el (help-for-help-internal): Add "P" to text.
2989 2014-01-29  Glenn Morris  <rgm@gnu.org>
2991         * simple.el (just-one-space, cycle-spacing): Doc fixes.
2993 2014-01-28  Martin Rudalics  <rudalics@gmx.at>
2995         * window.el (fit-frame-to-buffer): Fix calculations for margins and
2996         height constraints.
2998 2014-01-28  Luke Lee  <luke.yx.lee@gmail.com>
3000         * progmodes/hideif.el: Extend to full CPP expression syntax.
3001         (hif-token-alist): Add missing tokens.
3002         (hif-token-regexp): Add support for float/octal/hex immediates.
3003         (hif-string-literal-regexp): New const.
3004         (hif-tokenize): Recognize strings and float/octal/hex immediates.
3005         (hif-exprlist): New function.
3006         (hif-parse-if-exp): Use it.
3007         (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
3008         (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
3009         (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
3010         (hif-logxor, hif-comma): New functions.
3012 2014-01-28  Glenn Morris  <rgm@gnu.org>
3014         * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
3016         * indent.el (tab-stop-list): Doc fix.  Add :version.
3018         * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
3019         (cvs-append-to-ignore): Add compatibility alias.
3021 2014-01-27  Glenn Morris  <rgm@gnu.org>
3023         * dired.el (dired-hide-details-mode): Don't autoload it,
3024         since it cannot be used outside Dired buffers anyway.
3026         * emulation/cua-base.el (cua-mode): Doc fix.
3028         * dired.el (dired-hide-details-hide-symlink-targets)
3029         (dired-hide-details-hide-information-lines)
3030         (dired-hide-details-mode): Doc fixes.
3032         * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
3033         * strokes.el (strokes-file): Doc fix.  Bump :version.
3034         (strokes-help): Doc fix.
3035         * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
3036         * emulation/viper.el (viper): Doc fix for custom group.
3037         (top-level): Remove oh-so-no-longer-relevant text about vip.
3038         * obsolete/otodo-mode.el (todo-prefix): Doc fix.
3040         * ido.el (ido-save-directory-list-file):
3041         * saveplace.el (save-place-file):
3042         * calendar/timeclock.el (timeclock-file):
3043         * net/quickurl.el (quickurl-url-file):
3044         * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
3045         * progmodes/idlwave.el (idlwave-config-directory):
3046         * textmodes/remember.el (remember-data-file):
3047         Bump :version.
3049 2014-01-26  Glenn Morris  <rgm@gnu.org>
3051         * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
3052         Doc fix.  Make obsolete.
3053         (opascal-mode): No longer mention opascal-tab-always-indents in doc.
3055         * sort.el (delete-duplicate-lines): Doc fix.
3057 2014-01-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3059         * progmodes/ada-mode.el (ada):
3060         * woman.el (woman): Link to info manual and Commentary section.
3062         * progmodes/flymake.el (flymake):
3063         * nxml/nxml-mode.el (nxml):
3064         * net/eww.el (eww):
3065         * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
3066         * htmlfontify.el (htmlfontify):
3067         * ses.el (ses):
3068         * epa.el (epa):
3069         * ido.el (ido): Link to info manual.
3071 2014-01-25  Leo Liu  <sdl.web@gmail.com>
3073         * progmodes/flymake.el (flymake-make-overlay): No rear advance.
3075 2014-01-25  Adam Sjøgren  <asjo@koldfront.dk>
3077         * net/shr.el (shr-tag-img): Prefer the title over the alt text
3078         (bug#16537).
3080 2014-01-24  Juanma Barranquero  <lekktu@gmail.com>
3082         * net/eww.el (eww-download-callback):
3083         Fix reference to eww-download-directory.
3085         * emacs-lisp/bytecomp.el (byte-compile-file):
3086         Remove unused local variable `file-name'.
3088 2014-01-24  Glenn Morris  <rgm@gnu.org>
3090         * woman.el (woman-default-faces, woman-monochrome-faces):
3091         Fix obsolescence specification.
3093         * subr.el (with-demoted-errors): Doc fix.
3095 2014-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3097         * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
3098         (cl--macroexp-fboundp): New function.
3099         (cl--make-type-test): Use it.
3101 2014-01-23  Glenn Morris  <rgm@gnu.org>
3103         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
3104         * simple.el (eval-expression): Doc fixes.
3106 2014-01-22  Glenn Morris  <rgm@gnu.org>
3108         * emacs-lisp/authors.el (authors-fixed-entries): Addition.
3110 2014-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3112         * emacs-lisp/package.el: Write files silently.
3113         (package-autoload-ensure-default-file, package--write-file-no-coding)
3114         (package-generate-description-file, package--download-one-archive)
3115         (package-install-from-archive): Tell `write-region' to stay quiet.
3116         (package-menu-mode, package-menu--print-info): Omit the Archive column
3117         if there's only one archive.
3118         (package-all-keywords, package--has-keyword-p): Remove dead code.
3120 2014-01-22  Glenn Morris  <rgm@gnu.org>
3122         * version.el (emacs-bzr-version-bzr): Fix typo.
3124         * version.el (emacs-repository-get-version):
3125         Check either .bzr or .git, but not both.
3126         Make the git case actually use the DIR argument, and return nil
3127         rather than the empty string.
3128         Avoid error if .git exists but the git executable is not found.
3130 2014-01-22  Martin Rudalics  <rudalics@gmx.at>
3132         Fixes in window size functions around Bug#16430 and Bug#16470.
3133         * window.el (window-total-size, window-size): New argument ROUND.
3134         (window--min-delta-1, window-min-delta, window--max-delta-1):
3135         Be more conservative when calculating the numbers of lines or
3136         columns a window can shrink (Bug#16430).
3137         (fit-window-to-buffer): Simplify code.
3138         * term.el (term-window-width): Call window-body-width again.
3140 2014-01-22  Glenn Morris  <rgm@gnu.org>
3142         * image.el (image-format-suffixes): Doc fix.
3144         * international/quail.el (quail-define-package): Doc fix.
3146         * emacs-lisp/authors.el (authors-valid-file-names)
3147         (authors-renamed-files-alist): Additions.
3149         * vc/vc-git.el (vc-git-print-log): Remove --follow;
3150         reverts 2014-01-09 change.  (Bug#16422)
3152         * calc/calc-embed.el (thing-at-point-looking-at):
3153         * emacs-lisp/map-ynp.el (x-popup-dialog):
3154         * obsolete/lmenu.el (x-popup-dialog):
3155         * emacs-lisp/package.el (url-recreate-url):
3156         * mail/mailclient.el (clipboard-kill-ring-save):
3157         * subr.el (x-popup-dialog): Update declaration.
3158         * mail/rmail.el (rmail-mime-message-p):
3159         * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
3161 2014-01-21  Daniel Colascione  <dancol@dancol.org>
3163         * progmodes/sh-script.el (sh--inside-noncommand-expression):
3164         Correctly detect when we're inside an arithmetic expansion form
3165         containing nested parenthesis.
3166         (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
3167         to detect cases where we shouldn't expand "<<" to a heredoc
3168         skeleton.
3170 2014-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3172         * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
3173         (eldoc--message-command-p): New function.
3174         (eldoc-display-message-p): Use it.
3175         (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
3176         message is not automatically erased for us.
3177         (eldoc-print-current-symbol-info): Erase previous message, if any.
3179 2014-01-21  Tassilo Horn  <tsdh@gnu.org>
3181         * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
3182         specify it's an interactive function.
3184         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
3185         Fix regex used for scanning for citation keys which failed for
3186         citations with optional arguments.
3188 2014-01-21  Leo Liu  <sdl.web@gmail.com>
3190         * simple.el (read--expression): Don't enable eldoc-mode.
3192 2014-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3194         * simple.el (move-beginning-of-line): Make sure we don't move forward
3195         (bug#16497).
3197 2014-01-20  Juri Linkov  <juri@jurta.org>
3199         * saveplace.el (toggle-save-place, save-place-to-alist)
3200         (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
3201         'dired-mode) before checking for dired-directory.  (Bug#16477)
3203 2014-01-20  Juri Linkov  <juri@jurta.org>
3205         * indent.el (indent-line-to): Use backward-to-indentation
3206         instead of back-to-indentation.  (Bug#16461)
3208 2014-01-20  Paul Eggert  <eggert@cs.ucla.edu>
3210         Revert some of the CANNOT_DUMP fix (Bug#16494).
3211         Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
3212         but fixing this can wait until after the next release.
3213         * Makefile.in (emacs): Keep EMACSLOADPATH empty.
3215 2014-01-19  Michael Albinus  <michael.albinus@gmx.de>
3217         * eshell/esh-mode.el (eshell-password-prompt-regexp):
3218         Use `password-word-equivalents'.
3219         (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
3220         to t.  (Bug#5664, Bug#13124)
3222 2014-01-19  Alan Mackenzie  <acm@muc.de>
3224         Bind open-paren-in-column-0-is-defun-start to nil at some entry
3225         points.
3226         * progmodes/cc-engine.el (c-invalidate-state-cache-1)
3227         (c-parse-state-1, c-guess-basic-syntax): Bind it here.
3228         * progmodes/cc-mode.el (c-before-change, c-after-change)
3229         (c-font-lock-fontify-region): Bind it here.
3231 2014-01-19  Martin Rudalics  <rudalics@gmx.at>
3233         * term.el (term-window-width): Call window-text-width instead of
3234         window-width (Bug#16470).
3236 2014-01-18  Paul Eggert  <eggert@cs.ucla.edu>
3238         * simple.el (password-word-equivalents): Remove duplicates.
3239         Sort, to make this easier next time.
3240         Downcase.  Omit ": " after "jelszó".
3242 2014-01-18  Jan Djärv  <jan.h.d@swipnet.se>
3244         * term/common-win.el (saved-region-selection): Defvar it.
3245         (x-select-text): Set saved-region-selection (Bug#16382).
3247 2014-01-18  Glenn Morris  <rgm@gnu.org>
3249         * emacs-lisp/authors.el (authors-aliases)
3250         (authors-renamed-files-alist): Add some entries.
3252 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
3254         * net/tramp.el (tramp-password-prompt-regexp):
3255         Use `password-word-equivalents' if available.
3256         (tramp-action-password, tramp-process-one-action)
3257         (tramp-read-passwd): Let-bind `case-fold-search' to t.  (Bug#13124)
3259 2014-01-17  Chong Yidong  <cyd@gnu.org>
3261         * simple.el (password-word-equivalents): New defcustom.
3262         * comint.el (comint-password-prompt-regexp): Use it.  Bump version
3263         to 24.4.
3264         (comint-watch-for-password-prompt): Let-bind `case-fold-search'
3265         to t.  (Bug#13124)
3267 2014-01-17  Dmitry Gutov  <dgutov@yandex.ru>
3269         * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
3270         (ruby-align-to-stmt-keywords): Change the default value.
3271         Use `ruby-alignable-keywords' to generate the possible customization
3272         choices.
3273         (ruby-smie-rules): Instead of using a hardcoded list of alignable
3274         keywords, check against the value of `ruby-alignable-keywords'
3275         (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
3277 2014-01-17  Glenn Morris  <rgm@gnu.org>
3279         * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
3281         Make M-x authors return zero *Authors Errors* from current logs.
3282         * emacs-lisp/authors.el (authors-obsolete-files-regexps)
3283         (authors-ignored-files): Add some entries, remove others.
3284         (authors-ambiguous-files, authors-valid-file-names):
3285         Add some entries.
3286         (authors-renamed-files-alist): Add, remove, and adjust entries.
3287         (authors-renamed-files-regexps): Add some entries.
3288         Remove some very broad ones.  Make some entries `lax'.
3289         (authors-lax-changelogs): New constant.
3290         (authors-disambiguate-file-name): Treat top-level specially.
3291         (authors-lax-changelog-p): New function.
3292         (authors-canonical-file-name): Check file as written against
3293         authors-valid-file-names.  Do not special-case etc/.
3294         Handle `lax' logs and authors-renamed-files-regexps elements.
3296 2014-01-16  Dmitry Gutov  <dgutov@yandex.ru>
3298         * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
3299         `assoc'.  Use `nth' instead of `cdr'.  Make private.  Update all
3300         callers.
3302 2014-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3304         * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
3305         Assume we're already in the proper buffer.
3306         Inspired by Anders Lindgren <andlind@gmail.com>.
3307         (follow-post-command-hook): Call it from the right buffer.
3308         (follow-comint-scroll-to-bottom): Adjust call.
3309         (follow-all-followers): Use get-buffer-window-list.
3311 2014-01-15  Daniel Colascione  <dancol@dancol.org>
3313         * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
3314         `buffer-file-name' in interactive-form so that we don't leave
3315         pathless file names in `file-name-history'.
3317 2014-01-15  Juri Linkov  <juri@jurta.org>
3319         * indent.el (indent-rigidly): Set deactivate-mark to nil
3320         in transient indentation mode.  (Bug#16438)
3322 2014-01-15  Dmitry Gutov  <dgutov@yandex.ru>
3324         * emacs-lisp/package.el (package-desc-keywords): New function
3325         (Bug#16222).
3326         (describe-package-1, package-all-keywords)
3327         (package--has-keyword-p): Use it.
3329 2014-01-14  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
3331         * simple.el (define-alternatives): When creating the
3332         COMMAND-alternatives variable, assign COMMAND as its definition
3333         name so that `describe-variable' can relocate it.
3335 2014-01-14  Matthew Leach  <matthew@mattleach.net>  (tiny change)
3337         * font-lock.el (font-lock-keywords): Fix typo in docstring
3338         (bug#16307).
3340 2014-01-14  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
3342         * ispell.el (ispell-region): Reset `in-comment' for new line
3343         instead of wrongly reset `add-coment' (bug#13577).
3345 2014-01-14  Daiki Ueno  <ueno@gnu.org>
3347         * epa-file.el (epa-file-write-region): Encode the region according
3348         to `buffer-file-format'.  Problem reported at:
3349         <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
3351 2014-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3353         * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
3354         so it applies in the right buffer (bug#16410).
3356 2014-01-13  Daniel Colascione  <dancol@dancol.org>
3358         * textmodes/rst.el (rst-define-key): Provide deprecated
3359         keybindings through named functions instead of anonymous ones so
3360         that "??" doesn't appear in describe-mode output.
3362 2014-01-13  Bastien Guerry  <bzg@gnu.org>
3364         * simple.el (define-alternatives): Call the selected command
3365         interactively.  When setting `COMMAND--implementation' for the
3366         first time, tell the user how to chose another implementation.
3367         Enhance the docstring.
3369 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3371         * vc/log-edit.el: Fix highlighting of summary when it's the first line.
3372         (log-edit--match-first-line): New function.
3373         (log-edit-font-lock-keywords): Use it.
3374         (log-edit-mode): Make jit-lock-defer-multiline work.
3376 2014-01-13  Bastien Guerry  <bzg@gnu.org>
3378         * rect.el (rectangle-mark-mode): When the region is not active,
3379         display a message saying that the mark as been set and that
3380         rectangle mode is in use.
3381         (rectangle--highlight-for-redisplay): Only put an overlay with a
3382         visible vertical bar when (display-graphic-p) is non-nil.
3383         This partially fixes Bug#16403.
3385 2014-01-13  Juri Linkov  <juri@jurta.org>
3387         * info.el (Info-find-file): Go to DIR before displaying the error
3388         about a nonexistent file if no previous Info file is visited.
3389         Use `user-error' instead of `error' for "Info file %s does not exist".
3390         (Info-find-node-2): In case of a nonexistent node in unwind forms
3391         go to the Top node if there is no previous node to revert to.
3392         (Bug#16405)
3394 2014-01-13  Martin Rudalics  <rudalics@gmx.at>
3396         fit-frame/window-to-buffer code fixes including one for Bug#14096.
3397         * window.el (fit-frame-to-buffer): Fix doc-string.
3398         Respect window-min-height/-width.  Fit pixelwise when
3399         frame-resize-pixelwise is non-nil.  Adjust right/bottom edge
3400         when avoiding that frame goes partially off-screen.
3401         (fit-window-to-buffer): Respect window-min-height/-width
3402         (Bug#14096).
3404 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3406         * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
3407         after an empty line.
3409 2014-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3411         * net/shr.el (shr-render-region): Autoload.
3413 2014-01-12  Xue Fuqiao  <xfq.free@gmail.com>
3415         * net/eww.el (eww-download-directory): Rename from
3416         `eww-download-path' (Bug#16419).
3418 2014-01-12  Leo Liu  <sdl.web@gmail.com>
3420         * dired-x.el (dired-mode-map): Fix last change.
3422         * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
3424 2014-01-12  Paul Eggert  <eggert@cs.ucla.edu>
3426         Spelling fixes.
3427         * emacs-lisp/generic.el (generic--normalize-comments):
3428         Rename from generic--normalise-comments.  All uses changed.
3429         * play/bubbles.el (bubbles--neighborhood-score)
3430         (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
3431         (bubbles--neighborhood-available)
3432         (bubbles--update-neighborhood-score):
3433         Rename from names with 'neighbourhood'.  All uses changed.
3435 2014-01-12  Leo Liu  <sdl.web@gmail.com>
3437         Re-implement the feature of showing eldoc info after editing.
3438         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
3439         (eldoc-edit-message-commands): New function.
3440         (eldoc-print-after-edit): New variable.
3441         (eldoc-pre-command-refresh-echo-area): Emit message only by
3442         eldoc-message-commands.
3443         (eldoc-mode): Restrict eldoc-message-commands to editing commands
3444         if eldoc-print-after-edit is set.  (Bug#16346)
3445         * simple.el (read--expression): Enable eldoc-mode.
3446         * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
3448 2014-01-11  Dani Moncayo  <dmoncayo@gmail.com>
3449             Eric S. Raymond  <esr@thyrsus.com>
3451         * version.el (emacs-repository-get-version): Enhance so the
3452         function works correctly in either a Bazaar or Git repo.
3454 2014-01-11  Eric S. Raymond  <esr@thyrsus.com>
3456         * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
3457         Goes with removal of the joke manpages from /etc.
3459 2014-01-10  Kenichi Handa  <handa@gnu.org>
3461         * mail/rmail.el (rmail-get-coding-system):
3462         Check rmail-get-coding-function before "funcall"ing it.
3464 2014-01-10  Glenn Morris  <rgm@gnu.org>
3466         * emacs-lisp/authors.el (authors-fixed-entries):
3467         Update for files that no longer exist.
3469 2014-01-10  Eric S. Raymond  <esr@thyrsus.com>
3471         * version.el (emacs-bzr-get-version): Restore compatibilty with
3472         24.3 (Tested).
3474 2014-01-10  Bozhidar Batsov  <bozhidar@batsov.com>
3476         * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
3477         and Podfile.
3479 2014-01-10  Eli Zaretskii  <eliz@gnu.org>
3481         * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
3483 2014-01-10  Chong Yidong  <cyd@gnu.org>
3485         * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
3487 2014-01-10  Anders Lindgren  <andlind@gmail.com>
3489         * follow.el (follow-cache-command-list): Include right-char and
3490         left-char.
3492 2014-01-10  Paul Eggert  <eggert@cs.ucla.edu>
3494         Spelling fixes.
3495         * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
3496         * woman.el (woman-mark-horizontal-position):
3497         Rename from woman-mark-horizonal-position.  Use changed.
3499 2014-01-10  Glenn Morris  <rgm@gnu.org>
3501         * info.el (info-initialize): If running uninstalled, ensure our
3502         own info files are always found first, even if INFOPATH is set.
3504         * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
3506 2014-01-09  David Engster  <deng@randomsample.de>
3508         * emacs-lisp/eieio-custom.el:
3509         * emacs-lisp/eieio-opt.el: Set generated autoload file to
3510         'eieio.el'.  This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
3511         * emacs-lisp/eieio.el: Regenerate autoloads.
3513 2014-01-09  Eric S. Raymond  <esr@thyrsus.com>
3515         * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
3516         following renames.  (Bug#8756)
3518 2014-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3520         * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
3521         (bug#16382).
3522         (activate-mark): Add `no-tmm' argument.
3523         (set-mark, push-mark-command): Use it instead of running
3524         activate-mark-hook by hand.
3526 2014-01-08  Eric S. Raymond  <esr@thyrsus.com>
3528         In preparation for the move to git, sanitize out some
3529         Bazaar-specific names.
3531         * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
3533         * version.el (emacs-bzr-version): Name changed to
3534         emacs-repository-version.  Obsolete-variable alias made.
3535         * loadup.el: Follow through on this name change.
3536         * mail/emacsbug.el (report-emacs-bug): Factor out any
3537         assumption about the version control system in use.
3539 2014-01-08  David Engster  <deng@randomsample.de>
3541         * help-fns.el (help-fns-describe-function-functions):
3542         New variable to call functions for augmenting help buffers.
3543         (describe-function-1): Remove explicit calls to
3544         `help-fns--compiler-macro', `help-fns--parent-mode' and
3545         `help-fns--obsolete'.  Put them in above new variable instead, and
3546         call them through `run-hook-with-args'.
3547         * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
3548         `eieio-describe-class'.  Not meant for interactive use anymore,
3549         but to augment existing help buffers.  Remove optional second
3550         argument.  Create proper button for file location.
3551         Rewrite function to use `insert' instead of `princ' and `prin1' where
3552         possible.
3553         (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
3554         (eieio-method-def, eieio-class-def): Move further up.
3555         (describe-method, describe-generic, eieio-describe-method):
3556         Remove aliases.
3557         (eieio-help-constructor, eieio-help-generic): Rename from
3558         `eieio-describe-constructor' and `eieio-describe-generic', resp.
3559         Rewrite to use `insert' in the current buffer and use proper help
3560         buttons.
3561         (eieio-help-find-method-definition)
3562         (eieio-help-find-class-definition): Also accept symbols as
3563         arguments.
3564         (eieio-help-mode-augmentation-maybee): Remove.
3565         (eieio-describe-class-sb): Use `describe-function'.
3566         * emacs-lisp/eieio.el (help-fns-describe-function-functions):
3567         Add `eieio-help-generic' and `eieio-help-constructor'.
3569 2014-01-08  Paul Eggert  <eggert@cs.ucla.edu>
3571         Spelling fixes.
3572         * language/china-util.el (hz-ascii-designation):
3573         Rename from hz-ascii-designnation.
3574         (hz-ascii-designation): Rename from hz-ascii-designnation.
3575         All uses changed.
3577 2014-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3579         * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
3580         package-alist.
3582 2014-01-08  Bastien Guerry  <bzg@gnu.org>
3584         * emacs-lisp/package.el (package-delete):
3585         Correctly delete the package from package-alist.
3587 2014-01-08  Daiki Ueno  <ueno@gnu.org>
3589         * emacs-lisp/package.el (url-recreate-url): Declare.
3590         (url-http-target-url): Declare.
3591         (package-handle-response): Include requested URL in the error message.
3592         (package--check-signature): Don't re-signal errors from
3593         package--with-work-buffer.  Suggested by Stefan Monnier.
3595 2014-01-07  Bastien Guerry  <bzg@gnu.org>
3597         * minibuffer.el (completion--try-word-completion): When both a
3598         hyphen and a space are possible candidates for the character
3599         following a word, display both candidates.  (Bug#15980)
3601 2014-01-07  Martin Rudalics  <rudalics@gmx.at>
3603         * window.el (balance-windows-2): While rounding don't give a
3604         window more than the remainder.  Bug#16351, bug#16383.
3606 2014-01-07  Glenn Morris  <rgm@gnu.org>
3608         * menu-bar.el (menu-bar-help-extra-packages): Remove.
3609         (menu-bar-help-menu): Use view-external-packages instead.
3611 2014-01-07  Bastien Guerry  <bzg@gnu.org>
3613         * emacs-lisp/package.el (package-delete): Also delete the package
3614         name from `package-alist', not its description only.
3616 2014-01-07  Glenn Morris  <rgm@gnu.org>
3618         * help.el (view-external-packages):
3619         * menu-bar.el (menu-bar-help-extra-packages):
3620         Visit efaq.info rather than etc/MORE.STUFF.
3622 2014-01-07  Juri Linkov  <juri@jurta.org>
3624         * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
3625         isearch-exit and isearch-delete-char resp.  (Bug#16342, bug#16035)
3627         * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
3628         that shadows RET.  (Bug#16342)
3630 2014-01-07  Chong Yidong  <cyd@gnu.org>
3632         * isearch.el (isearch-yank-char, isearch-yank-word)
3633         (isearch-yank-line): Doc fix.
3635 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3637         * abbrev.el (define-abbrev): Beware new meaning of fboundp.
3638         * emacs-lisp/elint.el (elint-find-builtins):
3639         * emacs-lisp/eldoc.el (eldoc-symbol-function):
3640         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
3641         (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
3642         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
3643         * apropos.el (apropos-safe-documentation):
3644         * subr.el (symbol-file): Remove redundant fboundp.
3645         * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
3647 2014-01-06  Bastien Guerry  <bzg@gnu.org>
3649         * hl-line.el (global-hl-line-overlay): Make a local variable.
3650         (global-hl-line-overlays): New variable to store all overlays.
3651         (global-hl-line-mode): Don't delete overlays from the current
3652         buffer when `global-hl-line-sticky-flag' is non-nil.
3653         (global-hl-line-highlight): Add new overlays to
3654         `global-hl-line-overlays'.
3655         (global-hl-line-unhighlight-all): New function to delete all
3656         overlays when turning off `global-hl-line-mode'.
3657         This fixes Bug#16183.
3659 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3661         * subr.el (set-transient-map): Fix nested case and docstring.
3663 2014-01-06  Tassilo Horn  <tsdh@gnu.org>
3665         * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
3666         `Texinfo' entry.
3668 2014-01-06  Daniel Colascione  <dancol@dancol.org>
3670         Fix defun navigation in vc log view.
3672         * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
3673         like `beginning-of-defun'.
3674         (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
3675         log-view-end-of-defun to log-view-end-of-defun-1.  Replace
3676         log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
3677         (log-view-extract-comment): Call `log-view-current-entry' directly
3678         instead of relying on broken `log-view-beginning-of-defun' behavior.
3680 2014-01-06  Paul Eggert  <eggert@cs.ucla.edu>
3682         Spelling fixes.
3683         * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
3684         * emacs-lisp/debug.el (cancel-debug-on-entry):
3685         * epg.el (epg-error-to-string):
3686         * files.el (recover-file):
3687         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3688         * mail/emacsbug.el (report-emacs-bug-hook):
3689         * mail/sendmail.el (mail-recover):
3690         * ses.el (ses-yank-resize):
3691         * term/ns-win.el (ns-print-buffer):
3692         Spelling fixes in diagnostics, mostly for "canceled" with one L.
3693         * epg.el (epg-key-capability-alist): Rename from misspelled version.
3694         All uses changed.
3695         * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
3697 2014-01-06  Leo Liu  <sdl.web@gmail.com>
3699         * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
3700         to avoid shadowing global key.  (Bug#16354)
3702 2014-01-06  Daniel Colascione  <dancol@dancol.org>
3704         * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
3705         rst-mode.
3707 2014-01-05  Martin Rudalics  <rudalics@gmx.at>
3709         * window.el (balance-windows): Add mising t to fix Bug#16351.
3711 2014-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3713         * net/shr.el (shr-descend): Don't bug out if the anchor is empty
3714         (bug#16285).
3715         (shr-insert): If we have a word that's longer than `shr-width',
3716         break after it anyway.  Otherwise we'll do no breaking once we get
3717         such a long word.
3719 2014-01-05  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
3721         * net/eww.el (eww): Support single/double quote for search.
3722         * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
3723         (eww-history-quit): Delete and use quit-window.
3724         (eww-history-kill): Delete, because it doesn't work well and
3725         not necessary.
3726         (eww-history-mode-map): Delete some keys and add easy-menu.
3728 2014-01-05  Paul Eggert  <eggert@cs.ucla.edu>
3730         Fix misspelling of 'chinese' in rx (Bug#16237).
3731         * emacs-lisp/rx.el (rx-categories): Correct spelling of
3732         chinese-two-byte.
3734         Change subword regexps back to vars (Bug#16296).
3735         * progmodes/subword.el (subword-forward-regexp)
3736         (subword-backward-regexp): Change these back to variables.
3738 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3740         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
3741         syntax-begin-function (bug#16247).
3743 2014-01-03  Chong Yidong  <cyd@gnu.org>
3745         * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
3746         (advice--docstring): Delete variable.
3747         (advice--make-1): Leave the docstring empty.
3748         (advice-add): Use function-documentation for advised docstring.
3750         * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
3751         Ignore function-documentation property when getting documentation.
3752         (ad-activate-advised-definition): Use function-documentation
3753         generate the docstring.
3754         (ad-make-advised-definition): Don't call
3755         ad-make-advised-definition-docstring.
3756         (ad-make-advised-definition-docstring, ad-advised-definition-p):
3757         Delete functions.
3759         * progmodes/sql.el (sql-help): Use function-documentation instead
3760         of dynamic-docstring-function property.  No need to autoload now.
3761         (sql--help-docstring): New variable.
3762         (sql--make-help-docstring): Use it.
3764 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3766         * ielm.el (ielm-tab): Retarget.
3767         (ielm-map): Use ielm-tab for tab.
3768         (ielm-complete-filename): Use comint-filename-completion.
3769         (ielm-complete-symbol): Remove.
3770         (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
3771         remove ielm-tab from completion-at-point-functions (bug#16224).
3773         * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
3774         Beware signals raised by predicates (bug#16201).
3776 2014-01-02  Richard Stallman  <rms@gnu.org>
3778         * dired-aux.el (dired-do-print): Handle printer-name.
3780         * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
3781         * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
3782         (rmail-epa-decrypt): Turn off mime processing.
3784         * mail/rmail.el (rmail-make-in-reply-to-field):
3785         Add parens in message-id.
3787         * mail/rmail.el (rmail-get-coding-function): Variable.
3788         (rmail-get-coding-system): Use it.
3790 2013-12-31  Eli Zaretskii  <eliz@gnu.org>
3792         * international/mule-conf.el: Unify the charset indian-is13194.
3793         (indian-is13194): Specify unify-map.
3795 2013-12-31  Leo Liu  <sdl.web@gmail.com>
3797         * subr.el (set-temporary-overlay-map): Obsolete alias.  (Bug#16305)
3799 2013-12-30  Daniel Colascione  <dancol@dancol.org>
3801         * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
3802         of printing a useless when we resume from sleep.
3804         * progmodes/sh-script.el
3805         (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
3806         in indentation code.  (Bug#16233)
3808 2013-12-28  João Távora  <joaotavora@gmail.com>
3810         * elec-pair.el (electric-pair-post-self-insert-function):
3811         Don't open extra newlines at beginning of buffer.  (Bug#16272)
3813 2013-12-28  Eli Zaretskii  <eliz@gnu.org>
3815         * frame.el (window-system-for-display): Don't allow to create a
3816         GUI frame from a -nw session on MS-Windows.  (Bug#14739)
3818 2013-12-28  Glenn Morris  <rgm@gnu.org>
3820         * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
3821         Update callers.
3823         * apropos.el (apropos-match-face):
3824         * calculator.el (calculator-displayer):
3825         * dabbrev.el (dabbrev-search-these-buffers-only):
3826         * face-remap.el (buffer-face-mode-face):
3827         * simple.el (yank-handled-properties):
3828         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
3829         * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
3830         * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
3831         (hashcash-double-spend-database):
3832         * progmodes/ruby-mode.el (ruby-deep-indent-paren)
3833         (ruby-deep-indent-paren-style):
3834         * textmodes/flyspell.el (flyspell-auto-correct-binding):
3835         * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
3836         (rst-toc-insert-number-separator, rst-toc-insert-max-level):
3837         * vc/pcvs-defs.el (cvs-minor-mode-prefix):
3838         Specify custom types.
3840         * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
3841         * bookmark.el (bookmark-bmenu-use-header-line):
3842         * doc-view.el (doc-view-scale-internally):
3843         * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
3844         * register.el (register-preview-delay):
3845         * net/shr.el (shr-bullet):
3846         * progmodes/cfengine.el (cfengine-cf-promises)
3847         (cfengine-parameters-indent):
3848         * progmodes/octave.el (inferior-octave-error-regexp-alist):
3849         * textmodes/reftex-vars.el (reftex-label-regexps):
3850         * vc/log-edit.el (log-edit-setup-add-author): Add version.
3852         * net/tls.el (tls-certtool-program): Fix default value.
3854         * desktop.el (desktop-restore-in-current-display):
3855         * newcomment.el (comment-empty-lines):
3856         * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
3857         (idlwave-pad-keyword):
3858         * progmodes/tcl.el (tcl-tab-always-indent):
3859         * textmodes/reftex-vars.el (reftex-index-default-tag):
3860         * elec-pair.el (electric-pair-skip-whitespace):
3861         * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
3863         * emacs-lisp/authors.el (authors-ignored-files)
3864         (authors-valid-file-names, authors-renamed-files-alist): Additions.
3866 2013-12-27  Jarek Czekalski  <jarekczek@poczta.onet.pl>
3868         * shell.el (shell-dynamic-complete-command): Doc fix.
3869         (shell--command-completion-data): Shell completion now matches
3870         executable filenames from the current buffer's directory, on
3871         systems in which this behavior is the default (windows-nt, ms-dos).
3873 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3875         * net/shr.el (shr-insert): Don't infloop if the width is zero.
3877 2013-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3879         * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
3880         (bug#16251).
3882         * electric.el: Move all electric-pair-* to elec-pair.el.
3883         * elec-pair.el: New file, split from electric.el.
3885 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3887         * net/shr.el (shr-find-fill-point): Don't try to fill if the
3888         indentation level is larger than the width, because that will
3889         infloop.
3890         (shr-insert): Fill repeatedly long texts, so that Japanese is
3891         formatted correctly (bug#16263).
3892         (shr-find-fill-point): Off by one error in comparison with the
3893         indentation.
3895 2013-12-26  João Távora  <joaotavora@gmail.com>
3897         * electric.el (electric-pair-mode): More flexible engine for skip-
3898         and inhibit predicates, new options for pairing-related functionality.
3899         (electric-pair-preserve-balance): Pair/skip parentheses and quotes
3900         if that keeps or improves their balance in buffers.
3901         (electric-pair-delete-adjacent-pairs): Delete the pair when
3902         backspacing over adjacent matched delimiters.
3903         (electric-pair-open-extra-newline): Open extra newline when
3904         inserting newlines between adjacent matched delimiters.
3905         (electric--sort-post-self-insertion-hook):
3906         Sort post-self-insert-hook according to priority values when
3907         minor-modes are activated.
3908         * simple.el (newline-and-indent): Call newline with interactive
3909         set to t.
3910         (blink-paren-post-self-insert-function): Set priority to 100.
3911         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3912         Use electric-pair-text-pairs to pair backtick-and-quote in strings and
3913         comments.  Locally set electric-pair-skip-whitespace to 'chomp and
3914         electric-pair-open-newline-between-pairs to nil.
3916 2013-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3918         * progmodes/python.el: Use lexical-binding.
3919         (python-nav-beginning-of-defun): Stop searching ASAP.
3921 2013-12-25  Xue Fuqiao  <xfq.free@gmail.com>
3923         * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
3924         Fix interactive spec.  Doc fix.  (Bug#15754)
3926 2013-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3928         * emacs-lisp/byte-run.el (eval-when-compile):
3929         * progmodes/cc-defs.el (cc-eval-when-compile):
3930         Fix edebug spec (bug#16184).
3932 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3934         * net/shr.el (shr-visit-file): Remove debugging function.
3935         (shr-insert): Don't infloop if we can't find a good place to break
3936         the line (bug#16256).
3938 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3940         * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
3941         (python-nav--lisp-forward-sexp-safe): Use it.  Rename from
3942         python-nav-lisp-forward-sexp-safe.
3943         (python-nav--forward-sexp): New argument SAFE allows switching
3944         forward sexp movement behavior for parens.
3945         (python-nav-forward-sexp): Throw errors on unterminated parens
3946         (Bug#16191).
3947         (python-nav-backward-sexp, python-nav-forward-sexp-safe)
3948         (python-nav-backward-sexp-safe): New functions.
3949         (python-shell-buffer-substring):
3950         Use `python-nav-forward-sexp-safe'.
3952 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3954         * net/shr.el (shr-find-fill-point): Don't break lines before a
3955         quotation mark.
3956         (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
3957         (shr-find-fill-point): Remove the special checks for the quotation
3958         mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
3960 2013-12-25  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
3962         * net/eww.el (eww-form-textarea): Use a different face for
3963         textareas than text input since they have different keymaps
3964         (bug#16142).
3966 2013-12-24  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3968         * progmodes/python.el (python-nav-beginning-of-statement):
3969         Speed up (Bug#15295).
3971 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3973         * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
3974         the window configuration.
3976 2013-12-24  Eli Zaretskii  <eliz@gnu.org>
3978         * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
3979         we run on MS-Windows or MS-DOS.
3981 2013-12-24  Martin Rudalics  <rudalics@gmx.at>
3983         * window.el (balance-windows-area): Call window-size instead of
3984         window-height and window-width.  Bug#16241.
3986 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3988         * net/eww.el (eww-bookmark-quit): Remove.
3989         (eww-bookmark-browse): Restore the window configuration when you
3990         choose a bookmark (bug#16144).
3992 2013-12-24  Daniel Colascione  <dancol@dancol.org>
3994         * icomplete.el: Remove redundant :group arguments to `defcustom'
3995         throughout.
3996         (icomplete-show-matches-on-no-input): New customizable variable.
3997         (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
3998         we have something to show.
3999         (icomplete-exhibit): Compute completions even if we have no user input.
4001 2013-12-23  Daniel Colascione  <dancol@dancol.org>
4003         * icomplete.el: Move `provide' to end of file.
4005 2013-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
4007         * net/gnutls.el (gnutls-verify-error): Add version tag.
4009 2013-12-23  Chong Yidong  <cyd@gnu.org>
4011         * subr.el (set-transient-map): Rename from
4012         set-temporary-overlay-map.  Doc fix.
4014         * face-remap.el (text-scale-adjust):
4015         * indent.el (indent-rigidly):
4016         * kmacro.el (kmacro-call-macro):
4017         * minibuffer.el (minibuffer-force-complete):
4018         * repeat.el (repeat):
4019         * simple.el (universal-argument--mode):
4020         * calendar/todo-mode.el (todo-insert-item--next-param):
4021         * progmodes/f90.el (f90-abbrev-start): Callers changed.
4023         * indent.el (indent-rigidly): Use substitute-command-keys.
4025 2013-12-22  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
4027         * net/eww.el (eww-tag-select): Add text-property to jump to next
4028         select field.
4029         (eww): Add non-supported ftp error.
4031 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
4033         * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
4034         comments.  Handle electric indent after typing `?' and `!'.
4036 2013-12-22  Chong Yidong  <cyd@gnu.org>
4038         * faces.el (face-spec-recalc): If the theme specs are not
4039         applicable to a frame, fall back on the defface spec.
4040         This prevents themes from obliterating faces on low-color terminals.
4042 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
4044         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
4045         after `{'.  We need it after block openers, and it doesn't seem
4046         to hurt after hash openers.
4048 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
4050         * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
4051         extracted from `ruby-smie-rules'.
4052         (ruby--electric-indent-chars): New variable.
4053         (ruby--electric-indent-p): New function.
4054         (ruby-mode): Use `electric-indent-functions' instead of
4055         `electric-indent-chars'.
4057 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
4059         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
4060         docstring.
4061         (ruby-smie-rules): Indent plus one level after `=>'.
4063 2013-12-21  Richard Stallman  <rms@gnu.org>
4065         * simple.el (newline): Doc fix.
4067 2013-12-21  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
4069         * net/eww.el (eww-list-histories, eww-list-histories)
4070         (eww-history-browse, eww-history-quit, eww-history-kill)
4071         (eww-history-mode-map, eww-history-mode): New command and
4072         functions to list browser histories.
4073         (eww-form-text): Support text form with disabled
4074         and readonly attributes.
4075         (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
4077 2013-12-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4079         * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
4080         (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
4081         (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
4082         (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
4083         Use `user-error'.
4084         (eww-bookmark-mode-map): Add menu.
4085         (eww-render, eww-mode): Use `setq-local'.
4086         (eww-tool-bar-map): New variable.
4087         (eww-mode): Set `tool-bar-map'.
4088         (eww-view-source): Check for `html-mode' with `fboundp'.
4090 2013-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4092         * net/shr.el (shr--extract-best-source): Don't bug out on audio
4093         elements with text inside.  Also remove debugging.
4095 2013-12-21  Jan Djärv  <jan.h.d@swipnet.se>
4097         * cus-start.el (all): Add ns-use-srgb-colorspace.
4099 2013-12-21  Chong Yidong  <cyd@gnu.org>
4101         * custom.el (custom-theme-recalc-face): Do nothing if the face is
4102         undefined.  Thus, theme settings for undefined faces do not take
4103         effect until the faces are defined with defface, the same as with
4104         theme variables.
4106         * faces.el (face-spec-set): Use face-spec-recalc in all cases.
4107         (face-spec-reset-face): Don't assign extra properties in temacs.
4108         (face-spec-recalc): Apply X resources too.
4110 2013-12-21  Chong Yidong  <cyd@gnu.org>
4112         * faces.el (face-spec-set):
4113         * cus-face.el (custom-theme-set-faces, custom-set-faces):
4114         * custom.el (defface): Doc fixes (Bug#16203).
4116         * indent.el (indent-rigidly-map): Add docstring, and move commands
4117         into named functions.
4118         (indent-rigidly-left, indent-rigidly-right)
4119         (indent-rigidly-left-to-tab-stop)
4120         (indent-rigidly-right-to-tab-stop): New functions.  Decide on
4121         indentation direction based on bidi direction, and accumulate
4122         sequential commands in a single undo boundary.
4123         (indent-rigidly--pop-undo): New utility function.
4125 2013-12-20  Juanma Barranquero  <lekktu@gmail.com>
4127         * faces.el (read-face-name): Require crm.el when using crm-separator.
4129 2013-12-20  Daniel Colascione  <dancol@dancol.org>
4131         * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
4132         so that we don't reflow comments into the shebang line.
4134 2013-12-20  Juri Linkov  <juri@jurta.org>
4136         * saveplace.el (save-place-to-alist): Add `dired-filename' as
4137         a position when `dired-directory' is non-nil.  Check integer
4138         positions with `integerp'.
4139         (toggle-save-place, save-places-to-alist): Add check for
4140         `dired-directory'.
4141         (save-place-find-file-hook): Check integer positions with
4142         `integerp'.
4143         (save-place-dired-hook): Use `dired-goto-file' when
4144         `dired-filename' is found in the assoc list.  Check integer
4145         positions with `integerp'.
4146         (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
4148         * dired.el (dired-initial-position-hook): Rename back from
4149         `dired-initial-point-hook'.
4150         (dired-initial-position): Rename `dired-initial-point-hook' to
4151         `dired-initial-position-hook'.
4152         (dired-file-name-at-point): Doc fix.  (Bug#15329)
4154 2013-12-20  Juri Linkov  <juri@jurta.org>
4156         * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
4157         (read-regexp-suggestions): New function.
4158         (read-regexp): Use `read-regexp-defaults-function' to get default values.
4159         Use `read-regexp-suggestions'.  Add non-empty default to history
4160         for empty input.
4161         (occur-read-regexp-defaults-function): Remove function.
4162         (occur-read-primary-args): Use `regexp-history-last' instead of
4163         `occur-read-regexp-defaults-function'.
4165         * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
4166         (hi-lock-line-face-buffer, hi-lock-face-buffer)
4167         (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
4168         `hi-lock-read-regexp-defaults-function'.  Doc fix.
4169         (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
4170         with `find-tag-default-as-symbol-regexp'.  Doc fix.
4171         (hi-lock-read-regexp-defaults): Remove function.
4172         (hi-lock-regexp-okay): Add check for null.
4174         * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
4175         the arg DEFAULTS.  Move formatting of the prompt to `read-regexp'.
4177         * subr.el (find-tag-default-as-symbol-regexp): New function.
4178         (find-tag-default-as-regexp): Move symbol regexp formatting to
4179         `find-tag-default-as-symbol-regexp'.
4181 2013-12-20  E Sabof  <esabof@gmail.com>  (tiny change)
4183         * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
4184         (Bug#14179)
4186 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
4188         * calendar/todo-mode.el: New implementation of item insertion
4189         commands and key bindings.
4190         (todo-key-prompt): New face.
4191         (todo-insert-item): New command.
4192         (todo-insert-item--parameters): New defconst, replacing defvar
4193         todo-insertion-commands-args-genlist.
4194         (todo-insert-item--param-key-alist): New defconst, replacing
4195         defvar todo-insertion-commands-arg-key-list.
4196         (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
4197         (todo-insert-item--argsleft, todo-insert-item--apply-args)
4198         (todo-insert-item--next-param): New functions.
4199         (todo-insert-item--args, todo-insert-item--argleft)
4200         (todo-insert-item--argsleft, todo-insert-item--newargsleft):
4201         New variables.
4202         (todo-key-bindings-t): Change binding of "i" from
4203         todo-insertion-map to todo-insert-item.
4204         (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
4205         (todo-insertion-command-name, todo-insertion-commands-names)
4206         (todo-define-insertion-command, todo-insertion-commands)
4207         (todo-insertion-key-bindings, todo-insertion-map): Remove.
4209 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
4211         * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
4212         (todo-toggle-item-highlighting): Use eval-and-compile instead of
4213         eval-when-compile.
4214         (todo-move-category): Allow choosing a non-existing todo file to
4215         move the category to, and create that file.
4216         (todo-default-priority): New user option.
4217         (todo-set-item-priority): Use it.
4218         (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
4219         (desktop-restore-file-buffer): Declare.
4220         (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
4221         (todo-modes-set-2): Locally set desktop-save-buffer to
4222         todo-desktop-save-buffer.
4223         (todo-mode, todo-archive-mode, todo-filtered-items-mode)
4224         (auto-mode-alist): Add autoload cookie.
4226 2013-12-20  Bozhidar Batsov  <bozhidar@batsov.com>
4228         * emacs-lisp/subr-x.el: Renamed from helpers.el.
4229         helpers.el was a poor choice of name.
4230         (string-remove-prefix): New function.
4231         (string-remove-suffix): New function.
4233 2013-12-20  Martin Rudalics  <rudalics@gmx.at>
4235         Fix assignment for new window total sizes.
4236         * window.el (window--pixel-to-size): Remove function.
4237         (window--pixel-to-total-1, window--pixel-to-total):
4238         Fix calculation of new total sizes.
4240 2013-12-20  Vitalie Spinu  <spinuvit@gmail.com>
4242         * comint.el (comint-output-filter): Fix rear-nonsticky property
4243         placement (Bug#16010).
4245 2013-12-20  Chong Yidong  <cyd@gnu.org>
4247         * faces.el (read-color): Minor fix for completion function.
4249 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
4251         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
4252         New option.  (Bug#16182)
4253         (ruby-smie--indent-to-stmt-p): Use it.
4254         (ruby-smie-rules): Revert the logic in the handling of `when'.
4255         Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
4256         (ruby-deep-arglist, ruby-deep-indent-paren)
4257         (ruby-deep-indent-paren-style): Update docstrings to note that the
4258         vars don't have any effect with SMIE.
4260 2013-12-20  Jay Belanger  <jay.p.belanger@gmail.com>
4262         * calc/calc.el (calc-enter, calc-pop): Use the variable
4263         `calc-context-sensitive-enter'.
4265 2013-12-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4267         * net/shr.el (shr-insert): Protect against infloops in degenerate
4268         tables.
4270 2013-12-20  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4272         * progmodes/octave.el (octave): Add link to manual and octave
4273         homepage.
4274         (octave-mode-menu): Link to octave-mode manual.
4276 2013-12-20  Leo Liu  <sdl.web@gmail.com>
4278         * skeleton.el (skeleton-pair-insert-maybe): Disable newline
4279         insertion using skeleton-end-newline.  (Bug#16138)
4281 2013-12-20  Juri Linkov  <juri@jurta.org>
4283         * replace.el (occur-engine): Use `add-face-text-property'
4284         to add the face property to matches and titles.  (Bug#14645)
4286         * hi-lock.el (hi-green): Use lighter color "light green" closer to
4287         the palette of other hi-lock colors.
4288         (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
4290 2013-12-19  Juri Linkov  <juri@jurta.org>
4292         * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
4293         Put :advertised-binding on `M-s c', `M-s r', `M-s e'.  (Bug#16035)
4294         (minibuffer-history-symbol): Move variable declaration closer to
4295         its usage.
4297         * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
4298         (Bug#14785)
4300 2013-12-19  Juri Linkov  <juri@jurta.org>
4302         * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
4303         New function.
4304         (log-edit-hook): Add it to :options.  (Bug#16170)
4306 2013-12-19  Juri Linkov  <juri@jurta.org>
4308         * simple.el (eval-expression-print-format): Don't check for
4309         command names and the last command.  Always display additional
4310         formats of the integer result in the echo area, and insert them
4311         to the current buffer only with a zero prefix arg.
4312         Display character when char-displayable-p is non-nil.
4313         (eval-expression): With a zero prefix arg, set `print-length' and
4314         `print-level' to nil, and insert the integer values from
4315         `eval-expression-print-format' at the end.  Doc fix.  (Bug#12985)
4317         * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
4318         `eval-last-sexp-arg-internal'.  Doc fix.
4319         (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
4320         `eval-last-sexp-print-value'.  Doc fix.
4321         (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
4322         Set `print-length' and `print-level' to nil when arg is zero.
4323         (eval-last-sexp): Doc fix.
4324         (eval-defun-2): Print the integer values from
4325         `eval-expression-print-format' at the end.
4327         * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
4328         values from `eval-expression-print-format' at the end.
4330         * ielm.el (ielm-eval-input): Print the integer
4331         values from `eval-expression-print-format' at the end.
4333 2013-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
4335         * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
4336         2013-12-11T19:01:44Z!tzz@lifelogs.com.
4338 2013-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4340         * hl-line.el (hl-line-make-overlay): New fun.  Set priority (bug#16192).
4341         (hl-line-highlight, global-hl-line-highlight): Use it.
4342         (hl-line-overlay): Use defvar-local.
4344 2013-12-19  Jan Djärv  <jan.h.d@swipnet.se>
4346         * term/ns-win.el: Require dnd.
4347         (global-map): Remove drag items.
4348         (ns-insert-text, ns-set-foreground-at-mouse)
4349         (ns-set-background-at-mouse):
4350         Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
4351         (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
4352         New functions.
4354 2013-12-19  Glenn Morris  <rgm@gnu.org>
4356         * emacs-lisp/ert.el (ert-select-tests):
4357         Fix string/symbol mixup.  (Bug#16121)
4359 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
4361         * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
4362         keywords to their parent.
4364 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
4366         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
4367         first arg to be a string (fixed dead code), or an operator symbol.
4368         (ruby-smie--forward-token): Tokenize ` @ ' before strings and
4369         operator symbols.
4370         (ruby-smie-rules): Remove parent token check in the `.' clause, it
4371         did nothing.  Don't respond to `(:after ".")', it will be called
4372         with :before anyway.  Remove the ` @ ' rule, it didn't seem to
4373         change anything.  Only return indentation for binary operators
4374         when they are hanging.  De-dent opening paren when its parent is
4375         `.', otherwise it looks bad when the dot is not at bol or eol
4376         (bug#16182).
4378 2013-12-19  Juri Linkov  <juri@jurta.org>
4380         * replace.el (query-replace-read-args): Split a non-negative arg
4381         and a negative arg into separate elements.
4382         (query-replace, query-replace-regexp, replace-string)
4383         (replace-regexp): Add arg `backward'.  Doc fix.
4384         (replace-match-maybe-edit): When new arg `backward' is non-nil,
4385         move point to the beginning of the match.
4386         (replace-search, replace-highlight): Use new arg `backward'
4387         to set the value of `isearch-forward'.
4388         (perform-replace): Add arg `backward' and use it to perform
4389         replacement backward.  (Bug#14979)
4391         * isearch.el (isearch-query-replace): Use a negative prefix arg
4392         to call `perform-replace' with a non-nil arg `backward'.
4394 2013-12-18  Juri Linkov  <juri@jurta.org>
4396         * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
4397         to the default list.  Move `log-edit-show-files' to the end.
4398         Add more available functions to options.
4399         (log-edit): Move default specific settings to
4400         `log-edit-insert-message-template'.  Don't move point.
4401         (log-edit-insert-message-template): New function.
4402         (log-edit-insert-changelog): Add `save-excursion' and don't move point.
4403         (Bug#16170)
4405 2013-12-18  Juri Linkov  <juri@jurta.org>
4407         * help-mode.el (help-mode-map): Bind "l" to help-go-back,
4408         and "r" to help-go-forward for compatibity with Info.  (Bug#16178)
4410 2013-12-18  Leo Liu  <sdl.web@gmail.com>
4412         * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
4413         (Bug#16186)
4415 2013-12-18  Eli Zaretskii  <eliz@gnu.org>
4417         * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
4418         formats for displaying file sizes when the -s switch is given.
4419         Instead, compute a separate format for displaying the size in
4420         blocks, which is displayed in addition to the "regular" size.
4421         When -h is given in addition to -s, produce size in blocks in
4422         human-readable form as well.  (Bug#16179)
4424 2013-12-18  Tassilo Horn  <tsdh@gnu.org>
4426         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4427         Reference tables with ~\ref{...} instead of only \ref{...}.
4429 2013-12-18  Chong Yidong  <cyd@gnu.org>
4431         * cus-edit.el (custom-magic-alist): Fix "themed" description
4432         (Bug#14348).
4434         * custom.el (custom-push-theme): If custom--inhibit-theme-enable
4435         is non-nil, do not create a new entry in the symbol's theme-value
4436         or theme-face property; update theme-settings only (Bug#14664).
4437         (custom-available-themes): Doc fix.
4439         * cus-theme.el (custom-new-theme-mode-map): Add bindings
4440         (Bug#15674).
4442         * replace.el (occur-engine): Avoid infloop (Bug#7593).
4444 2013-12-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
4446         * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
4447         (Bug#13914).
4449 2013-12-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
4451         * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
4453 2013-12-18  Glenn Morris  <rgm@gnu.org>
4455         * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
4456         * cus-start.el (load-prefer-newer): New option.
4458 2013-12-18  Le Wang  <l26wang@gmail.com>
4460         * comint.el (comint-previous-matching-input-from-input):
4461         Retain point (Bug#13404).
4463 2013-12-18  Chong Yidong  <cyd@gnu.org>
4465         * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
4467 2013-12-18  Glenn Morris  <rgm@gnu.org>
4469         * mail/emacsbug.el (report-emacs-bug):
4470         Only mention enable-multibyte-characters if non-standard.
4472 2013-12-17  Juri Linkov  <juri@jurta.org>
4474         * arc-mode.el (archive-extract-by-file): Check if directory exists
4475         before deletion to not show irrelevant errors if it doesn't exist.
4477 2013-12-17  Juri Linkov  <juri@jurta.org>
4479         * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
4480         (Bug#14751)
4482         * net/eww.el (browse-web): Add alias to `eww'.
4483         (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
4484         Bind "S-SPC" to `scroll-down-command'.  (Bug#16178)
4486         * net/browse-url.el (browse-url-browser-function): Move `eww'
4487         closer to similar functions.
4489         * startup.el (fancy-startup-screen, fancy-about-screen):
4490         Set browse-url-browser-function to eww-browse-url locally.
4491         (Bug#14751)
4493 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4495         * window.el (window--pixel-to-total): Remove unused `mini' var.
4496         (maximize-window, minimize-window): Remove unused `pixelwise' arg.
4497         (split-window): Remove unused `new' var.
4498         (window--display-buffer): Remove unused `frame' and `delta' vars.
4499         (fit-window-to-buffer): Remove unused vars `frame', `display-height',
4500         and display-width'.
4502 2013-12-17  Martin Rudalics  <rudalics@gmx.at>
4504         * dired.el (dired-mark-pop-up):
4505         * register.el (register-preview): Don't bind
4506         split-height-threshold here since it's now done in
4507         display-buffer-below-selected.
4509 2013-12-17  oblique  <psyberbits@gmail.com>  (tiny change)
4511         * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
4512         xterm-rgb-convert-to-16bit.
4513         (rxvt-register-default-colors): Standardize with
4514         xterm-register-default-colors (Bug#14078).
4516 2013-12-17  Dima Kogan  <dima@secretsauce.net>  (tiny change)
4518         * simple.el (kill-region): Pass mark first, then point, so that
4519         kill-append works right (Bug#12819).
4520         (copy-region-as-kill, kill-ring-save): Likewise.
4522 2013-12-17  Leo Liu  <sdl.web@gmail.com>
4524         * net/rcirc.el (rcirc-add-face):
4525         * eshell/em-prompt.el (eshell-emit-prompt):
4526         * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
4527         (Bug#16167)
4529 2013-12-17  Chong Yidong  <cyd@gnu.org>
4531         * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
4532         Suggested by Xue Fuqiao.
4534 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
4536         * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
4538 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4540         * net/shr.el (shr-insert-document): Remove unused var
4541         `shr-preliminary-table-render'.
4542         (shr-rescale-image): Remove unused arg `force'.
4543         (shr-put-image): Update calls accordingly.
4544         (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
4546 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
4548         * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
4549         (smie-indent-close): Call `smie-indent--rule-1' with METHOD
4550         :close-all, to see which indentation method to use (Bug#16116).
4551         (smie-rules-function): Document the method :close-all.
4553 2013-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4555         * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
4557         * net/eww.el (eww-display-html): If we can't find the anchor we're
4558         looking for, then go to point-min.
4560 2013-12-16  Paul Eggert  <eggert@cs.ucla.edu>
4562         Fix problems with CANNOT_DUMP and EMACSLOADPATH.
4563         * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
4564         * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
4565         Expand dir too, in case it's relative.
4567 2013-12-16  Juri Linkov  <juri@jurta.org>
4569         * desktop.el (desktop-auto-save-timeout): Change default to
4570         `auto-save-timeout'.  Doc fix.
4571         (desktop-save): Skip the timestamp in desktop-saved-frameset
4572         when checking for auto-save changes.
4573         (desktop-auto-save): Don't call desktop-auto-save-set-timer since
4574         `desktop-auto-save' is called repeatedly by the idle timer.
4575         (desktop-auto-save-set-timer): Replace `run-with-timer' with
4576         `run-with-idle-timer' and a non-nil arg REPEAT.  Doc fix.
4577         (Bug#15331)
4579 2013-12-16  Juri Linkov  <juri@jurta.org>
4581         * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
4582         (Bug#16035)
4583         (isearch-pre-command-hook): Check `this-command' for symbolp.
4585 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4587         * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
4589 2013-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
4591         * progmodes/cfengine.el (cfengine3--current-word): Remove.
4592         (cfengine3--current-function): Bring in the current-function
4593         functionality from `cfengine3--current-word'.
4594         (cfengine3-completion-function): Bring in the
4595         bounds-of-current-word functionality from
4596         `cfengine3--current-word'.
4598 2013-12-16  Martin Rudalics  <rudalics@gmx.at>
4600         * window.el (display-buffer-below-selected):
4601         Bind split-height-threshold to 0 as suggested by Juri Linkov.
4603 2013-12-16  Leo Liu  <sdl.web@gmail.com>
4605         * progmodes/compile.el (compile-goto-error): Do not push-mark.
4606         Remove NOMSG arg and all uses changed.
4608 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4610         * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
4611         (cua--deactivate-rectangle): Don't deactivate the mark.
4612         (cua-set-rectangle-mark): Don't set mark-active since
4613         cua--activate-rectangle already does it for us.
4614         (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
4615         non-rectangular region.
4617         * emulation/cua-base.el (cua-repeat-replace-region):
4618         Use with-current-buffer.
4620         * net/gnutls.el: Use cl-lib.
4621         (gnutls-negotiate): `mapcan' -> cl-mapcan.
4623 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
4625         * emacs-lisp/package.el (package-built-in-p): Support both
4626         built-in and the package.el converted package descriptions.
4627         (package-show-package-list): Allow keywords.
4628         (package-keyword-button-action): Use it instead of
4629         `finder-list-matches'.
4630         (package-menu-filter-interactive): Interactive filtering (by
4631         keyword) function.
4632         (package-menu--generate): Support keywords and change keymappings
4633         and headers when they are given.
4634         (package--has-keyword-p): Helper function.
4635         (package-menu--refresh): Use it.
4636         (package--mapc): Helper function.
4637         (package-all-keywords): Use it.
4638         (package-menu-mode-map): Set up menu items and keybindings to
4639         provide a filtering UI.
4641 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
4643         * net/gnutls.el (gnutls-verify-error): New defcustom to control
4644         the behavior when a certificate fails validation.  Defaults to
4645         old behavior: never abort, just warn.
4646         (gnutls-negotiate): Use it.
4648 2013-12-14  Martin Rudalics  <rudalics@gmx.at>
4650         * window.el (display-buffer-below-selected): Never split window
4651         horizontally.  Suggested by Juri Linkov <juri@jurta.org>.
4653 2013-12-14  Tom Willemse  <tom@ryuslash.org>  (tiny change)
4655         * emacs-lisp/package.el (package--prepare-dependencies): New function.
4656         (package-buffer-info): Use it (bug#15108).
4658 2013-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4660         * icomplete.el (icomplete-completions): Make sure the prefix is already
4661         displayed elsewhere before hiding it (bug#16219).
4663 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
4665         * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
4666         open-paren tokens when preceded by a open-paren, too.
4667         (ruby-smie-rules): Handle virtual indentation after open-paren
4668         tokens specially.  If there is code between it and eol, return the
4669         column where is starts (Bug#16118).
4671 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
4673         * progmodes/cfengine.el: Fix `add-hook' doc.
4674         (cfengine-mode-syntax-functions-regex): Initialize sensibly.
4675         (cfengine3--current-word): Fix parameters.
4676         (cfengine3-make-syntax-cache): Simplify further.
4677         (cfengine3-completion-function, cfengine3--current-function):
4678         Use `assq' for symbols.
4679         (cfengine3--current-function): Fix `cfengine3--current-word' call.
4681 2013-12-13  Glenn Morris  <rgm@gnu.org>
4683         * loadup.el (load-path): Warn if site-load or site-init changes it.
4684         No more need to reset it when bootstrapping.
4686 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
4688         * progmodes/cfengine.el (cfengine-cf-promises): Add more default
4689         locations for cf-promises.
4690         (cfengine-mode-syntax-functions-regex): New caching variable.
4691         (cfengine3-fallback-syntax): Fallback syntax for cases where
4692         cf-promises doesn't run.
4693         (cfengine3--current-word): Reimplement using
4694         `cfengine-mode-syntax-functions-regex'.
4695         (cfengine3-completion-function, cfengine3--current-function):
4696         Use `cfengine3-make-syntax-cache' directly.
4697         (cfengine3-clear-syntax-cache): New function.
4698         (cfengine3-make-syntax-cache): Simplify and create
4699         `cfengine-mode-syntax-functions-regex' on demand.
4700         (cfengine3-format-function-docstring): Don't call
4701         `cfengine3-make-syntax-cache' explicitly.
4703 2013-12-13  Martin Rudalics  <rudalics@gmx.at>
4705         Fix windmove-find-other-window broken after pixelwise resizing
4706         (Bug#16017).
4707         * windmove.el (windmove-other-window-loc): Revert change from
4708         2013-12-04.
4709         (windmove-find-other-window): Call window-in-direction.
4710         * window.el (window-in-direction): New arguments SIGN, WRAP and
4711         MINI to emulate original windmove-find-other-window behavior.
4713 2013-12-13  Dmitry Gutov  <dgutov@yandex.ru>
4715         * simple.el (blink-matching--overlay): New variable.
4716         (blink-matching-open): Instead of moving point, highlight the
4717         matching paren with an overlay
4718         (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
4720         * faces.el (paren-showing-faces, show-paren-match)
4721         (show-paren-mismatch): Move from paren.el.
4723 2013-12-13  Leo Liu  <sdl.web@gmail.com>
4725         * indent.el (indent-region): Disable progress reporter in
4726         minibuffer.  (Bug#16108)
4728         * bindings.el (visual-order-cursor-movement): Fix version.
4730 2013-12-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4732         * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
4733         Also match after beginning of line.
4734         (python-pdbtrack-set-tracked-buffer): Fix logic for remote
4735         files.  Thanks to Russell Sim.  (Bug#15378)
4737 2013-12-13  Juri Linkov  <juri@jurta.org>
4739         * simple.el <Keypad support>: Remove key bindings duplicated
4740         with bindings.el.  (Bug#14397)
4742 2013-12-13  Juri Linkov  <juri@jurta.org>
4744         * comint.el (comint-mode-map): Replace `delete-char' with
4745         `delete-forward-char'.  (Bug#16109)
4747 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4749         * progmodes/python.el (python-indent-calculate-indentation):
4750         Fix de-denters cornercase.  (Bug#15731)
4752 2013-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4754         * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
4755         (advice--make): Pay attention to `depth'.
4756         (advice--make-1): Don't autoload commands eagerly.
4757         * emacs-lisp/elp.el (elp-instrument-function):
4758         * emacs-lisp/trace.el (trace-function-internal):
4759         * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
4761         * iswitchb.el (iswitchb-mode): Don't belittle ido.
4763 2013-12-12  Eli Zaretskii  <eliz@gnu.org>
4765         * term/w32-win.el (w32-handle-dropped-file):
4766         * startup.el (normal-top-level):
4767         * net/browse-url.el (browse-url-file-url):
4768         * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
4769         decode file names using 'utf-8' rather than
4770         file-name-coding-system.
4772 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4774         * progmodes/python.el (python-indent-context)
4775         (python-indent-calculate-indentation): Fix auto-identation
4776         behavior for comment blocks.  (Bug#15916)
4778 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
4780         * progmodes/python.el (python-indent-calculate-indentation):
4781         When determining indentation, don't treat "return", "pass", etc., as
4782         operators when they are just string constituents.  (Bug#15812)
4784 2013-12-12  Juri Linkov  <juri@jurta.org>
4786         * uniquify.el (uniquify-buffer-name-style): Change default to
4787         `post-forward-angle-brackets'.
4789         * menu-bar.el (menu-bar-options-menu): Don't require preloaded
4790         `uniquify'.  Change default to `post-forward-angle-brackets'.
4792 2013-12-11  Glenn Morris  <rgm@gnu.org>
4794         * emacs-lisp/package.el (finder-list-matches):
4795         Autoload rather than falsely declaring.
4797 2013-12-11  Teodor Zlatanov  <tzz@lifelogs.com>
4799         * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
4800         (eww-mode-map): Use them.
4802 2013-12-11  Martin Rudalics  <rudalics@gmx.at>
4804         * window.el (display-buffer-in-side-window): Fix doc-string
4805         (Bug#16115).
4807 2013-12-11  Juanma Barranquero  <lekktu@gmail.com>
4809         * vc/vc-git.el: Silence byte-compiler warnings.
4810         (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
4811         (log-edit-set-header): Declare.
4813 2013-12-11  Eli Zaretskii  <eliz@gnu.org>
4815         * Makefile.in (custom-deps, finder-data): Run output file names
4816         through unmsys--file-name.  (Bug#16099)
4818 2013-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4820         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
4821         comment-start-skip, which fails when that uses submatch 1 (bug#16041).
4823         * emulation/cua-base.el (cua-paste): Add `delete-selection' property
4824         instead of deleting the selection "by hand" (bug#16098).
4825         Rely on insert-for-yank to yank rectangles.
4826         (cua-highlight-region-shift-only): Mark obsolete.
4827         (cua-mode): Don't enable/disable transient-mark-mode,
4828         shift-select-mode (cua-mode works both with and without them), and
4829         pc-selection-mode (obsolete).
4830         * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
4831         (cua--deactivate-rectangle): Deactivate it.
4833         * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
4834         (delete-selection-helper): Make sure yank starts at the top of the
4835         deleted region.
4836         (minibuffer-keyboard-quit): Use region-active-p.
4838         * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
4840         * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
4841         to `delete' (bug#16109).
4843 2013-12-11  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4845         * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
4846         info manual and show keybindings and set `:group' keyword.
4848 2013-12-11  Juri Linkov  <juri@jurta.org>
4850         * delsel.el (delete-active-region): Let-bind `this-command'
4851         to prevent `kill-region' from changing its original value.
4852         (delete-selection-helper): Handle `overwrite-mode' for the type
4853         `kill' exactly the same way as for the type `t'.
4854         (insert-char, quoted-insert, reindent-then-newline-and-indent):
4855         Support more commands.  (Bug#13312)
4857 2013-12-11  Juri Linkov  <juri@jurta.org>
4859         * bindings.el: Map kp keys to non-kp keys systematically
4860         with basic modifiers control, meta and shift.  (Bug#14397)
4862 2013-12-11  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
4864         * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
4865         "Close browser" menu items.  Fix wrong function of "List
4866         bookmarks".
4868 2013-12-11  Juri Linkov  <juri@jurta.org>
4870         * misearch.el (multi-isearch-buffers): Set the value of
4871         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
4872         arg of isearch-forward to t.
4873         (multi-isearch-buffers-regexp): Set the value of
4874         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
4875         arg of isearch-forward-regexp to t.
4876         (multi-isearch-files): Set the value of
4877         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
4878         arg of isearch-forward to t.
4879         (multi-isearch-files-regexp): Set the value of
4880         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
4881         arg of isearch-forward-regexp to t.  (Bug#16035)
4883         * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
4884         arg of isearch-forward to t.
4885         (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
4886         arg of isearch-forward-regexp to t.
4887         (dired-isearch-filter-filenames): Remove unnecessary check for
4888         `dired-isearch-filenames'.
4890         * comint.el (comint-history-isearch-backward):
4891         Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
4892         (comint-history-isearch-backward-regexp):
4893         Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
4895 2013-12-10  Eli Zaretskii  <eliz@gnu.org>
4897         * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
4898         unmsys--file-name.  (Bug#16099)
4900 2013-12-10  Teodor Zlatanov  <tzz@lifelogs.com>
4902         * emacs-lisp/package.el (package-keyword-button-action):
4903         Remove finder.el require dependency.
4905 2013-12-09  Teodor Zlatanov  <tzz@lifelogs.com>
4907         * emacs-lisp/package.el: Require finder.el.
4908         (describe-package-1): Add keyword buttons.
4909         (package-make-button): New convenience function.
4910         (package-keyword-button-action): Keyword button action using
4911         `finder-list-matches'.
4913 2013-12-09  Eli Zaretskii  <eliz@gnu.org>
4915         * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
4916         last commit.
4918 2013-12-09  Michael Albinus  <michael.albinus@gmx.de>
4920         * autorevert.el (auto-revert-notify-add-watch): Do not handle
4921         symlinked files.
4923 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
4925         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
4926         after the end of a percent literal.
4928 2013-12-09  Cameron Desautels  <camdez@gmail.com>  (tiny change)
4930         * progmodes/ruby-mode.el (ruby-forward-string): Document.
4931         Handle caret-delimited strings (Bug#16079).
4933 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
4935         * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
4936         When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
4937         `ruby-parse-partial' (Bug#16078).
4939 2013-12-09  Leo Liu  <sdl.web@gmail.com>
4941         * subr.el (read-passwd): Disable show-paren-mode.  (Bug#16091)
4943 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
4945         * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
4946         (js-switch-indent-offset): New option.
4947         (js--proper-indentation): Use it.  And handle the case when
4948         "default" is actually a key in an object literal.
4949         (js--same-line): New function.
4950         (js--multi-line-declaration-indentation): Use it.
4951         (js--indent-in-array-comp, js--array-comp-indentation):
4952         New functions.
4953         (js--proper-indentation): Use them, to handle array comprehension
4954         continuations.
4956 2013-12-08  Leo Liu  <sdl.web@gmail.com>
4958         * progmodes/flymake.el (flymake-highlight-line): Re-write.
4959         (flymake-make-overlay): Remove arg MOUSE-FACE.
4960         (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
4962 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4964         * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
4965         New function.
4966         (redisplay-highlight-region-function): Use it.
4968         * emulation/cua-base.el (cua--explicit-region-start)
4969         (cua--last-region-shifted): Remove.
4970         (cua--deactivate): Use deactivate-mark.
4971         (cua--pre-command-handler-1): Don't handle shift-selection.
4972         (cua--post-command-handler-1): Don't change transient-mark-mode.
4973         (cua--select-keymaps): Use region-active-p rather than
4974         cua--explicit-region-start or cua--last-region-shifted.
4975         (cua-mode): Enable shift-select-mode.
4977 2013-12-08  Leo Liu  <sdl.web@gmail.com>
4979         * progmodes/flymake.el (flymake-popup-current-error-menu):
4980         Rename from flymake-display-err-menu-for-current-line.  Reimplement.
4981         (flymake-posn-at-point-as-event, flymake-popup-menu)
4982         (flymake-make-emacs-menu): Remove.  (Bug#16077)
4984 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4986         * rect.el (rectangle-mark-mode): Activate mark even if
4987         transient-mark-mode is off (bug#16066).
4988         (rectangle--highlight-for-redisplay): Fix boundary condition when point
4989         is > mark and at bolp.
4991         * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
4992         (region-extract-function): Use it.
4993         (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
4994         (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
4995         Delete functions.
4996         (cua--init-rectangles): Don't re-remap copy-region-as-kill,
4997         kill-ring-save, kill-region, delete-char, delete-forward-char.
4998         Ignore self-insert-iso.
5000         * emulation/cua-gmrk.el (cua--init-global-mark):
5001         Ignore `self-insert-iso'.
5003         * emulation/cua-base.el (cua--prefix-copy-handler)
5004         (cua--prefix-cut-handler): Rely on region-extract-function rather than
5005         checking cua--rectangle.
5006         (cua-delete-region): Use region-extract-function.
5007         (cua-replace-region): Delete function.
5008         (cua-copy-region, cua-cut-region): Obey region-extract-function.
5009         (cua--pre-command-handler-1): Don't do the delete-selection thing.
5010         (cua--self-insert-char-p): Ignore `self-insert-iso'.
5011         (cua--init-keymaps): Don't remap delete-selection commands.
5012         (cua-mode): Use delete-selection-mode instead of rolling our own
5013         (bug#16085).
5015         * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
5016         Obey region-extract-function.
5018         Make registers and delete-selection-mode work on rectangles.
5019         * register.el (describe-register-1): Don't modify the register's value.
5020         (copy-to-register): Obey region-extract-function.
5021         * delsel.el (delete-active-region): Obey region-extract-function.
5023 2013-12-08  Leo Liu  <sdl.web@gmail.com>
5025         * progmodes/flymake.el (flymake, flymake-error-bitmap)
5026         (flymake-warning-bitmap, flymake-fringe-indicator-position)
5027         (flymake-compilation-prevents-syntax-check)
5028         (flymake-start-syntax-check-on-newline)
5029         (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
5030         (flymake-start-syntax-check-on-find-file, flymake-log-level)
5031         (flymake-xml-program, flymake-master-file-dirs)
5032         (flymake-master-file-count-limit)
5033         (flymake-allowed-file-name-masks): Relocate.
5034         (flymake-makehash, flymake-float-time)
5035         (flymake-replace-regexp-in-string, flymake-split-string)
5036         (flymake-get-temp-dir): Remove.
5037         (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
5038         (flymake-current-row, flymake-selected-frame)
5039         (flymake-get-point-pixel-pos): Remove xemacs compatibity and
5040         related functions.  (Bug#16077)
5042 2013-12-07  Bozhidar Batsov  <bozhidar@batsov.com>
5044         * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
5046 2013-12-07  Tassilo Horn  <tsdh@gnu.org>
5048         * help-fns.el (describe-function-1): Use new advice-* functions
5049         rather than old ad-* functions.  Fix function type description and
5050         source links for advised functions and subrs.
5052 2013-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5054         * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
5056 2013-12-06  Michael Albinus  <michael.albinus@gmx.de>
5058         * progmodes/compile.el (compilation-start):
5059         * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
5061         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
5062         Handle long command lines, lasting from "sh -c ...".  (Bug#16045)
5064 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
5066         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5067         Touch up the last change.
5069 2013-12-06  Leo Liu  <sdl.web@gmail.com>
5071         * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
5072         (inferior-octave-startup): Always use "octave> " for prompt.
5073         (octave-goto-function-definition)
5074         (octave-sync-function-file-names)
5075         (octave-find-definition-default-filename): Remove redundant backquotes.
5077 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
5079         * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
5080         syntax for `?'.
5081         (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
5082         where appropriate already.
5083         (ruby-syntax-propertize-function): Propertize `?' and `!' at the
5084         end of method names (Bug#15874).
5086 2013-12-06  Juri Linkov  <juri@jurta.org>
5088         * isearch.el (isearch--saved-overriding-local-map):
5089         New internal variable.
5090         (isearch-mode): Set it to the initial value of
5091         `overriding-terminal-local-map'.
5092         (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
5093         with `isearch--saved-overriding-local-map'.  (Bug#16035)
5095 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
5097         * progmodes/octave.el (inferior-octave-completion-table):
5098         Turn back into function, use `completion-table-with-cache'
5099         (Bug#11906).  Update all references.
5101         * minibuffer.el (completion-table-with-cache): New function.
5103 2013-12-05  Cameron Desautels  <camdez@gmail.com>  (tiny change)
5105         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
5107 2013-12-05  Teodor Zlatanov  <tzz@lifelogs.com>
5109         * net/eww.el (eww-current-source): New variable to store page
5110         source.
5111         (eww-display-html, eww-mode, eww-save-history)
5112         (eww-restore-history): Use it.
5113         (eww-view-source): New command to view page source.
5114         Opportunistically uses `html-mode' to highlight the buffer.
5115         (eww-mode-map): Install it.
5117 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
5119         * net/dbus.el (dbus-unregister-service)
5120         (dbus-escape-as-identifier, dbus-unescape-from-identifier):
5121         Fix docstring.
5122         (dbus-unregister-service): Skip :serial entries in
5123         `dbus-registered-objects-table'.
5124         (dbus-byte-array-to-string): New optional arg MULTIBYTE.
5126 2013-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
5128         * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
5129         around keywords with extra `split-string' argument.
5131 2013-12-04  Martin Rudalics  <rudalics@gmx.at>
5133         * windmove.el (windmove-other-window-loc): Handle navigation
5134         between windows (excluding the minibuffer window - Bug#16017).
5136 2013-12-04  Michael Albinus  <michael.albinus@gmx.de>
5138         * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
5139         in D-Bus type syntax.
5140         (dbus-unescape-from-identifier): Use `byte-to-string' in order to
5141         preserve unibyte strings.  (Bug#16048)
5143 2013-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5145         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
5146         Call force-mode-line-update is the proper buffer (bug#16042).
5148 2013-12-04  Dmitry Gutov  <dgutov@yandex.ru>
5150         * vc/log-edit.el (log-edit-add-new-comment): Rename to
5151         `log-edit-remember-comment', make argument optional.  Adjust all
5152         callers.
5153         (log-edit-mode): Add `log-edit-remember-comment' to
5154         `kill-buffer-hook' locally.
5155         (log-edit-kill-buffer): Don't remember comment explicitly since
5156         the buffer is killed anyway.
5158 2013-12-04  Juri Linkov  <juri@jurta.org>
5160         * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
5161         add-hook and remove-hook for multi-buffer search.  (Bug#16035)
5163 2013-12-03  Tom Regner  <tom@goochesa.de>  (tiny change)
5165         * notifications.el (notifications-close-notification): Call the
5166         D-Bus method with ID being a `:uint32'.  (Bug#16030)
5168 2013-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5170         * net/eww.el (eww-render): Don't pass arg to eww-display-image.
5172 2013-12-03  Juri Linkov  <juri@jurta.org>
5174         * progmodes/compile.el (compilation-start): Rename window alist
5175         entry `no-display-ok' to `allow-no-window'.
5177         * simple.el (shell-command): Add window alist entry
5178         `allow-no-window' to `display-buffer'.
5179         (async-shell-command): Doc fix.
5181         * window.el (display-buffer-no-window): New action function.
5182         (display-buffer-alist, display-buffer): Doc fix.  (Bug#13594)
5184 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
5186         * vc/log-edit.el (log-edit-set-header): Extract from
5187         `log-edit-toggle-header'.
5188         (log-edit-extract-headers): Separate the summary, when extracted
5189         from header, from the rest of the message with an empty line.
5191         * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
5192         line, if present, to the Summary header.
5194 2013-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5196         * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
5197         in current-buffer (bug#16029).
5199 2013-12-02  Helmut Eller  <eller.helmut@gmail.com>
5201         * emacs-lisp/debug.el (debugger-toggle-locals): New command.
5202         (debugger-mode-map): Bind it.
5203         (debugger--backtrace-base): New function.
5204         (debugger-eval-expression): Use it.
5205         (debugger-frame-number): Skip local vars when present.
5206         (debugger--locals-visible-p, debugger--insert-locals)
5207         (debugger--show-locals, debugger--hide-locals): New functions.
5209 2013-12-02  Michael Albinus  <michael.albinus@gmx.de>
5211         * net/tramp-sh.el (tramp-remote-process-environment): Do not set
5212         "LC_ALL".
5213         (tramp-get-remote-locale): New defun.
5214         (tramp-open-connection-setup-interactive-shell): Use it.
5216 2013-12-02  Leo Liu  <sdl.web@gmail.com>
5218         * subr.el (process-live-p): Return nil for non-process.  (Bug#16023)
5220         * progmodes/sh-script.el (sh-shell-process):
5221         * progmodes/octave.el (inferior-octave-process-live-p):
5222         * progmodes/gdb-mi.el (gdb-delchar-or-quit)
5223         (gdb-inferior-io-sentinel):
5224         * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
5226 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
5228         * vc/log-edit.el (log-edit-kill-buffer): Move the use of
5229         `save-selected-window' to `log-edit-hide-buf'.  This makes
5230         `log-edit-show-files' idempotent.
5231         (log-edit-show-files): Mark the new window as dedicated.
5233 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
5235         * vc/log-edit.el (log-edit-mode-map): Add binding for
5236         `log-edit-kill-biffer'.
5237         (log-edit-hide-buf): Add a FIXME comment.
5238         (log-edit-add-new-comment): New function, extracted from
5239         `log-edit-done'.
5240         (log-edit-done, log-edit-add-to-changelog): Use it.
5241         (log-edit-kill-buffer): New command.
5243 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5245         * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
5246         instead of killing the buffer.
5248 2013-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5250         * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
5252 2013-12-01  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5254         * net/eww.el (eww-form-checkbox-selected-symbol)
5255         (eww-form-checkbox-symbol): New customizable variable.
5256         (eww-form-checkbox, eww-toggle-checkbox):
5257         Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
5259         * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
5260         (shr--get-media-pref, shr--extract-best-source): New function.
5261         (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
5262         no :src tag was specified.
5264         * net/eww.el (eww-use-external-browser-for-content-type): New variable.
5265         (eww-render): Handle `eww-use-external-browser-for-content-type'.
5266         Use \\` to match beginning of string instead of ^.
5267         (eww-browse-with-external-browser): Provide optional URL parameter.
5268         (eww-render): Set `eww-current-title' back to "".
5270         * net/shr.el (shr-tag-video): Display content for video if no
5271         poster is available.
5272         (shr-tag-audio): Add support for <audio> tag.
5274         * net/eww.el (eww-text-input-types): New const.
5275         (eww-process-text-input): Treat input types in
5276         `eww-text-input-types' as text.
5278         * net/shr.el (shr-tag-table): Fix comment typo.
5280 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5282         * net/eww.el (eww-follow-link): New command to avoid reloading
5283         pages when we follow #target links (bug#15243).
5284         (eww-quit): Special mode buffers shouldn't query before exiting.
5286 2013-12-01  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
5288         * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
5289         forms.
5291 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5293         * net/eww.el (eww-restore-history): Update the window title after
5294         moving in the history.
5295         (eww-current-dom): New variable used to save the current DOM.
5297 2013-12-01  Dmitry Gutov  <dgutov@yandex.ru>
5299         * vc/log-edit.el (log-edit-mode-map): Add binding for
5300         `log-edit-beginning-of-line'.
5301         (log-edit-setup-add-author): New user option.
5302         (log-edit-beginning-of-line): New command.
5303         (log-edit): Move major mode call above the contents setup so that
5304         the local variable values are already applied.
5305         (log-edit): Only insert "Author: " when
5306         `log-edit-setup-add-author' is non-nil.
5307         (log-edit): When SETUP is non-nil, position point after ": "
5308         instead of point-min.
5310 2013-12-01  Glenn Morris  <rgm@gnu.org>
5312         * startup.el (command-line): Warn if ~/emacs.d is in load-path.
5314 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
5316         * startup.el (fancy-splash-frame): On MS-Windows, trigger
5317         redisplay to make sure the initial frame gets a chance to become
5318         visible.  (Bug#16014)
5320 2013-11-30  Martin Rudalics  <rudalics@gmx.at>
5322         Support resizing frames and windows pixelwise.
5323         * cus-start.el (frame-resize-pixelwise)
5324         (window-resize-pixelwise): New entries.
5325         * emacs-lisp/debug.el (debug): Use window-total-height instead
5326         of window-total-size.
5327         * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
5328         * help.el (describe-bindings-internal): Use help-buffer as
5329         argument for with-help-window.
5330         (temp-buffer-max-width): New option.
5331         (resize-temp-buffer-window, help-window-setup)
5332         (with-help-window): Rewrite.
5333         * mouse.el (mouse-drag-line): Rewrite.  Add key bindings for
5334         dragging dividers.
5335         * window.el (frame-char-size, window-min-pixel-height)
5336         (window-safe-min-pixel-height, window-safe-min-pixel-width)
5337         (window-min-pixel-width, window-safe-min-pixel-size)
5338         (window-combination-p, window-safe-min-size)
5339         (window-resizable-p, window--size-to-pixel)
5340         (window--pixel-to-size, window--resize-apply-p): New functions.
5341         (window-safe-min-height): Fix doc-string.
5342         (window-size, window-min-size, window--min-size-1)
5343         (window-sizable, window-sizable-p, window--min-delta-1)
5344         (window-min-delta, window--max-delta-1, window-max-delta)
5345         (window--resizable, window--resizable-p, window-resizable)
5346         (window-full-height-p, window-full-width-p, window-at-side-p)
5347         (window--in-direction-2, window-in-direction)
5348         (window--resize-reset-1, window--resize-mini-window)
5349         (window-resize, window-resize-no-error)
5350         (window--resize-child-windows-normal)
5351         (window--resize-child-windows, window--resize-siblings)
5352         (window--resize-this-window, window--resize-root-window)
5353         (window--resize-root-window-vertically)
5354         (adjust-window-trailing-edge, enlarge-window, shrink-window)
5355         (maximize-window, minimize-window, delete-window)
5356         (quit-restore-window, window-split-min-size, split-window)
5357         (balance-windows-2, balance-windows)
5358         (balance-windows-area-adjust, balance-windows-area)
5359         (window--state-get-1, window-state-get, window--state-put-1)
5360         (window--state-put-2, window-state-put)
5361         (display-buffer-record-window, window--display-buffer):
5362         Make functions handle pixelwise sizing of windows.
5363         (display-buffer--action-function-custom-type)
5364         (display-buffer-fallback-action):
5365         Add display-buffer-in-previous-window.
5366         (display-buffer-use-some-window): Resize window to height it had
5367         before.
5368         (fit-window-to-buffer-horizontally): New option.
5369         (fit-frame-to-buffer): Describe new values.
5370         (fit-frame-to-buffer-bottom-margin): Replace with
5371         fit-frame-to-buffer-margins.
5372         (window--sanitize-margin): New function.
5373         (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
5374         using window-text-pixel-size.
5376 2013-11-30  Glenn Morris  <rgm@gnu.org>
5378         * emacs-lisp/bytecomp.el (byte-compile-form):
5379         Make the `interactive-only' warning like the `obsolete' one.
5380         * comint.el (comint-run):
5381         * files.el (insert-file-literally, insert-file):
5382         * replace.el (replace-string, replace-regexp):
5383         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
5384         (goto-line, insert-buffer, next-line, previous-line):
5385         Tweak `interactive-only' spec.
5387         Stop keeping (most) generated cedet grammar files in the repository.
5388         * Makefile.in (semantic): New.
5389         (compile-main): Depend on semantic.
5391 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5393         * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
5394         available.  Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
5396         * uniquify.el (uniquify-buffer-name-style): Change default.
5398         * loadup.el: Preload "uniquify".
5400         * time.el (display-time-update): Update all mode lines (bug#15999).
5402         * electric.el (electric-indent-mode): Enable by default.
5403         * loadup.el: Preload "electric".
5405 2013-11-29  Bozhidar Batsov  <bozhidar@batsov.com>
5407         * emacs-lisp/helpers.el (string-empty-p): New function.
5408         (string-blank-p): New function.
5410 2013-11-29  Andreas Politz  <politza@hochschule-trier.de>
5412         * imenu.el (imenu--index-alist): Add missing dot to the docstring
5413         (Bug#14029).
5415 2013-11-29  Andreas Politz  <politza@fh-trier.de>
5416         * imenu.el (imenu--subalist-p): Don't error on non-conses and
5417         allow non-lambda lists as functions.
5418         (imenu--in-alist): Don't recurse into non-subalists.
5419         (imenu): Don't pass function itself as an argument (Bug#14029).
5421 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5423         * progmodes/python.el (python-mode-map): Remove binding for ":".
5424         (python-indent-electric-colon): Remove command.
5425         (python-indent-post-self-insert-function): Integrate the previous code
5426         of python-indent-electric-colon.  Make it conditional on
5427         electric-indent-mode.
5428         (python-mode): Add ?: to electric-indent-chars.
5429         Move python-indent-post-self-insert-function to the end of
5430         post-self-insert-hook.
5432 2013-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5434         * doc-view.el (doc-view-goto-page): Update mode-line.
5436         * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
5438 2013-11-27  Glenn Morris  <rgm@gnu.org>
5440         * international/charprop.el, international/uni-bidi.el:
5441         * international/uni-category.el, international/uni-combining.el:
5442         * international/uni-comment.el, international/uni-decimal.el:
5443         * international/uni-decomposition.el, international/uni-digit.el:
5444         * international/uni-lowercase.el, international/uni-mirrored.el:
5445         * international/uni-name.el, international/uni-numeric.el:
5446         * international/uni-old-name.el, international/uni-titlecase.el:
5447         * international/uni-uppercase.el:
5448         Remove generated files from VCS repository.
5450 2013-11-27  Eli Zaretskii  <eliz@gnu.org>
5452         * filenotify.el (file-notify-add-watch): Don't special-case
5453         w32notify when computing the directory to watch.
5455 2013-11-27  Glenn Morris  <rgm@gnu.org>
5457         Make bootstrap without generated uni-*.el files possible again.
5458         * loadup.el: Update command-line-args checking for unidata-gen.
5459         Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
5460         * composite.el, international/characters.el:
5461         Handle unicode tables being undefined.
5463         Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
5464         * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
5465         (compile-main): Depend on leim rule.
5466         (leim): New rule.
5467         * loadup.el: Move leim-list.el to leim/ subdirectory.
5468         * startup.el (normal-top-level): No more leim directory.
5469         * international/ja-dic-cnv.el (skkdic-convert):
5470         Disable version-control and autoloads in output files.
5471         * international/titdic-cnv.el (titdic-convert, miscdic-convert):
5472         Disable version-control and autoloads in output files.
5473         * leim/quail: Move here from ../leim.
5474         * leim/quail/hangul.el (hangul-input-method-activate):
5475         Add autoload cookie.
5476         (generated-autoload-load-name): Set file-local value.
5477         * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
5478         (generated-autoload-load-name): Set file-local value.
5480 2013-11-26  Kenjiro NAKAYAMA  <knakayam@redhat.com>
5482         * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
5483         (eww-add-bookmark): Ask confirmation when add to bookmarks.
5484         (eww-quit): Ask confirmation before quitting eww.
5486 2013-11-26  Eli Zaretskii  <eliz@gnu.org>
5488         * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
5489         reading output from Diff on MS-Windows and MS-DOS.
5491 2013-11-26  Bozhidar Batsov  <bozhidar@batsov.com>
5493         * emacs-lisp/helpers.el (string-reverse): New function.
5495 2013-11-26  Michael Albinus  <michael.albinus@gmx.de>
5497         * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
5498         names on MS Windows, like "/[::1]:".
5500         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
5501         SWITCHES.
5503 2013-11-26  Glenn Morris  <rgm@gnu.org>
5505         * progmodes/python.el (python-indent-guess-indent-offset):
5506         Avoid corner-case error.  (Bug#15975)
5508         Preload leim-list.el.  (Bug#4789)
5509         * loadup.el: Load leim-list.el when found.
5510         * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
5512 2013-11-25  Bozhidar Batsov  <bozhidar@batsov.com>
5514         * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
5516         * emacs-lisp/helpers.el (string-join): New function.
5518 2013-11-25  Sebastian Wiesner  <lunaryorn@gmail.com>  (tiny change)
5520         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5521         Mark as obsolete and replace it with a symbol property.
5522         (byte-compile-form): Use new 'interactive-only property.
5523         * comint.el, files.el, replace.el, simple.el:
5524         Apply new 'interactive-only properly.
5526 2013-11-25  Martin Rudalics  <rudalics@gmx.at>
5528         * window.el (display-buffer-at-bottom): Make sure that
5529         split-window-sensibly creates the new window on bottom
5530         (Bug#15961).
5532 2013-11-23  David Kastrup  <dak@gnu.org>
5534         * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
5535         on the conflict markers when available.
5536         (smerge--get-marker): New function.
5537         (smerge-end-re, smerge-base-re): Add subgroup.
5539 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5541         * frame.el (handle-focus-in, handle-focus-out): Add missing
5542         interactive spec.
5544 2013-11-25  Michael Albinus  <michael.albinus@gmx.de>
5546         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
5547         `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
5549 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5551         * play/gomoku.el: Don't use intangible property.  Use lexical-binding.
5552         (gomoku--last-pos): New var.
5553         (gomoku--intangible-chars): New const.
5554         (gomoku--intangible): New function.
5555         (gomoku-mode): Use it.  Derive from special-mode.
5556         (gomoku-move-up): Adjust line count.
5557         (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
5558         (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
5559         Simplify accordingly.
5561         * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
5562         Remove blink-cursor code.
5563         (blink-cursor-timer-function, blink-cursor-suspend):
5564         Don't special-case GUIs.
5565         (blink-cursor-mode): Use focus-in/out-hook.
5567 2013-11-25  Dmitry Gutov  <dgutov@yandex.ru>
5569         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
5570         work when annotation is invisible (Bug#13886).
5572 2013-11-24  Simon Schubert  <2@0x2c.org>  (tiny change)
5574         * json.el (json-alist-p): Only return non-nil if the alist has
5575         simple keys (Bug#13518).
5577 2013-11-24  Mihir Rege  <mihirrege@gmail.com>  (tiny change)
5579         * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
5580         when control-statement is the first statement in a buffer (Bug#15956).
5582 2013-11-24  Dmitry Gutov  <dgutov@yandex.ru>
5584         * imenu.el (imenu-generic-skip-comments-and-strings):
5585         New option (Bug#15560).
5586         (imenu--generic-function): Use it.
5588 2013-11-24  Jorgen Schaefer  <contact@jorgenschaefer.de>
5590         * minibuffer.el (completion--in-region-1): Scroll the correct window.
5591         (Bug#13898)
5593 2013-11-24  Bozhidar Batsov  <bozhidar@batsov.com>
5595         * emacs-lisp/helpers.el: Add some string helpers.
5596         (string-trim-left): Removes leading whitespace.
5597         (string-trim-right): Removes trailing whitespace.
5598         (string-trim): Removes leading and trailing whitespace.
5600         * subr.el (string-suffix-p): New function.
5602 2013-11-23  Glenn Morris  <rgm@gnu.org>
5604         * progmodes/python.el (python-shell-send-file):
5605         Add option to delete file when done.  (Bug#15647)
5606         (python-shell-send-string, python-shell-send-region): Use it.
5608 2013-11-23  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
5610         * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
5611         to set buffer-read-only to t, never to nil.  (Bug#15938)
5613         * textmodes/tex-mode.el (latex-noindent-environments):
5614         Add safe-local-variable property.  (Bug#15936)
5616 2013-11-23  Glenn Morris  <rgm@gnu.org>
5618         * textmodes/enriched.el (enriched-mode): Doc fix.
5619         * emacs-lisp/authors.el (authors-renamed-files-alist):
5620         Add enriched.doc -> enriched.txt.
5622         * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
5624 2013-11-22  Leo Liu  <sdl.web@gmail.com>
5626         * progmodes/octave.el (inferior-octave-startup): Spit out error
5627         message.
5629 2013-11-22  Bozhidar Batsov  <bozhidar@batsov.com>
5631         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
5632         Improve docstring.
5633         Add :version.
5634         (ruby-encoding-magic-comment-style): Add :version.
5636 2013-11-22  Leo Liu  <sdl.web@gmail.com>
5638         * progmodes/octave.el (octave-operator-regexp): Exclude newline.
5639         (Bug#15076)
5640         (octave-help-mode): Adapt to change to help-mode-finish to use
5641         derived-mode-p on 2013-09-17.
5642         (inferior-octave-prompt): Also match octave-gui.
5643         (octave-kill-process): Don't ask twice.  (Bug#10564)
5645 2013-11-22  Leo Liu  <sdl.web@gmail.com>
5647         * progmodes/octave.el (inferior-octave-process-live-p): New helper.
5648         (inferior-octave-startup, inferior-octave-check-process)
5649         (inferior-octave-track-window-width-change)
5650         (octave-completion-at-point, octave-eldoc-function): Use it.
5651         (octave-kill-process): Provide confirmation.  (Bug#10564)
5653 2013-11-21  Leo Liu  <sdl.web@gmail.com>
5655         * progmodes/octave.el (octave-mode, inferior-octave-mode):
5656         Fix obsolete variable comment-use-global-state.
5658 2013-11-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5660         * progmodes/octave.el (octave-mode-map, octave-mode-menu):
5661         Add `octave-source-file'.
5662         (octave-source-file): New function.  (Bug#15935)
5664 2013-11-21  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>
5666         * net/eww.el (eww-local-regex): New variable.
5667         (eww): Use it to detect localhost and similar.
5669 2013-11-21  Leo Liu  <sdl.web@gmail.com>
5671         Add completion for command `ag'.
5672         * pcmpl-x.el (pcmpl-x-ag-options): New variable.
5673         (pcomplete/ag): New function.
5674         (pcmpl-x-ag-options): New function.  Handle `[no]' in long options.
5676 2013-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5678         * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
5679         (bug#14646).
5680         (make-obsolete): Remove interactive spec.
5682 2013-11-21  Glenn Morris  <rgm@gnu.org>
5684         * startup.el (command-line-1): Use path-separator with -L.
5686 2013-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
5688         * emacs-lisp/package.el (describe-package-1): Add package archive
5689         to shown fields.
5691 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
5693         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
5694         Change default to "# encoding: %s" to differentiate it from the
5695         default Ruby encoding comment template.
5697 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
5699         * ses.el (ses-mode): Doc fix.  (Bug#14748)
5701 2013-11-20  Leo Liu  <sdl.web@gmail.com>
5703         * window.el (display-buffer-alist): Doc fix.  (Bug#13594)
5705 2013-11-19  Dan Nicolaescu  <dann@gnu.org>
5707         * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
5708         when rebase or bisect are in progress.
5710 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
5712         * filenotify.el (file-notify-add-watch): Doc fix.
5714 2013-11-19  Leo Liu  <sdl.web@gmail.com>
5716         * obsolete/rcompile.el: Mark obsolete.
5718         * progmodes/compile.el (compilation-start)
5719         (compilation-goto-locus, compilation-find-file):
5720         Pass no-display-ok and handle nil value from display-buffer.
5721         (Bug#13594)
5723         * window.el (display-buffer-alist, display-buffer): Document the
5724         new parameter no-display-ok.  Return either a window or nil
5725         but never a non-window value.
5727 2013-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5729         * electric.el (electric-indent-mode-map): Remove.
5730         (electric-indent-mode): Change the global-map instead (bug#15915).
5732         * textmodes/text-mode.el (paragraph-indent-minor-mode):
5733         Use add-function.
5735 2013-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5737         * emacs-lisp/nadvice.el (remove-function): Align with
5738         add-function's behavior.
5740         * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
5741         (gdb--string-regexp): New constant.
5742         (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
5743         (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
5744         (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
5745         submatch 1.
5746         (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
5747         Adjust use accordingly.
5748         (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
5750 2013-11-17  Adam Sokolnicki  <adam.sokolnicki@gmail.com>  (tiny change)
5752         * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
5753         interpolation curlies (Bug#15914).
5755 2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
5757         * calc/calc.el (calc-context-sensitive-enter): New variable.
5758         (calc-enter): Use `calc-context-sensitive-enter'.
5760 2013-11-16  Teodor Zlatanov  <tzz@lifelogs.com>
5762         * progmodes/cfengine.el: Version bump.
5763         (cfengine-cf-promises): New defcustom to locate cf-promises.
5764         (cfengine3-vartypes): Add new "data" type.
5765         (cfengine3--current-word): New function to get current name-like
5766         word or its bounds.
5767         (cfengine3--current-function): New function to look up a CFEngine
5768         function's definition.
5769         (cfengine3-format-function-docstring): New function.
5770         (cfengine3-make-syntax-cache): New function.
5771         (cfengine3-documentation-function): New function: ElDoc glue.
5772         (cfengine3-completion-function): New function: completion glue.
5773         (cfengine3-mode): Set `compile-command',
5774         `eldoc-documentation-function', and add to
5775         `completion-at-point-functions'.
5777 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
5779         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
5780         `tramp-current-connection'.
5782 2013-11-15  Dmitry Gutov  <dgutov@yandex.ru>
5784         * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
5785         nil/self/true/false with "end of symbol".
5787 2013-11-15  Bozhidar Batsov  <bozhidar@batsov.com>
5789         * subr.el (version-regexp-alist): Fix a typo.
5791 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
5793         * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
5794         "en_US.utf8" and "LC_CTYPE" to "".
5795         (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
5796         (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
5798 2013-11-15  Leo Liu  <sdl.web@gmail.com>
5800         * loadhist.el (read-feature): Get rid of fake feature nil.  (Bug#15889)
5802 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5804         * progmodes/gud.el (ctl-x-map):
5805         Remove C-x SPC binding.  (Bug#12342)
5806         (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
5808 2013-11-14  Bozhidar Batsov  <bozhidar@batsov.com>
5810         * subr.el (version-regexp-alist):
5811         Recognize hg, svn and darcs versions as snapshot versions.
5813         * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
5814         'always-utf8 value of `ruby-insert-encoding-magic-comment'.
5815         (ruby--encoding-comment-required-p): Extract from
5816         `ruby-mode-set-encoding'.
5817         (ruby-mode-set-encoding): Add the ability to always insert an
5818         utf-8 encoding comment.  Fix and simplify coding comment update
5819         logic.
5821 2013-11-14  Michael Albinus  <michael.albinus@gmx.de>
5823         * net/tramp-gvfs.el (top): Run init code only when
5824         `tramp-gvfs-enabled' is not nil.
5825         (tramp-gvfs-enabled): Check also :system bus.
5827 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5829         Sync with upstream verilog-mode revision 78e66ba.
5830         * progmodes/verilog-mode.el (verilog-end-of-defun)
5831         (verilog-type-completion, verilog-get-list): Remove unused funcs.
5832         (verilog-get-end-of-defun): Remove unused argument.
5833         (verilog-comment-depth): Remove unused local `e'.
5834         (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
5835         Don't pass arg to verilog-get-end-of-defun.
5837 2013-11-14  Glenn Morris  <rgm@gnu.org>
5839         * obsolete/assoc.el (aget): Prefix dynamic variable.
5841         * allout-widgets.el (allout-widgets): No need to autoload defgroup.
5843 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5845         * widget.el, hfy-cmap.el: Remove bogus package version number.
5847 2013-11-13  Glenn Morris  <rgm@gnu.org>
5849         * replace.el (replace-eval-replacement):
5850         Try to give more helpful error message.  (Bug#15836)
5852         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
5853         (archive-7z-update): Avoid custom type mismatches.
5855         * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
5857 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
5859         * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
5860         address can be empty.
5862         * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
5863         Accept nil SWITCHES.
5864         (tramp-gvfs-handle-write-region): Implement APPEND.
5866 2013-11-12  Dmitry Gutov  <dgutov@yandex.ru>
5868         * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
5869         binary "|" operator and closing block args delimiter.
5870         Remove FIXME comment referring to Ruby 1.8-only syntax.
5871         (ruby-smie--implicit-semi-p): Not after "|" operator.
5872         (ruby-smie--closing-pipe-p): New function.
5873         (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
5874         (ruby-smie-rules): Indent after "|".
5876 2013-11-12  Glenn Morris  <rgm@gnu.org>
5878         * ps-print.el (ps-face-attribute-list):
5879         Handle anonymous faces.  (Bug#15827)
5881 2013-11-12  Martin Rudalics  <rudalics@gmx.at>
5883         * window.el (display-buffer-other-frame): Fix doc-string.
5884         (Bug#15868)
5886 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5888         * subr.el (force-mode-line-update): Delete, move to buffer.c.
5890 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
5892         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
5893         (tramp-sh-handle-file-local-copy): Don't write a message when
5894         saving temporary files.
5896         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
5897         both directories are remote.
5898         (tramp-smb-handle-directory-files): Do not return double entries.
5899         Do not expand full file names.
5900         (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
5901         (tramp-smb-handle-write-region): Implement APPEND.
5902         (tramp-smb-get-stat-capability): Fix a stupid bug.
5904 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5906         * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
5908 2013-11-11  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
5910         * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
5911         throwing error over malformed let/let* (bug#15814).
5913 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5915         * iswitchb.el (iswitchb-mode): Mark obsolete.
5917 2013-11-11  Glenn Morris  <rgm@gnu.org>
5919         * international/uni-bidi.el, international/uni-category.el:
5920         * international/uni-name.el, international/uni-numeric.el:
5921         Regenerate for Unicode 6.3.0.
5923 2013-11-10  Michael Albinus  <michael.albinus@gmx.de>
5925         * net/tramp.el (tramp-methods):
5926         * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
5927         2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
5929 2013-11-09  Andreas Schwab  <schwab@linux-m68k.org>
5931         * progmodes/sh-script.el (sh-font-lock-keywords-var):
5932         Force highlighting text after Summary keyword in doc face for rpm.
5934 2013-11-09  Dmitry Gutov  <dgutov@yandex.ru>
5936         * textmodes/ispell.el (ispell-lookup-words): When `look' is not
5937         available and the word has no wildcards, append one to the grep pattern.
5938         http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
5939         (ispell-complete-word): Call `ispell-lookup-words' with the value
5940         independent of `ispell-look-p'.
5942 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
5944         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
5945         Not after "||".
5946         (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
5947         their parent.
5949 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5951         * progmodes/ruby-mode.el: Don't require cl any more.  Use pcase instead.
5952         (ruby-font-lock-keywords): Use backquote.
5954 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
5956         * progmodes/ruby-mode.el (ruby-smie--forward-token)
5957         (ruby-smie--backward-token): Only consider full-string matches.
5959 2013-11-08  Jan Djärv  <jan.h.d@swipnet.se>
5961         * faces.el (describe-face): Add distant-foreground.
5963 2013-11-08  Bozhidar Batsov  <bozhidar@batsov.com>
5965         * progmodes/ruby-mode.el: Improve encoding comment handling.
5966         (ruby-encoding-magic-comment-style): New option.
5967         (ruby-custom-encoding-magic-comment-template): New option.
5968         (ruby--insert-coding-comment, ruby--detect-encoding):
5969         New functions extracted from `ruby-mode-set-encoding'.
5970         (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
5971         to control the style of the auto-inserted encoding comment.
5973 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
5975         * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
5976         Use `smie-backward-sexp' with token argument.
5978 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
5980         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
5981         Remove instrumentation code.
5983 2013-11-08  Glenn Morris  <rgm@gnu.org>
5985         * progmodes/autoconf.el (autoconf-mode):
5986         Tweak comment-start-skip.  (Bug#15822)
5988 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5990         * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
5991         at bobp (bug#15826).
5992         (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
5994 2013-11-08  Darren Hoo  <darren.hoo@gmail.com>
5996         * man.el (Man-start-calling): New macro, extracted from
5997         Man-getpage-in-background.
5998         (Man-getpage-in-background): Use it.
5999         (Man-update-manpage): New command.
6000         (Man-mode-map): Bind it.
6002 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
6004         * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
6005         of "and", "or", "&&" and "||".
6006         (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
6007         argument.  Prohibit opening curly brace because it could only be a
6008         block opener in that position.
6009         (ruby-smie--forward-token, ruby-smie--backward-token):
6010         Separate "|" from "&" or "*" going after it.  That can happen in block
6011         arguments.
6012         (ruby-smie--indent-to-stmt): New function, seeks the end of
6013         previous statement or beginning of buffer.
6014         (ruby-smie-rules): Use it.
6015         (ruby-smie-rules): Check if there's a ":" before a curly block
6016         opener candidate; if there is, it's a hash.
6018 2013-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6020         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
6021         (cl--block-wrapper): Fix last accidental change.
6023 2013-11-07  Michael Albinus  <michael.albinus@gmx.de>
6025         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
6026         Instrument, in order to hunt failure on hydra.
6028 2013-11-05  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
6030         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
6031         malformed bindings form (bug#15814).
6033 2013-11-07  Dmitry Gutov  <dgutov@yandex.ru>
6035         * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
6036         "." compared to " @ ".  This incidentally fixes some indentation
6037         examples with "do".
6038         (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
6039         (ruby-smie-grammar): New tokens: "and" and "or".
6040         (ruby-smie--args-separator-p): Fix the check for tokens at POS.
6041         Exclude "and" and "or".  Remove "do" in order to work around token
6042         priorities.
6043         (ruby-smie-rules): Add all infix tokens.  Handle the case of
6044         beginning-of-buffer.
6046 2013-11-06  Glenn Morris  <rgm@gnu.org>
6048         * Makefile.in (setwins_almost, setwins_for_subdirs):
6049         Avoid accidental matches.
6051 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6053         * menu-bar.el (popup-menu): Use key-binding.
6055 2013-11-06  Eli Zaretskii  <eliz@gnu.org>
6057         * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
6058         menus, support also the menus produced by minor modes.
6059         (Bug#15817)
6061 2013-11-06  Leo Liu  <sdl.web@gmail.com>
6063         * thingatpt.el (thing-at-point-looking-at): Add optional arg
6064         DISTANCE to bound the search.  All uses changed.  (Bug#15808)
6066 2013-11-06  Glenn Morris  <rgm@gnu.org>
6068         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
6069         (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
6070         (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
6072 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6074         * electric.el (electric-indent-just-newline): New command.
6075         (electric-indent-mode-map): New keymap.
6076         (electric-indent-mode, electric-pair-mode, electric-layout-mode):
6077         Re-add :group which weren't redundant.
6079         * electric.el (electric-indent-local-mode): New minor mode.
6080         (electric-indent-functions-without-reindent): New var.
6081         (electric-indent-post-self-insert-function): Use it.
6082         * emacs-lisp/gv.el (buffer-local-value): Add setter.
6084 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
6086         * international/quail.el (quail-help): Be more explicit about the
6087         meaning of the labels shown on the keys.  (Bug#15800)
6089         * startup.el (normal-top-level): Load the subdirs.el files before
6090         setting the locale environment.  (Bug#15805)
6092 2013-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6094         * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
6095         via arguments so as to get the right ones (bug#15418).
6097         * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
6099 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
6101         Fix problems found while writing a test suite.
6103         * net/tramp-compat.el (tramp-compat-load): New defun.
6104         * net/tramp.el (tramp-handle-load): Use it.
6106         * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
6107         "(numberp ok-if-already-exists)" correctly.
6109 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
6111         * international/characters.el (glyphless-char-display-control):
6112         Add usage note.
6114 2013-11-05  Bozhidar Batsov  <bozhidar@batsov.com>
6116         * progmodes/python.el (python-mode):
6117         * progmodes/scheme.el (scheme-mode):
6118         * progmodes/prolog.el (prolog-mode):
6119         * progmodes/ruby-mode.el (ruby-mode):
6120         * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
6121         (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
6123 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6125         * rect.el (rectangle--highlight-for-redisplay):
6126         * emacs-lisp/smie.el (smie--next-indent-change):
6127         Use buffer-chars-modified-tick.
6129         * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
6131         * electric.el (electric-indent-post-self-insert-function):
6132         Only delete trailing whitepsace if it is indeed trailing (bug#15767).
6134 2013-11-04  Helmut Eller  <eller.helmut@gmail.com>
6136         * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
6138 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
6140         * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
6141         (bug#15786).
6143 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6145         * emacs-lisp/helpers.el: Move from helpers.el.  Use lexical-binding.
6147         * progmodes/python.el: Fix up last change.
6148         (python-shell--save-temp-file): New function.
6149         (python-shell-send-string): Use it.  Remove `msg' arg.  Don't assume
6150         `string' comes from the current buffer.
6151         (python-shell-send-string-no-output): Remove `msg' arg.
6152         (python--use-fake-loc): New var.
6153         (python-shell-buffer-substring): Obey it.  Try to compensate for the
6154         extra coding line added by python-shell--save-temp-file.
6155         (python-shell-send-region): Use python-shell--save-temp-file and
6156         python-shell-send-file directly.  Add `nomain' argument.
6157         (python-shell-send-buffer): Use python-shell-send-region.
6158         (python-electric-pair-string-delimiter): New function.
6159         (python-mode): Use it.
6161 2013-11-04  Eli Zaretskii  <eliz@gnu.org>
6163         * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
6164         eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
6165         environment and decoding all of the default-directory's to here
6166         from command-line.
6167         (command-line): Decode also argv[0].
6169         * loadup.el: Error out if default-directory is a multibyte string
6170         when we are dumping.
6172         * Makefile.in (emacs): Don't set LC_ALL=C.  (Bug#15260)
6174 2013-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
6176         * emacs-lisp/package.el (package-menu-mode)
6177         (package-menu--print-info, package-menu--archive-predicate):
6178         Add Archive column to package list.
6180 2013-11-04  Michael Albinus  <michael.albinus@gmx.de>
6182         Fix problems found while writing a test suite.
6184         * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
6185         (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
6186         (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
6187         to nil when running original file name handler.  Otherwise,
6188         there are problems with constructs like "$$FOO".
6190         * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
6191         for `localname'.
6193 2013-11-04  Bozhidar Batsov  <bozhidar@batsov.com>
6195         * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
6197         * subr.el (version<, version<=, version=):
6198         Update docstrings with information for snapshot versions.
6200         * helpers.el: New library for misc helper functions.
6201         (hash-table-keys): New function returning a list of hash keys.
6202         (hash-table-values): New function returning a list of hash values.
6204 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
6206         * progmodes/ruby-mode.el (ruby-smie--forward-token)
6207         (ruby-smie--backward-token): Tokenize heredocs as semicolons.
6209 2013-11-04  Michal Nazarewicz  <mina86@mina86.com>
6211         * textmodes/fill.el (fill-single-char-nobreak-p): New function
6212         checking whether point is after a 1-letter word.
6214 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
6216         * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
6217         Don't infloop when expanding region over `multiline' syntax-type that
6218         begins a line (bug#15778).
6220 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6222         * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
6223         Make it into a proper minor mode.
6224         (rectangle--region): (implicitly) rename to rectangle-mark-mode.
6225         (rectangle-mark-mode-map): New keymap.
6226         (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
6228 2013-11-04  Glenn Morris  <rgm@gnu.org>
6230         * startup.el (command-line-1): Allow `-L :...' to append to load-path.
6232 2013-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6234         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
6235         (ruby-smie-rules): Use smie-rule-parent instead.
6237         * emacs-lisp/smie.el (smie-rule-parent): Always call
6238         smie-indent-virtual rather than only for hanging tokens.
6239         (smie--next-indent-change): New helper command.
6241 2013-11-03  Glenn Morris  <rgm@gnu.org>
6243         * Makefile.in (abs_srcdir): Remove.
6244         (emacs): Unset EMACSLOADPATH.
6246 2013-11-02  Glenn Morris  <rgm@gnu.org>
6248         * Makefile.in (EMACS): Use a relative filename.
6249         (abs_top_builddir): Remove.
6250         (custom-deps, finder-data, autoloads): Use --chdir.
6252         * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
6254         Use relative filenames in TAGS files.
6255         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
6256         (lisptagsfiles4, TAGS): Use relative file names.
6257         (TAGS-LISP): Remove.
6258         (maintainer-clean): No more TAGS-LISP file.
6260         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
6261         (lisptagsfiles4): Use absolute filenames again.
6262         (TAGS, TAGS-LISP): Not everything needs to run in one line.
6263         Remove all *loaddefs files, not just the first.  Remove esh-groups.
6264         (maintainer-clean): Delete TAGS, TAGS-LISP.
6266 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
6268         * emacs-lisp/package.el (package-version-join):
6269         Recognize snapshot versions.
6271 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
6273         * subr.el (version-regexp-alist): Add support for snapshot versions.
6275 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
6277         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
6278         New function, replacement for `smie-rule-parent' for when we want to
6279         skip over our direct parent if it's an assignment token..
6280         (ruby-smie-rules): Use it.
6282 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
6284         * progmodes/ruby-mode.el: Use `syntax-propertize-function'
6285         unconditionally.  Remove now unnecessary forward declarations.
6286         Remove XEmacs-specific setup.
6287         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
6288         (ruby-font-lock-syntactic-keywords)
6289         (ruby-comment-beg-syntax, ruby-in-here-doc-p)
6290         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
6291         (ruby-here-doc-end-syntax): Remove.
6292         (ruby-mode): Don't check whether `syntax-propertize-rules' is
6293         defined as function.
6295 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
6297         * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
6299 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
6301         * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
6302         table and abbrev table, `define-derived-mode' does that for us
6303         anyway.
6305 2013-11-01  Glenn Morris  <rgm@gnu.org>
6307         * Makefile.in: Remove manual mh-e dependencies (writing .elc
6308         files is atomic for some time, so no parallel compilation issues).
6310 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
6312         * faces.el (face-x-resources): Add :distant-foreground.
6313         (region): Use :distant-foreground for gtk and ns.
6315 2013-11-01  Tassilo Horn  <tsdh@gnu.org>
6317         Allow multiple bibliographies when BibLaTeX is used rather than
6318         BibTeX.
6319         * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
6320         (reftex-locate-bibliography-files): Us it.
6322 2013-11-01  Claudio Bley  <claudio.bley@googlemail.com>
6324         * image.el (image-type-header-regexps): Fix the 'pbm' part to
6325         allow comments in pbm files.
6327         * term/w32-win.el (dynamic-library-alist): Support newer versions
6328         of libjpeg starting with v7: look only for the DLL from the
6329         version against which Emacs was built.
6330         Support versions of libpng beyond 1.4.x.
6331         Support libtiff v4.x.
6333 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
6335         * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
6336         (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
6337         Add property :safe.
6338         (ruby-deep-arglist): Add property :type.
6340 2013-10-31  Glenn Morris  <rgm@gnu.org>
6342         * Makefile.in (custom-deps, finder-data): No need to setq the target
6343         variables, we are in the right directory and the defaults work fine.
6345 2013-10-30  Glenn Morris  <rgm@gnu.org>
6347         * Makefile.in (autoloads): Do not use abs_lisp.
6349         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6350         `newline' does not respect `standard-output', so use `princ'.
6352 2013-10-30  Alp Aker  <alp.tekin.aker@gmail.com>
6354         Ensure unmarking in buffer menu clears 'S' marks.  (Bug#15761)
6355         * buff-menu.el (Buffer-menu--unmark): New function.
6356         (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
6358 2013-10-30  Glenn Morris  <rgm@gnu.org>
6360         * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
6362         * emacs-lisp/package.el (lm-homepage): Declare.
6364         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
6365         Fix doc typos.
6367         * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
6369         * Makefile.in (finder-data, autoloads, update-subdirs)
6370         (compile-main, compile-clean, compile-always, bootstrap-clean):
6371         Check return value of cd.
6372         (compile-calc): Remove.
6374 2013-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6376         * simple.el (copy-region-as-kill): Fix call to region-extract-function.
6378         * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
6379         (byte-compile-and-folded): New function.
6380         (=, <, >, <=, >=): Use it.
6382         * dos-w32.el (minibuffer-history-case-insensitive-variables)
6383         (path-separator, null-device, buffer-file-coding-system)
6384         (lpr-headers-switches): Check system-type before modifying them.
6385         (find-buffer-file-type-coding-system): Mark obsolete.
6386         (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
6387         find-file-not-found-set-buffer-file-coding-system.
6388         (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
6389         (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
6390         (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
6391         (w32-direct-print-region-helper, w32-direct-print-region-function)
6392         (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
6393         * startup.el (normal-top-level-add-subdirs-to-load-path):
6394         * ps-print.el (ps-print-region-function):
6395         * lpr.el (print-region-function): Use new name.
6397         * subr.el (custom-declare-variable-early): Remove function.
6398         (custom-declare-variable-list): Remove var.
6399         (error, user-error): Remove `while' loop.
6400         (read-quoted-char-radix, read-quoted-char): Move to simple.el.
6401         (user-emacs-directory-warning, locate-user-emacs-file):
6402         Move to files.el.
6403         * simple.el (read-quoted-char-radix, read-quoted-char):
6404         * files.el (user-emacs-directory-warning, locate-user-emacs-file):
6405         Move from subr.el.
6406         * custom.el (custom-declare-variable-list): Don't process
6407         custom-declare-variable-list.
6409         * progmodes/python.el (python-shell-get-buffer): New function.
6410         (python-shell-get-process): Use it.
6411         (python-shell-send-string): Always use utf-8 and add a cookie to tell
6412         Python which encoding was used.  Don't split-string since we only care
6413         about the first line.  Return the temp-file, if applicable.
6414         (python-shell-send-region): Tell compile.el how to turn locations in
6415         the temp-file into locations in the source buffer.
6417 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6419         * subr.el (undefined): Add missing behavior from the C code for
6420         unbound keys.
6422         * rect.el: Use lexical-binding.  Add new rectangular region support.
6423         (rectangle-mark): New command.
6424         (rectangle--region): New var.
6425         (deactivate-mark-hook): Reset rectangle--region.
6426         (rectangle--extract-region, rectangle--insert-for-yank)
6427         (rectangle--highlight-for-redisplay)
6428         (rectangle--unhighlight-for-redisplay): New functions.
6429         (region-extract-function, redisplay-unhighlight-region-function)
6430         (redisplay-highlight-region-function): Use them to handle
6431         rectangular region.
6432         * simple.el (region-extract-function): New var.
6433         (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
6434         (kill-new, kill-append): Remove obsolete `yank-handler' argument.
6435         (kill-region): Replace obsolete `yank-handler' arg with `region'.
6436         (copy-region-as-kill, kill-ring-save): Add `region' argument.
6437         (redisplay-unhighlight-region-function)
6438         (redisplay-highlight-region-function): New vars.
6439         (redisplay--update-region-highlight): New function.
6440         (pre-redisplay-function): Use it.
6441         (exchange-point-and-mark): Don't deactivate the mark before
6442         reactivate-it anyway.
6443         * comint.el (comint-kill-region): Remove yank-handler argument.
6444         * delsel.el (delete-backward-char, backward-delete-char-untabify)
6445         (delete-char): Remove property, since it's now part of their
6446         default behavior.
6447         (self-insert-iso): Remove property since this command doesn't exist.
6449         * emacs-lisp/package.el (package--download-one-archive)
6450         (describe-package-1): Don't query the user about final newline.
6452 2013-10-29  Daniel Colascione  <dancol@dancol.org>
6454         * net/tramp.el (tramp-methods): Document new functionality.
6455         * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
6456         tramp-hostname-checker if method provides one instead of scanning
6457         argument list for "%h" to decide hostname acceptability.
6459 2013-10-28  Michael Albinus  <michael.albinus@gmx.de>
6461         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
6462         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
6463         Handle COPY-CONTENTS.  (Bug#15737)
6465 2013-10-28  Daiki Ueno  <ueno@gnu.org>
6467         * epa-file.el
6468         (epa-file-cache-passphrase-for-symmetric-encryption):
6469         Document that this option has no effect with GnuPG 2.0 (bug#15552).
6471 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
6473         * image.el (defimage, image-load-path): Doc fixes.
6475 2013-10-27  Alan Mackenzie  <acm@muc.de>
6477         Indent statements in macros following "##" correctly.
6478         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
6479         Modify the "#" arm of a cond form to handle "#" and "##" operators.
6481 2013-10-27  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
6483         * linum.el (linum-update-window): Fix boundary test (bug#13446).
6485 2013-10-27  Dmitry Gutov  <dgutov@yandex.ru>
6487         * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
6488         after `=' is probably a new expression.
6490 2013-10-27  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6492         * man.el (man-imenu-title): New option.
6493         (Man-mode-map): Add menu.  (Bug#15722)
6494         (Man-mode): Add imenu to menu.
6496 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
6498         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
6499         specific in what the first arg can be: a non-keyword word,
6500         string/regexp/percent literal opener, opening paren, or unary
6501         operator followed directly by word.
6503 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6505         * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
6506         (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
6507         (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
6508         (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
6509         Remove vars, they do not apply any more.
6510         (prolog-mode-abbrev-table): Remove redundant declaration.
6511         (prolog-upper-case-string, prolog-lower-case-string): Remove.
6512         (prolog-use-smie): Remove.
6513         (prolog-smie-rules): Add indentation rule for the if-then-else layout
6514         supported by prolog-electric-if-then-else-flag.
6515         (prolog-mode-variables, prolog-menu): Use setq-local.
6516         (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
6517         Remove binding to `Backspace' since this key doesn't exist anyway.
6518         Remove bindings for electric self-inserting keys.
6519         (prog-mode): Assume it's defined.
6520         (prolog-post-self-insert): New function.
6521         (prolog-mode): Use it.
6522         (prolog-indent-line, prolog-indent-level)
6523         (prolog-find-indent-of-matching-paren)
6524         (prolog-indentation-level-of-line, prolog-goto-comment-column)
6525         (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
6526         (prolog-goto-next-paren, prolog-in-string-or-comment)
6527         (prolog-tokenize, prolog-inside-mline-comment)
6528         (prolog-find-start-of-mline-comment): Remove functions.
6529         (prolog-find-unmatched-paren, prolog-clause-end)
6530         (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
6531         (prolog-electric--if-then-else): Rename from
6532         prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
6533         (prolog-tokenize-searchkey): Remove const.
6534         (prolog-clause-info): Use forward-sexp.
6535         (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
6536         (prolog-electric-if-then-else): Remove commands.
6537         (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
6538         for use in post-self-insert-hook.
6539         (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
6540         for use in post-self-insert-hook.
6541         (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
6542         for use in post-self-insert-hook.
6543         (prolog-electric--underscore): Rename from prolog-electric--underscore;
6544         adapt it for use in post-self-insert-hook.
6546 2013-10-25  Michael Albinus  <michael.albinus@gmx.de>
6548         * emacs-lisp/ert.el (ert-run-tests-interactively):
6549         Use `completing-read'.  (Bug#9756)
6551 2013-10-25  Eli Zaretskii  <eliz@gnu.org>
6553         * simple.el (line-move): Call line-move-1 instead of
6554         line-move-visual when the current window hscroll is zero, but
6555         temporary-goal-column indicates we will need to hscroll as result
6556         of the movement.  (Bug#15712)
6558 2013-10-25  Dmitry Gutov  <dgutov@yandex.ru>
6560         * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
6561         capitalization.  Use :visible instead of :active.
6562         Fix `ruby-indent-exp' reference.  Add menu items for the generic
6563         commands that are used with SMIE.
6564         (ruby-do-end-to-brace): Insert space after `{'.
6566 2013-10-25  John Anthony  <john@jo.hnanthony.com>
6568         * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu.  (Bug#15600)
6570         * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu.  (Bug#15599)
6572 2013-10-25  Glenn Morris  <rgm@gnu.org>
6574         * vc/vc.el (vc-print-log): Don't use a working revision unless
6575         one was explicitly specified.  (Bug#15322)
6577 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6579         * subr.el (add-to-list): Preserve return value in compiler-macro
6580         (bug#15692).
6582 2013-10-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6584         * progmodes/octave.el (octave-lookfor): Handle empty lookfor
6585         result.  Ask user to retry using '-all' flag.  (Bug#15701)
6587 2013-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6589         * emacs-lisp/smie.el: New smie-config system.
6590         (smie-config): New defcustom.
6591         (smie-edebug, smie-config-show-indent, smie-config-set-indent)
6592         (smie-config-guess, smie-config-save): New commands.
6593         (smie-config--mode-local, smie-config--buffer-local)
6594         (smie-config--trace, smie-config--modefuns): New vars.
6595         (smie-config--advice, smie-config--mode-hook)
6596         (smie-config--setter, smie-config-local, smie-config--get-trace)
6597         (smie-config--guess-value, smie-config--guess): New functions.
6598         (smie-indent-forward-token, smie-indent-backward-token): Don't copy
6599         text properties.  Treat "string fence" syntax like string syntax.
6601         * progmodes/sh-script.el (sh-use-smie): Change default.
6602         (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
6603         (sh-var-value): Simplify by CSE.
6604         (sh-show-indent, sh-set-indent, sh-learn-line-indent)
6605         (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
6606         is used.
6607         (sh-guess-basic-offset): Use cl-incf.
6608         (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
6610 2013-10-24  Helmut Eller  <eller.helmut@gmail.com>
6612         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
6613         (bug#15699).
6615 2013-10-24  Glenn Morris  <rgm@gnu.org>
6617         * Makefile.in (abs_top_srcdir): Remove.
6618         (update-subdirs): Use relative path to update-subdirs.
6620 2013-10-24  Eli Zaretskii  <eliz@gnu.org>
6622         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
6623         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
6624         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
6625         Call unmsys--file-name before expand-file-name, not after it.
6627 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
6629         * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
6630         (ert-test-skipped): New error.
6631         (ert-skip, ert-stats-skipped): New defuns.
6632         (ert--skip-unless): New macro.
6633         (ert-test-skipped): New struct.
6634         (ert--run-test-debugger, ert-test-result-type-p)
6635         (ert-test-result-expected-p, ert--stats, ert-stats-completed)
6636         (ert--stats-set-test-and-result, ert-char-for-test-result)
6637         (ert-string-for-test-result, ert-run-tests-batch)
6638         (ert--results-update-ewoc-hf, ert-run-tests-interactively):
6639         Handle skipped tests.  (Bug#9803)
6641 2013-10-24  Glenn Morris  <rgm@gnu.org>
6643         * Makefile.in (check-declare): Remove unnecessary path in -l argument.
6645         * Makefile.in (abs_top_srcdir): New, set by configure.
6646         (update-subdirs): Correct build-aux location.
6648 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
6650         * vc/vc.el (vc-print-root-log): Always set `default-directory'
6651         value, whether we could auto-deduce `backend', or not.
6653         * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
6654         with parameters" example.  Simplify the "is it block or is it
6655         hash" check, but also make it more thorough.
6657 2013-10-23  Masashi Fujimoto  <masfj.dev@gmail.com>  (tiny change)
6659         * battery.el (battery-pmset): Handle OS X Mavericks.  (Bug#15694)
6661 2013-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6663         * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
6664         { if it is hanging.
6666         * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
6667         :before ";".
6669 2013-10-23  Jed Brown  <jed@59A2.org>  (tiny change)
6671         * progmodes/compile.el (compilation-directory-matcher)
6672         (compilation-page-delimiter):
6673         Support GNU Make-4.0 directory quoting.  (Bug#15678)
6675 2013-10-23  Leo Liu  <sdl.web@gmail.com>
6677         * ido.el (ido-tidy): Handle read-only text.
6679 2013-10-23  Glenn Morris  <rgm@gnu.org>
6681         * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
6682         (emacs, compile, compile-always):
6683         Quote entities that might contain whitespace.
6684         (custom-deps, finder-data, autoloads): Use abs_lisp.
6685         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
6686         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
6687         ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
6689 2013-10-23  Dmitry Gutov  <dgutov@yandex.ru>
6691         * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
6692         Use `following-char'.
6694 2013-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6696         * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
6697         * progmodes/ruby-mode.el (ruby-smie-rules):
6698         Remove corresponding workaround.  Fix indentation rule of ";" so it
6699         also applies when ";" is the parent.
6701 2013-10-22  Xue Fuqiao  <xfq.free@gmail.com>
6703         * frame.el (display-screens, display-pixel-height)
6704         (display-pixel-width, display-mm-width, display-backing-store)
6705         (display-save-under, display-planes, display-color-cells)
6706         (display-visual-class, display-monitor-attributes-list):
6707         Mention the optional ‘display’ argument in doc strings.
6709 2013-10-22  Michael Gauland  <mikelygee@amuri.net>
6711         * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
6712         viewers such as evince when ebnf-production-name-p is nil.  (Bug#15625)
6714 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
6716         * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
6717         TODO.  Add "." after " @ ".
6718         (ruby-smie--at-dot-call): New function.  Checks if point at method
6719         call with explicit target.
6720         (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
6721         to the method name tokens when it precedes them.
6722         (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
6723         (ruby-smie-rules): Add rule for indentation before and after "."
6724         token.
6726 2013-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6728         * textmodes/remember.el (remember-diary-extract-entries):
6729         Avoid add-to-list.
6731         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
6732         an instruction.
6734 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
6736         * progmodes/ruby-mode.el (ruby-smie-grammar):
6737         Add (almost) all infix operators.
6738         (ruby-smie--implicit-semi-p): Add new operator chars.
6740         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
6741         `smie-down-list'.
6742         (ruby-smie--args-separator-p): Check that there's no newline
6743         between method call and its arguments.
6745 2013-10-20  Alan Mackenzie  <acm@muc.de>
6747         Allow comma separated lists after Java "implements".
6749         * progmodes/cc-engine.el (c-backward-over-enum-header):
6750         Parse commas.
6751         * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
6752         from a "disallowed" list in enum fontification.
6754 2013-10-20  Johan Bockgård  <bojohan@gnu.org>
6756         * startup.el (default-frame-background-mode): Remove unused defvar.
6758         * progmodes/verilog-mode.el (verilog-mode): Don't set
6759         comment-indent-function globally.
6761 2013-10-20  Jan Djärv  <jan.h.d@swipnet.se>
6763         * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
6764         Move Info menu item creation to ns-win.el.
6766         * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
6767         in menu bar.
6769         * menu-bar.el: Move GNUstep specific menus...
6771         * term/ns-win.el (ns-initialize-window-system): ... to here.
6773 2013-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6775         * simple.el (newline): Only run post-self-insert-hook when
6776         called interactively.
6778 2013-10-19  Johan Bockgård  <bojohan@gnu.org>
6780         * icomplete.el (icomplete-with-completion-tables): Add :version.
6782 2013-10-19  Alan Mackenzie  <acm@muc.de>
6784         Fix fontification bugs with constructors and const.
6786         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
6787         CASE 2) Remove the check for the absence of a suffix construct
6788         after a function declaration with only types (no identifiers) in
6789         the parentheses.  Also, accept a function declaration with just a
6790         type inside the parentheses, if this type can be positively
6791         recognised as such, or if a prefix keyword like "explicit" nails
6792         down the construct as a declaration.
6794 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
6796         * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
6797         TTY menu actions and down-mouse-N to tty-menu-ignore.  This solves
6798         the problem whereby selecting a menu item that leads to a
6799         minibuffer prompt moves the cursor out of the minibuffer window,
6800         making it hard to type at the prompt.  Suggested by Stefan Monnier
6801         <monnier@iro.umontreal.ca>.
6803 2013-10-19  Jan Djärv  <jan.h.d@swipnet.se>
6805         * menu-bar.el: Don't make Services menu.
6807 2013-10-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6809         * ffap.el: Handle "/usr/include/c++/<version>" directories.
6810         (ffap-alist): Use ffap-c++-mode for c++-mode.
6811         (ffap-c++-path): New variable.
6812         (ffap-c++-mode): New function.
6814 2013-10-19  Joe Vornehm Jr.  <joe.vornehm@gmail.com>  (tiny change)
6816         * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
6818 2013-10-18  Michael Albinus  <michael.albinus@gmx.de>
6820         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
6821         introduced on 2013-09-08, which results in an infinite loop
6822         requesting a password.
6824 2013-10-18  Glenn Morris  <rgm@gnu.org>
6826         * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
6828 2013-10-18  Wilson Snyder  <wsnyder@wsnyder.org>
6830         Sync with upstream verilog-mode revision 1a6ecec7.
6831         * progmodes/verilog-mode.el (verilog-mode-version): Update.
6832         (verilog-mode-release-date): Remove.
6833         (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
6834         (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
6835         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
6836         (verilog-auto-tieoff-ignore-regexp)
6837         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
6838         (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
6839         (verilog-signals-with, verilog-dir-cache-preserving)
6840         (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
6841         Doc fixes.
6842         (verilog-case-fold): New option, to control case folding in
6843         regexp searches, bug597.
6844         (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
6845         (verilog-string-match-fold, verilog-in-paren-count)
6846         (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
6847         (verilog-at-close-struct-p): New functions.
6848         (verilog-beg-block-re-ordered, verilog-extended-case-re)
6849         (verilog-forward-sexp, verilog-set-auto-endcomments)
6850         (verilog-leap-to-case-head): Handle "unique0" case.
6851         (verilog-in-constraint-re): New constant.
6852         (verilog-keywords, verilog-type-font-keywords):
6853         Add some SystemVerilog 1800-2012 keywords.
6854         (verilog-label-be): Remove unimplemented argument, bug669.
6855         (verilog-batch-execute-func): When batch expanding clear
6856         create-lockfiles to prevent spurious user locks when a file ends
6857         up not changing.
6858         (verilog-calculate-indent, verilog-calc-1)
6859         (verilog-at-close-constraint-p, verilog-at-constraint-p)
6860         (verilog-do-indent): Fix indentation of nested constraints
6861         and structures.
6862         (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
6863         (verilog-auto-inst-param): Use verilog-string-match-fold.
6864         (verilog-read-inst-module-matcher):
6865         Fix AUTOINST on gate primitives with #1.
6866         (verilog-read-decls): Fix double-declaring user-defined typed signals.
6867         Reads all user-defined typed variables.
6868         (verilog-read-defines): Fix reading definitions inside comments, bug647.
6869         (verilog-signals-matching-regexp)
6870         (verilog-signals-not-matching-regexp, verilog-auto):
6871         Respect verilog-case-fold.
6872         (verilog-diff-report): Fix line count.
6873         (verilog-auto-assign-modport): Remove unused local `modi'.
6874         (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
6875         better handle multidimensional arrays.
6876         Fix packed array ports misadding bit index in AUTOINST, bug637.
6877         (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
6878         to not double-declare existing outputs and inputs, respectively.
6879         (verilog-template-map): Bind U to verilog-sk-uvm-component.
6880         (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
6881         (verilog-sk-uvm-component): New skeleton.
6882         (verilog-submit-bug-report): Add verilog-case-fold,
6883         remove verilog-mode-release-date.
6885 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
6887         * subr.el (sit-for): Call (input-pending-p t) so as to behave
6888         as before.
6890 2013-10-18  Reuben Thomas  <rrt@sc3d.org>
6892         * textmodes/remember.el (remember): Set buffer-offer-save in
6893         remember buffers (bug#13566).
6895 2013-10-18  Daniel Colascione  <dancol@dancol.org>
6897         When evaluating forms in ielm, direct standard output to ielm
6898         buffer.  Add new ielm-return-for-effect command.  Remove trailing
6899         whitespace throughout.
6901         * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
6902         (ielm-return-for-effect): New command.
6903         (ielm-send-input): Accept optional `for-effect' parameter.
6904         (ielm-eval-input): Accept optional `for-effect' parameter.
6905         Bind `standard-output' to stream we create using
6906         `ielm-standard-output-impl'.  Suppress printing result when
6907         `for-effect'.
6908         (ielm-standard-output-impl): New function.
6909         (inferior-emacs-lisp-mode): Explain new features in documentation.
6911 2013-10-17  Michael Albinus  <michael.albinus@gmx.de>
6913         Code cleanup.
6915         * net/tramp.el (tramp-debug-message): Do not check for connection
6916         buffer.
6917         (tramp-message): Use "vector" connection property.
6919         * net/tramp.el (tramp-rfn-eshadow-update-overlay)
6920         (tramp-equal-remote, tramp-eshell-directory-change)
6921         * net/tramp-adb.el (tramp-adb-handle-copy-file)
6922         (tramp-adb-handle-rename-file)
6923         * net/tramp-cmds.el (tramp-list-remote-buffers)
6924         (tramp-cleanup-connection, tramp-cleanup-this-connection)
6925         * net/tramp-compat.el (tramp-compat-process-running-p)
6926         * net/tramp-ftp.el (tramp-ftp-file-name-handler)
6927         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
6928         (tramp-gvfs-handle-rename-file)
6929         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
6930         (tramp-set-file-uid-gid)
6931         * net/tramp-smb.el (tramp-smb-handle-copy-file)
6932         (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
6933         of `file-remote-p'.
6935         * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
6936         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
6937         (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
6938         (tramp-gw-open-network-stream): Suppress unrelated traces.
6940         * net/tramp-adb.el (tramp-adb-maybe-open-connection)
6941         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
6942         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6943         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
6944         connection property.
6946         * net/tramp-cache.el (top): Suppress traces when reading
6947         persistency file.
6949         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
6950         Refactor common code.  Improve debug message.
6951         (tramp-maybe-open-connection)
6952         * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
6953         connection buffer too early.
6955         * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
6956         from `tramp-smb-actions-with-acl'.
6957         (tramp-smb-actions-set-acl): New defconst.
6958         (tramp-smb-handle-copy-directory)
6959         (tramp-smb-action-get-acl): New defun, renamed from
6960         `tramp-smb-action-with-acl'.
6961         (tramp-smb-action-set-acl): New defun.
6962         (tramp-smb-handle-set-file-acl): Rewrite.
6964 2013-10-17  Glenn Morris  <rgm@gnu.org>
6966         * indent.el (indent-rigidly): Fix 2013-10-08 change.  (Bug#15635)
6968 2013-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6970         * skeleton.el (skeleton-newline): Remove.
6971         (skeleton-internal-1): Use (insert "\n") instead.
6973         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
6974         let-bindings.
6976         * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
6977         forward-sexp-function while we redo its job (bug#15613).
6979 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
6981         * calc/calc-comb.el (math-prime-test): Don't assume large integers are
6982         represented by lists.
6984 2013-10-16  Glenn Morris  <rgm@gnu.org>
6986         * tmm.el (tmm--history): New dynamic variable.
6987         (tmm-prompt): Use tmm--history in place of `history'.  (Bug#15623)
6989 2013-10-16  Michael Albinus  <michael.albinus@gmx.de>
6991         * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
6992         (tramp-smb-errors): Add error messages.
6993         (tramp-smb-actions-with-acl): New defconst.
6994         (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
6995         (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
6996         (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
6997         (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
6998         (tramp-smb-get-stat-capability): Fix tests.
7000 2013-10-16  Dima Kogan  <dima@secretsauce.net>  (tiny change)
7002         * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
7003         (bug#15580).
7005 2013-10-16  Glenn Morris  <rgm@gnu.org>
7007         * ansi-color.el (ansi-color-drop-regexp):
7008         Add 1J, 1K, 2K.  (Bug#15617)
7010         * files.el (hack-local-variables--warned-lexical): New.
7011         (hack-local-variables):
7012         Warn about misplaced lexical-binding.  (Bug#15616)
7014         * net/eww.el (eww-render): Always set eww-current-url,
7015         and update header line.  (Bug#15622)
7016         (eww-display-html): ... Rather than just doing it here.
7018 2013-10-15  Eli Zaretskii  <eliz@gnu.org>
7020         * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
7021         menu navigations commands.
7023 2013-10-14  Dima Kogan  <dima@secretsauce.net>  (tiny change)
7025         * progmodes/subword.el (subword-capitalize): Be careful when
7026         the search for [[:alpha:]] fails (bug#15580).
7028 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
7030         * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
7031         to commands that scroll the menu.
7033 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
7035         * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
7036         Handle methods ending with `?' and `!'.
7038 2013-10-14  Akinori MUSHA  <knu@iDaemons.org>
7040         * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
7041         `japanese-cp932' to `cp932' to fix the problem where saving a
7042         source file written in Shift_JIS twice would end up having
7043         `coding: japanese-cp932' which Ruby could not recognize.
7044         (ruby-mode-set-encoding): Add support for encodings mapped to nil
7045         in `ruby-encoding-map'.
7046         (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
7047         doesn't need to be explicitly declared in magic comment.
7048         (ruby-encoding-map): Add type declaration for better customize UI.
7050 2013-10-13  Glenn Morris  <rgm@gnu.org>
7052         * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
7053         Occur buffers are read-only.  http://bugs.debian.org/720775
7055         * emacs-lisp/authors.el (authors-fixed-entries):
7056         Comment out old alpha stuff.
7058 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
7060         * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
7061         to `after-save-hook' instead of `before-save-hook'.
7062         (ruby-mode-set-encoding): Use the value of coding system used to
7063         write the file.  Call `basic-save-buffer-1' after modifying the
7064         buffer.
7066 2013-10-13  Alan Mackenzie  <acm@muc.de>
7068         Fix indentation/fontification of Java enum with
7069         "implements"/generic.
7071         * progmodes/cc-engine.el (c-backward-over-enum-header):
7072         Extracted from the three other places and enhanced to handle generics.
7073         (c-inside-bracelist-p): Uses new function above.
7074         * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
7075         function above.
7076         (c-font-lock-enum-tail): Uses new function above.
7078 2013-10-13  Kenichi Handa  <handa@gnu.org>
7080         * international/mule-cmds.el (select-safe-coding-system): Remove a
7081         superfluous condition in chekcing whether a coding system is safe
7082         or not.
7084 2013-10-13  Oleh Krehel  <ohwoeowho@gmail.com>
7086         * replace.el (how-many): Fix rstart and !rend case.  (Bug#15589)
7088 2013-10-13  Andreas Politz  <politza@hochschule-trier.de>
7090         * progmodes/sql.el (sql-add-product): Fix paren typo.  (Bug#15435)
7092 2013-10-13  Glenn Morris  <rgm@gnu.org>
7094         * menu-bar.el (menu-bar-update-buffers):
7095         Unify Buffers menu prompt string.  (Bug#15576)
7097         * face-remap.el (text-scale-adjust): Doc fix.  (Bug#15434)
7099         * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
7100         Add some entries.
7101         (authors-fixed-entries): Use accented form of name.
7103 2013-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7105         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
7106         method calls (bug#15594).
7107         (ruby-smie--args-separator-p): New function.
7108         (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
7109         recognize paren-free method calls.
7111         * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
7112         internals of universal-argument.
7114 2013-10-11  Eli Zaretskii  <eliz@gnu.org>
7116         * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
7117         Bind all menu-bar sequences to tty-menu-exit -- this pops down a
7118         dropped menu on second mouse click on the menu bar.
7120 2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7122         * progmodes/sh-script.el: Provide simpl(e|istic) completion.
7123         (explicit-shell-file-name): Declare.
7124         (sh--vars-before-point, sh--cmd-completion-table): New functions.
7125         (sh-completion-at-point-function): New function.
7126         (sh-mode): Use it.
7127         (sh-smie--keyword-p): Remove unused argument.
7128         (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
7129         vars.
7130         (sh-set-shell): Always setup SMIE, even if we use the
7131         old indentation code.
7133 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
7135         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
7136         cases of ? and =.
7137         (ruby-smie-rules): Simplify the "do" rule.  The cases when the
7138         predicate would return nil are almost non-existent.
7139         (ruby-smie--redundant-do-p): Include "until" and "for" statements.
7141         * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
7142         cache also after commands that modify the buffer but don't move
7143         point.
7145 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7147         * env.el (substitute-env-in-file-name): New function.
7148         (substitute-env-vars): Extend the meaning of the optional arg.
7150 2013-10-10  Eli Zaretskii  <eliz@gnu.org>
7152         * term/w32-win.el (dynamic-library-alist): Define separate lists
7153         of GIF DLLs for versions before and after 5.0.0 of giflib.
7154         (Bug#15531)
7156 2013-10-10  João Távora  <joaotavora@gmail.com>
7158         * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
7159         not locked, use last revision and current source as
7160         defaults.  (Bug#15569)
7162 2013-10-10  Masatake YAMATO  <yamato@redhat.com>
7164         * menu-bar.el (menu-bar-open): Don't use popup-menu if
7165         menu-bar is hidden.
7167 2013-10-10  Martin Rudalics  <rudalics@gmx.at>
7169         * window.el (pop-to-buffer-same-window): Fix doc-string.
7170         (Bug#15492)
7172 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7174         * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
7176 2013-10-10  Andrei Chițu  <andrei.chitu1@gmail.com>  (tiny change)
7178         * calendar/icalendar.el (icalendar-import-file):
7179         Fix interactive spec.  (Bug#15482)
7181 2013-10-10  Glenn Morris  <rgm@gnu.org>
7183         * desktop.el (desktop-save): Default to saving in .emacs.d,
7184         since PWD is no longer in desktop-path by default.  (Bug#15319)
7186         * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
7187         now that text mode has a menu with the same entry.
7188         (menu-bar-text-mode-auto-fill): Remove now unused func.
7189         * textmodes/text-mode.el (text-mode-map):
7190         Use auto-fill help text from menu-bar.el.
7192 2013-10-10  John Anthony  <john@jo.hnanthony.com>
7194         * textmodes/text-mode.el (text-mode-map): Add a menu.  (Bug#15562)
7196 2013-10-09  Juri Linkov  <juri@jurta.org>
7198         * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
7199         instead of this-command-keys.  Add universal-argument-more and
7200         universal-argument-minus to the list of prefix commands.  (Bug#15568)
7202 2013-10-09  Glenn Morris  <rgm@gnu.org>
7204         * vc/vc-svn.el (vc-svn-create-repo):
7205         Expand paths in file://... url.  (Bug#15446)
7207         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
7208         Add some entries.
7209         (authors): Remove unused local variables.
7211 2013-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7213         * profiler.el: Create a more coherent calltree from partial backtraces.
7214         (profiler-format): Hide the tail with `invisible' so that C-s can still
7215         find the hidden elements.
7216         (profiler-calltree-depth): Don't recurse so enthusiastically.
7217         (profiler-function-equal): New hash-table-test.
7218         (profiler-calltree-build-unified): New function.
7219         (profiler-calltree-build): Use it.
7220         (profiler-report-make-name-part): Indent the calltree less.
7221         (profiler-report-mode): Add visibility specs for profiler-format.
7222         (profiler-report-expand-entry, profiler-report-toggle-entry):
7223         Expand the whole subtree when provided with a prefix arg.
7225 2013-10-09  Dmitry Gutov  <dgutov@yandex.ru>
7227         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
7228         iuwu-mod token.
7229         (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
7230         hanging iuwu-mod token.
7231         (ruby-smie--forward-token): Do not include a dot after a token in
7232         that token.
7233         (ruby-smie--backward-token): Likewise.
7235 2013-10-08  Juri Linkov  <juri@jurta.org>
7237         * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
7238         to isearch-other-control-char.
7239         (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
7240         and isearch-post-command-hook to post-command-hook.
7241         (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
7242         and isearch-post-command-hook from post-command-hook.
7243         (isearch-unread-key-sequence)
7244         (isearch-reread-key-sequence-naturally)
7245         (isearch-lookup-scroll-key, isearch-other-control-char)
7246         (isearch-other-meta-char): Remove functions.
7247         (isearch-pre-command-hook, isearch-post-command-hook):
7248         New functions based on isearch-other-meta-char rewritten
7249         relying on the new behavior of overriding-terminal-local-map
7250         that does not replace the local keymaps any more.  (Bug#15200)
7252 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
7254         Support menus on text-mode terminals.
7255         * tmm.el (tmm-menubar): Adapt doc string to TTY menus
7256         functionality.
7258         * tooltip.el (tooltip-mode): Don't error out on TTYs.
7260         * menu-bar.el (popup-menu, popup-menu-normalize-position):
7261         Move here from mouse.el.
7262         (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
7263         and arrow keys.
7264         (tty-menu-navigation-map): New map for TTY menu navigation.
7266         * loadup.el ("tooltip"): Load even if x-show-tip is not available.
7268         * frame.el (display-mouse-p): Report text-mode mouse as available
7269         on w32.
7270         (display-popup-menus-p): Report availability if mouse is
7271         available; don't condition on window-system.
7273         * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
7274         (tty-menu-selected-face): New faces.
7276 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7278         * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
7279         (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
7280         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
7281         (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
7282         New constants.
7283         (lisp-mode-variables): New `elisp' argument.
7284         (emacs-lisp-mode): Use it.
7285         * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
7286         (lisp-font-lock-keywords-2): Move to lisp-mode.el.
7288         * indent.el: Use lexical-binding.
7289         (indent-region): Add progress reporter.
7290         (tab-stop-list): Make it implicitly extend to infinity by repeating the
7291         last step.
7292         (indent--next-tab-stop): New function to implement this behavior.
7293         (tab-to-tab-stop, move-to-tab-stop): Use it.
7295 2013-10-08  Teemu Likonen  <tlikonen@iki.fi>
7297         * indent.el (indent-rigidly--current-indentation): New function.
7298         (indent-rigidly-map): New var.
7299         (indent-rigidly): Use it to provide interactive mode (bug#8196).
7301 2013-10-08  Bastien Guerry  <bzg@gnu.org>
7303         * register.el (insert-register): Fix 2013-10-07 change.
7305 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7307         * progmodes/perl-mode.el: Use lexical-binding.
7308         Remove redundant :group args.
7309         (perl-nochange): Change default to be closer to other major modes's
7310         standard behavior.
7311         (perl-indent-line): Don't consider text on current line as a
7312         valid beginning of function from which to indent.
7314         * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
7315         with more than one argument (bug#15538).
7317         * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
7319         * vc/pcvs.el: Use lexical-binding.
7320         (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
7321         environment of `eval'.
7322         (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
7323         than a list of expressions.  Adjust callers.
7324         * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
7326 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
7328         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
7329         case of the dot in a chained method call being on the following line.
7331 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7333         * electric.el (electric-indent-inhibit): New var.
7334         (electric-indent-post-self-insert-function): Use it.
7335         * progmodes/python.el (python-mode): Set it.
7337         * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
7338         open braces.
7340         * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
7342         * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
7343         (css-mode): Use electric-indent-chars.
7345         * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
7346         (font-lock-beg, font-lock-end): Move before first use.
7347         (nxml-mode): Use syntax-propertize-function.
7348         (nxml-after-change, nxml-after-change1): Adjust accordingly.
7349         (nxml-extend-after-change-region): Remove.
7350         * nxml/xmltok.el: Use lexical-binding.
7351         (xmltok-save): Use `declare'.
7352         (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
7353         * nxml/nxml-util.el: Use lexical-binding.
7354         (nxml-with-degradation-on-error, nxml-with-invisible-motion):
7355         Use `declare'.
7356         * nxml/nxml-ns.el: Use lexical-binding.
7357         (nxml-ns-save): Use `declare'.
7358         (nxml-ns-prefixes-for): Avoid add-to-list.
7359         * nxml/rng-match.el: Use lexical-binding.
7360         (rng--ipattern): Use cl-defstruct.
7361         (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
7362         (rng-cons-group-after, rng-subst-group-after)
7363         (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
7364         Use closures instead of `(lambda...).
7366 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
7368         * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
7369         of BEG and END.
7371         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7372         Use `tramp-handle-insert-file-contents'.
7373         (tramp-gvfs-handle-insert-file-contents): Remove function.
7375         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
7376         Use `save-restriction' in order to keep markers.
7378         * net/trampver.el: Update release number.
7380 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7382         * progmodes/compile.el (compilation-parse-errors):
7383         Use compilation--put-prop.
7384         (compilation--ensure-parse): Check compilation-multiline.
7386         * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
7388         * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
7389         lexical-binding.
7391         * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
7393         * progmodes/ruby-mode.el: Fix recently added tests.
7394         (ruby-smie-grammar): Add - and +.
7395         (ruby-smie--redundant-do-p, ruby-smie--forward-id)
7396         (ruby-smie--backward-id): New functions.
7397         (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
7398         (ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
7399         any more.
7401 2013-10-07  Leo Liu  <sdl.web@gmail.com>
7403         * register.el (register-preview-delay)
7404         (register-preview-functions): New variables.
7405         (register-read-with-preview, register-preview)
7406         (register-describe-oneline): New functions.
7407         (point-to-register, window-configuration-to-register)
7408         (frame-configuration-to-register, jump-to-register)
7409         (number-to-register, view-register, insert-register)
7410         (copy-to-register, append-to-register, prepend-to-register)
7411         (copy-rectangle-to-register): Use register-read-with-preview to
7412         read register.  (Bug#15525)
7414 2013-10-06  Dato Simó  <dato@net.com.org.es>  (tiny change)
7416         * net/network-stream.el (network-stream-open-starttls): Don't add
7417         --insecure if it's already present, because that gnutls-cli
7418         rejects getting that parameter twice.
7420 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
7422         * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
7423         keyword, too.
7425 2013-10-05  Dmitry Gutov  <dgutov@yandex.ru>
7427         * newcomment.el (comment-use-global-state): Change default value
7428         to t, mark obsolete (Bug#15251).
7429         (comment-beginning): In addition to `comment-to-syntax', check the
7430         value of `comment-use-global-state'.
7432 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7434         * progmodes/ruby-mode.el (ruby-use-smie): Change default.
7435         (ruby-comment-column): Follow the global default, by default.
7436         (ruby-smie-grammar): Add assignment syntax.
7437         (ruby-smie--implicit-semi-p): No implicit semi-colon after an
7438         open-paren, a comma, or a \.
7439         (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
7440         and line continuations.
7441         (ruby-smie-rules): Adjust handling of open-paren, now that it's never
7442         followed by implicit semi-colons.  Add rule for string concatenation
7443         and for indentation at BOB.
7444         (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
7446         * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
7447         calling next-sexp, since next-token may have skipped chars which
7448         next-sexp doesn't know should be skipped!
7450 2013-10-05  Leo Liu  <sdl.web@gmail.com>
7452         * progmodes/octave.el (octave-send-region):
7453         Call compilation-forget-errors.
7455 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
7457         * vc/vc-svn.el (vc-svn-find-admin-dir):
7458         * vc/vc-rcs.el (vc-rcs-find-admin-dir):
7459         * vc/vc-mtn.el (vc-mtn-find-admin-dir):
7460         * vc/vc-cvs.el (vc-cvs-find-admin-dir):
7461         * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
7463 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7465         * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
7467 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7469         * subr.el (read-passwd): Hide chars even when called within a context
7470         where after-change-functions is disabled (bug#15501).
7471         (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
7472         until we removed ourself from overriding-terminal-local-map.
7474 2013-10-04  Leo Liu  <sdl.web@gmail.com>
7476         * progmodes/octave.el (inferior-octave-mode):
7477         Call compilation-forget-errors.
7479 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
7481         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
7483 2013-10-04  Michael Albinus  <michael.albinus@gmx.de>
7485         * net/secrets.el (secrets-create-collection): Add optional
7486         argument ALIAS.  Use proper Label keyword.  Append ALIAS as
7487         dbus-call-method argument.  (Bug#15516)
7489 2013-10-04  Leo Liu  <sdl.web@gmail.com>
7491         * progmodes/octave.el (inferior-octave-error-regexp-alist)
7492         (inferior-octave-compilation-font-lock-keywords): New variables.
7493         (compilation-error-regexp-alist)
7494         (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
7495         (inferior-octave-mode): Use compilation-shell-minor-mode.
7497 2013-10-04  Jorgen Schaefer  <forcer@forcix.cx>
7499         * minibuffer.el (completion--replace): Be careful that `end' might be
7500         a marker.
7502 2013-10-03  Daiki Ueno  <ueno@gnu.org>
7504         Add support for package signature checking.
7505         * emacs-lisp/package.el (url-http-file-exists-p)
7506         (epg-make-context, epg-context-set-home-directory)
7507         (epg-verify-string, epg-context-result-for)
7508         (epg-signature-status, epg-signature-to-string)
7509         (epg-check-configuration, epg-configuration)
7510         (epg-import-keys-from-file): Declare.
7511         (package-check-signature): New user option.
7512         (package-unsigned-archives): New user option.
7513         (package-desc): Add `signed' field.
7514         (package-load-descriptor): Set `signed' field if .signed file exists.
7515         (package--archive-file-exists-p): New function.
7516         (package--check-signature): New function.
7517         (package-install-from-archive): Check package signature.
7518         (package--download-one-archive): Check archive signature.
7519         (package-delete): Remove .signed file.
7520         (package-import-keyring): New command.
7521         (package-refresh-contents): Import default keyring.
7522         (package-desc-status): Add "unsigned" status.
7523         (describe-package-1, package-menu--print-info)
7524         (package-menu-mark-delete, package-menu--find-upgrades)
7525         (package-menu--status-predicate): Support "unsigned" status.
7527 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7529         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
7530         the new compilation scheme using the new byte-codes.
7532         * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
7533         (byte-pophandler): New byte codes.
7534         (byte-goto-ops): Adjust accordingly.
7535         (byte-compile--use-old-handlers): New var.
7536         (byte-compile-catch): Use new byte codes depending on
7537         byte-compile--use-old-handlers.
7538         (byte-compile-condition-case--old): Rename from
7539         byte-compile-condition-case.
7540         (byte-compile-condition-case--new): New function.
7541         (byte-compile-condition-case): New function that dispatches depending
7542         on byte-compile--use-old-handlers.
7543         (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
7544         when we can.
7546         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7547         Optimize under `condition-case' and `catch' if
7548         byte-compile--use-old-handlers is nil.
7549         (disassemble-offset): Handle new bytecodes.
7551 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7553         * subr.el (error): Use `declare'.
7554         (decode-char, encode-char): Use advertised-calling-convention instead
7555         of the docstring to discourage use of the `restriction' arg.
7557 2013-10-03  Daiki Ueno  <ueno@gnu.org>
7559         * epg.el (epg-verify-file): Add a comment saying that it does not
7560         notify verification error as a return value nor a signal.
7561         (epg-verify-string): Ditto.
7563 2013-10-02  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
7565         * progmodes/compile.el (compilation-start): Try globbing the arg to
7566         `cd' (bug#15417).
7568 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
7570         Sync with Tramp 2.2.8.
7572         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
7573         * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
7574         * net/trampver.el: Update release number.
7576 2013-10-01  Jan Djärv  <jan.h.d@swipnet.se>
7578         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
7579         and default-process-coding-system for darwin only.
7581 2013-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7583         * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
7585 2013-10-01  Mitchel Humpherys  <mitch.special@gmail.com>  (tiny change)
7587         * vc/vc-git.el (vc-git-grep): Disable pager.
7589 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
7591         * emacs-lisp/package.el (package-buffer-info, describe-package-1):
7592         Use :url instead of :homepage, as per
7593         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
7595         * newcomment.el (comment-beginning): When `comment-use-syntax' is
7596         non-nil, use `syntax-ppss' (Bug#15251).
7598 2013-09-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7600         * progmodes/octave.el (inferior-octave-startup-file):
7601         Prefer ~/.emacs.d/init_octave.m.
7603 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
7605         * emacs-lisp/package.el (package-desc-from-define):
7606         Accept additional arguments as plist, convert them to an alist and store
7607         them in the `extras' slot.
7608         (package-generate-description-file): Convert extras alist back to
7609         plist and append to the `define-package' form arguments.
7610         (package--alist-to-plist): New function.
7611         (package--ac-desc): Add `extras' slot.
7612         (package--add-to-archive-contents): Check if the archive-contents
7613         vector is long enough, and if it is, pass its `extras' slot value
7614         to `package-desc-create'.
7615         (package-buffer-info): Call `lm-homepage', pass the returned value
7616         to `package-desc-from-define'.
7617         (describe-package-1): Render the homepage button (Bug#13291).
7619         * emacs-lisp/package-x.el (package-upload-buffer-internal):
7620         Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
7622 2013-09-29  Jan Djärv  <jan.h.d@swipnet.se>
7624         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
7625         and default-process-coding-system to utf-8-unix (Bug#15402).
7627 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
7629         * subr.el (looking-back): Do not recommend using looking-back.
7631 2013-09-28  Alan Mackenzie  <acm@muc.de>
7633         Fix indentation/fontification of Java enum with "implements".
7635         * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
7636         regexp which matches "implements", etc., in Java.
7637         * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
7638         specifier clauses coming after "enum".
7639         * progmodes/cc-fonts.el (c-font-lock-declarations)
7640         (c-font-lock-enum-tail): Check for extra specifier clauses coming
7641         after "enum".
7643 2013-09-28  Jan Djärv  <jan.h.d@swipnet.se>
7645         * faces.el (region): Change ns_selection_color to
7646         ns_selection_fg_color, add ns_selection_bg_color.
7648 2013-09-28  Leo Liu  <sdl.web@gmail.com>
7650         * progmodes/octave.el (inferior-octave-completion-table)
7651         (inferior-octave-completion-at-point): Minor tweaks.
7653         * textmodes/ispell.el (ispell-lookup-words): Rename from
7654         lookup-words.  (Bug#15460)
7655         (lookup-words): Obsolete.
7656         (ispell-complete-word, ispell-command-loop): All uses changed.
7658 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7660         * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
7661         (octave-mode-menu): Add octave-send-buffer.
7662         (octave-send-buffer): New function.
7664 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7666         * progmodes/octave.el (octave-mode-map): Add key binding for
7667         octave-lookfor.
7668         (octave-mode-menu): Add octave-lookfor.
7669         (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
7670         octave-lookfor.
7671         (octave-lookfor): New function.
7673 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7675         * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
7676         (cl--loop-iterator-function): Rename from cl--loop-map-form and change
7677         its convention.
7678         (cl--loop-set-iterator-function): New function.
7679         (cl-loop): Adjust accordingly, so as not to use cl-subst.
7680         (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
7681         Bind `it' with `let' instead of substituting it with `cl-subst'.
7682         (cl--unused-var-p): New function.
7683         (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
7684         Eliminate some unused variable warnings (bug#15326).
7686 2013-09-27  Tassilo Horn  <tsdh@gnu.org>
7688         * doc-view.el (doc-view-scale-reset): Rename from
7689         `doc-view-reset-zoom-level'.
7690         (doc-view-scale-adjust): New command.
7691         (doc-view-mode-map): Remap `text-scale-adjust' bindings to
7692         `doc-view-scale-adjust'.
7694 2013-09-26  Tassilo Horn  <tsdh@gnu.org>
7696         * doc-view.el (doc-view-reset-zoom-level): New command.
7697         (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
7698         zoom commands (bug#15466).
7700 2013-09-26  Kenichi Handa  <handa@gnu.org>
7702         * international/quail.el (quail-help): Make it not a command.
7704 2013-09-26  Leo Liu  <sdl.web@gmail.com>
7706         * minibuffer.el (completion-all-sorted-completions): Make args
7707         optional as they are.
7709 2013-09-25  Daniel Colascione  <dancol@dancol.org>
7711         * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
7712         specs are and that they're not evaluated.
7714 2013-09-24  Sam Steingold  <sds@gnu.org>
7716         * midnight.el (clean-buffer-list-kill-regexps)
7717         (clean-buffer-list-kill-buffer-names): Update for the new Man
7718         buffer naming which includes the object name.
7720 2013-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7722         * eshell/esh-cmd.el (eshell--sep-terms): New var.
7723         (eshell-parse-command, eshell-parse-pipeline): Use it since
7724         eshell-separate-commands requires a dynamic scoped var.
7725         Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
7727 2013-09-23  Leo Liu  <sdl.web@gmail.com>
7729         * autoinsert.el (auto-insert-alist): Make the value of
7730         lexical-binding match its file setting.
7732 2013-09-23  Juanma Barranquero  <lekktu@gmail.com>
7734         * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
7736         * autoarg.el (autoarg-kp-digit-argument):
7737         * electric.el (Electric-command-loop):
7738         * kmacro.el (kmacro-step-edit-insert):
7739         Do not set universal-argument-num-events.
7741 2013-09-22  Leo Liu  <sdl.web@gmail.com>
7743         * files.el (interpreter-mode-alist): Add octave.
7745 2013-09-21  Alan Mackenzie  <acm@muc.de>
7747         C++: fontify identifier in declaration following "public:" correctly.
7748         * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
7749         to match "public", etc.
7750         (c-decl-prefix-re): Add ":" into the C++ value.
7751         * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
7752         bit.  Add a check for a ":" preceded by "public", etc.
7754 2013-09-21  Eli Zaretskii  <eliz@gnu.org>
7756         * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
7757         recognized by GDB 7.5 and later.
7759 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
7761         * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
7763 2013-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7765         * subr.el (internal--call-interactively): New const.
7766         (called-interactively-p): Use it (bug#3984).
7768 2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
7770         * vc/pcvs.el (cvs-mode-ignore):
7771         * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
7772         Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
7774 2013-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7776         * eshell/em-ls.el: Use advice.  Remove redundant :group keywords.
7777         (eshell-ls-orig-insert-directory): Remove.
7778         (eshell-ls-unload-hook): Not a defcustom any more.  Use advice-remove.
7779         (eshell-ls-use-in-dired): Use advice-add/remove.
7780         (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
7781         Add `orig-fun' arg for use in :around advice.
7782         Make it check (redundantly) eshell-ls-use-in-dired.
7784 2013-09-19  Glenn Morris  <rgm@gnu.org>
7786         * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
7788         * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
7790         * emacs-lisp/eieio.el (class-parent): Undo previous change.
7792 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
7794         * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
7795         (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
7796         (tramp-get-remote-python): New defuns.
7797         (tramp-get-remote-uid-with-perl)
7798         (tramp-get-remote-gid-with-perl): New defuns.  Perl code
7799         contributed by yary <not.com@gmail.com> (tiny change).
7800         (tramp-get-remote-uid-with-python)
7801         (tramp-get-remote-gid-with-python): New defuns.  Python code
7802         contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
7803         (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
7805 2013-09-19  Glenn Morris  <rgm@gnu.org>
7807         * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
7809         * eshell/em-unix.el (eshell-remove-entries):
7810         Rename argument to avoid name-clash with global `top-level'.
7812         * eshell/esh-proc.el (eshell-kill-process-function):
7813         Remove eshell-reset-after-proc from eshell-kill-hook if present.
7814         (eshell-reset-after-proc): Remove unused arg `proc'.
7816         * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
7817         (directory-files-and-attributes): Mark unused arg.
7819         * eshell/em-unix.el (eshell-remove-entries):
7820         Remove unused arg `path'.  Update callers.
7822         * eshell/em-hist.el (eshell-hist-parse-arguments):
7823         Remove unused arg `silent'.  Update callers.
7825         * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
7826         Fix (f)boundp mix-up.
7828         * eshell/em-smart.el (eshell-smart-scroll-window)
7829         (eshell-disable-after-change):
7830         * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
7832 2013-09-18  Alan Mackenzie  <acm@muc.de>
7834         Fix fontification of type when followed by "const".
7835         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
7836         "known" types from fontification.
7838 2013-09-18  Glenn Morris  <rgm@gnu.org>
7840         * emacs-lisp/chart.el (x-display-color-cells): Declare.
7841         (chart-face-list): Drop Emacsen without display-color-p.
7843         * net/eww.el (libxml-parse-html-region): Declare.
7844         (eww-display-html): Explicit error if no libxml2 support.
7846         * doc-view.el (doc-view-mode): Silence --without-x compilation.
7848         * image.el (image-type-from-buffer, image-multi-frame-p):
7849         Remove --without-x warning/error.
7851         * mouse.el (mouse-yank-primary):
7852         * term.el (term-mouse-paste):
7853         Reorder to silence --without-x compilation.
7855         * mpc.el (doc-view-mode): Silence --without-x compilation.
7857         * mail/rmailmm.el (rmail-mime-set-bulk-data):
7858         Silence --without-x compilation.
7860         * progmodes/gud.el (gud-find-file, gud-mode):
7861         Silence --without-x compilation.
7862         (tooltip-mode): Declare.
7864         * wdired.el (dired-backup-overwrite): Remove declaration.
7865         (wdired-mode-map): Add doc string.
7867         * custom.el (x-get-resource): Declare.
7869         * eshell/em-glob.el (ange-cache):
7870         * eshell/em-unix.el (ange-cache): Declare.
7872         * faces.el (x-display-list, x-open-connection, x-get-resource):
7873         Declare.
7875         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
7876         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
7877         Declare.
7879         * frame.el (x-display-grayscale-p, x-display-name): Declare.
7881         * net/gnutls.el (gnutls-log-level): Declare.
7883         * net/shr.el (image-size, image-animate): Declare.
7885         * simple.el (font-info): Declare.
7887         * subr.el (x-popup-dialog): Declare.
7889         * term/common-win.el (x-select-enable-primary)
7890         (x-last-selected-text-primary, x-last-selected-text-clipboard):
7891         Declare.
7893         * term/ns-win.el (x-handle-args): Declare.
7895         * term/x-win.el (x-select-enable-clipboard): Declare.
7897         * term/w32-win.el (create-default-fontset): Declare.
7899         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
7900         Declare.
7902         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
7903         (fit-frame-to-buffer): Explicit error if --without-x.
7904         (mouse-autoselect-window-select): Silence compiler.
7906         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
7908         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
7909         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
7910         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
7911         * eshell/esh-util.el (eshell-sublist):
7912         Remove unused local variables.
7914         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
7916         * textmodes/two-column.el: Make 2C-split work for --without-x.
7917         (scroll-bar-columns): Autoload.
7918         (top-level): Require fringe when compiling.
7920 2013-09-18  Leo Liu  <sdl.web@gmail.com>
7922         * subr.el (add-hook): Robustify to handle closure as well.
7924 2013-09-17  Glenn Morris  <rgm@gnu.org>
7926         * simple.el (messages-buffer-mode-map): Unbind "g".
7928 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7930         * help-mode.el (help-mode-finish): Use derived-mode-p.
7931         Remove obsolete highlighting.
7933         * play/life.el (life-mode): Use define-derived-mode.  Derive from
7934         special-mode.
7935         (life): Let-bind inhibit-read-only.
7936         (life-setup): Avoid `setq'.  Use `life-mode'.
7938         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
7939         which should not be needed any more.
7940         (package-menu-refresh, package-menu-describe-package): Use user-error.
7942         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
7943         (eshell-post-rewrite-command-hook): Make obsolete.
7944         (eshell-parse-command): Simplify.
7945         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
7946         (eshell--cmd): Declare.
7947         (eshell-parse-pipeline): Remove unused var `final-p'.
7948         Pass a dynvar to eshell-post-rewrite-command-hook.
7949         Implement the new eshell-post-rewrite-command-function.
7950         (eshell-invoke-directly): Remove unused arg `input'.
7951         * eshell/esh-io.el (eshell-io-initialize):
7952         Use eshell-post-rewrite-command-function (bug#15399).
7953         (eshell--apply-redirections): Rename from eshell-apply-redirections;
7954         adjust to new calling convention.
7955         (eshell-create-handles): Rename args to avoid clashing with dynvar
7956         `standard-output'.
7958 2013-09-17  Glenn Morris  <rgm@gnu.org>
7960         * simple.el (messages-buffer-mode): New major mode.
7961         (messages-buffer): New function.
7962         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
7963         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
7964         (ert-run-test): Use `messages-buffer' function.
7965         (ert--force-message-log-buffer-truncation): Ignore read-only.
7966         * help.el (view-echo-area-messages): Use `messages-buffer' function.
7967         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
7969 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7971         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
7973         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
7975 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7977         * icomplete.el (icomplete-in-buffer): New var.
7978         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
7979         vars and replace them with functions.
7980         (icomplete-minibuffer-setup): Adjust accordingly.
7981         (icomplete--completion-table, icomplete--completion-predicate)
7982         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
7983         New functions.
7984         (icomplete-forward-completions, icomplete-backward-completions)
7985         (icomplete-simple-completing-p, icomplete-exhibit)
7986         (icomplete-completions): Use them.
7987         (icomplete--in-region-buffer): New var.
7988         (icomplete--in-region-setup): New function.
7989         (icomplete-mode): Use it.
7991         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
7992         (bug#15379).
7993         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
7994         return args and options.
7995         (eshell-eval-using-options): Use the new return value of
7996         eshell--do-opts to set the options's vars in their scope.
7997         (eshell--set-option): Rename from eshell-set-option.
7998         Add arg `opt-vals'.
7999         (eshell--process-option): Rename from eshell-process-option.
8000         Add arg `opt-vals'.
8001         (eshell--process-args): Use an `opt-vals' alist to store the options's
8002         values during their processing and return them additionally to the
8003         remaining args.
8005 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
8007         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
8008         continuation character an operator, as far as indentation is
8009         concerned (Bug#15369).
8011 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
8013         * window.el (window--state-put-2): Don't process buffer state
8014         when buffer doesn't exist any more (Bug#15382).
8016 2013-09-15  Glenn Morris  <rgm@gnu.org>
8018         * eshell/em-unix.el (eshell/rm):
8019         Make -f ignore missing files.  (Bug#15373)
8021         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
8022         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
8023         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
8025 2013-09-14  Glenn Morris  <rgm@gnu.org>
8027         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
8029 2013-09-13  Glenn Morris  <rgm@gnu.org>
8031         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
8032         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
8034 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
8036         * frame.el (x-focus-frame): Mark as declared in frame.c.
8038 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8040         * ls-lisp.el: Use advice-add.
8041         (original-insert-directory): Remove.
8042         (ls-lisp--insert-directory): Rename from insert-directory; add
8043         `orig-fun' argument.
8044         (insert-directory): Advise.
8046 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
8048         * term.el (term-emulate-terminal): Decode the command string
8049         before passing it to term-command-hook.  (Bug#15337)
8051 2013-09-13  Glenn Morris  <rgm@gnu.org>
8053         * eshell/esh-util.el (ange-cache): Move declaration earlier.
8055         * eshell/esh-ext.el (eshell-search-path): Declare.
8057         * eshell/em-prompt.el (eshell/pwd): Autoload it.
8058         Otherwise an error occurs if eshell-dirs module not loaded.
8060         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
8062 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
8064         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
8065         `tramp-check-proper-host'.  Check for a valid method name.
8067         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8068         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8069         * net/tramp-sh.el (tramp-maybe-open-connection):
8070         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
8072         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
8073         also for hash values.
8075 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8077         * term/ns-win.el (parameters): Don't declare as dynamic.
8078         (before-make-frame-hook): Don't add ineffective function.
8080         * eshell/*.el: Use lexical-binding (bug#15231).
8082 2013-09-12  Kenichi Handa  <handa@gnu.org>
8084         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
8086 2013-09-12  Glenn Morris  <rgm@gnu.org>
8088         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
8089         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
8091         * subr.el (do-after-load-evaluation): Also give compiler warnings
8092         when obsolete files are used (except by obsolete files).
8094         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
8095         in the status output, assume `filename' is the first.  (Bug#15322)
8097         * vc/vc.el (vc-deduce-fileset): Doc fix.
8099         * calc/calc-help.el (Info-goto-node):
8100         * progmodes/cperl-mode.el (Info-find-node):
8101         * vc/ediff.el (Info-goto-node): Update declarations.
8103         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
8105         * vc/vc-bzr.el (vc-compilation-mode): Declare.
8106         (vc-bzr-pull): Require vc-dispatcher.
8107         * vc/vc-git.el (vc-compilation-mode): Declare.
8108         (vc-git-pull): Require vc-dispatcher.
8110         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
8112         * progmodes/octave.el (help-button-action): Declare.
8114         * shell.el (shell-directory-tracker): Output error as a message
8115         rather than just returning it as a string.
8116         (shell-process-pushd): Remove useless use of message.
8118         * dframe.el (dframe-timer-fn):
8119         * files.el (dir-locals-read-from-file):
8120         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
8121         (mpc-format):
8122         * reveal.el (reveal-post-command):
8123         * saveplace.el (load-save-place-alist-from-file):
8124         * shell.el (shell-resync-dirs):
8125         * w32-common-fns.el (x-get-selection-value):
8126         * emacs-lisp/copyright.el (copyright-find-copyright):
8127         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
8128         * emulation/tpu-edt.el (tpu-copy-keyfile):
8129         * play/bubbles.el (bubbles--mark-neighbourhood):
8130         * progmodes/executable.el
8131         (executable-make-buffer-file-executable-if-script-p):
8132         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
8134 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8136         Cleanup Eshell to rely less on dynamic scoping.
8137         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
8138         last-value, and ext-command here.  Bind `args' closer to `body'.
8139         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
8140         (eshell--args): Declare new dynamic var.
8141         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
8142         last-value, and ext-command.  Pass `args' to `body'.
8143         (eshell-process-args): Bind eshell--args.
8144         (eshell-set-option): Use eshell--args.
8145         * eshell/eshell.el (eshell): Use derived-mode-p.
8146         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
8147         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
8148         (eshell-glob-function): Declare.
8149         * eshell/esh-util.el: Require cl-lib.
8150         (eshell-read-hosts-file): Avoid add-to-list.
8151         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
8152         `err'.
8153         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
8154         Declare.
8155         (eshell/diff): Remove unused var `err'.
8156         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
8157         `killflag'.
8158         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
8159         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
8160         first use.
8161         * eshell/em-glob.el (eshell-glob-matches, message-shown):
8162         Move declaration before first use.
8163         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
8164         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
8165         rely on cl-return.
8167 2013-09-12  Glenn Morris  <rgm@gnu.org>
8169         * term/ns-win.el (global-map): Remove binding for ispell-next,
8170         deleted 1999-05-29.  (Bug#15357)
8172 2013-09-11  Glenn Morris  <rgm@gnu.org>
8174         * echistory.el (electric-command-history): Remove call to deleted func.
8176         * play/landmark.el (landmark-mode): Fix typos.
8178         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
8179         Check cvs-sort-ignore-file is bound.
8181         * savehist.el: No need for cl when compiling on Emacs.
8183 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8185         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
8186         (bug#15338).
8187         (eshell-self-insert-command, eshell-send-invisible):
8188         Remove unused argument.
8189         (eshell-handle-control-codes): Remove unused var `orig'.
8190         Avoid delete-backward-char.
8192         * files.el (set-auto-mode): Simplify a bit further.
8194 2013-09-11  Glenn Morris  <rgm@gnu.org>
8196         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
8197         (set-auto-mode): Don't regexp-quote elements.
8198         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
8199         * progmodes/cc-mode.el (interpreter-mode-alist):
8200         * progmodes/ruby-mode.el (interpreter-mode-alist):
8201         Revert previous change.
8203 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8205         * play/snake.el (snake-mode):
8206         * play/mpuz.el (mpuz-mode):
8207         * play/landmark.el (lm-mode):
8208         * play/blackbox.el (blackbox-mode):
8209         * play/5x5.el (5x5-mode):
8210         * obsolete/options.el (Edit-options-mode):
8211         * net/quickurl.el (quickurl-list-mode):
8212         * net/newst-treeview.el (newsticker-treeview-mode):
8213         * mail/rmailsum.el (rmail-summary-mode):
8214         * mail/mspools.el (mspools-mode):
8215         * locate.el (locate-mode):
8216         * ibuffer.el (ibuffer-mode):
8217         * emulation/ws-mode.el (wordstar-mode):
8218         * emacs-lisp/debug.el (debugger-mode):
8219         * array.el (array-mode):
8220         * net/eudc.el (eudc-mode): Use define-derived-mode.
8221         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
8222         Move initialization into declaration.
8223         (mairix-searches-mode): Use define-derived-mode.
8224         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
8225         (eudc-edit-hotlist): Use dolist.
8226         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
8227         (Man-mode): Use define-derived-mode.
8228         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
8229         (Info-edit-mode): Use define-derived-mode.
8230         (Info-cease-edit): Use Info-mode.
8231         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
8232         into declaration.
8233         (eshell-mode): Use define-derived-mode.
8234         * chistory.el (command-history-mode-map): Rename from
8235         command-history-map.
8236         (command-history-mode): Use define-derived-mode.
8237         (Command-history-setup): Remove function.
8238         * calc/calc.el (calc-trail-mode-map): New var.
8239         (calc-trail-mode): Use define-derived-mode.
8240         (calc-trail-buffer): Set calc-main-buffer manually.
8241         * bookmark.el (bookmark-insert-annotation): New function.
8242         (bookmark-edit-annotation): Use it.
8243         (bookmark-edit-annotation-mode): Make it a proper major mode.
8244         (bookmark-send-edited-annotation): Use derived-mode-p.
8245         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
8246         closer to its ideal place.  Use \' to match EOS.
8248         * profiler.el (profiler-calltree-find): Use function-equal.
8250 2013-09-10  Glenn Morris  <rgm@gnu.org>
8252         * files.el (interpreter-mode-alist): Convert to regexps.
8253         (set-auto-mode): Adapt for this.  (Bug#15306)
8254         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
8255         Comment out unused variable.
8256         * progmodes/cc-mode.el (interpreter-mode-alist):
8257         * progmodes/python.el (interpreter-mode-alist):
8258         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
8259         * progmodes/sh-script.el (sh-set-shell):
8260         No longer use interpreter-mode-alist to get list of shells.
8262         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
8264 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8266         * simple.el: Use set-temporary-overlay-map for universal-argument.
8267         (universal-argument-map): Don't use default-bindings (bug#15317).
8268         Bind switch-frame explicitly.  Replace universal-argument-minus with
8269         a conditional binding.
8270         (universal-argument-num-events, saved-overriding-map): Remove.
8271         (restore-overriding-map): Remove.
8272         (universal-argument--mode): Rename from save&set-overriding-map,
8273         and rewrite.
8274         (universal-argument, universal-argument-more, negative-argument)
8275         (digit-argument): Adjust accordingly.
8276         (universal-argument-minus): Remove.
8277         (universal-argument-other-key): Remove.
8279         * subr.el (with-demoted-errors): Add `format' argument.
8281 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
8283         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
8284         `tramp-cleanup-connection'.
8286         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
8287         parameters KEEP-DEBUG and KEEP-PASSWORD.
8289         * net/tramp.el (tramp-file-name-handler):
8290         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8291         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
8292         (tramp-maybe-open-connection):
8293         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
8294         Use `tramp-cleanup-connection'.
8296         * net/tramp-sh.el (tramp-maybe-open-connection):
8297         Catch 'uname-changed inside the progress reporter.
8299 2013-09-10  Glenn Morris  <rgm@gnu.org>
8301         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
8303         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
8304         returns "alternate access method" in mode (eg "-rw-r--r--.").
8306 2013-09-08  Glenn Morris  <rgm@gnu.org>
8308         * saveplace.el (load-save-place-alist-from-file):
8309         Demote errors.  (Bug#15305)
8311 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
8313         Improve compatibility with older Emacsen, and XEmacs.
8315         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
8316         only if it is bound.  It isn't for XEmacs.
8317         (with-tramp-progress-reporter): Do not let-bind `result'.
8318         This yields to scoping errors in XEmacs.
8319         (tramp-handle-make-auto-save-file-name): New function, moved from
8320         tramp-sh.el.
8322         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
8323         for `make-auto-save-file-name'.
8324         (tramp-adb--gnu-switches-to-ash):
8325         Use `tramp-compat-replace-regexp-in-string'.
8327         * net/tramp-cache.el (tramp-cache-print): Call
8328         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
8330         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
8331         bound.  It isn't for XEmacs.
8333         * net/tramp-compat.el (tramp-compat-copy-file):
8334         Catch `wrong-number-of-arguments' error.
8335         (tramp-compat-replace-regexp-in-string): New defun.
8337         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
8338         for `make-auto-save-file-name'.
8339         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
8340         `copy-file'.
8341         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
8342         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
8343         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
8345         * net/tramp-gw.el (tramp-gw-open-network-stream):
8346         Use `tramp-compat-replace-regexp-in-string'.
8348         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8349         Call `tramp-handle-make-auto-save-file-name'.
8350         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
8351         (tramp-sh-file-gvfs-monitor-dir-process-filter)
8352         (tramp-sh-file-inotifywait-process-filter):
8353         Use `tramp-compat-replace-regexp-in-string'.
8354         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
8356         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
8357         for `make-auto-save-file-name'.
8358         (tramp-smb-handle-copy-directory):
8359         Call `tramp-compat-replace-regexp-in-string'.
8360         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
8361         (tramp-smb-handle-copy-file): Improve error message.
8362         (tramp-smb-handle-rename-file): Rename directly only in case
8363         `newname' does not exist yet.  This is a restriction of smbclient.
8364         (tramp-smb-maybe-open-connection): Rerun the function only when
8365         `auth-sources' is non-nil.
8367 2013-09-08  Kenichi Handa  <handa@gnu.org>
8369         * international/characters.el: Set category "^" (Combining) for
8370         more characters.
8372 2013-09-07  Alan Mackenzie  <acm@muc.de>
8374         Correctly fontify Java class constructors.
8375         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
8376         in Java Mode.
8377         (c-recognize-typeless-decls): Set the Java value to t.
8378         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
8379         While handling a "(", add a check for, effectively, Java, and handle a
8380         "typeless" declaration there.
8382 2013-09-07  Roland Winkler  <winkler@gnu.org>
8384         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
8385         field subtitle for entry type book.
8387 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8389         * minibuffer.el: Make minibuffer-complete call completion-in-region
8390         rather than other way around.
8391         (completion--some, completion-pcm--find-all-completions):
8392         Don't delay signals when debugging.
8393         (minibuffer-completion-contents): Beware fields within the
8394         minibuffer contents.
8395         (completion-all-sorted-completions): Use defvar-local.
8396         (completion--do-completion, completion--cache-all-sorted-completions)
8397         (completion-all-sorted-completions, minibuffer-force-complete):
8398         Add args `beg' and `end'.
8399         (completion--in-region-1): New fun, extracted from minibuffer-complete.
8400         (minibuffer-complete): Use completion-in-region.
8401         (completion-complete-and-exit): New fun, extracted from
8402         minibuffer-complete-and-exit.
8403         (minibuffer-complete-and-exit): Use it.
8404         (completion--complete-and-exit): Rename from
8405         minibuffer--complete-and-exit.
8406         (completion-in-region--single-word): New function, extracted from
8407         minibuffer-complete-word.
8408         (minibuffer-complete-word): Use it.
8409         (display-completion-list): Make `common-substring' argument obsolete.
8410         (completion--in-region): Call completion--in-region-1 instead of
8411         minibuffer-complete.
8412         (completion-help-at-point): Pass boundaries to
8413         minibuffer-completion-help as args rather than via an overlay.
8414         (completion-pcm--string->pattern): Use `any-delim'.
8415         (completion-pcm--optimize-pattern): New function.
8416         (completion-pcm--pattern->regex): Handle `any-delim'.
8417         * icomplete.el (icomplete-forward-completions)
8418         (icomplete-backward-completions, icomplete-completions):
8419         Adjust calls to completion-all-sorted-completions and
8420         completion--cache-all-sorted-completions.
8421         (icomplete-with-completion-tables): Default to t.
8422         * emacs-lisp/crm.el (crm--current-element): Rename from
8423         crm--select-current-element.  Don't put an overlay but return the
8424         boundaries instead.
8425         (crm--completion-command): Take two new args to bind to the boundaries.
8426         (crm-completion-help): Adjust accordingly.
8427         (crm-complete): Use completion-in-region.
8428         (crm-complete-word): Use completion-in-region--single-word.
8429         (crm-complete-and-exit): Use completion-complete-and-exit.
8431 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8433         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
8434         than dynamically.
8436 2013-09-06  Juri Linkov  <juri@jurta.org>
8438         * info.el (Info-display-images-node): When image file doesn't exist
8439         display text version of the image if it's provided in the Info file.
8440         Otherwise, display the location of missing image from SRC attribute.
8441         Add help-echo text property from ALT attribute.  (Bug#15279)
8443 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8445         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
8446         (edit-abbrevs-mode): Use define-derived-mode.
8448         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
8449         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
8450         that it's defined.
8451         (epa-key-list-mode, epa-key-mode, epa-info-mode):
8452         Use define-derived-mode.
8454         * epg.el (epg-start-encrypt): Minor CSE simplification.
8456 2013-09-06  William Xu  <william.xwl@gmail.com>
8458         * arc-mode.el: Add support for 7za (bug#15264).
8459         (archive-7z-program): New var.
8460         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
8461         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
8462         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
8464 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
8466         Remove URL syntax.
8468         * net/tramp.el (tramp-syntax, tramp-prefix-format)
8469         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
8470         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
8471         (tramp-postfix-host-format, tramp-file-name-regexp)
8472         (tramp-completion-file-name-regexp)
8473         (tramp-completion-dissect-file-name)
8474         (tramp-handle-substitute-in-file-name): Remove 'url case.
8475         (tramp-file-name-regexp-url)
8476         (tramp-completion-file-name-regexp-url): Remove constants.
8478 2013-09-06  Glenn Morris  <rgm@gnu.org>
8480         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
8482 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
8484         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
8485         keywords" below "here-doc beginnings" (Bug#15270).
8487 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8489         * subr.el (pop): Use `car-safe'.
8490         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
8491         to detect unused `pop' return value.
8493         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
8494         var `block-regexp'.
8495         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
8496         (python-fill-string): Remove unused var `marker'.
8497         (python-skeleton-add-menu-items): Remove unused var `items'.
8499         * international/mule-cmds.el: Require CL.
8500         (find-coding-systems-for-charsets): Avoid add-to-list.
8501         (sanitize-coding-system-list): New function, extracted from
8502         select-safe-coding-system-interactively.
8503         (select-safe-coding-system-interactively): Use it.
8504         (read-input-method-name): Accept symbols for `default'.
8506         * emacs-lisp/advice.el (defadvice): Add indent rule.
8508 2013-09-05  Daniel Hackney  <dan@haxney.org>
8510         * dired-x.el:
8511         * net/ange-ftp.el:
8512         * net/browse-url.el:
8513         * net/dbus.el:
8514         * net/eudc.el:
8515         * net/eudcb-ldap.el:
8516         * net/eww.el:
8517         * net/imap.el:
8518         * printing.el:
8519         * vc/ediff-diff.el:
8520         * vc/ediff-init.el:
8521         * vc/ediff-merg.el:
8522         * vc/ediff-mult.el:
8523         * vc/ediff-util.el:
8524         * vc/ediff-wind.el:
8525         * vc/ediff.el:
8526         * vc/emerge.el:
8527         * vc/pcvs.el:
8528         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
8529         byte compiler.  Remove some unused let-bound variables.
8531 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8533         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
8534         a "ref-cell", since it gets better optimized (bug#14883).
8536 2013-09-05  Glenn Morris  <rgm@gnu.org>
8538         * progmodes/cc-awk.el (c-forward-sws): Declare.
8540 2013-09-04  Glenn Morris  <rgm@gnu.org>
8542         * generic-x.el [rul-generic-mode]: Require cc-mode.
8543         (c++-mode-syntax-table): Declare.
8544         (rul-generic-mode-syntax-table): Init in the defvar.
8546 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8548         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
8549         (vc-do-command, vc-set-async-update):
8550         * vc/vc-mtn.el (vc-mtn-dir-status):
8551         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
8552         (vc-hg-pull, vc-hg-merge-branch):
8553         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
8554         (vc-git-merge-branch):
8555         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
8556         (vc-cvs-dir-status-files):
8557         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
8558         (vc-bzr-dir-status-files):
8559         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
8560         * vc/vc-annotate.el: Use lexical-binding.
8561         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
8562         (vc-sentinel-movepoint): Declare.
8563         (vc-annotate): Don't use `goto-line'.
8564         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
8565         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
8566         (vc-sentinel-movepoint): Declare.
8567         * vc/vc-svn.el: Use lexical-binding.
8568         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
8569         * vc/vc-sccs.el:
8570         * vc/vc-rcs.el: Use lexical-binding.
8572         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
8573         `deleted'.  Don't drop errors silently.
8575         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
8577 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
8579         * vc/vc.el (vc-ignore): Rewrite.
8580         (vc-default-ignore): New function.
8581         (vc-default-ignore-completion-table): Use find-ignore-file.
8583         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
8584         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
8585         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
8586         Remove.  Most code moved to vc.el.
8588 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8590         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
8591         * net/tramp-smb.el (tramp-smb-get-file-entries):
8592         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
8593         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
8595         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
8596         Update call to it.
8597         (eww-change-select): Remove unused var `properties'.
8598         (eww-make-unique-file-name): Remove unused var `base'.
8600         * finder.el (finder-compile-keywords): Don't mess with windows.
8602         * calculator.el (calculator-funcall): Fix typo in last change.
8604         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
8606         * emacs-lisp/package.el (package-activate-1): Don't let a missing
8607         <pkg>-autoloads.el file stop us.
8609         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
8610         warnings, and factor out common code.
8612 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
8614         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
8615         two-character operators and whether the character preceding them
8616         changes their meaning (Bug#15208).
8618 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
8620         Format code sent to Python shell for robustness.
8621         * progmodes/python.el (python-shell-buffer-substring):
8622         New function.
8623         (python-shell-send-region, python-shell-send-buffer): Use it.
8625 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
8627         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
8628         * net/tramp.el (tramp-user-error): ... here.
8629         (tramp-find-method, tramp-check-proper-host)
8630         (tramp-dissect-file-name, tramp-debug-message)
8631         (tramp-handle-shell-command):
8632         * net/tramp-adb.el (tramp-adb-handle-shell-command):
8633         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
8635         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
8637 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
8639         * avoid.el (mouse-avoidance-point-position)
8640         (mouse-avoidance-too-close-p): Handle case where posn-at-point
8641         returns nil.
8643 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
8645         * progmodes/python.el (python-shell-completion-get-completions):
8646         Drop use of deleted `comint-last-prompt-overlay'.
8647         (python-nav-if-name-main): New command.
8649 2013-09-01  Glenn Morris  <rgm@gnu.org>
8651         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
8652         Avoid leading space in $wins.  Otherwise the sed command used by
8653         eg compile-main ends up containing "/*.el".  (Bug#15170)
8655         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
8657 2013-08-30  Glenn Morris  <rgm@gnu.org>
8659         * emacs-lisp/bytecomp.el (byte-recompile-directory):
8660         Fix is-this-a-directory logic.  (Bug#15220)
8662 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8664         * textmodes/css-mode.el: Use SMIE.
8665         (css-smie-grammar): New var.
8666         (css-smie--forward-token, css-smie--backward-token)
8667         (css-smie-rules): New functions.
8668         (css-mode): Use them.
8669         (css-navigation-syntax-table): Remove var.
8670         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
8671         (css-indent-calculate, css-indent-line): Remove functions.
8673         Misc changes to reduce use of `(lambda...); and other cleanups.
8674         * cus-edit.el: Use lexical-binding.
8675         (customize-push-and-save, customize-apropos)
8676         (custom-buffer-create-internal): Use closures.
8677         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
8678         * progmodes/ada-xref.el: Use setq.
8679         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
8680         * dframe.el: Use lexical-binding.
8681         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
8682         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
8683         * descr-text.el: Use lexical-binding.
8684         (describe-text-widget, describe-text-sexp, describe-property-list):
8685         Use closures.
8686         * comint.el (comint-history-isearch-push-state): Use a closure.
8687         * calculator.el: Use lexical-binding.
8688         (calculator-number-to-string): Make it work with lexical-binding.
8689         (calculator-funcall): Same and use cl-letf.
8691         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
8692         (lisp--company-doc-string, lisp--company-location): New functions.
8693         (lisp-completion-at-point): Use them to improve Company support.
8695         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
8696         params of lambda expressions.
8697         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
8698         (ruby-smie--opening-pipe-p): New function.
8699         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
8700         symbols and matched |...| for formal params.
8701         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
8702         from being treated as hanging.  Handle "rescue".
8704 2013-08-29  Glenn Morris  <rgm@gnu.org>
8706         * progmodes/cc-engine.el (c-pull-open-brace):
8707         Move definition before use.
8709 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8711         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
8712         are immutable.  Don't use `unsafe' any more.
8713         (cl--defsubst-expand): Don't substitute at the same time as keeping
8714         a residual unused let-binding.  Don't use `unsafe' any more.
8716 2013-08-29  Glenn Morris  <rgm@gnu.org>
8718         * calendar/cal-china.el (calendar-chinese-year-cache):
8719         Recenter on 2015.
8721         * nxml/nxml-util.el (nxml-debug-clear-inside):
8722         Use cl-loop rather than loop.
8724         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
8726         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
8728 2013-08-28  Glenn Morris  <rgm@gnu.org>
8730         * progmodes/antlr-mode.el: No need to require cc-mode twice.
8732         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
8734         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
8736 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8738         * simple.el (repeat-complex-command--called-interactively-skip):
8739         New function.
8740         (repeat-complex-command): Use it (bug#14136).
8742         * progmodes/cc-mode.el: Minor cleanup of var declarations.
8743         (c-define-abbrev-table): Add `doc' argument.
8744         (c-mode-abbrev-table, c++-mode-abbrev-table)
8745         (objc-mode-abbrev-table, java-mode-abbrev-table)
8746         (idl-mode-abbrev-table, pike-mode-abbrev-table)
8747         (awk-mode-abbrev-table): Use it.
8748         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
8749         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
8750         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
8751         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
8752         Move initialization into the declaration; and remove any
8753         autoload cookie.
8755         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
8756         and dynamic let binding.
8758         * vc/smerge-mode.el: Remove redundant :group args.
8760         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
8761         to load-path.
8763 2013-08-28  Juri Linkov  <juri@jurta.org>
8765         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
8766         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
8767         (isearch-other-meta-char): Handle an undefined shifted printing
8768         character by downshifting it.  (Bug#15200)
8770 2013-08-28  Juri Linkov  <juri@jurta.org>
8772         * isearch.el (isearch-search): Change regexp error message for
8773         non-regexp searches.  (Bug#15166)
8775 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8777         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
8778         for portability to hosts where /bin/sh has problems.
8780 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8782         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
8784 2013-08-27  Juri Linkov  <juri@jurta.org>
8786         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
8787         in the keyboard macro.  (Bug#15126)
8789 2013-08-27  Juri Linkov  <juri@jurta.org>
8791         * isearch.el (isearch-quote-char): Comment out converting unibyte
8792         to multibyte, thus syncing with its `quoted-insert' counterpart.
8793         (Bug#15166)
8795 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
8797         * window.el (display-buffer-use-some-window): Add missing
8798         argument in call of get-largest-window (Bug#15185).
8799         Reported by Stephen Leake.
8801 2013-08-27  Glenn Morris  <rgm@gnu.org>
8803         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
8805 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8807         * progmodes/python.el (python-font-lock-keywords): Don't return nil
8808         from a matcher-function unless there's no more matches (bug#15161).
8810 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
8812         * minibuffer.el: Revert change from 2013-08-20.
8814         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
8815         with text property `tramp-default', if appropriate.
8816         (tramp-check-proper-host): New defun.
8817         (tramp-dissect-file-name): Do not check hostname.  Revert change
8818         of 2013-03-18.
8819         (tramp-backtrace): Make VEC-OR-PROC optional.
8821         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8822         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8823         * net/tramp-sh.el (tramp-maybe-open-connection):
8824         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
8825         Apply `tramp-check-proper-host'.
8827 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
8829         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
8830         lambda expression in order to have `describe-variable' display it.
8832 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
8834         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
8835         BUF can be optional.  (Bug#15186)
8837 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
8839         * progmodes/flymake.el (flymake-get-real-file-name-function):
8840         Fix broken customization.  (Bug#15184)
8842 2013-08-25  Alan Mackenzie  <acm@muc.de>
8844         Improve indentation of bracelists defined by macros (without "=").
8846         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
8847         expansion begins with "{", regard it as bracelist when it doesn't
8848         contain a ";".
8850         Parse C++ inher-intro when there's a template split over 2 lines.
8852         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
8853         rigorously the search for "class" etc. followed by ":".
8855         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
8856         random languages a regexp which never matches rather than nil.
8858         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
8860         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
8861         (c-awk-regexp-one-line-possibly-open-char-list-re)
8862         (c-awk-one-line-possibly-open-regexp-re)
8863         (c-awk-one-line-non-syn-ws*-re): Remove.
8864         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
8865         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
8866         (c-awk-space*-unclosed-regexp-/-re): New constants.
8867         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
8868         aren't regexp delimiters.
8870         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
8871         handling for a rare situation in AWK Mode involving unterminated
8872         strings/regexps.
8874 2013-08-23  Glenn Morris  <rgm@gnu.org>
8876         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
8878         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
8880         * files.el (create-file-buffer): If the result would begin with
8881         spaces, prepend a "|" instead of removing them.  (Bug#15162)
8883 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8885         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
8886         text-properties (bug#15155).
8888         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
8889         exist any more.
8890         (calc-keypad-redraw): Remove unused var `pad'.
8891         (calc-keypad-press): Remove unused var `menu'.
8893 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
8895         * window.el (display-buffer-pop-up-frame):
8896         Call pop-up-frame-function with BUFFER current so `make-frame' will
8897         use it as the new frame's buffer (Bug#15133).
8899 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8901         * calendar/timeclock.el: Minor cleanups.
8902         (timeclock-ask-before-exiting, timeclock-use-display-time):
8903         Use `symbol'.
8904         (timeclock-modeline-display): Define as alias before the
8905         actual definition.
8906         (timeclock-mode-line-display): Use define-minor-mode.
8907         (timeclock-day-list-template): Make it a function, add an argument.
8908         (timeclock-day-list-required, timeclock-day-list-length)
8909         (timeclock-day-list-debt, timeclock-day-list-span)
8910         (timeclock-day-list-break): Adjust calls accordingly.
8912 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8914         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
8915         Use read--expression so that completion works again.
8917 2013-08-21  Sam Steingold  <sds@gnu.org>
8919         Add rudimentary inferior shell interaction
8920         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
8921         (sh-set-shell): Reset it.
8922         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
8923         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
8925 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8927         * align.el: Use lexical-binding.
8928         (align-region): Simplify accordingly.
8930 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
8932         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
8934         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
8935         `non-essential' up.
8937 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
8939         * net/tramp.el:
8940         * net/tramp-adb.el:
8941         * net/tramp-cmds.el:
8942         * net/tramp-ftp.el:
8943         * net/tramp-gvfs.el:
8944         * net/tramp-gw.el:
8945         * net/tramp-sh.el: Don't wrap external variable declarations by
8946         `eval-when-compile'.
8948 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8950         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
8951         now that Emacs supports ImageMagick animations.
8953 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
8955         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
8956         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
8958 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
8960         * window.el (mouse-autoselect-window-select): Do autoselect when
8961         mouse pointer is on margin.
8963 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
8965         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
8967 2013-08-16  Glenn Morris  <rgm@gnu.org>
8969         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
8970         Handle "Remote Directory" response of some clients.  (Bug#15058)
8972         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
8973         Tweak warning.  (Bug#14926)
8975         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
8976         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
8978         * image-mode.el (image-mode-map): Add menu items to reverse,
8979         increase, decrease, reset animation speed.
8980         (image--set-speed, image-increase-speed, image-decrease-speed)
8981         (image-reverse-speed, image-reset-speed): New functions.
8982         (image-mode-map): Add bindings for speed commands.
8984         * image.el (image-animate-get-speed, image-animate-set-speed):
8985         New functions.
8986         (image-animate-timeout): Respect image :speed property.
8988 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8990         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
8991         previous line (bug#15101).
8992         (debugger-eval-expression, debugger-record-expression):
8993         Use read--expression (bug#15102).
8995 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
8997         Remove byte compiler warnings, visible when compiling with
8998         `byte-compile-force-lexical-warnings' set to t.
9000         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
9001         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
9002         (tramp-handle-unhandled-file-name-directory)
9003         (tramp-handle-file-notify-add-watch, tramp-action-login)
9004         (tramp-action-succeed, tramp-action-permission-denied)
9005         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
9006         arguments with "_".
9008         * net/tramp-adb.el (tramp-adb-parse-device-names)
9009         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
9010         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
9011         (tramp-adb-handle-file-truename): Remove unused arguments.
9013         * net/tramp-cache.el (tramp-flush-directory-property)
9014         (tramp-flush-connection-property, tramp-list-connections)
9015         (tramp-parse-connection-properties): Prefix unused arguments with "_".
9017         * net/tramp-compat.el (tramp-compat-make-temp-file):
9018         Rename FILENAME to F.
9020         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
9021         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
9022         (tramp-zeroconf-parse-workstation-device-names)
9023         (tramp-zeroconf-parse-webdav-device-names)
9024         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
9026         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
9027         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
9029         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
9030         arguments.
9031         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
9032         (tramp-sh-handle-insert-file-contents-literally)
9033         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
9034         with "_".
9035         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
9036         Remove unused variables.
9038         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
9039         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
9040         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
9042         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
9043         Make them a defconst.
9044         (tramp-uuencode-region): Remove unused variable.
9046 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
9048         * frameset.el (frameset--prop-setter): New function.
9049         (frameset-prop): Add gv-setter declaration.
9050         (frameset-filter-minibuffer): Deal with the case that the minibuffer
9051         parameter was already set in FILTERED.  Doc fix.
9052         (frameset--record-minibuffer-relationships): Allow saving a
9053         minibufferless frame without its corresponding minibuffer frame.
9054         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
9055         frame, if the frame id matches.
9056         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
9057         frames before orphaned ones.
9058         (frameset-restore): Warn about orphaned windows, instead of error out.
9060 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
9062         * window.el (window-make-atom): Don't overwrite parameter
9063         already present.
9064         (display-buffer-in-atom-window): Handle special case where we
9065         split an already atomic window.
9066         (window--major-non-side-window, display-buffer-in-side-window)
9067         (window--side-check): Ignore minibuffer window when walking
9068         window tree.
9069         (window-deletable-p): Return 'frame only if no other frame uses
9070         our minibuffer window.
9071         (record-window-buffer): Run buffer-list-update-hook.
9072         (split-window): Make sure window--check-frame won't destroy an
9073         existing atomic window in case the new window gets nested
9074         inside.
9075         (display-buffer-at-bottom): Ignore minibuffer window when
9076         walking window tree.  Don't split a side window.
9077         (pop-to-buffer): Don't set-buffer here, the select-window call
9078         should do that.
9079         (mouse-autoselect-window-select): Autoselect only if we are in the
9080         text portion of the window.
9082 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9084         * net/shr.el (shr-parse-image-data): New function to grab both the
9085         data itself and the Content-Type.
9086         (shr-put-image): Use it.
9088         * net/eww.el (eww-display-image): Ditto.
9090         * image.el (image-content-type-suffixes): New variable.
9092 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9094         * progmodes/python.el (python-imenu--build-tree)
9095         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
9097 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
9099         * simple.el (backward-word): Mention the optional argument.
9101 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9103         * frameset.el (frameset--make): Rename constructor from make-frameset.
9104         (frameset-p, frameset-valid-p): Don't autoload.
9105         (frameset-valid-p): Use normal accessors.
9107 2013-08-13  Glenn Morris  <rgm@gnu.org>
9109         * progmodes/compile.el (compile-command): Tweak example in doc.
9110         * obsolete/scribe.el (scribe-mode):
9111         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
9113         * mail/feedmail.el (feedmail-confirm-outgoing)
9114         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
9116         * cus-start.el (truncate-partial-width-windows): Fix type.
9118         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
9120         * net/shr.el (shr-table-horizontal-line): Fix custom type.
9122 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9124         * emacs-lisp/timer.el (timer--time-setter): New function.
9125         (timer--time): Use it as gv-setter.
9127         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
9128         setter is not a symbol.
9130 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
9132         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
9133         if sending fails.  This makes debugging easier.
9135 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
9137         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
9138         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
9139         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
9141 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
9143         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
9145 2013-08-12  Glenn Morris  <rgm@gnu.org>
9147         * format.el (format-annotate-function):
9148         Handle read-only text properties in the source.  (Bug#14887)
9150 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9152         * net/eww.el (eww-display-html): Ignore coding system errors.
9153         One web site uses "utf-8lias" as the coding system.
9155 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
9157         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
9159 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
9161         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
9162         (tutorial--detailed-help): Remove unused local variables.
9163         (tutorial--save-tutorial-to): Use ignore-errors.
9164         (help-with-tutorial): Use looking-at-p.
9166         * view.el (view-buffer-other-window, view-buffer-other-frame):
9167         Mark unused arguments.
9169         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
9170         (woman-select-symbol-fonts, woman, woman-find-file)
9171         (woman-insert-file-contents, woman-non-underline-faces):
9172         Use string-match-p.
9173         (woman1-unquote): Move declaration.
9175         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
9176         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
9177         argument.  Remove unused local variable.
9178         (xml-parse-elem-type): Use string-match-p.
9179         (xml-substitute-numeric-entities): Use ignore-errors.
9181         * calculator.el (calculator): Mark unused argument.
9182         (calculator-paste, calculator-quit, calculator-integer-p):
9183         Use ignore-errors.
9184         (calculator-string-to-number, calculator-decimal, calculator-exp)
9185         (calculator-op-or-exp): Use string-match-p.
9187         * dired.el (dired-buffer-more-recently-used-p): Declare.
9188         (dired-insert-set-properties, dired-insert-old-subdirs):
9189         Use ignore-errors.
9191         * dired-aux.el (dired-compress): Use ignore-errors.
9192         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
9193         (dired-do-async-shell-command, dired-do-shell-command)
9194         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
9195         (dired-insert-subdir-validate): Use string-match-p.
9196         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
9197         (dired-add-entry): Use string-match-p, looking-at-p.
9198         (dired-insert-subdir-newpos): Remove unused local variable.
9200         * filenotify.el (file-notify-callback): Remove unused local variable.
9202         * filesets.el (filesets-error): Mark unused argument.
9203         (filesets-which-command-p, filesets-filter-dir-names)
9204         (filesets-directory-files, filesets-get-external-viewer)
9205         (filesets-ingroup-get-data): Use string-match-p.
9207         * find-file.el (ff-other-file-name, ff-other-file-name)
9208         (ff-find-the-other-file, ff-cc-hh-converter):
9209         Remove unused local variables.
9210         (ff-get-file-name): Use string-match-p.
9211         (ff-all-dirs-under): Use ignore-errors.
9213         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
9214         (follow-select-if-visible): Remove unused local variable.
9216         * forms.el (read-file-filter): Move declaration.
9217         (forms--make-format, forms--make-parser, forms-insert-record):
9218         Quote function with #'.
9219         (forms--update): Use string-match-p.  Quote function with #'.
9221         * help-mode.el (help-dir-local-var-def): Mark unused argument.
9222         (help-make-xrefs): Use looking-at-p.
9223         (help-xref-on-pp): Use looking-at-p, ignore-errors.
9225         * ibuffer.el (ibuffer-ext-visible-p): Declare.
9226         (ibuffer-confirm-operation-on): Use string-match-p.
9228         * msb.el (msb-item-handler, msb-dired-item-handler):
9229         Mark unused arguments.
9231         * ses.el (ses-decode-cell-symbol)
9232         (ses-kill-override): Remove unused local variable.
9233         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
9234         (ses-load): Use ignore-errors, looking-at-p.
9235         (ses-jump-safe): Use ignore-errors.
9236         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
9238         * tabify.el (untabify, tabify): Mark unused arguments.
9240         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
9241         Mark unused argument.
9242         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
9243         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
9245         * emacs-lisp/timer.el (timer--time): Define setter with
9246         gv-define-setter to avoid deprecation warning.
9248         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
9249         (*record-cmpl-statistics-p*): Remove (was commented out).
9250         (cmpl-statistics-block): Remove (body was commented out).
9251         All callers changed.
9252         (add-completions-from-buffer, load-completions-from-file):
9253         Remove unused variables.
9255 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
9257         * filecache.el (file-cache-delete-file-list):
9258         Print message only when told so.
9259         (file-cache-files-matching): Use #' in mapconcat argument.
9261         * ffap.el (ffap-url-at-point): Fix reference to variable
9262         thing-at-point-default-mail-uri-scheme.
9264 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9266         * subr.el (define-error): New function.
9267         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
9268         error-file-not-found and define with define-error.
9269         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
9270         and define with define-error.
9271         * userlock.el (file-locked, file-supersession):
9272         * simple.el (mark-inactive):
9273         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
9274         * progmodes/ada-mode.el (ada-mode-errors):
9275         * play/life.el (life-extinct):
9276         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
9277         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
9278         * nxml/rng-util.el (rng-error):
9279         * nxml/rng-uri.el (rng-uri-error):
9280         * nxml/rng-match.el (rng-compile-error):
9281         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
9282         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
9283         * nxml/nxml-rap.el (nxml-scan-error):
9284         * nxml/nxml-outln.el (nxml-outline-error):
9285         * net/soap-client.el (soap-error):
9286         * net/gnutls.el (gnutls-error):
9287         * net/ange-ftp.el (ftp-error):
9288         * mpc.el (mpc-proc-error):
9289         * json.el (json-error, json-readtable-error, json-unknown-keyword)
9290         (json-number-format, json-string-escape, json-string-format)
9291         (json-key-format, json-object-format):
9292         * jka-compr.el (compression-error):
9293         * international/quail.el (quail-error):
9294         * international/kkc.el (kkc-error):
9295         * emacs-lisp/ert.el (ert-test-failed):
9296         * calc/calc.el (calc-error, inexact-result, math-overflow)
9297         (math-underflow):
9298         * bookmark.el (bookmark-error-no-filename):
9299         * epg.el (epg-error): Define with define-error.
9301         * time.el (display-time-event-handler)
9302         (display-time-next-load-average): Don't call sit-for since it seems
9303         unnecessary (bug#15045).
9305         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
9306         Use #' instead of ' to quote functions.
9307         (checkdoc-output-mode): Use setq-local.
9308         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
9309         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
9310         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
9311         (checkdoc-ispell, checkdoc-ispell-current-buffer)
9312         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
9313         (checkdoc-ispell-message-text, checkdoc-ispell-start)
9314         (checkdoc-ispell-continue, checkdoc-ispell-comments)
9315         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
9317         * ido.el (ido-completion-help): Fix up compiler warning.
9319 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
9321         * frameset.el (frameset-p): Add autoload cookie.
9322         (frameset--jump-to-register): New function, based on code moved from
9323         register.el.
9324         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
9326         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
9327         (frameset-restore, frameset-save, frameset-session-filter-alist):
9328         Remove declarations.
9329         (register-alist): Doc fix.
9330         (frameset-to-register): Move to frameset.el.
9331         (jump-to-register, describe-register-1): Remove frameset-specific code.
9333 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
9335         * allout-widgets.el (allout-widgets-pre-command-business)
9336         (allout-widgets-post-command-business)
9337         (allout-widgets-after-change-handler)
9338         (allout-decorate-item-and-context, allout-set-boundary-marker)
9339         (allout-body-modification-handler)
9340         (allout-graphics-modification-handler): Mark ignored arguments.
9341         (allout-widgets-post-command-business)
9342         (allout-widgets-exposure-change-processor)
9343         (allout-widgets-exposure-undo-processor)
9344         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
9345         (allout-parse-item-at-point, allout-decorate-item-guides)
9346         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
9347         * allout.el (epa-passphrase-callback-function): Declare.
9348         (allout-overlay-insert-in-front-handler)
9349         (allout-overlay-interior-modification-handler)
9350         (allout-isearch-end-handler, allout-chart-siblings)
9351         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
9352         (allout-yank-processing, allout-process-exposed)
9353         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
9354         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
9355         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
9356         (lisp-indent-defform): Mark ignored arguments.
9357         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
9358         (calculate-lisp-indent): Remove unused variables.
9359         * international/characters.el (indian-2-column, arabic-2-column)
9360         (tibetan): Mark ignored arguments.
9361         (use-cjk-char-width-table): Mark ignored arguments.
9362         Remove unused variables.
9363         * international/fontset.el (build-default-fontset-data)
9364         (x-compose-font-name, create-fontset-from-fontset-spec):
9365         Mark ignored arguments.
9366         (fontset-plain-name): Remove unused variables.
9367         * international/mule.el (charset-id, charset-bytes, generic-char-p)
9368         (keyboard-coding-system): Mark ignored arguments.
9369         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
9370         * help.el (resize-temp-buffer-window):
9371         * window.el (display-buffer-in-major-side-window)
9372         (display-buffer-in-side-window, display-buffer-in-previous-window):
9373         Remove unused variables.
9374         * isearch.el (isearch-forward-symbol):
9375         * version.el (emacs-bzr-version-bzr):
9376         * international/mule-cmds.el (current-language-environment):
9377         * term/common-win.el (x-handle-iconic, x-handle-geometry)
9378         (x-handle-display):
9379         * term/pc-win.el (x-list-fonts, x-display-planes)
9380         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
9381         (x-server-version, x-display-screens, x-display-mm-height)
9382         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
9383         (x-selection-owner-p, x-own-selection-internal)
9384         (x-disown-selection-internal, x-get-selection-internal)
9385         (msdos-initialize-window-system):
9386         * term/tty-colors.el (tty-color-alist, tty-color-clear):
9387         * term/x-win.el (x-handle-no-bitmap-icon):
9388         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
9389         (vc-default-find-file-hook, vc-default-extra-menu):
9390         Mark ignored arguments.
9392 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9394         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
9395         break-condition in the context of the debugged code (bug#12685).
9397 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
9399         * comint.el:
9400         Do not use an overlay to highlight the last prompt.  (Bug#14744)
9401         (comint-mode): Make comint-last-prompt buffer local.
9402         (comint-last-prompt): New variable.
9403         (comint-last-prompt-overlay): Remove.  Superseded by
9404         comint-last-prompt.
9405         (comint-snapshot-last-prompt, comint-output-filter):
9406         Use comint-last-prompt.
9408 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
9410         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
9411         (frameset-save): Check validity of the resulting frameset.
9413 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
9415         * ido.el (ido-record-command): Add doc string.
9417 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
9419         * frameset.el (frameset): Do not disable creation of the default
9420         frameset-p predicate.  Doc fix.
9421         (frameset-valid-p): New function, copied from the old predicate-p.
9422         Add additional checks.
9423         (frameset-restore): Check with frameset-valid-p.
9424         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
9425         (frameset-name, frameset-description, frameset-properties)
9426         (frameset-states): Add docstring.
9427         (frameset-session-filter-alist, frameset-persistent-filter-alist)
9428         (frameset-filter-alist): Doc fixes.
9430 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
9432         * frameset.el (frameset-p, frameset-prop): Doc fixes.
9434 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9436         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
9437         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
9438         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
9439         (byte-compile-normal-call): Remove obsolescence check.
9441 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
9443         * frameset.el (frameset-restore): Doc fix.
9445         * register.el (frameset-frame-id, frameset-frame-with-id)
9446         (frameset-p, frameset-restore, frameset-save): Declare.
9447         (register-alist): Document framesets.
9448         (frameset-session-filter-alist): Declare.
9449         (frameset-to-register): New function.
9450         (jump-to-register): Implement jumping to framesets.  Doc fix.
9451         (describe-register-1): Describe framesets.
9453         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
9455 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
9457         * desktop.el (desktop-save-frameset): Use new frameset-save args.
9458         Use lexical-binding.
9460         * frameset.el (frameset): Use type vector, not list (incompatible
9461         change).  Do not declare a new constructor, use the default one.
9462         Upgrade suggested properties `app', `name' and `desc' to slots `app',
9463         `name' and `description', respectively, and add read-only slot
9464         `timestamp'.  Doc fixes.
9465         (frameset-copy, frameset-persistent-filter-alist)
9466         (frameset-filter-alist, frameset-switch-to-gui-p)
9467         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
9468         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
9469         (frameset-filter-iconified, frameset-keep-original-display-p):
9470         Doc fixes.
9471         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
9472         Rename from frameset-filter-(save|restore)-param.  All callers changed.
9473         Doc fix.
9474         (frameset-p): Adapt to change to vector and be more thorough.
9475         Change arg name to OBJECT.  Doc fix.
9476         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
9477         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
9478         All callers changed.
9479         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
9480         All callers changed.
9481         (frameset--record-minibuffer-relationships): Rename from
9482         frameset--process-minibuffer-frames.  All callers changed.
9483         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
9484         Use new default constructor (again).  Doc fix.
9485         (frameset--find-frame-if): Rename from `frameset--find-frame'.
9486         All callers changed.
9487         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
9488         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
9489         Doc fix.
9490         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
9491         PARAMETERS and WINDOW-STATE, respectively.
9492         (frameset-restore): Add new keyword argument PREDICATE.
9493         Reset frameset--target-display to nil.  Doc fix.
9495 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9497         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
9498         (bat-mode): Use it.
9499         (bat-mode-syntax-table): Mark \n as end-of-comment.
9500         (bat-font-lock-keywords): Remove comment rule.
9502         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
9503         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
9505         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
9506         (byte-compile-callargs-warn): Use `push'.
9507         (byte-compile-arglist-warn): Ignore higher-order "calls".
9508         (byte-compile-file-form-autoload): Use `pcase'.
9509         (byte-compile-function-form): If quoting a symbol, check that it exists.
9511 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
9513         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
9514         and add a few popular commands found in batch files.
9515         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
9516         (dos-mode): Doc fixes.
9518 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9520         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
9521         (dos-mode): Use setq-local.  Add space after "rem".
9522         (dos-mode-syntax-table): Don't use "w" for symbol chars.
9523         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
9525 2013-08-07  Arni Magnusson  <arnima@hafro.is>
9527         * progmodes/dos.el: New file.
9528         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
9529         dos-mode.
9531 2013-08-06  Glenn Morris  <rgm@gnu.org>
9533         * calendar/calendar.el: Add new faces, and day-header-array.
9534         (calendar-weekday-header, calendar-weekend-header)
9535         (calendar-month-header): New faces.
9536         (calendar-day-header-construct): New function.
9537         (calendar-day-header-width): Also :set calendar-day-header-array.
9538         (calendar-american-month-header, calendar-european-month-header)
9539         (calendar-iso-month-header): Use calendar- faces.
9540         (calendar-generate-month):
9541         Use calendar-day-header-array for day headers; apply faces to them.
9542         (calendar-mode): Check calendar-font-lock-keywords non-nil.
9543         (calendar-abbrev-construct): Add optional maxlen argument.
9544         (calendar-day-name-array): Doc fix.
9545         (calendar-day-name-array, calendar-abbrev-length)
9546         (calendar-day-abbrev-array):
9547         Also :set calendar-day-header-array, and maybe redraw.
9548         (calendar-day-header-array): New option.  (Bug#15007)
9549         (calendar-font-lock-keywords): Set to nil and make obsolete.
9550         (calendar-day-name): Add option to use header array.
9552 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9554         * net/shr.el (shr-render-td): Remove debugging.
9555         (shr-render-td): Make width computation consistent by defaulting
9556         all zero-width columns to 10 characters.  This may not be optimal,
9557         but it's at least consistent.
9558         (shr-make-table-1): Redo last change to fix the real problem in
9559         colspan handling.
9561 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
9563         * files.el (cache-long-line-scans):
9564         Make obsolete alias to `cache-long-scans'.
9566 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
9568         * frameset.el (frameset, frameset-filter-alist)
9569         (frameset-filter-params, frameset-save, frameset--reuse-frame)
9570         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
9571         (frameset-compute-pos): Rename from frameset--compute-pos,
9572         and add docstring.
9573         (frameset-move-onscreen): Use frameset-compute-pos.
9574         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
9576         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
9577         Fix typos in docstrings.
9579 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
9581         * frame.el (get-other-frame): Tiny cleanup.
9583 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
9585         * vc/vc.el (vc-default-ignore-completion-table):
9586         Silence byte-compiler warning.
9588         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
9589         slot, which can indeed be nil.
9590         (frameset-live-filter-alist, frameset-persistent-filter-alist):
9591         Move entry for `left' from persistent to live filter alist.
9592         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
9593         Doc fixes.
9594         (frameset-filter-params): When restoring a frame, copy items added to
9595         `filtered', to avoid unwittingly modifying the original parameters.
9596         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
9597         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
9599         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
9600         to use looking-at-p instead of looking-at.  (Bug#15028)
9602 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9604         Revert introduction of isearch-filter-predicates (bug#14714).
9605         Rely on add-function instead.
9606         * isearch.el (isearch-filter-predicates): Rename it back to
9607         isearch-filter-predicate.
9608         (isearch-message-prefix): Use advice-function-mapc and advice
9609         properties to get the isearch-message-prefix.
9610         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
9611         instead of run-hook-with-args-until-failure.
9612         (isearch-filter-visible): Not obsolete any more.
9613         * loadup.el: Preload nadvice.
9614         * replace.el (perform-replace): Revert to funcall
9615         instead of run-hook-with-args-until-failure.
9616         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
9617         * dired-aux.el (dired-isearch-filenames-mode): Rename from
9618         dired-isearch-filenames-toggle; make it into a proper minor mode.
9619         Use add/remove-function.
9620         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
9621         Call the minor-mode rather than add/remove-hook.
9622         (dired-isearch-filter-filenames):
9623         Remove isearch-message-prefix property.
9624         * info.el (Info--search-loop): New function, extracted from Info-search.
9625         Funcall isearch-filter-predicate instead of
9626         run-hook-with-args-until-failure isearch-filter-predicates.
9627         (Info-search): Use it.
9628         (Info-mode): Use isearch-filter-predicate instead of
9629         isearch-filter-predicates.
9631 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
9633         Do not call to `selected-window' where it is assumed by default.
9634         Affected functions are `window-minibuffer-p', `window-dedicated-p',
9635         `window-hscroll', `window-width', `window-height', `window-buffer',
9636         `window-frame', `window-start', `window-point', `next-window'
9637         and `window-display-table'.
9638         * abbrev.el (abbrev--default-expand):
9639         * bs.el (bs--show-with-configuration):
9640         * buff-menu.el (Buffer-menu-mouse-select):
9641         * calc/calc.el (calc):
9642         * calendar/calendar.el (calendar-generate-window):
9643         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
9644         (diary-make-entry):
9645         * comint.el (send-invisible, comint-dynamic-complete-filename)
9646         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
9647         * completion.el (complete):
9648         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
9649         * disp-table.el (describe-current-display-table):
9650         * doc-view.el (doc-view-insert-image):
9651         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
9652         * ehelp.el (with-electric-help):
9653         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9654         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
9655         * emacs-lisp/helper.el (Helper-help-scroller):
9656         * emulation/cua-base.el (cua--post-command-handler-1):
9657         * eshell/esh-mode.el (eshell-output-filter):
9658         * ffap.el (ffap-gnus-wrapper):
9659         * help-macro.el (make-help-screen):
9660         * hilit-chg.el (highlight-compare-buffers):
9661         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
9662         * hl-line.el (global-hl-line-highlight):
9663         * icomplete.el (icomplete-simple-completing-p):
9664         * isearch.el (isearch-done):
9665         * jit-lock.el (jit-lock-stealth-fontify):
9666         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
9667         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
9668         * mpc.el (mpc-tagbrowser, mpc):
9669         * net/rcirc.el (rcirc-any-buffer):
9670         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
9671         * play/landmark.el (landmark-max-width, landmark-max-height):
9672         * play/zone.el (zone):
9673         * progmodes/compile.el (compilation-goto-locus):
9674         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
9675         * progmodes/etags.el (find-tag-other-window):
9676         * progmodes/fortran.el (fortran-column-ruler):
9677         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
9678         * progmodes/verilog-mode.el (verilog-point-text):
9679         * reposition.el (reposition-window):
9680         * rot13.el (toggle-rot13-mode):
9681         * server.el (server-switch-buffer):
9682         * shell.el (shell-dynamic-complete-command)
9683         (shell-dynamic-complete-environment-variable):
9684         * simple.el (insert-buffer, set-selective-display)
9685         (delete-completion-window):
9686         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
9687         (speedbar-recenter):
9688         * startup.el (fancy-splash-head):
9689         * textmodes/ispell.el (ispell-command-loop):
9690         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
9691         * tutorial.el (help-with-tutorial):
9692         * vc/add-log.el (add-change-log-entry):
9693         * vc/compare-w.el (compare-windows):
9694         * vc/ediff-help.el (ediff-indent-help-message):
9695         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
9696         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
9697         (ediff-setup-control-frame):
9698         * vc/emerge.el (emerge-position-region):
9699         * vc/pcvs-util.el (cvs-bury-buffer):
9700         * window.el (walk-windows, mouse-autoselect-window-select):
9701         * winner.el (winner-set-conf, winner-undo): Related users changed.
9703 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
9705         * frameset.el (frameset--set-id): Doc fix.
9706         (frameset-frame-id, frameset-frame-id-equal-p)
9707         (frameset-locate-frame-id): New functions.
9708         (frameset--process-minibuffer-frames, frameset--reuse-frame)
9709         (frameset-restore): Use them.
9711 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
9713         Do not call to `selected-frame' where it is assumed by default.
9714         Affected functions are `raise-frame', `redraw-frame',
9715         `frame-first-window', `frame-terminal' and `delete-frame'.
9716         * calendar/appt.el (appt-disp-window):
9717         * epg.el (epg-wait-for-completion):
9718         * follow.el (follow-delete-other-windows-and-split)
9719         (follow-avoid-tail-recenter):
9720         * international/mule.el (set-terminal-coding-system):
9721         * mail/rmail.el (rmail-mail-return):
9722         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
9723         * progmodes/f90.el (f90-add-imenu-menu):
9724         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
9725         * server.el (server-switch-buffer):
9726         * simple.el (delete-completion-window):
9727         * talk.el (talk):
9728         * term/xterm.el (terminal-init-xterm-modify-other-keys)
9729         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
9730         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
9731         * vc/ediff.el (ediff-documentation): Related users changed.
9732         * frame.el (selected-terminal): Remove the leftover.
9734 2013-08-05  Glenn Morris  <rgm@gnu.org>
9736         * calendar/calendar.el (calendar-generate-month):
9737         Fix for calendar-column-width != 1 + calendar-day-digit-width.
9738         (calendar-generate-month, calendar-font-lock-keywords):
9739         Fix for calendar-day-header-width > length of any day name.
9741 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
9743         * desktop.el (desktop-clear): Use new name of sort predicate.
9745         * frameset.el (frameset): Add docstring.  Move :version property to its
9746         own `version' slot.
9747         (frameset-copy): Rename from copy-frameset.
9748         (frameset-p): Check more thoroughly.
9749         (frameset-prop): Do not check for :version, which is no longer a prop.
9750         (frameset-live-filter-alist, frameset-persistent-filter-alist):
9751         Use new :never value instead of t.
9752         (frameset-filter-alist): Expand and clarify docstring.
9753         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
9754         (frameset-filter-minibuffer, frameset-filter-save-param)
9755         (frameset-filter-restore-param, frameset-filter-iconified):
9756         Add pointer to docstring of frameset-filter-alist.
9757         (frameset-filter-params): Rename filter values to be more meaningful:
9758         :never instead of t, and reverse the meanings of :save and :restore.
9759         (frameset--process-minibuffer-frames): Clarify error message.
9760         (frameset-save): Avoid unnecessary and confusing call to framep.
9761         Use new BOA constructor for framesets.
9762         (frameset--reuse-list): Doc fix.
9763         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
9764         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
9765         (frameset-minibufferless-first-p): Doc fix.
9766         Rename from frameset-sort-frames-for-deletion.
9767         (frameset-restore): Doc fixes.  Use new function names.
9768         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
9770 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
9772         * desktop.el (desktop-restore-forces-onscreen)
9773         (desktop-restore-reuses-frames): Document :keyword constant values.
9774         (desktop-filter-parameters-alist): Remove, now identical to
9775         frameset-filter-alist.
9776         (desktop--filter-tty*): Remove, moved to frameset.el.
9777         (desktop-save-frameset, desktop-restore-frameset):
9778         Do not pass :filters argument.
9780         * frameset.el (frameset-live-filter-alist)
9781         (frameset-persistent-filter-alist): New variables.
9782         (frameset-filter-alist): Use them.  Add autoload cookie.
9783         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
9784         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
9785         `frameset--id' (it's supposed to be internal to frameset.el).
9786         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
9787         (frameset--initial-params): New function.
9788         (frameset--get-frame): Use it.  Doc fix.
9789         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
9790         Accept :all, not 'all.
9791         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
9792         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
9793         with fbound symbols.  Fix frame id matching, and remove matching ids if
9794         the frame being restored is deleted.  Obey :delete.
9796 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9798         * subr.el (macrop): New function.
9799         (text-clone--maintaining): New var.
9800         (text-clone--maintain): Rename from text-clone-maintain.  Use it
9801         instead of inhibit-modification-hooks.
9803         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
9804         a proxy, so as handle autoloads and redefinitions of the target.
9805         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
9807         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
9808         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
9809         (pcase--mutually-exclusive-p): New function.
9810         (pcase--split-consp): Use it.
9811         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
9812         mutually exclusive with the current predicate.
9814         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
9815         (edebug-macrop): Remove.  Use `macrop' instead.
9816         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
9817         (ad-macro-p):
9818         * eshell/esh-cmd.el (eshell-macrop):
9819         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
9821 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9823         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
9824         (advice-mapc): New function, using it.
9825         (advice-function-member-p): New function.
9826         (advice--normalize): Store the cdr in advice--saved-rewrite since
9827         that's the part that will be changed.
9828         (advice--symbol-function): New function.
9829         (advice-remove): Handle removal before the function is defined.
9830         Adjust to new advice--saved-rewrite.
9831         (advice-member-p): Use advice-function-member-p and
9832         advice--symbol-function.
9834 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
9836         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
9837         (frameset-filter-minibuffer): Doc fix.
9838         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
9839         (frameset--set-id, frameset--process-minibuffer-frames)
9840         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
9841         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
9843         * desktop.el (desktop-clear): Only delete frames when called
9844         interactively and desktop-restore-frames is non-nil.  Doc fix.
9845         (desktop-read): Set desktop-saved-frameset to nil.
9847 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
9849         * vc/vc.el (vc-ignore): Rewrite.
9850         (vc-default-ignore-completion-table, vc--read-lines)
9851         (vc--add-line, vc--remove-regexp): New functions.
9853         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
9854         (vc-svn-ignore-completion-table): New function.
9856         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
9857         (vc-hg-ignore-completion-table)
9858         (vc-hg-find-ignore-file): New functions.
9860         * vc/vc-git.el (vc-git-ignore): Rewrite.
9861         (vc-git-ignore-completion-table)
9862         (vc-git-find-ignore-file): New functions.
9864         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
9866         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
9867         (vc-bzr-ignore-completion-table)
9868         (vc-bzr-find-ignore-file): New functions.
9870 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
9872         * frameset.el (frameset-prop): New function and setter.
9873         (frameset-save): Do not modify frame list passed by the caller.
9875 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9877         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
9879 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9881         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
9882         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
9884         * custom.el (custom-initialize-default, custom-initialize-set)
9885         (custom-initialize-reset, custom-initialize-changed): Affect the
9886         toplevel-default-value (bug#6275, bug#14586).
9887         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
9888         for bug#6275.
9890 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
9892         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9893         Add cl-def* expressions.
9895         * frameset.el (frameset-filter-params): Fix order of arguments.
9897 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
9899         Move code related to saving frames to frameset.el.
9900         * desktop.el: Require frameset.
9901         (desktop-restore-frames): Doc fix.
9902         (desktop-restore-reuses-frames): Rename from
9903         desktop-restoring-reuses-frames.
9904         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
9905         (desktop-clear): Clear frames too.
9906         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
9907         (desktop--filter-tty*, desktop-save, desktop-read):
9908         Use frameset functions.
9909         (desktop-before-saving-frames-functions, desktop--filter-*-color)
9910         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
9911         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
9912         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
9913         (desktop--process-minibuffer-frames, desktop-save-frames)
9914         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
9915         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
9916         (desktop--sort-states, desktop-restoring-frames-p)
9917         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
9918         (desktop-restoring-frameset-p, desktop-restore-frameset)
9919         (desktop--check-dont-save, desktop-save-frameset): New functions.
9920         (desktop--app-id): New constant.
9921         (desktop-first-buffer, desktop-buffer-ok-count)
9922         (desktop-buffer-fail-count): Move before first use.
9923         * frameset.el: New file.
9925 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9927         * files.el: Use lexical-binding.
9928         (dir-locals-read-from-file): Remove unused `err' variable.
9929         (hack-dir-local-variables--warned-coding): New var.
9930         (hack-dir-local-variables): Use it to avoid repeated warnings.
9931         (make-backup-file-name--default-function): New function.
9932         (make-backup-file-name-function): Use it as default.
9933         (buffer-stale--default-function): New function.
9934         (buffer-stale-function): Use it as default.
9935         (revert-buffer-insert-file-contents--default-function): New function.
9936         (revert-buffer-insert-file-contents-function): Use it as default.
9937         (insert-directory): Avoid add-to-list.
9939         * autorevert.el (auto-revert-handler): Simplify.
9940         Use buffer-stale--default-function.
9942 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
9944         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
9946         * whitespace.el (whitespace-ensure-local-variables): New function.
9947         (whitespace-cleanup-region): Call it.
9948         (whitespace-turn-on): Call it.
9950 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
9952         Complete file name handlers.
9954         * net/tramp.el (tramp-handle-set-visited-file-modtime)
9955         (tramp-handle-verify-visited-file-modtime)
9956         (tramp-handle-file-notify-rm-watch): New functions.
9957         (tramp-call-process): Do not bind `default-directory'.
9959         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9960         Order alphabetically.
9961         <access-file, add-name-to-file, dired-call-process>:
9962         <dired-compress-file, file-acl, file-notify-rm-watch>:
9963         <file-ownership-preserved-p, file-selinux-context>:
9964         <make-directory-internal, make-symbolic-link, set-file-acl>:
9965         <set-file-selinux-context, set-visited-file-modtime>:
9966         <verify-visited-file-modtime>: Add handler.
9967         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
9969         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
9970         <file-notify-add-watch, file-notify-rm-watch>:
9971         <set-file-times, set-visited-file-modtime>:
9972         <verify-visited-file-modtime>: Add handler.
9973         (with-tramp-gvfs-error-message)
9974         (tramp-gvfs-handle-set-visited-file-modtime)
9975         (tramp-gvfs-fuse-file-name): Remove.
9976         (tramp-gvfs-handle-file-notify-add-watch)
9977         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
9978         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
9980         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9981         Order alphabetically.
9982         <file-notify-rm-watch>: Use default Tramp handler.
9983         <executable-find>: Remove private handler.
9984         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
9985         `default-directory'.
9986         (tramp-sh-handle-executable-find)
9987         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
9988         (tramp-sh-file-gvfs-monitor-dir-process-filter)
9989         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
9990         Do not use `format' in `tramp-message'.
9992         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
9993         <file-notify-rm-watch, set-visited-file-modtime>:
9994         <verify-visited-file-modtime>: Add handler.
9995         (tramp-smb-call-winexe): Do not bind `default-directory'.
9997 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
9999         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
10001 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
10003         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
10004         use it.
10005         (log-view-diff-changeset): Same.
10006         (log-view-diff-common): Call backend command `previous-revision'
10007         to find out the previous revision, in both cases.  Swap the
10008         variables `to' and `fr', so that `fr' usually refers to the
10009         earlier revision (Bug#14989).
10011 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
10013         * ibuf-ext.el (ibuffer-filter-by-filename):
10014         Make it work with dired buffers too.
10016 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
10018         * emacs-lisp/re-builder.el (reb-color-display-p):
10019         * files.el (save-buffers-kill-terminal):
10020         * net/browse-url.el (browse-url):
10021         * server.el (server-save-buffers-kill-terminal):
10022         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
10023         Prefer nil to selected-frame for the first arg of frame-parameter.
10025 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
10027         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
10029 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
10031         * minibuffer.el (completion--twq-all): Try and preserve each
10032         completion's case choice (bug#14907).
10034 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10036         * net/network-stream.el (open-network-stream): Mention the new
10037         :nogreeting parameter.
10038         (network-stream-open-starttls): Use the :nogreeting parameter
10039         (bug#14938).
10041         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
10043         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
10044         more natural than popping.
10046         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
10047         (shr-urlify): Highlight under mouse.
10049 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
10051         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
10053         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
10055         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
10056         buffer for output.
10058         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
10059         point-min==1.  Fix search string.  Fix parentheses missing.
10061         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
10062         assume point-min==1.  Fix search string.  Fix parentheses missing.
10064         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
10066         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
10067         buffer for output.
10069 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
10071         * frame.el (frame-notice-user-settings): Avoid inflooping when the
10072         initial frame is minibuffer-less.  (Bug#14841)
10074 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
10076         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
10077         option.
10079         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
10080         (tramp-maybe-open-connection): Use it.
10082 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
10084         * desktop.el (desktop--make-frame): Include `minibuffer' in the
10085         minimal set of parameters passed when creating a frame, because
10086         the minibuffer status of a frame cannot be changed later.
10088 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
10090         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
10091         replace-regexp-in-string and inadvertent omissions in previous change.
10092         (todo-filter-items): Ensure only file names are comma-separated in
10093         name of filtered items buffer.
10095 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
10097         * desktop.el: Optionally force offscreen frames back onscreen.
10098         (desktop-restoring-reuses-frames): New option.
10099         (desktop--compute-pos, desktop--move-onscreen): New functions.
10100         (desktop--make-frame): Use desktop--move-onscreen.
10102 2013-07-27  Alan Mackenzie  <acm@muc.de>
10104         Fontify a Java generic method as a function.
10105         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
10106         value to t.
10108 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
10110         * calendar/todo-mode.el: Add command to rename todo files.
10111         (todo-rename-file): New command.
10112         (todo-key-bindings-t): Add key binding for it.  Change the
10113         bindings of todo-filter-regexp-items(-multifile) to use `x'
10114         instead of `r', since the latter is better suited to the new
10115         renaming command.
10117 2013-07-27  Alan Mackenzie  <acm@muc.de>
10119         Make Java try-with-resources statement parse properly.
10120         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
10121         (c-block-stmt-1-2-key): New language constants/variables.
10122         * progmodes/cc-engine.el (c-beginning-of-statement-1)
10123         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
10124         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
10125         with c-block-stmt-1-2-key.
10127 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
10129         * desktop.el (desktop--make-frame): Apply most frame parameters after
10130         creating the frame to force (partially or totally) offscreen frames to
10131         be restored as such.
10133 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
10135         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
10136         (Bug#14948)
10138 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10140         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
10141         `base' arg of backtrace-frame.
10143 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
10145         * simple.el (list-processes): Doc fix.
10147 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
10149         * desktop.el (desktop--select-frame):
10150         Try harder to reuse existing frames.
10152 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10154         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
10155         (edebug-eval): Use backtrace-eval.
10156         (edebug--display, edebug--recursive-edit): Don't let-bind the
10157         edebug-outer-* vars that keep track of variables we locally let-bind.
10158         (edebug-outside-excursion): Don't restore outside values of locally
10159         let-bound vars.
10160         (edebug--display): Use user-error.
10161         (cl-lexical-debug, cl-debug-env): Remove.
10163 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
10165         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
10166         are restored to be sure that they are visible before deleting any
10167         remaining ones.
10169 2013-07-26  Matthias Meulien  <orontee@gmail.com>
10171         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
10172         vc-print-root-log.  (Bug#14948)
10174 2013-07-26  Richard Stallman  <rms@gnu.org>
10176         Add aliases for encrypting mail.
10177         * epa.el (epa-mail-aliases): New option.
10178         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
10179         Bind inhibit-read-only so read-only text doesn't ruin everything.
10180         (epa-mail-default-recipients): New subroutine broken out.
10181         Handle epa-mail-aliases.
10183 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10185         Add support for lexical variables to the debugger's `e' command.
10186         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
10187         vars, except for debugger-outer-match-data.
10188         (debugger-frame-number): Move check for "on a function call" from
10189         callers into it.  Add `skip-base' argument.
10190         (debugger-frame, debugger-frame-clear): Simplify accordingly.
10191         (debugger-env-macro): Only reset the state stored in non-variables,
10192         i.e. current-buffer and match-data.
10193         (debugger-eval-expression): Rewrite using backtrace-eval.
10194         * subr.el (internal--called-interactively-p--get-frame): Remove.
10195         (called-interactively-p):
10196         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
10197         `base' arg of backtrace-frame instead.
10199 2013-07-26  Glenn Morris  <rgm@gnu.org>
10201         * align.el (align-regexp): Doc fix.  (Bug#14857)
10202         (align-region): Explicit error if subexpression missing/does not match.
10204         * simple.el (global-visual-line-mode):
10205         Do not duplicate the mode lighter.  (Bug#14858)
10207 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
10209         * window.el (display-buffer): In display-buffer bind
10210         split-window-keep-point to t, bug#14829.
10212 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
10214         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
10215         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
10216         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
10217         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
10218         Change accordingly.
10219         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
10220         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
10222 2013-07-25  Glenn Morris  <rgm@gnu.org>
10224         * dired-x.el (dired-mark-extension): Convert comment to doc string.
10226 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
10228         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
10229         parameter to modify-frame-parameters if the value has not changed;
10230         this is a workaround for bug#14949.
10231         (desktop--make-frame): On cl-delete-if call, check parameter name,
10232         not full parameter.
10234 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
10236         * vc/vc.el (vc-ignore): New function.
10238         * vc/vc-svn.el (vc-svn-ignore): New function.
10240         * vc/vc-hg.el (vc-hg-ignore): New function.
10242         * vc/vc-git.el (vc-git-ignore): New function.
10244         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
10245         (vc-dir-ignore): New function.
10247         * vc/vc-cvs.el (vc-cvs-ignore): New function.
10248         (cvs-append-to-ignore): Move here from pcvs.el.
10250         * vc/vc-bzr.el (vc-bzr-ignore): New function.
10252         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
10254 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
10256         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
10257         (desktop-restore-frames): Warn when deleting an existing frame failed.
10259 2013-07-24  Glenn Morris  <rgm@gnu.org>
10261         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
10263 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
10265         * filenotify.el (file-notify-supported-p):
10266         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
10267         Remove functions.
10269         * autorevert.el (auto-revert-use-notify)
10270         (auto-revert-notify-add-watch):
10271         * net/tramp.el (tramp-file-name-for-operation):
10272         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10273         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10274         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
10275         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10276         Remove `file-notify-supported-p' entry.
10278 2013-07-24  Glenn Morris  <rgm@gnu.org>
10280         * printing.el: Replace all uses of deleted ps-windows-system,
10281         ps-lp-system, ps-flatten-list with lpr- versions.
10283 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10285         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
10286         checked with memq (bug#14935).
10288         * files.el (revert-buffer-function): Use a non-nil default.
10289         (revert-buffer-preserve-modes): Declare var to
10290         provide access to the `preserve-modes' argument.
10291         (revert-buffer): Let-bind it.
10292         (revert-buffer--default): New function, extracted from revert-buffer.
10294 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10296         * lpr.el: Signal print errors more prominently.
10297         (print-region-function): Don't default to nil.
10298         (lpr-print-region): New function, extracted from print-region-1.
10299         Check lpr's return value and signal an error in case of problem.
10300         (print-region-1): Use it.
10301         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
10302         versions instead.
10303         (ps-printer-name): Default to nil.
10304         (ps-printer-name-option): Default to lpr-printer-switch.
10305         (ps-print-region-function): Don't default to nil.
10306         (ps-postscript-code-directory): Simplify default.
10307         (ps-do-despool): Use lpr-print-region to properly check the outcome.
10308         (ps-string-list, ps-eval-switch, ps-flatten-list)
10309         (ps-flatten-list-1): Remove.
10310         (ps-multibyte-buffer): Avoid setq.
10311         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
10312         (print-region-function, ps-print-region-function): Don't set them here.
10314 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
10316         * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
10317         (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
10318         (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
10319         (ido-decorations): Doc fix.
10321         * ansi-color.el: Fix old URL.
10323 2013-07-23  Michael R. Mauger  <michael@mauger.com>
10325         * progmodes/sql.el: Version 3.3
10326         (sql-product-alist): Improve oracle :prompt-cont-regexp.
10327         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
10328         (sql-interactive-remove-continuation-prompt): Rewrite, use
10329         functions above.  Fix continuation prompt and complete output line
10330         handling.
10331         (sql-redirect-one, sql-execute): Use `read-only-mode' on
10332         redirected output buffer.
10333         (sql-mode): Restore deleted code (Bug#13591).
10335 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
10337         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
10339 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
10341         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
10343         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10344         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10345         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
10347 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
10349         * desktop.el (desktop-clear): Simplify; remove useless checks
10350         against invalid buffer names.
10351         (desktop-list*): Use cl-list*.
10352         (desktop-buffer-info, desktop-create-buffer): Simplify.
10354 2013-07-23  Leo Liu  <sdl.web@gmail.com>
10356         * bookmark.el (bookmark-make-record): Restore NAME as a default
10357         value.  (Bug#14933)
10359 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10361         * emacs-lisp/autoload.el (autoload--setup-output): New function,
10362         extracted from autoload--insert-text.
10363         (autoload--insert-text): Remove.
10364         (autoload--print-cookie-text): New function, extracted from
10365         autoload--insert-cookie-text.
10366         (autoload--insert-cookie-text): Remove.
10367         (autoload-generate-file-autoloads): Adjust calls accordingly.
10369         * winner.el (winner-hook-installed-p): Remove.
10370         (winner-mode): Simplify accordingly.
10372         * subr.el (add-to-list): Fix compiler-macro when `append' is
10373         not constant.  Don't use `cl-member' for the base case.
10375         * progmodes/subword.el: Fix boundary case (bug#13758).
10376         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
10377         own group.
10378         (subword-backward-regexp): Make it a constant.
10379         (subword-forward-internal): Don't treat a trailing capital as the
10380         beginning of a word.
10382 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
10384         * emacs-lisp/package.el (package-menu-mode): Don't modify the
10385         global value of tabulated-list-revert-hook (bug#14930).
10387 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
10389         * desktop.el: Require 'cl-lib.
10390         (desktop-before-saving-frames-functions): New hook.
10391         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
10392         for frames being saved.  Rename from desktop--save-minibuffer-frames.
10393         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
10394         Do not save frames with non-nil `desktop-dont-save' parameter.
10395         Filter out deleted frames.
10396         (desktop--find-frame): Use cl-find-if.
10397         (desktop--select-frame): Use cl-(first|second|third) to access values
10398         of desktop-mini.
10399         (desktop--make-frame): Use cl-delete-if.
10400         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
10401         (desktop-restore-frames): Use cl-(first|second|third) to access values
10402         of desktop-mini.  Look for visible frame at the end, not while
10403         restoring frames.
10405         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
10406         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
10407         Use string-match-p, looking-at-p (bug#14927).
10409 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
10411         * desktop.el (desktop-saved-frame-states):
10412         Rename from desktop--saved-states; all users changed.
10413         (desktop-save-frames): Rename from desktop--save-frames.
10414         Do not save state to desktop file.
10415         (desktop-save): Save desktop-saved-frame-states to desktop file
10416         and reset to nil.
10417         (desktop-restoring-frames-p): New function.
10418         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
10419         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
10420         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
10422         * desktop.el: Correctly restore iconified frames.
10423         (desktop--filter-iconified-position): New function.
10424         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
10426 2013-07-20  Glenn Morris  <rgm@gnu.org>
10428         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
10429         Let `message' do the formatting.
10430         (def-gdb-preempt-display-buffer): Add explicit format.
10432         * image-dired.el (image-dired-track-original-file):
10433         Use with-current-buffer.
10434         (image-dired-track-thumbnail): Use with-current-buffer.
10435         Avoid changing point of wrong window.
10437         * image-dired.el (image-dired-track-original-file):
10438         Avoid changing point of wrong window.  (Bug#14909)
10440 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
10442         * progmodes/gdb-mi.el (gdb-done-or-error):
10443         Guard against "%" in gdb output.  (Bug#14127)
10445 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
10447         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
10448         (Bug#14826)
10450         * international/mule.el (coding-system-iso-2022-flags): Fix last
10451         change.
10453 2013-07-20  Kenichi Handa  <handa@gnu.org>
10455         * international/mule.el (coding-system-iso-2022-flags):
10456         Add `8-bit-level-4'.  (Bug#8522)
10458 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10460         * net/shr.el (shr-mouse-browse-url): New command and keystroke
10461         (bug#14815).
10463         * net/eww.el (eww-process-text-input): Allow inputting when the
10464         point is at the start of the line, as the properties aren't
10465         front-sticky.
10467         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
10468         degenerate widths.
10470 2013-07-19  Richard Stallman  <rms@gnu.org>
10472         * epa.el (epa-popup-info-window): Doc fix.
10474         * subr.el (split-string): New arg TRIM.
10476 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
10478         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
10479         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
10481 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
10483         * filenotify.el (file-notify--library): Rename from
10484         `file-notify-support'.  Do not autoload.  Adapt all uses.
10485         (file-notify-supported-p): New defun.
10487         * autorevert.el (auto-revert-use-notify):
10488         Use `file-notify-supported-p' instead of `file-notify-support'.
10489         Adapt docstring.
10490         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
10492         * net/tramp.el (tramp-file-name-for-operation):
10493         Add `file-notify-supported-p'.
10495         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
10496         New defun.
10497         (tramp-sh-file-name-handler-alist): Add it as handler for
10498         `file-notify-supported-p '.
10500         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10501         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10502         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10503         Add `ignore' as handler for `file-notify-*' functions.
10505 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
10507         * simple.el (line-move-partial, line-move): Don't start vscroll or
10508         scroll-up if the current line is not taller than the window.
10509         (Bug#14881)
10511 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
10513         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
10514         highlight question marks in the method names as strings.
10515         (ruby-block-beg-keywords): Inline.
10516         (ruby-font-lock-keyword-beg-re): Extract from
10517         `ruby-font-lock-keywords'.
10519 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
10521         * frame.el (blink-cursor-blinks): New defcustom.
10522         (blink-cursor-blinks-done): New defvar.
10523         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
10524         (blink-cursor-timer-function): Check if number of blinks has been
10525         done on X and NS.
10526         (blink-cursor-suspend, blink-cursor-check): New defuns.
10528 2013-07-15  Glenn Morris  <rgm@gnu.org>
10530         * edmacro.el (edmacro-format-keys): Fix previous change.
10532 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
10534         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
10535         The hack didn't work outside English locales anyway.
10537 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
10539         * simple.el (define-alternatives): Rename from alternatives-define,
10540         per RMS' suggestion.
10542 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
10544         * desktop.el (desktop-restore-frames): Change default to t.
10545         (desktop-restore-in-current-display): Now offer more options.
10546         (desktop-restoring-reuses-frames): New customization option.
10547         (desktop--saved-states): Doc fix.
10548         (desktop-filter-parameters-alist): New variable, renamed and expanded
10549         from desktop--excluded-frame-parameters.
10550         (desktop--target-display): New variable.
10551         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
10552         (desktop--filter-tty*, desktop--filter-*-color)
10553         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
10554         (desktop--filter-save-desktop-parm)
10555         (desktop-restore-in-original-display-p): New functions.
10556         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
10557         (desktop--save-minibuffer-frames): New function, inspired by a similar
10558         function from Martin Rudalics.
10559         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
10560         (desktop--restore-in-this-display-p): Remove.
10561         (desktop--find-frame): Rename from desktop--find-frame-in-display
10562         and add predicate argument.
10563         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
10564         (desktop--reuse-list): New variable.
10565         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
10566         New functions.
10567         (desktop--restore-frames): Add support for "minibuffer-special" frames.
10569 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
10571         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
10573 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
10575         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
10576         Highlight conversion methods on Kernel.
10578 2013-07-13  Alan Mackenzie  <acm@muc.de>
10580         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
10581         and comment it out.  This out-commenting enables certain C++
10582         declarations to be parsed correctly.
10584 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
10586         * international/mule.el (define-coding-system): Doc fix.
10588         * simple.el (default-font-height): Don't call font-info if the
10589         frame's default font didn't change since the frame was created.
10590         (Bug#14838)
10592 2013-07-13  Leo Liu  <sdl.web@gmail.com>
10594         * ido.el (ido-read-file-name): Guard against non-symbol value.
10596 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
10598         * progmodes/python.el (python-imenu--build-tree): Fix corner case
10599         in nested defuns.
10601 2013-07-13  Leo Liu  <sdl.web@gmail.com>
10603         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
10604         ido-set-matches call.  (Bug#6852)
10606 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
10608         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
10609         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
10610         Ruby 2.0.
10611         (ruby-font-lock-keywords): Distinguish calls to functions with
10612         module-like names from module references.  Highlight character
10613         literals.
10615 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
10617         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
10618         (gdb-send): Handle continued commands.  (Bug#14847)
10620 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
10622         * desktop.el (desktop--v2s): Remove unused local variable.
10623         (desktop-save-buffer): Make defvar-local; adjust docstring.
10624         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
10625         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
10627 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
10629         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
10631 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
10633         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
10634         (Bug#14842)
10636 2013-07-12  Glenn Morris  <rgm@gnu.org>
10638         * doc-view.el: Require cl-lib at runtime too.
10639         (doc-view-remove-if): Remove.
10640         (doc-view-search-next-match, doc-view-search-previous-match):
10641         Use cl-remove-if.
10643         * edmacro.el: Require cl-lib at runtime too.
10644         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
10645         (edmacro-mismatch, edmacro-subseq): Remove.
10647         * shadowfile.el: Require cl-lib.
10648         (shadow-remove-if): Remove.
10649         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
10650         Use cl-remove-if.
10652         * wid-edit.el: Require cl-lib.
10653         (widget-choose): Use cl-remove-if.
10654         (widget-remove-if): Remove.
10656         * progmodes/ebrowse.el: Require cl-lib at runtime too.
10657         (ebrowse-delete-if-not): Remove.
10658         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
10659         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
10660         Use cl-delete-if-not.
10662 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
10664         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
10665         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
10667 2013-07-12  Leo Liu  <sdl.web@gmail.com>
10669         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
10671 2013-07-11  Glenn Morris  <rgm@gnu.org>
10673         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
10674         (edebug-gensym-index, edebug-gensym):
10675         Remove reimplementation of cl-gensym.
10676         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
10678         * thumbs.el: Require cl-lib at run-time too.
10679         (thumbs-gensym-counter, thumbs-gensym):
10680         Remove reimplementation of cl-gensym.
10681         (thumbs-temp-file): Use cl-gensym.
10683         * emacs-lisp/ert.el: Require cl-lib at runtime too.
10684         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
10685         (ert--intersection, ert--set-difference, ert--set-difference-eq)
10686         (ert--union, ert--gensym-counter, ert--gensym-counter)
10687         (ert--coerce-to-vector, ert--remove*, ert--string-position)
10688         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
10689         (ert-make-test-unbound, ert--expand-should-1)
10690         (ert--expand-should, ert--should-error-handle-error)
10691         (should-error, ert--explain-equal-rec)
10692         (ert--plist-difference-explanation, ert-select-tests)
10693         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
10694         Use cl-lib functions rather than reimplementations.
10696 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
10698         * net/tramp.el (tramp-methods): Extend docstring.
10699         (tramp-connection-timeout): New defcustom.
10700         (tramp-error-with-buffer): Reset timestamp only when appropriate.
10701         (with-tramp-progress-reporter): Simplify.
10702         (tramp-process-actions): Improve messages.
10704         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10705         * net/tramp-sh.el (tramp-maybe-open-connection):
10706         Use `tramp-connection-timeout'.
10707         (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
10708         (Bug#14808)
10710 2013-07-11  Leo Liu  <sdl.web@gmail.com>
10712         * ido.el (ido-read-file-name): Conform to the requirements of
10713         read-file-name.  (Bug#11861)
10714         (ido-read-directory-name): Conform to the requirements of
10715         read-directory-name.
10717 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
10719         * subr.el (delay-warning): New function.
10721 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
10723         * simple.el (default-line-height): New function.
10724         (line-move-partial, line-move): Use it instead of computing the
10725         line height inline.
10726         (line-move-partial): Always compute ROWH.  If the last line is
10727         partially-visible, but its text is completely visible, allow
10728         cursor to enter such a partially-visible line.
10730 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
10732         Improve error messages.  (Bug#14808)
10734         * net/tramp.el (tramp-current-connection): New defvar, moved from
10735         tramp-sh.el.
10736         (tramp-message-show-progress-reporter-message): Remove, not
10737         needed anymore.
10738         (tramp-error-with-buffer): Show message in minibuffer.
10739         Discard input before waiting.  Reset connection timestamp.
10740         (with-tramp-progress-reporter): Improve messages.
10741         (tramp-process-actions): Use progress reporter.  Delete process in
10742         case of error.  Improve messages.
10744         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
10745         Call `tramp-error-with-buffer' with vector and buffer.
10746         (tramp-current-connection): Remove.
10747         (tramp-maybe-open-connection): The car of
10748         `tramp-current-connection' are the first 3 slots of the vector.
10750 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
10752         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
10753         inside continued strings.
10755 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
10757         Timestamp fixes for undo (Bug#14824).
10758         * files.el (clear-visited-file-modtime): Move here from fileio.c.
10760 2013-07-10  Leo Liu  <sdl.web@gmail.com>
10762         * files.el (require-final-newline): Allow safe local value.
10763         (Bug#14834)
10765 2013-07-09  Leo Liu  <sdl.web@gmail.com>
10767         * ido.el (ido-read-directory-name): Handle fallback.
10768         (ido-read-file-name): Update DIR to ido-current-directory.
10769         (Bug#1516)
10770         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
10772 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
10774         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
10775         "autoload".  Remove "warn lower camel case" section, previously
10776         commented out.  Highlight negation char.  Do not highlight the
10777         target in singleton method definitions.
10779 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10781         * faces.el (tty-setup-hook): Declare the hook.
10783         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
10784         and detect when a guard/pred depends on local vars (bug#14773).
10785         (pcase--u1): Adjust caller.
10787 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
10789         * simple.el (line-move-partial, line-move): Account for
10790         line-spacing.
10791         (line-move-partial): Avoid setting vscroll when the last
10792         partially-visible line in window is of default height.
10794 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10796         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
10797         been used a while.
10799 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
10801         * subr.el (read-quoted-char): Remove unused local variable `char'.
10803 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
10805         * vc/ediff.el (ediff-version): Version update.
10806         (ediff-files-command, ediff3-files-command, ediff-merge-command)
10807         (ediff-merge-with-ancestor-command, ediff-directories-command)
10808         (ediff-directories3-command, ediff-merge-directories-command)
10809         (ediff-merge-directories-with-ancestor-command): New functions.
10810         All are command-line interfaces to ediff: to facilitate calling
10811         Emacs with the appropriate ediff functions invoked.
10813         * emulation/viper-cmd.el (viper-del-forward-char-in-insert):
10814         New function.
10815         (viper-save-kill-buffer): Check if buffer is modified.
10817         * emulation/viper.el (viper-version): Version update.
10818         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
10820 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10822         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
10823         * emulation/viper-cmd.el (viper-envelop-ESC-key): Remove function.
10824         (viper-intercept-ESC-key): Simplify.
10825         * emulation/viper-keym.el (viper-ESC-key): Make it a constant,
10826         don't use kbd.
10827         * emulation/viper.el (viper--tty-ESC-filter, viper--lookup-key)
10828         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
10829         (viper-setup-ESC-to-escape): New functions.
10830         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
10831         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
10833 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
10835         * simple.el (default-font-height, window-screen-lines):
10836         New functions.
10837         (line-move, line-move-partial): Use them instead of
10838         frame-char-height and window-text-height.  This makes scrolling
10839         text smoother when the buffer's default face uses a font that is
10840         different from the frame's default font.
10842 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
10844         * files.el (write-file): Do not display confirm dialog for NS,
10845         it does its own dialog, which can't be canceled (Bug#14578).
10847 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
10849         * simple.el (line-move-partial): Adjust the row returned by
10850         posn-at-point for the current window-vscroll.  (Bug#14567)
10852 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
10854         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
10855         (tramp-sh-file-inotifywait-process-filter): Handle file names with
10856         spaces.
10858 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
10860         * window.el (window-state-put-stale-windows): New variable.
10861         (window--state-put-2): Save list of windows without matching buffer.
10862         (window-state-put): Remove "bufferless" windows if possible.
10864 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
10866         * simple.el (alternatives-define): Remove leftover :group keyword.
10867         Tweak docstring.
10869 2013-07-06  Leo Liu  <sdl.web@gmail.com>
10871         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
10872         (ido-enable-virtual-buffers): New variable.
10873         (ido-buffer-internal, ido-toggle-virtual-buffers)
10874         (ido-make-buffer-list): Use it.
10875         (ido-exhibit): Support turning on and off virtual buffers
10876         automatically.
10878 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
10880         * simple.el (alternatives-define): New macro.
10882 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10884         * subr.el (read-quoted-char): Use read-key.
10885         (sit-for): Let read-event decode tty input (bug#14782).
10887 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
10889         * calendar/todo-mode.el: Add handling of file deletion, both by
10890         mode command and externally.  Fix various related bugs.
10891         Clarify Commentary and improve some documentation strings and code.
10892         (todo-delete-file): New command.
10893         (todo-check-file): New function.
10894         (todo-show): Handle external deletion of the file we're trying to
10895         show (bug#14688).  Replace called-interactively-p by an optional
10896         prefix argument to avoid problematic interaction with catch form
10897         when byte compiled (bug#14702).
10898         (todo-quit): Handle external deletion of the archive's todo file.
10899         Make sure the buffer that was visiting the archive file is still
10900         live before trying to bury it.
10901         (todo-category-completions): Handle external deletion of any
10902         category completion files.
10903         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
10904         of todo files, in case of external deletion.
10905         (todo-add-file): Replace unnecessary setq by let-binding.
10906         (todo-find-archive): Check whether there are any archives.
10907         Replace unnecessary setq by let-binding.
10908         (todo-archive-done-item): Use find-file-noselect to get the
10909         archive buffer whether or not the archive already exists.
10910         Remove superfluous code.  Use file size instead of buffer-file-name to
10911         check if the archive is new; if it is, update list of archives.
10912         (todo-default-todo-file): Allow nil to be a valid value for when
10913         there are no todo files.
10914         (todo-reevaluate-default-file-defcustom): Use corrected definition
10915         of todo-default-todo-file.
10916         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
10917         (todo-delete-category, todo-show-categories-table)
10918         (todo-category-number): Clarify comment.
10919         (todo-filter-items): Clarify documentation string.
10920         (todo-show-current-file, todo-display-as-todo-file)
10921         (todo-reset-and-enable-done-separator): Tweak documentation string.
10922         (todo-done-separator): Make separator length window-width, since
10923         bug#2749 is now fixed.
10925 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
10927         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
10928         Support both "gvfs-monitor-dir" and "inotifywait".
10929         (tramp-sh-file-inotifywait-process-filter): Rename from
10930         `tramp-sh-file-notify-process-filter'.
10931         (tramp-sh-file-gvfs-monitor-dir-process-filter)
10932         (tramp-get-remote-gvfs-monitor-dir): New defuns.
10934 2013-07-05  Leo Liu  <sdl.web@gmail.com>
10936         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
10938 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10940         * frame.el (display-pixel-height, display-pixel-width)
10941         (display-mm-height, display-mm-width): Mention behavior on
10942         multi-monitor setups in docstrings.
10943         (w32-display-monitor-attributes-list): Declare function.
10944         (display-monitor-attributes-list): Use it.
10946 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
10948         * filenotify.el: New package.
10950         * autorevert.el (top): Require filenotify.el.
10951         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
10952         instead.
10953         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
10954         (auto-revert-notify-handler): Use `file-notify-*' functions.
10956         * subr.el (file-notify-handle-event): Move function to filenotify.el.
10958         * net/tramp.el (tramp-file-name-for-operation):
10959         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
10961         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
10962         for `file-notify-add-watch' and `file-notify-rm-watch'.
10963         (tramp-process-sentinel): Improve trace.
10964         (tramp-sh-handle-file-notify-add-watch)
10965         (tramp-sh-file-notify-process-filter)
10966         (tramp-sh-handle-file-notify-rm-watch)
10967         (tramp-get-remote-inotifywait): New defuns.
10969 2013-07-03  Juri Linkov  <juri@jurta.org>
10971         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
10972         call of `occur-read-primary-args' to interactive spec.
10974         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
10975         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
10977 2013-07-03  Matthias Meulien  <orontee@gmail.com>
10979         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
10980         `Buffer-menu-multi-occur'.  Add it to the menu.
10981         (Buffer-menu-mode): Document it in docstring.
10982         (Buffer-menu-multi-occur): New command.  (Bug#14673)
10984 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
10986         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
10987         keywords and built-ins.
10989 2013-07-03  Glenn Morris  <rgm@gnu.org>
10991         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
10993         Make info-xref checks case-sensitive by default
10994         * info.el (Info-find-node, Info-find-in-tag-table)
10995         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
10996         Add option for exact case matching of nodes.
10997         * info-xref.el (info-xref): New custom group.
10998         (info-xref-case-fold): New option.
10999         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
11001 2013-07-03  Leo Liu  <sdl.web@gmail.com>
11003         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
11005 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
11007         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
11008         middle of block statement initially, lower the depth.  Remove
11009         FIXME comment, not longer valid.  Remove middle of block statement
11010         detection, no need to do that anymore since we've been using
11011         `ruby-parse-region' here.
11013 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
11015         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
11017 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11019         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
11021 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
11023         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
11024         (desktop-restore-in-current-display): New customization option.
11025         (desktop--excluded-frame-parameters): Add `font'.
11026         (desktop--save-frames): Rename from desktop--save-windows.
11027         (desktop--restore-in-this-display-p): New function.
11028         (desktop--make-full-frame): Remove unwanted width/height from
11029         full(width|height) frames.
11030         (desktop--restore-frames): Rename from desktop--restore-windows.
11031         Obey desktop-restore-current-display.  Do not delete old frames or
11032         select a new frame unless we were able to restore at least one frame.
11034 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
11036         * files.el (find-file-noselect): Simplify conditional expression.
11038         * textmodes/remember.el (remember-append-to-file):
11039         Don't mix `find-buffer-visiting' and `get-file-buffer'.
11041         Add `remember-notes' function to store random notes across Emacs
11042         restarts.
11043         * textmodes/remember.el (remember-data-file): Add :set callback to
11044         affect notes buffer (if any).
11045         (remember-notes): New command.
11046         (remember-notes-buffer-name, bury-remember-notes-on-kill):
11047         New defcustoms for the `remember-notes' function.
11048         (remember-notes-save-and-bury-buffer): New command.
11049         (remember-notes-mode-map): New variable.
11050         (remember-mode): New minor mode.
11051         (remember-notes--kill-buffer-query): New function.
11052         * startup.el (initial-buffer-choice): Add notes to custom type.
11054 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
11056         * bindings.el (right-char, left-char): Don't call sit-for, this is
11057         no longer needed.  Use arithmetic comparison only for numerical
11058         arguments.
11060         * international/mule-cmds.el (select-safe-coding-system):
11061         Handle the case of FROM being a string correctly.  (Bug#14755)
11063 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11065         * net/shr.el (shr-make-table-1): Add a sanity check that allows
11066         progression on degenerate tables.
11067         (shr-rescale-image): ImageMagick animated images currently don't work.
11069 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
11071         Some fixes and improvements for desktop frame restoration.
11072         It is still experimental and disabled by default.
11073         * desktop.el (desktop--save-windows): Put the selected frame at
11074         the head of the list.
11075         (desktop--make-full-frame): New function.
11076         (desktop--restore-windows): Try to re-select the frame that was
11077         selected upon saving.  Do not abort if some frames fail to restore,
11078         just show an error message and continue.  Set up maximized frames
11079         so they have default non-maximized dimensions.
11081 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
11083         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
11084         Don't start heredoc inside a string or comment.
11086 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
11088         * bindings.el (visual-order-cursor-movement): New defcustom.
11089         (right-char, left-char): Provide visual-order cursor motion by
11090         calling move-point-visually.  Update the doc strings.
11092 2013-06-28  Kenichi Handa  <handa@gnu.org>
11094         * international/mule.el (define-coding-system): New coding system
11095         properties :inhibit-null-byte-detection,
11096         :inhibit-iso-escape-detection, and :prefer-utf-8.
11097         (set-buffer-file-coding-system): If :charset-list property of
11098         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
11099         appropriate for setting.
11101         * international/mule-cmds.el (select-safe-coding-system):
11102         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
11103         multibyte characters, return utf-8 (or one of its siblings).
11105         * international/mule-conf.el (prefer-utf-8): New coding system.
11106         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
11107         files.
11109 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
11111         * net/shr.el (shr-render-region): New function.
11113         * net/eww.el: Autoload `eww-browse-url'.
11115 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
11117         * emacs-lisp/package-x.el (package-upload-buffer-internal):
11118         Adapt to `package-desc-version' being a list.
11119         Use `package--ac-desc-version' to retrieve version from a package
11120         archive element.
11122 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
11124         New experimental feature to save&restore window and frame setup.
11125         * desktop.el (desktop-save-windows): New defcustom.
11126         (desktop--saved-states): New var.
11127         (desktop--excluded-frame-parameters): New defconst.
11128         (desktop--filter-frame-parms, desktop--find-frame-in-display)
11129         (desktop--restore-windows, desktop--save-windows): New functions.
11130         (desktop-save): Call `desktop--save-windows'.
11131         (desktop-read): Call `desktop--restore-windows'.
11133 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11135         * net/shr.el (add-face-text-property): Remove compat definition.
11137 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
11139         * info.el (Info-try-follow-nearest-node): Move search for footnote
11140         above search for node name to prevent missing a footnote (bug#14717).
11142 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
11144         * obsolete/otodo-mode.el: Add obsolescence info to file header.
11146 2013-06-27  Leo Liu  <sdl.web@gmail.com>
11148         * net/eww.el (eww-read-bookmarks): Check file size.
11150 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11152         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
11153         advice--pending if newdef is nil or an autoload (bug#13820).
11154         (advice-mapc): New function.
11156 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11158         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
11159         probably.
11160         (eww-mode-map): Add a menu bar.
11161         (eww-add-bookmark): New command.
11162         (eww-bookmark-mode): New mode and commands.
11163         (eww-add-bookmark): Remove newlines from the title.
11164         (eww-bookmark-browse): Don't bug out if it's the only window.
11166 2013-06-26  Glenn Morris  <rgm@gnu.org>
11168         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
11169         (hfy-size): Handle ttys.  (Bug#14668)
11171         * info-xref.el: Update for Texinfo 5 change in *note format.
11172         (info-xref-node-re, info-xref-note-re): New constants.
11173         (info-xref-check-buffer): Use info-xref-note-re.
11175 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11177         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
11179         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
11180         nil terminate the loop (bug#14718).
11182 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11184         * net/eww.el: Rework history traversal.  When going forward/back,
11185         put these actions into the history, too, so that they can be
11186         replayed.
11187         (eww-render): Move the history reset to the correct buffer.
11189 2013-06-25  Juri Linkov  <juri@jurta.org>
11191         * files-x.el (modify-dir-local-variable): Change the header comment
11192         in the file with directory local variables.  (Bug#14692)
11194         * files-x.el (read-file-local-variable-value): Add `default'.
11195         (Bug#14710)
11197 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11199         * net/eww.el (eww-make-unique-file-name): Create a unique file
11200         name before saving to entering `y' accidentally asynchronously.
11202 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
11204         * net/eww.el (eww-download): New command and keystroke.
11206 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11208         * net/eww.el (eww-copy-page-url): Change name of command.
11210         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
11211         be more consistent with Info and dired.
11213         * net/eww.el (eww-mode-map): Ditto.
11215 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11217         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
11218         packages from archives.
11219         (package-archive-contents): Change format; include obsolete packages.
11220         (package-desc): Use `dir' to mark builtin packages.
11221         (package--from-builtin): Set the `dir' field to `builtin'.
11222         (generated-autoload-file, version-control): Declare.
11223         (package-compute-transaction): Change first arg and return value to be
11224         lists of package-descs.  Adjust to new package-archive-contents format.
11225         (package--add-to-archive-contents): Adjust to new
11226         package-archive-contents format.
11227         (package-download-transaction): Arg is now a list of package-descs.
11228         (package-install): If `pkg' is a package name, pass it as
11229         a requirement, so it is subject to the usual (e.g. disabled) checks.
11230         (describe-package): Accept package-desc as well.
11231         (describe-package-1): Describe a specific package-desc.  Add links to
11232         other package-descs for the same package name.
11233         (package-menu-describe-package): Pass the actual package-desc.
11234         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
11235         works correctly.
11236         (package-desc-status): New function.
11237         (package-menu--refresh): New function, extracted
11238         from package-menu--generate.
11239         (package-menu--generate): Use it.
11240         (package-delete): Update package-alist.
11241         (package-menu-execute): Don't call package-initialize.
11243         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
11244         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
11245         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
11246         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
11247         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
11248         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
11250 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
11252         * window.el (window--state-get-1): Workaround for bug#14527.
11253         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
11255 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11257         * net/eww.el (eww-back-url): Implement the history by stashing all
11258         the data into a list.
11259         (eww-forward-url): Allow going forward in the history, too.
11261 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11263         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
11264         for values and use read--expression for expressions (bug#14710).
11265         (read-file-local-variable): Avoid setq.
11266         (read-file-local-variable-mode): Use minor-mode-list.
11268 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
11270         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
11271         for DOI URLs.
11273 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
11275         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
11276         Update imenu-support when dialect changes.
11278 2013-06-25  Leo Liu  <sdl.web@gmail.com>
11280         * ido.el (ido-read-internal): Allow forward slash on windows.
11282 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11284         * net/eww.el (eww): Start of strings is \\`, not ^.
11286 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
11288         * net/shr.el (shr-browse-url): Fix interactive spec.
11290         * net/eww.el (eww): Add a trailing slash to domain names.
11292 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
11294         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
11296 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11298         * net/shr.el (shr-browse-url): Use an external browser if given a
11299         prefix.
11301         * net/eww.el (eww-external-browser): Move to shr.
11303 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
11305         * net/eww.el (eww): Work more correctly for file: URLs.
11306         (eww-detect-charset): Allow quoted charsets.
11307         (eww-yank-page-url): New command and keystroke.
11309 2013-06-24  Daiki Ueno  <ueno@gnu.org>
11311         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
11312         file name of gpg executable.
11313         (epg-context-program): New function.
11314         (epg-context-home-directory): New function.
11315         (epg-context-set-program): New function.
11316         (epg-context-set-home-directory): New function.
11317         (epg--start): Use `epg-context-program' instead of
11318         'epg-gpg-program'.
11319         (epg--list-keys-1): Likewise.
11321 2013-06-24  Leo Liu  <sdl.web@gmail.com>
11323         * ido.el (ido-read-internal): Fix bug#14620.
11325 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
11327         * faces.el (face-documentation): Simplify.
11328         (read-face-attribute, tty-find-type, x-resolve-font-name):
11329         Use `string-match-p'.
11330         (list-faces-display): Use `string-match-p'.  Simplify.
11331         (face-spec-recalc): Check face to avoid face alias loops.
11332         (read-color): Use `string-match-p' and non-capturing parenthesis.
11334 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11336         * net/shr.el (shr-rescale-image): Use the new
11337         :max-width/:max-height functionality.
11339 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
11341         * net/eww.el (eww-search-prefix): New variable.
11342         (eww): Use it.
11343         (eww-external-browser): New variable.
11344         (eww-mode-map): New keystroke.
11345         (eww-browse-with-external-browser): New command.
11347         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
11349 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
11351         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
11352         Don't skip aligning the next header field when padding is 0;
11353         otherwise, field width is not respected unless the title is as
11354         wide as the field.
11356 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11358         * emacs-lisp/package.el (package-el-version): Remove.
11359         (package-process-define-package): Fix inf-loop.
11360         (package-install): Allow symbols as arguments again.
11362 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
11364         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
11365         add some more keyword-like methods.
11366         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
11368 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
11370         * bs.el (bs-buffer-show-mark): Make defvar-local.
11371         (bs-mode): Use setq-local.
11373         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
11374         (emacs-lock--try-unlocking): Make defvar-local.
11376 2013-06-22  Glenn Morris  <rgm@gnu.org>
11378         * play/cookie1.el (cookie-apropos): Minor simplification.
11380         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
11382 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
11384         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
11385         `regexp-opt', it breaks the build during dumping.
11387 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
11389         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11390         Highlight keyword-like methods on Kernel and Module with
11391         font-lock-builtin-face.
11392         (auto-mode-alist): Consolidate different entries into one regexp
11393         and add more *file-s.
11395 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
11397         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
11399         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
11400         (diary-entry): Use it in the action of this button type instead of
11401         diary-goto-entry.
11403         * calendar/todo-mode.el: New version.
11404         (todo-add-category): Append new category to end of file and give
11405         it the highest number, instead of putting it at the beginning and
11406         giving it 0.  Incorporate noninteractive functionality.
11407         (todo-forward-category): Adapt to 1-based category numbering.
11408         Allow skipping over archived categories.
11409         (todo-backward-category): Derive from todo-forward-category.
11410         (todo-backward-item, todo-forward-item): Make noninteractive and
11411         delegate interactive part to new commands.  Make sensitive to done items.
11412         (todo-categories): Make value an alist of category names and
11413         vectors of item counts.
11414         (todo-category-beg): Make a defconst.
11415         (todo-category-number): Use 1 instead of 0 as initial value.
11416         (todo-category-select): Make sensitive to overlays, optional item
11417         highlighting and done items.
11418         (todo-delete-item): Make sensitive to overlays and marked and done items.
11419         (todo-edit-item): Make sensitive to overlays and editing of
11420         date/time header optional.  Add format checks.
11421         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
11422         no-op if point is not on an item.  Advertise using todo-edit-quit.
11423         (todo-edit-mode): Make sensitive to new format, font-locking, and
11424         multiple todo files.
11425         (todo-insert-item, todo-insert-item-here): Derive from
11426         todo-basic-insert-item and extend functionality.
11427         (todo-item-end, todo-item-start): Make sensitive to done items.
11428         (todo-item-string): Don't return text properties.  Restore point.
11429         (todo-jump-to-category): Make sensitive to multiple todo files and
11430         todo archives.  Use extended category completion.
11431         (todo-lower-item, todo-raise-item): Rename to *-priority and
11432         derive from todo-set-item-priority.
11433         (todo-mode): Derive from special-mode.  Make sensitive to new
11434         format, font-locking and multiple todo files.  Make read-only.
11435         (todo-mode-map): Don't suppress digit keys, so they can supply
11436         prefix arguments.  Add many new key bindings.
11437         (todo-prefix): Insert as an overlay instead of file text.
11438         Change semantics from diary date expression to purely visual mark.
11439         (todo-print): Rename to todo-print-buffer.  Make buffer display
11440         features printable.  Remove option to restrict number of items
11441         printed.  Add option to print to file.
11442         (todo-print-function): Rename to todo-print-buffer-function.
11443         (todo-quit): Extend to handle exiting new todo modes.
11444         (todo-remove-item): Make sensitive to overlays.
11445         (todo-save): Extend to buffers of filtered items.
11446         (todo-show): Make sensitive to done items, multiple todo files and
11447         new todo modes.  Offer to convert legacy todo file before creating
11448         first new todo file.
11449         (todo-show-priorities): Rename to todo-top-priorities.
11450         Change semantics of value 0.
11451         (todo-top-priorities): Rename to todo-filter-top-priorities,
11452         derive from todo-filter-items and extend functionality.
11453         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
11454         and extend functionality to other types of filtered items.
11455         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
11456         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
11457         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
11458         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
11459         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
11460         (todo-edit-mode-hook, todo-entry-prefix-function)
11461         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
11462         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
11463         (todo-initials, todo-insert-threshold, todo-item-string-start)
11464         (todo-line-string, todo-menu, todo-mode-hook)
11465         (todo-more-important-p, todo-previous-answer, todo-previous-line)
11466         (todo-print-priorities, todo-remove-separator)
11467         (todo-save-top-priorities-too, todo-string-count-lines)
11468         (todo-string-multiline-p, todo-time-string-format)
11469         (todo-tmp-buffer-name): Remove.
11470         (todo-add-file, todo-archive-done-item, todo-choose-archive)
11471         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
11472         (todo-edit-category-diary-inclusion)
11473         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
11474         (todo-edit-file, todo-edit-item-date-day)
11475         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
11476         (todo-edit-item-date-month, todo-edit-item-date-to-today)
11477         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
11478         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
11479         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
11480         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
11481         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
11482         (todo-filter-top-priorities-multifile, todo-find-archive)
11483         (todo-find-filtered-items-file, todo-go-to-source-item)
11484         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
11485         (todo-jump-to-archive-category, todo-lower-category)
11486         (todo-mark-category, todo-marked-item-p, todo-merge-category)
11487         (todo-move-category, todo-move-item, todo-next-button)
11488         (todo-next-item, todo-padded-string, todo-powerset)
11489         (todo-previous-button, todo-previous-item)
11490         (todo-print-buffer-to-file, todo-raise-category)
11491         (todo-rename-category, todo-repair-categories-sexp, todo-search)
11492         (todo-set-category-number, todo-set-item-priority)
11493         (todo-set-top-priorities-in-category)
11494         (todo-set-top-priorities-in-file, todo-show-categories-table)
11495         (todo-sort-categories-alphabetically-or-numerically)
11496         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
11497         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
11498         (todo-toggle-item-header, todo-toggle-item-highlighting)
11499         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
11500         (todo-toggle-view-done-items, todo-toggle-view-done-only)
11501         (todo-unarchive-items, todo-unmark-category): New commands.
11502         (todo-absolute-file-name, todo-add-to-buffer-list)
11503         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
11504         (todo-basic-insert-item, todo-category-completions)
11505         (todo-category-number, todo-category-string-matcher-1)
11506         (todo-category-string-matcher-2, todo-check-filtered-items-file)
11507         (todo-check-format, todo-clear-matches)
11508         (todo-comment-string-matcher, todo-convert-legacy-date-time)
11509         (todo-current-category, todo-date-string-matcher)
11510         (todo-define-insertion-command, todo-diary-expired-matcher)
11511         (todo-diary-goto-entry, todo-diary-item-p)
11512         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
11513         (todo-display-categories, todo-display-sorted, todo-done-item-p)
11514         (todo-done-item-section-p, todo-done-separator)
11515         (todo-done-string-matcher, todo-files, todo-filter-items)
11516         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
11517         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
11518         (todo-insert-category-line, todo-insert-item-from-calendar)
11519         (todo-insert-sort-button, todo-insert-with-overlays)
11520         (todo-insertion-command-name, todo-insertion-key-bindings)
11521         (todo-label-to-key, todo-longest-category-name-length)
11522         (todo-make-categories-list, todo-mode-external-set)
11523         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
11524         (todo-modes-set-3, todo-multiple-filter-files)
11525         (todo-nondiary-marker-matcher, todo-prefix-overlays)
11526         (todo-read-category, todo-read-date, todo-read-dayname)
11527         (todo-read-file-name, todo-read-time)
11528         (todo-reevaluate-category-completions-files-defcustom)
11529         (todo-reevaluate-default-file-defcustom)
11530         (todo-reevaluate-filelist-defcustoms)
11531         (todo-reevaluate-filter-files-defcustom)
11532         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
11533         (todo-reset-done-separator, todo-reset-done-separator-string)
11534         (todo-reset-done-string, todo-reset-global-current-todo-file)
11535         (todo-reset-highlight-item, todo-reset-nondiary-marker)
11536         (todo-reset-prefix, todo-set-categories)
11537         (todo-set-date-from-calendar, todo-set-show-current-file)
11538         (todo-set-top-priorities, todo-short-file-name)
11539         (todo-show-current-file, todo-sort, todo-time-string-matcher)
11540         (todo-total-item-counts, todo-update-buffer-list)
11541         (todo-update-categories-display, todo-update-categories-sexp)
11542         (todo-update-count, todo-validate-name, todo-y-or-n-p):
11543         New functions.
11544         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
11545         New major modes.
11546         (todo-categories, todo-display, todo-edit, todo-faces)
11547         (todo-filtered): New defgroups.
11548         (todo-archived-only, todo-button, todo-category-string, todo-date)
11549         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
11550         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
11551         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
11552         (todo-add-item-if-new-category, todo-always-add-time-string)
11553         (todo-categories-align, todo-categories-archived-label)
11554         (todo-categories-category-label, todo-categories-diary-label)
11555         (todo-categories-done-label, todo-categories-number-separator)
11556         (todo-categories-todo-label, todo-categories-totals-label)
11557         (todo-category-completions-files, todo-completion-ignore-case)
11558         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
11559         (todo-done-separator-string, todo-done-string)
11560         (todo-files-function, todo-filter-done-items, todo-filter-files)
11561         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
11562         (todo-initial-category, todo-initial-file, todo-item-mark)
11563         (todo-legacy-date-time-regexp, todo-mode-line-function)
11564         (todo-nondiary-marker, todo-number-prefix)
11565         (todo-print-buffer-function, todo-show-current-file)
11566         (todo-show-done-only, todo-show-first, todo-show-with-done)
11567         (todo-skip-archived-categories, todo-top-priorities-overrides)
11568         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
11569         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
11570         New defcustoms.
11571         (todo-category-done, todo-date-pattern, todo-date-string-start)
11572         (todo-diary-items-buffer, todo-done-string-start)
11573         (todo-filtered-items-buffer, todo-item-start)
11574         (todo-month-abbrev-array, todo-month-name-array)
11575         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
11576         (todo-top-priorities-buffer): New defconsts.
11577         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
11578         (todo-categories-with-marks, todo-category-string-face)
11579         (todo-comment-face, todo-comment-string, todo-current-todo-file)
11580         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
11581         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
11582         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
11583         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
11584         (todo-font-lock-keywords, todo-global-current-todo-file)
11585         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
11586         (todo-insertion-commands-args)
11587         (todo-insertion-commands-args-genlist)
11588         (todo-insertion-commands-names, todo-insertion-map)
11589         (todo-key-bindings-t, todo-key-bindings-t+a)
11590         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
11591         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
11592         (todo-nondiary-face, todo-print-buffer, todo-time-face)
11593         (todo-visited): New variables.
11595 2013-06-21  Glenn Morris  <rgm@gnu.org>
11597         * play/cookie1.el (cookie-apropos): Add optional display argument.
11598         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
11599         (psychoanalyze-pinhead): Use cookie-doctor.
11601 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
11603         * emacs-lisp/package.el (tar-get-file-descriptor)
11604         (tar--extract): Declare.
11606 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
11608         Extend flymake's warning predicate to be a function (bug#14217).
11609         * progmodes/flymake.el (flymake-warning-predicate): New.
11610         (flymake-parse-line): Use it.
11611         (flymake-warning-re): Make obsolete alias to
11612         `flymake-warning-predicate'.
11614 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11616         * emacs-lisp/package.el (package-alist): Include obsolete packages.
11617         (package-obsolete-list): Remove.
11618         (package-activate): Remove min-version argument.  Add `force' argument.
11619         Adjust to new package-alist format.
11620         (package-mark-obsolete): Remove.
11621         (package-unpack): Force reload of the package's autoloads.
11622         (package-installed-p): Check builtins if the installed package is not
11623         recent enough.
11624         (package-initialize): Don't reset package-obsolete-list.
11625         Don't specify which package version to activate.
11626         (package-process-define-package, describe-package-1)
11627         (package-menu--generate): Adjust to new package-alist format.
11629 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
11631         * allout-widgets.el (allout-widgets-mode-off)
11632         (allout-widgets-mode-on, allout-widgets-pre-command-business)
11633         (allout-widgets-post-command-business)
11634         (allout-widgets-after-copy-or-kill-function)
11635         (allout-widgets-after-undo-function, allout-test-range-overlaps)
11636         (allout-decorate-item-and-context)
11637         (allout-graphics-modification-handler): Fix typos in docstrings.
11638         (allout-get-or-create-parent-widget): Use `looking-at-p'.
11640         * cmuscheme.el (scheme-start-file): Doc fix.
11641         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
11642         (scheme-input-filter): Use `string-match-p'.
11644         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
11646         * dired-x.el: Use Dired consistently in docstrings.
11648         * dired.el: Use Dired consistently in docstrings.
11649         (dired-readin, dired-mode): Use `setq-local'.
11650         (dired-switches-alist): Make defvar-local.
11651         (dired-buffers-for-dir): Use `zerop'.
11652         (dired-safe-switches-p, dired-switches-escape-p)
11653         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
11654         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
11655         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
11656         (dired-goto-next-nontrivial-file): Use `string-match-p'.
11657         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
11658         (dired-toggle-marks, dired-mark-files-containing-regexp)
11659         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
11660         (dired-flag-auto-save-files, dired-flag-backup-files):
11661         Use `looking-at-p'.
11662         (dired-mark-files-regexp, dired-build-subdir-alist):
11663         Use `string-match-p', `looking-at-p'.
11665         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
11666         (direct-print-region-helper): Use `string-match-p'.
11668 2013-06-21  Leo Liu  <sdl.web@gmail.com>
11670         * comint.el (comint-redirect-results-list-from-process):
11671         Fix infinite loop.
11673 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11675         * net/eww.el (eww-update-header-line-format): Quote % characters.
11677 2013-06-21  Glenn Morris  <rgm@gnu.org>
11679         * play/cookie1.el (cookie): New custom group.
11680         (cookie-file): New option.
11681         (cookie-check-file): New function.
11682         (cookie): Make it interactive.  Make start and end messages optional.
11683         Interactively, display the result.  Default to cookie-file.
11684         (cookie-insert): Default to cookie-file.
11685         (cookie-snarf): Make start and end messages optional.
11686         Default to cookie-file.  Use with-temp-buffer.
11687         (cookie-read): Rename from read-cookie.
11688         Make start and end messages optional.  Default to cookie-file.
11689         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
11690         Do not autoload it.
11691         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
11692         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
11694 2013-06-21  Leo Liu  <sdl.web@gmail.com>
11696         * progmodes/octave.el (octave-mode): Backward compatibility fix.
11698 2013-06-21  Glenn Morris  <rgm@gnu.org>
11700         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
11702 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11703             Daniel Hackney  <dan@haxney.org>
11705         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
11706         Consolidate the single-file vs tarball code.
11707         (package-desc-suffix): New function.
11708         (package-desc-full-name): Don't bother inlining it.
11709         (package-load-descriptor): Return the new package-desc.
11710         (package-mark-obsolete): Remove unused arg `package'.
11711         (package-unpack): Make it work for single files as well.
11712         Make it update package-alist.
11713         (package--make-autoloads-and-stuff): Rename from
11714         package--make-autoloads-and-compile.  Don't compile any more.
11715         (package--compile): New function.
11716         (package-generate-description-file): New function, extracted from
11717         package-unpack-single.
11718         (package-unpack-single): Remove.
11719         (package--with-work-buffer): Add indentation and debugging info.
11720         (package-download-single): Remove.
11721         (package-install-from-archive): Rename from package-download-tar, make
11722         it take a pkg-desc, and make it work for single files as well.
11723         (package-download-transaction): Simplify.
11724         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
11725         external tar program.
11726         (package-install-from-buffer): Remove `pkg-desc' argument.
11727         Use package-tar-file-info for tar-mode buffers.
11728         (package-install-file): Simplify accordingly.
11729         (package-archive-base): Change to take a pkg-desc.
11730         * tar-mode.el (tar--check-descriptor): New function, extracted from
11731         tar-get-descriptor.
11732         (tar-get-descriptor): Use it.
11733         (tar-get-file-descriptor): New function.
11734         (tar--extract): New function, extracted from tar-extract.
11735         (tar--extract): Use it.
11736         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
11737         case the summary uses non-ascii.  Adjust to new calling convention of
11738         package-tar-file-info.
11740 2013-06-21  Leo Liu  <sdl.web@gmail.com>
11742         * comint.el (comint-redirect-results-list-from-process):
11743         Fix random delay.  (Bug#14681)
11745 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
11747         * profiler.el (profiler-format-number): Use log, not log10.
11749 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
11751         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
11753 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11755         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
11756         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
11757         yet available.
11758         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
11759         (AUTOGENEL): ... here.
11760         * emacs-lisp/cl-macs.el (cl--sublis): New function.
11761         (cl--defsubst-expand): Use it.
11763 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
11765         * subr.el (log10): Move here from C code, and declare as obsolete.
11766         All uses of (log10 X) replaced with (log X 10).
11768 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
11770         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
11771         Declare with `defvar-local'.
11772         (tabulated-list-use-header-line, tabulated-list-entries)
11773         (tabulated-list-padding, tabulated-list-printer)
11774         (tabulated-list-sort-key): Declare with `defvar-local'.
11775         (tabulated-list-init-header, tabulated-list-print-fake-header):
11776         Use `setq-local'.
11778 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
11780         * arc-mode.el (archive-mode): Add `archive-write-file' to
11781         `write-contents-functions' also for remote files.  (Bug#14652)
11783 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
11785         * cus-edit.el (custom-commands): Fix typos.
11786         (custom-display): Fix tooltip text.
11787         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
11788         Fix typos in docstrings.
11789         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
11790         (custom-unlispify-menu-entry, custom-magic-value-create)
11791         (custom-add-see-also, custom-group-value-create): Use ?\s.
11792         (custom-guess-type, customize-apropos, editable-field)
11793         (custom-face-value-create): Use `string-match-p'.
11794         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
11796         * custom.el (custom-load-symbol): Use `string-match-p'.
11798         * ansi-color.el: Convert to lexical binding.
11799         (ansi-colors): Fix URL.
11800         (ansi-color-context, ansi-color-context-region): Use defvar-local.
11801         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
11802         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
11804 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11806         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
11808         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
11810 2013-06-19  Tom Tromey  <tromey@redhat.com>
11812         * net/eww.el (eww-top-url): Remove.
11813         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
11814         (eww-render): Set new variables.  Don't set eww-top-url.
11815         (eww-handle-link): Handle "prev", "home", and "contents".
11816         Downcase the rel text.
11817         (eww-top-url): Choose best top URL.
11819 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11821         * net/eww.el: Rewrite to implement form elements "by hand" instead of
11822         relying in widget.el.  Using widget.el leads to too many
11823         user interface inconsistencies.
11824         (eww-self-insert): Implement entering commands in text fields.
11825         (eww-process-text-input): New function to make text input field editing
11826         work.
11827         (eww-submit): Rewrite to use the new-style form methods.
11828         (eww-select-display): Display the correct selected item.
11829         (eww-change-select): Implement changing the select value.
11830         (eww-toggle-checkbox): Implement radio/checkboxes.
11831         (eww-update-field): Fix compilation error.
11832         (eww-tag-textarea): Implement <textarea>.
11834         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
11835         we don't shadow mode-specific bindings.
11837         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
11838         nothing to push.
11840         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
11842 2013-06-19  Glenn Morris  <rgm@gnu.org>
11844         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
11846 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
11848         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
11849         not needed.
11851         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
11853 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11855         * net/browse-url.el (browse-url-browser-function):
11856         `eww-browse-url' has the right calling signature, `eww' does not.
11858 2013-06-19  Glenn Morris  <rgm@gnu.org>
11860         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11861         Only eval autoloaded macros.
11862         (byte-compile-autoload): Only give the macro warning for macros.
11864         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
11865         (ps-underlined-faces): Declare.
11867         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
11868         (speedbar-add-supported-extension): Declare.
11870         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
11871         Don't include a date stamp in the header of the generated file;
11872         it leads to needless differences between output files.
11874 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
11876         * net/secrets.el (secrets-struct-secret-content-type):
11877         Replace check of introspection data by a test call of "CreateItem".
11878         Some servers do not offer introspection.
11880 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11882         * electric.el (electric-pair-mode): Improve interaction with
11883         electric-layout-mode.
11884         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
11885         (electric-pair-syntax): Use text-mode-syntax-table in comments
11886         and strings.
11887         (electric-pair--insert): New function.
11888         (electric-pair-post-self-insert-function): Use it and
11889         electric--after-char-pos.
11891 2013-06-19  Leo Liu  <sdl.web@gmail.com>
11893         * progmodes/octave.el (octave-help): Fix regexp.
11895 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11897         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
11898         (shr-table-horizontal-line): Allow nil as a value, and change the
11899         default.
11900         (shr-insert-table-ruler): Respect the nil value.
11902 2013-06-18  Tom Tromey  <tromey@barimba>
11904         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
11905         New defvars.
11906         (eww-open-file): New defun.
11907         (eww-render): Initialize new variables.
11908         (eww-display-html): Handle "link" and "a".
11909         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
11910         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
11911         (eww-back-url): Rename from eww-previous-url.
11912         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
11913         New defuns.
11915 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
11917         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
11918         Distinguish ternary operator tokens from slash symbol and slash
11919         char literal.
11921 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
11923         Convert symbol prettification into minor mode and global minor mode.
11925         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
11926         `prog-prettify-symbols', and make a local defvar instead of defcustom.
11927         (prettify-symbols--keywords): Rename from
11928         `prog-prettify-symbols-alist' and make a local defvar.
11929         (prettify-symbols--compose-symbol): Rename from
11930         `prog--prettify-font-lock-compose-symbol'.
11931         (prettify-symbols--make-keywords): Rename from
11932         `prog-prettify-font-lock-symbols-keywords' and simplify.
11933         (prog-prettify-install): Remove.
11934         (prettify-symbols-mode): New minor mode, based on
11935         `prog-prettify-install'.
11936         (turn-on-prettify-symbols-mode): New function.
11937         (global-prettify-symbols-mode): New globalized minor mode.
11939         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11940         * progmodes/cfengine.el (cfengine3-mode):
11941         * progmodes/perl-mode.el (perl-mode): Don't call
11942         `prog-prettify-install'; set `prettify-symbols-alist' instead.
11944 2013-06-18  Juri Linkov  <juri@jurta.org>
11946         * files-x.el (modify-file-local-variable-message): New function.
11947         (modify-file-local-variable)
11948         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
11949         and call `modify-file-local-variable-message' when it's non-nil.
11950         (add-file-local-variable, delete-file-local-variable)
11951         (add-file-local-variable-prop-line)
11952         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
11953         and use it.  (Bug#9820)
11955 2013-06-18  Juri Linkov  <juri@jurta.org>
11957         * emulation/vi.el (vi-shell-op):
11958         * emulation/vip.el (vip-execute-com, ex-command):
11959         * emulation/viper-cmd.el (viper-exec-bang):
11960         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
11961         the call of `shell-command-on-region'.  (Bug#14637)
11963         * simple.el (shell-command-on-region): Doc fix.
11965 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11967         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
11968         (bug#14633).
11970 2013-06-18  Glenn Morris  <rgm@gnu.org>
11972         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
11974         * newcomment.el (comment-search-forward, comment-search-backward):
11975         Doc fix.  (Bug#14376)
11977 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
11979         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
11980         (buffer-face-mode-invoke): Doc fix.
11982 2013-06-18  Matthias Meulien  <orontee@gmail.com>
11984         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
11985         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
11987 2013-06-18  Glenn Morris  <rgm@gnu.org>
11989         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
11990         Replace obsolete function generic-make-keywords with its expansion.
11992         * progmodes/python.el (ffap-alist): Declare.
11994         * textmodes/reftex.el (bibtex-mode-map): Declare.
11996 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11998         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
11999         (package-unpack, package-unpack-single): Return the pkg-dir.
12000         (package-download-transaction): Use it to update package-alist.
12002 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12004         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
12005         possible choice.
12007 2013-06-17  Juri Linkov  <juri@jurta.org>
12009         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
12011 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
12013         * emacs-lisp/package.el (package-load-descriptor):
12014         Remove `with-syntax-table' call, `read' doesn't need it.
12015         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
12017 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
12019         * startup.el (command-line): Expand package name returned by
12020         `package--description-file' (bug#14639).
12022 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
12024         * emacs-lisp/package.el (package-load-descriptor): Do not call
12025         `emacs-lisp-mode', just use its syntax table.
12027 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
12029         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
12030         `font-lock-extra-managed-props' if any prettifying keyword is added.
12031         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
12032         (prog-mode): Use `setq-local'.
12034 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12036         * international/characters.el (standard-case-table): Set syntax of ?»
12037         and ?« to punctuation.
12039 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
12041         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
12042         Save relevant match data before calling `syntax-ppss' (bug#14595).
12044 2013-06-15  Juri Linkov  <juri@jurta.org>
12046         * files-x.el (modify-file-local-variable-prop-line): Add local
12047         variables to the end of the existing comment on the first line.
12048         Use `file-auto-mode-skip' to skip interpreter magic line,
12049         and also skip XML declaration.
12051 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12053         * startup.el (package--builtin-versions): New var.
12054         (package-subdirectory-regexp): Remove.
12055         (package--description-file): Hard code its value instead.
12057         * emacs-lisp/package.el: Don't activate packages older than builtin.
12058         (package-obsolete-list): Rename from package-obsolete-alist, and make
12059         it into a simple list of package-desc.
12060         (package-strip-version): Remove.
12061         (package-built-in-p): Use package--builtin-versions.
12062         (package-mark-obsolete): Simplify.
12063         (package-process-define-package): Mark it obsolete if older than the
12064         builtin version.
12065         (package-handle-response): Use line-end-position.
12066         (package-read-archive-contents, package--download-one-archive):
12067         Simplify.
12068         (package--add-to-archive-contents): Skip if older than the builtin or
12069         installed version.
12070         (package-menu-describe-package): Fix last change.
12071         (package-list-unversioned): New var.
12072         (package-menu--generate): Use it.
12074         * emacs-lisp/autoload.el: Manage package--builtin-versions.
12075         (autoload--insert-text, autoload--insert-cookie-text): New functions.
12076         (autoload-builtin-package-versions): New variable.
12077         (autoload-generate-file-autoloads): Use them.
12078         Remove the list of autoloaded functions/macros from the
12079         (autoload...) comments.
12081         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
12083 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
12085         * simple.el (line-move-partial): Don't jump to the next screen
12086         line as soon as it becomes visible.  Instead, continue enlarging
12087         the vscroll until the portion of a tall screen line that's left on
12088         display is about the height of the frame's default font.
12089         (Bug#14567)
12091 2013-06-15  Glenn Morris  <rgm@gnu.org>
12093         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
12094         compilation-error-regexp-alist void, or local while let-bound.
12096         * progmodes/make-mode.el (makefile-mode-syntax-table):
12097         Treat "=" as punctuation.  (Bug#14614)
12099 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
12101         * help-fns.el (describe-variable):
12102         Add extra line for permanent-local variables.
12104 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
12106         * progmodes/scheme.el (scheme-font-lock-keywords-2):
12107         Add export, import, library.  (Bug#9164)
12108         (library): Set indent function.
12110 2013-06-14  Glenn Morris  <rgm@gnu.org>
12112         * term/xterm.el (xterm--query):
12113         Stop after first matching handler.  (Bug#14615)
12115 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
12117         Add support for dired in saveplace.
12118         * dired.el (dired-initial-position-hook): New variable.
12119         (dired-initial-position): Call hook to place cursor position.
12120         * saveplace.el (save-place-to-alist): Add dired position.
12121         (save-place-dired-hook): New function.
12123 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12125         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
12126         through a symbol rather than letrec.
12128         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
12129         (package-desc): Add `dir' field.
12130         (package-desc-full-name): New function.
12131         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
12132         (package-maybe-load-descriptor): Remove.
12133         (package-load-all-descriptors): Just call package-load-descriptor.
12134         (package--disabled-p): New function.
12135         (package-desc-vers, package-desc-doc): Remove aliases.
12136         (package--dir): Remove function.
12137         (package-activate): Check if a package is disabled.
12138         (package-process-define-package): New function, extracted from
12139         define-package.
12140         (define-package): Turn into a place holder.
12141         (package-unpack-single, package-tar-file-info):
12142         Use package--description-file.
12143         (package-compute-transaction): Use package--disabled-p.
12144         (package-download-transaction): Don't call
12145         package-maybe-load-descriptor since they're all loaded anyway.
12146         (package-install): Change argument to be a pkg-desc.
12147         (package-delete): Use a single pkg-desc argument.
12148         (describe-package-1): Use package-desc-dir instead of package--dir.
12149         Use package-desc property instead of package-symbol.
12150         (package-install-button-action): Adjust accordingly.
12151         (package--push): Rewrite.
12152         (package-menu--print-info): Adjust accordingly.  Change the ID format
12153         to be a pkg-desc.
12154         (package-menu-describe-package, package-menu-get-status)
12155         (package-menu--find-upgrades, package-menu-mark-upgrades)
12156         (package-menu-execute, package-menu--name-predicate):
12157         Adjust accordingly.
12158         * startup.el (package--description-file): New function.
12159         (command-line): Use it.
12160         * emacs-lisp/package-x.el (package-upload-buffer-internal):
12161         Use package-desc-version.
12163         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
12164         (byte-compile-preprocess): Use it.
12165         (byte-compile-file-form-defalias): Try a bit harder to use macros we
12166         can't quite recognize.
12167         (byte-compile-add-to-list): Remove.
12168         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
12169         (cconv-closure-convert): Add assertion.
12171         * emacs-lisp/map-ynp.el: Use lexical-binding.
12172         (map-y-or-n-p): Remove unused vars `tail' and `object'.
12173         Factor out some repeated code.
12175 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12177         * subr.el (with-eval-after-load): New macro.
12178         (eval-after-load): Allow form to be a function.
12179         take advantage of lexical-binding.
12180         (do-after-load-evaluation): Use dolist and adjust to new format.
12181         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
12183 2013-06-13  Juri Linkov  <juri@jurta.org>
12185         * replace.el (perform-replace): Display "symbol " and other search
12186         modes from `isearch-message-prefix' in the *Help* buffer.
12188         * isearch.el (isearch-query-replace): Add " symbol" and other
12189         possible search modes from `isearch-message-prefix' to the prompt.
12190         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
12191         when reading a regexp to collect.
12193 2013-06-13  Juri Linkov  <juri@jurta.org>
12195         * isearch.el (word-search-regexp): Match whitespace if the search
12196         string begins or ends in whitespace.  The LAX arg is applied to
12197         both ends of the search string.  Use `regexp-quote' and explicit
12198         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
12199         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
12200         boundaries are replaced with symbol boundaries, and characters
12201         between symbols match non-word non-symbol syntax.  (Bug#14602)
12203 2013-06-13  Juri Linkov  <juri@jurta.org>
12205         * isearch.el (isearch-del-char): Don't exceed the length of
12206         `isearch-string' by the prefix arg.  (Bug#14563)
12208 2013-06-13  Juri Linkov  <juri@jurta.org>
12210         * isearch.el (isearch-yank-word, isearch-yank-line)
12211         (isearch-char-by-name, isearch-quote-char)
12212         (isearch-printing-char, isearch-process-search-char):
12213         Add optional count prefix arg.  (Bug#14563)
12215         * international/isearch-x.el
12216         (isearch-process-search-multibyte-characters):
12217         Add optional count prefix arg.
12219 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12221         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
12222         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
12223         lexical-binding.
12225 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
12227         * subr.el (set-temporary-overlay-map): Add on-exit argument.
12229 2013-06-13  Glenn Morris  <rgm@gnu.org>
12231         * startup.el (tty-handle-args):
12232         Don't just discard "--" and anything after.  (Bug#14608)
12234         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
12236 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
12238         Implement changes in Secret Service API.  Make it backward compatible.
12239         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
12240         (secrets-create-item): Use it.  Prefix properties with interface.
12242 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
12244         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
12245         (term-emulate-terminal): Respect term-suppress-hard-newline.
12247 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
12249         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
12250         Only remove a `thumb-file' overlay.  (Bug#14548)
12252 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
12254         * mail/reporter.el (reporter-submit-bug-report):
12255         Handle missing package-name.  (Bug#14600)
12257 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
12259         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
12260         (reftex-citation-prompt, reftex-default-bibliography)
12261         (reftex-bib-or-thebib, reftex-get-bibfile-list)
12262         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
12263         (reftex-bib-sort-author, reftex-bib-sort-year)
12264         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
12265         (reftex-extract-bib-entries-from-thebibliography)
12266         (reftex-get-bibkey-default, reftex-get-bib-names)
12267         (reftex-parse-bibtex-entry, reftex-get-bib-field)
12268         (reftex-format-bib-entry, reftex-parse-bibitem)
12269         (reftex-format-bibitem, reftex-do-citation)
12270         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
12271         (reftex-restrict-bib-matches, reftex-extract-bib-file)
12272         (reftex-insert-bib-matches, reftex-format-citation)
12273         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
12274         (reftex-create-bibtex-file): Add docstrings, mostly by converting
12275         existing comments into docstrings.
12277 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
12279         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
12281 2013-06-12  Andreas Schwab  <schwab@suse.de>
12283         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
12284         for auto-save files.
12286 2013-06-12  Glenn Morris  <rgm@gnu.org>
12288         * ido.el (ido-delete-ignored-files): Remove.
12289         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
12290         Go back to calling ido-ignore-item-p directly.
12292 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
12294         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
12296         * ido.el (ido-delete-ignored-files): New function,
12297         split from ido-make-file-list-1.
12298         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
12299         (ido-make-file-list-1): Use ido-delete-ignored-files.
12301 2013-06-12  Leo Liu  <sdl.web@gmail.com>
12303         * progmodes/octave.el (inferior-octave-startup)
12304         (inferior-octave-completion-table)
12305         (inferior-octave-track-window-width-change)
12306         (octave-eldoc-function-signatures, octave-help)
12307         (octave-find-definition): Use single quoted strings.
12308         (inferior-octave-startup-args): Change default value.
12309         (inferior-octave-startup): Do not hard code "-i" and
12310         "--no-line-editing".
12311         (inferior-octave-resync-dirs): Add optional arg NOERROR.
12312         (inferior-octave-directory-tracker): Use it.
12313         (octave-goto-function-definition): Robustify.
12314         (octave-help): Support highlighting operators in 'See also'.
12315         (octave-find-definition): Find subfunctions only in Octave mode.
12317 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12319         * help-fns.el (help-fns--compiler-macro): If the handler function is
12320         named, then put a link to it.
12321         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
12322         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
12323         (cl-typep): Use it.
12324         (cl-eval-when): Simplify debug spec.
12325         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
12326         compiler-macro function instead of setting `compiler-macro-file'.
12328 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
12330         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
12331         * vc/vc-hooks.el (vc-stay-local): Doc fix.
12333 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12334             Daniel Hackney  <dan@haxney.org>
12336         First part of Daniel Hackney's patch to package.el.
12337         * emacs-lisp/package.el: Use defstruct.
12338         (package-desc): New, main struct.
12339         (package--bi-desc, package--ac-desc): New structs, used to describe the
12340         format in external files.
12341         (package-desc-vers): Replace with package-desc-version accessor.
12342         (package-desc-doc): Replace with package-desc-summary accessor.
12343         (package-activate-1): Remove `package' arg since the pkg-vec now
12344         includes the name.
12345         (define-package): Use package-desc-from-define.
12346         (package-unpack-single): Change file-name arg to be a symbol.
12347         (package--add-to-archive-contents): Use package-desc-create and new
12348         accessor functions to package--ac-desc.
12349         (package-buffer-info, package-tar-file-info): Return a package-desc.
12350         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
12351         arg to be a package-desc.
12352         (package-install-file): Adjust accordingly.  Use \' to match EOS.
12353         (package--from-builtin): New function.
12354         (describe-package-1, package-menu--generate): Use it.
12355         (package--make-autoloads-and-compile): Change name arg to be a symbol.
12356         (package-generate-autoloads): Idem and return the name of the file.
12357         * emacs-lisp/package-x.el (package-upload-buffer-internal):
12358         Change pkg-info arg to be a package-desc.
12359         Use package-make-ac-desc.
12360         (package-upload-file): Use \' to match EOS.
12361         * finder.el (finder-compile-keywords): Use package-make-builtin.
12363 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12365         * vc/vc.el (vc-deduce-fileset): Change error message.
12366         (vc-read-backend): New function.
12367         (vc-next-action): Use it.
12369         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
12371         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
12372         (prolog-font-lock-keywords): Use regexp-opt instead.
12373         Don't manually highlight strings.
12374         (prolog-mode-variables): Simplify comment-start-skip.
12375         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
12377         * emacs-lisp/generic.el (generic--normalise-comments)
12378         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
12379         (generic-mode-set-comments): Use them.
12380         (generic-bracket-support): Use setq-local.
12381         (generic-make-keywords-list): Declare obsolete.
12383 2013-06-11  Glenn Morris  <rgm@gnu.org>
12385         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12386         Prettify after setting font-lock-defaults.  (Bug#14574)
12388 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
12390         * replace.el (query-replace, occur-read-regexp-defaults-function)
12391         (replace-search):
12392         * subr.el (declare-function, number-sequence, local-set-key)
12393         (substitute-key-definition, locate-user-emacs-file)
12394         (with-silent-modifications, split-string, eval-after-load):
12395         Fix typos, remove unneeded backslashes and reflow some docstrings.
12397 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12399         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
12400         default for Elisp files.
12402 2013-06-11  Glenn Morris  <rgm@gnu.org>
12404         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
12405         although define-derived-mode was doing this anyway.  (Bug#14583)
12407 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
12409         * allout.el (allout-encryption-plaintext-sanitization-regexps):
12410         Fix make-variable-buffer-local call to refer to the correct variable.
12412 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
12414         * eshell/em-term.el (eshell-visual-commands)
12415         (eshell-visual-subcommands, eshell-visual-options):
12416         Add summary line to docstrings.  Add cross-references.
12418 2013-06-10  Glenn Morris  <rgm@gnu.org>
12420         * epa.el (epa-read-file-name): New function.  (Bug#14510)
12421         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
12423 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
12425         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
12426         output redirection to be ignored with visual commands.
12428 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
12430         * eshell/em-term.el (eshell-visual-command-p): New function.
12431         (eshell-term-initialize): Move long lambda to separate function
12432         eshell-visual-command-p.
12433         * eshell/em-dirs.el (eshell-dirs-initialize):
12434         * eshell/em-script.el (eshell-script-initialize):
12435         Add missing #' to lambda.
12437 2013-06-08  Leo Liu  <sdl.web@gmail.com>
12439         * progmodes/octave.el (octave-add-log-current-defun): New function.
12440         (octave-mode): Set add-log-current-defun-function.
12441         (octave-goto-function-definition): Do not move point if not found.
12442         (octave-find-definition): Enhance to try subfunctions first.
12444 2013-06-08  Glenn Morris  <rgm@gnu.org>
12446         * emacs-lisp/bytecomp.el (byte-compile-char-before)
12447         (byte-compile-backward-char, byte-compile-backward-word):
12448         Improve previous change, to handle non-explicit nil.
12450 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12452         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
12453         (smie--opener/closer-at-point): New function.
12454         (smie--matching-block-data): Use it.  Don't match from right after an
12455         opener or right before a closer.  Obey smie-blink-matching-inners.
12456         Don't signal a mismatch for repeated inners like "switch..case..case".
12458 2013-06-07  Leo Liu  <sdl.web@gmail.com>
12460         * progmodes/octave.el (octave-mode): Set comment-use-global-state
12461         to t.  (Bug#14303)
12462         (octave-function-header-regexp): Fix.  (Bug#14570)
12463         (octave-help-mode-finish-hook, octave-help-mode-finish):
12464         Remove.  Just use temp-buffer-show-hook.
12466         * newcomment.el (comment-search-backward): Revert last change.
12467         (Bug#14434)
12469         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
12471 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
12473         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
12474         through xargs, to avoid failure due to MS-Windows limitations on
12475         command-line length.
12477 2013-06-06  Glenn Morris  <rgm@gnu.org>
12479         * font-lock.el (lisp-font-lock-keywords-2):
12480         Treat user-error like error.
12482         * emacs-lisp/bytecomp.el (byte-compile-char-before)
12483         (byte-compile-backward-char, byte-compile-backward-word):
12484         Handle explicit nil arguments.  (Bug#14565)
12486 2013-06-05  Alan Mackenzie  <acm@muc.de>
12488         * isearch.el (isearch-allow-prefix): New user option.
12489         (isearch-other-meta-char): Don't exit isearch when a prefix
12490         argument is typed whilst `isearch-allow-prefix' is non-nil.
12491         (Bug#9706)
12493 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12495         * autorevert.el (auto-revert-notify-handler): Use memq.
12496         Hide assertion failure.
12498         * skeleton.el: Use cl-lib.
12499         (skeleton-further-elements): Use defvar-local.
12500         (skeleton-insert): Use cl-progv.
12502 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
12504         * progmodes/prog-mode.el (prog-prettify-symbols)
12505         (prog-prettify-install): Update docstrings.
12507 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12509         * simple.el: Move all the prog-mode code to prog-mode.el.
12510         * progmodes/prog-mode.el: New file.
12511         * loadup.el: Add prog-mode.el.
12513 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
12515         * simple.el (prog-prettify-symbols): Add version.
12516         (prog-prettify-install): Add convenience function to prettify symbols.
12518         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
12519         (perl--augmented-font-lock-keywords-1)
12520         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
12521         variables and use it.
12523         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
12524         (cfengine3-mode): Remove unneeded variable and use it.
12526         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
12527         (lisp--augmented-font-lock-keywords-1)
12528         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
12529         Remove unneeded variables and use it.
12531 2013-06-05  João Távora  <joaotavora@gmail.com>
12533         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
12534         to point when opening the connection.  (Bug#14380)
12536 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12538         * subr.el (load-history-regexp, load-history-filename-element)
12539         (eval-after-load, after-load-functions, do-after-load-evaluation)
12540         (eval-next-after-load, display-delayed-warnings)
12541         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
12542         definition of save-match-data.
12543         (overriding-local-map): Remove accidental obsolescence declaration.
12545         * emacs-lisp/edebug.el (edebug-result): Move before first use.
12547 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
12549         Generalize symbol prettify support to prog-mode and implement it
12550         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
12551         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
12552         (prog--prettify-font-lock-compose-symbol)
12553         (prog-prettify-font-lock-symbols-keywords): New variables and
12554         functions to support symbol prettification.
12555         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
12556         (lisp--augmented-font-lock-keywords-1)
12557         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
12558         (lisp--prettify-symbols-alist): Implement prettify of lambda.
12559         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
12560         (cfengine3--prettify-symbols-alist, cfengine3-mode):
12561         Implement prettify of -> => :: strings.
12562         * progmodes/perl-mode.el (perl-prettify-symbols)
12563         (perl--font-lock-compose-symbol)
12564         (perl--font-lock-symbols-keywords): Move to prog-mode.
12565         (perl--prettify-symbols-alist): Prettify -> => :: strings.
12566         (perl-font-lock-keywords-1)
12567         (perl-font-lock-keywords-2): Remove explicit prettify support.
12568         (perl--augmented-font-lock-keywords)
12569         (perl--augmented-font-lock-keywords-1)
12570         (perl--augmented-font-lock-keywords-2, perl-mode):
12571         Implement prettify support.
12573 2013-06-05  Leo Liu  <sdl.web@gmail.com>
12575         Re-implement SMIE matching block highlight using
12576         show-paren-data-function.  (Bug#14395)
12577         * emacs-lisp/smie.el (smie-matching-block-highlight)
12578         (smie--highlight-matching-block-overlay)
12579         (smie--highlight-matching-block-lastpos)
12580         (smie-highlight-matching-block)
12581         (smie-highlight-matching-block-mode): Remove.
12582         (smie--matching-block-data-cache): New variable.
12583         (smie--matching-block-data): New function.
12584         (smie-setup): Use smie--matching-block-data for
12585         show-paren-data-function.
12587         * progmodes/octave.el (octave-mode-menu): Fix.
12588         (octave-find-definition): Skip garbage lines.
12590 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12592         Fix compilation error with simultaneous dynamic+lexical scoping.
12593         Add warning when a defvar appears after the first let-binding.
12594         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
12595         (byte-compile-close-variables): Initialize it.
12596         (byte-compile--declare-var): New function.
12597         (byte-compile-file-form-defvar)
12598         (byte-compile-file-form-define-abbrev-table)
12599         (byte-compile-file-form-custom-declare-variable): Use it.
12600         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
12601         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
12602         (byte-compile-bind): Handle dynamic bindings that shadow
12603         lexical bindings.
12604         (byte-compile-unbind): Make arg non-optional.
12605         (byte-compile-let): Simplify.
12606         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
12607         (cconv--analyse-function, cconv-analyse-form): Populate it.
12608         Protect byte-compile-bound-variables to limit the scope of defvars.
12609         (cconv-analyse-form): Add missing rule for (defvar <foo>).
12610         Remove unneeded rule for `declare'.
12612         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
12613         so as to avoid depending on cl-adjoin at run-time.
12614         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
12616         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
12617         (macroexp--warn-and-return): Use it.
12619 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12621         * subr.el: Convert to lexical binding.
12622         (overriding-local-map): Make obsolete.
12623         (add-to-list): Doc fix.  Add compiler macro.
12624         (read-key): Swap values of local maps.
12626 2013-06-05  Leo Liu  <sdl.web@gmail.com>
12628         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
12630 2013-06-04  Leo Liu  <sdl.web@gmail.com>
12632         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
12633         (compilation-auto-jump): Suppress the "Mark set" message to give
12634         way to exit message.
12636 2013-06-04  Alan Mackenzie  <acm@muc.de>
12638         Remove faulty optimisation from indentation calculation.
12639         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
12640         search limit based on 2000 characters back from indent-point.
12642 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
12644         * eshell/em-term.el (cl-lib): Require `cl-lib'.
12646 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12648         * emacs-lisp/lisp.el: Use lexical-binding.
12649         (lisp--local-variables-1, lisp--local-variables): New functions.
12650         (lisp--local-variables-completion-table): New var.
12651         (lisp-completion-at-point): Use it complete let-bound vars.
12653         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
12654         eagerly (bug#14422).
12656 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
12658         * autorevert.el (auto-revert-notify-enabled)
12659         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
12660         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
12661         (auto-revert-notify-handler): Handle also gfilenotify.
12663         * subr.el (file-notify-handle-event): New defun.  Replacing ...
12664         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
12665         Remove.
12667 2013-06-03  Juri Linkov  <juri@jurta.org>
12669         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
12670         `M-s h .'.  (Bug#14427)
12672         * hi-lock.el (highlight-symbol-at-point): New alias for the new
12673         command `hi-lock-face-symbol-at-point'.
12674         (hi-lock-face-symbol-at-point): New command.
12675         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
12676         (hi-lock-menu): Add `highlight-symbol-at-point'.
12677         (hi-lock-mode): Doc fix.
12679         * isearch.el (isearch-forward-symbol-at-point): New command.
12680         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
12681         (isearch-highlight-regexp): Add a regexp which matches
12682         words/symbols for word/symbol mode.
12684         * subr.el (find-tag-default-bounds): New function with the body
12685         mostly moved from `find-tag-default'.
12686         (find-tag-default): Move most code to `find-tag-default-bounds',
12687         call it and apply `buffer-substring-no-properties' afterwards.
12689 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
12691         * eshell/em-term.el (eshell-term-initialize):
12692         Use `cl-intersection' rather than `intersection'.
12694 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
12696         * vc/log-view.el: Doc fix.
12697         (log-view-mode-map): Copy keymap from `special-mode-map'.
12699 2013-06-02  Eric Ludlam  <zappo@gnu.org>
12701         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
12702         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
12703         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
12704         (eieio-unbound, eieio-default-superclass)
12705         (eieio--define-field-accessors, method-static, method-before)
12706         (method-primary, method-after, method-num-lists)
12707         (method-generic-before, method-generic-primary)
12708         (method-generic-after, method-num-slots)
12709         (eieio-specialized-key-to-generic-key)
12710         (eieio--check-type, class-v, class-p)
12711         (eieio-class-name, define-obsolete-function-alias)
12712         (eieio-class-parents-fast, eieio-class-children-fast)
12713         (same-class-fast-p, class-constructor, generic-p)
12714         (generic-primary-only-p, generic-primary-only-one-p)
12715         (class-option-assoc, class-option, eieio-object-p)
12716         (class-abstract-p, class-method-invocation-order)
12717         (eieio-defclass-autoload-map, eieio-defclass-autoload)
12718         (eieio-class-un-autoload, eieio-defclass)
12719         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
12720         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
12721         (eieio--defgeneric-init-form, eieio-defgeneric-form)
12722         (eieio-defgeneric-reset-generic-form)
12723         (eieio-defgeneric-form-primary-only)
12724         (eieio-defgeneric-reset-generic-form-primary-only)
12725         (eieio-defgeneric-form-primary-only-one)
12726         (eieio-defgeneric-reset-generic-form-primary-only-one)
12727         (eieio-unbind-method-implementations)
12728         (eieio--defmethod, eieio--typep)
12729         (eieio-perform-slot-validation, eieio-validate-slot-value)
12730         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
12731         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
12732         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
12733         (eieio-slot-name-index, eieio-class-slot-name-index)
12734         (eieio-set-defaults, eieio-initarg-to-attribute)
12735         (eieio-attribute-to-initarg, eieio-c3-candidate)
12736         (eieio-c3-merge-lists, eieio-class-precedence-c3)
12737         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
12738         (eieio-class-precedence-list, eieio-generic-call-methodname)
12739         (eieio-generic-call-arglst, eieio-generic-call-key)
12740         (eieio-generic-call-next-method-list)
12741         (eieio-pre-method-execution-functions, eieio-generic-call)
12742         (eieio-generic-call-primary-only, eieiomt-method-list)
12743         (eieiomt-optimizing-obarray, eieiomt-install)
12744         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
12745         (eieio-generic-form, eieio-defmethod, make-obsolete)
12746         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
12747         (defclass): Remove `eval-and-compile' from macro.
12748         (call-next-method, shared-initialize): Instead of using
12749         `scoped-class' variable, use new eieio--scoped-class, and
12750         eieio--with-scoped-class.
12751         (initialize-instance): Rename local variable 'scoped-class' to
12752         'this-class' to remove ambiguitity from old global.
12754         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
12755         eieio.el.
12756         (eieio--scoped-class-stack): New variable.
12757         (eieio--scoped-class): New fcn.
12758         (eieio--with-scoped-class): New scoping macro.
12759         (eieio-defclass): Use pushnew instead of add-to-list.
12760         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
12761         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
12762         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
12763         `scoped-class' variable, use new eieio--scoped-class, and
12764         eieio--with-scoped-class.
12766         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
12768 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
12770         * eshell/esh-ext.el (eshell-external-command): Pass args to
12771         `eshell-find-interpreter'.
12772         (eshell-find-interpreter): Add new second parameter ARGS.
12774         * eshell/em-script.el (eshell-script-initialize): Add second arg
12775         to the function added as MATCH to `eshell-interpreter-alist'.
12777         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
12778         the function added as MATCH to `eshell-interpreter-alist'.
12780         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
12781         (eshell-visual-options): New defcustom.
12782         (eshell-escape-control-x): Adapt docstring.
12783         (eshell-term-initialize): Test `eshell-visual-subcommands' and
12784         `eshell-visual-options' in addition to `eshell-visual-commands'.
12785         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
12787 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
12789         * progmodes/python.el (python-indent-block-enders): Add break,
12790         continue and raise keywords.
12792 2013-06-01  Glenn Morris  <rgm@gnu.org>
12794         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
12796         Plain (f)boundp silences compilation warnings since Emacs 22.1.
12797         * progmodes/cc-cmds.el (delete-forward-p):
12798         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
12799         * progmodes/cc-engine.el (buffer-syntactic-context):
12800         * progmodes/cc-fonts.el (face-property-instance):
12801         * progmodes/cc-mode.el (set-keymap-parents):
12802         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
12803         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
12804         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
12805         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
12806         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
12808         * progmodes/cc-vars.el (other): Emacs has this widget since
12809         at least 21.1, so don't (re)define it.
12811         * eshell/em-cmpl.el (eshell-cmpl-initialize):
12812         Replace the obsolete alias pcomplete-arg-quote-list.
12814 2013-06-01  Leo Liu  <sdl.web@gmail.com>
12816         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
12817         punctuation syntax.
12818         (inferior-octave-minimal-columns)
12819         (inferior-octave-last-column-width): New variables.
12820         (inferior-octave-track-window-width-change): New function.
12821         (inferior-octave-mode): Adjust column width so that Octave output,
12822         for example from 'ls', can fit into the window nicely.
12824 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
12826         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
12827         Highlight expansions inside regexp literals.
12829 2013-05-31  Glenn Morris  <rgm@gnu.org>
12831         * obsolete/sym-comp.el (symbol-complete):
12832         Replace obsolete completion-annotate-function.
12834         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
12836 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
12838         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
12839         New function, checks if point is inside a literal that allows
12840         expression expansion.
12841         (ruby-syntax-propertize-expansion): Use it.
12842         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
12843         around the body.
12845 2013-05-30  Juri Linkov  <juri@jurta.org>
12847         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
12848         to "\M-si".
12849         (isearch-invisible): New variable.
12850         (isearch-forward): Doc fix.
12851         (isearch-mode): Set `isearch-invisible'
12852         to the value of `search-invisible'.
12853         (isearch-toggle-case-fold): Doc fix.
12854         (isearch-toggle-invisible): New command.
12855         (isearch-query-replace): Let-bind `search-invisible'
12856         to the value of `isearch-invisible'.
12857         (isearch-search): Use `isearch-invisible' instead of
12858         `search-invisible'.  Let-bind `search-invisible'
12859         to the value of `isearch-invisible'.  (Bug#11378)
12861 2013-05-30  Juri Linkov  <juri@jurta.org>
12863         * replace.el (perform-replace): Avoid `isearch-range-invisible'
12864         call when `query-flag' is nil and `search-invisible' is non-nil.
12865         (Bug#11746)
12867 2013-05-30  Glenn Morris  <rgm@gnu.org>
12869         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
12871         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
12872         (cc-require): Suppress spurious "noruntime" warnings.
12873         (cc-require-when-compile): Use fboundp, for sake of compiler.
12875         * progmodes/cc-mode.el: Move load of cc-vars before that of
12876         cc-langs (which in turn loads cc-vars), to quieten compiler.
12878 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12880         * paren.el: Simplify the code.
12881         (show-paren-mode): Always start the timer.
12882         (show-paren--idle-timer): Rename from show-paren-idle-timer.
12883         (show-paren--overlay, show-paren--overlay-1): Rename from
12884         show-paren-overlay and show-paren-overlay-1, and initialize to an
12885         overlay rather than to nil.
12886         (show-paren-function): Misc cleanup and simplifications.
12888 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12890         * paren.el (show-paren-data-function): New hook.
12891         (show-paren--default): New function, extracted from show-paren-function.
12892         (show-paren-function): Use show-paren-data-function.
12894 2013-05-30  Glenn Morris  <rgm@gnu.org>
12896         * ielm.el (ielm-map, ielm-complete-symbol):
12897         Use completion-at-point rather than obsolete functions.
12898         (inferior-emacs-lisp-mode): Doc fix.
12899         Set completion-at-point-functions, rather than
12900         comint-dynamic-complete-functions.
12902         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
12903         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
12904         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
12906         * image.el (image-animated-p): Tweak definition.
12908         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
12909         (rlogin-process-connection-type): Tweak default.  Add set-after.
12910         (rlogin-host): Doc fix.
12911         (rlogin): Tweak prompt.
12912         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
12914         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
12915         * progmodes/tcl.el (inferior-tcl-mode-map):
12916         Use completion-at-point rather than obsolete alias.
12918         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
12920         * minibuffer.el (read-file-name-completion-ignore-case):
12921         Move before completion--in-region, for eager macro expansion.
12923 2013-05-29  Juri Linkov  <juri@jurta.org>
12925         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
12926         for total count of matching lines.  Add `global-matches' for total
12927         count of matches.  Rename `matches' to `lines' for count of
12928         matching lines.  Add `matches' for count of matches.
12929         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
12930         to `prev-line' for line number of prev match endpt.
12931         Increment `matches' for every match.  Print the number of
12932         matching lines in the header.
12933         (occur-context-lines): Rename `lines' to `curr-line'.
12934         Rename `prev-lines' to `prev-line'.  (Bug#14017)
12936 2013-05-29  Juri Linkov  <juri@jurta.org>
12938         * replace.el (perform-replace): Add `skip-read-only-count',
12939         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
12940         Increment them for corresponding conditions and report the number
12941         of skipped occurrences in the final message.  (Bug#11746)
12942         (query-replace, query-replace-regexp, query-replace-regexp-eval)
12943         (replace-string, replace-regexp): Doc fix.
12945 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12947         * emacs-lisp/trace.el (trace--read-args): Provide a default.
12949         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
12950         prog-mode-map (bug#14504).
12952 2013-05-29  Leo Liu  <sdl.web@gmail.com>
12954         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
12955         (octave-help): Small simplification.
12957         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
12958         off the highlight first.
12960 2013-05-29  Glenn Morris  <rgm@gnu.org>
12962         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
12963         Handle idlwave-last-system-routine-info-cons-cell being nil.
12965         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
12966         (idlwave-write-paths): Simplify via with-temp-buffer.
12968         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
12969         * emulation/cua-rect.el: Also load cua-base at run time.
12971         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
12972         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
12973         (cperl-imenu-on-info): Require imenu.
12975 2013-05-28  Alan Mackenzie  <acm@muc.de>
12977         Handle "capitalised keywords" correctly.
12978         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
12980 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
12982         * eshell/em-unix.el: Add -r option to cp.
12984 2013-05-28  Glenn Morris  <rgm@gnu.org>
12986         * vc/vc-arch.el (vc-exec-after): Declare.
12987         (vc-switches): Autoload.
12988         * vc/vc-bzr.el: No need to require vc when compiling.
12989         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
12990         (vc-resynch-buffer, vc-dir-refresh): Declare.
12991         (vc-setup-buffer, vc-switches): Autoload.
12992         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
12993         (vc-resynch-buffer): Declare.
12994         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
12995         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
12996         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
12997         (grep-read-regexp, grep-read-files, grep-expand-template)
12998         (vc-dir-refresh): Declare.
12999         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
13000         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
13001         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
13002         * vc/vc-mtn.el (vc-exec-after): Declare.
13003         (vc-switches): Autoload.
13004         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
13005         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
13006         (vc-file-tree-walk): Declare.
13007         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
13008         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
13009         (vc-tag-precondition, vc-rename-master): Autoload.
13010         * vc/vc-svn.el (vc-exec-after): Declare.
13011         (vc-switches, vc-setup-buffer): Autoload.
13012         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
13013         Autoload.
13014         (vc-resynch-buffer): Declare.
13016         * obsolete/fast-lock.el (byte-compile-warnings):
13017         Don't warn about obsolete features in this obsolete file.
13019         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
13020         Move definition before use.
13022         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
13023         (dun-unix-verbs): Remove dun-zippy.
13024         (dun-zippy): Remove function.
13026         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
13028 2013-05-27  Juri Linkov  <juri@jurta.org>
13030         * replace.el (replace-search): New function with code moved out
13031         from `perform-replace'.
13032         (replace-highlight, replace-dehighlight): Move function definitions
13033         up closer to `replace-search'.  (Bug#11746)
13035 2013-05-27  Juri Linkov  <juri@jurta.org>
13037         * replace.el (perform-replace): Ignore invisible matches.
13038         In addition to checking `query-replace-skip-read-only', also
13039         filter out matches by calling `run-hook-with-args-until-failure'
13040         on `isearch-filter-predicates', and also check `search-invisible'
13041         for t or call `isearch-range-invisible'.
13042         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
13044 2013-05-27  Juri Linkov  <juri@jurta.org>
13046         * isearch.el (isearch-filter-predicates): Rename from
13047         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
13048         (isearch-message-prefix): Display text from the property
13049         `isearch-message-prefix' of the currently active filters.
13050         (isearch-search): Don't compare `isearch-filter-predicate' with
13051         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
13052         on `isearch-filter-predicates'.  Also check `search-invisible' for t
13053         or call `isearch-range-invisible'.
13054         (isearch-filter-visible): Make obsolete.
13055         (isearch-lazy-highlight-search):
13056         Call `run-hook-with-args-until-failure' on
13057         `isearch-filter-predicates' and use `isearch-range-invisible'.
13059         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
13060         `isearch-filter-predicates' instead of `funcall'ing
13061         `isearch-filter-predicate'.
13062         (Info-mode): Set `Info-isearch-filter' to
13063         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
13065         * dired-aux.el (dired-isearch-filter-predicate-orig):
13066         Remove variable.
13067         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
13068         (dired-isearch-filenames-end): Add and remove
13069         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
13070         instead of changing the value of `isearch-filter-predicate'.
13071         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
13072         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
13073         Put property `isearch-message-prefix' to "filename " on
13074         `dired-isearch-filter-filenames'.
13076         * wdired.el (wdired-change-to-wdired-mode):
13077         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
13078         locally instead of changing `isearch-filter-predicate'.
13079         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
13081 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
13083         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
13084         return the commit hash (Bug#14459).  Also set the
13085         `vc-git-detached' property.
13086         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
13087         (vc-git-mode-line-string): Use the same help-echo format whether
13088         in detached mode or not, because we know the actual revision now.
13089         When in detached mode, shorten the revision to 7 chars.
13091 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13093         * emacs-lisp/easy-mmode.el (define-minor-mode):
13094         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
13095         mode hook and provide a docstring.
13097 2013-05-27  Alan Mackenzie  <acm@muc.de>
13099         Remove spurious syntax-table text properties inserted by C-y.
13100         * progmodes/cc-mode.el (c-after-change): Also clear hard
13101         syntax-table property with value nil.
13103 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
13105         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
13106         when reading the events; the buffer layout shall not be changed.
13108 2013-05-27  Leo Liu  <sdl.web@gmail.com>
13110         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
13111         New variable.
13112         (inferior-octave-directory-tracker): Automatically re-sync
13113         default-directory.
13114         (octave-help): Improve handling of 'See also'.
13116 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13118         * doc-view.el: Minor naming convention tweaks.
13119         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
13121         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
13122         even if there's no `display' property yet (bug#14435).
13124 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
13126         * subr.el (unmsys--file-name): Rename from reveal-filename.
13128         * Makefile.in (custom-deps, finder-data, autoloads)
13129         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
13130         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
13131         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
13133 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13135         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
13136         error-completion on the first 2 args of condition-case (bug#14446).
13137         Don't burp at EOB.
13139 2013-05-25  Leo Liu  <sdl.web@gmail.com>
13141         * comint.el (comint-previous-matching-input): Do not flood the
13142         *Messages* buffer with trivial messages.
13144 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13146         * progmodes/flymake.el (flymake-nop): Don't return a string.
13147         (flymake-set-at): Fix typo.
13149         * simple.el (read--expression): New function, extracted from
13150         eval-expression.  Set completion-at-point-functions (bug#14465).
13151         (eval-expression, eval-minibuffer): Use it.
13153 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
13155         * progmodes/flymake.el (flymake-save-buffer-in-file)
13156         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
13157         (flymake-selected-frame, flymake-log, flymake-ins-after)
13158         (flymake-set-at, flymake-get-buildfile-from-cache)
13159         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
13160         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
13161         Refine the doc string.
13162         (flymake-get-file-name-mode-and-masks): Reformat.
13163         (flymake-get-real-file-name-function): Fix a minor bug.
13165 2013-05-24  Juri Linkov  <juri@jurta.org>
13167         * progmodes/grep.el (grep-mode-font-lock-keywords):
13168         Support =linenumber= format used by git-grep for lines with
13169         function names.  (Bug#13549)
13171 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13173         * progmodes/octave.el (octave-smie-rules): Return nil rather than
13174         0 after a semi-colon; it works better for smie-auto-fill.
13175         (octave--indent-new-comment-line): New function.
13176         (octave-indent-new-comment-line): Use it (indirectly).
13177         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
13178         modify comment-line-break-function.
13180         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
13181         (smie-setup): Use add-function to set it.
13183 2013-05-24  Sam Steingold  <sds@gnu.org>
13185         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
13186         argument (before the `interactive' argument).
13188 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13190         * image-mode.el (image-mode-winprops): Add winprops to
13191         image-mode-winprops-alist before running
13192         image-mode-new-window-functions.
13193         * doc-view.el (doc-view-new-window-function): Don't delay
13194         doc-view-goto-page via timers (bug#14435).
13196 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
13198         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
13199         (doc-view-desktop-save-buffer): New function.
13200         (doc-view-restore-desktop-buffer): New function.
13201         (desktop-buffer-mode-handlers):
13202         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
13203         handler.
13204         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
13205         `desktop-save-buffer' function.
13207 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
13209         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
13210         (tramp-gvfs-file-name-handler): Raise a user error when
13211         `tramp-gvfs-enabled' is nil.
13212         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
13213         Do not raise a user error when loading package.  (Bug#14447)
13215         * net/xesam.el: Move to obsolete/.
13217 2013-05-24  Glenn Morris  <rgm@gnu.org>
13219         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
13221         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
13223         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
13224         (Info-find-node, Man-getpage-in-background): Declare.
13226         * mail/unrmail.el (unrmail):
13227         Replace obsolete detect-coding-with-priority.
13229         * net/socks.el (socks-split-string): Use this rather than split-string.
13230         (socks-nslookup-host): Update for above change.
13231         (dynamic-choice, s5-dynamic-choice-match)
13232         (s5-dynamic-choice-match-inline, s5-widget-value-create):
13233         Comment out unused code.
13235         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
13236         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
13237         (gud-tooltip-echo-area): Make obsolete.
13238         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
13240         * progmodes/js.el (js--optimize-arglist): Declare.
13242         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
13244         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
13245         (ediff-window-C): Declare.
13247         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
13248         Tweak requires to silence compiler.
13250         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
13251         (he-search-string, he-tried-table, he-expand-list)
13252         (he-init-string, he-string-member, he-substitute-string)
13253         (he-reset-string): Declare.
13255         * obsolete/options.el (list-options): Use custom-variable-p,
13256         rather than obsolete alias.
13258 2013-05-23  Sam Steingold  <sds@gnu.org>
13260         * simple.el (shell-command-on-region): Pass the `replace' argument
13261         down to `call-process-region' to comply with the doc as reported on
13262         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
13264 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13266         * emacs-lisp/smie.el (smie-indent-forward-token)
13267         (smie-indent-backward-token): Handle string tokens (bug#14381).
13269 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
13271         * ielm.el (ielm-menu): New menu.
13272         (inferior-emacs-lisp-mode): Set comment-start.
13274 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
13276         * textmodes/reftex.el (reftex-ref-style-toggle):
13277         Fix deactivate action.
13279         * textmodes/reftex-vars.el (reftex-ref-style-alist):
13280         Add cleveref macros.
13282         * textmodes/reftex-parse.el
13283         (reftex-locate-bibliography-files): Accept options for
13284         bibliography commands.
13285         * textmodes/reftex-vars.el (reftex-bibliography-commands):
13286         Add addbibresource.  Basic Biblatex support.
13288 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
13290         * net/tramp-gvfs.el (top):
13291         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
13292         when loading package.  (Bug#14447)
13294 2013-05-23  Glenn Morris  <rgm@gnu.org>
13296         * progmodes/js.el: No need to load comint when compiling.
13297         (ring-insert, comint-send-string, comint-send-input)
13298         (comint-last-input-end, ido-chop): Declare.
13300         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
13301         * vc/ediff-mult.el: Adjust requires.
13302         (ediff-directories-internal, ediff-directory-revisions-internal)
13303         (ediff-patch-file-internal): Declare.
13304         * vc/ediff-ptch.el: Adjust requires.
13305         (ediff-use-last-dir, ediff-buffers-internal): Declare.
13306         (ediff-find-file): Autoload.
13307         * vc/ediff-util.el: No need to load ediff when compiling.
13308         (ediff-regions-internal): Declare.
13309         * vc/ediff-wind.el: Adjust requires.
13310         (ediff-compute-toolbar-width): Define when compiling.
13311         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
13312         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
13313         (dired-get-filename, dired-get-marked-files)
13314         (ediff-last-dir-patch, ediff-patch-default-directory)
13315         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
13316         (ediff-patch-buffer-internal): Declare.
13318         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
13319         (ispell-process, ispell-buffer-local-words, lm-summary)
13320         (lm-section-start, lm-section-end): Declare.
13321         (checkdoc-ispell-init): Simplify.
13323         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
13324         (he-string-member, he-reset-string, he-substitute-string): Declare.
13326         * eshell/em-ls.el: Adjust requires.
13327         (eshell-glob-regexp): Declare.
13328         * eshell/em-tramp.el: Adjust requires.
13329         (eshell-parse-command): Autoload.
13330         * eshell/em-xtra.el: Adjust requires.
13331         (eshell-parse-command): Autoload.
13332         * eshell/esh-ext.el: Adjust requires.
13333         (eshell-parse-command, eshell-close-handles): Autoload.
13334         * eshell/esh-io.el: Adjust requires.
13335         (eshell-output-filter): Autoload.
13336         * eshell/esh-util.el: No need to load tramp when compiling.
13337         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
13338         Declare.
13339         (eshell-parse-ange-ls): Require ange-ftp and tramp.
13340         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
13341         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
13342         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
13343         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
13344         * eshell/esh-opt.el, eshell/esh-proc.el:
13345         * eshell/esh-var.el: Adjust requires.
13346         * eshell/eshell.el: Do not require esh-util twice.
13347         (eshell-add-input-to-history): Declare.
13348         (eshell-command): Check history module is active before using it.
13350         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
13352 2013-05-22  Leo Liu  <sdl.web@gmail.com>
13354         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
13356 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
13358         * autorevert.el (auto-revert-notify-add-watch)
13359         (auto-revert-notify-handler): Add `attrib' for the inotify case,
13360         it indicates changes in file modification time.
13362 2013-05-22  Glenn Morris  <rgm@gnu.org>
13364         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13365         Always delete the autoloaded function from the noruntime and
13366         unresolved functions lists.
13368         * allout.el: No need to load epa, epg, overlay when compiling.
13369         (epg-context-set-passphrase-callback, epg-list-keys)
13370         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
13371         (epg-key-user-id-list): Declare.
13373         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
13374         (viper-set-parsing-style-toggling-macro)
13375         (viper-set-emacs-state-searchstyle-macros):
13376         Use called-interactively-p on Emacs.
13377         (viper-looking-back): Make it an obsolete alias.  Update callers.
13378         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
13379         Use looking-back rather than viper-looking-back.
13380         (viper-tmp-insert-at-eob, viper-enlarge-region)
13381         (viper-read-string-with-history, viper-register-to-point)
13382         (viper-append-to-register, viper-change-state-to-vi)
13383         (viper-backward-char-carefully, viper-forward-char-carefully)
13384         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
13385         (viper-change-state-to-emacs): Declare.
13386         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
13387         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
13388         * emulation/viper-mous.el: Do not load viper-cmd.
13389         (viper-backward-char-carefully, viper-forward-char-carefully)
13390         (viper-forward-word, viper-adjust-window): Declare.
13392         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
13394         * progmodes/idlw-help.el (idlwave-help-fontify):
13395         Use called-interactively-p.
13397         * term/w32console.el (w32-get-console-codepage)
13398         (w32-get-console-output-codepage): Declare.
13400         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
13401         Remove unnecessary declarations.
13402         (dframe-message): Doc fix.
13404         * info.el (dframe-select-attached-frame, dframe-current-frame):
13405         Declare.
13407         * speedbar.el (speedbar-message): Make it an obsolete alias.
13408         Update all callers.
13409         (speedbar-with-attached-buffer)
13410         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
13411         (speedbar-with-writable): Use backquote.
13412         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
13413         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
13414         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
13415         rather than speedbar- aliases.
13416         * mail/rmail.el: Load dframe rather than speedbar when compiling.
13417         (speedbar-make-specialized-keymap, speedbar-insert-button)
13418         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
13419         (speedbar-do-function-pointer): Declare.
13420         (rmail-speedbar-button, rmail-speedbar-find-file)
13421         (rmail-speedbar-move-message):
13422         Use dframe-with-attached-buffer rather than speedbar- alias.
13423         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
13424         (dframe-message, speedbar-make-specialized-keymap)
13425         (speedbar-add-expansion-list, speedbar-mode-functions-list)
13426         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
13427         (speedbar-insert-button, dframe-select-attached-frame)
13428         (dframe-maybee-jump-to-attached-frame)
13429         (speedbar-change-initial-expansion-list)
13430         (speedbar-previously-used-expansion-list-name): Declare.
13431         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
13432         Use dframe-message, dframe-with-attached-buffer rather than
13433         speedbar- aliases.
13434         (gud-sentinel): Silence compiler.
13435         * progmodes/vhdl-mode.el (speedbar-refresh)
13436         (speedbar-do-function-pointer, speedbar-add-supported-extension)
13437         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
13438         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
13439         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
13440         (speedbar-file-lists, speedbar-make-tag-line)
13441         (speedbar-line-directory, speedbar-goto-this-file)
13442         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
13443         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
13444         (speedbar-make-button, speedbar-reset-scanners)
13445         (speedbar-files-item-info, speedbar-line-text)
13446         (speedbar-find-file-in-frame, speedbar-set-timer)
13447         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
13448         (speedbar-with-writable): Do not (re)define it.
13449         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
13450         rather than speedbar- alias.
13452 2013-05-21  Leo Liu  <sdl.web@gmail.com>
13454         * progmodes/octave.el (octave-mode-menu): Update and re-organize
13455         menu items.
13456         (octave-mode): Tweak fill-nobreak-predicate.
13457         (inferior-octave-startup): Check process to avoid infinite loop.
13458         (inferior-octave): Pop to buffer first to show abornmal process
13459         exit information.
13461 2013-05-21  Glenn Morris  <rgm@gnu.org>
13463         * printing.el (pr-menu-bar): Define when compiling.
13465 2013-05-21  Leo Liu  <sdl.web@gmail.com>
13467         * progmodes/octave.el (octave-auto-fill): Remove.
13468         (octave-indent-new-comment-line): Improve.
13469         (octave-mode): Use auto fill mode through
13470         comment-line-break-function and fill-nobreak-predicate.
13471         (octave-goto-function-definition): Support DEFUN_DLD.
13472         (octave-beginning-of-defun): Small tweak.
13473         (octave-help): Show parent directory.
13475 2013-05-21  Glenn Morris  <rgm@gnu.org>
13477         * files.el (dired-unmark):
13478         * progmodes/gud.el (gdb-input): Update declarations.
13480         * calculator.el (electric, ehelp): No need to load when compiling.
13481         (Electric-command-loop, electric-describe-mode): Declare.
13483         * doc-view.el (doc-view-current-converter-processes): Move before use.
13485         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13486         Move MODE-set-explicitly definition before use.
13488         * international/mule-diag.el (mule-diag):
13489         Don't use obsolete window-system-version.
13491         * mail/feedmail.el (smtpmail): No need to load when compiling.
13492         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
13494         * mail/mail-utils.el (rfc822): No need to load when compiling.
13495         (rfc822-addresses): Autoload it.
13496         (mail-strip-quoted-names): Trivial simplification.
13498         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
13499         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
13501         * net/snmp-mode.el (tempo): Don't duplicate requires.
13503         * progmodes/prolog.el (info): No need to load when compiling.
13504         (comint): Require before shell requires it.
13505         (Info-goto-node): Autoload it.
13506         (Info-follow-nearest-node): Declare.
13507         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
13509         * textmodes/artist.el (picture-mode-exit): Declare.
13511         * textmodes/reftex-parse.el (reftex-parse-from-file):
13512         Trivial rewrite so the compiler can parse it better.
13514 2013-05-20  Leo Liu  <sdl.web@gmail.com>
13516         * progmodes/octave.el (octave-help-mode-map)
13517         (octave-help-mode-finish-hook): New variables.
13518         (octave-help-mode, octave-help-mode-finish): New functions.
13519         (octave-help): Use octave-help-mode.
13521 2013-05-20  Glenn Morris  <rgm@gnu.org>
13523         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
13525 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
13527         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
13528         start at point, so that expansion starting right after opening
13529         slash in a regexp is recognized.
13530         (ruby-syntax-before-regexp-re): New defvar, extracted from
13531         ruby-syntax-propertize-function.  Since the value of this regexp
13532         is looked up at runtime now, we should be able to turn
13533         `ruby-syntax-methods-before-regexp' into a defcustom later.
13534         (ruby-syntax-propertize-function): Split regexp matching into two
13535         parts, for opening and closing slashes.  That allows us to skip
13536         over string interpolations and support multiline regexps.
13537         Don't call `ruby-syntax-propertize-expansions', instead use another rule
13538         for them, which calls `ruby-syntax-propertize-expansion'.
13539         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
13540         call to `ruby-syntax-propertize-function'.
13541         (ruby-syntax-propertize-expansion): Extracted from
13542         `ruby-syntax-propertize-expansions'.  Handles one expansion.
13543         (ruby-syntax-propertize-percent-literal): Leave point right after
13544         the percent symbol, so that the expression expansion rule can
13545         propertize the contents.
13546         (ruby-syntax-propertize-heredoc): Leave point at bol following the
13547         heredoc openers.
13548         (ruby-syntax-propertize-expansions): Remove.
13550 2013-05-18  Juri Linkov  <juri@jurta.org>
13552         * man.el (Man-default-man-entry): Remove `-' from the end
13553         of the default value.  (Bug#14400)
13555 2013-05-18  Glenn Morris  <rgm@gnu.org>
13557         * comint.el (comint-password-prompt-regexp):
13558         Allow "password for XXX" where XXX contains colons (eg https://...).
13560 2013-05-18  Leo Liu  <sdl.web@gmail.com>
13562         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
13563         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
13564         (octave-source-directories): Don't check process.
13565         (octave-source-directories, octave-find-definition): Doc fix.
13567 2013-05-18  Glenn Morris  <rgm@gnu.org>
13569         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
13570         Remove backspace/delete bindings.  (Bug#14392)
13572         * cus-dep.el (custom-make-dependencies): Sort the output.
13573         (custom-versions-load-alist): Convert comment to doc.
13575 2013-05-17  Leo Liu  <sdl.web@gmail.com>
13577         * newcomment.el (comment-search-backward): Stricter in finding
13578         comment start.  (Bug#14303)
13580         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
13581         (octave-comment-start-skip): Properly anchored.
13583 2013-05-17  Leo Liu  <sdl.web@gmail.com>
13585         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
13586         Clean up when turned off.  (Bug#14395)
13587         (smie--highlight-matching-block-overlay): No longer buffer-local.
13588         (smie-highlight-matching-block): Adjust.
13590 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
13592         Doc string fix for "nanoseconds" (Bug#14406).
13593         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
13594         Fix doc string typo that had "nanoseconds" instead of "microseconds".
13596 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
13598         * calc/calc-units.el (math-extract-units): Preserve powers
13599         of units.
13601 2013-05-17  Leo Liu  <sdl.web@gmail.com>
13603         * subr.el (delete-consecutive-dups): New function.
13604         * ido.el (ido-set-matches-1): Use it.
13605         * progmodes/octave.el (inferior-octave-completion-table): Use it.
13606         * ido.el (ido-remove-consecutive-dups): Remove.
13608 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13610         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
13611         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
13612         regexp-opt's `words'.
13614 2013-05-16  Leo Liu  <sdl.web@gmail.com>
13616         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
13617         (smie--highlight-matching-block-overlay)
13618         (smie--highlight-matching-block-lastpos)
13619         (smie--highlight-matching-block-timer): New variables.
13620         (smie-highlight-matching-block): New function.
13621         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
13622         (smie-setup): Conditionally enable smie-blink-matching-open.
13624 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
13626         Sync with upstream verilog-mode r840.
13627         * progmodes/verilog-mode.el (verilog-mode-version)
13628         (verilog-mode-release-date): Update.
13629         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
13630         (verilog-sig-tieoff): Fix string error on
13631         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
13632         (verilog-read-decls): Fix parameters confusing
13633         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
13635 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
13637         * subr.el (reveal-filename): New function.
13639         * loadup.el: Compute Emacs executable versions on MS-Windows,
13640         where executables have the .exe extension.  Add a hard link
13641         emacs-XX.YY.ZZ.exe on MS-Windows.
13643         * Makefile.in (XARGS_LIMIT): New variable.
13644         (custom-deps, finder-data, autoloads)
13645         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
13646         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
13647         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
13648         (compile-main): Limit xargs according to $(XARGS_LIMIT).
13650 2013-05-16  Leo Liu  <sdl.web@gmail.com>
13652         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
13653         (octave-mode-menu, octave-mode-map): Remove its uses.
13655 2013-05-16  Reto Zimmermann  <reto@gnu.org>
13657         Sync with upstream vhdl mode v3.34.2.
13658         * progmodes/vhdl-mode.el: Use `push' throughout.
13659         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
13660         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
13661         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
13662         (vhdl-actual-generic-name): New option to derive actual generic name.
13663         (vhdl-port-paste-signals): Replace formal by actual generics.
13664         (vhdl-beautify): New name for old group vhdl-align.  Update users.
13665         (vhdl-beautify-options): New option.
13666         (vhdl-last-input-event): New compat alias.  Use throughout.
13667         (vhdl-goto-line): Replace user level function `goto-line'.
13668         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
13669         vhdl-fix-statement-buffer.
13670         (vhdl-create-mode-menu): Add some entries.
13671         (vhdl-align-region-groups): Respect vhdl-beautify-options.
13672         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
13673         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
13674         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
13675         to force statements on one line.
13676         (vhdl-remove-trailing-spaces-region):
13677         New, split from vhdl-remove-trailing-spaces.
13678         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
13679         Respect vhdl-beautify-options.
13680         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
13681         (vhdl-update-sensitivity-list): Not add with index if exists without.
13682         Not include array index with signal.  Ignore keywords in comments.
13683         (vhdl-get-visible-signals): Regexp tweaks.
13684         (vhdl-template-component-inst): Handle empty library.
13685         (vhdl-template-type): Add template for 'enum' type.
13686         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
13687         Use vhdl-replace-string.
13688         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
13689         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
13690         (vhdl-speedbar-initialize): Update for above name change.
13691         (vhdl-compose-wire-components): Fix in handling of constants.
13692         (vhdl-error-regexp-emacs-alist): New variable.
13693         (vhdl-error-regexp-add-emacs): New function;
13694         adds support for new compile.el (Emacs 22+)
13695         (vhdl-generate-makefile-1): Change target order for single lib. units.
13696         Allow use of absolute file names.
13698 2013-05-16  Leo Liu  <sdl.web@gmail.com>
13700         * simple.el (prog-indent-sexp): Indent enclosing defun.
13702 2013-05-15  Glenn Morris  <rgm@gnu.org>
13704         * cus-start.el (show-trailing-whitespace): Move to editing basics.
13705         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
13706         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
13707         (whitespace-highlight): Move to whitespace group.
13709         * comint.el (comint-source):
13710         * pcmpl-linux.el (pcmpl-linux):
13711         * shell.el (shell-faces):
13712         * eshell/esh-opt.el (eshell-opt):
13713         * international/ccl.el (ccl): Remove empty custom groups.
13715         * completion.el (dynamic-completion-mode):
13716         * jit-lock.el (jit-lock-debug-mode):
13717         * minibuffer.el (completion-in-region-mode):
13718         * type-break.el (type-break-mode-line-message-mode)
13719         (type-break-query-mode):
13720         * emulation/tpu-edt.el (tpu-edt-mode):
13721         * progmodes/subword.el (global-subword-mode, global-superword-mode):
13722         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
13723         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
13725         * term/xterm.el (xterm): Change parent group to terminals.
13727         * master.el (master): Remove empty custom group.
13728         (master-mode): Remove unused :group argument.
13729         * textmodes/refill.el (refill): Remove empty custom group.
13730         (refill-mode): Remove unused :group argument.
13732         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
13734         * cus-dep.el: Provide a feature.
13735         (custom-make-dependencies): Ignore dotfiles (dir-locals).
13736         Don't mistakenly ignore files whose basenames match a basename
13737         from preloaded-file-list (eg cedet/ede/simple.el).
13738         Add a fallback method for getting :group.
13740 2013-05-15  Juri Linkov  <juri@jurta.org>
13742         * isearch.el (isearch-char-by-name): Rename from
13743         `isearch-insert-char-by-name'.  Doc fix.
13744         (isearch-forward): Mention `isearch-char-by-name' in
13745         the docstring.  (Bug#13348)
13747         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
13748         `exit-minibuffer' instead of
13749         `isearch-nonincremental-exit-minibuffer'.
13750         (isearch-edit-string): Remove mention of
13751         `isearch-nonincremental-exit-minibuffer' from docstring.
13752         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
13753         (isearch-forward-exit-minibuffer)
13754         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
13756 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13758         * loadup.el: Just use unversioned DOC.
13760         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
13761         literals as extending to EOB.
13762         (nxml-last-fontify-end): Remove unused variable.
13763         (nxml-after-change1): Use with-silent-modifications.
13764         (nxml-extend-after-change-region): Simplify.
13765         (nxml-extend-after-change-region1): Remove function.
13766         (nxml-after-change1): Don't adjust for dependent regions.
13767         (nxml-fontify-matcher): Simplify.
13768         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
13769         (xmltok-add-dependent): Remove function.
13770         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
13771         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
13772         (xmltok-scan-prolog-after-processing-instruction-open): Treat
13773         unclosed <[[, <?, comment, and other literals as extending to EOB.
13774         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
13775         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
13776         Remove functions.
13777         (rng-do-some-validation-1): Don't mark dependent regions.
13778         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
13779         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
13780         (nxml-clear-dependent-regions): Remove functions.
13781         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
13782         (nxml-ensure-scan-up-to-date):
13783         Don't clear&mark dependent regions.
13785 2013-05-15  Leo Liu  <sdl.web@gmail.com>
13787         * progmodes/octave.el (octave-goto-function-definition):
13788         Improve and fix callers.
13790 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13792         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
13793         the setter (bug#14387).
13795         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
13796         surrounding group (bug#14402).
13798 2013-05-14  Juri Linkov  <juri@jurta.org>
13800         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
13801         (Bug#14390)
13803 2013-05-14  Glenn Morris  <rgm@gnu.org>
13805         * progmodes/f90.el (f90-imenu-generic-expression):
13806         Fix typo in 2013-05-08 change.  (Bug#14402)
13808 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
13810         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
13811         Remove signals for which replies are never received.
13813 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
13815         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
13816         (gdb-handler-alist, gdb-handler-number): Remove variables.
13817         (gdb-handler-list): New variable.
13818         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
13819         (gdb-pending-handler-p, gdb-handle-reply)
13820         (gdb-remove-all-pending-triggers): New functions.
13821         (gdb-discard-unordered-replies): New defcustom.
13822         (gdb-handler): New defstruct.
13823         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
13824         instead of gdb-pending-triggers.  Update docstring.
13825         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
13826         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
13827         (gdb-var-update-handler, def-gdb-auto-update-trigger)
13828         (def-gdb-auto-update-handler, gdb-get-changed-registers)
13829         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
13830         (gdb-frame-handler): Pending triggers are now automatically managed.
13831         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
13832         Remove argument.
13833         (gdb-input): Automatically handles pending triggers.  Update docstring.
13834         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
13835         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
13836         Update comments.
13837         (gdb-done-or-error): Now use gdb-handle-reply.
13839 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
13841         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
13842         gdb-debug-log.
13844 2013-05-14  Glenn Morris  <rgm@gnu.org>
13846         * subr.el (user-emacs-directory-warning): New option.
13847         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
13849 2013-05-14  Leo Liu  <sdl.web@gmail.com>
13851         * progmodes/octave.el (octave-font-lock-keywords): Fix error
13852         during redisplay.
13853         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
13854         (octave-font-lock-texinfo-comment): Fix invalid search bound
13855         error: wrong side of point.
13857 2013-05-14  Glenn Morris  <rgm@gnu.org>
13859         * progmodes/flymake.el (flymake-xml-program): New option.
13860         (flymake-xml-init): Use it.
13862         * term/xterm.el: Provide a feature.
13864         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
13866 2013-05-13  Glenn Morris  <rgm@gnu.org>
13868         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
13869         Add compat aliases as a hack workaround.  (Bug#14384)
13871 2013-05-13  Leo Liu  <sdl.web@gmail.com>
13873         * progmodes/octave.el (octave-indent-comment): Fix indentation for
13874         ###, and %!.
13875         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
13876         C-M-q.
13877         (octave-comment-start-skip): Include %!.
13878         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
13880 2013-05-12  Leo Liu  <sdl.web@gmail.com>
13882         * progmodes/octave.el (inferior-octave-startup): Store the value
13883         of __octave_srcdir__ for octave-source-directories.
13884         (inferior-octave-check-process): New function refactored out of
13885         inferior-octave-send-list-and-digest.
13886         (octave-source-directories)
13887         (octave-find-definition-filename-function): New variables.
13888         (octave-source-directories)
13889         (octave-find-definition-default-filename): New functions.
13890         (octave-find-definition): Improve to find functions implemented in C++.
13892 2013-05-12  Glenn Morris  <rgm@gnu.org>
13894         * calendar/diary-lib.el (diary-outlook-format-1):
13895         Don't include dayname in the output.  (Bug#14349)
13897 2013-05-11  Glenn Morris  <rgm@gnu.org>
13899         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
13901         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
13902         Treat cc-provide like provide.
13904 2013-05-11  Kevin Ryde  <user42@zip.com.au>
13906         * cus-dep.el (custom-make-dependencies):
13907         Use generated-autoload-load-name for the sake of files such
13908         such cedet/semantic/bovine/c.el, where the base file name
13909         is not in load-path.  (Bug#5277)
13911 2013-05-11  Glenn Morris  <rgm@gnu.org>
13913         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
13914         Provide features.
13916 2013-05-11  Leo Liu  <sdl.web@gmail.com>
13918         * progmodes/octave.el (octave-indent-comment): Improve.
13919         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
13920         (octave-eldoc-function-signatures, octave-eldoc-function):
13921         New functions.
13922         (octave-mode, inferior-octave-mode): Add eldoc support.
13924 2013-05-11  Richard Stallman  <rms@gnu.org>
13926         * epa.el (epa-decrypt-file): Take output file name as argument
13927         and read it using `interactive'.
13929 2013-05-11  Leo Liu  <sdl.web@gmail.com>
13931         * progmodes/octave.el (octave-beginning-of-line)
13932         (octave-end-of-line): Check before using up-list because it jumps
13933         out of more syntactic contructs since moving to smie.
13934         (octave-indent-comment): New function.
13935         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
13936         (octave-begin-keywords, octave-end-keywords)
13937         (octave-reserved-words, octave-smie-bnf-table)
13938         (octave-smie-rules): Add new keywords from Octave 3.6.4.
13940 2013-05-11  Glenn Morris  <rgm@gnu.org>
13942         * faces.el (internal-face-x-get-resource):
13943         * frame.el (ns-display-monitor-attributes-list):
13944         * calc/calc-aent.el (math-to-radians-2):
13945         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
13946         Fix declarations.
13948         * calc/calc-menu.el: Make it loadable in isolation.
13950         * net/eudcb-bbdb.el: Make it loadable without bbdb.
13951         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
13952         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
13953         (eudc-bbdb-query-internal): Require 'bbdb.
13955         * lpr.el (lpr-headers-switches):
13956         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
13958         * progmodes/sql.el (sql-login-params): Fix and improve :type.
13960         * emulation/edt-mapper.el: In batch mode, error rather than hang.
13962         * term.el (term-set-escape-char): Make it idempotent.
13964 2013-05-10  Leo Liu  <sdl.web@gmail.com>
13966         * progmodes/octave.el (inferior-octave-completion-table):
13967         No longer a function and all uses changed.  Use cache to speed up
13968         completion due to bug#11906.
13969         (octave-beginning-of-defun): Re-write to be more general.
13971 2013-05-10  Glenn Morris  <rgm@gnu.org>
13973         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
13975 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13977         * comint.el (comint-redirect-send-command-to-process): Use :around
13978         rather than :override for comint-redirect-filter.
13979         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
13980         Call it instead of comint-redirect-original-filter-function (which
13981         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
13983 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
13985         * frame.el (display-monitor-attributes-list): Add NS case.
13986         (ns-display-monitor-attributes-list): Declare.
13988 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
13990         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
13992 2013-05-09  Glenn Morris  <rgm@gnu.org>
13994         * international/fontset.el (vertical-centering-font-regexp):
13995         Set standard-value.
13997         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
13999         * bookmark.el (bookmark-search-delay):
14000         * cus-start.el (vertical-centering-font-regexp):
14001         * ps-mule.el (ps-mule-font-info-database-default):
14002         * ps-print.el (ps-default-fg, ps-default-bg):
14003         * type-break.el (type-break-good-break-interval):
14004         * whitespace.el (whitespace-indentation-regexp)
14005         (whitespace-space-after-tab-regexp):
14006         * emacs-lisp/testcover.el (testcover-1value-functions)
14007         (testcover-noreturn-functions, testcover-progn-functions)
14008         (testcover-prog1-functions):
14009         * emulation/viper-init.el (viper-emacs-state-cursor-color):
14010         * eshell/em-glob.el (eshell-glob-translate-alist):
14011         * play/tetris.el (tetris-tty-colors):
14012         * progmodes/cpp.el (cpp-face-default-list):
14013         * progmodes/flymake.el (flymake-allowed-file-name-masks):
14014         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
14015         (idlwave-help-browser-generic-args):
14016         * progmodes/make-mode.el (makefile-special-targets-list):
14017         * progmodes/python.el (python-shell-virtualenv-path):
14018         * progmodes/verilog-mode.el (verilog-active-low-regexp)
14019         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
14020         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
14021         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
14022         * textmodes/reftex-vars.el (reftex-format-label-function):
14023         * textmodes/remember.el (remember-diary-file): Fix custom types.
14025         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
14026         Add :version.
14028 2013-05-09  Leo Liu  <sdl.web@gmail.com>
14030         * progmodes/octave.el (inferior-octave-completion-at-point):
14031         Restore file completion.  (Bug#14300)
14032         (inferior-octave-startup): Fix incorrect highlighting for the
14033         first prompt.
14035 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14037         * progmodes/ruby-mode.el: First cut at SMIE support.
14038         (ruby-use-smie): New var.
14039         (ruby-smie-grammar): New constant.
14040         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
14041         (ruby-smie--forward-token, ruby-smie--backward-token)
14042         (ruby-smie-rules): New functions.
14043         (ruby-mode-variables): Setup SMIE if applicable.
14045 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
14047         * simple.el (line-move-visual): Signal beginning/end of buffer
14048         only if vertical-motion moved less than it was requested.  Avoids
14049         silly incorrect error messages when there are display strings with
14050         multiple newlines at EOL.
14052 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14054         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
14055         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
14056         (prolog-char-quote-workaround):
14057         * progmodes/cperl-mode.el (cperl-under-as-char):
14058         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
14059         Mark as obsolete.
14060         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
14061         their declaration.
14062         (vhdl-mode-syntax-table-init): Remove.
14064         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
14065         last change.
14067         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
14068         syntax for "_".
14069         (ld-script-font-lock-keywords):
14070         Change regexps to use things like \_< and \_>.
14072         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
14073         Change all regexps to use things like \_< and \_>.
14075         * progmodes/autoconf.el (autoconf-definition-regexp)
14076         (autoconf-font-lock-keywords, autoconf-current-defun-function):
14077         Handle a _ with symbol syntax.
14078         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
14080         * progmodes/ada-mode.el (ada-mode-abbrev-table):
14081         Consolidate declaration.
14082         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
14083         the declaration.
14084         (ada-create-syntax-table): Remove.
14085         (ada-capitalize-word): Don't mess with the syntax of "_" since it
14086         already has the right syntax nowadays.
14087         (ada-goto-next-word): Don't change the syntax of "_".
14089         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
14090         with-wrapper-hook.
14092 2013-05-08  Sam Steingold  <sds@gnu.org>
14094         * thingatpt.el (thing-at-point): Accept optional second argument
14095         NO-PROPERTIES to strip the text properties from the return value.
14096         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
14097         to `thing-at-point' instead of stripping the properties ourselves.
14098         Also, when `thing-at-point' fails to find a url, prepend "http://"
14099         to the filename at point on the assumption that the user is
14100         pointing at something like gnu.org/gnu.
14102 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
14104         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
14105         * faces.el (crm-separator):
14106         Silence byte-compiler.
14108         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
14109         (tool-bar-map): Remove unneeded defvars.
14111 2013-05-08  Leo Liu  <sdl.web@gmail.com>
14113         Re-work a fix for bug#10994 based on Le Wang's patch.
14114         * ido.el (ido-remove-consecutive-dups): New helper.
14115         (ido-completing-read): Use it.
14116         (ido-chop): Revert fix for bug#10994.
14118 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
14120         * cus-edit.el (custom-save-variables):
14121         Pretty-print long values.  (Bug#14187)
14123 2013-05-08  Glenn Morris  <rgm@gnu.org>
14125         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
14126         (m4-mode-syntax-table): Init in the defvar.
14127         (m4-mode-abbrev-table): Let define-derived-mode define it.
14129 2013-05-08  Tom Tromey  <tromey@redhat.com>
14131         * progmodes/m4-mode.el (m4-mode-syntax-table):
14132         Do not treat "_" as word constituent.  (Bug#14167)
14134 2013-05-07  Glenn Morris  <rgm@gnu.org>
14136         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
14137         Remove explicit eshell-isearch-cancel-map.
14139         * progmodes/f90.el (f90-smart-end-names): New option.
14140         (f90-smart-end): Doc fix.
14141         (f90-end-block-optional-name): New constant.
14142         (f90-block-match): Respect f90-smart-end-names.
14144 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14146         * progmodes/octave.el (octave-smie-forward-token): Be more careful
14147         about implicit semi-colons (bug#14218).
14149 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14151         * frame.el (display-monitor-attributes-list)
14152         (frame-monitor-attributes): New functions.
14154 2013-05-06  Leo Liu  <sdl.web@gmail.com>
14156         * progmodes/octave.el (octave-syntax-propertize-function): Change
14157         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
14158         (octave-font-lock-keywords): Use octave-operator-regexp.
14159         (octave-completion-at-point): Rename from
14160         octave-completion-at-point-function.
14161         (inferior-octave-directory-tracker): Robustify.
14162         (octave-text-functions): Remove and fix its uses.  No such things
14163         any more.
14165 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14167         * emacs-lisp/trace.el (trace--display-buffer): New function.
14168         (trace-make-advice): Use it.
14170 2013-05-06  Juri Linkov  <juri@jurta.org>
14172         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
14173         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
14174         Doc fix.
14175         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
14176         in the help string.  (Bug#12985)
14178 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
14180         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
14182 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14184         * progmodes/perl-mode.el: Add support for here documents.
14185         (perl-syntax-propertize-function): Match here-doc markers.
14186         (perl-syntax-propertize-special-constructs): Find their end.
14187         (perl-imenu-generic-expression): Use [:alnum:].
14189         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
14190         (advice--add-function): Refresh the advice if already present
14191         (bug#14317).
14193 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
14195         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
14197 2013-05-06  Glenn Morris  <rgm@gnu.org>
14199         * w32-fns.el (w32-charset-info-alist): Declare.
14201         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
14202         of its defcustom properties.
14203         (eshell-cmpl-initialize): No need to load pcomplete.
14205         * generic-x.el: No need to require comint when compiling.
14207         * net/eudc-export.el: Make it loadable without bbdb.
14208         (top-level): Use require rather than load-library.
14209         (eudc-create-bbdb-record, eudc-bbdbify-phone)
14210         (eudc-batch-export-records-to-bbdb)
14211         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
14212         Require bbdb.
14214 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14216         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
14217         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
14218         some tweaks, instead.
14220 2013-05-05  Leo Liu  <sdl.web@gmail.com>
14222         * progmodes/octave.el (octave-font-lock-keywords)
14223         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
14224         (inferior-octave-send-list-and-digest): Improve error message.
14225         (octave-mode, inferior-octave-mode): Use setq-local.
14226         (octave-help): Set info-lookup-mode.
14228 2013-05-05  Richard Stallman  <rms@gnu.org>
14230         * vc/compare-w.el (compare-windows-whitespace):
14231         Treat no-break space as whitespace.
14233         * mail/rmailsum.el (rmail-summary-rmail-update):
14234         Detect empty summary and don't change selected message.
14235         (rmail-summary-goto-msg): Likewise.
14237         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
14238         Doc fixes, rename args.
14240 2013-05-05  Alan Mackenzie  <acm@muc.de>
14242         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
14244 2013-05-05  Juri Linkov  <juri@jurta.org>
14246         * info.el (Info-read-subfile): Use (point-min) instead of (point)
14247         to not add the length of the summary segment to the return value.
14248         (Bug#14125)
14250 2013-05-05  Leo Liu  <sdl.web@gmail.com>
14252         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
14253         (inferior-octave-output-filter): Remove.
14254         (octave-send-region, inferior-octave-startup): Fix callers.
14255         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
14256         (octave-binary-file-extensions): New user variable.
14257         (octave-find-definition): Confirm if opening binary files.
14258         (octave-help-file): Use octave-find-definition to get the binary
14259         confirmation.
14260         (octave-help): Adjust for octave-help-file change.
14262 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14264         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
14265         Merge the two entries that handle function definitions.
14266         (pascal--syntax-propertize): New const.
14267         (pascal-mode): Use it.  Use setq-local.
14269 2013-05-04  Glenn Morris  <rgm@gnu.org>
14271         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
14272         (diary-from-outlook): Respect diary-from-outlook-function.
14274 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14276         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
14277         Move the declaration from C.
14278         (read-minibuffer, eval-minibuffer): Move from C.
14279         (completion-setup-function): Avoid minibuffer-completion-contents.
14281 2013-05-03  Leo Liu  <sdl.web@gmail.com>
14283         * progmodes/octave.el (octave-font-lock-keywords): Do not
14284         dehighlight 'end' in comments or strings.
14285         (octave-completing-read, octave-goto-function-definition):
14286         New helpers.
14287         (octave-help-buffer): New user variable.
14288         (octave-help-file, octave-help-function): New button types.
14289         (octave-help): New command and bind it to C-h ;.
14290         (octave-find-definition): New command and bind it to M-.
14291         (user-error): Alias to error if not defined.
14293 2013-05-02  Leo Liu  <sdl.web@gmail.com>
14295         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
14296         for \.  (bug#14332)
14297         (octave-font-lock-keywords): Include [ and {.
14299 2013-05-02  Leo Liu  <sdl.web@gmail.com>
14301         * progmodes/octave.el (inferior-octave-startup-file): Change default.
14302         (inferior-octave): Remove calling comint-mode and return the buffer.
14303         (inferior-octave-startup): Cosmetic changes.
14305 2013-05-02  Leo Liu  <sdl.web@gmail.com>
14307         * progmodes/octave.el (octave-syntax-propertize-function):
14308         Include the case when ' is at line beginning.  (Bug#14336)
14310 2013-05-02  Glenn Morris  <rgm@gnu.org>
14312         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
14313         * desktop.el (vc-dir-mode): Just autoload it here.
14315 2013-05-02  Alan Mackenzie  <acm@muc.de>
14317         Eliminate variable c-standard-font-lock-fontify-region-function.
14318         * progmodes/cc-mode.el
14319         (c-standard-font-lock-fontify-region-function): Remove.
14320         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
14322 2013-05-01  Leo Liu  <sdl.web@gmail.com>
14324         * progmodes/octave.el: Compatible with older emacs-24 releases.
14325         (inferior-octave-has-built-in-variables): Remove.  Built-in
14326         variables were removed from Octave in 2007.
14327         (inferior-octave-startup): Fix uses.
14328         (comint-line-beginning-position): Remove compatibility code for
14329         emacs 21.
14331 2013-05-01  Juri Linkov  <juri@jurta.org>
14333         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
14335 2013-05-01  Juri Linkov  <juri@jurta.org>
14337         * comint.el (comint-previous-matching-input): Don't print message
14338         "History item: %d" when `isearch-mode' is active.
14339         (comint-history-isearch-message): Print message "History item: %d"
14340         when `comint-input-ring-index' is not empty and this function is
14341         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
14343 2013-05-01  Leo Liu  <sdl.web@gmail.com>
14345         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
14346         definitions.  Use completion-at-point to insert keywords.
14347         (octave-abbrev-start): Remove.
14348         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
14350 2013-04-30  Leo Liu  <sdl.web@gmail.com>
14352         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
14353         change.
14355 2013-04-30  Alan Mackenzie  <acm@muc.de>
14357         Handle arbitrarily long C++ member initialisation lists.
14358         * progmodes/cc-engine.el (c-back-over-member-initializers):
14359         new function.
14360         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
14361         (most) member init lists.
14363 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
14365         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
14366         variable.
14368 2013-04-30  Leo Liu  <sdl.web@gmail.com>
14370         * progmodes/octave.el (octave-variables): Remove.  No builtin
14371         variables any more.  All converted to functions.
14372         (octave-font-lock-keywords, octave-completion-at-point-function):
14373         Fix uses.
14374         (octave-font-lock-texinfo-comment): New user variable.
14375         (octave-texinfo-font-lock-keywords): New variable for texinfo
14376         comment block.
14377         (octave-function-comment-block): New face.
14378         (octave-font-lock-texinfo-comment): New function.
14379         (octave-mode): Font lock texinfo comment block.
14381 2013-04-29  Leo Liu  <sdl.web@gmail.com>
14383         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
14384         indexing expression.
14385         (octave-continuation-string): Do not use \.
14386         (inferior-octave-complete-impossible): Remove.
14387         (inferior-octave-completion-table)
14388         (inferior-octave-completion-at-point): Remove its uses.
14389         (inferior-octave-startup): completion_matches was introduced to
14390         Octave in 1996 so safe to assume it.
14391         (octave-function-file-comment): Improve to follow how Octave does it.
14392         (octave-update-function-file-comment): Tweak.
14394 2013-04-29  Leo Liu  <sdl.web@gmail.com>
14396         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
14397         (inferior-octave-startup): Remove inferior-octave-startup-hook.
14398         (octave-function-file-comment): Fix typo.
14399         (octave-sync-function-file-names): Use read-char-choice.
14401 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
14403         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
14404         to t for the less important warnings.
14406 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
14408         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
14410 2013-04-27  Glenn Morris  <rgm@gnu.org>
14412         * vc/log-view.el (log-view-current-entry):
14413         Treat "---" separator lines as part of the following rev.  (Bug#14169)
14415 2013-04-27  Juri Linkov  <juri@jurta.org>
14417         * subr.el (read-number): Doc fix about using it by interactive
14418         code letter `n'.  (Bug#14254)
14420 2013-04-27  Juri Linkov  <juri@jurta.org>
14422         * desktop.el (desktop-auto-save-timeout): New option.
14423         (desktop-file-checksum): New variable.
14424         (desktop-save): Add optional arg `auto-save' and don't auto-save
14425         if nothing changed.
14426         (desktop-auto-save-timer): New variable.
14427         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
14428         (after-init-hook): Call `desktop-auto-save-set-timer'.
14429         Suggested by Reuben Thomas <rrt@sc3d.org> in
14430         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
14432 2013-04-27  Leo Liu  <sdl.web@gmail.com>
14434         * progmodes/octave.el (octave-function-file-p)
14435         (octave-skip-comment-forward, octave-function-file-comment)
14436         (octave-update-function-file-comment): New functions.
14437         (octave-mode-map): Bind C-c ; to
14438         octave-update-function-file-comment.
14439         (octave-mode-menu): Add octave-update-function-file-comment.
14440         (octave-mode, inferior-octave-mode): Fix doc-string.
14441         (octave-insert-defun): Conform to Octave's coding convention.
14442         (Bug#14285)
14444         * files.el (basic-save-buffer): Don't let errors in
14445         before-save-hook prevent saving buffer.
14447 2013-04-20  Roland Winkler  <winkler@gnu.org>
14449         * faces.el (read-face-name): Use completing-read if arg multiple
14450         is nil.
14452 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
14454         * ls-lisp.el (ls-lisp-insert-directory): If no files are
14455         displayed, move point to after the totals line.
14456         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
14457         for the details.
14459 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14461         * emacs-lisp/package.el (package-autoload-ensure-default-file):
14462         Add current dir to the load-path.
14463         (package-generate-autoloads): Don't rely on
14464         autoload-ensure-default-file.
14466 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
14468         * textmodes/remember.el (remember-store-in-files): Document that
14469         the file name format is passed to `format-time-string'.
14471 2013-04-26  Leo Liu  <sdl.web@gmail.com>
14473         * progmodes/octave.el (octave-sync-function-file-names): New function.
14474         (octave-mode): Use it in before-save-hook.
14476 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14478         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
14479         (bug#14274).
14481         * progmodes/octave.el (octave-smie-forward-token): Properly skip
14482         \n and comment, even if it's not an implicit ; (bug#14218).
14484 2013-04-26  Glenn Morris  <rgm@gnu.org>
14486         * subr.el (read-number): Once more use `read' rather than
14487         `string-to-number', to trap non-numeric input.  (Bug#14254)
14489 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
14491         * emacs-lisp/syntax.el (syntax-propertize-multiline):
14492         Use `syntax-multiline' text property consistently instead of
14493         `font-lock-multiline'.  (Bug#14237)
14495 2013-04-26  Glenn Morris  <rgm@gnu.org>
14497         * emacs-lisp/shadow.el (list-load-path-shadows):
14498         No longer necessary to check for duplicate simple.el, since
14499         2012-07-07 change to init_lread to not include installation lisp
14500         directories in load-path when running uninstalled.  (Bug#14270)
14502 2013-04-26  Leo Liu  <sdl.web@gmail.com>
14504         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
14505         (octave-mode, inferior-octave-mode): Use setq-local.
14506         (octave-not-in-string-or-comment-p): Rename to
14507         octave-in-string-or-comment-p.
14508         (octave-in-comment-p, octave-in-string-p)
14509         (octave-in-string-or-comment-p): Replace defsubst with defun.
14511 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
14513         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
14515 2013-04-25  Bastien Guerry  <bzg@gnu.org>
14517         * textmodes/remember.el (remember-data-directory)
14518         (remember-directory-file-name-format): Fix custom types.
14520 2013-04-25  Leo Liu  <sdl.web@gmail.com>
14522         * progmodes/octave.el (octave-completion-at-point-function):
14523         Make use of inferior octave process.
14524         (octave-initialize-completions): Remove.
14525         (inferior-octave-completion-table): New function.
14526         (inferior-octave-completion-at-point): Use it.
14527         (octave-completion-alist): Remove.
14529 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14531         * progmodes/opascal.el: Use font-lock and syntax-propertize.
14532         (opascal-mode-syntax-table): New var.
14533         (opascal-literal-kind, opascal-is-literal-end)
14534         (opascal-literal-token-at): Rewrite.
14535         (opascal--literal-start-re, opascal-font-lock-keywords)
14536         (opascal--syntax-propertize): New constants.
14537         (opascal-font-lock-defaults): Adjust.
14538         (opascal-mode): Use them.  Set comment-<foo> variables as well.
14539         (delphi-comment-face, opascal-comment-face, delphi-string-face)
14540         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
14541         (delphi-other-face, opascal-other-face): Remove face variables.
14542         (opascal-save-state): Remove macro.
14543         (opascal-fontifying-progress-step): Remove constant.
14544         (opascal--ignore-changes): Remove var.
14545         (opascal-set-token-property, opascal-parse-next-literal)
14546         (opascal-is-stable-literal, opascal-complete-literal)
14547         (opascal-is-literal-start, opascal-face-of)
14548         (opascal-parse-region, opascal-parse-region-until-stable)
14549         (opascal-fontify-region, opascal-after-change)
14550         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
14551         (opascal-debug-parse-region, opascal-debug-parse-window)
14552         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
14553         (opascal-debug-fontify-buffer): Remove.
14554         (opascal-debug-mode-map): Adjust accordingly.
14556 2013-04-25  Leo Liu  <sdl.web@gmail.com>
14558         Merge octave-mod.el and octave-inf.el into octave.el with some
14559         cleanups.
14560         * progmodes/octave.el: New file renamed from octave-mod.el.
14561         * progmodes/octave-inf.el: Merged into octave.el.
14562         * progmodes/octave-mod.el: Renamed to octave.el.
14564 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
14566         * textmodes/reftex-vars.el
14567         (reftex-label-ignored-macros-and-environments): New defcustom.
14569         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
14571 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14573         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
14574         (smie-indent-keyword): Improve the check to ensure that the next
14575         comment is really on the same line.
14576         (smie-indent-comment): Don't align with a subsequent closer (or eob).
14578         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
14579         semi-colons if the line is not otherwise empty (bug#14218).
14581 2013-04-25  Glenn Morris  <rgm@gnu.org>
14583         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
14585 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14587         * progmodes/opascal.el (opascal-set-token-property): Rename from
14588         opascal-set-text-properties and only set `token' (bug#14134).
14589         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
14590         (opascal-literal-text-properties): Remove.
14591         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
14592         Adjust callers.
14594 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
14596         * textmodes/remember.el (remember-handler-functions): Add an
14597         option for a new handler `remember-store-in-files'.
14598         (remember-data-directory, remember-directory-file-name-format):
14599         New options.
14600         (remember-store-in-files): New function to store remember notes
14601         as separate files within a directory.
14603 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
14605         * progmodes/compile.el (compilation-next-error-function):
14606         Pass "formats" to compilation-find-file (bug#11777).
14608 2013-04-24  Glenn Morris  <rgm@gnu.org>
14610         * vc/vc-bzr.el (vc-bzr-print-log):
14611         * vc/vc-hg.el (vc-hg-print-log):
14612         * vc/vc-svn.el (vc-svn-print-log):
14613         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
14615         * vc/vc-bzr.el (vc-bzr-print-log):
14616         * vc/vc-cvs.el (vc-cvs-print-log):
14617         * vc/vc-git.el (vc-git-print-log):
14618         * vc/vc-hg.el (vc-hg-print-log):
14619         * vc/vc-mtn.el (vc-mtn-print-log):
14620         * vc/vc-rcs.el (vc-rcs-print-log):
14621         * vc/vc-sccs.el (vc-sccs-print-log):
14622         * vc/vc-svn.el (vc-svn-print-log):
14623         * vc/vc.el (vc-print-log-internal): Doc fixes.
14625 2013-04-23  Glenn Morris  <rgm@gnu.org>
14627         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
14628         Remove venerable code attempting to avoid substitute-command-keys.
14630 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
14632         * textmodes/reftex-vars.el (reftex-label-regexps):
14633         Call `reftex-compile-variables' after changes to this variable.
14635 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14637         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
14638         Use lexical-binding.
14639         (jit-lock-force-redisplay): Use markers, check buffer's continued
14640         existence and beware narrowed buffers.
14641         (jit-lock-fontify-now): Adjust call accordingly.
14643 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14645         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
14646         to avoid misleading the user.
14648 2013-04-22  Leo Liu  <sdl.web@gmail.com>
14650         * info-look.el: Prefer latex2e.info.  (Bug#14240)
14652 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
14654         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
14656         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
14657         * net/tramp.el (tramp-call-process): ... here.
14658         (tramp-set-completion-function, tramp-parse-putty):
14659         * net/tramp-adb.el (tramp-adb-execute-adb-command):
14660         * net/tramp-gvfs.el (tramp-gvfs-send-command):
14661         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
14662         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
14663         (tramp-call-local-coding-command): Use `tramp-call-process'
14664         instead of `tramp-compat-call-process'.
14666         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
14667         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
14668         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
14669         (tramp-find-inline-compress): Improve traces.
14670         (tramp-maybe-send-script): Check for Perl binary.
14671         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
14673 2013-04-22  Daiki Ueno  <ueno@gnu.org>
14675         * epg.el (epg-context-pinentry-mode): New function.
14676         (epg-context-set-pinentry-mode): New function.
14677         (epg--start): Pass --pinentry-mode option to gpg command.
14679 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
14681         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
14682         `comint-dynamic-complete' is obsolete since 24.1, replaced by
14683         `completion-at-point'.  (Bug#13774)
14685         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
14686         default key binding for `describe-distribution' has been moved to
14687         `C-h C-o'.  (Bug#13970)
14689 2013-04-21  Glenn Morris  <rgm@gnu.org>
14691         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
14692         Add doc strings.
14693         (vc-print-log): Clarify interactive prompt.
14695 2013-04-20  Glenn Morris  <rgm@gnu.org>
14697         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
14698         No longer include timestamp etc information.
14700 2013-04-20  Roland Winkler  <winkler@gnu.org>
14702         * faces.el (read-face-name): Bug fix, return just one face if arg
14703         multiple is nil.  (Bug#14209)
14705 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14707         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
14708         (remove-function): Autoload.
14710         * comint.el (comint-redirect-original-filter-function): Remove.
14711         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
14712         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
14713         (vc-cvs-annotate-command):
14714         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
14715         * progmodes/prolog.el (prolog-consult-compile):
14716         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
14717         Use add/remove-function instead.
14718         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
14719         (gud-tooltip-process-output, gud-tooltip-tips):
14720         Use add/remove-function instead.
14721         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
14722         (scheme-interaction-mode, exit-scheme-interaction-mode):
14723         Use add/remove-function instead.
14725         * vc/vc-dispatcher.el: Use lexical-binding.
14726         (vc--process-sentinel): Rename from vc-process-sentinel.
14727         Change last arg to be the code to run.  Don't use vc-previous-sentinel
14728         and vc-sentinel-commands any more.
14729         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
14730         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
14732 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
14734         * progmodes/sh-script.el (sh-imenu-generic-expression):
14735         Handle function names with a single character.  (Bug#14111)
14737 2013-04-19  Dima Kogan  <dima@secretsauce.net>  (tiny change)
14739         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
14740         for subroutines defined in an eval (bug#14182).
14742 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14744         * bookmark.el (bookmark-completing-read): Improve handling of empty
14745         string (bug#14176).
14747 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14749         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
14751 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
14753         New faster Imenu implementation (bug#14058).
14754         * progmodes/python.el:
14755         (python-imenu-prev-index-position):
14756         (python-imenu-format-item-label-function)
14757         (python-imenu-format-parent-item-label-function)
14758         (python-imenu-format-parent-item-jump-label-function):
14759         New vars.
14760         (python-imenu-format-item-label)
14761         (python-imenu-format-parent-item-label)
14762         (python-imenu-format-parent-item-jump-label)
14763         (python-imenu--put-parent, python-imenu--build-tree)
14764         (python-imenu-create-index, python-imenu-create-flat-index)
14765         (python-util-popn): New functions.
14766         (python-mode): Set imenu-create-index-function to
14767         python-imenu-create-index.
14769 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14771         * winner.el (winner-active-region): Use region-active-p, activate-mark
14772         and deactivate-mark (bug#14225).
14774         * simple.el (deactivate-mark): Don't inline it.
14776 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
14778         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
14780 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
14782         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
14783         file extensions from the archive-mode entry in order to prefer
14784         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
14786 2013-04-18  Leo Liu  <sdl.web@gmail.com>
14788         * bindings.el (help-event-list): Add ?\?.
14790 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14792         * subr.el (with-wrapper-hook): Declare obsolete.
14793         * simple.el (filter-buffer-substring-function): New hook.
14794         (filter-buffer-substring): Use it.
14795         (filter-buffer-substring-functions): Mark obsolete.
14796         * minibuffer.el (completion-in-region-function): New hook.
14797         (completion-in-region): Use it.
14798         (completion-in-region-functions): Mark obsolete.
14799         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
14800         * abbrev.el (abbrev-expand-function): New hook.
14801         (expand-abbrev): Use it.
14802         (abbrev-expand-functions): Mark obsolete.
14803         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
14804         and :filter-return.
14806 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
14808         * progmodes/python.el (python-nav--syntactically): Fix cornercases
14809         and do not care about match data.
14811 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14813         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
14814         completion tables when completing error conditions and
14815         `declare' arguments.
14816         (lisp-complete-symbol, field-complete): Mark as obsolete.
14817         (check-parens): Unmatched parens are user errors.
14818         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
14820 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
14822         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
14823         command changed buffer (ie. `flyspell-pre-buffer' is not current
14824         buffer), which prevents making decisions based on invalid value of
14825         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
14826         cause an error when `flyspell-pre-point' was nil after switching
14827         buffers.
14828         (flyspell-post-command-hook): No longer needs to change buffers when
14829         checking pre-word.  While at it remove unnecessary progn.
14831 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
14833         * textmodes/ispell.el (ispell-add-per-file-word-list):
14834         Fix `flyspell-correct-word-before-point' error when accepting
14835         words and `coment-padding' is an integer by using
14836         `comment-normalize-vars' (Bug #14214).
14838 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
14840         New defun movement commands.
14841         * progmodes/python.el (python-nav--syntactically)
14842         (python-nav--forward-defun, python-nav-backward-defun)
14843         (python-nav-forward-defun): New functions.
14845 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
14847         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
14848         (python-syntax-context): Use named compiler-macro for backwards
14849         compatibility with Emacs 24.x.
14851 2013-04-17  Leo Liu  <sdl.web@gmail.com>
14853         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
14854         octave-hide-process-buffer.
14856 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14858         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
14859         (bug#14216).
14861 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
14863         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
14864         Fix adjustment of offset when receiving incomplete responses from GDB
14865         (bug#14129).
14867 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14869         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
14870         python-mode-abbrev-table.
14871         (python-skeleton-define): Adjust accordingly.
14872         (python-mode-abbrev-table): New table that inherits from it so that
14873         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
14875         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
14876         (abbrev-symbol): Use it.
14877         (abbrev--before-point): Use it since we already handle inheritance.
14879 2013-04-16  Leo Liu  <sdl.web@gmail.com>
14881         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
14882         binding to info-lookup-symbol.
14884 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
14886         * minibuffer.el (completion--twq-all):
14887         * term/ns-win.el (ns-initialize-window-system):
14888         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
14890 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14892         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
14893         global bindings.
14895         * doc-view.el (doc-view-start-process): Handle url-handler directories.
14897 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
14899         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
14900         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
14901         to nil.
14902         (ruby-end-of-defun): Remove the unused arg, change the docstring
14903         to reflect that this function is only used as the value of
14904         `end-of-defun-function'.
14905         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
14906         to reflect an earlier change that beginning/end-of-defun functions
14907         jump between methods in a class definition, as well as top-level
14908         functions.
14910 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14912         * minibuffer.el (minibuffer-complete): Don't just scroll
14913         a *Completions* that's been iconified.
14914         (minibuffer-force-complete): Make sure repetitions do cycle when going
14915         through completion-in-region -> minibuffer-complete.
14917 2013-04-15  Alan Mackenzie  <acm@muc.de>
14919         Correct the placement of c-cpp-delimiters when there're #s not at
14920         col 0.
14922         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
14923         place a submatch around the #.
14924         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
14925         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
14926         on the #, not BOL.
14928 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14930         * emacs-lisp/nadvice.el: Properly test names when adding advice.
14931         (advice--member-p): New arg `name'.
14932         (advice--add-function, advice-member-p): Use it (bug#14202).
14934 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
14936         Reformulate java imenu-generic-expression.
14937         The old expression contained ill formed regexps.
14939         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
14940         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
14941         (cc-imenu-java-method-arg-regexp): New defconsts.
14942         (cc-imenu-java-build-type-args-regex): New defun.
14943         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
14944         handling of spaces in the regexp.
14946 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
14948         * textmodes/ispell.el (ispell-command-loop): Remove
14949         flyspell highlight of a word when ispell accepts it (bug #14178).
14951 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
14953         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
14954         uses code from the previous `ange-ftp-run-real-handler'.
14955         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
14956         only in case that function exist.  This is needed for proper
14957         unloading of Tramp.
14959 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
14961         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
14963         * textmodes/reftex.el (reftex-compile-variables): Use it.
14965 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14967         * files.el (normal-mode): Only use default major-mode if no other mode
14968         was specified.
14970         * emacs-lisp/trace.el (trace-values): New function.
14972         * files.el: Allow : in local variables (bug#14089).
14973         (hack-local-variable-regexp): New var.
14974         (hack-local-variables-prop-line, hack-local-variables): Use it.
14976 2013-04-13  Roland Winkler  <winkler@gnu.org>
14978         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
14979         data before it gets modified by bibtex-beginning-of-entry.
14981 2013-04-13  Roland Winkler  <winkler@gnu.org>
14983         * textmodes/bibtex.el (bibtex-url): Doc fix.
14985 2013-04-13  Roland Winkler  <winkler@gnu.org>
14987         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
14988         does not visit a BibTeX file, exclude it from the list of buffers
14989         returned by bibtex-initialize.
14991 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
14993         * window.el (split-window): Remove interactive form, since as a
14994         command this function is a special case of split-window-below.
14995         Correct doc string.
14997 2013-04-12  Roland Winkler  <winkler@gnu.org>
14999         * faces.el (read-face-name): Do not override value of arg default.
15000         Allow single faces and strings as default values.  Remove those
15001         elements from return value that are not faces.
15002         (describe-face): Simplify.
15003         (face-at-point): New optional args thing and multiple so that this
15004         function can provide the same functionality previously provided by
15005         read-face-name.
15006         (make-face-bold, make-face-unbold, make-face-italic)
15007         (make-face-unitalic, make-face-bold-italic, invert-face)
15008         (modify-face, read-face-and-attribute): Use face-at-point.
15010         * cus-edit.el (customize-face, customize-face-other-window)
15011         * cus-theme.el (custom-theme-add-face)
15012         * face-remap.el (buffer-face-set)
15013         * facemenu.el (facemenu-set-face): Use face-at-point.
15015 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
15017         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
15019 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
15021         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
15022         off leading { and trailing } from field values.
15024 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15026         * emacs-lisp/timer.el (timer--check): New function.
15027         (timer--time, timer-set-function, timer-event-handler): Use it.
15028         (timer-set-idle-time): Simplify.
15029         (timer--activate): CSE.
15030         (timer-event-handler): Give more info in error message.
15031         (internal-timer-start-idle): New function, moved from C.
15033         * mpc.el (mpc-proc): Add `restart' argument.
15034         (mpc-proc-cmd): Use it.
15035         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
15036         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
15037         less often.
15039 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
15041         * progmodes/sh-script.el: Implement `sh-mode' own
15042         `add-log-current-defun-function' (bug#14112).
15043         (sh-current-defun-name): New function.
15044         (sh-mode): Use the function.
15046 2013-04-09  Bastien Guerry  <bzg@gnu.org>
15048         * simple.el (choose-completion-string): Fix docstring (bug#14163).
15050 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15052         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
15054         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
15055         timer (bug#14156).
15057 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
15059         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
15060         declaration.
15062 2013-04-07  Leo Liu  <sdl.web@gmail.com>
15064         * pcmpl-x.el: New file.
15066 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
15068         Do not set x-display-name until X connection is established.
15069         This is needed to prevent from weird situation described at
15070         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
15071         * frame.el (make-frame): Set x-display-name after call to
15072         window system initialization function, not before.
15073         * term/x-win.el (x-initialize-window-system): Add optional
15074         display argument and use it.
15075         * term/w32-win.el (w32-initialize-window-system):
15076         * term/ns-win.el (ns-initialize-window-system):
15077         * term/pc-win.el (msdos-initialize-window-system):
15078         Add compatible optional display argument.
15080 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
15082         * files.el (normal-backup-enable-predicate): On MS-Windows and
15083         MS-DOS compare truenames of temporary-file-directory and of the
15084         file, so that 8+3 aliases (usually found in $TEMP on Windows)
15085         don't fail comparison by compare-strings.  Also, compare file
15086         names case-insensitively on MS-Windows and MS-DOS.
15088 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15090         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
15091         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
15093 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
15095         * whitespace.el (whitespace-color-on, whitespace-color-off):
15096         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
15098 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
15100         * ispell.el (ispell-set-spellchecker-params):
15101         Really set `ispell-args' for all equivs.
15103 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15105         * ido.el (ido-completions): Use extra elements of ido-decorations
15106         (bug#14143).
15107         (ido-decorations): Update docstring.
15109 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
15111         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
15112         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
15113         nil during initialization, in order not to miss changes since the
15114         file was opened.  (Bug#14140)
15116 2013-04-05  Leo Liu  <sdl.web@gmail.com>
15118         * kmacro.el (kmacro-call-macro): Fix bug#14135.
15120 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
15122         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
15124 2013-04-04  Glenn Morris  <rgm@gnu.org>
15126         * electric.el (electric-pair-inhibit-predicate): Add :version.
15128 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15130         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
15131         when a package is required several times (bug#14082).
15133 2013-04-04  Roland Winkler  <winkler@gnu.org>
15135         * faces.el (read-face-name): Behave as promised by the docstring.
15136         Assume that arg default is a list of faces.
15137         (describe-face): Call read-face-name with list of default faces.
15139 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15141         * bookmark.el: Fix deletion of bookmarks (bug#13972).
15142         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
15143         (bookmark-bmenu-execute-deletions): Only skip first line if it's
15144         the header.
15145         (bookmark-exit-hook-internal): Save even if list is empty.
15147 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
15149         * emacs-lisp/package.el (package-pinned-packages): New var.
15150         (package--add-to-archive-contents): Obey it (bug#14118).
15152 2013-04-03  Alan Mackenzie  <acm@muc.de>
15154         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
15155         Also adapt to the new values of element 7 of a parse state.
15157         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
15158         parameter `not-in-delimiter'.  Handle being inside comment opener.
15159         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
15160         character in case we're typing a '*' after a '/'.
15161         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
15162         instead by passing the parameter to c-state-pp-to-literal.
15164         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
15165         for elt. 7 of a parse state.
15167 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
15169         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
15170         * international/latin1-disp.el, international/mule-util.el:
15171         * language/cyril-util.el, language/european.el, language/ind-util.el:
15172         * language/lao-util.el, language/thai.el, language/tibet-util.el:
15173         * language/tibetan.el, language/viet-util.el:
15174         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
15176 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15178         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
15179         (electric-pair-post-self-insert-function): Use it.
15180         (electric-pair-default-inhibit): New function, extracted from
15181         electric-pair-post-self-insert-function.
15183 2013-03-31  Roland Winkler  <winkler@gnu.org>
15185         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
15187 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15189         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
15191 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
15193         Un-indent after "pass" and "return" statements (Bug#13888)
15194         * progmodes/python.el (python-indent-block-enders): New var.
15195         (python-indent-calculate-indentation): Use it.
15197 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
15199         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
15200         defun.  Defining it as defalias could introduce too eager
15201         byte-compiler optimization.  (Bug#14030)
15203 2013-03-30  Chong Yidong  <cyd@gnu.org>
15205         * iswitchb.el (iswitchb-read-buffer): Fix typo.
15207 2013-03-30  Leo Liu  <sdl.web@gmail.com>
15209         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
15210         (kmacro-execute-from-register): Pass the keyboard macro to
15211         kmacro-call-macro or repeating won't work correctly.
15213 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
15215         * progmodes/subword.el: Back to using `forward-symbol'.
15217         * subr.el (forward-whitespace, forward-symbol)
15218         (forward-same-syntax): Move from thingatpt.el.
15220 2013-03-29  Leo Liu  <sdl.web@gmail.com>
15222         * kmacro.el (kmacro-to-register): New command.
15223         (kmacro-execute-from-register): New function.
15224         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
15226 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15228         * mpc.el: Use defvar-local and setq-local.
15229         (mpc--proc-connect): Connection failures are not bugs.
15230         (mpc-mode-map): `follow-link' only applies to the buffer's content.
15231         (mpc-volume-map): Bind to the up-events.
15233 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15235         * progmodes/subword.el (superword-mode): Use `forward-sexp'
15236         instead of `forward-symbol'.
15238 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15240         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
15241         (edebug--recursive-edit): Use it.
15242         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
15243         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
15245 2013-03-28  Leo Liu  <sdl.web@gmail.com>
15247         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
15249 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
15251         * facemenu.el (list-colors-callback): New defvar.
15252         (list-colors-redisplay): New function.
15253         (list-colors-display): Install list-colors-redisplay as the
15254         revert-buffer-function.  (Bug#14063)
15256 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15258         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
15259         and suffixes don't overlap (bug#14061).
15261         * case-table.el: Use lexical-binding.
15262         (case-table-get-table): New function.
15263         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
15265 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
15267         * progmodes/subword.el: Add `superword-mode' to do word motion
15268         over symbol_words (parallels and leverages `subword-mode' which
15269         does word motion inside MixedCaseWords).
15271 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
15273         * eshell/em-unix.el: Move su and sudo to...
15274         * eshell/em-tramp.el: ...Eshell tramp module.
15276 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15278         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
15279         Change return value to be a sexp.  Delay `get-buffer' to after
15280         restoring the desktop (bug#13951).
15282 2013-03-26  Leo Liu  <sdl.web@gmail.com>
15284         * register.el: Move semantic tag handling back to
15285         cedet/semantic/senator.el.  (Bug#14052)
15287 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15289         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
15290         into the prompt either (bug#13963).
15292 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15294         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
15295         part of "(error-foo)".
15297 2013-03-24  Juri Linkov  <juri@jurta.org>
15299         * replace.el (list-matching-lines-prefix-face): New defcustom.
15300         (occur-1): Pass `list-matching-lines-prefix-face' to the function
15301         `occur-engine' if `face-differs-from-default-p' returns t.
15302         (occur-engine): Add `,' inside backquote construct to evaluate
15303         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
15304         Pass `prefix-face' to the functions `occur-context-lines' and
15305         `occur-engine-add-prefix'.
15306         (occur-engine-add-prefix, occur-context-lines): Add optional arg
15307         `prefix-face' and propertize the prefix with `prefix-face'.
15308         (Bug#14017)
15310 2013-03-24  Leo Liu  <sdl.web@gmail.com>
15312         * nxml/rng-valid.el (rng-validate-while-idle)
15313         (rng-validate-quick-while-idle): Guard against deleted buffer.
15314         (Bug#13999)
15316         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
15317         is the last entry in kill-buffer-hook.
15319         * files.el (kill-buffer-hook): Doc fix.
15321 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
15323         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
15324         Make it safe-local.
15326         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
15328 2013-03-23  Leo Liu  <sdl.web@gmail.com>
15330         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
15331         Remove.
15333         * nxml/rng-valid.el (rng-validate-mode)
15334         (rng-after-change-function, rng-do-some-validation):
15335         * nxml/rng-maint.el (rng-validate-buffer):
15336         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
15337         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
15338         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
15339         (nxml-extend-after-change-region): Use with-silent-modifications.
15341         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
15342         timer-idle-list.
15344         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
15345         (rng-next-error-1, rng-previous-error-1): Do not let-bind
15346         timer-idle-list.  (Bug#13999)
15348 2013-03-23  Juri Linkov  <juri@jurta.org>
15350         * info.el (info-index-match): New face.
15351         (Info-index, Info-apropos-matches): Add a nested subgroup to the
15352         main pattern and add text properties with the new face to matches
15353         in index entries relative to the beginning of the index entry.
15354         (Bug#14015)
15356 2013-03-21  Eric Ludlam  <zappo@gnu.org>
15358         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
15359         Inhibit read only while inserting objects.
15361 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
15363         * progmodes/cfengine.el: Update docs to mention
15364         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
15365         symbol motion.  Remove "_" from the word syntax.
15367 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
15369         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
15370         syntax for both `cfengine2-mode' and `cfengine3-mode'.
15372 2013-03-20  Juri Linkov  <juri@jurta.org>
15374         * info.el (Info-next-reference-or-link)
15375         (Info-prev-reference-or-link): New functions.
15376         (Info-next-reference, Info-prev-reference): Use them.
15377         (Info-try-follow-nearest-node): Handle footnote navigation.
15378         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
15380 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15382         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
15383         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
15385 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
15387         Suppress unnecessary non-ASCII chatter during build process.
15388         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
15389         (batch-skkdic-convert): Suppress most of the chatter.
15390         It's not needed so much now that machines are faster,
15391         and its non-ASCII component was confusing; see Dmitry Gutov in
15392         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
15394 2013-03-20  Leo Liu  <sdl.web@gmail.com>
15396         * ido.el (ido-chop): Fix bug#10994.
15398 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
15400         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
15401         Remove vars.
15402         (whitespace-color-on, whitespace-color-off):
15403         Use `font-lock-fontify-buffer' (Bug#13817).
15405 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15407         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
15408         remapping in mode-line.
15409         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
15411 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
15413         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
15414         value for `whitespace-line' face (Bug#13875).
15415         (whitespace-font-lock-keywords): Change description.
15416         (whitespace-color-on): Don't save `font-lock-keywords' value, save
15417         the constructed keywords instead.
15418         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
15420 2013-03-19  Leo Liu  <sdl.web@gmail.com>
15422         * progmodes/compile.el (compilation-display-error): New command.
15423         (compilation-mode-map, compilation-minor-mode-map): Bind it to
15424         C-o.  (Bug#13992)
15426 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
15428         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
15430 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
15432         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
15434 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
15436         * net/tramp-compat.el (tramp-compat-user-error): New defun.
15438         * net/tramp-adb.el (tramp-adb-handle-shell-command):
15439         * net/tramp-gvfs.el (top):
15440         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
15441         (tramp-handle-shell-command): Use it.
15442         (tramp-dissect-file-name): Raise an error when hostname is a
15443         method name, and neither method nor user is specified.
15445         * net/trampver.el: Update release number.
15447 2013-03-18  Leo Liu  <sdl.web@gmail.com>
15449         Make sure eldoc can be turned off properly.
15450         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
15451         eldoc-mode.
15452         (eldoc-display-message-p): Revert last change.
15453         (eldoc-display-message-no-interference-p)
15454         (eldoc-print-current-symbol-info): Tweak.
15456 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
15458         * doc-view.el (doc-view-new-window-function): Check the new window
15459         overlay's display property instead the char property of the
15460         buffer's first char.  Use `with-selected-window' instead of
15461         `save-window-excursion' with `select-window'.
15462         (doc-view-document->bitmap): Check the current doc-view overlay's
15463         display property instead the char property of the buffer's first char.
15465 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
15467         Automate the build of ja-dic.el (Bug#13984).
15468         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
15469         from the input, rather than assume that it's been done for us by the
15470         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
15471         the current date into a ja-dic.el comment, as that complicates
15472         regression testing.
15474 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15476         * whitespace.el: Fix double evaluation.
15477         (whitespace-space, whitespace-hspace, whitespace-tab)
15478         (whitespace-newline, whitespace-trailing, whitespace-line)
15479         (whitespace-space-before-tab, whitespace-indentation)
15480         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
15481         obsolete defvars.
15482         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
15483         (whitespace-color-on): Use a single font-lock-add-keywords call.
15484         Fix double-evaluation of face variables.
15486 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
15488         * net/tramp-adb.el (tramp-adb-parse-device-names):
15489         Use `start-process' instead of `call-process'.  Otherwise, the
15490         function might be blocked under MS Windows.  (Bug#13299)
15492 2013-03-17  Leo Liu  <sdl.web@gmail.com>
15494         Extend eldoc to display info in the mode-line.  (Bug#13978)
15495         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
15496         (eldoc-mode-line-string): New variable.
15497         (eldoc-minibuffer-message): New function.
15498         (eldoc-message-function): New variable.
15499         (eldoc-message): Use it.
15500         (eldoc-display-message-p)
15501         (eldoc-display-message-no-interference-p):
15502         Support eldoc-post-insert-mode.
15504         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
15505         (eval-expression): Run it.
15507 2013-03-17  Roland Winkler  <winkler@gnu.org>
15509         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
15510         strings in the list of return values.
15512 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
15514         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
15515         radix before checking for HMS forms.
15517 2013-03-16  Leo Liu  <sdl.web@gmail.com>
15519         * progmodes/scheme.el: Add indentation and font-locking for λ.
15520         (Bug#13975)
15522 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15524         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
15525         token before point (bug#13942).
15527 2013-03-16  Leo Liu  <sdl.web@gmail.com>
15529         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
15531 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
15533         * startup.el (command-line-normalize-file-name): Fix handling of
15534         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
15535         <xfq.free@gmail.com> in
15536         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
15538 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
15540         Sync with Tramp 2.2.7.
15542         * net/trampver.el: Update release number.
15544 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
15546         * doc-view.el: Fix bug#13887.
15547         (doc-view-insert-image): Don't modify overlay associated to
15548         non-live windows, and implement horizontal centering of image in
15549         case it's smaller than the window.
15550         (doc-view-new-window-function): Force redisplay of new windows on
15551         doc-view buffers.
15553 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
15555         * saveplace.el (save-place-alist-to-file): Don't sort
15556         `save-place-alist', just pretty-print it (bug#13882).
15558 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
15560         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
15561         Check whether `default-file-name-coding-system' is bound.
15562         It isn't in XEmacs.
15564 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15566         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
15567         backquotes for `obsolete' (bug#13929).
15569         * international/mule.el (find-auto-coding): Include file name in
15570         obsolescence warning (bug#13922).
15572 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
15574         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
15575         for CFEngine 3-specific indentation.
15576         (cfengine3-indent-line): Use it.  Fix up category regex.
15577         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
15579 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15581         * type-break.el (type-break-file-name):
15582         * textmodes/remember.el (remember-data-file):
15583         * strokes.el (strokes-file):
15584         * shadowfile.el (shadow-initialize):
15585         * saveplace.el (save-place-file):
15586         * ps-bdf.el (bdf-cache-file):
15587         * progmodes/idlwave.el (idlwave-config-directory):
15588         * net/quickurl.el (quickurl-url-file):
15589         * international/kkc.el (kkc-init-file-name):
15590         * ido.el (ido-save-directory-list-file):
15591         * emulation/viper.el (viper-custom-file-name):
15592         * emulation/vip.el (vip-startup-file):
15593         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
15594         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
15596 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
15598         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
15599         * language/thai-word.el: Switch to UTF-8.
15601 See ChangeLog.16 for earlier changes.
15603 ;; Local Variables:
15604 ;; coding: utf-8
15605 ;; End:
15607   Copyright (C) 2011-2014 Free Software Foundation, Inc.
15609   This file is part of GNU Emacs.
15611   GNU Emacs is free software: you can redistribute it and/or modify
15612   it under the terms of the GNU General Public License as published by
15613   the Free Software Foundation, either version 3 of the License, or
15614   (at your option) any later version.
15616   GNU Emacs is distributed in the hope that it will be useful,
15617   but WITHOUT ANY WARRANTY; without even the implied warranty of
15618   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15619   GNU General Public License for more details.
15621   You should have received a copy of the GNU General Public License
15622   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.