Remove the ignore_bn_limit ``optimization''.
[emacs.git] / lisp / ChangeLog
blob0620164c6dd063308757717c9c528fdca1fdfc0c
1 2014-08-21  Eli Zaretskii  <eliz@gnu.org>
3         * textmodes/texnfo-upd.el (texinfo-specific-section-type): Don't
4         recognize a Top node if there are other sectioning commands
5         earlier in the Texinfo file.  This fixes a bug in
6         texinfo-make-menu and avoids inflooping in
7         texinfo-all-menus-update when they are invoked on texinfo.texi.
9 2014-08-21  Martin Rudalics  <rudalics@gmx.at>
11         * window.el (window--side-window-p): New function.
12         (split-window, window-splittable-p): Use window--side-window-p to
13         determine whether WINDOW can be split (Bug#18304).
14         * calendar/calendar.el (calendar-basic-setup): Fix one call of
15         `window-splittable-p' and add another (Bug#18304).
17 2014-08-20  Sam Steingold  <sds@gnu.org>
19         * progmodes/python.el (python-new-pythonpath): Extract from
20         `python-shell-calculate-process-environment'.
22 2014-08-18  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
24         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Add support
25         for &key args (bug#18048).
27 2014-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
29         * emacs-lisp/eldoc.el (eldoc-argument-case): Obsolete and change default.
30         (eldoc-function-argstring-format): Remove.
31         (eldoc-function-argstring): Always return upcase args.
32         Use help-make-usage.  Don't add parens.
33         (eldoc-get-fnsym-args-string): Don't obey eldoc-argument-case since
34         it's too late to do it right (bug#18048).
36 2014-08-18  Eli Zaretskii  <eliz@gnu.org>
38         * scroll-bar.el (scroll-bar-horizontal-drag-1)
39         (scroll-bar-toolkit-horizontal-scroll): When determining the
40         paragraph direction, use the buffer of the window designated in
41         the event.
43 2014-08-16  Andreas Schwab  <schwab@linux-m68k.org>
45         * vc/diff-mode.el (diff-fixup-modifs): Handle empty line in
46         context of unified diff.
48 2014-08-16  Paul Eggert  <eggert@cs.ucla.edu>
50         Add dependencies to fix loaddefs race during parallel builds.
51         Without this, for example, 'make -j bootstrap' can fail and report
52         "Opening input file: no such file or directory,
53         .../lisp/calendar/diary-loaddefs.el ... recipe for target
54         'calendar/hol-loaddefs.el' failed", where the hol-loaddefs.el rule
55         got confused because diary-loaddefs.el was being built in parallel.
56         * Makefile.in ($(CAL_DIR)/diary-loaddefs.el):
57         Depend on $(CAL_DIR)/cal-loaddefs.el.
58         ($(CAL_DIR)/hol-loaddefs.el): Depend on $(CAL_DIR)/diary-loaddefs.el.
60 2014-08-16  Martin Rudalics  <rudalics@gmx.at>
62         * scroll-bar.el (scroll-bar-horizontal-drag-1): Use cdr of
63         portion-whole for scrolling right-to-left text.
65 2014-08-15  Leo Liu  <sdl.web@gmail.com>
67         * speedbar.el (speedbar-generic-list-tag-p): Allow special
68         elements from imenu.
70 2014-08-15  Glenn Morris  <rgm@gnu.org>
72         * subr.el (with-output-to-temp-buffer): Doc fix; from elisp manual.
74 2014-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
76         * progmodes/compile.el (compilation-error-regexp-alist-alist):
77         Add Guile regexpses.
79 2014-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
81         * progmodes/gud.el (guiler): New function.  Starts the Guile REPL;
82         add Guile debugger support for GUD.
84 2014-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
86         * obsolete/mouse-sel.el (mouse-sel-mode): Use add/remove-function.
87         (mouse-sel--ignore): New function.
88         (mouse-sel-has-been-enabled, mouse-sel-original-bindings)
89         (mouse-sel-original-interprogram-cut-function)
90         (mouse-sel-original-interprogram-paste-function): Remove.
92 2014-08-13  Eric S. Raymond  <esr@thyrsus.com>
94         * vc/vc.git.el (vc-git-resolve-when-done): New function.
95         Call "git add" when there are no longer conflict markers.
97 2014-08-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
99         * vc/vc.git.el (vc-git-find-file-hook): New function.
100         Adds support for calling smerge (and resolve) on a conflicted file.
101         (vc-git-conflicted-files): New function.
102         Useful in itself and a step towards better smerge support.
104 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
106         * mpc.el (mpc-reorder): Don't bother splitting the "active"s elements
107         to the first part if they're the same as the selection.
109 2014-08-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
111         * image-mode.el (image-transform-reset): New command and menu item.
112         (image-mode-map): Rearrange the menu items to put presumably more
113         obscure items at the end.
115 2014-08-12  Juri Linkov  <juri@jurta.org>
117         * vc/vc-annotate.el (vc-annotate-background-mode):
118         Use `with-demoted-errors' instead of `ignore-errors'.  (Bug#18189)
120 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
122         * files.el (out-of-memory-warning-percentage): Turn it off by default.
124 2014-08-11  Sam Steingold  <sds@gnu.org>
126         * textmodes/sgml-mode.el (sgml-validate-command): Set depending on
127         the presence of known validators (tidy, (o)nsgmls).
129 2014-08-11  Ulf Jasper  <ulf.jasper@web.de>
131         Newsticker: introduce `newsticker-treeview-date-format'. (Bug#17227)
133         * net/newst-treeview.el (newsticker-treeview-date-format): New.
134         (newsticker--treeview-list-add-item): Use `newsticker-treeview-date-format'.
136 2014-08-11  Glenn Morris  <rgm@gnu.org>
138         * files.el (basic-save-buffer-2): Revert 2013-01-31 change, which
139         chose coding system for writing before backing up, since it causes
140         a more serious problem than the one it solves.  (Closes Bug#18141,
141         reopens Bug#13522.)
143 2014-08-11  Martin Rudalics  <rudalics@gmx.at>
145         * window.el (window-total-size): Make doc-string more self-contained.
147         * window.el (display-buffer-below-selected): Restore original
148         behavior if buffer is already displayed in the window below the
149         selected one (Bug#18181).
151 2014-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
153         * mouse.el (mouse--down-1-maybe-follows-link): Don't convert the down
154         event (bug#18212).
156 2014-08-11  Eli Zaretskii  <eliz@gnu.org>
158         * info.el (info): Doc fix.
160 2014-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
162         * info.el (Info-mode-map): Override a global down-mouse-2 binding
163         (bug#18212).
165 2014-08-11  Eli Zaretskii  <eliz@gnu.org>
167         * simple.el (default-line-height): A floating-point value of
168         line-spacing means a fraction of the default frame font's height,
169         not of the font currently used by the 'default' face.
170         Truncate the pixel value, like the display engine does.
171         (window-screen-lines): Use window-inside-pixel-edges for
172         determining the window height in pixels.  (Bug#18195)
174 2014-08-11  Grégoire Jadi  <daimrod@gmail.com>
176         * leim/quail/latin-post.el: Transform " __" into " _".  (Bug#18023)
178 2014-08-10  Ulf Jasper  <ulf.jasper@web.de>
180         Enumerate evaluated sexp diary entries (Bug#7911).
181         * calendar/icalendar.el (icalendar-export-sexp-enumerate-all)
182         (icalendar-export-sexp-enumeration-days): New.
183         (icalendar-export-region): Now `icalendar--convert-to-ical'
184         returns a cons cell or a list of cons cells.
185         (icalendar--convert-to-ical): Take care of
186         `icalendar-export-sexp-enumerate-all'.  Return (a list of) cons cells.
187         (icalendar--convert-ordinary-to-ical)
188         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
189         (icalendar--convert-block-to-ical, icalendar--convert-block-to-ical)
190         (icalendar--convert-float-to-ical, icalendar--convert-cyclic-to-ical)
191         (icalendar--convert-anniversary-to-ical): Return cons cell.
192         (icalendar--convert-sexp-to-ical): Enumerate evaluated sexp
193         entries.  Return (list of) cons cells.
195 2014-08-09  Juri Linkov  <juri@jurta.org>
197         * vc/vc-annotate.el (vc-annotate-background-mode): Add :set
198         to reevaluate `vc-annotate-color-map'.  (Bug#18189)
200 2014-08-09  Alan Mackenzie  <acm@muc.de>
202         * progmodes/cc-fonts.el (c-font-lock-declarators): Remove check
203         for top-level that can cause unacceptable slow-down in scrolling.
204         See email Subject: Huge {...} blocks in C/C++ again, from Dmitry
205         Antipov from 2013-10-14 in emacs-devel.
207 2014-08-08  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
209         * ibuffer.el (ibuffer-mode-map): Use toggle button for
210         `ibuffer-auto-mode' menu entry.
211         (ibuffer-mode-hook): Add `ibuffer-auto-mode' customization option.
213 2014-08-08  Matthias Meulien  <orontee@gmail.com>
215         * progmodes/prog-mode.el (prog-mode-hook): Make customizable.
216         (Bug#16394)
218 2014-08-07  Martin Rudalics  <rudalics@gmx.at>
220         * window.el (window--min-size-1): Explicitly set WINDOW arg in
221         calls of window-min-pixel-height and window-min-pixel-width.
223 2014-08-07  Reuben Thomas  <rrt@sc3d.org>
225         * progmodes/ada-mode.el:
226         * net/tramp.el (tramp-handle-file-symlink-p):
227         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Remove a comment
228         about VMS, which we no longer support.
229         * progmodes/ada-xref.el (ada-xref-current): Remove mention of VMS,
230         and fix a FIXME, using convert-standard-filename in place of
231         removed ada-convert-file-name.
233 2014-08-07  Eli Zaretskii  <eliz@gnu.org>
235         * files.el (auto-mode-alist): Remove support for VMS from a
236         pattern.
238 2014-08-07  Reuben Thomas  <rrt@sc3d.org>
240         Refer to MS-DOS using the same name everywhere.
242         * arc-mode.el: Fix a couple of ``MS-DOG''s missed in the previous
243         commit.
244         * file-mode.el: ditto.
246 2014-08-07  Reuben Thomas  <rrt@sc3d.org>
248         Refer to MS-DOS using the same name everywhere.
250         * arc-mode.el: ``MS-DOG'', ``MSDOG'' and ``msdog'' become
251         ``MS-DOS''.
252         * frame.el: ditto.
254 2014-08-07  Michael Albinus  <michael.albinus@gmx.de>
256         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
257         Use cached "remote-copy-args" value, if available.  (Bug#18199)
259 2014-08-07  Leo Liu  <sdl.web@gmail.com>
261         * help.el (temp-buffer-setup-hook,temp-buffer-show-hook): Revert
262         change on 2014-03-22.
264 2014-08-06  Ulf Jasper  <ulf.jasper@web.de>
266         * calendar/icalendar.el (icalendar--diarytime-to-isotime)
267         (icalendar--convert-ordinary-to-ical): Allow for missing minutes
268         (Bug#13750).
271 2014-08-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
273         * image-mode.el (image-toggle-display-image): Always rescale images
274         to not be bigger than the current window.
276 2014-08-05  Eric Brown  <brown@fastmail.fm>  (tiny change)
278         * net/eww.el (eww-bookmarks-directory): New variable.
279         (eww-write-bookmarks): Use it.
280         (eww-read-bookmarks): Ditto.
282 2014-08-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
284         * net/shr.el (shr-copy-url): Also copy the image URL.
286 2014-08-05  Michael Albinus  <michael.albinus@gmx.de>
288         * net/tramp-cache.el (tramp-flush-file-function): Suppress function
289         also for Tramp working buffers.
291 2014-08-04  Fabián Ezequiel Gallina  <fgallina@gnu.org>
293         * progmodes/python.el: Fix completions inside (i)pdb.
294         (python-shell-completion-pdb-string-code): Make obsolete.
295         (python-shell-completion-get-completions): Use
296         python-shell-completion-string-code resending setup code
297         continuously for (i)pdb.
299 2014-08-04  Paul Eggert  <eggert@cs.ucla.edu>
301         * rect.el (rectangle--default-line-number-format): Rename
302         from misspelled rectange--default-line-number-format (Bug#18045).
303         All uses changed.
305 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
307         Don't mishandle year-9999 dates (Bug#18176).
308         * calendar/parse-time.el (parse-time-rules):
309         Allow years up to most-positive-fixnum.
310         * calendar/time-date.el (date-to-time):
311         Pass "Specified time is not representable" errors through.
313 2014-08-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
315         * progmodes/python.el: Completion code cleanups.
316         (python-shell-completion-get-completions): Detect and send import
317         statements directly to completion function.
318         (python-shell-completion-at-point): Simplify prompt calculation
319         and import vs input completion logic.
321 2014-08-02  Alan Mackenzie  <acm@muc.de>
323         Fix confusion in C++ file caused by comma in "= {1,2},".  Bug
324         #17756.
325         * progmodes/cc-engine.el (c-beginning-of-statement-1): In checking
326         for a statement boundary marked by "}", check there's no "="
327         before the "{".
328         (c-guess-basic-syntax CASE 9B): Call c-beginning-of-statement with
329         non-nil `comma-delim' argument.
330         * progmodes/cc-fonts.el (c-font-lock-declarators): Parse an
331         initializer expression more accurately.
333         Correct loop termination condition in c-syntactic-skip-backward.
334         * progmodes/cc-engine.el (c-syntactic-skip-backward): Correct for
335         the situation where, after moving back out of a literal,
336         skip-chars-backward doesn't move further, yet checks have still to
337         be done.
339 2014-08-01  Eli Zaretskii  <eliz@gnu.org>
341         * tutorial.el (tutorial--display-changes): Accept punctuation
342         characters before the key binding.  (Bug#18146)
344 2014-07-31  Fabián Ezequiel Gallina  <fgallina@gnu.org>
346         * progmodes/python.el: Shell output capture enhancements.
347         (python-shell-accept-process-output): New function.
348         (inferior-python-mode)
349         (python-shell-send-setup-code): Use it.
351 2014-07-30  Christophe Deleuze  <christophe.deleuze@free.fr>  (tiny change)
353         * calendar/icalendar.el (icalendar--decode-isodatetime): Use
354         actual current-time-zone when converting to local time. (Bug#15408)
356 2014-07-29  Martin Rudalics  <rudalics@gmx.at>
358         * window.el (window--state-put-2): Handle horizontal scroll
359         bars, if present.
361 2014-07-29  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
363         * menu-bar.el (menu-bar-update-buffers): Update item list format
364         in `buffers-menu' to confirm with changes to `get_keyelt'
365         (r117463).  (Bug#18016)
367 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
369         * progmodes/python.el (inferior-python-mode): Make input prompts
370         read-only.
372 2014-07-28  Emilio C. Lopes  <eclig@gmx.net>
374         * net/tramp-sh.el (tramp-get-remote-python): Also search for
375         executables named "python2" or "python3".
376         (tramp-get-remote-uid-with-python): Use parentheses around
377         arguments to `print' to make it compatible with Python 3.
378         (tramp-get-remote-gid-with-python): Ditto.  (Bug#18118)
380 2014-07-28  Eli Zaretskii  <eliz@gnu.org>
382         * window.el (window--pixel-to-total): Use FRAME's root window, not
383         that of the selected frame.  (Bug#18112, Bug#16674)
385 2014-07-28  Andreas Schwab  <schwab@linux-m68k.org>
387         * textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.
388         (Bug#18117)
390 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
392         * progmodes/python.el (inferior-python-mode): Doc fix.
394 2014-07-28  Stephen Berman  <stephen.berman@gmx.net>
396         * calendar/todo-mode.el (todo-edit-item--next-key): If next key is
397         not a character, ignore it instead of raising an error.
399         * calendar/todo-mode.el: Fix handling of marked items and make
400         minor code improvements.
401         (todo-edit-item): If there are marked items, ensure user can only
402         invoke editing commands that work with marked items.
403         (todo-edit-item--text): When there are marked items, make it a
404         noop if invoked with point not on an item; otherwise, ensure it
405         applies only to item at point.
406         (todo-item-undone): If there are marked not-done items, return
407         point to its original position before signaling user error.
408         (todo--user-error-if-marked-done-item): New function.
409         (todo-edit-item--header, todo-edit-item--diary-inclusion)
410         (todo-item-done): Use it.
412 2014-07-28  Glenn Morris  <rgm@gnu.org>
414         * files.el (toggle-read-only): Re-add basic doc-string.
415         * vc/vc-hooks.el (vc-toggle-read-only): Tweak obsolescence mesage.
417         * progmodes/prolog.el (prolog-mode-keybindings-edit):
418         Replace missing `switch-to-prolog' with `run-prolog'.
419         (switch-to-prolog): Define as (obsolete) alias, as in 23.4.
421 2014-07-28  Stephen Berman  <stephen.berman@gmx.net>
423         * calendar/todo-mode.el (todo-set-top-priorities): Fix overwriting
424         of file-wide setting when changing category-wide setting.
426 2014-07-28  Stephen Berman  <stephen.berman@gmx.net>
428         * doc-view.el (doc-view-open-text): Don't require that the
429         document is saved in a file (e.g., email attachment).
431 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
433         Parse completion input in a iPython friendly way.  (Bug#18084)
434         * progmodes/python.el
435         (python-shell-completion-at-point): Rename from
436         python-shell-completion-complete-at-point.
437         (inferior-python-mode): Use it.
438         (python-completion-at-point): Rename from
439         python-completion-complete-at-point.  Parse input up to first
440         backward occurrence of whitespace, open-paren, close-paren or
441         string delimiter.
442         (python-mode): Use it.
444 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
446         Prevent Python process shell buffer to pop twice.
447         * progmodes/python.el (python-shell-switch-to-shell): Do not call
448         pop-to-buffer.
450 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
452         * progmodes/python.el
453         (python-shell-with-shell-buffer): New macro.
454         (python-shell-font-lock-get-or-create-buffer)
455         (python-shell-font-lock-kill-buffer)
456         (python-shell-font-lock-with-font-lock-buffer)
457         (python-shell-font-lock-cleanup-buffer)
458         (python-shell-font-lock-toggle): Use it.
459         (python-shell-font-lock-turn-on)
460         (python-shell-font-lock-turn-off): Use it.  Make command.
462 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
464         Grab all Python process output before inferior-python-mode hooks.
465         * progmodes/python.el (inferior-python-mode): Call
466         accept-process-output and sit-for to ensure all output for process
467         has been received before running hooks.
468         (python-shell-internal-get-or-create-process): Cleanup
469         accept-process-output and sit-for calls.
471 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
473         More robust shell startup and code setup.
474         * progmodes/python.el (python-shell-make-comint): Remove
475         accept-process-output call.
476         (python-shell-get-buffer): Return current buffer if major-mode is
477         inferior-python-mode.
478         (python-shell-get-or-create-process): Use it.
479         (python-shell-send-setup-code): Send all setup code in one string,
480         output success message and accept-process-output.
482 2014-07-27  Eli Zaretskii  <eliz@gnu.org>
484         * scroll-bar.el (scroll-bar-toolkit-horizontal-scroll): Add
485         rudimentary support for bidirectional text.
487 2014-07-27  Martin Rudalics  <rudalics@gmx.at>
489         * frame.el (frame-notice-user-settings): Rewrite using
490         frame-initial-frame-tool-bar-height.
491         * menu-bar.el (menu-bar-horizontal-scroll-bar)
492         (menu-bar-no-horizontal-scroll-bar): New functions.
493         (menu-bar-showhide-scroll-bar-menu): Add bindings for horizontal
494         scroll bars.
495         * scroll-bar.el (scroll-bar-lines)
496         (set-horizontal-scroll-bar-mode)
497         (get-horizontal-scroll-bar-mode, horizontal-scroll-bar-mode)
498         (scroll-bar-horizontal-drag-1, scroll-bar-horizontal-drag)
499         (scroll-bar-toolkit-horizontal-scroll): New functions.
500         (horizontal-scroll-bar-mode)
501         (previous-horizontal-scroll-bar-mode)
502         (horizontal-scroll-bar-mode-explicit): New variables.
503         (horizontal-scroll-bar-mode): New option.
504         (toggle-horizontal-scroll-bar): Do something.
505         (top-level): Bind horizontal-scroll-bar mouse-1.
506         * startup.el (tool-bar-originally-present): Remove variable.
507         (command-line): Don't set tool-bar-originally-present.
508         * window.el (window-min-height): Update doc-string.
509         (window--dump-frame): Dump horizontal scroll bar values.
510         (window--min-size-1): Handle minibuffer window separately.
511         Count in margins and horizontal scroll bar.  Return safe value
512         iff IGNORE equals 'safe.
513         (frame-windows-min-size): New function (used by frame resizing
514         routines).
515         (fit-frame-to-buffer, fit-window-to-buffer): Count in horizontal
516         scroll bars.
517         (window--sanitize-window-sizes): New function.
518         (window-split-min-size): Remove.
519         (split-window): Count divider-width.  Don't use
520         `window-split-min-size' any more.  Reword error messages.
521         Sanitize windows sizes after splitting.
523 2014-07-27  Thien-Thi Nguyen  <ttn@gnu.org>
525         Use `defvar-local' more.
526         * progmodes/hideshow.el
527         (hs-c-start-regexp, hs-block-start-regexp)
528         (hs-block-start-mdata-select, hs-block-end-regexp)
529         (hs-forward-sexp-func, hs-adjust-block-beginning): ...here;
530         remove corresponding `make-variable-buffer-local' top-level calls.
532 2014-07-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
534         Cleanup error signals.  (Bug#18067)
535         * progmodes/python.el
536         (python-indent-shift-left): Use user-error instead.
537         (python-shell-prompt-detect): Use lwarn with python group.
538         (python-completion-complete-at-point)
539         (python-eldoc--get-doc-at-point): Don't signal error.
541 2014-07-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
543         Support for packages in Python shell.  (Bug#13570)
544         * progmodes/python.el (python-shell--package-depth): New var.
545         (python-shell-package-enable): New command.
546         (python-util-list-directories, python-util-list-files)
547         (python-util-list-packages): New functions.
549 2014-07-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
551         Faster comint output.  (Bug#16875)
552         * progmodes/python.el:
553         (python-comint-output-filter-function): Make obsolete.
554         (python-comint-postoutput-scroll-to-bottom): New function.
555         (inferior-python-mode): Set comint-output-filter-functions to a
556         minimum.
558 2014-07-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
560         * progmodes/python.el (python-shell-font-lock-post-command-hook):
561         Safeguard current point and undo history.
563 2014-07-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
565         Robust shell syntax highlighting.  (Bug#18084, Bug#16875)
566         * progmodes/python.el:
567         (python-shell-prompt-input-regexps): Add iPython block prompt.
568         (python-shell-output-syntax-table): Delete var.
569         (python-shell-font-lock-with-font-lock-buffer): New macro.
570         (python-shell-font-lock-get-or-create-buffer)
571         (python-shell-font-lock-kill-buffer)
572         (python-shell-font-lock-cleanup-buffer)
573         (python-shell-font-lock-post-command-hook)
574         (python-shell-font-lock-turn-off): New functions.
575         (python-shell-font-lock-turn-on): New function.
576         (inferior-python-mode): Use it.
577         (python-shell-font-lock-toggle): New command.
578         (python-shell-font-lock-enable): Rename from
579         python-shell-enable-font-lock.
580         (run-python-internal): Use it.
581         (python-shell-font-lock-comint-output-filter-function): New function.
582         (python-shell-comint-end-of-output-p): New function.
583         (python-shell-output-filter): Use it.
584         (python-util-comint-last-prompt): New function.
585         (python-util-text-properties-replace-name): New function.
587 2014-07-25  Glenn Morris  <rgm@gnu.org>
589         * vc/ediff-init.el (ediff-toggle-read-only-function):
590         * vc/ediff-util.el (ediff-toggle-read-only):
591         Replace obsolete toggle-read-only with read-only-mode.
593 2014-07-24  Michael Albinus  <michael.albinus@gmx.de>
595         * net/tramp-cache.el (tramp-flush-file-function): Wrap the code
596         with `save-match-data'.  (Bug#18095)
598 2014-07-21  Vincent Belaïche  <vincentb1@users.sourceforge.net>
600         * ses.el (ses-truncate-cell): Use cl-progv instead of eval in
601         order to ensure that row and col are lexically bound inside the
602         evaluated sexp.
604 2014-07-21  Glenn Morris  <rgm@gnu.org>
606         * progmodes/hideif.el (hide-ifdef-mode-submap):
607         Also substitute read-only-mode.
608         * bindings.el (mode-line-toggle-read-only):
609         * bs.el (bs-toggle-readonly):
610         * buff-menu.el (Buffer-menu-toggle-read-only):
611         * dired.el (dired-toggle-read-only):
612         * files.el (view-read-only, find-file-read-only)
613         (find-file-read-only-other-window)
614         (find-file-read-only-other-frame):
615         * progmodes/hideif.el (hide-ifdef-toggle-outside-read-only):
616         Doc fixes re toggle-read-only.
618 2014-07-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
620         * progmodes/python.el: Add comment about pipe buffering and
621         solutions for missing/delayed output in inferior Python shells.
622         (Bug#17304)
624         * progmodes/python.el (python-mode): Don't set
625         mode-require-final-newline.  (Bug#17990)
627         Make python.el work with IPython automatically.  (Bug#15510)
628         * progmodes/python.el:
629         (python-shell-completion-setup-code): New value supporting iPython.
630         (python-shell-completion-string-code): New value supporting iPython.
631         (python-shell-completion-get-completions): Use them.
632         (python-shell-completion-module-string-code): Make obsolete.
633         (python-shell-prompt-input-regexps)
634         (python-shell-prompt-output-regexps): Add safeguard for ipdb.
635         (python-shell-output-filter): Fix comment typo.
637         Fix Python shell prompts detection for remote hosts.
638         * progmodes/python.el (python-shell-prompt-detect):
639         Replace call-process with process-file and make it more robust.
641         Autodetect Python shell prompts.  (Bug#17370)
642         * progmodes/python.el:
643         (python-shell-interpreter-interactive-arg)
644         (python-shell-prompt-detect-enabled)
645         (python-shell-prompt-detect-failure-warning)
646         (python-shell-prompt-input-regexps)
647         (python-shell-prompt-output-regexps): New vars.
648         (python-shell-prompt-calculated-input-regexp)
649         (python-shell-prompt-calculated-output-regexp): New vars.
650         (python-shell-get-process-name)
651         (python-shell-internal-get-process-name)
652         (python-shell-output-filter)
653         (python-shell-completion-get-completions): Use them.
654         (python-shell-prompt-detect)
655         (python-shell-prompt-validate-regexps): New functions.
656         (python-shell-prompt-set-calculated-regexps): New function.
657         (inferior-python-mode): Use it.  Also honor overriden
658         python-shell-interpreter and python-shell-interpreter-args.
659         (python-shell-make-comint): Honor overriden
660         python-shell-interpreter and python-shell-interpreter-args.
661         (python-shell-get-or-create-process): Make it testable by allowing
662         to call run-python non-interactively.
663         (python-util-valid-regexp-p): New function.
664         (python-shell-prompt-regexp, python-shell-prompt-block-regexp)
665         (python-shell-prompt-output-regexp)
666         (python-shell-prompt-pdb-regexp): Use it as defcustom :safe.
668 2014-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
670         * emacs-lisp/smie.el (smie-config--guess-1): Split from
671         smie-config--guess.
672         (smie-config--guess): Use it.
674         * emacs-lisp/edebug.el: Use nadvice.
675         (edebug-original-read): Remove.
676         (edebug--read): Rename from edebug-read and add `orig' arg.
677         (edebug-uninstall-read-eval-functions)
678         (edebug-install-read-eval-functions): Use nadvice.
679         (edebug-read-sexp, edebug-read-storing-offsets, edebug-read-symbol)
680         (edebug-read-and-maybe-wrap-form1, edebug-instrument-callee)
681         (edebug-read-string, edebug-read-function): Use just `read'.
682         (edebug-original-debug-on-entry): Remove.
683         (edebug--debug-on-entry): Rename from edebug-debug-on-entry and add
684         `orig' arg.
685         (debug-on-entry): Override with nadvice.
687         * mouse.el (tear-off-window): Rename from mouse-tear-off-window since
688         it also makes sense to bind it to a non-mouse event.
690         * vc/vc-bzr.el (vc-bzr-shelve): Make it operate on fileset.
692 2014-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
694         * xt-mouse.el (xterm-mouse-event): Don't assume last-click is non-nil
695         (bug#18015).
697         * rect.el (rectangle--string-preview): Don't assume there
698         a non-nil default (bug#17984).
700 2014-07-16  Glenn Morris  <rgm@gnu.org>
702         * desktop.el (after-init-hook): Disable startup frame restoration
703         in non-graphical situations.  (Bug#17693)
705         * vc/vc-dispatcher.el (vc-log-edit): Do set up the log buffer
706         if it was "empty", or used for a different set of files.  (Bug#17884)
708 2014-07-16  Eli Zaretskii  <eliz@gnu.org>
710         * bindings.el (mode-line-remote): If default-directory is not a
711         string, don't call file-remote-p on it; instead state in the
712         help-echo that it is nil.  (Bug#17986)
714 2014-07-14  Daniel Colascione  <dancol@dancol.org>
716         * progmodes/cc-langs.el: Change comments from `cl-macroexpand-all'
717         to `macroexpand-all'
719         * progmodes/cc-defs.el (c-lang-defconst-eval-immediately):
720         Use `macroexpand-all' instead of `cl-macroexpand-all'.
722 2014-07-12  Paul Eggert  <eggert@cs.ucla.edu>
724         Fix bug: C-x v v discarded existing log message (Bug#17884).
725         * vc/vc-dispatcher.el (vc-log-edit):
726         Don't clobber an already-existing log message.
728 2014-07-12  Glenn Morris  <rgm@gnu.org>
730         * vc/log-edit.el (log-edit-changelog-entries):
731         Check for a visited-but-never-saved ChangeLog.
733 2014-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
735         * vc/log-edit.el (log-edit-changelog-entries): Don't both visiting
736         a non-existing file (bug#17970).
738         * faces.el (face-name): Undo last change.
739         (x-resolve-font-name): Don't call face-name (bug#17956).
741 2014-07-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
743         Fix dedenters and electric colon handling. (Bug#15163)
744         * progmodes/python.el
745         (python-rx-constituents): Add dedenter and block-ender.
746         (python-indent-dedenters, python-indent-block-enders): Delete.
747         (python-indent-context): Return new case for dedenter-statement.
748         (python-indent-calculate-indentation): Handle new case.
749         (python-indent-calculate-levels): Fix levels calculation for
750         dedenter statements.
751         (python-indent-post-self-insert-function): Fix colon handling.
752         (python-info-dedenter-opening-block-message): New function.
753         (python-indent-line): Use it.
754         (python-info-closing-block)
755         (python-info-closing-block-message): Remove.
756         (python-info-dedenter-opening-block-position)
757         (python-info-dedenter-opening-block-positions)
758         (python-info-dedenter-statement-p): New functions.
760 2014-07-11  Dmitry Antipov  <dmantipov@yandex.ru>
762         * files.el (out-of-memory-warning-percentage): New defcustom.
763         (warn-maybe-out-of-memory): Use it.
765 2014-07-11  Michael Albinus  <michael.albinus@gmx.de>
767         * subr.el (read-passwd): Use `read-hide-char' if non-nil.  Bind it
768         when calling `read-string'.  (Bug#17839)
770 2014-07-10  Eli Zaretskii  <eliz@gnu.org>
772         * files.el (warn-maybe-out-of-memory): Fix the wording of the
773         warning.
775 2014-07-10  Dmitry Antipov  <dmantipov@yandex.ru>
777         * files.el (warn-maybe-out-of-memory): New function.
778         (find-file-noselect): Use it.
780 2014-07-09  Sam Steingold  <sds@gnu.org>
782         * progmodes/cperl-mode.el (cperl-block-p): Treat the perl keyword
783         `constant' like `bless', `return' &c
785 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
787         * rect.el (apply-on-rectangle): Check forward-line really moved to the
788         next line.
790 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
792         * progmodes/sh-script.el (sh-smie-sh-rules): Don't align with a && in
793         the middle of a line (bug#17896).
795 2014-07-09  Juri Linkov  <juri@jurta.org>
797         * startup.el (command-line): Append displaying the warning about
798         the errors in the init file to the end of `after-init-hook'.
799         (Bug#17927)
801         * faces.el (face-name): Return input arg `face' as-is
802         when it's not a symbol.
803         (x-resolve-font-name): Don't check if the face is a symbol.
804         (Bug#17956)
806         * facemenu.el (list-colors-print): In help-echo format use %.2f
807         instead of %d because now HSV values are floating-point components
808         between 0.0 and 1.0.
810 2014-07-09  Glenn Morris  <rgm@gnu.org>
812         * emulation/cua-rect.el (cua--activate-rectangle):
813         Avoid setting cua--rectangle to nil.  (Bug#17877)
815 2014-07-09  Stephen Berman  <stephen.berman@gmx.net>
817         * calendar/todo-mode.el: Fix wrong-type-argument error when
818         marking multiple consecutive items.
819         (todo-toggle-mark-item): Don't try to mark the empty lines at the
820         end of the todo and done items sections.  Note in doc string that
821         items marked by passing a numeric prefix argument can include the
822         last todo and first done items.
823         (todo-mark-category): Don't try to mark the empty line between the
824         todo and done items sections.
826 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
828         * emacs-lisp/edebug.el (edebug-eval-defun): Print result using
829         proper Lisp quoting (bug#17934).
831         * progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with
832         require-final-newline since prog-mode already took care of it (bug#17947).
834 2014-07-09  Stephen Berman  <stephen.berman@gmx.net>
836         * calendar/todo-mode.el: Fix two bugs.  Shorten Commentary and
837         refer to the Todo mode Info manual.  Update the comment on
838         requiring cl-lib.
839         (todo-find-filtered-items-file): Add todo-prefix overlays.
840         (todo-filter-items): Reorder a let-bound variable to avoid a
841         wrong-type-argument error on canceling the file choice dialog.
843 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
845         * progmodes/octave.el (inferior-octave-mode):
846         Set comint-input-ring-size to a number (bug#17912).
848 2014-07-09  Juri Linkov  <juri@jurta.org>
850         * desktop.el (desktop-minor-mode-table): Add `defining-kbd-macro'
851         and `isearch-mode' associated with nil.  (Bug#17849)
853 2014-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
855         * linum.el (linum--face-height): New function (bug#17813).
856         (linum-update-window): Use it to adjust margin to linum's width.
858         * leim/quail/sisheng.el (sisheng-list): Don't bother with-case-table.
859         * eshell/em-smart.el (eshell-smart-scroll-window): Use
860         with-selected-window.
862         * xt-mouse.el (xterm-mouse-translate-1): Intern drag event (bug#17894).
863         Remove also pointless window&mark manipulation.
865         * progmodes/perl-mode.el: Use syntax-ppss; fix one indentation case.
866         (perl-indent-line): Use syntax-ppss to detect we're in a doc-section.
867         (perl-continuation-line-p): Don't skip over anything else than labels.
868         Return the previous char.
869         (perl-calculate-indent): Use syntax-ppss instead of parse-start
870         and update callers accordingly.  For continuation lines, check the
871         the case of array hashes.
872         (perl-backward-to-noncomment): Make it non-interactive.
873         (perl-backward-to-start-of-continued-exp): Rewrite.
875 2014-07-08  Sam Steingold  <sds@gnu.org>
877         * progmodes/inf-lisp.el (lisp-eval-paragraph, lisp-eval-form-and-next):
878         New user commands.
880 2014-07-08  Juri Linkov  <juri@jurta.org>
882         * vc/vc-annotate.el (vc-annotate-background-mode): New defcustom.
883         (vc-annotate-color-map): Use less saturated colors (20%) for
884         background-mode.
885         (vc-annotate-very-old-color): Add default value for background-mode.
886         (vc-annotate-background): Set default value to nil since now text on
887         the default backgrounds should be legible in light and dark modes.
888         (vc-annotate-lines): Use `vc-annotate-background-mode'.  Doc fix.
889         (Bug#17808)
891 2014-07-08  Juri Linkov  <juri@jurta.org>
893         * simple.el (transpose-chars): Don't move point into read-only area.
894         (Bug#17829)
896 2014-07-08  Juri Linkov  <juri@jurta.org>
898         * window.el (with-displayed-buffer-window): New macro.
899         (with-temp-buffer-window, with-current-buffer-window):
900         Use `macroexp-let2' to evaluate and bind variables
901         in the same order as macro arguments.
902         (display-buffer--action-function-custom-type):
903         Add `display-buffer-below-selected' and `display-buffer-at-bottom'.
905         * minibuffer.el (minibuffer-completion-help): Replace
906         `with-output-to-temp-buffer' with `with-displayed-buffer-window'
907         with actions that display *Completions* at-bottom when called
908         from the minibuffer, or below-selected in a normal buffer.
909         Associate `window-height' with `fit-window-to-buffer'.
910         Let-bind `pop-up-windows' to nil.
912         * dired.el (dired-mark-pop-up): Use `with-displayed-buffer-window'
913         instead of `with-current-buffer-window'.  (Bug#17809)
915 2014-07-07  Luke Lee  <luke.yx.lee@gmail.com>
917         * progmodes/hideif.el (hide-ifdef-env): Change to global.
918         (hide-ifdef-env-backup): New variable.
919         (hide-ifdef-expand-reinclusion-protection, hide-ifdef-header-regexp):
920         New customizable variables.
921         (hif-clear-all-ifdef-defined): New defun.
922         (hif-merge-ifdef-region, hide-ifdef-region-internal, hide-ifdef-region)
923         (hif-show-ifdef-region): Merge hidden regions to prevent continuous "...".
924         (hif-tokenize): Fix for MS-DOS/Win EOL style.
925         (hif-endif-to-ifdef, hif-make-range, hif-find-range, hif-possibly-hide):
926         Fix bug to hide the correct #elif region(s).
927         (hif-range-elif): New defun.
928         (hif-recurse-level): New var.
929         (hif-evaluate-region, hif-evaluate-macro): New defun.
930         (hide-ifdef-guts): Prevent reinclusion protected C/C++ headers from
931         fully hidden.
932         (hide-ifdef-define, hide-ifdefs, hide-ifdef-block, show-ifdef-block):
933         Better interaction.
935 2014-07-04  Michael Albinus  <michael.albinus@gmx.de>
937         * net/dbus.el (dbus-peer-handler): New defun.
938         (dbus-register-service): Register it.  (Bug#17858)
939         (dbus-managed-objects-handler): Fix docstring.
941 2014-07-04  Phil Sainty  <psainty@orcon.net.nz>  (tiny change)
943         * emacs-lisp/lisp.el (narrow-to-defun-include-comments): New var.
944         (narrow-to-defun): New arg include-comments, defaulting to it
945         (bug#16328).
947 2014-07-03  Stefan Monnier  <monnier@iro.umontreal.ca>
949         * rect.el (rectangle--highlight-for-redisplay): Don't pass `orig' with
950         different calling convention to rectangle--unhighlight-for-redisplay.
952 2014-07-03  Michael Albinus  <michael.albinus@gmx.de>
954         * net/tramp.el (tramp-call-process): Handle error strings.
956         * net/tramp-adb.el (tramp-adb-sh-fix-ls-output): Use `bolp'.
958         * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime)
959         (tramp-sh-handle-verify-visited-file-modtime): Use `point-at-eol'.
961         * net/trampver.el: Update release number.
963 2014-07-03  Juri Linkov  <juri@jurta.org>
965         * desktop.el (desktop-save): Rename arg `auto-save' to
966         `only-if-changed'.  Doc fix.  (Bug#17873)
968 2014-07-03  Stefan Monnier  <monnier@iro.umontreal.ca>
970         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
971         Use insert-for-yank (bug#17271).
973 2014-07-03  Leo Liu  <sdl.web@gmail.com>
975         * emacs-lisp/pp.el (pp-eval-expression, pp-eval-last-sexp):
976         Support lexical-binding.
978 2014-07-03  Stefan Monnier  <monnier@iro.umontreal.ca>
980         * vc/log-edit.el (log-edit-goto-eoh): New function.
981         (log-edit--match-first-line): Use it (bug#17861).
983 2014-07-03  Glenn Morris  <rgm@gnu.org>
985         * vc/log-edit.el (log-edit-hook): Add missing :version.
987 2014-07-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
989         * progmodes/python.el (python-indent-post-self-insert-function):
990         Enhancements to electric indentation behavior inside
991         parens. (Bug#17658)
993 2014-07-03  Stefan Monnier  <monnier@iro.umontreal.ca>
995         * ps-def.el (ps-generate-postscript-with-faces1): Don't mess with
996         buffer-invisibility-spec (bug#17867).
998 2014-07-03  Andreas Schwab  <schwab@linux-m68k.org>
1000         * vc/vc-git.el (vc-git-checkin): When operating on the whole tree
1001         pass "-a".
1003 2014-07-03  Glenn Morris  <rgm@gnu.org>
1005         * cus-edit.el (help):
1006         * finder.el (finder-known-keywords):
1007         * help.el (help-for-help-internal):
1008         * vc/ediff-mult.el (ediff-meta-buffer-verbose-message)
1009         (ediff-redraw-registry-buffer):
1010         * vc/ediff-ptch.el (ediff-patch-file-internal):
1011         Doc fixes re "online" help.  (Bug#17803)
1013         * progmodes/idlwave.el (idlwave): Update url-link for custom group.
1014         (idlwave-mode): Doc URL update.
1016 2014-07-01  Juri Linkov  <juri@jurta.org>
1018         * man.el: Display man pages immediately and use process-filter
1019         to format them asynchronously.
1020         (Man-width): Doc fix.
1021         (man): Doc fix.
1022         (Man-start-calling): Use `with-selected-window' to get
1023         `frame-width' and `window-width'.
1024         (Man-getpage-in-background): Call `Man-notify-when-ready'
1025         immediately after creating a new buffer.  Call `Man-mode' and set
1026         `mode-line-process' in the created buffer.  Set process-filter to
1027         `Man-bgproc-filter' in start-process branch.  In call-process branch
1028         call either `Man-fontify-manpage' or `Man-cleanup-manpage'.
1029         Use `Man-start-calling' inside `with-current-buffer'.
1030         (Man-fontify-manpage): Don't print messages.  Fix boundary condition.
1031         (Man-cleanup-manpage): Don't print messages.
1032         (Man-bgproc-filter): New function.
1033         (Man-bgproc-sentinel): Add `save-excursion' to keep point when
1034         user moved it during asynchronous formatting.  Move calls of
1035         `Man-fontify-manpage' and `Man-cleanup-manpage' to
1036         `Man-bgproc-filter'.  Move the call of `Man-mode' to
1037         `Man-getpage-in-background'.  Use `quit-restore-window'
1038         instead of `kill-buffer'.  Use `message' instead of `error'
1039         because errors are caught by process sentinel.
1040         (Man-mode): Move calls of `Man-build-page-list',
1041         `Man-strip-page-headers', `Man-unindent', `Man-goto-page' to
1042         `Man-bgproc-sentinel'.  Doc fix.  (Bug#2588, bug#5054, bug#9084, bug#17831)
1044         * man.el (Man-bgproc-sentinel): Use `Man-page-from-arguments'
1045         for the message about the man page cleaned up.
1047 2014-07-01  Mario Lang  <mlang@delysid.org>
1049         * net/gnutls.el (gnutls-negotiate): Prevent destructive modification of
1050         cosutomization option `gnutls-verify-error'.
1052 2014-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1054         * simple.el (deactivate-mark, set-mark-command, handle-shift-selection):
1055         Don't keep transient-mark-mode buffer-local when not needed (bug#6316).
1057         * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
1058         (turn-off-xterm-mouse-tracking-on-terminal): Don't burp if the terminal
1059         is suspended (bug#17857).
1061 2014-07-01  Michael Albinus  <michael.albinus@gmx.de>
1063         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
1064         Prefer utf-8 coding.  (Bug#17859)
1066 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1068         * emacs-lisp/subr-x.el (string-reverse): Define as obsolete alias
1069         for `reverse'.
1071 2014-06-30  Glenn Morris  <rgm@gnu.org>
1073         * emacs-lisp/autoload.el (autoload-ensure-writable): New variable.
1074         (autoload-ensure-default-file): Maybe make existing output writable.
1075         * Makefile.in (AUTOGEN_VCS): Remove.
1076         (autoloads): Use autoload-ensure-writable rather than AUTOGEN_VCS.
1078 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1080         * emacs-lisp/subr-x.el (string-reverse): Use `reverse'.
1082 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1084         New if-let, when-let, thread-first and thread-last macros.
1086         * emacs-lisp/subr-x.el
1087         (internal--listify, internal--check-binding)
1088         (internal--build-binding-value-form, internal--build-binding)
1089         (internal--build-bindings): New functions.
1090         (internal--thread-argument, thread-first, thread-last)
1091         (if-let, when-let): New macros.
1093 2014-06-30  Grégoire Jadi  <daimrod@gmail.com>
1095         * net/rcirc.el (rcirc-buffer-process): Restore previous
1096         behaviour.  (Bug#17772)
1098 2014-06-29  Alan Mackenzie  <acm@muc.de>
1100         Don't call c-parse-state when c++-template-syntax-table is active.
1101         * progmodes/cc-engine.el (c-guess-continued-construct CASE G)
1102         (c-guess-basic-syntax CASE 5D.3): Rearrange so that
1103         c-syntactic-skip-backwards isn't called with the pertinent syntax table.
1105 2014-06-28  Stephen Berman  <stephen.berman@gmx.net>
1107         * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to
1108         account for file-wide setting of todo-top-priorities-overrides.
1109         Make code a bit cleaner.
1111 2014-06-28  Glenn Morris  <rgm@gnu.org>
1113         * net/eww.el (eww-mode) <eww-current-title>: Make local.  (Bug#17860)
1115 2014-06-28  Stephen Berman  <stephen.berman@gmx.net>
1117         * calendar/todo-mode.el (todo-prefix-overlays): If there is no
1118         category-wide setting of todo-top-priorities-overrides, check for
1119         a file-wide setting and fontify accordingly.
1121 2014-06-28  Glenn Morris  <rgm@gnu.org>
1123         * subr.el (read-passwd): Warn about batch mode.  (Bug#17839)
1125 2014-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1127         * progmodes/hideif.el: Use lexical-binding.  Fix up cl-lib usage.
1129 2014-06-28  K. Handa  <handa@gnu.org>
1131         Fix Bug#17739.
1133         * composite.el: Setup composition-function-table for dotted circle.
1134         (compose-gstring-for-dotted-circle): New function.
1136         * international/characters.el: Add category "^" to all
1137         non-spacing characters.
1139 2014-06-28  Glenn Morris  <rgm@gnu.org>
1141         * Makefile.in (doit): Remove force rule.
1142         (custom-deps, finder-data, autoloads, update-subdirs)
1143         (compile-one-process): PHONY targets do not need force rules.
1145         * Makefile.in (compile-main, compile, compile-always):
1146         No need to explicitly pass variables to ourself in recursive calls.
1148 2014-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1150         * files.el (minibuffer-with-setup-hook): Evaluate the first arg eagerly.
1152 2014-06-26  Glenn Morris  <rgm@gnu.org>
1154         * Makefile.in (update-authors): Update for moved authors.el.
1156 2014-06-26  Leo Liu  <sdl.web@gmail.com>
1158         * skeleton.el (skeleton-end-hook): Default to nil and move the
1159         work to skeleton-insert.  (Bug#17850)
1161 2014-06-26  Dmitry Antipov  <dmantipov@yandex.ru>
1163         * calc/calc-alg.el (math-beforep):
1164         * progmodes/cc-guess.el (c-guess-view-reorder-offsets-alist-in-style):
1165         Simplify because string-lessp can accept symbols as args.
1167 2014-06-26  Daiki Ueno  <ueno@gnu.org>
1169         * emacs-lisp/package.el (package--check-signature):
1170         If package-check-signature is allow-unsigned, don't signal error when
1171         we can't verify signature because of missing public key
1172         (bug#17625).
1174 2014-06-26  Glenn Morris  <rgm@gnu.org>
1176         * emacs-lisp/cl-macs.el (help-add-fundoc-usage):
1177         Remove outdated declaration.
1179         * emacs-lisp/authors.el (authors-valid-file-names)
1180         (authors-renamed-files-alist): Additions.
1182 2014-06-26  Leo Liu  <sdl.web@gmail.com>
1184         * textmodes/picture.el (picture-set-tab-stops):
1185         * ruler-mode.el (ruler-mode-mouse-add-tab-stop)
1186         (ruler-mode-ruler): Fix to work with nil tab-stop-list.
1188         * progmodes/asm-mode.el (asm-calculate-indentation):
1189         Use indent-next-tab-stop.
1191         * indent.el (indent-accumulate-tab-stops): New function.
1193 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1195         * emacs-lisp/package.el (package-list-unsigned): New var (bug#17625).
1196         (package-desc-status): Obey it.
1198 2014-06-26  Stephen Berman  <stephen.berman@gmx.net>
1200         * calendar/todo-mode.el: Fix two bugs.
1201         (todo-insert-item--basic): If user cancels item insertion to
1202         another category before setting priority, show original category
1203         whether it is in the same or a different file.
1204         (todo-set-item-priority): After selecting category, instead of
1205         moving point to top, which extends an active region, restore it.
1207 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1209         * help-fns.el (describe-function-1): Check file-name is a string before
1210         calling help-fns--autoloaded-p (bug#17564).
1212 2014-06-26  Juri Linkov  <juri@jurta.org>
1214         * desktop.el (desktop-auto-save-enable)
1215         (desktop-auto-save-disable): New functions.
1216         (desktop-save-mode, desktop-auto-save-timeout): Use them.
1217         (desktop-read): Disable the autosave before loading the desktop,
1218         and enable afterwards.  (Bug#17351)
1220 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1222         Fix some indentation problem with \; and pipes (bug#17842).
1223         * progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&.
1224         (sh-smie--default-forward-token, sh-smie--default-backward-token):
1225         New functions.
1226         (sh-smie-sh-forward-token, sh-smie-sh-backward-token)
1227         (sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them.
1228         (sh-smie-sh-rules): Fix indentation of a pipe at BOL.
1230 2014-06-26  Glenn Morris  <rgm@gnu.org>
1232         * emacs-lisp/find-func.el (find-function-C-source-directory):
1233         Use file-accessible-directory-p.
1235         * ps-samp.el: Make it slightly less awful.
1236         (ps-rmail-mode-hook, ps-gnus-article-prepare-hook, ps-vm-mode-hook):
1237         (ps-gnus-summary-setup, ps-info-mode-hook): Use [print] key.
1238         Only set local values.
1239         (ps-article-subject, ps-article-author): Use standard functions
1240         like mail-fetch-field.
1241         (ps-info-file, ps-info-node): Use match-string.
1242         (ps-jts-ps-setup, ps-jack-setup): Remove, merging into...
1243         (ps-samp-ps-setup): ... new function.
1245         * progmodes/idlw-shell.el (idlwave-shell-make-temp-file):
1246         Optimize away code unneeded on any modern Emacs.
1248         * emacs-lisp/authors.el: Move to ../admin.
1250         * emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit): New.
1252 2014-06-26  Luke Lee  <luke.yx.lee@gmail.com>
1254         * progmodes/hideif.el (hif-string-to-number): Fix return value bug.
1255         (hif-simple-token-only, hif-tokenize): Comment in detail mainly for
1256         performance enhancements.
1257         (hif-parse-if-exp): Rename to `hif-parse-exp'.  Enhance for macro
1258         expansion.
1259         (hif-factor, hif-string-concatenation, intern-safe): Support string
1260         concatenation and argumented macro expansion.
1261         (hif-if-valid-identifier-p, hif-define-operator, hif-flatten)
1262         (hif-expand-token-list, hif-get-argument-list, hif-define-macro)
1263         (hif-delimit, hif-macro-supply-arguments, hif-invoke, hif-canonicalize)
1264         (hif-canonicalize-tokens, hif-place-macro-invocation)
1265         (hif-parse-macro-arglist): Mostly new functions for supporting
1266         argumented macro expansion.
1267         (hif-string-concatenation, hif-stringify, hif-token-concat)
1268         (hif-token-stringification, hif-token-concatenation):
1269         Stringification and concatenation.
1270         (hif-find-next-relevant): Fix comments.
1271         (hif-ifdef-to-endif, hif-looking-at-elif, hif-hide-line): Bug fix for
1272         some cases involving #elif.
1273         (hif-find-define, hif-add-new-defines): New functions for automatically
1274         scanning of defined symbols.
1275         (hide-ifdef-guts): Fix for defined symbol auto scanning.
1276         (hide-ifdef-undef): Fix behavior to match CPP.
1278 2014-06-25  Glenn Morris  <rgm@gnu.org>
1280         * Makefile.in ($(lisp)/progmodes/cc-defs.elc)
1281         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
1282         ($(lisp)/progmodes/cc-vars.elc): Drop hand-written deps on non-cc
1283         files.  They are not relevant to the original issue (bug#1004),
1284         and cause unnecessary recompilation (bug#2151).
1286 2014-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1288         * play/landmark.el: Use lexical-binding and avoid `intangible'.
1289         (landmark--last-pos): New var.
1290         (landmark--intangible-chars): New const.
1291         (landmark--intangible): New function.
1292         (landmark-mode, landmark-move): Use it.
1293         (landmark-mode): Remove properties.
1294         (landmark-plot-square, landmark-point-square, landmark-goto-xy)
1295         (landmark-cross-qtuple):
1296         Don't worry about `intangible' any more.
1297         (landmark-click, landmark-point-y): Same; and don't assume point-min==1.
1298         (landmark-init-display): Don't set `intangible' and `point-entered'.
1299         (square): Remove.  Inline it instead.
1300         (landmark--distance): Rename from `distance'.
1301         (landmark-calc-distance-of-robot-from): Rename from
1302         calc-distance-of-robot-from.
1303         (landmark-calc-smell-internal): Rename from calc-smell-internal.
1305 2014-06-25  Dmitry Antipov  <dmantipov@yandex.ru>
1307         * files.el (dir-locals-find-file, file-relative-name):
1308         * info.el (Info-complete-menu-item):
1309         * minibuffer.el (completion-table-subvert): Prefer string-prefix-p
1310         to compare-strings to avoid out-of-range errors.
1311         * subr.el (string-prefix-p): Adjust to match strict range
1312         checking in compare-strings.
1314 2014-06-24  Leonard Randall  <leonard.a.randall@gmail.com>  (tiny change)
1316         * textmodes/reftex-parse.el (reftex-using-biblatex-p): Make search
1317         for comment lines non-greedy and stopping at newlines to fix stack
1318         overflows with large files.
1320 2014-06-24  Eli Barzilay  <eli@barzilay.org>
1322         * calculator.el (calculator-last-input): Drop 'ascii-character property
1323         lookup.
1325 2014-06-24  Leo Liu  <sdl.web@gmail.com>
1327         * align.el (align-adjust-col-for-rule): Unbreak due to defaulting
1328         tab-stop-list to nil.  (Bug#16381)
1330         * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
1331         (indent-rigidly-left-to-tab-stop)
1332         (indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
1333         (move-to-tab-stop): Change callers.
1335 2014-06-24  Eli Zaretskii  <eliz@gnu.org>
1337         * skeleton.el (skeleton-insert): Yet another fix of the doc string
1338         wrt behavior of \n as the first/last element of a skeleton.
1340 2014-06-24  Michael Albinus  <michael.albinus@gmx.de>
1342         * net/tramp-adb.el (tramp-adb-handle-process-file):
1343         * net/tramp-sh.el (tramp-sh-handle-process-file):
1344         * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
1345         the output buffer when DISPLAY is non-nil.  (Bug#17815)
1347 2014-06-24  Glenn Morris  <rgm@gnu.org>
1349         * play/landmark.el (landmark-move-down, landmark-move-up):
1350         Fix 2007-10-20 change - preserve horizontal position.
1352 2014-06-23  Sam Steingold  <sds@gnu.org>
1354         * simple.el (kill-append): Remove undo boundary depending on ...
1355         (kill-append-merge-undo): New user option.
1357 2014-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1359         * simple.el (handle-shift-selection, exchange-point-and-mark)
1360         (activate-mark): Set transient-mark-mode buffer-locally (bug#6316).
1361         (transient-mark-mode): Use&set the global value.
1362         * mouse.el (mouse-set-region-1, mouse-drag-track): Idem.
1363         * emulation/edt.el (edt-emulation-off): Save&restore the global
1364         transient-mark-mode setting.
1365         * obsolete/pc-select.el (pc-selection-mode): Use the
1366         transient-mark-mode function.
1368 2014-06-23  Eli Zaretskii  <eliz@gnu.org>
1370         * international/fontset.el (script-representative-chars):
1371         Add representative characters for scripts added in Unicode 7.0.
1372         (otf-script-alist): Synchronize with the latest registry of OTF
1373         script tags.
1375         * international/characters.el (char-script-table): Update for
1376         scripts added and codepoint ranges changed in Unicode 7.0.
1378 2014-06-23  Eli Barzilay  <eli@barzilay.org>
1380         * calculator.el (calculator-standard-displayer): Fix bug in use of
1381         `calculator-groupize-number'.
1382         (calculator-funcall): Fix broken `cl-flet' use by moving it into the
1383         `eval' code, so it works in v24.3.1 too.
1384         (calculator-last-input): Comment to clarify purpose.
1386 2014-06-22  Mario Lang  <mlang@delysid.org>
1388         * textmodes/rst.el (rst-comment-region): From from -> from.
1390         * net/tramp-adb.el (tramp-adb-send-command-and-check): And and -> and.
1392 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
1394         * electric.el (electric-layout-post-self-insert-function):
1395         * emacs-lisp/ert.el (ert--insert-infos):
1396         * obsolete/vi.el (vi-set-mark):
1397         * term.el (term-handle-scroll):
1398         * textmodes/bibtex.el (bibtex-fill-field, bibtex-fill-entry):
1399         * wid-edit.el (widget-editable-list-value-create):
1400         Prefer point-marker to copy-marker of point.
1402 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1404         Fix completion retrieval parsing (bug#17209).
1405         * progmodes/python.el (python-mode):
1406         (python-util-strip-string): New function.
1407         (python-shell-completion-get-completions): Use it.
1409 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
1411         * skeleton.el (skeleton-insert): Fix last change.
1413 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1415         Enhancements for outline integration (bug#17796).
1416         * progmodes/python.el (python-mode): Properly set
1417         outline-heading-end-regexp so that comments after colons for
1418         defuns are supported.
1420 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
1422         * skeleton.el (skeleton-insert): Doc fix.
1424 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1426         * emacs-lisp/smie.el (smie-config--guess): Fix typo.
1427         (smie-config-guess): Use smie-config-local so the rules are obeyed
1428         (bug#17818).
1430         * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
1431         since it's already done inside the loop (bug#17819).
1433 2014-06-21  Martin Rudalics  <rudalics@gmx.at>
1435         * mouse.el (mouse-drag-line): Re-remove code initially removed
1436         on 2013-03-09 and inadvertently reintroduced on 2013-11-30
1437         (Bug#17819).
1439 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1441         * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
1442         align with the surrounding parent (bug#17721).
1444 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
1446         * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
1447         locally to nil.
1448         (texinfo-insert-block, texinfo-insert-@end)
1449         (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
1450         local setting of skeleton-end-newline by adding an explicit \n to
1451         the skeletons where appropriate.  (Bug#17801)
1453 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1455         * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
1456         (smie-indent--hanging-p): Use it.
1457         * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
1459 2014-06-21  Leo Liu  <sdl.web@gmail.com>
1461         * simple.el (read-quoted-char): Don't let help chars pop up help
1462         buffer.  (Bug#16617)
1464 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1466         * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
1467         for | (bug#17621).
1469         * xt-mouse.el (xterm-mouse--read-event-sequence-1000):
1470         Drop unknown events instead of burping.
1472 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
1474         * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
1475         and later.  (Bug#17790)
1477 2014-06-21  Juri Linkov  <juri@jurta.org>
1479         * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
1480         to `soft'.  (Bug#17554)
1482 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1484         * delsel.el (electric-newline-and-maybe-indent): Mark it as well
1485         (bug#17737).
1487 2014-06-21  Dmitry Gutov  <dgutov@yandex.ru>
1489         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
1490         `!' in `!~' with `font-lock-negation-char-face'.  (Bug#17732)
1492 2014-06-21  Michael Albinus  <michael.albinus@gmx.de>
1494         * net/dbus.el (dbus-call-method): Push only non D-Bus events into
1495         `unread-command-events'.
1497 2014-06-19  William Xu  <william.xwl@gmail.com>
1499         * progmodes/hideif.el (hif-string-to-number): Don't return float for
1500         hex integer constants (bug#17807).
1502 2014-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1504         * international/mule-util.el (truncate-string-ellipsis): New var.
1505         (truncate-string-to-width): Use it.
1507 2014-06-19  Robert Brown  <robert.brown@gmail.com>  (tiny change)
1509         * emacs-lisp/lisp-mode.el (lisp-string-after-doc-keyword-p): New fun.
1510         (lisp-string-in-doc-position-p): New function, extracted from
1511         lisp-font-lock-syntactic-face-function.
1512         (lisp-font-lock-syntactic-face-function): Use them (bug#9130).
1514 2014-06-19  Grégoire Jadi  <daimrod@gmail.com>
1516         * net/rcirc.el (rcirc-omit-mode): Fix recenter error.  (Bug#17769)
1518 2014-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1520         * play/bubbles.el (bubbles--initialize, bubbles--show-scores)
1521         (bubbles--game-over): Don't add `intangible' properties since they
1522         didn't work anyway.
1524 2014-06-18  Juri Linkov  <juri@jurta.org>
1526         * vc/ediff-init.el (ediff-current-diff-Ancestor)
1527         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
1528         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
1529         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
1530         Add `min-colors 88' version with removed black/white foregrounds.
1531         (Bug#10181)
1533 2014-06-18  Juri Linkov  <juri@jurta.org>
1535         * vc/diff-mode.el (diff-changed): Empty face definition to use
1536         `diff-removed' and `diff-added' on tty as well.  (Bug#10181)
1537         (diff-context): Use darker color on light background and
1538         lighter color on dark background.
1540 2014-06-18  Juri Linkov  <juri@jurta.org>
1542         * vc/diff-mode.el (diff-refine-changed): Rename from
1543         `diff-refine-change' for consistency with `diff-changed'.
1544         (diff-refine-change): Add obsolete face alias.  (Bug#10181)
1546         * vc/smerge-mode.el (smerge-refined-changed): Rename from
1547         `smerge-refined-change'.
1548         (smerge-refined-change): Add obsolete face alias.
1550 2014-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1552         * rect.el (rectangle-preview): New custom.
1553         (rectangle): New group.
1554         (rectangle--pos-cols): Add `window' argument.
1555         (rectangle--string-preview-state, rectangle--string-preview-window):
1556         New vars.
1557         (rectangle--string-flush-preview, rectangle--string-erase-preview)
1558         (rectangle--space-to, rectangle--string-preview): New functions.
1559         (string-rectangle): Use them.
1560         (rectangle--inhibit-region-highlight): New var.
1561         (rectangle--highlight-for-redisplay): Obey it.  Make sure
1562         `apply-on-region' uses the point-crutches of the right window.
1563         Use :align-to rather than multiple spaces.
1565 2014-06-16  Andrea Rossetti  <andrea.rossetti@gmail.com>  (tiny change)
1567         * ruler-mode.el (ruler-mode-window-col)
1568         (ruler-mode-mouse-set-left-margin)
1569         (ruler-mode-mouse-set-right-margin): Fix calculation of column
1570         from mouse position (Bug#17768).
1572 2014-06-16  Ron Schnell  <ronnie@driver-aces.com>
1574         * play/dunnet.el (dun-doassign): Fix bug where UNIX variable assignment
1575         without varname or rhs causes crash.
1576         (dun-ftp): Fix bug where blank ftp password is allowed, making it
1577         impossible to win endgame.
1578         (dun-unix-verbs): Add ssh as alias to rlogin, because nobody knows what
1579         rlogin is anymore.
1580         (dun-help): Bump version number; update contact info.
1582 2014-06-15  Eli Barzilay  <eli@barzilay.org>
1584         * calculator.el (calculator-prompt, calculator-remove-zeros)
1585         (calculator-mode-hook, calculator-operators, calculator-stack)
1586         (calculator-mode): Tweak docstring.
1587         (calculator-user-operators): Tweak docstring, fix a bug in the last
1588         example.
1589         (calculator-displayer): `std' case has an optional boolean.
1590         (calculator-displayers): Use the new boolean to group in decimal mode.
1591         (calculator-mode-map, calculator, calculator-message)
1592         (calculator-op-arity, calculator-add-operators)
1593         (calculator-string-to-number, calculator-displayer-prev)
1594         (calculator-displayer-next, calculator-remove-zeros)
1595         (calculator-eng-display, calculator-number-to-string)
1596         (calculator-update-display, calculator-last-input)
1597         (calculator-clear-fragile, calculator-digit, calculator-decimal)
1598         (calculator-exp, calculator-saved-move, calculator-clear)
1599         (calculator-copy, calculator-put-value, calculator-help)
1600         (calculator-expt, calculator-truncate): Minor code improvements.
1601         (calculator-need-3-lines): New function pulling out code from
1602         `calculator'.
1603         (calculator-get-display): Rename from `calculator-get-prompt', and
1604         improved.
1605         (calculator-push-curnum): Rename from `calculator-curnum-value', and
1606         extended for all uses of it.  All callers changed.
1607         (calculator-groupize-number): New utility for splitting a number into
1608         groups.
1609         (calculator-standard-displayer): Improve code, new optional argument to
1610         use comma-split groups, make second argument optional too to use with
1611         'left/'right inputs.  All callers changed.
1612         (calculator-reduce-stack-once): New utility, doing the meat of what
1613         `calculator-reduce-stack' used to do, much improved (mostly using
1614         `pcase' for conciseness and clarity).
1615         (calculator-reduce-stack): Now doing just the reduction loop using
1616         `calculator-reduce-stack-once'.
1617         (calculator-funcall): Improve code, make it work in v24.3.1 too.
1618         (calculator-last-input): Improve code, remove some old cruft.
1619         (calculator-quit): Kill `calculator-buffer' in electric mode too.
1620         (calculator-integer-p): Remove.
1621         (calculator-fact): Improve code, make it work on non-integer values
1622         too (using truncated numbers).
1624 2014-06-15  Michael Albinus  <michael.albinus@gmx.de>
1626         Sync with Tramp 2.2.10.
1628         * net/tramp.el (tramp-methods): Tweak docstring.
1629         (tramp-handle-file-accessible-directory-p): Check for
1630         `file-readable-p' instead of `file-executable-p'.
1631         (tramp-check-cached-permissions):
1632         Use `tramp-compat-file-attributes'.
1633         (tramp-call-process): Add new argument VEC.  Adapt callees in all
1634         tramp*.el files.
1636         * net/tramp-adb.el (tramp-adb-handle-write-region): Improve messages.
1637         (tramp-adb-maybe-open-connection): Don't set
1638         `tramp-current-*' variables.
1640         * net/tramp-cache.el (tramp-flush-file-function): Do not flush
1641         file properties of temporary buffers.
1643         * net/tramp-ftp.el (top): Remove special handling for URL syntax.
1645         * net/tramp-gvfs.el (tramp-gvfs-methods) <sftp>: Add.
1646         (tramp-gvfs-handle-delete-file): Flush file
1647         properties, not directory properties.
1648         (tramp-gvfs-handle-file-attributes): Use `string-to-number' when
1649         reading "unix::mode".
1650         (tramp-gvfs-handle-file-name-all-completions):
1651         Use "-h" option for "gvfs-ls".
1652         (tramp-gvfs-url-file-name): `user' and `localname' could be nil.
1653         (tramp-gvfs-send-command): Simplify traces.
1655         * net/tramp-sh.el (vc-handled-backends, vc-bzr-program)
1656         (vc-git-program, vc-hg-program): Declare.
1657         (tramp-methods) <sftp>: Remove.  It has never worked satisfactorily.
1658         (tramp-methods) <nc>: Add new method.
1659         (tramp-methods) <telnet>: Redirect stderr to "/dev/null".
1660         (tramp-methods) <plink, plinkx, pscp, psftp>: Improve
1661         `tramp-login-args'.
1662         (tramp-default-user-alist): Add "nc".
1663         (top): Remove completion function for "sftp".  Add completion
1664         functions for "nc" and "psftp".
1665         (tramp-do-copy-or-rename-file-out-of-band): Tweak docstring.
1666         Implement support for "nc" method.
1667         (tramp-sh-handle-expand-file-name, tramp-local-coding-commands)
1668         (tramp-remote-coding-commands, tramp-call-local-coding-command):
1669         Tweak docstring.
1670         (tramp-sh-handle-write-region): Tweak error message.
1671         (tramp-sh-handle-vc-registered): Remove backends when the remote
1672         binary does not exist.
1673         (tramp-find-inline-encoding): Do not raise an error.
1674         (tramp-make-copy-program-file-name): Tweak docstring.  Handle also
1675         the "nc" case.  Quote result also locally.
1677         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
1678         (tramp-smb-handle-set-file-acl): Use `start-process'.
1679         (tramp-smb-handle-insert-directory): Use progress reporter.
1680         (tramp-smb-handle-rename-file): Flush also file properties of
1681         FILENAME.
1683         * net/trampver.el: Update release number.
1685 2014-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1687         * ses.el: Miscellaneous cleanups; use lexical-binding; avoid
1688         add-to-list.
1689         (ses-localvars): Remove ses--local-printer-list, unused.
1690         (ses--metaprogramming): New macro.  Use it to defvar variables.
1691         (ses-set-localvars): Simplify.
1692         (ses--locprn, ses-cell): Use defstruct.  Change ses-cell's
1693         property-list into an alist.
1694         (ses-locprn-get-compiled, ses-locprn-compiled-aset)
1695         (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number):
1696         Remove; use defstruct accessors/setters instead.
1697         (ses-cell-formula-aset, ses-cell-printer-aset)
1698         (ses-cell-references-aset): Remove, use setf instead.
1699         (ses--alist-get): New function.
1700         (ses-cell-property): Rename from ses-cell-property-get and rewrite.
1701         Use an alist instead of a plist and don't do move-to-front since the
1702         list is always short.
1703         (ses-cell-property-get-fun, ses-cell-property-delq-fun)
1704         (ses-cell-property-set-fun, ses-cell-property-set)
1705         (ses-cell-property-pop-fun, ses-cell-property-get-handle)
1706         (ses-cell-property-handle-car, ses-cell-property-handle-setcar): Remove.
1707         (ses--letref): New macro.
1708         (ses-cell-property-pop): Rewrite.
1709         (ses--cell): Rename from ses-cell and make it into a function.
1710         Make `formula' fallback on `value' if nil.
1711         (ses--local-printer): Rename from ses-local-printer and make it into
1712         a function.
1713         (ses-set-cell): Turn it into a macro so finding the accessor from the
1714         field name is done at compile time.
1715         (ses-repair-cell-reference-all): Test presence of `sym' rather than
1716         `ref' before adding `sym' to :ses-repair-reference.
1717         (ses-calculate-cell): Use ses--letref rather than
1718         ses-cell-property-get-handle.
1719         (ses-write-cells): Use a single prin1-to-string.
1720         (ses-setter-with-undo): New function.
1721         (ses-aset-with-undo, ses-set-with-undo): Rewrite using it.
1722         (ses-unset-with-undo): Remove.
1723         (ses-load): Prefer apply' over `eval'.
1724         (ses-read-printer, ses-set-column-width): Use standard "(default
1725         foo)" format.
1727 2014-06-15  Glenn Morris  <rgm@gnu.org>
1729         * Makefile.in (leim, semantic): Use `make -C' rather than `cd && make'.
1731         * progmodes/cc-langs.el: Require cl-lib.  (Bug#17463)
1732         Replace delete-duplicates and mapcan by cl- versions throughout.
1733         And cl-macroexpand-all by macroexpand-all.
1734         (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
1736 2014-06-15  Eli Zaretskii  <eliz@gnu.org>
1738         * subr.el (posn-col-row): Doc fix.  (Bug#17768)
1740 2014-06-15  Juri Linkov  <juri@jurta.org>
1742         * bindings.el: Put `ascii-character' property on keypad keys
1743         mapped to characters.  (Bug#17759)
1745 2014-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1747         * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
1748         bumping forward into a closing paren (bug#17761).
1750         * term/xterm.el (xterm--version-handler): Work around for OSX
1751         Terminal.app (bug#17607).
1753 2014-06-14  Ron Schnell  <ronnie@driver-aces.com>
1755         * play/dunnet.el (dun-describe-room, dun-mode):
1756         If a lamp is in the room, you won't be eaten by a grue.
1758 2014-06-13  Glenn Morris  <rgm@gnu.org>
1760         * Makefile.in ($(lisp)/cus-load.el, $(lisp)/finder-inf.el)
1761         (autoloads, $(lisp)/subdirs.el, compile-main, leim, semantic, compile)
1762         (compile-always): GNU make automatically passes
1763         command-line arguments to sub-makes.
1765         * calendar/calendar.el (calendar-generate-window):
1766         Remove pointless call to font-lock-fontify-buffer.
1768 2014-06-13  Matthias Meulien  <orontee@gmail.com>
1770         * simple.el (completion-list-mode-map): Navigate with tab and backtab
1771         (bug#17767).
1773 2014-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1775         * simple.el (set-mark-command): Simplify a bit.
1777 2014-06-12  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
1779         * help.el (help--key-binding-keymap): New function.
1780         (help--binding-locus): New function.
1781         (describe-key): Mention the keymap in which the binding was
1782         found. (bug#13948)
1784 2014-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1786         * hippie-exp.el (he--all-buffers): New function.
1787         (try-expand-line-all-buffers, try-expand-list-all-buffers)
1788         (try-expand-dabbrev-all-buffers): Use it.
1790 2014-06-12  Emilio C. Lopes  <eclig@gmx.net>
1792         * hippie-exp.el (try-expand-line-all-buffers)
1793         (try-expand-list-all-buffers, try-expand-dabbrev-all-buffers):
1794         Read hippie-expand-only-buffers and hippie-expand-ignore-buffers in the
1795         original buffer, in case they're buffer-local.
1797 2014-06-12  Vincent Belaïche  <vincentb1@users.sourceforge.net>
1799         * ses.el (ses-initial-global-parameters-re): New defconst, a
1800         specific regexp is needed now that ses.el can handle both
1801         file-format 2 --- ie. no local printers --- and 3 --- i.e. may have
1802         local printers.
1803         (ses-localvars): Add local variables needed for local printer handling.
1804         (ses-set-localvars): Handle hashmap initialisation.
1805         (ses-paramlines-plist): Add param-line for number of local printers.
1806         (ses-paramfmt-plist): New defconst, needed for code factorization
1807         between functions `ses-set-parameter' and
1808         `ses-file-format-extend-paramter-list'
1809         (ses-make-local-printer-info): New defsubst.
1810         (ses-locprn-get-compiled, ses-locprn-compiled-aset)
1811         (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number)
1812         (ses-cell-printer-aset): New defmacro.
1813         (ses-local-printer-compile): New defun.
1814         (ses-local-printer): New defmacro.
1815         (ses-printer-validate, ses-call-printer): Add support for local
1816         printer functions.
1817         (ses-file-format-extend-paramter-list): New defun.
1818         (ses-set-parameter): Use const `ses-paramfmt-plist' for code
1819         factorization.
1820         (ses-load): Add support for local printer functions.
1821         (ses-read-printer): Update docstring and add support for local printer
1822         functions.
1823         (ses-refresh-local-printer, ses-define-local-printer): New defun.
1824         (ses-safe-printer): Add support for local printer functions.
1826 2014-06-12  Ivan Andrus  <darthandrus@gmail.com>
1828         * ffap.el (ffap-lax-url): New var (bug#17723).
1829         (ffap-url-at-point): Use it.
1830         (ffap-file-at-point): Avoid returning just "/".
1832 2014-06-12  Matthias Meulien  <orontee@gmail.com>
1834         * progmodes/python.el (import skeleton): New skeleton (bug#17672).
1835         (python-mode-map): Bind it.
1837         * progmodes/python.el (class skeleton): Don't erase last char of class
1838         name (bug#17683).
1840 2014-06-12  Cameron Desautels  <camdez@gmail.com>  (tiny change)
1842         * help.el (where-is): Use `default' arg of completing-read (bug#17705).
1844 2014-06-12  Kevin Ryde  <user42_kevin@yahoo.com.au>
1846         * files.el (auto-mode-alist): Map .ad files to xdefaults-mode
1847         (bug#17745).
1849 2014-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1851         * international/mule-cmds.el: Use lexical-binding.
1852         (ucs-names): Simplify.
1854 2014-05-18  Eric Hanchrow  <eric.hanchrow@gmail.com>
1856         * progmodes/python.el (run-python): Use read-shell-command.
1858 2014-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1860         * rect.el: Make it possible to move bounds past EOL or into TABs.
1861         (operate-on-rectangle): Use apply-on-rectangle.
1862         (rectangle--mark-crutches): New var.
1863         (rectangle--pos-cols, rectangle--col-pos, rectangle--point-col)
1864         (rectangle--crutches, rectangle--reset-crutches): New functions.
1865         (apply-on-rectangle): Obey crutches.  Avoid setq.
1866         Fix missing final iteration if end is at EOB&BOL.
1867         (rectangle-mark-mode-map): Add remap bindings for
1868         exchange-point-and-mark and char/line movements.
1869         (rectangle--*-char): New function.
1870         (rectangle-exchange-point-and-mark, rectangle-right-char)
1871         (rectangle-left-char, rectangle-forward-char)
1872         (rectangle-backward-char, rectangle-next-line)
1873         (rectangle-previous-line): New commands.
1874         (rectangle--place-cursor): New function.
1875         (rectangle--highlight-for-redisplay): Use it.  Use apply-on-rectangle.
1877 2014-06-08  Glenn Morris  <rgm@gnu.org>
1879         * startup.el (initial-buffer-choice): Doc fix.
1880         Reset :version (adding an option does not merit a :version bump).
1882         * bookmark.el (bookmark-load):
1883         * uniquify.el (uniquify-buffer-name-style): Doc fixes.
1885 2014-06-08  Juri Linkov  <juri@jurta.org>
1887         * desktop.el: Activate auto-saving on window configuration changes.
1888         (desktop-save-mode, desktop-auto-save-timeout): Add/remove
1889         `desktop-auto-save-set-timer' to/from
1890         `window-configuration-change-hook'.
1891         (desktop-auto-save-set-timer): Change REPEAT arg of
1892         `run-with-idle-timer' from t to nil.
1893         http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
1895 2014-06-08  Santiago Payà i Miralta  <santiagopim@gmail.com>
1897         * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
1898         vc-hg-command (bug#17570).
1900 2014-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1902         * international/mule-cmds.el (ucs-names): Add special entry for BEL
1903         (bug#17702).
1905 2014-06-08  Glenn Morris  <rgm@gnu.org>
1907         * startup.el (window-setup-hook): Doc fix.
1909         * emacs-lisp/package.el (package-check-signature)
1910         (package-unsigned-archives): Doc fixes.
1912 2014-06-08  Martin Rudalics  <rudalics@gmx.at>
1914         * window.el (display-buffer-use-some-window): Don't make window
1915         used smaller than it was before (Bug#17671).
1917 2014-06-08  Eli Zaretskii  <eliz@gnu.org>
1919         * menu-bar.el (menu-bar-open): Fix last change: use the PC
1920         'redisplay' instead of '(sit-for 0)'.
1922 2014-06-08  Michael Albinus  <michael.albinus@gmx.de>
1924         * net/tramp.el (tramp-ssh-controlmaster-options):
1925         Improve search regexp.  (Bug#17653)
1927 2014-06-08  Glenn Morris  <rgm@gnu.org>
1929         * emacs-lisp/package.el (package-pinned-packages): Doc fix.
1931 2014-06-08  Eli Zaretskii  <eliz@gnu.org>
1933         * menu-bar.el (menu-bar-open): Fix invocation via M-x.
1935 2014-06-06  Santiago Payà i Miralta  <santiagopim@gmail.com>
1937         * vc/vc-hg.el (vc-hg-create-tag, vc-hg-retrieve-tag): New functions
1938         (bug#17586).
1940         * vc/vc-hg.el (vc-hg-log-graph): New var.
1941         (vc-hg-print-log): Use it.
1942         (vc-hg-root-log-format): Include branch name and bookmarks; ignore
1943         graph output (bug#17515).
1945 2014-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1947         * mouse.el (mouse-posn-property): Ignore buffer position info when the
1948         even happened elsewhere.
1950 2014-06-06  Mario Lang  <mlang@delysid.org>
1952         * emacs-lisp/tabulated-list.el (tabulated-list-print): Only call
1953         `recenter' if `current-buffer' is equal to `window-buffer'.
1955 2014-06-05  Leo Liu  <sdl.web@gmail.com>
1957         * emacs-lisp/cl-macs.el (cl-macrolet): Avoid excessive progn's.
1959 2014-06-05  Michal Nazarewicz  <mina86@mina86.com>
1961         * textmodes/tildify.el (tildify-foreach-region-outside-env):
1962         New function which calls a callback on portions of the buffer that are
1963         outside of ignored environments.
1964         (tildify-build-regexp): Remove function since it is now
1965         incorporated in `tildify-foreach-region-outside-env' where it is
1966         optimised and simplified by the use of `mapconcat'.
1967         (tildify-tildify): Return number of substitutions made so that…
1968         (tildify-count): …can be removed.
1969         (tildify-find-env): Accept a new PAIRS argument which was
1970         previously looked up in `tildify-ignored-environments-alist' each
1971         time the function was called.  With this change, the lookup is
1972         performed only once in `tildify-foreach-region-outside-env'.
1973         (tildify-region): Greatly simplify the function since now most of
1974         the work is done by `tildify-foreach-region-outside-env'.
1975         (tildify-mode-alist): Simplify slightly by avoiding if and setq
1976         and instead using or.
1978         * textmodes/tildify.el (tildify-ignored-environments-alist):
1979         Optimise environments regexes
1981         Each time beginning of an environment to ignore is found,
1982         `tildify-find-env' needs to identify regexp for the ending
1983         of the environment.  This is done by trying all the opening
1984         regexes on matched text in a loop, so to speed that up, this
1985         loop should have fewer things to match, which can be done by
1986         using alternatives in the opening regexes.
1988         Coincidentally, this should make matching of the opening
1989         regexp faster as well thanks to the use of `regexp-opt' and
1990         having common prefix pulled from many regexes.
1992         * textmodes/tildify.el (tildify-string-alist)
1993         (tildify-ignored-environments-alist): Add `nxml-mode' to the list
1994         of supported modes since `xml-mode' is no longer a thing but just
1995         an alias to the former.  Also include comments and insides of tags
1996         in `tildify-ignored-environments-alist' for XML modes.  Finally,
1997         since XML does not define “&nbsp;”[1], use a numeric reference for
1998         a no-break space (namely “&#160;”)
2000         [1] XML specification defines only a handful of predefined entities.
2001             The list is at <http://www.w3.org/TR/REC-xml/#sec-predefined-ent>
2002             and includes only &lt;, &gt;, &amp;, &apos; and &quot; (meaning <,
2003             >, &, ' and " respectively).  This is in contrast to HTML and even
2004             XHTML which defined a whole bunch of entities including “&nbsp;”.
2006         * textmodes/tildify.el (tildify-pattern-alist)
2007         (tildify-string-alist, tildify-ignored-environments-alist):
2008         Improve defcustom's types by adding more tags explaining what each
2009         value means and replace “sexp” used in
2010         `tildify-ignored-environments-alist' with a full type declaration.
2012         * textmodes/tildify.el (tildify-find-env): Fix matched group
2013         indexes in end-regex building
2015         When looking for a start of an ignore-environment, the regex is built
2016         by concatenating regexes of all the environments configured in
2017         `tildify-ignored-environments-alist'.  So for example, the following
2018         list could be used to match TeX's \verb and \verb* commands:
2020             (("\\\\verb\\(.\\)" . (1))
2021              ("\\\\verb\\*\\(.\\)" . (1)))
2023         This would result in the following regex being used to find the start
2024         of any of the variants of the \verb command:
2026             \\\\verb\\(.\\)\\|\\\\verb\\*\\(.\\)
2028         But now, if “\\\\verb\\*\\(.\\)” matches, the first capture group
2029         won't match anything, and thus (match-string 1) will be nil, which
2030         will cause building of the end-matching regex to fail.
2032         Fix this by using capture groups from the time when the opening
2033         regexes are matched individually.
2035         * textmodes/tildify.el (tildify-find-env): Fix end-regex building
2036         in `tildify-find-env'
2038         The `tildify-ignored-environments-alist' allows the end-regex to
2039         be provided not as a static string but mix of strings and indexes
2040         of groups matched the begin-regex.  For example, the “\verb!…!”
2041         TeX-command (where “!” is an arbitrary character) is handled
2042         using:
2044             ("\\\\verb\\*?\\(.\\)" . (1))
2046         In the same way, the following should be supported as well:
2048             ("open-\\(.\\)" . ("end-" 1))
2050         However the tildify-find-env function fails at
2052             (concat result
2053                     (if (stringp (setq aux (car expression)))
2054                          expression  ; BUG: expression is a list
2055                        (regexp-quote (match-string aux))))
2057         where the string part is handled incorrectly.
2059         The most trivial fix would be to replace `expression' in the
2060         true-part of the if-statement with `aux', but instead, this commit
2061         optimises `tildify-find-env' by changing it to use `mapconcat'
2062         rather than open-coded while-loop.
2064 2014-06-05  Mario Lang  <mlang@delysid.org>
2066         * woman.el (woman-mapcan): Remove.
2067         (woman-parse-colon-path): Use cl-mapcan instead.
2069 2014-06-03  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2071         * register.el: Add link to Emacs manual in Commentary.
2073 2014-06-02  Sam Steingold  <sds@gnu.org>
2075         * menu-bar.el (lookup-key-ignore-too-long): Extract from...
2076         (popup-menu): ...here.
2077         (menu-bar-open): Use it to avoid an error when `lookup-key'
2078         returns a number.
2080 2014-06-02  Michael Albinus  <michael.albinus@gmx.de>
2082         * net/tramp.el (tramp-call-process): Add traces.
2083         (tramp-handle-unhandled-file-name-directory): Return "/".
2085 2014-06-02  Wilson Snyder  <wsnyder@wsnyder.org>
2087         Sync with upstream verilog-mode revision 3cd8144.
2088         * progmodes/verilog-mode.el (verilog-mode-version): Bump.
2089         (verilog-auto-arg-format): New option, to support newlines in AUTOARG.
2090         (verilog-type-font-keywords): Add nor.
2091         (verilog-batch-execute-func): Force reading of Local Variables.
2092         Fix printing "no changes to be saved" with verilog-batch.
2093         (verilog-auto-arg-ports): Doc fix.
2094         Add verilog-auto-arg-format to support newlines in AUTOARG.
2095         (verilog-auto-arg): Doc fix.
2097 2014-06-02  Glenn Morris  <rgm@gnu.org>
2099         * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el:
2100         * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el:
2101         * emulation/ws-mode.el: Move to obsolete/.
2102         * Makefile.in (AUTOGEN_VCS): Update for moved tpu-edu.el.
2104 2014-06-02  Eli Zaretskii  <eliz@gnu.org>
2106         * simple.el (keyboard-quit): Force update of mode lines, to remove
2107         the "Def" indicator, if we were defining a macro.  (Bug#17615)
2109 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2111         * minibuffer.el (minibuffer-force-complete-and-exit):
2112         Obey minibuffer-default (bug#17545).
2114         * progmodes/js.el (js-indent-line): Don't mix columns and chars
2115         (bug#17619).
2117         * subr.el (set-transient-map): Don't wait for some "nested"
2118         transient-map to finish if we're only supposed to be active for
2119         the next command (bug#17642).
2121 2014-06-02  Leo Liu  <sdl.web@gmail.com>
2123         * emacs-lisp/gv.el (window-buffer, window-display-table)
2124         (window-dedicated-p, window-hscroll, window-point, window-start):
2125         Fix gv-expander.  (Bug#17630)
2127 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2129         * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
2130         clicks (bug#17633).
2132         * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
2133         for the single comma, since ", " is *very* common in normal French text
2134         (bug#17643).
2136 2014-06-02  Glenn Morris  <rgm@gnu.org>
2138         * emacs-lisp/package.el (package-check-signature)
2139         (package-unsigned-archives): Fix :version.
2141 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2143         * subr.el (sit-for): Don't run input-methods (bug#15614).
2145 2014-06-02  Glenn Morris  <rgm@gnu.org>
2147         * cus-start.el: Fix some :version numbers.
2149 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2151         * simple.el (deactivate-mark): Set mark-active to nil even if
2152         deactivation is done via setting transient-mark-mode to nil,
2153         since one is buffer-local and the other is global.
2155         * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
2156         there can't be more than 2 arguments (bug#17584).
2158 2014-06-02  Glenn Morris  <rgm@gnu.org>
2160         * simple.el (filter-buffer-substring-functions)
2161         (filter-buffer-substring-function, buffer-substring-filters)
2162         (filter-buffer-substring, buffer-substring--filter): Doc fixes.
2164         * minibuffer.el (completion-in-region-functions, completion-in-region)
2165         (completion--in-region): Doc fixes.
2167         * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
2168         (expand-abbrev, abbrev--default-expand): Doc fixes.
2170 2014-06-02  Paul Eggert  <eggert@cs.ucla.edu>
2172         Include sources used to create macuvs.h.
2173         * international/README: Refer to the Unicode Terms of Use rather
2174         than copying it bodily here, as that simplifies maintenance.
2176 2014-06-01  Glenn Morris  <rgm@gnu.org>
2178         * loadup.el (load-prefer-newer): Set non-nil when dumping.  (Bug#17629)
2180 2014-05-31  Glenn Morris  <rgm@gnu.org>
2182         * files.el (locate-dominating-file): Expand file argument.  (Bug#17641)
2184 2014-05-30  Glenn Morris  <rgm@gnu.org>
2186         * loadup.el: Treat `command-line-args' more flexibly.
2188 2014-05-30  Alan Mackenzie  <acm@muc.de>
2190         Guard (looking-at "\\s!") from XEmacs.
2191         * progmodes/cc-engine.el (c-state-pp-to-literal): Add guard form.
2193 2014-05-30    Ken Olum  <kdo@cosmos.phy.tufts.edu>
2195         * mail/rmail.el (rmail-delete-forward, rmail-delete-backward):
2196         The argument COUNT is now optional, to be more backward-compatible.
2197         Doc fix.  (Bug#17560)
2199 2014-05-29  Reuben Thomas  <rrt@sc3d.org>
2201         * whitespace.el (whitespace-report-region):
2202         Simplify documentation.
2203         (whitespace-report-region): Allow report-if-bogus to take the
2204         value `never', for non-interactive use.
2205         (whitespace-report): Refer to whitespace-report-region's
2206         documentation.
2208 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2210         * whitespace.el: Use font-lock-flush.  Minimize refontifications.
2211         Side benefit: it works without jit-lock.
2212         (whitespace-point--used): New buffer-local var.
2213         (whitespace-color-on): Initialize it and flush it.  Use font-lock-flush.
2214         (whitespace-color-off): Use font-lock-flush.
2215         (whitespace-point--used, whitespace-point--flush-used): New functions.
2216         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
2217         (whitespace-empty-at-eob-regexp): Use them.
2218         (whitespace-post-command-hook): Rewrite.
2220         * font-lock.el (font-lock-flush, font-lock-ensure): New functions.
2221         (font-lock-fontify-buffer): Mark interactive-only.
2222         (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
2223         Make buffer-local.
2224         (font-lock-specified-p): Remove redundant boundp check.
2225         (font-lock-flush-function, font-lock-ensure-function): New vars.
2226         (font-lock-turn-on-thing-lock): Set them.
2227         (font-lock-default-fontify-buffer): Obey font-lock-dont-widen.
2228         (font-lock-after-change-function): Make `old-len' optional.
2229         (font-lock-set-defaults): Remove redundant `set' of font-lock-defaults.
2230         Call font-lock-flush, just in case.
2231         * progmodes/verilog-mode.el (verilog-preprocess): Disable workaround in
2232         recent Emacsen.
2233         * progmodes/vera-mode.el (vera-fontify-buffer): Declare obsolete.
2234         (vera-mode-map, vera-mode-menu): Remove bindings to it.
2235         * progmodes/idlw-help.el (idlwave-help-fontify): Use font-lock-ensure
2236         and with-syntax-table.
2237         * textmodes/conf-mode.el (conf-quote-normal):
2238         * progmodes/sh-script.el (sh-set-shell):
2239         * progmodes/prog-mode.el (prettify-symbols-mode):
2240         * progmodes/f90.el (f90-font-lock-n):
2241         * progmodes/cwarn.el (cwarn-mode):
2242         * nxml/nxml-mode.el (nxml-toggle-char-ref-extra-display):
2243         * progmodes/compile.el (compilation-setup, compilation--unsetup):
2244         * hi-lock.el (hi-lock-mode, hi-lock-unface-buffer)
2245         (hi-lock-set-pattern, hi-lock-set-file-patterns): Use font-lock-flush.
2246         * mail/rmail.el (rmail-variables): Set font-lock-dont-widen instead of
2247         font-lock-fontify-buffer-function and
2248         font-lock-unfontify-buffer-function.
2249         (rmail-unfontify-buffer-function, rmail-fontify-message):
2250         Use with-silent-modifications.
2251         * htmlfontify.el (hfy-force-fontification): Use jit-lock-fontify-now
2252         and font-lock-ensure.
2253         * bs.el (bs-show-in-buffer): Use font-lock-ensure.
2255 2014-05-28  Thien-Thi Nguyen  <ttn@gnu.org>
2257         * emacs-lisp/package.el (package-generate-autoloads):
2258         Inhibit backup files.
2260 2014-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2262         * progmodes/hideshow.el (hs-hide-all): Call syntax-propertize
2263         (bug#17608).
2265 2014-05-21  Michal Nazarewicz  <mina86@mina86.com>
2267         * textmodes/tildify.el (tildify-buffer, tildify-region):
2268         Add dont-ask option.
2270 2014-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2272         * subr.el (zerop): Move from C.  Add compiler-macro (bug#17475).
2273         * emacs-lisp/byte-opt.el (byte-optimize-zerop): Remove.
2275         * subr.el (internal--funcall-interactively): New.
2276         (internal--call-interactively): Remove.
2277         (called-interactively-p): Detect funcall-interactively instead of
2278         call-interactively.
2279         * simple.el (repeat-complex-command): Use funcall-interactively.
2280         (repeat-complex-command--called-interactively-skip): Remove.
2282 2014-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2284         * register.el (register-read-with-preview): Don't burp on
2285         frame switches (e.g. due to the frame we just popped).
2287         * mouse.el (mouse-set-region): Handle spurious drag events (bug#17562).
2288         (mouse-drag-track): Annotate `mouse-drag-start' so we know we moved.
2290 2014-05-26  Andreas Schwab  <schwab@linux-m68k.org>
2292         * cus-face.el (custom-face-attributes): Add :distant-foreground.
2294 2014-05-26  Martin Rudalics  <rudalics@gmx.at>
2296         * window.el (window--dump-frame): Remove interactive specification.
2298 2014-05-26  Glenn Morris  <rgm@gnu.org>
2300         * hippie-exp.el (he-line-search-regexp):
2301         Handle comint-prompt-regexp containing subgroups.  (Bug#17529)
2303 2014-05-26  Stephen Berman  <stephen.berman@gmx.net>
2305         * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
2306         to avoid errors when trying to create or visit a file foo.todo
2307         located outside to todo-directory, and to allow having such files
2308         without them being tied to Todo mode (bug#17482).
2309         (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
2310         (todo-archive-done-item, todo-find-filtered-items-file)
2311         (todo-filter-items, todo-find-item, todo-diary-goto-entry)
2312         (todo-category-completions, todo-read-category): When visiting a
2313         Todo file, make sure we're in the right mode and the buffer local
2314         variables are set.
2315         (todo-make-categories-list, todo-reset-nondiary-marker)
2316         (todo-reset-done-string, todo-reset-comment-string):
2317         After processing all Todo files, kill the buffers of those files that
2318         weren't being visited before the processing.
2319         (todo-display-as-todo-file, todo-add-to-buffer-list)
2320         (todo-visit-files-commands): Comment out.
2321         (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
2322         (auto-mode-alist): Remove add-to-list calls making Todo file
2323         extensions unrestrictedly tied to Todo modes.
2325 2014-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2327         * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
2328         (advice-function-member-p): Tell it to check both names and functions
2329         (bug#17531).
2330         (advice--add-function): Adjust call accordingly.
2332 2014-05-26  Stephen Berman  <stephen.berman@gmx.net>
2334         * calendar/todo-mode.el: Miscellaneous bug fixes.
2335         (todo-delete-file): When deleting an archive but not its todo
2336         file, make sure to update the todo file's category sexp.
2337         (todo-move-category): Keep the moved category's name unless the
2338         file moved to already has a category with that name.  If the
2339         numerically last category of the source file was moved, make the
2340         first category current to avoid selecting a nonexisting category.
2341         (todo-merge-category): Fix implementation to make merging to a
2342         category in another file work as documented.  Eliminate now
2343         insufficient and unnecessary renaming of archive category, correct
2344         document string accordingly, and clarify it.  If the numerically
2345         last category of the source file was merged, make the first
2346         category current to avoid selecting a nonexisting category.
2347         (todo-archive-done-item): When there are marked items and point
2348         happens to be on an unmarked item, ignore the latter.  Don't leave
2349         point below last item after archiving marked items.
2350         (todo-unarchive-items): Fix logic to ensure unarchiving an item
2351         from an archive with only one category deletes the archive only
2352         when the category is empty after unarchiving.  Make sure the todo
2353         file's category sexp is updated.
2354         (todo-read-file-name): Allow an existing file name even when it is
2355         not required (todo-move-category needs this to work as documented).
2356         (todo-add-file): Call todo-validate-name to reject the name of an
2357         existing todo file (needed due to fix in todo-read-file-name).
2358         (todo-reset-nondiary-marker): Also reset in filtered items files.
2359         (todo-reset-done-string, todo-reset-comment-string): Also reset in
2360         regexp filtered items files.
2361         (todo-reset-highlight-item): Also reset in filtered items files.
2362         Fix incorrect variable reference in document string.
2364 2014-05-26  Glenn Morris  <rgm@gnu.org>
2366         * window.el (window--dump-frame): Avoid error in --without-x builds.
2368 2014-05-26  Glenn Morris  <rgm@gnu.org>
2370         * nxml/nxml-mode.el (xml-mode): Only define this alias once.
2372 2014-05-26  Eli Zaretskii  <eliz@gnu.org>
2374         * frame.el (set-frame-font): Doc fix.
2376         * menu-bar.el (menu-set-font): Doc fix.  (Bug#17532)
2378 2014-05-26  Dmitry Gutov  <dgutov@yandex.ru>
2380         * emacs-lisp/package.el (package--download-one-archive):
2381         Use `write-region' instead of `save-buffer' to avoid running various
2382         hooks.  (Bug#17155)
2383         (describe-package-1): Same.  Insert newline at the end of the
2384         buffer if appropriate.
2386 2014-05-26  Juri Linkov  <juri@jurta.org>
2388         * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
2389         (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
2390         Add more modifiers: meta, control, shift, hyper, super, alt.
2391         (Bug#17439)
2393         * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
2394         to allow changing its value with `set-variable'.
2396 2014-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2398         * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
2399         #; comments.
2400         (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
2401         New functions.
2402         (scheme-mode-variables): Set syntax-propertize-function instead of
2403         font-lock-syntactic-face-function.
2404         (scheme-font-lock-syntactic-face-function): Delete.
2406         * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
2408         * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
2409         (bug#17392).
2411 2014-05-26  Michael Albinus  <michael.albinus@gmx.de>
2413         * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
2414         for a temporary file name.
2416 2014-05-26  Eli Zaretskii  <eliz@gnu.org>
2418         * simple.el (line-move-ignore-invisible): Doc fix.  (Bug#17511)
2420 2014-05-26  Michael Albinus  <michael.albinus@gmx.de>
2422         * net/dbus.el (dbus-init-bus, dbus-call-method)
2423         (dbus-call-method-asynchronously, dbus-send-signal)
2424         (dbus-method-return-internal, dbus-method-error-internal):
2425         Check, whether Emacs has been compiled with D-Bus support.  (Bug#17508)
2427 2014-05-26  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
2429         * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
2430         methods which do not have a doc string.  (Bug#17490)
2432 2014-05-25  Tassilo Horn  <tsdh@gnu.org>
2434         * textmodes/reftex-ref.el (reftex-format-special): Make it work
2435         also for AMS Math's \eqref macro.
2437 2014-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
2439         Arrange to never byte-compile the generated -pkg.el file.
2441         * emacs-lisp/package.el (package-generate-description-file):
2442         Output first-line comment to set buffer-local var `no-byte-compile'.
2443         Suggested by Dmitry Gutov:
2444         <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00401.html>.
2446 2014-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
2448         Fix bug: Properly quote args to generated -pkg.el `define-package'.
2450         * emacs-lisp/package.el (package-generate-description-file):
2451         Inline `package--alist-to-plist'; rewrite to selectively
2452         quote alist values that are not self-quoting.
2453         (package--alist-to-plist): Delete func.
2455 2014-05-25  Andreas Schwab  <schwab@linux-m68k.org>
2457         * term/xterm.el (xterm-function-map): Add mapping for shifted
2458         keypad keys.
2460 2014-05-24  Daniel Colascione  <dancol@dancol.org>
2462         * progmodes/subword.el (subword-find-word-boundary): Move point to
2463         correct spot before search. (Bug#17580)
2465         * emacs-lisp/nadvice.el (defun): Write in eval-and-compile to avoid
2466         breaking the build.
2468 2014-05-24  Leo Liu  <sdl.web@gmail.com>
2470         * calc/calc.el (math-bignum): Handle most-negative-fixnum.  (Bug#17556)
2472 2014-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2474         * minibuffer.el (completion--sreverse): Remove.
2475         (completion--common-suffix): Use `reverse' instead.
2476         * emacs-lisp/regexp-opt.el (regexp-opt-group): Use `reverse' on strings.
2478 2014-05-22  Glenn Morris  <rgm@gnu.org>
2480         * shell.el (shell-mode) <shell-dirstack-query>: Bypass bash aliases.
2482 2014-05-21  Daniel Colascione  <dancol@dancol.org>
2484         * files.el (interpreter-mode-alist): Add mksh.
2486         * progmodes/sh-script.el (sh-ancestor-alist): Add mksh, a pdksh
2487         derivative.
2488         (sh-alias-alist): Alias /system/bin/sh (Android's system shell) to
2489         mksh. Improve custom spec; allow regular expressions.
2490         (sh-shell): Delegate name splitting to `sh-canonicalize-shell'.
2491         (sh-after-hack-local-variables): New function.
2492         (sh-mode): Use it; respect file-local `sh-shell' variable. (bug#17333)
2493         (sh-set-shell): Use `sh-canonicalize-shell' instead of open-coding
2494         the normalization.
2495         (sh-canonicalize-shell): Rewrite to support regexes.
2497 2014-05-21  Leo Liu  <sdl.web@gmail.com>
2499         * emacs-lisp/cl-lib.el (cl-endp): Fix last change.
2501 2014-05-19  Leo Liu  <sdl.web@gmail.com>
2503         * emacs-lisp/cl-lib.el (cl-endp): Conform to CL's semantics.
2505 2014-05-18  Glenn Morris  <rgm@gnu.org>
2507         * loadup.el:
2508         * play/gametree.el: `track-mouse' is always defined since 2012-11-24.
2510 2014-05-14  Sam Steingold  <sds@gnu.org>
2512         * progmodes/python.el (python-shell-get-or-create-process):
2513         Do not bind `current-prefix-arg' so that C-c C-z does not talk
2514         back unless requested.
2516 2014-05-14  Glenn Morris  <rgm@gnu.org>
2518         * subr.el (with-file-modes): New macro.
2519         * printing.el (pr-save-file-modes): Make obsolete.
2520         * eshell/esh-util.el (eshell-with-file-modes): Make obsolete.
2521         * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
2522         Add with-file-modes.
2523         * doc-view.el (doc-view-make-safe-dir):
2524         * epg.el (epg--start):
2525         * files.el (locate-user-emacs-file, make-temp-file)
2526         (backup-buffer-copy, move-file-to-trash):
2527         * printing.el (pr-despool-print, pr-call-process, pr-text2ps):
2528         * eshell/esh-util.el (eshell-with-private-file-modes)
2529         (eshell-make-private-directory):
2530         * net/browse-url.el (browse-url-mosaic):
2531         * obsolete/mailpost.el (post-mail-send-it):
2532         * obsolete/pgg-pgp.el (pgg-pgp-verify-region):
2533         * obsolete/pgg-pgp5.el (pgg-pgp5-verify-region):
2534         Use with-file-modes.
2536         * vc/emerge.el (emerge-make-temp-file): Simplify.
2538 2014-05-14  Stephen Berman <stephen.berman@gmx.net>
2539             Stefan Monnier  <monnier@iro.umontreal.ca>
2541         * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
2542         suffix (bug#15419).
2544 2014-05-14  Glenn Morris  <rgm@gnu.org>
2546         * vc/emerge.el (emerge-temp-file-prefix):
2547         Make pointless option obsolete.
2548         (emerge-temp-file-mode): Make non-functional option obsolete.
2550 2014-05-14  Michael Albinus  <michael.albinus@gmx.de>
2552         * net/browse-url.el (browse-url):
2553         Use `unhandled-file-name-directory' when setting `default-directory',
2554         in order to circumvent stalled remote connections.  (Bug#17425)
2556 2014-05-14  Glenn Morris  <rgm@gnu.org>
2558         * printing.el (subst-char-in-string, make-temp-file, pr-get-symbol):
2559         Optimize on Emacs, which has the relevant functions for ages.
2561 2014-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2563         * simple.el (undo-make-selective-list): Obey undo-no-redo.
2565 2014-05-12  Sam Steingold  <sds@gnu.org>
2567         * calendar/time-date.el (seconds-to-string): New function to
2568         pretty print time delay in seconds.
2570 2014-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2572         * mpc.el (mpc-format): Trim Date to the year.
2573         (mpc-songs-hashcons): Shorten the Date field.
2575         * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
2576         into autoloading just because of a silly indirection.
2578 2014-05-12  Santiago Payà i Miralta  <santiagopim@gmail.com>
2580         * vc/vc-hg.el (vc-hg-unregister): New function.  (Bug#17454)
2582 2014-05-12  Glenn Morris  <rgm@gnu.org>
2584         * emacs-lisp/find-gc.el: Move to ../admin.
2586         * printing.el (pr-version):
2587         * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
2589         * net/browse-url.el (browse-url-mosaic):
2590         Create /tmp/Mosaic.PID as a private file.
2592 2014-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2594         * emacs-lisp/nadvice.el: Support adding a given function multiple times.
2595         (advice--member-p): If name is given, only compare the name.
2596         (advice--remove-function): Don't stop at the first match.
2597         (advice--normalize-place): New function.
2598         (add-function, remove-function): Use it.
2599         (advice--add-function): Pass the name, if any, to
2600         advice--remove-function.
2602 2014-05-12  Philipp Rumpf  <prumpf@gmail.com>  (tiny change)
2604         * electric.el (electric-indent-post-self-insert-function): Don't use
2605         `pos' after modifying the buffer (bug#17449).
2607 2014-05-12  Stephen Berman  <stephen.berman@gmx.net>
2609         * calendar/todo-mode.el (todo-insert-item-from-calendar):
2610         Correct argument list to conform to todo-insert-item--basic.
2612 2014-05-12  Glenn Morris  <rgm@gnu.org>
2614         * files.el (cd-absolute): Test if directory is accessible
2615         rather than executable.  (Bug#17330)
2617         * progmodes/compile.el (recompile):
2618         Handle C-u M-x recompile from a non-compilation buffer.  (Bug#17444)
2620         * net/browse-url.el (browse-url-mosaic):
2621         Be careful when writing /tmp/Mosaic.PID.  (Bug#17428)
2622         This is CVE-2014-3423.
2624 2014-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2626         * mouse.el: Use the normal toplevel loop while dragging.
2627         (mouse-set-point): Handle multi-clicks.
2628         (mouse-set-region): Handle multi-clicks for drags.
2629         (mouse-drag-region): Update call accordingly.
2630         (mouse-drag-track): Remove `do-mouse-drag-region-post-process' hack.
2631         Use the normal event loop instead of a local while/read-event loop.
2632         (global-map): Remove redundant bindings for double/triple-mouse-1.
2633         * xt-mouse.el (xterm-mouse-translate-1): Only process one event at a time.
2634         Generate synthetic down events when the protocol only sends up events.
2635         (xterm-mouse-last): Remove.
2636         (xterm-mouse--read-event-sequence-1000): Use xterm-mouse-last-down
2637         terminal parameter instead.
2638         (xterm-mouse--set-click-count): New function.
2639         (xterm-mouse-event): Detect/generate double/triple clicks.
2640         * reveal.el (reveal-close-old-overlays): Don't close while dragging.
2642         * info.el (Info-quoted): New face.
2643         (Info-mode-font-lock-keywords): New var.
2644         (Info-mode): Use it.
2646         * emacs-lisp/lisp-mode.el (preceding-sexp): Exclude leading "," which
2647         are a hindrance for C-x C-e.
2649 2014-05-11  Leo Liu  <sdl.web@gmail.com>
2651         * net/rcirc.el (rcirc-sentinel): Fix last change.
2653 2014-05-08  Sam Steingold  <sds@gnu.org>
2655         * net/rcirc.el (rcirc-reconnect-delay): New user option.
2656         (rcirc-sentinel): Auto-reconnect to the server if
2657         `rcirc-reconnect-delay' is non-0 (but not more often than its
2658         value in case the host is off-line).
2660 2014-05-09  Eli Zaretskii  <eliz@gnu.org>
2662         * progmodes/grep.el (lgrep): Fix a typo in last commit.
2664 2014-05-09  Glenn Morris  <rgm@gnu.org>
2666         * files.el (file-expand-wildcards):
2667         * man.el (Man-support-local-filenames):
2668         * printing.el (pr-i-directory, pr-interface-directory):
2669         * progmodes/grep.el (lgrep, rgrep):
2670         * textmodes/ispell.el (ispell-call-process)
2671         (ispell-call-process-region, ispell-start-process)
2672         (ispell-init-process): Use file-accessible-directory-p.
2674 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2676         * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
2677         (xterm-mouse--read-event-sequence-1000): Return nil if something
2678         looks fishy.
2679         (xterm-mouse-event): Propagate it.
2680         (xterm-mouse-translate-1): Handle it.
2682 2014-05-08  Stephen Berman  <stephen.berman@gmx.net>
2684         * calendar/todo-mode.el (todo-insert-item--apply-args): When all
2685         four slots of the parameter list are filled, make sure to pass it
2686         to the argument list of todo-insert-item--basic.
2688 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2690         * emacs-lisp/package.el (package-compute-transaction): Topological sort.
2691         Add optional `seen' argument to detect and break infinite loops.
2693 2014-05-08  Eli Zaretskii  <eliz@gnu.org>
2695         * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
2696         (trace-unsafe, trace-use-tree): Make parentheses style be
2697         according to Emacs style.
2699 2014-05-08  Michael Albinus  <michael.albinus@gmx.de>
2701         * net/tramp-sh.el (tramp-remote-process-environment):
2702         Remove HISTFILE and HISTSIZE; it's too late to set them here.
2703         Add :version entry.
2704         (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
2705         Add "HISTFILE=/dev/null" to the shell's env arguments.  Do not send
2706         extra "PSx=..." commands.
2707         (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
2708         (Bug#17295)
2710         (tramp-uudecode): Replace the hard-coded temporary file name by a
2711         format specifier.
2712         (tramp-remote-coding-commands): Enhance docstring.
2713         (tramp-find-inline-encoding): Replace "%t" by a temporary file
2714         name.  (Bug#17415)
2715         This is CVE-2014-3424.
2717 2014-05-08  Glenn Morris  <rgm@gnu.org>
2719         * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
2720         (find-gc-source-files): Update some names.
2721         (trace-call-tree): Simplify and update.
2722         Avoid predictable temp-file names.  (http://bugs.debian.org/747100)
2723         This is CVE-2014-3422.
2725 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2727         * minibuffer.el (completion--try-word-completion): Revert fix for
2728         Bug#15980 (bug#17375).
2730         * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
2731         Always store button numbers in the same way in xterm-mouse-last;
2732         Don't burp is xterm-mouse-last is not set as expected.
2733         Never return negative indices.
2735 2014-05-08  Dmitry Gutov  <dgutov@yandex.ru>
2737         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2738         Backtrack one char if the global/char-literal var matcher hits
2739         inside a string.  The next char could be the beginning of an
2740         expression expansion.
2742 2014-05-08  Glenn Morris  <rgm@gnu.org>
2744         * help-fns.el (describe-function-1): Test for an autoload before a
2745         macro, since `macrop' works on autoloads.  (Bug#17410)
2747 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2749         * electric.el (electric-indent-functions-without-reindent): Add yaml.
2751         * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
2752         Make sure the new point we return is within the new string (bug#17239).
2754 2014-05-05  Daniel Colascione  <dancol@dancol.org>
2756         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2757         Port `gnu' pattern to rx.
2759 2014-05-05  Jarek Czekalski  <jarekczek@poczta.onet.pl>
2761         Remove unneeded prompt when closing a buffer with active
2762         emacsclient ("Buffer ... still has clients"), #16548.
2763         * server.el (server-start): Remove the only call to:
2764         (server-kill-buffer-query-function): Remove.
2766 2014-05-04  Leo Liu  <sdl.web@gmail.com>
2768         * calendar/diary-lib.el (calendar-chinese-month-name-array):
2769         Defvar to pacify compiler.
2771 2014-05-04  Eli Zaretskii  <eliz@gnu.org>
2773         * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
2775 2014-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2777         * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
2778         Use nil rather than `default' for the "default" appearance (bug#17388).
2779         * vc/ediff-util.el (ediff-inferior-compare-regions)
2780         (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
2781         a misleading `default' value when it's really a boolean.
2782         * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
2783         overlay is not visible.
2785 2014-05-04  Stephen Berman  <stephen.berman@gmx.net>
2787         * calendar/todo-mode.el (todo-edit-file): Use display-warning.
2788         (todo-menu): Uncomment and update.
2790 2014-05-04  Stephen Berman  <stephen.berman@gmx.net>
2792         * calendar/todo-mode.el: Reimplement item editing to have the same
2793         basic user interface as item insertion, and make small UI and
2794         larger internal improvements to the latter.
2795         (todo-insert-item): Add reference to the Todo mode user manual to
2796         the documentation string.
2797         (todo-insert-item--basic): Rename from todo-basic-insert-item and
2798         adjust all callers.  Change signature to combine diary and
2799         nonmarking arguments.  Incorporate functionality of deleted item
2800         copying command and add error checking.  Remove detailed
2801         descriptions of the arguments from the documentation string, since
2802         this is treated in the Todo mode user manual.
2803         (todo-copy-item, todo-edit-multiline-item)
2804         (todo-edit-done-item-comment, todo-edit-item-header)
2805         (todo-edit-item-time, todo-edit-item-date-from-calendar)
2806         (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
2807         (todo-edit-item-date-year, todo-edit-item-date-month)
2808         (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
2809         Remove.
2810         (todo-edit-item): Reimplement as wrapper command for
2811         todo-edit-item--next-key and make it distinguish done and not done
2812         todo items.
2813         (todo-edit-item--text): New function, replacing old command
2814         todo-edit-item and incorporating deleted commands
2815         todo-edit-multiline-item and todo-edit-done-item-comment.
2816         (todo-edit-item--header): Rename from todo-basic-edit-item-header.
2817         Use only numeric value of prefix argument.  Remove detailed
2818         descriptions of the arguments from the documentation string, since
2819         this is treated in the Todo mode user manual.
2820         (todo-edit-item--diary-inclusion): New function, replacing old
2821         command todo-edit-item-diary-inclusion and incorporating and fixing
2822         functionality of deleted command todo-edit-item-diary-nonmarking,
2823         making sure to remove todo-nondiary-marker when adding
2824         diary-nonmarking-symbol.
2825         (todo-edit-category-diary-inclusion): Make sure to delete
2826         diary-nonmarking-symbol when adding todo-nondiary-marker.
2827         (todo-edit-category-diary-nonmarking): Fix indentation.
2828         (todo-insert-item--parameters): Group diary and nonmarking
2829         parameters together.
2830         (todo-insert-item--apply-args): Adjust to signature of
2831         todo-insert-item--basic and incorporate copy parameter.
2832         Make small code improvements.
2833         (todo-insert-item--next-param): Improve prompt and adjust it to
2834         new parameter grouping.  Remove obsolete code.
2835         (todo-edit-item--param-key-alist)
2836         (todo-edit-item--date-param-key-alist)
2837         (todo-edit-done-item--param-key-alist): New defconsts.
2838         (todo-edit-item--prompt): New variable.
2839         (todo-edit-item--next-key): New function.
2840         (todo-key-bindings-t): Bind "e" to todo-edit-item.
2841         Remove bindings of deleted commands.
2843 2014-05-04  Leo Liu  <sdl.web@gmail.com>
2845         * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
2847 2014-05-04  Glenn Morris  <rgm@gnu.org>
2849         * allout-widgets.el (allout-widgets-tally)
2850         (allout-decorate-item-guides):
2851         * menu-bar.el (menu-bar-positive-p):
2852         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
2853         * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
2854         * progmodes/js.el (js--inside-param-list-p)
2855         (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
2856         * progmodes/prolog.el (region-exists-p):
2857         * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
2858         * textmodes/reftex-parse.el (reftex-using-biblatex-p):
2859         Doc fixes (replace `iff').
2861 2014-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2863         * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
2865 2014-05-04  Leo Liu  <sdl.web@gmail.com>
2867         Support Chinese diary entries in calendar and diary.  (Bug#17393)
2868         * calendar/cal-china.el (calendar-chinese-month-name-array): New var.
2869         (calendar-chinese-from-absolute-for-diary)
2870         (calendar-chinese-to-absolute-for-diary)
2871         (calendar-chinese-mark-date-pattern, diary-chinese-mark-entries)
2872         (diary-chinese-list-entries): New functions to list and mark
2873         Chinese diary entries in the calendar window.
2874         (diary-chinese-anniversary)
2875         (diary-chinese-insert-anniversary-entry)
2876         (diary-chinese-insert-entry, diary-chinese-insert-monthly-entry)
2877         (diary-chinese-insert-yearly-entry): New commands to insert
2878         Chinese diary entries.
2880         * calendar/diary-lib.el (diary-font-lock-keywords):
2881         Support font-locking Chinese dates.
2883         * calendar/cal-menu.el (cal-menu-diary-menu): Add entries for
2884         inserting Chinese diary entries.
2886         * calendar/calendar.el (diary-chinese-entry-symbol):
2887         New customizable variable.
2888         (calendar-mode-map): Add bindings for inserting Chinese diary
2889         entries.
2891 2014-05-03  Juri Linkov  <juri@jurta.org>
2893         * dired.el (dired-check-switches, dired-switches-recursive-p):
2894         New functions.  (Bug#17218)
2895         (dired-switches-escape-p, dired-move-to-end-of-filename):
2896         Use `dired-check-switches'.
2897         (dired-insert-old-subdirs, dired-build-subdir-alist)
2898         (dired-sort-R-check): Use `dired-switches-recursive-p'.
2900 2014-05-01  Barry O'Reilly  <gundaetiapo@gmail.com>
2902         * simple.el (undo-make-selective-list): New algorithm fixes
2903         incorrectness of position adjustments when undoing in region.
2904         (Bug#17235)
2905         (undo-elt-crosses-region): Make obsolete.
2906         (undo-adjust-elt, undo-adjust-beg-end, undo-adjust-pos):
2907         New functions to adjust positions using undo-deltas.
2909 2014-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2911         * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): Only highlight past
2912         the last consecutive closing paren (bug#17345).
2914 2014-04-30  Reuben Thomas  <rrt@sc3d.org>
2916         * dired.el (dired-mode): make terminology for eXpunge command
2917         consistent.  (Bug#17276)
2919 2014-04-30  Eli Zaretskii  <eliz@gnu.org>
2921         * dired.el (dired-initial-position-hook, dired-initial-position):
2922         Doc string fixes.
2924 2014-04-30  Glenn Morris  <rgm@gnu.org>
2926         * mail/rmail.el (rmail-quit): Handle killed summaries.  (Bug#17283)
2928 2014-04-30  Matthias Dahl  <matthias.dahl@binary-island.eu>
2930         * faces.el (face-spec-recalc): Apply X resources only after the
2931         defface spec has been applied. Thus, X resources are no longer
2932         overriden by the defface spec which also fixes issues on win32 where
2933         the toolbar coloring was wrong because it is set through X resources
2934         and was (wrongfully) overriden.  (Bug#16694)
2936 2014-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2938         * textmodes/rst.el (electric-pair-pairs): Declare.
2939         (rst-mode): Set it (bug#17131).
2941 2014-04-30  Juri Linkov  <juri@jurta.org>
2943         * desktop.el (desktop-value-to-string): Let-bind `print-length'
2944         and `print-level' to nil.  (Bug#17351)
2946 2014-04-30  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
2948         * battery.el (battery-update): Handle the case where battery
2949         status is "N/A" (bug#17319).
2951 2014-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2953         * progmodes/ps-mode.el: Use SMIE.  Move string and comment recognition
2954         to syntax-propertize.
2955         (ps-mode-auto-indent): Mark as obsolete.
2956         (ps-mode-font-lock-keywords-1): Remove string-or-comment handling.
2957         (ps-mode-font-lock-keywords-3): Use symbol regexp operators instead of
2958         word regexp operators.
2959         (ps-mode-map): Move initialization into declaration.  Remove binding
2960         for TAB, RET, >, ], and }.
2961         (ps-mode-syntax-table): Move initialization into declaration.
2962         Don't give word syntax to non-word chars.
2963         (ps-run-mode-map): Move initialization into declaration.
2964         (ps-mode-menu-main): Remove auto-indent entry.
2965         (ps-mode-smie-rules): New function.
2966         (ps-mode): Setup smie, syntax-propertize, and electric-indent-mode.
2967         (ps-mode-looking-at-nested, ps-mode-match-string-or-comment): Remove.
2968         (ps-mode--string-syntax-table): New const.
2969         (ps-mode--syntax-propertize-special, ps-mode-syntax-propertize):
2970         New functions.
2971         (ps-mode-newline, ps-mode-tabkey, ps-mode-r-brace, ps-mode-r-angle)
2972         (ps-mode-r-gt, ps-mode-r-balance): Remove functions.
2974 2014-04-27  Daniel Colascione  <dancol@dancol.org>
2976         * term/xterm.el (xterm-paste): Use large finite timeout when
2977         reading event to avoid putting keys in this-command-keys.
2979 2014-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2981         * progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.
2982         (perl-syntax-propertize-function): Use it.  Extend handling of
2983         here-docs to the unquoted case.
2985 2014-04-25  Eli Zaretskii  <eliz@gnu.org>
2987         * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
2988         Use equal-including-properties to compare help-echo strings (bug#17331).
2990 2014-04-25  Leo Liu  <sdl.web@gmail.com>
2992         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
2993         Fix syntax for @.  (Bug#17325)
2995 2014-04-25  Daniel Colascione  <dancol@dancol.org>
2997         * emacs-lisp/cl.el (gv): Require gv early to break eager
2998         macro-expansion cycles.
3000 2014-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3002         * simple.el (region-active-p): Check there's a mark (bug#17324).
3004         * simple.el (completion-list-mode-map): Use choose-completion for the
3005         mouse binding as well (bug#17302).
3006         (completion-list-mode, completion-setup-function): Adjust docstring and
3007         echo area message accordingly.
3008         * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
3009         calling convention of choose-completion.
3010         * comint.el (comint-dynamic-list-completions):
3011         * term.el (term-dynamic-list-completions): Accept choose-completion.
3013         * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
3014         &, |, +, - and * can't be a division (bug#17317).
3016         * term/xterm.el (xterm--version-handler): Don't use modern xterm
3017         features on gnome-terminal (bug#16988).
3019 2014-04-25  Thien-Thi Nguyen  <ttn@gnu.org>
3021         Improve Scheme font-locking for (define ((foo ...) ...) ...).
3023         * progmodes/scheme.el (scheme-font-lock-keywords-1): To find
3024         the declared object, ignore zero or more parens, not zero or one.
3026 2014-04-24  Leo Liu  <sdl.web@gmail.com>
3028         * progmodes/xscheme.el (xscheme-expressions-ring)
3029         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
3030         (xscheme-control-g-disabled-p, xscheme-process-filter-state)
3031         (xscheme-allow-output-p, xscheme-prompt)
3032         (xscheme-string-accumulator, xscheme-mode-string): Use defvar-local.
3034         * progmodes/scheme.el (would-be-symbol, next-sexp-as-string):
3035         Comment out unused functions.
3037 2014-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3039         * info.el: Use lexical-binding and cl-lib.
3040         Use defvar-local and setq-local instead of make-local-variable.
3041         (Info-apropos-matches): Avoid add-to-list.
3042         (Info-edit-mode-map): Fix obsolescence call to Info-edit-map.
3044 2014-04-24  Daniel Colascione  <dancol@dancol.org>
3046         * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.
3048 2014-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3050         * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
3052 2014-04-22  Michael Heerdegen  <michael_heerdegen@web.de>
3054         * dired.el (dired-insert-set-properties): Do not consider
3055         subdirectory headings and empty lines to be information that
3056         `dired-hide-details-mode' should hide.  (Bug#17228)
3058 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
3060         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
3061         Remove test messages.
3062         (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
3063         and `target' twice.
3065 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3067         * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
3068         * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
3070         * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
3072 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
3074         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
3075         Set "IFS=" when using read builtin, in order to preserve spaces in
3076         the file name.  Add test messages for hunting a bug on hydra.
3077         (tramp-get-ls-command): Undo using "-b" argument.  It doesn't help.
3079 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3081         * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
3082         Don't prettify a word within a symbol.
3084 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
3086         * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
3087         possible.
3089 2014-04-22  Daniel Colascione  <dancol@dancol.org>
3091         * emacs-lisp/byte-run.el (function-put): Unbreak build: don't
3092         use defun to define `function-put'.
3094 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3096         * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.
3097         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords-2): Use it.
3098         (lisp-mode-variables): Set font-lock-extra-managed-props.
3100         * emacs-lisp/byte-run.el (function-put): New function.
3101         (defun-declarations-alist): Use it.  Add `pure' and `side-effect-free'.
3102         * emacs-lisp/cl-macs.el (cl-defstruct, cl-struct-sequence-type)
3103         (cl-struct-slot-info, cl-struct-slot-offset, cl-struct-slot-value):
3104         Use them.
3106 2014-04-22  Daniel Colascione  <dancol@dancol.org>
3108         * emacs-lisp/macroexp.el (internal-macroexpand-for-load):
3109         Add `full-p' parameter; when nil, call `macroexpand' instead of
3110         `macroexpand-all'.
3112         * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
3113         Improve docstrings.
3115         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
3116         Use lambda function values, not quoted lambdas.
3117         (byte-compile-recurse-toplevel): Remove extraneous &optional.
3119         * emacs-lisp/cl-macs.el
3120         (cl-struct-sequence-type, cl-struct-slot-info): Declare pure.
3121         (cl-struct-slot-value): Conditionally use aref or nth so that the
3122         compiler produces optimal code.
3124 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3126         * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
3127         (inline): Don't inline cl--set-elt.
3128         (cl-struct-slot-value): Remove explicit gv-setter and compiler-macro.
3129         Define as inlinable instead.
3130         (cl-struct-set-slot-value): Remove.
3132         * emacs-lisp/cl-lib.el (cl--set-elt): Remove.
3133         * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
3134         Use setf instead.
3136 2014-04-21  Daniel Colascione  <dancol@dancol.org>
3138         * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the
3139         last two parameters after all.
3140         (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member)
3141         (cl--compiler-macro-assoc,cl-struct-slot-value)
3142         (cl-struct-set-slot-value): Stop using them.
3144 (2014-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3146         * image-mode.el (image-mode-window-put): Don't assume there's a `t'
3147         entry in image-mode-winprops-alist.
3149 2014-04-21  Daniel Colascione  <dancol@dancol.org>
3151         * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): New function.
3152         (byte-compile-recurse-toplevel, byte-compile-initial-macro-environment)
3153         (byte-compile-toplevel-file-form): Use it.
3155         * emacs-lisp/cl-macs.el:
3156         (cl--loop-let): Properly destructure `while' clauses.
3158 2014-04-20  Daniel Colascione  <dancol@dancol.org>
3160         * vc/vc.el (vc-root-dir): New public autoloaded function for
3161         generically finding the current VC root.
3162         * vc/vc-hooks.el (vc-not-supported): New error.
3163         (vc-call-backend): Signal `vc-not-supported' instead of generic error.
3165 2014-04-20  Daniel Colascione  <dancol@dancol.org>
3167         * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type
3168         argument.
3169         (cl--const-expr-val): cl--const-expr-val should macroexpand its
3170         argument in case we're inside a symbol-macrolet.
3171         (cl--do-arglist, cl--compiler-macro-typep)
3172         (cl--compiler-macro-member, cl--compiler-macro-assoc): Pass macro
3173         environment to `cl--const-expr-val'.
3174         (cl-struct-sequence-type,cl-struct-slot-info)
3175         (cl-struct-slot-offset, cl-struct-slot-value)
3176         (cl-struct-set-slot-value): New functions.
3178 2014-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3180         * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
3181         assignments such as "case=hello" (bug#17297).
3183 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
3185         * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
3186         Do not autoload.
3187         (tramp-file-name-handler, tramp-completion-file-name-handler):
3188         Revert patch from 2014-04-10, it isn't necessary anymore.
3189         (tramp-autoload-file-name-handler)
3190         (tramp-register-autoload-file-name-handlers): New defuns.
3191         (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
3192         (tramp-register-file-name-handlers): Remove also
3193         `tramp-autoload-file-name-handler' from `file-name-handler-list'.
3194         Do not autoload its invocation, but eval it after loading of 'tramp.
3196         * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
3198         * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
3200 2014-04-17  Daniel Colascione  <dancol@dancol.org>
3202         Add support for bracketed paste mode; add infrastructure for
3203         managing terminal mode enabling and disabling automatically.
3205         * xt-mouse.el:
3206         (xterm-mouse-mode): Simplify.
3207         (xterm-mouse-tracking-enable-sequence)
3208         (xterm-mouse-tracking-disable-sequence): New constants.
3209         (turn-on-xterm-mouse-tracking-on-terminal)
3210         (turn-off-xterm-mouse-tracking-on-terminal):
3211         Use tty-mode-set-strings and tty-mode-reset-strings terminal
3212         parameters instead of random hooks.
3213         (turn-on-xterm-mouse-tracking)
3214         (turn-off-xterm-mouse-tracking): Delete.
3216         * term/xterm.el (xterm-extra-capabilities): Fix bitrotted comment.
3217         (xterm-paste-ending-sequence): New constant.
3218         (xterm-paste): New command used for bracketed paste support.
3220         (xterm-modify-other-keys-terminal-list): Delete obsolete variable.
3221         (terminal-init-xterm-bracketed-paste-mode): New function.
3222         (terminal-init-xterm): Call it.
3223         (terminal-init-xterm-modify-other-keys): Use tty-mode-set-strings
3224         and tty-mode-reset-strings instead of random hooks.
3225         (xterm-turn-on-modify-other-keys)
3226         (xterm-turn-off-modify-other-keys)
3227         (xterm-remove-modify-other-keys): Delete obsolete functions.
3229         * term/screen.el: Rewrite to just use the xterm code.
3230         Add copyright notice.  Mention tmux.
3232 2014-04-17  Ian D  <dunni@gnu.org>  (tiny change)
3234         * image-mode.el (image-mode-window-put): Also update the property of
3235         the "default window".
3236         * doc-view.el (doc-view-new-window-function): If no window
3237         exists, move to the last known page.
3239 2014-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3241         * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
3242         here-documents (bug#17262).
3244 2014-04-16  Eli Zaretskii  <eliz@gnu.org>
3246         * term/pc-win.el (x-list-fonts, x-get-selection-value):
3247         Provide doc strings, as required by snarf-documentation.
3249 2014-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3251         * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
3252         arg of overlays-at.  Use `invisible-p'.
3254         * obsolete/lucid.el (extent-at):
3255         * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
3256         overlays-at.
3257         (hfy-fontify-buffer): Remove unused var `orig-ovls'.
3259 2014-04-16  João Távora  <joaotavora@gmail.com>
3261         * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
3262         links.  (Bug#17217).
3264 2014-04-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3266         * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
3267         Use mapc to loop over a vector.  (Bug#17257).
3269 2014-04-16  Michael Albinus  <michael.albinus@gmx.de>
3271         * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
3272         patch, there are new problems with file names containing spaces.
3273         Get rid of backticks.  (Bug#17238)
3275 2014-04-16  João Távora  <joaotavora@gmail.com>
3277         * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
3278         possible bug.
3280 2014-04-16  Eli Zaretskii  <eliz@gnu.org>
3282         * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
3283         (blink-cursor-mode): Mention customization variables and the
3284         effect of 'blink-cursor-blinks'.
3286 2014-04-16  Barry O'Reilly  <gundaetiapo@gmail.com>
3288         * simple.el (undo): Prevent insertion of identity mapping into
3289         undo-equiv-table so as undo-only does not inf loop in the presence
3290         of consecutive nils in undo list.
3292 2014-04-16  Matthias Dahl  <matthias.dahl@binary-island.eu>
3294         * faces.el (make-face): Deprecate optional argument as it is no
3295         longer needed/used since the conditional X resources handling
3296         has been pushed down to make-face-x-resource-internal itself.
3297         (make-empty-face): Don't pass optional argument to make-face.
3299 2014-04-16  Karl Fogel  <kfogel@red-bean.com>
3301         * savehist.el (savehist-save): Remove workaround for a read-passwd
3302         bug that was fixed before 24.3.  Thanks to Juanma Barranquero for
3303         noticing that the shim was still present.
3305 2014-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3307         * doc-view.el (doc-view-set-doc-type): Ignore file name case; add .pps.
3309 2014-04-14  Juanma Barranquero  <lekktu@gmail.com>
3311         * faces.el (face-set-after-frame-default): Remove unused local variable.
3313 2014-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3315         * progmodes/grep.el: Use lexical-binding.
3316         (grep-expand-template): Pass explicit lexical env to `eval'.
3317         (zrgrep): Let-bind grep-find-template explicitly.
3319         * emacs-lisp/cl-lib.el (current-case-table): Remove setter.
3320         * leim/quail/sisheng.el (sisheng-list): Use with-case-table.
3322 2014-04-12  Eli Zaretskii  <eliz@gnu.org>
3324         * international/characters.el <standard-case-table>: Add entries
3325         for letters from the Coptic block u+2C80-u+2CFF.  (Bug#17243)
3326         Set category of Coptic characters be 'g' (Greek).
3328 2014-04-12  Leo Liu  <sdl.web@gmail.com>
3330         * progmodes/octave.el (completion-table-with-cache):
3331         Define if not available.
3332         (octave-goto-function-definition, octave-sync-function-file-names)
3333         (octave-find-definition-default-filename):
3334         Backquote upattern for compatibility.
3336 2014-04-12  Michael Albinus  <michael.albinus@gmx.de>
3338         * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
3339         name twice due to backticks.  (Bug#17238)
3341 2014-04-12  Glenn Morris  <rgm@gnu.org>
3343         * term/w32-win.el (x-win-suspend-error):
3344         * term/x-win.el (x-win-suspend-error): Sync docs.
3346 2014-04-12  Matthias Dahl  <matthias.dahl@binary-island.eu>
3348         * faces.el (make-face): Remove deprecated optional argument.
3349         The conditional application of X resources is handled directly by
3350         make-face-x-resource-internal since Emacs 24.4.
3351         (make-empty-face): Don't pass optional argument to make-face.
3353 2014-04-11  Glenn Morris  <rgm@gnu.org>
3355         * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.  (Bug#16429)
3357 2014-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3359         Ediff's overlay priorities cause more trouble than they solve.
3360         * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
3361         (ediff-highest-priority): Remove function (bug#17234).
3362         * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
3363         * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
3364         (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
3365         overlay priorities.
3367 2014-04-11  Feng Li  <fengli@gmail.com>  (tiny change)
3369         * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
3370         entry; use symbol boundaries to avoid mis-matches.
3372 2014-04-11  Michael Albinus  <michael.albinus@gmx.de>
3374         * net/tramp.el (tramp-file-name-handler)
3375         (tramp-completion-file-name-handler): Avoid recursive loading.
3377         * net/tramp-sh.el (tramp-make-copy-program-file-name):
3378         Quote result also locally.
3380 2014-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3382         * emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):
3383         Remove left-over code.
3385         * newcomment.el (comment-indent-new-line): Sink code where it's used.
3386         Reuse the previous comment's indentation unconditionally if it's on its
3387         own line.
3389 2014-04-09  Daniel Colascione  <dancol@dancol.org>
3391         * emacs-lisp/lisp.el (backward-up-list): Add `escape-strings',
3392         `no-syntax-crossing' arguments.  Forward to `up-list'.
3393         (up-list): Add `escape-strings', `no-syntax-crossing' arguments.
3394         Implement logic for escaping from strings.  Use narrowing to deal
3395         with corner cases.
3397 2014-04-09  Leo Liu  <sdl.web@gmail.com>
3399         * net/rcirc.el (rcirc-connection-info): New variable.
3400         (rcirc-connect): Use it to store connection info.
3401         (rcirc-buffer-process): Avoid get-buffer-process which returns nil
3402         for killed process.
3403         (rcirc-cmd-reconnect): New command.  (Bug#17045)
3404         (rcirc-mode, set-rcirc-encode-coding-system)
3405         (set-rcirc-decode-coding-system, rcirc-connect): Use setq-local.
3407 2014-04-09  Daniel Colascione  <dancol@dancol.org>
3409         * emacs-lisp/cl-indent.el: Add comment claiming
3410         facility is also good for elisp.
3411         (lisp-indent-find-method): New function.
3412         (common-lisp-indent-function): Recognize cl-loop.
3413         (common-lisp-indent-function-1): Recognize cl constructs; use
3414         `lisp-indent-find-method' instead of `get' directly.
3415         (if): Use else-body style for elisp.
3417 2014-04-09  Dmitry Gutov  <dgutov@yandex.ru>
3419         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
3420         Module methods.  (Bug#17216)
3422 2014-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3424         * help.el (describe-bindings): Fix buffer handling (bug#17210).
3425         (describe-bindings-internal): Mark obsolete.
3427 2014-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3429         * subr.el (with-silent-modifications): Don't bind deactivate-mark,
3430         buffer-file-name, and buffer-file-truename any more.
3432 2014-04-08  Leo Liu  <sdl.web@gmail.com>
3434         Use lexical-binding and require cl-lib.
3435         * net/rcirc.el (rcirc, rcirc-handler-ctcp-KEEPALIVE)
3436         (rcirc-handler-generic, rcirc-fill-paragraph)
3437         (rcirc-format-response-string, rcirc-target-buffer)
3438         (rcirc-last-line, rcirc-record-activity, rcirc-split-activity)
3439         (rcirc-activity-string, rcirc-make-trees, rcirc-cmd-ctcp)
3440         (rcirc-ctcp-sender-PING, rcirc-browse-url)
3441         (rcirc-markup-timestamp, rcirc-markup-attributes)
3442         (rcirc-markup-my-nick, rcirc-markup-urls)
3443         (rcirc-markup-bright-nicks, rcirc-markup-fill)
3444         (rcirc-check-auth-status, rcirc-handler-WALLOPS)
3445         (rcirc-handler-JOIN, rcirc-handler-PART-or-KICK)
3446         (rcirc-handler-PART, rcirc-handler-KICK, rcirc-handler-QUIT)
3447         (rcirc-handler-NICK, rcirc-handler-PING, rcirc-handler-PONG)
3448         (rcirc-handler-TOPIC, rcirc-handler-301, rcirc-handler-317)
3449         (rcirc-handler-332, rcirc-handler-333, rcirc-handler-477)
3450         (rcirc-handler-MODE, rcirc-handler-353, rcirc-handler-366)
3451         (rcirc-authenticate, rcirc-handler-INVITE, rcirc-handler-ERROR)
3452         (rcirc-handler-ctcp-VERSION, rcirc-handler-ctcp-TIME)
3453         (rcirc-handler-CTCP-response): Fix unused arguments warnings and
3454         use cl-lib.
3456 2014-04-07  João Távora  <joaotavora@gmail.com>
3458         * elec-pair.el (electric-pair--syntax-ppss):
3459         When inside comments parse from comment beginning.
3460         (electric-pair--balance-info): Fix typo in comment.
3461         (electric-pair--in-unterminated-string-p): Delete.
3462         (electric-pair--unbalanced-strings-p): New function.
3463         (electric-pair-string-bound-function): New var.
3464         (electric-pair-inhibit-if-helps-balance): Decide quote pairing
3465         according to `electric-pair--in-unterminated-string-p'
3467         * elec-pair.el (electric-pair-inhibit-if-helps-balance):
3468         Inhibit quote pairing if point-max is inside an unterminated string.
3469         (electric-pair--looking-at-unterminated-string-p): Delete.
3470         (electric-pair--in-unterminated-string-p): New function.
3472 2014-04-07  Glenn Morris  <rgm@gnu.org>
3474         * shell.el (shell-directory-tracker):
3475         Go back to just ignoring failures.  (Bug#17159)
3477 2014-04-07  João Távora  <joaotavora@gmail.com>
3479         Fix `electric-pair-delete-adjacent-pairs' in modes binding
3480         backspace. (bug#16981)
3481         * elec-pair.el (electric-pair-backward-delete-char): Delete.
3482         (electric-pair-backward-delete-char-untabify): Delete.
3483         (electric-pair-mode-map): Bind backspace to a menu item filtering
3484         a new `electric-pair-delete-pair' command.
3485         (electric-pair-delete-pair): New command.
3487         * progmodes/python.el (python-electric-pair-string-delimiter):
3488         Fix triple-quoting electricity.  (Bug#17192)
3490         * elec-pair.el (electric-pair-post-self-insert-function):
3491         Don't skip whitespace when `electric-pair-text-pairs' and
3492         `electric-pair-pairs' were used. syntax to
3493         electric-pair--skip-whitespace.  (Bug#17183)
3495 2014-04-07  Eli Zaretskii  <eliz@gnu.org>
3497         * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
3498         "<F>".  (Bug#17199)
3500 2014-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3502         * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
3503         (mpc--status-idle-timer-run): Use mpc--status-timer-run.
3505 2014-04-07  Glenn Morris  <rgm@gnu.org>
3507         * help.el (view-lossage): Doc tweak.
3509 2014-04-07  Matthias Dahl  <ml_emacs-lists@binary-island.eu>
3511         * faces.el (face-spec-recalc): Call make-face-x-resource-internal
3512         only when inhibit-x-resources is nil, and do that earlier in the
3513         function.  Doc fix.  (Bug#16694)
3514         (face-spec-choose): Accept additional optional argument, whose
3515         value is returned if no matching attributes are found.
3516         (face-spec-recalc): Use the new optional argument when calling
3517         face-spec-choose.  (Bug#16378)
3518         (make-face-x-resource-internal): Do nothing when
3519         inhibit-x-resources is non-nil.  Don't touch the default face if
3520         reversed video is given--as was done in previous versions of Emacs.
3521         (face-set-after-frame-default): Don't call
3522         make-face-x-resource-internal here.  (Bug#16434)
3524 2014-04-07  Tassilo Horn  <tsdh@gnu.org>
3526         * doc-view.el (doc-view-bookmark-jump):
3527         Use `bookmark-after-jump-hook' to jump to the right page after the
3528         buffer is shown in a window.  (bug#16090)
3530 2014-04-07  Eli Zaretskii  <eliz@gnu.org>
3532         * international/characters.el (mirroring): Fix last change:
3533         instead of loading uni-mirrored.el explicitly, do that implicitly
3534         by creating the 'mirroring' uniprop table.  This avoids announcing
3535         the loading of uni-mirrored.el.
3537 2014-04-07  Glenn Morris  <rgm@gnu.org>
3539         * files.el (buffer-stale--default-function)
3540         (buffer-stale-function, revert-buffer--default):
3541         * autorevert.el (auto-revert-buffers): Doc tweaks.
3543 2014-04-07  Eli Zaretskii  <eliz@gnu.org>
3545         * international/characters.el: Preload uni-mirrored.el.  (Bug#17169)
3547 2014-04-07  Glenn Morris  <rgm@gnu.org>
3549         * files.el (make-backup-file-name-function)
3550         (make-backup-file-name, make-backup-file-name--default-function)
3551         (make-backup-file-name-1, find-backup-file-name)
3552         (revert-buffer-function, revert-buffer-insert-file-contents-function)
3553         (buffer-stale--default-function, buffer-stale-function)
3554         (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
3555         (revert-buffer, revert-buffer--default)
3556         (revert-buffer-insert-file-contents--default-function):
3557         Doc fixes related to defaults no longer being nil.
3558         (make-backup-file-name-function): Bump :version.
3559         Restore nil as a valid but deprecated custom type.
3561 2014-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3563         * progmodes/perl-mode.el (perl-syntax-propertize-function):
3564         Handle $' used as a variable (bug#17174).
3566         * progmodes/perl-mode.el (perl-indent-new-calculate):
3567         Handle forward-sexp failure (bug#16985).
3568         (perl-syntax-propertize-function): Add "foreach" and "for" statement
3569         modifiers introducing expressions (bug#17116).
3571 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3573         * dired-aux.el (dired-file-set-difference): Use lexical-scoping.
3575 2014-04-05  Leo Liu  <sdl.web@gmail.com>
3577         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3578         Add define-compilation-mode.
3580 2014-04-04  João Távora  <joaotavora@gmail.com>
3582         * elec-pair.el (electric-pair--syntax-ppss): When inside comments
3583         parse from comment beginning.
3584         (electric-pair--balance-info): Fix typo in comment.
3585         (electric-pair--in-unterminated-string-p): Delete.
3586         (electric-pair--unbalanced-strings-p): New function.
3587         (electric-pair-string-bound-function): New var.
3588         (electric-pair-inhibit-if-helps-balance): Decide quote pairing
3589         according to `electric-pair--in-unterminated-string-p'.
3591 2014-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3593         * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
3594         Move declaration before first use.
3595         (reftex-move-to-next-arg): Silence compiler warning.
3597 2014-04-04  Joost Kremers  <joostkremers@fastmail.fm>  (tiny change)
3599         * textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge):
3600         Use `window-total-width' instead of `window-width'.
3602 2014-04-03  Daniel Colascione  <dancol@dancol.org>
3604         * subr.el (set-transient-map): Remove rms's workaround entirely;
3605         use new `suspicious-object' subr to mark our lambda for closer
3606         scrutiny during gc.
3608 2014-04-02  Richard Stallman  <rms@gnu.org>
3610         * subr.el (set-transient-map): Comment out previous change.
3612 2014-04-02  Glenn Morris  <rgm@gnu.org>
3614         * menu-bar.el (menu-bar-file-menu):
3615         * vc/ediff.el (ediff-current-file):
3616         Update for revert-buffer-function no longer being nil by default.
3618         * simple.el (command-execute): Respect nil disabled-command-function.
3620 2014-04-02  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
3622         * simple.el (command-execute): Do not execute the command when it
3623         is disabled; fixes thinko in 2013-02-20 conversion from C.  (Bug#17151)
3625 2014-04-02  Juri Linkov  <juri@jurta.org>
3627         * dired-aux.el (dired-compress-file): Don't use string-match-p
3628         because its match data is used afterwards.
3630 2014-04-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3632         * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
3633         0 like nil.
3635 2014-04-02  João Távora  <joaotavora@gmail.com>
3637         * elec-pair.el (electric-pair-inhibit-if-helps-balance):
3638         Inhibit quote pairing if point-max is inside an unterminated string.
3639         (electric-pair--looking-at-unterminated-string-p):
3640         Delete.
3641         (electric-pair--in-unterminated-string-p): New function.
3643 2014-04-01  Daniel Colascione  <dancol@dancol.org>
3645         * minibuffer.el (minibuffer-complete): Prevent assertion failure
3646         when trying to complete the prompt.
3648 2014-03-31  Leo Liu  <sdl.web@gmail.com>
3650         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
3651         Refactor out eldoc-documentation-function-default.
3652         (eldoc-documentation-function-default): New function.
3653         (eldoc-documentation-function): Change value.
3655 2014-03-31  Glenn Morris  <rgm@gnu.org>
3657         * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
3659         * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
3660         (vhdl-compose-components-package, vhdl-compose-configuration):
3661         Abbreviate default-directory (missing from some previous upstream sync).
3663 2014-03-31  Reto Zimmermann  <reto@gnu.org>
3665         Sync with upstream vhdl mode v3.35.2.
3666         * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
3667         (top-level): No longer require assoc.
3668         (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget):
3669         New functions.  Use throughout to replace aget etc.
3670         (vhdl-aput-delete-if-nil): Rename from vhdl-aput.
3671         (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename.
3672         (vhdl-template-replace-header-keywords): Fix bug for "<title string>".
3673         (vhdl-compile-init): Do not initialize regexps for Emacs 22+.
3674         (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
3675         except `vhdl-compiler'.
3676         (vhdl-error-regexp-add-emacs): Remove all other compilers,
3677         when appropriate.
3679 2014-03-31  Glenn Morris  <rgm@gnu.org>
3681         * progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren):
3682         Revert 2014-03-26 merge goof; go back to using defalias.
3684 2014-03-30  Daniel Colascione  <dancol@dancol.org>
3686         * comint.el (comint-send-input):
3687         Deactivate completion-in-region-mode before we send comint input.
3688         (Bug#17139).
3690         * simple.el (keyboard-quit): Deactivate completion-in-region-mode
3691         on keyboard-quit.
3693 2014-03-29  Glenn Morris  <rgm@gnu.org>
3695         * textmodes/reftex.el: Manage most autoloads automatically.
3696         * textmodes/reftex-auc.el, textmodes/reftex-cite.el:
3697         * textmodes/reftex-dcr.el, textmodes/reftex-global.el:
3698         * textmodes/reftex-index.el, textmodes/reftex-parse.el:
3699         * textmodes/reftex-ref.el, textmodes/reftex-sel.el:
3700         * textmodes/reftex-toc.el: Set generated-autoload-file,
3701         and add autoload cookies for reftex.el.
3702         * Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
3704 2014-03-28  Glenn Morris  <rgm@gnu.org>
3706         * cus-start.el (report-emacs-bug-address): Set custom properties.
3707         * mail/emacsbug.el (report-emacs-bug-address):
3708         Variable is now defined in emacs.c.
3710         * mail/emacsbug.el (report-emacs-bug):
3711         Include system-configuration-features.
3713 2014-03-28  Michal Nazarewicz  <mina86@mina86.com>
3715         * simple.el (cycle-spacing): Never delete spaces on first run by
3716         default, but do so in a new 'fast mode and if there are already
3717         N spaces (the previous behavior).
3718         Compare N with its value in previous invocation so that changing
3719         prefix argument restarts `cycle-spacing' sequence.
3720         The idea is that with this change, binding M-SPC to
3721         `cycle-spacing' should not introduce any changes in behavior of
3722         the binding so long as users do not type M-SPC twice in a raw with
3723         the same prefix argument or lack thereof.
3725 2014-03-28  Glenn Morris  <rgm@gnu.org>
3727         * faces.el (term-file-aliases): New variable.
3728         (tty-run-terminal-initialization): Respect term-file-aliases.
3729         * term/apollo.el, term/vt102.el, term/vt125.el, term/vt201.el:
3730         * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el:
3731         * term/vt400.el, term/vt420.el: Remove files, replaced by aliases.
3733 2014-03-27  Glenn Morris  <rgm@gnu.org>
3735         * startup.el (inhibit-startup-hooks): Doc tweak.
3736         (normal-top-level): Simplify running of hooks.
3737         For window-setup-hook, respect inhibit-startup-hooks.
3738         (command-line-1): Don't set window-setup-hook to nil.
3740         Allow selective autoloading from obsolete/ directory.
3741         * Makefile.in (obsolete-autoloads): New rule.
3742         (autoloads): Run obsolete-autoloads.
3743         * obsolete/iswitchb.el (iswitchb-mode): Use obsolete-autoload.
3744         * simple.el (iswitchb-mode): Remove hand-written autoloads.
3746 2014-03-27  Dmitry Gutov  <dgutov@yandex.ru>
3748         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3749         Highlight special globals with font-lock-builtin-face.  (Bug#17057)
3751         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3752         Don't propertize `?' or `!' as symbol constituent when after
3753         colon.  (Bug#17097)
3755 2014-03-27  Juanma Barranquero  <lekktu@gmail.com>
3757         * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
3758         which is no longer needed and causes trouble in GTK builds (bug#17046).
3760         * emacs-lisp/package-x.el (package--archive-contents-from-url):
3761         Use url-insert-file-contents; package-handle-response no longer exists.
3763 2014-03-26  Daniel Colascione  <dancol@dancol.org>
3765         * simple.el (process-menu-mode-map): New variable.
3766         (process-menu-delete-process): New command.
3768 2014-03-26  Juanma Barranquero  <lekktu@gmail.com>
3770         * emacs-lisp/package.el: Fix bug#16733 (again).
3771         (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
3772         (url-http-target-url): Remove unused declarations.
3773         (package-handle-response): Remove.
3774         (package--with-work-buffer): Use url-insert-file-contents and simplify.
3775         (package--download-one-archive): Use current-buffer instead of
3776         dynamic binding of `buffer'.
3777         (describe-package-1): Do not decode readme-string.
3779 2014-03-26  Michael Albinus  <michael.albinus@gmx.de>
3781         * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
3783         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
3784         from 2014-03-07, it decreases performance unnecessarily.  Let-bind
3785         `remote-file-name-inhibit-cache' to nil in the second pass.
3786         (tramp-find-executable): Do not call "which" on SunOS.
3787         (tramp-send-command-and-check): Fix docstring.
3788         (tramp-do-copy-or-rename-file-directly): In the `rename' case,
3789         check whether source directory has set the sticky bit.
3791 2014-03-26  Barry O'Reilly  <gundaetiapo@gmail.com>
3793         * simple.el (primitive-undo): Only process marker adjustments
3794         validated against their corresponding (TEXT . POS).  Issue warning
3795         for lone marker adjustments in undo history.  (Bug#16818)
3796         (undo-make-selective-list): Add marker adjustments to selective
3797         undo list based on whether their corresponding (TEXT . POS) is in
3798         the region.  Remove variable adjusted-markers, which was unused
3799         and only non nil during undo-make-selective-list.
3800         (undo-elt-in-region): Return nil when passed a marker adjustment
3801         and explain in function doc.
3803 2014-03-26  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
3805         * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
3807 2014-03-26  Dmitry Gutov  <dgutov@yandex.ru>
3809         * progmodes/ruby-mode.el (ruby-expression-expansion-re):
3810         Match special global variables without curlies, too.
3811         (ruby-font-lock-keywords): Simplify the matcher for special global
3812         variables.  Don't require a non-word character after the variable.
3813         (Bug#17057)
3815 2014-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3817         * simple.el (redisplay-highlight-region-function): Increase priority of
3818         overlay to make sure boundaries are visible (bug#15899).
3820 2014-03-26  Juanma Barranquero  <lekktu@gmail.com>
3822         * frameset.el (frameset--initial-params): Fix typo in parameter name.
3823         (frameset-restore): Compare display strings with equal.
3825         * frame.el (make-frame): Don't quote display name in error message,
3826         it is already a string.
3828 2014-03-26  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3830         * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
3831         the password.
3833 2014-03-26  Dmitry Gutov  <dgutov@yandex.ru>
3835         * emacs-lisp/package.el (package--add-to-archive-contents):
3836         Include already installed and built-in packages in
3837         `package-archive-contents'.
3838         (package-install): Don't include already installed packages in the
3839         options during interactive invocation.  (Bug#16762)
3840         (package-show-package-list): If the buffer is already displayed in
3841         another window, switch to that window.
3843 2014-03-26  Reto Zimmermann  <reto@gnu.org>
3845         Sync with upstream vhdl mode v3.35.1.
3846         * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
3847         (vhdl-compiler-alist): Doc fix.
3848         (vhdl-goto-line): Remove.
3849         (vhdl-mode-abbrev-table-init): Add XEmacs compat.
3850         (vhdl-mode) <paragraph-start>: Fix value.
3851         (vhdl-fix-statement-region): Not `for' in wait-statement.
3852         (vhdl-beautify-region): Also (un)tabify.
3853         (vhdl-get-visible-signals):
3854         Scan declarative part of generate statements.
3855         (vhdl-template-record): Fix indentation for record type declaration.
3856         (vhdl-expand-abbrev, vhdl-expand-paren):
3857         Revert to using fset again rather than defalias.
3858         (vhdl-scan-directory-contents): Tweak.
3859         (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
3860         (vhdl-compose-components-package):
3861         Replace vhdl-goto-line with forward-line.
3862         (top-level): Tweak speedbar frame selection.
3863         (vhdl-generate-makefile-1): Support for compilers with no
3864         unit-to-file name mapping (create directory with dummy files).
3866 2014-03-26  Wilson Snyder  <wsnyder@wsnyder.org>
3868         Sync with upstream verilog-mode revision 702457d.
3869         * progmodes/verilog-mode.el (verilog-mode-version): Update.
3870         (create-lockfiles): Declare.
3871         (verilog-read-decls): Fix module header imports, bug709.
3872         Reported by Victor Lau.
3873         Fix parsing 'var' in AUTOs, msg1294.  Reported by Dominique Chen.
3874         (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
3875         interface-only modules, bug721.  Reported by Dean Hoyt.
3877 2014-03-26  Glenn Morris  <rgm@gnu.org>
3879         * obsolete/gulp.el: Move here from emacs-lisp/.
3881         * files.el (lock-buffer, unlock-buffer, file-locked-p):
3882         Remove fallback aliases, since they are always defined now.
3884 2014-03-24  Daniel Colascione  <dancol@dancol.org>
3886         * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
3887         instead of cl-loop search function.
3889 2014-03-23  Lars Ingebrigtsen  <larsi@gnus.org>
3891         * calendar/parse-time.el (parse-time-iso8601-regexp)
3892         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
3893         it more generally.
3895 2014-03-23  Lars Ingebrigtsen  <larsi@gnus.org>
3897         * net/dns.el (network-interface-list): Define for XEmacs.
3899 2014-03-23  Magnus Henoch  <magnus.henoch@gmail.com>
3901         * net/dns.el (dns-servers-up-to-date-p): New function to see whether
3902         the network interfaces changed.
3903         (dns-query): Use it to flush the data.
3905 2014-03-23  Juanma Barranquero  <lekktu@gmail.com>
3907         * vc/vc.el (vc-rollback): Use set-buffer-modified-p.
3909 2014-03-23  Daniel Colascione  <dancol@dancol.org>
3911         Change subword-mode to use `find-word-boundary-function-table' and
3912         replace `capitalized-words-mode'.  Also, convert to lexical
3913         binding.
3915         * progmodes/cap-words.el: Delete now-obsolete file.
3916         * progmodes/subword.el: Reimplement using
3917         `find-word-boundary-function-table'.
3918         (subword-mode-map): Hollow out.
3919         (capitalized-words-mode): Define as obsolete alias for
3920         `subword-mode'.
3921         (subword-mode, superword-mode): Tweak documentation to reflect new
3922         implementation; call `subword-setup-buffer'.
3923         (subword-forward, subword-capitalize): Add underscore to indicate
3924         unused variable.
3925         (subword-find-word-boundary-function-table): New constant.
3926         (subword-empty-char-table): New constant.
3927         (subword-setup-buffer): New function.
3928         (subword-find-word-boundary): New function.
3930 2014-03-23  Daniel Colascione  <dancol@dancol.org>
3932         * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
3933         list to look for keyword arguments instead of `memq', fixing
3934         (Bug#3647) --- unfortunately, only for freshly-compiled code.
3935         Please make bootstrap.
3937 2014-03-22  Glenn Morris  <rgm@gnu.org>
3939         * dired.el (dired-read-regexp): Make obsolete.
3940         (dired-mark-files-regexp, dired-mark-files-containing-regexp)
3941         (dired-flag-files-regexp):
3942         * dired-aux.el (dired-mark-read-regexp):
3943         * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
3945         * startup.el (fancy-startup-text):
3946         * help.el (describe-gnu-project): Visit online info about GNU project.
3948         * help-fns.el (help-fns--interactive-only): New function.
3949         (help-fns-describe-function-functions): Add the above function.
3950         * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
3951         (next-line, previous-line): Remove hand-written interactive-only
3952         information from doc strings, it is auto-generated now.
3953         * bookmark.el (bookmark-write):
3954         * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
3955         (epa-mail-import-keys): Mark interactive-only,
3956         and remove hand-written interactive-only information from doc strings.
3957         * epa.el (epa-decrypt-armor-in-region, epa-verify-region)
3958         (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
3959         * files.el (not-modified):
3960         * simple.el (mark-whole-buffer): Mark interactive-only.
3962         * emacs-lisp/byte-run.el (defun-declarations-alist):
3963         Add interactive-only.  Doc tweak.
3964         (macro-declarations-alist): Doc tweak.
3965         * subr.el (declare): Doc tweak (add xref to manual).
3966         * comint.el (comint-run):
3967         * files.el (insert-file-literally, insert-file):
3968         * replace.el (replace-string, replace-regexp):
3969         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
3970         (delete-forward-char, goto-line, insert-buffer, next-line)
3971         (previous-line): Set interactive-only via declare.
3973 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
3975         * emacs-lisp/package.el (package-desc): Use the contents of the
3976         quoted form, not its cdr.  (Bug#16873)
3978 2014-03-22  Juanma Barranquero  <lekktu@gmail.com>
3980         * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
3981         benefit of doc.c; change parameter profile to match the X function.
3983 2014-03-22  Leo Liu  <sdl.web@gmail.com>
3985         * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
3986         (temp-buffer-show-hook): Remove help-mode-finish.  (Bug#16038)
3988 2014-03-21  Richard Stallman  <rms@gnu.org>
3990         * battery.el (battery-linux-sysfs): Search for each field
3991         from the beginning of the buffer.
3993         * subr.el (set-transient-map): Clear out function and value
3994         of the temporary symbol when we're done with it.
3996         * mail/rmailsum.el (rmail-summary-delete-forward):
3997         Optimize case of reaching end and handling count.
3998         (rmail-summary-mark-deleted): Optimize when N is current msg.
3999         Don't create new summary line.
4000         (rmail-summary-undelete): Pass arg to rmail-undelete-previous-message.
4001         (rmail-summary-undelete-many): Rewrite for speed.
4002         (rmail-summary-msg-number): New function.
4004         * mail/rmail.el (rmail-delete-message): Update summary.
4005         (rmail-undelete-previous-message): Handle repeat count arg.
4006         (rmail-delete-backward, rmail-delete-forward): Likewise.
4008 2014-03-21  Daniel Colascione  <dancol@dancol.org>
4010         * mail/emacsbug.el (report-emacs-bug): Include memory usage
4011         information in bug reports.
4013 2014-03-21  Michael Albinus  <michael.albinus@gmx.de>
4015         * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
4016         and `tramp-copy-env'.
4018         * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
4019         (tramp-maybe-open-connection): Handle `tramp-login-env'.
4021 2014-03-21  Glenn Morris  <rgm@gnu.org>
4023         * electric.el (electric-indent-post-self-insert-function): Add doc.
4025 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
4027         * emacs-lisp/package.el (package-compute-transaction):
4028         Use `version-list-<=' to compare the requirement version against
4029         the version of package already to be installed.  Update the error
4030         message.  (Bug#16826)
4032         * progmodes/ruby-mode.el (ruby-smie-rules):
4033         Add indentation rule for ` @ '.  (Bug#17050)
4035 2014-03-21  Juanma Barranquero  <lekktu@gmail.com>
4037         * align.el (align-regexp): Remove superfluous backslash.
4039         * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
4040         (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
4041         (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
4042         Fix docstring typos.
4043         (ffap-next): Use C-u in docstring.
4044         (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
4045         (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
4046         Remove superfluous backslashes.
4047         (ffap-string-at-point): Reflow docstring.
4049         * server.el (server-host): Reflow docstring.
4050         (server-unload-function): Fix docstring typo.
4051         (server-eval-at): Remove superfluous backslash.
4053         * skeleton.el (skeleton-insert): Remove superfluous backslash.
4054         (skeleton-insert): Doc fix.
4055         (skeleton-insert): Reflow docstring.
4057         * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
4058         (tty-color-approximate, tty-color-by-index, tty-color-values)
4059         (tty-color-desc): Remove superfluous backslashes.
4061 2014-03-21  Glenn Morris  <rgm@gnu.org>
4063         * cus-start.el (history-length): Bump :version.
4065         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
4066         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
4067         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
4068         Don't set `make-backup-files'.
4070         * info.el (info--prettify-description): New function,
4071         to give info-finder descriptions consistent case, punctuation.
4072         (Info-finder-find-node): Use it.  Sort packages.
4073         Refer to "description" rather than "commentary".
4075 2014-03-21  Juanma Barranquero  <lekktu@gmail.com>
4077         * frameset.el (frameset--print-register): New function.
4078         (frameset-to-register): Use it.
4080 2014-03-20  Juanma Barranquero  <lekktu@gmail.com>
4082         * progmodes/hideif.el (hif-string-to-number): New function.
4083         (hif-tokenize): Use it to understand non-decimal floats.
4085         * emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.
4087         * skeleton.el (skeleton-autowrap): Mark as obsolete.  Doc fix.
4089 2014-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4091         * electric.el (electric-newline-and-maybe-indent): New command.
4092         Bind it globally to C-j.
4093         (electric-indent-mode): Don't mess with the global map any more.
4094         Don't drop the post-self-insert-hook is some buffer is still using it
4095         (bug#16770).
4097         * bindings.el (global-map): Remove C-j binding.
4099         * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
4100         the docstring of functions advised before dumping (bug#16993).
4102 2014-03-19  Stefan-W. Hahn  <stefan.hahn@s-hahn.de>  (tiny change)
4104         * ps-print.el (ps-generate-postscript-with-faces):
4105         Explicitly deactivate the mark (bug#16866).
4106         * simple.el (deactivate-mark): Update region highlight.
4108 2014-03-19  Juanma Barranquero  <lekktu@gmail.com>
4110         * emacs-lisp/package.el (describe-package-1):
4111         Decode commentary (bug#16733).
4113 2014-03-18  Juanma Barranquero  <lekktu@gmail.com>
4115         * custom.el (defcustom): Doc fix: recommend avoiding destructive
4116         modification of the value argument of :set (bug#16755).
4118 2014-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4120         * simple.el (newline-and-indent): Do autofill (bug#17031).
4122 2014-03-18  Dmitry Gutov  <dgutov@yandex.ru>
4124         * newcomment.el (comment-normalize-vars): Only add escaping check
4125         to `comment-start-skip' if not `comment-use-syntax'.  (Bug#16971)
4126         (comment-beginning): Use `narrow-to-region' instead of moving back
4127         one character.
4128         (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
4129         (comment-start-skip): Update the docstring.
4131 2014-03-18  Richard Stallman  <rms@gnu.org>
4133         * dired.el (dired-display-file): Force use of other window.
4135 2014-03-18  Daniel Colascione  <dancol@dancol.org>
4137         * startup.el (tty-handle-args): Remove debug message from 2007.
4139 2014-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4141         * emacs-lisp/nadvice.el (advice--interactive-form): New function.
4142         (advice--make-interactive-form): Use it to avoid (auto)loading function.
4143         (advice--make-1, advice-add, advice-remove):
4144         Remove braindead :advice-pending hack.
4146 2014-03-17  Glenn Morris  <rgm@gnu.org>
4148         * calendar/calendar.el (calendar-generate-month): Apply weekend
4149         face to the right days; fixes 2013-08-06 change.  (Bug#17028)
4151 2014-03-17  Michael Albinus  <michael.albinus@gmx.de>
4153         * net/tramp.el (tramp-action-out-of-band): Read pending output.
4154         (tramp-call-process): Trace also DESTINATION.
4156         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
4157         Quote file names when they are local.  Remove superfluous trace.
4159 2014-03-17  Dmitry Gutov  <dgutov@yandex.ru>
4161         * newcomment.el (comment-beginning): If `comment-start-skip'
4162         doesn't match, move back one char and try again.  (Bug#16971)
4164         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4165         Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
4166         Set `comment-start-skip' to a simpler value that doesn't try to
4167         check if the semicolon is escaped (this is handled by
4168         `syntax-ppss' now).  (Bug#16971)
4170         * progmodes/scheme.el (scheme-mode-variables): Same.
4172 2014-03-16  Martin Rudalics  <rudalics@gmx.at>
4174         Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
4175         * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
4176         current (Bug#16816, Bug#17007).
4177         (with-current-buffer-window): New macro doing the same as
4178         `with-temp-buffer-window' but with BUFFER-OR-NAME current.
4179         * help.el (help-print-return-message): Warn in doc-string to not
4180         use this in `with-help-window'.
4181         (describe-bindings-internal): Call `describe-buffer-bindings'
4182         from within help buffer.  See Juanma's scenario in (Bug#16816).
4183         (with-help-window): Update doc-string.
4184         * dired.el (dired-mark-pop-up):
4185         * files.el (save-buffers-kill-emacs):
4186         * register.el (register-preview): Use `with-current-buffer-window'
4187         instead of `with-temp-buffer-window'.
4189 2014-03-16  Juanma Barranquero  <lekktu@gmail.com>
4191         * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
4192         Implement inserting into current buffer, documented in their docstrings.
4193         (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
4194         (rst-section-tree-point, rst-forward-section, rst-indent)
4195         (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
4196         (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
4197         (rst-font-lock-handle-adornment-pre-match-form)
4198         (rst-repeat-last-character): Reflow docstrings.
4199         (rst-preferred-adornments, rst-update-section, rst-find-title-line)
4200         (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
4201         (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
4202         (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
4203         Fix docstring typos.
4204         (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
4205         (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
4206         (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
4208 2014-03-15  Juanma Barranquero  <lekktu@gmail.com>
4210         * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
4211         for compatibility with other ports.
4212         (ns-initialize-window-system): Use it.  It is set in term/common-win.el
4213         from the -xrm command line argument, but in the Nextstep port its value
4214         is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
4216         * progmodes/python.el (defconst, python-syntax-count-quotes)
4217         (python-indent-region, python-indent-shift-right)
4218         (python-indent-dedent-line-backspace, python-nav-backward-sexp)
4219         (python-nav-backward-sexp-safe, python-nav-backward-up-list)
4220         (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
4221         (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
4222         (inferior-python-mode, python-shell-make-comint, run-python-internal)
4223         (python-shell-buffer-substring, python-shell-send-buffer)
4224         (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
4225         (python-completion-complete-at-point, python-fill-docstring-style)
4226         (python-eldoc-function, python-imenu-format-item-label)
4227         (python-imenu-format-parent-item-label)
4228         (python-imenu-format-parent-item-jump-label)
4229         (python-imenu--build-tree, python-imenu-create-index)
4230         (python-imenu-create-flat-index): Fix docstring typos.
4231         (python-indent-context, python-shell-prompt-regexp, run-python):
4232         Remove superfluous backslashes.
4233         (python-indent-line, python-nav-beginning-of-defun)
4234         (python-shell-get-buffer, python-shell-get-process)
4235         (python-info-current-defun, python-info-current-line-comment-p)
4236         (python-info-current-line-empty-p, python-util-popn): Doc fixes.
4237         (python-indent-post-self-insert-function, python-shell-send-file)
4238         (python-shell-completion-get-completions)
4239         (python-shell-completion-complete-or-indent)
4240         (python-eldoc--get-doc-at-point): Reflow docstrings.
4242 2014-03-14  Glenn Morris  <rgm@gnu.org>
4244         * emacs-lisp/package.el (package-menu-mode-map):
4245         Replace use of obsolete function alias.  Tweak menu item text.
4247         * info.el (Info-finder-find-node):
4248         Ignore the `emacs' metapackage.  (Bug#10813)
4250         * finder.el (finder-list-matches): Include unversioned packages
4251         in the result of a keyword search.
4253         * finder.el (finder--builtins-descriptions): New constant.
4254         (finder-compile-keywords): Use finder--builtins-descriptions.
4256 2014-03-14  Dmitry Gutov  <dgutov@yandex.ru>
4258         * simple.el (blink-matching-paren): Describe the new value,
4259         `jump', enabling the old behavior.
4260         (blink-matching-open): Use that value.  (Bug#17008)
4262 2014-03-14  Glenn Morris  <rgm@gnu.org>
4264         * finder.el (finder-no-scan-regexp): Add leim-list.
4265         (finder-compile-keywords):
4266         Don't skip files with same basename.  (Bug#14010)
4267         * Makefile.in (setwins_finder): New, excluding leim.
4268         (finder-data): Use setwins_finder.
4270         * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
4271         (help-function-arglist, help-make-usage): Move from here...
4272         * help.el (help-split-fundoc, help-add-fundoc-usage)
4273         (help-function-arglist, help-make-usage): ... to here.  (Bug#17001)
4274         * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
4276 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
4278         * net/socks.el (socks, socks-override-functions)
4279         (socks-find-services-entry):
4280         * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
4281         (hif-find-ifdef-block):
4282         * progmodes/modula2.el (m2-indent): Fix docstring typos.
4284         * net/tls.el (tls-program): Reflow docstring.
4286         * progmodes/pascal.el (pascal-mode-abbrev-table)
4287         (pascal-imenu-generic-expression, pascal-auto-endcomments)
4288         (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
4289         (pascal-outline-mode): Fix docstring typos.
4290         (pascal-mode): Let define-derived-mode document mode hook.
4291         (pascal-uncomment-area): Reflow.
4292         (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
4294         * progmodes/opascal.el (opascal-compound-block-indent)
4295         (opascal-case-label-indent): Fix docstring typos.
4296         (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
4298 2014-03-13  Dmitry Gutov  <dgutov@yandex.ru>
4300         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4301         Fontify multiple adjacent negation chars.  (Bug#17004)
4303 2014-03-13  Tom Willemse  <tom@ryuslash.org>  (tiny change)
4305         * emacs-lisp/package.el (package--prepare-dependencies):
4306         Accept requirements without explicit version (bug#14941).
4308 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
4310         * register.el (register-separator, copy-to-register): Doc fixes.
4311         (register-preview-default): Remove unnecessary call to concat.
4313         * frameset.el (frameset-restore): When checking for a visible frame,
4314         use the action map instead of calling visible-frame-list.
4316 2014-03-12  Jonas Bernoulli  <jonas@bernoul.li>
4318         * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
4320 2014-03-12  Martin Rudalics  <rudalics@gmx.at>
4322         * window.el (fit-frame-to-buffer): Get maximum width from
4323         display's width instead of height.
4325 2014-03-12  Glenn Morris  <rgm@gnu.org>
4327         * desktop.el (desktop-restore-frames)
4328         (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
4329         (desktop-restore-reuses-frames): Doc tweaks.
4331         * electric.el (electric-indent-mode): Doc fix.
4333 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
4335         * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
4336         (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
4337         (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
4338         (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
4339         (cvs-dired-use-hook): Fix docstring typos.
4340         (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
4341         Doc fixes.
4343         * vc/pcvs-defs.el (cvs-auto-remove-handled)
4344         (cvs-auto-remove-directories, cvs-default-ignore-marks)
4345         (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
4346         (cvs-execute-single-dir): Fix docstring typos.
4348         * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
4349         (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
4351         * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
4353         * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
4354         Fix docstring typos.
4356 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
4358         * frameset.el (frameset--jump-to-register): Add autoload; it could be
4359         called from jump-to-register after unloading the frameset package.
4361 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4363         * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
4364         (bug#16975).  Deactivate the mark before setting it to nil.
4365         (activate-mark): Do nothing if region is already active.
4367 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
4369         * frameset.el (frameset--target-display): Remove definition; declare.
4370         (frameset-save, frameset-restore): Let-bind frameset--target-display.
4372 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4374         * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
4375         (advice-add): Add a :advice--pending marker, so advice--make-1 knows
4376         when the advice is pending.
4377         (advice-remove): Remove this marker when not needed any more.
4379 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
4381         * frameset.el: Separate options for reusing frames and cleaning up.
4382         (frameset--reuse-list): Remove definition; declare.
4383         (frameset--action-map): Declare.
4384         (frameset--find-frame-if): Doc fix.
4385         (frameset--restore-frame): Cache frame action.
4386         (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
4387         how to clean up the frame list after restoring.  Remove cleaning
4388         options from REUSE-FRAMES.  Change all keyword values to symbols.
4389         (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
4391         * desktop.el (desktop-restore-forces-onscreen)
4392         (desktop-restore-reuses-frames): Use non-keyword values.
4393         (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
4395 2014-03-10  Glenn Morris  <rgm@gnu.org>
4397         * files.el (find-file): Doc fix: update info node name.
4399         * emacs-lisp/advice.el (ad-add-advice, defadvice):
4400         Doc fix: remove references to deleted info nodes.
4402 2014-03-10  Michael Albinus  <michael.albinus@gmx.de>
4404         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
4405         Do not add nil to the environment, when there's no remote `locale'.
4406         (tramp-find-inline-encoding): Check, that the remote host has
4407         installed perl, before sending scripts.
4409 2014-03-10  Leo Liu  <sdl.web@gmail.com>
4411         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
4412         Clear eldoc-last-message.  (Bug#16920)
4414 2014-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4416         * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
4417         (bug#14430).
4419 2014-03-09  Juri Linkov  <juri@jurta.org>
4421         * ansi-color.el (ansi-color-names-vector): Copy default colors
4422         from `xterm-standard-colors' that look well on the default white
4423         background (and also on the black background) to avoid illegible
4424         color combinations like yellow-on-white and white-on-white.
4425         http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
4427 2014-03-08  Juanma Barranquero  <lekktu@gmail.com>
4429         * frameset.el (frameset-restore): When no frame is visible, do not
4430         generate a list of frames, just make visible the selected one.
4432 2014-03-08  Dmitry Gutov  <dgutov@yandex.ru>
4434         * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
4435         it only contains the repository root.  (Bug#16897)
4437 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
4439         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
4440         only when `remote-file-name-inhibit-cache' is nil.
4441         (tramp-sh-file-name-handler): Use `tramp-error'.  Simplify code.
4443 2014-03-06  Martin Rudalics  <rudalics@gmx.at>
4445         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
4446         Fix doc-strings.
4447         (fit-frame-to-buffer): New argument ONLY.  Remove dependency on
4448         fit-frame-to-buffer variable.  Fix doc-string.
4449         (fit-window-to-buffer): Set ONLY argument in call of
4450         fit-frame-to-buffer.  Fix doc-string.
4452 2014-03-06  Michael Albinus  <michael.albinus@gmx.de>
4454         * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
4455         (tramp-action-password): Clear password cache if needed.
4456         (tramp-read-passwd): Do not clear password cache.
4458         * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
4459         cache unless it is the first password request.
4461 2014-03-06  Glenn Morris  <rgm@gnu.org>
4463         * simple.el (newline): Doc tweak.
4465         * emacs-lisp/shadow.el (load-path-shadows-find):
4466         Ignore dir-locals.  (Bug#12357)
4468 2014-03-05  Glenn Morris  <rgm@gnu.org>
4470         * files.el (interpreter-mode-alist):
4471         * progmodes/sh-script.el (sh-ancestor-alist): Add dash.  (Bug#16938)
4473 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
4475         * frameset.el (frameset--initial-params): Filter out null entries.
4477 2014-03-05  Martin Rudalics  <rudalics@gmx.at>
4479         * window.el (window-min-height, window-min-width):
4480         Rewrite doc-strings.
4481         (window-body-size): Add PIXELWISE argument to make it consistent
4482         with its callees.
4484 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
4486         * finder.el (finder-mode-map, finder-mode-syntax-table):
4487         Revert part of 2014-02-28 change.
4489 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
4491         * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
4492         (eww-setup-buffer): Clear next/prev/etc more reliably.
4493         (eww-textarea-map): [tab] doesn't work on tty.
4494         Reported by Mario Lang.
4496         * net/shr.el (shr-map): Ditto.
4498 2014-03-04  Glenn Morris  <rgm@gnu.org>
4500         * minibuffer.el (completion-hilit-commonality):
4501         Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
4503 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
4505         * hilit-chg.el (hilit-chg-unload-function): New function.
4506         (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
4507         (hilit-chg-map-changes): Prefer cardinal number to digit.
4508         (hilit-chg-display-changes): Reflow docstring.
4509         (highlight-changes-rotate-faces): Remove superfluous backslash.
4511 2014-03-04  Michael Albinus  <michael.albinus@gmx.de>
4513         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
4514         `tramp-send-command-and-check'.
4516 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
4518         * hexl.el (hexl-address-region, hexl-ascii-region)
4519         (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
4520         (hexl-backward-short, hexl-forward-short, hexl-backward-word)
4521         (hexl-forward-word, hexl-previous-line, hexl-next-line):
4522         Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
4523         (hexl-mode): Doc fix.
4524         (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
4525         (hexl-mode-ruler): Fix typos in docstrings.
4527         * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
4528         (strokes-character, strokes-get-grid-position, strokes-list-strokes):
4529         Remove superfluous backslashes.
4530         (strokes-last-stroke, strokes-global-map, strokes-mode):
4531         Reflow docstrings.
4532         (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
4533         (strokes-xpm-for-compressed-string): Use quotes with buffer name.
4534         (strokes-distance-squared, strokes-global-set-stroke)
4535         (strokes-global-set-stroke-string): Doc fixes.
4536         (strokes-help): Fix typos; reflow docstring.
4538 2014-03-04  Martin Rudalics  <rudalics@gmx.at>
4540         * window.el (window-in-direction): Fix doc-string.
4542 2014-03-04  Glenn Morris  <rgm@gnu.org>
4544         * emacs-lisp/smie.el (smie-config-guess): Doc fix.
4545         Explicit error if no grammar.
4546         (smie-config-save): Doc fix.  Fix quote typo.
4548 2014-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4550         * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
4551         electric-indent-mode-hook if we obey electric-indent-mode.
4552         (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
4553         decide whether we obey electric-indent-mode.
4554         (c-change-set-fl-decl-start, c-extend-after-change-region):
4555         Silence warnings.
4556         (c-electric-indent-mode-hook): Assume we do want to obey
4557         electric-indent-mode.
4559         * electric.el (electric-indent-mode-has-been-called): Remove.
4560         (electric-indent-mode): Fix accordingly.
4562         * files.el (hack-local-variables): Mention file name in warning.
4564         * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
4566 2014-03-04  Michal Nazarewicz  <mina86@mina86.com>
4568         * bindings.el: Add comment describing why C-d binds to `delete-char'.
4569         * simple.el (delete-forward-char): Mark as interactive-only.
4571 2014-03-03  Juanma Barranquero  <lekktu@gmail.com>
4573         * icomplete.el (icomplete-completions):
4574         Follow-up to 2014-03-01 change.
4576         * icomplete.el: Miscellaneous doc fixes.
4577         Use Icomplete everywhere instead of icomplete for consistency.
4578         (icomplete-max-delay-chars): Fix typo.
4579         (icomplete-mode): Use \[].
4580         (icomplete-tidy, icomplete-exhibit): Reflow.
4581         (icomplete-minibuffer-setup-hook, icomplete-completions):
4582         Remove superfluous backlashes.
4584         * ido.el: Miscellaneous doc fixes.
4585         Use Ido everywhere instead of ido or `ido' for consistency.
4586         (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
4587         (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
4588         (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
4589         (ido-separator): Extract obsolescence info from docstring and declare
4590         with make-obsolete-variable.
4591         (ido-minibuffer-setup-hook): Simplify example.
4592         (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
4593         (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
4594         (ido-completion-help, ido-completing-read): Fix typos in docstrings.
4595         (ido-everywhere): Reflow docstring.
4596         (ido-toggle-vc): Doc fix.
4597         (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
4598         of long list of keybindings.
4600 2014-03-03  Glenn Morris  <rgm@gnu.org>
4602         * frame.el (display-pixel-height, display-pixel-width)
4603         (display-mm-dimensions-alist, display-mm-height)
4604         (display-mm-width): Doc tweaks.
4606 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
4608         * simple.el (undo-elt-in-region): Fix buffer corruption for edge
4609         case of undo in region.
4611 2014-03-02  Martin Rudalics  <rudalics@gmx.at>
4613         * window.el (fit-window-to-buffer): Fix argument in window-size
4614         call when window is horizontally combined.
4616 2014-03-02  Juanma Barranquero  <lekktu@gmail.com>
4618         * icomplete.el (icomplete-completions): Use string-width.
4619         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4621 2014-03-01  Dmitry Gutov  <dgutov@yandex.ru>
4623         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4624         Highlight regexp options.  (Bug#16914)
4626 2014-03-01  Martin Rudalics  <rudalics@gmx.at>
4628         * window.el (window--max-delta-1): Round down when calculating
4629         how many lines/columns we can get from a window.
4631 2014-03-01  Glenn Morris  <rgm@gnu.org>
4633         * isearch.el (search-invisible): Doc fix.
4635         * minibuffer.el (completion-hilit-commonality):
4636         Make `base-size' argument optional.  Short-cut if `prefix-len' is 0.
4637         * comint.el (comint-dynamic-list-completions): Doc fix.
4638         * comint.el (comint-dynamic-list-completions):
4639         * filecache.el (file-cache-minibuffer-complete):
4640         * tempo.el (tempo-display-completions):
4641         * eshell/em-hist.el (eshell-list-history):
4642         Replace use of obsolete argument of display-completion-list.
4644 2014-03-01  Juanma Barranquero  <lekktu@gmail.com>
4646         * icomplete.el (icomplete-completions):
4647         Revert back to using "..." when ?… cannot be displayed.
4649 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
4651         * finder.el (finder-unload-function): New function.
4653 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
4655         * dframe.el (dframe-detach):
4656         * find-dired.el (find-dired, find-name-dired):
4657         * finder.el (finder-mode-map, finder-mode-syntax-table)
4658         (finder-headmark, finder-select, finder-mouse-select):
4659         Fix docstring typos.
4661 2014-02-28  Martin Rudalics  <rudalics@gmx.at>
4663         Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
4664         * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
4665         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
4666         Fix doc-string based on a suggestion by Nicolas Richard
4667         <theonewiththeevillook@yahoo.fr>.
4668         * help.el (with-help-window): Fix doc-string.
4670 2014-02-28  Ivan Kanis  <ivan@kanis.fr>
4672         * net/shr.el (shr-image-animate): New option.
4673         (shr-put-image): Respect shr-image-animate.
4675 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
4677         * net/tramp-adb.el (tramp-adb-parse-device-names):
4678         Use `accept-process-output'.
4679         (tramp-adb-handle-file-truename): Cache the localname only.
4680         (tramp-adb-handle-make-directory)
4681         (tramp-adb-handle-delete-directory): Flush file properties correctly.
4682         (tramp-adb-handle-set-file-modes): Do not raise an error when file
4683         modes cannot be changed.
4685         * net/tramp-cache.el (tramp-flush-directory-property): Remove also
4686         file properties of symlinks.
4688 2014-02-28  Per Starbäck  <starback@stp.lingfil.uu.se>
4690         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
4691         required/optional fields to match development biblatex.  (Bug#16781)
4693 2014-02-28  Andy Sawyer  <andy.sawyer@gmail.com>  (tiny change)
4695         * saveplace.el (toggle-save-place):
4696         Fix argument handling.  (Bug#16673)
4698 2014-02-28  Glenn Morris  <rgm@gnu.org>
4700         * minibuffer.el (completions-first-difference)
4701         (completions-common-part, completion-hilit-commonality): Doc fixes.
4703 2014-02-28  Karl Berry  <karl@gnu.org>
4705         * info.el (Info-mode-map): Add H for describe-mode,
4706         to synchronize with standalone Info.
4708 2014-02-28  Emilio C. Lopes  <eclig@gmx.net>
4710         * progmodes/sql.el (sql-interactive-mode):
4711         Avoid setting global comint-input-ring-separator.  (Bug#16814)
4713 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
4715         * net/dbus.el (dbus--init-bus): Declare function.
4716         (dbus-path-local, dbus-interface-local): New defconst.
4717         (dbus-init-bus): Use them.
4718         (dbus-return-values-table): Extend doc.
4719         (dbus-handle-bus-disconnect): Extend error message.
4721 2014-02-27  Juanma Barranquero  <lekktu@gmail.com>
4723         * subr.el (y-or-n-p): Fix double space issue in message.
4725 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
4727         * net/tramp.el (tramp-call-process): Improve trace message.
4728         (tramp-handle-insert-file-contents): Trace error case.
4730         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
4731         <insert-directory>: Use `tramp-handle-insert-directory'.
4732         (tramp-adb-handle-insert-directory): Remove function.
4733         (tramp-adb-send-command-and-check): New defun, replacing
4734         `tramp-adb-command-exit-status'.  Change all callees.
4735         (tramp-adb-handle-file-attributes)
4736         (tramp-adb-handle-directory-files-and-attributes): Use it.
4737         (tramp-adb-ls-output-name-less-p):
4738         Use `directory-listing-before-filename-regexp'.
4739         (tramp-adb-handle-delete-directory): Flush also file properties of
4740         the truename of directory.
4741         (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
4742         (tramp-adb-handle-file-local-copy): Make the local copy readable.
4743         (tramp-adb-handle-write-region): Implement APPEND.
4744         (tramp-adb-handle-rename-file): Make it more robust.  Flush file
4745         properties correctly.
4746         (tramp-adb-maybe-open-connection): Set `tramp-current-*'
4747         variables.  Check for connected devices only when needed.
4749 2014-02-27  Glenn Morris  <rgm@gnu.org>
4751         * minibuffer.el (completion-table-dynamic)
4752         (completion-table-with-cache): Doc fixes.
4754         * emacs-lisp/crm.el (crm-default-separator, crm-separator)
4755         (completing-read-multiple): Doc fixes.
4757 2014-02-27  Daniel Colascione  <dancol@dancol.org>
4759         * minibuffer.el (completion--nth-completion): Fix indentation.
4761         * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
4762         explicit tramp path is empty.
4764 2014-02-27  Glenn Morris  <rgm@gnu.org>
4766         * emacs-lisp/crm.el (completing-read-multiple):
4767         Empower help-enable-auto-load.
4769 2014-02-26  Glenn Morris  <rgm@gnu.org>
4771         * startup.el (command-line): Don't init the tty in daemon mode.
4773         Avoid calling tty-setup-hook twice, eg if a term file
4774         explicitly calls tty-run-terminal-initialization.  (Bug#16859)
4775         * faces.el (tty-run-terminal-initialization): Add run-hook argument.
4776         (tty-create-frame-with-faces): Use it.
4777         * startup.el (command-line): Pass run-hook argument
4778         to tty-run-terminal-initialization.
4780         * dired.el (dired-restore-desktop-buffer): Demote errors;
4781         eg in case a glob match fails.  (Bug#16884)
4783 2014-02-26  Dmitry Gutov  <dgutov@yandex.ru>
4785         * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
4786         error from `read-from-string'.  (Bug#16850)
4788         * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
4789         result of `completing-read' in the interactive form.  (Bug#16854)
4791 2014-02-25  Glenn Morris  <rgm@gnu.org>
4793         * image.el (image-animate, image-animate-timeout):
4794         Stop animating images in dead buffers.  (Bug#16878)
4796         * emacs-lisp/edebug.el (defmacro): Fix debug spec.  (Bug#16868)
4798         * faces.el (tty-setup-hook, tty-run-terminal-initialization):
4799         Doc fixes.
4800         * startup.el (term-setup-hook): Doc fix.  Make obsolete.
4801         * term/sun.el (sun-raw-prefix-hooks):
4802         Use tty-setup-hook instead of term-setup-hook.
4803         (terminal-init-sun): Construct message from bytecomp plist.
4804         * term/wyse50.el (enable-arrow-keys): Doc fix.
4806 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
4808         * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
4809         Fix docstring typos.
4811 2014-02-24  Michael Albinus  <michael.albinus@gmx.de>
4813         * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
4815 2014-02-24  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
4817         * minibuffer.el (completion--try-word-completion):
4818         Fix error when completing M-x commands (bug#16808).
4820 2014-02-24  Leo Liu  <sdl.web@gmail.com>
4822         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
4824 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
4826         * apropos.el (apropos-print): Avoid formatting error when
4827         apropos-do-all and apropos-compact-layout are both t.
4829 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
4831         * apropos.el (apropos-property, apropos-all-words-regexp)
4832         (apropos-true-hit, apropos-variable, apropos-print):
4833         Fix docstring typos, and remove obsolete comment.
4835 2014-02-23  Michael Albinus  <michael.albinus@gmx.de>
4837         * net/tramp-sh.el (tramp-sh-handle-file-truename):
4838         Preserve trailing "/".  (Bug#16851)
4840 2014-02-23  Dmitry Gutov  <dgutov@yandex.ru>
4842         * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
4843         after `=>' (bug#16811).
4844         (ruby-smie-rules): Handle the inconsistent second element of the
4845         list returned by `smie-indent--parent'.
4846         (ruby-font-lock-keywords): Disqualify any identifier before `=' as
4847         method call.
4849 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
4851         * elec-pair.el (electric-pair-text-syntax-table)
4852         (electric-pair-syntax-info, electric-pair--syntax-ppss)
4853         (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
4854         (electric-pair--looking-at-unterminated-string-p): Doc fix.
4855         (electric-pair--inside-string-p): Doc fix.  Use `let', not `let*'.
4857 2014-02-22  Glenn Morris  <rgm@gnu.org>
4859         * imenu.el (imenu--generic-function): Doc fix.
4861         * register.el (frame-configuration-to-register): Make obsolete.
4863 2014-02-22  Juanma Barranquero  <lekktu@gmail.com>
4865         * desktop.el (desktop-save-buffer-p): Do not fail when
4866         desktop-files-not-to-save is nil.  Return t for true result
4867         as the doc says.
4869 2014-02-22  Daniel Colascione  <dancol@dancol.org>
4871         * net/secrets.el (secrets-create-item, secrets-search-items):
4872         Check that attribute values are strings, avoiding the construction
4873         of invalid dbus messages.
4875 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
4877         * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
4878         defun-declarations-alist.
4880 2014-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4882         * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
4883         (bug#16829).
4885 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
4887         * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
4888         (whitespace-newline, whitespace-trailing, whitespace-line)
4889         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
4890         (whitespace-space-after-tab): Fix typo in docstrings.
4892 2014-02-21  Dmitry Gutov  <dgutov@yandex.ru>
4894         * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
4896         * electric.el (electric-indent-functions-without-reindent):
4897         Add `yaml-indent-line'.
4899 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
4901         * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
4902         It has done nothing for years; should be removed after the release.
4904         * simple.el (choose-completion): Fix docstring typo.
4905         (read-quoted-char-radix): Remove unneeded * in docstring.
4906         (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
4907         Don't escape parentheses unnecessarily in docstrings.
4909 2014-02-21  Martin Rudalics  <rudalics@gmx.at>
4911         Fix handling of window-min-height/-width (Bug#16738).
4912         * window.el (window--dump-window, window--dump-frame):
4913         New functions.
4914         (window--min-size-1): Account for window dividers.
4915         When window-resize-pixelwise is nil, delay rounding till after the
4916         sum of the window components has been calculated.
4917         (window--min-delta-1, window--max-delta-1): When PIXELWISE is
4918         nil make sure at least one text line and two text columns remain
4919         fully visible.
4920         (window-resize): Signal an error when window-resize-apply fails.
4921         (window--resize-child-windows): Fix calculation of by how many
4922         pixels a window can still be shrunk via window-new-normal.
4923         (adjust-window-trailing-edge): Call window--resizable with
4924         correct TRAIL argument.
4926         (with-temp-buffer-window): Don't evaluate BODY within
4927         with-current-buffer (Bug#16816).
4929 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
4931         * net/tramp.el (tramp-check-cached-permissions):
4932         Call `file-attributes' with `suffix' being a symbol but a string.
4934 2014-02-21  Daniel Colascione  <dancol@dancol.org>
4936         * net/dbus.el (dbus-init-bus-1): Declare new subr.
4937         (dbus-init-bus): New function: call into dbus-init-bus-1
4938         and installs a handler for the disconnect signal.
4939         (dbus-call-method): Rewrite to look for result in cons.
4940         (dbus-call-method-handler): Store result in cons.
4941         (dbus-check-event): Recognize events with nil sender as valid.
4942         (dbus-handle-bus-disconnect): New function.  React to bus
4943         disconnection signal by synthesizing dbus error for each
4944         pending synchronous or asynchronous call.
4945         (dbus-notice-synchronous-call-errors): New function.
4946         (dbus-handle-event): Raise errors directly only when `dbus-debug'
4947         is true, not all the time.
4949 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
4951         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
4952         Remove obsolescence declarations, these variables do not exist anymore.
4954         * savehist.el (savehist-save-minibuffer-history)
4955         (savehist-additional-variables, savehist-file, savehist-mode-hook)
4956         (savehist-save-hook, savehist-coding-system, savehist-loaded)
4957         (savehist-load, savehist-install, savehist-autosave): Fix typos;
4958         mostly, refer to "Savehist mode" when talking about the mode,
4959         and not the function.
4961         * saveplace.el (save-place): Remove redundant info in docstring.
4962         (save-place-forget-unreadable-files, toggle-save-place)
4963         (save-place-forget-unreadable-files, save-place-dired-hook):
4964         Fix typos and remove unneeded backslashes.
4966 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
4968         * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
4969         (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
4971         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
4972         <insert-directory>: Use `tramp-handle-insert-directory'.
4973         (tramp-gvfs-handle-insert-directory): Remove function.
4975         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
4976         Call `tramp-handle-insert-directory'.
4978 2014-02-20  Juanma Barranquero  <lekktu@gmail.com>
4980         * elec-pair.el (electric-pair-syntax-info): Do not check syntax
4981         before the start of buffer/region (bug#16799).
4983 2014-02-20  Glenn Morris  <rgm@gnu.org>
4985         * isearch.el (search-invisible): Doc fix.
4987 2014-02-20  W. Trevor King  <wking@tremily.us>  (tiny change)
4989         * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
4990         (bug#16657).
4992 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
4994         * frameset.el (frameset-restore): Delay removing an old frame's
4995         duplicate id until the new frame has been correctly created.
4997 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
4999         * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
5000         (tramp-check-cached-permissions): Call `file-attributes' if the
5001         cache is empty.
5003         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
5004         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
5006         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
5007         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
5008         (tramp-gvfs-maybe-open-connection): Set always connection
5009         properties, even if target is mounted already.
5011         * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
5012         Set tramp-autoload cookie.
5013         (tramp-get-remote-touch): New defun.
5014         (tramp-sh-handle-set-file-times): Use it.
5015         (tramp-sh-handle-directory-files-and-attributes):
5016         Use `tramp-handle-directory-files-and-attributes' if neither stat
5017         nor perl are available on the remote host.
5019         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
5020         "/".  Write long listing only when "l" belongs to the switches.
5022         * net/trampver.el: Update release number.
5024 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
5026         * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
5028 2014-02-19  Martin Rudalics  <rudalics@gmx.at>
5030         * window.el (window-state-put): Allow WINDOW to refer to an
5031         internal window (Bug#16793).
5033 2014-02-19  Glenn Morris  <rgm@gnu.org>
5035         * textmodes/remember.el: Move provide statement to end.
5036         (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
5037         (remember-notes): Doc fixes.
5039 2014-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5041         * delsel.el (delete-char): Restore incorrectly erased property
5042         (bug#16795).
5044 2014-02-18  Juanma Barranquero  <lekktu@gmail.com>
5046         * frameset.el (frameset--restore-frame): When a frame is being reused
5047         and its root window is not alive, delete all the frame's windows before
5048         restoring the window state.  This works around the issue in bug#16793.
5050 2014-02-18  Glenn Morris  <rgm@gnu.org>
5052         * textmodes/remember.el (remember-data-directory)
5053         (remember-directory-file-name-format, remember-store-in-files)
5054         (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
5055         (remember-notes-save-and-bury-buffer)
5056         (remember-notes--kill-buffer-query): Doc fixes.
5058         * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
5060 2014-02-17  Alan Mackenzie  <acm@muc.de>
5062         Connect electric-indent-mode up with CC Mode.  Bug #15478.
5063         * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
5064         to electric-indent-{,local-}-mode.
5065         (c-basic-common-init): Set electric-indent-inhibit.
5066         Initialise c-electric-flag from electric-indent-mode.
5067         (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
5068         New hook functions which propagate electric-indent-mode to CC mode.
5070         * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
5071         hit, toggle electric-indent-local-mode.
5073         * electric.el (electric-indent-mode-has-been-called):
5074         New variable.
5076 2014-02-17  Juanma Barranquero  <lekktu@gmail.com>
5078         * frameset.el (frameset-cfg-id): New function.
5079         (frameset--reuse-frame, frameset-restore): Use it.
5080         (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
5082 2014-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5084         * ido.el (ido-file-internal): Remove unused var `d'.
5085         Use \` for to match BoS.  Fit within 80n columns.
5087 2014-02-17  Daniel Colascione  <dancol@dancol.org>
5089         * net/dbus.el (dbus-call-method): Work around bug#16775 by having
5090         dbus-call-method check for completion using a busy-wait loop with
5091         gradual backoff.
5093 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
5095         Sync with Tramp 2.2.9.
5097         * net/trampver.el: Update release number.
5099 2014-02-16  Dmitry Gutov  <dgutov@yandex.ru>
5101         * ido.el (ido-file-internal): Don't add the name of an existing
5102         directory twice.  (Bug#16747)
5104 2014-02-16  Glenn Morris  <rgm@gnu.org>
5106         * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
5107         Do not use ediff-defvar-local on pre-defined variables.  (Bug#16744)
5109 2014-02-15  Michael R. Mauger  <michael@mauger.com>
5111         * progmodes/sql.el: Version 3.4
5112         (sql-oracle-options): New default value ("-L").
5113         (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
5114         (sql-placeholders-filter): Correct placeholder pattern.
5115         (sql-read-table-name): Bug fix.  Detect absence of SQLi process.
5116         (sql-login-delay): New variable.
5117         (sql-product-interactive): Use it.
5119 2014-02-15  Juanma Barranquero  <lekktu@gmail.com>
5121         * frameset.el (frameset--jump-to-register): Check that buffer is live
5122         (bug#16749).
5124 2014-02-15  Glenn Morris  <rgm@gnu.org>
5126         * info.el (info-initialize): Revert 2014-01-10 change.
5128 2014-02-14  Glenn Morris  <rgm@gnu.org>
5130         * replace.el (map-query-replace-regexp)
5131         (read-regexp-defaults-function, read-regexp): Doc fixes.
5133         * dired.el (dired-read-regexp):
5134         * faces.el (list-faces-display):
5135         * misearch.el (multi-isearch-read-matching-buffers)
5136         (multi-isearch-read-matching-files):
5137         * play/cookie1.el (cookie-apropos):
5138         * progmodes/grep.el (grep-read-regexp): Doc fixes.
5140         * textmodes/remember.el (remember): Use frameset-to-register
5141         rather than frame-configuration-to-register.
5143 2014-02-14  Jay Belanger  <jay.p.belanger@gmail.com>
5145         * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
5146         incorrect keybinding.
5148 2014-02-13  Daniel Colascione  <dancol@dancol.org>
5150         * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
5151         when adding overlays so that line numbers from compiler match line
5152         numbers we use.
5154 2014-02-13  Glenn Morris  <rgm@gnu.org>
5156         * mail/rmail.el (rmail-probe): Be less strict.  (Bug#16743)
5158         * jit-lock.el (jit-lock-mode): Doc fix.
5160 2014-02-13  Juanma Barranquero  <lekktu@gmail.com>
5162         * apropos.el (apropos-read-pattern): When the user passes an empty
5163         string, give a more helpful error message than "Wrong type
5164         argument: stringp, nil".
5166 2014-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5168         * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
5170 2014-02-13  Glenn Morris  <rgm@gnu.org>
5172         * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
5174 2014-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5176         * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
5177         shift-select commands.
5179 2014-02-12  Dmitry Gutov  <dgutov@yandex.ru>
5181         * progmodes/js.el (js-indent-line): Don't widen.
5182         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
5184 2014-02-12  Glenn Morris  <rgm@gnu.org>
5186         * icomplete.el (icomplete): Add info-link to defgroup.
5187         (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
5188         (icomplete-minibuffer-map, icomplete-mode)
5189         (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
5191         * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
5192         (package-menu-filter): Rename from package-menu-filter-interactive.
5193         Doc fix.
5195 2014-02-11  Juanma Barranquero  <lekktu@gmail.com>
5197         * frameset.el (frameset--jump-to-register): Select the required
5198         window and buffer before restoring position (bug#16696).
5200 2014-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
5202         * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
5204 2014-02-10  Glenn Morris  <rgm@gnu.org>
5206         * jit-lock.el (jit-lock-force-redisplay): Doc fix.  (Bug#14394)
5208 2014-02-10  Eli Zaretskii  <eliz@gnu.org>
5210         * w32-common-fns.el (x-get-selection): Doc fix.
5211         * select.el (x-get-selection): Doc fix.  (Bug#15109)
5213         * face-remap.el (face-remap-add-relative)
5214         (face-remap-remove-relative, face-remap-reset-base)
5215         (face-remap-set-base): Call force-mode-line-update to redisplay
5216         the current buffer due to potential change in faces.  (Bug#16709)
5218 2014-02-10  Michael Albinus  <michael.albinus@gmx.de>
5220         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
5221         script more robustly.
5223 2014-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
5225         * dired.el (dired-get-marked-files): Doc fix (bug#11534).
5227         * simple.el (choose-completion): Doc fix (bug#14160).
5229         * subr.el (event-start): Say what a nil EVENT value means.
5231         * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
5232         (bug#14197).
5234         * progmodes/grep.el (find-program): Doc fix (bug#14289).
5236         * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
5238         * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
5240         * files.el (confirm-kill-emacs): Allow specifying an arbitrary
5241         predicate function (bug#15455).
5243 2014-02-10  Dmitry Gutov  <dgutov@yandex.ru>
5245         * ielm.el (inferior-emacs-lisp-mode): Instead of
5246         `comment-use-global-state', set `comment-use-syntax'.
5248 2014-02-10  Glenn Morris  <rgm@gnu.org>
5250         * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
5252 2014-02-09  Alan Mackenzie  <acm@muc.de>
5254         Fix c-invalidate-state-cache on narrowed buffers.
5255         * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
5256         Widen when setting and clearing the CPP delimiter properties.
5258 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5260         * help.el (describe-bindings): Doc fix (bug#9888).
5262         * files.el (save-buffer): Use ARG as the parameter name for
5263         consistency (bug#10346).
5264         (save-buffer): Clarify the 0 argument (bug#10346).
5266         * cus-edit.el (customize-apropos): Fix error string.
5267         (custom-buffer-create): Doc fix (bug#11122).
5268         (custom-sort-items): Doc fix (bug#11121).
5270         * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
5272         * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
5273         (icomplete-simple-completing-p): Mention the previous variable.
5275         * font-lock.el (font-lock-value-in-major-mode): Clarify the
5276         meaning of the parameter (bug#12282).
5278         * files.el (find-file-noselect): Clarify prompt when changing
5279         readedness (bug#13261).
5280         (locate-file): Suffixes aren't returned, so don't say that they
5281         are (bug#12674).
5282         (backup-inhibited): Doc clarification (bug#12525).
5284         * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
5285         before we actually start to delete things (bug#16331).
5287         * subr.el (event-start): Doc fix (bug#14228).
5288         (event-end): Ditto.
5290 2014-02-09  Glenn Morris  <rgm@gnu.org>
5292         * emacs-lisp/warnings.el (lwarn):
5293         Empower help-enable-auto-load.  (Bug#15940)
5295 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
5297         * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
5298         (Bug#16690)
5300 2014-02-08  Michael Albinus  <michael.albinus@gmx.de>
5302         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
5303         Insert output at end of buffer.  (Bug#16120)
5305 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
5307         * simple.el (choose-completion-string-functions): Document new
5308         calling convention (bug#14153).
5309         (execute-extended-command): Clarify doc string (bug#13373).
5311         * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
5313         * find-dired.el (find-name-dired): Doc fix (bug#14290).
5314         (find-grep-dired): Doc fix (bug#14288).
5316 2014-02-08  Juri Linkov  <juri@jurta.org>
5318         * isearch.el (isearch-quote-char): Check character validity
5319         like in `quoted-insert' (bug#16677).
5321 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
5323         * files.el (find-file-visit-truename): Doc clarification (bug#14697).
5325         * isearch.el (isearch-hide-immediately): Doc clarification
5326         (bug#14723).
5328         * simple.el (line-move): Document utility function used many
5329         places in the Emacs sources (bug#14843).
5331         * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
5332         (dired-prev-marked-file): Doc fix (bug#14855).
5333         (dired-up-directory): Doc fix (bug#14848).
5335         * minibuffer.el (read-file-name): Doc clarification (bug#15096).
5337         * files.el (file-relative-name): Doc fix (bug#15159).
5339         * fringe.el (fringe-styles): Doc fix (bug#15239).
5341         * isearch.el (isearch-filter-predicate): Documentation typo fix
5342         (bug#15474).
5344         * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
5346         * isearch.el (isearch-cmds): Doc clarification (bug#15547).
5348         * replace.el (replace-match-maybe-edit): Doc clarification
5349         (bug#15632).
5351         * subr.el (add-to-list): Refill the paragraphs (bug#15791).
5353         * macros.el (insert-kbd-macro): Doc fix (bug#16025).
5355 2014-02-08  Glenn Morris  <rgm@gnu.org>
5357         * help-fns.el (describe-variable):
5358         Check {file,dir}-local-variables-alist, and buffer-file-name,
5359         in the correct buffer.
5361 2014-02-08  Ingo Lohmar  <i.lohmar@gmail.com>
5363         * help-fns.el (describe-variable): Fix the case where
5364         a value is directory-local with no dir-locals file.  (Bug#16635)
5366 2014-02-08  Glenn Morris  <rgm@gnu.org>
5368         * abbrev.el (edit-abbrevs-mode):
5369         Derive from fundamental-mode.  (Bug#16682)
5371 2014-02-07  Juanma Barranquero  <lekktu@gmail.com>
5373         * simple.el (quoted-insert): Check character validity (bug#16677).
5375 2014-02-07  Juri Linkov  <juri@jurta.org>
5377         * desktop.el (desktop-read): Claim the lock when the owner is not
5378         the current process.  (Bug#16157)
5380 2014-02-07  Juri Linkov  <juri@jurta.org>
5382         * desktop.el (desktop-buffers-not-to-save): Change default from nil
5383         to "\\` ".  (Bug#16651)
5385 2014-02-07  Juri Linkov  <juri@jurta.org>
5387         * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
5388         when enabling, and `desktop-auto-save-cancel-timer' when disabling.
5389         (desktop-auto-save-cancel-timer): New function with some code from
5390         `desktop-auto-save-set-timer'.
5391         (after-init-hook): Don't call `desktop-auto-save-set-timer'.
5392         Instead of setting `desktop-save-mode' to nil, call
5393         `desktop-save-mode' with arg 0.  (Bug#16630)
5395 2014-02-07  Glenn Morris  <rgm@gnu.org>
5397         * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
5398         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
5399         (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
5401         * obsolete/iswitchb.el: Move to obsolete/.
5402         * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
5403         since obsolete/ is not scanned for autoloads.
5404         * emacs-lisp/authors.el (authors-valid-file-names):
5405         Add iswitchb.el.
5407         * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
5408         Disable now non-functional find-file-hook.
5410 2014-02-06  Michael Albinus  <michael.albinus@gmx.de>
5412         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
5413         instead of ";" in order to avoid additional prompts.  Let heredoc
5414         scripts read from tty.  (Bug#16582)
5415         (tramp-send-command): No special handling of heredocs, it isn't
5416         necessary anymore.
5418 2014-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5420         * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
5421         with a space (bug#16664).  Limit the symbols considered to the ones
5422         that are bound or fbound (bug#16646).
5424 2014-02-06  Glenn Morris  <rgm@gnu.org>
5426         * epa.el (epa-mail-aliases): Doc fix.
5428 2014-02-06  Dmitry Gutov  <dgutov@yandex.ru>
5430         * emacs-lisp/lisp.el (lisp-completion-at-point):
5431         Use `completion-table-merge' instead of `completion-table-in-turn'
5432         (bug#16604).
5434         * minibuffer.el (completion-table-merge): New function.
5436 2014-02-05  Michael Albinus  <michael.albinus@gmx.de>
5438         * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
5439         (tramp-sh-handle-set-file-acl)
5440         (tramp-sh-handle-start-file-process)
5441         (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
5442         (tramp-find-executable, tramp-send-command): Use it.
5444 2014-02-05  Glenn Morris  <rgm@gnu.org>
5446         * epa.el (epa-mail-aliases): Fix custom type.  Doc tweak.
5448 2014-02-04  Fabián Ezequiel Gallina  <fgallina@gnu.org>
5450         * progmodes/python.el (python-shell-send-string)
5451         (python-shell-send-string-no-output): Fix docstring (Bug#16547).
5453 2014-02-04  Anders Lindgren  <andlind@gmail.com>
5455         * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
5456         the names (bug#16620).
5458 2014-02-03  Martin Rudalics  <rudalics@gmx.at>
5460         * faces.el (window-divider): New default value.  Rewrite doc-string.
5461         (window-divider-first-pixel, window-divider-last-pixel): New faces.
5463 2014-02-03  Dmitry Gutov  <dgutov@yandex.ru>
5465         * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
5466         `protected' and `public' can also be called without arguments.
5468 2014-02-03  Glenn Morris  <rgm@gnu.org>
5470         * register.el (window-configuration-to-register)
5471         (frame-configuration-to-register): Unadvertise unused argument.
5472         * frameset.el (frameset-to-register): Remove unused argument.
5474         * frameset.el (frameset-to-register):
5475         * kmacro.el (kmacro-to-register):
5476         * register.el (increment-register):
5477         * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
5478         (calc-append-to-register, calc-prepend-to-register):
5479         * play/gametree.el (gametree-layout-to-register)
5480         (gametree-apply-register-layout):
5481         * textmodes/picture.el (picture-clear-rectangle-to-register)
5482         (picture-yank-rectangle-from-register):
5483         * vc/emerge.el (emerge-combine-versions-register):
5484         Use register-read-with-preview to read registers.
5486 2014-02-03  João Távora  <joaotavora@gmail.com>
5488         * elec-pair.el (electric-pair-backward-delete-char): Don't error
5489         when at beginning of (possibly narrowed) buffer.
5491 2014-02-02  Daniel Colascione  <dancol@dancol.org>
5493         * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
5494         Also try to display local help from just before point.
5496 2014-02-02  Alan Mackenzie  <bug-cc-mode@gnu.org>
5498         c-parse-state.  Don't "append-lower-brace-pair" in certain
5499         circumstances.  Also fix an obscure bug where "\\s!" shouldn't be
5500         recognised as a comment.
5502         * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
5503         as well as normal comment starter.
5504         (c-parse-state-get-strategy): Extra return possibility
5505         'back-and-forward.
5506         (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
5507         return value list to indicate replacement of a brace-pair cons
5508         with its car.
5509         (c-parse-state-1): With 'back-and-forward, only call
5510         c-append-lower-brace-pair-to state-cache when cons-separated.
5512 2014-02-02  Jan Djärv  <jan.h.d@swipnet.se>
5514         * term/ns-win.el (ns-suspend-error): New function.
5515         (ns-initialize-window-system): Add ns-suspend-error to
5516         suspend-hook (Bug#16612).
5518 2014-02-02  Daniel Colascione  <dancol@dancol.org>
5520         * progmodes/cc-defs.el (c-find-assignment-for-mode):
5521         Make loading cc-mode silent.
5523 2014-02-02  Daniel Colascione  <dancol@dancol.org>
5525         * comint.el (comint-prompt-read-only): Change doc to suggest
5526         remap keybinding.
5528 2014-02-02  Glenn Morris  <rgm@gnu.org>
5530         * register.el (register-read-with-preview, point-to-register)
5531         (window-configuration-to-register, frame-configuration-to-register)
5532         (jump-to-register, number-to-register, view-register, insert-register)
5533         (copy-to-register, append-to-register, prepend-to-register)
5534         (copy-rectangle-to-register): Doc fixes.
5536 2014-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5538         * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
5539         * emacs-lisp/find-func.el (find-function-C-source): Idem.
5540         * emacs-lisp/nadvice.el (advice--cd*r): New function.
5541         * help-fns.el (describe-function-1): Use it.
5543 2014-02-02  Glenn Morris  <rgm@gnu.org>
5545         * register.el (register-preview-default): New function,
5546         split from register-preview.
5547         (register-preview-function): Rename from register-preview-functions,
5548         make it not a hook.
5549         (register-preview): Use register-preview-function.
5550         (register-read-with-preview): Error on non-character event.  (Bug#16595)
5552 2014-02-01  Dmitry Gutov  <dgutov@yandex.ru>
5554         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
5555         `:' before binary operators (bug#16609).  Don't check for `:'
5556         before `[' and `(', or their syntax status.  A percent literal
5557         can't end with either.
5558         (ruby-font-lock-keywords): For built-ins that require arguments,
5559         check that they're followed by something that looks like argument
5560         (bug#16610).
5562 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5564         * subr.el (butlast): Document what an omitted N means (bug#13437).
5565         (nbutlast): Ditto.
5567 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5569         * net/shr.el (shr-generic): Make into a defsubst to make the stack
5570         depth shallower (bug#16587).
5571         (shr-tag-svg): Respect `shr-inhibit-images'.
5572         (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
5574 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
5576         * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
5577         (ruby-smie-grammar): Make "." right-associative.  Make its priority
5578         lower than the ternary and all binary operators.
5579         (ruby-smie-rules): Indent "(" relative to the first non-"."
5580         parent, or the first "." parent at indentation.
5581         Use `ruby-align-chained-calls' for indentation of "." tokens.
5582         (Bug#16593)
5584 2014-01-31  Juri Linkov  <juri@jurta.org>
5586         * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
5587         from `make-hash-table'.
5589         * textmodes/ispell.el (ispell-init-process): Change message format
5590         to be consistent with other messages.
5592 2014-01-31  Glenn Morris  <rgm@gnu.org>
5594         * delsel.el (delete-selection-mode): Doc fix.
5596         * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
5597         (trace-function-background): Doc fixes.
5599         * ido.el (ido-use-virtual-buffers): Doc fix.
5600         Reset :version, since the default value has not changed.
5602         * register.el (register-preview-delay, register-read-with-preview):
5603         Doc fixes.
5605         * mail/reporter.el (reporter-dump-variable): In case of void-variable,
5606         do not mess with mail-buffer position (fixes 2009-11-03 change).
5607         * progmodes/cc-mode.el (c-submit-bug-report):
5608         Check auto-fill-mode is bound.  (Bug#16592)
5610 2014-01-31  Darren Hoo  <darren.hoo@gmail.com>
5612         * startup.el (fancy-splash-image-file): New function,
5613         split from fancy-splash-head.
5614         (fancy-splash-head, use-fancy-splash-screens-p): Use it,
5615         so that we are both using the same image.  (Bug#16574)
5617 2014-01-30  Glenn Morris  <rgm@gnu.org>
5619         * simple.el (eval-expression): Doc fix.
5621         * hexl.el (hexl-mode-hook):
5622         * ielm.el (ielm-mode-hook):
5623         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
5624         (lisp-interaction-mode-hook):
5625         * progmodes/cfengine.el (cfengine3-documentation-function):
5626         Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
5628 2014-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5630         * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
5631         is a symbol (bug#16584).
5633 2014-01-30  Glenn Morris  <rgm@gnu.org>
5635         * help.el (help-for-help-internal): Add "P" to text.
5637 2014-01-29  Glenn Morris  <rgm@gnu.org>
5639         * simple.el (just-one-space, cycle-spacing): Doc fixes.
5641 2014-01-28  Martin Rudalics  <rudalics@gmx.at>
5643         * window.el (fit-frame-to-buffer): Fix calculations for margins and
5644         height constraints.
5646 2014-01-28  Luke Lee  <luke.yx.lee@gmail.com>
5648         * progmodes/hideif.el: Extend to full CPP expression syntax.
5649         (hif-token-alist): Add missing tokens.
5650         (hif-token-regexp): Add support for float/octal/hex immediates.
5651         (hif-string-literal-regexp): New const.
5652         (hif-tokenize): Recognize strings and float/octal/hex immediates.
5653         (hif-exprlist): New function.
5654         (hif-parse-if-exp): Use it.
5655         (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
5656         (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
5657         (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
5658         (hif-logxor, hif-comma): New functions.
5660 2014-01-28  Glenn Morris  <rgm@gnu.org>
5662         * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
5664         * indent.el (tab-stop-list): Doc fix.  Add :version.
5666         * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
5667         (cvs-append-to-ignore): Add compatibility alias.
5669 2014-01-27  Glenn Morris  <rgm@gnu.org>
5671         * dired.el (dired-hide-details-mode): Don't autoload it,
5672         since it cannot be used outside Dired buffers anyway.
5674         * emulation/cua-base.el (cua-mode): Doc fix.
5676         * dired.el (dired-hide-details-hide-symlink-targets)
5677         (dired-hide-details-hide-information-lines)
5678         (dired-hide-details-mode): Doc fixes.
5680         * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
5681         * strokes.el (strokes-file): Doc fix.  Bump :version.
5682         (strokes-help): Doc fix.
5683         * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
5684         * emulation/viper.el (viper): Doc fix for custom group.
5685         (top-level): Remove oh-so-no-longer-relevant text about vip.
5686         * obsolete/otodo-mode.el (todo-prefix): Doc fix.
5688         * ido.el (ido-save-directory-list-file):
5689         * saveplace.el (save-place-file):
5690         * calendar/timeclock.el (timeclock-file):
5691         * net/quickurl.el (quickurl-url-file):
5692         * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
5693         * progmodes/idlwave.el (idlwave-config-directory):
5694         * textmodes/remember.el (remember-data-file):
5695         Bump :version.
5697 2014-01-26  Glenn Morris  <rgm@gnu.org>
5699         * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
5700         Doc fix.  Make obsolete.
5701         (opascal-mode): No longer mention opascal-tab-always-indents in doc.
5703         * sort.el (delete-duplicate-lines): Doc fix.
5705 2014-01-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5707         * progmodes/ada-mode.el (ada):
5708         * woman.el (woman): Link to info manual and Commentary section.
5710         * progmodes/flymake.el (flymake):
5711         * nxml/nxml-mode.el (nxml):
5712         * net/eww.el (eww):
5713         * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
5714         * htmlfontify.el (htmlfontify):
5715         * ses.el (ses):
5716         * epa.el (epa):
5717         * ido.el (ido): Link to info manual.
5719 2014-01-25  Leo Liu  <sdl.web@gmail.com>
5721         * progmodes/flymake.el (flymake-make-overlay): No rear advance.
5723 2014-01-25  Adam Sjøgren  <asjo@koldfront.dk>
5725         * net/shr.el (shr-tag-img): Prefer the title over the alt text
5726         (bug#16537).
5728 2014-01-24  Juanma Barranquero  <lekktu@gmail.com>
5730         * net/eww.el (eww-download-callback):
5731         Fix reference to eww-download-directory.
5733         * emacs-lisp/bytecomp.el (byte-compile-file):
5734         Remove unused local variable `file-name'.
5736 2014-01-24  Glenn Morris  <rgm@gnu.org>
5738         * woman.el (woman-default-faces, woman-monochrome-faces):
5739         Fix obsolescence specification.
5741         * subr.el (with-demoted-errors): Doc fix.
5743 2014-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5745         * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
5746         (cl--macroexp-fboundp): New function.
5747         (cl--make-type-test): Use it.
5749 2014-01-23  Glenn Morris  <rgm@gnu.org>
5751         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
5752         * simple.el (eval-expression): Doc fixes.
5754 2014-01-22  Glenn Morris  <rgm@gnu.org>
5756         * emacs-lisp/authors.el (authors-fixed-entries): Addition.
5758 2014-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5760         * emacs-lisp/package.el: Write files silently.
5761         (package-autoload-ensure-default-file, package--write-file-no-coding)
5762         (package-generate-description-file, package--download-one-archive)
5763         (package-install-from-archive): Tell `write-region' to stay quiet.
5764         (package-menu-mode, package-menu--print-info): Omit the Archive column
5765         if there's only one archive.
5766         (package-all-keywords, package--has-keyword-p): Remove dead code.
5768 2014-01-22  Glenn Morris  <rgm@gnu.org>
5770         * version.el (emacs-bzr-version-bzr): Fix typo.
5772         * version.el (emacs-repository-get-version):
5773         Check either .bzr or .git, but not both.
5774         Make the git case actually use the DIR argument, and return nil
5775         rather than the empty string.
5776         Avoid error if .git exists but the git executable is not found.
5778 2014-01-22  Martin Rudalics  <rudalics@gmx.at>
5780         Fixes in window size functions around Bug#16430 and Bug#16470.
5781         * window.el (window-total-size, window-size): New argument ROUND.
5782         (window--min-delta-1, window-min-delta, window--max-delta-1):
5783         Be more conservative when calculating the numbers of lines or
5784         columns a window can shrink (Bug#16430).
5785         (fit-window-to-buffer): Simplify code.
5786         * term.el (term-window-width): Call window-body-width again.
5788 2014-01-22  Glenn Morris  <rgm@gnu.org>
5790         * image.el (image-format-suffixes): Doc fix.
5792         * international/quail.el (quail-define-package): Doc fix.
5794         * emacs-lisp/authors.el (authors-valid-file-names)
5795         (authors-renamed-files-alist): Additions.
5797         * vc/vc-git.el (vc-git-print-log): Remove --follow;
5798         reverts 2014-01-09 change.  (Bug#16422)
5800         * calc/calc-embed.el (thing-at-point-looking-at):
5801         * emacs-lisp/map-ynp.el (x-popup-dialog):
5802         * obsolete/lmenu.el (x-popup-dialog):
5803         * emacs-lisp/package.el (url-recreate-url):
5804         * mail/mailclient.el (clipboard-kill-ring-save):
5805         * subr.el (x-popup-dialog): Update declaration.
5806         * mail/rmail.el (rmail-mime-message-p):
5807         * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
5809 2014-01-21  Daniel Colascione  <dancol@dancol.org>
5811         * progmodes/sh-script.el (sh--inside-noncommand-expression):
5812         Correctly detect when we're inside an arithmetic expansion form
5813         containing nested parenthesis.
5814         (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
5815         to detect cases where we shouldn't expand "<<" to a heredoc
5816         skeleton.
5818 2014-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5820         * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
5821         (eldoc--message-command-p): New function.
5822         (eldoc-display-message-p): Use it.
5823         (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
5824         message is not automatically erased for us.
5825         (eldoc-print-current-symbol-info): Erase previous message, if any.
5827 2014-01-21  Tassilo Horn  <tsdh@gnu.org>
5829         * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
5830         specify it's an interactive function.
5832         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
5833         Fix regex used for scanning for citation keys which failed for
5834         citations with optional arguments.
5836 2014-01-21  Leo Liu  <sdl.web@gmail.com>
5838         * simple.el (read--expression): Don't enable eldoc-mode.
5840 2014-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5842         * simple.el (move-beginning-of-line): Make sure we don't move forward
5843         (bug#16497).
5845 2014-01-20  Juri Linkov  <juri@jurta.org>
5847         * saveplace.el (toggle-save-place, save-place-to-alist)
5848         (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
5849         'dired-mode) before checking for dired-directory.  (Bug#16477)
5851 2014-01-20  Juri Linkov  <juri@jurta.org>
5853         * indent.el (indent-line-to): Use backward-to-indentation
5854         instead of back-to-indentation.  (Bug#16461)
5856 2014-01-20  Paul Eggert  <eggert@cs.ucla.edu>
5858         Revert some of the CANNOT_DUMP fix (Bug#16494).
5859         Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
5860         but fixing this can wait until after the next release.
5861         * Makefile.in (emacs): Keep EMACSLOADPATH empty.
5863 2014-01-19  Michael Albinus  <michael.albinus@gmx.de>
5865         * eshell/esh-mode.el (eshell-password-prompt-regexp):
5866         Use `password-word-equivalents'.
5867         (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
5868         to t.  (Bug#5664, Bug#13124)
5870 2014-01-19  Alan Mackenzie  <acm@muc.de>
5872         Bind open-paren-in-column-0-is-defun-start to nil at some entry
5873         points.
5874         * progmodes/cc-engine.el (c-invalidate-state-cache-1)
5875         (c-parse-state-1, c-guess-basic-syntax): Bind it here.
5876         * progmodes/cc-mode.el (c-before-change, c-after-change)
5877         (c-font-lock-fontify-region): Bind it here.
5879 2014-01-19  Martin Rudalics  <rudalics@gmx.at>
5881         * term.el (term-window-width): Call window-text-width instead of
5882         window-width (Bug#16470).
5884 2014-01-18  Paul Eggert  <eggert@cs.ucla.edu>
5886         * simple.el (password-word-equivalents): Remove duplicates.
5887         Sort, to make this easier next time.
5888         Downcase.  Omit ": " after "jelszó".
5890 2014-01-18  Jan Djärv  <jan.h.d@swipnet.se>
5892         * term/common-win.el (saved-region-selection): Defvar it.
5893         (x-select-text): Set saved-region-selection (Bug#16382).
5895 2014-01-18  Glenn Morris  <rgm@gnu.org>
5897         * emacs-lisp/authors.el (authors-aliases)
5898         (authors-renamed-files-alist): Add some entries.
5900 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
5902         * net/tramp.el (tramp-password-prompt-regexp):
5903         Use `password-word-equivalents' if available.
5904         (tramp-action-password, tramp-process-one-action)
5905         (tramp-read-passwd): Let-bind `case-fold-search' to t.  (Bug#13124)
5907 2014-01-17  Chong Yidong  <cyd@gnu.org>
5909         * simple.el (password-word-equivalents): New defcustom.
5910         * comint.el (comint-password-prompt-regexp): Use it.  Bump version
5911         to 24.4.
5912         (comint-watch-for-password-prompt): Let-bind `case-fold-search'
5913         to t.  (Bug#13124)
5915 2014-01-17  Dmitry Gutov  <dgutov@yandex.ru>
5917         * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
5918         (ruby-align-to-stmt-keywords): Change the default value.
5919         Use `ruby-alignable-keywords' to generate the possible customization
5920         choices.
5921         (ruby-smie-rules): Instead of using a hardcoded list of alignable
5922         keywords, check against the value of `ruby-alignable-keywords'
5923         (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
5925 2014-01-17  Glenn Morris  <rgm@gnu.org>
5927         * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
5929         Make M-x authors return zero *Authors Errors* from current logs.
5930         * emacs-lisp/authors.el (authors-obsolete-files-regexps)
5931         (authors-ignored-files): Add some entries, remove others.
5932         (authors-ambiguous-files, authors-valid-file-names):
5933         Add some entries.
5934         (authors-renamed-files-alist): Add, remove, and adjust entries.
5935         (authors-renamed-files-regexps): Add some entries.
5936         Remove some very broad ones.  Make some entries `lax'.
5937         (authors-lax-changelogs): New constant.
5938         (authors-disambiguate-file-name): Treat top-level specially.
5939         (authors-lax-changelog-p): New function.
5940         (authors-canonical-file-name): Check file as written against
5941         authors-valid-file-names.  Do not special-case etc/.
5942         Handle `lax' logs and authors-renamed-files-regexps elements.
5944 2014-01-16  Dmitry Gutov  <dgutov@yandex.ru>
5946         * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
5947         `assoc'.  Use `nth' instead of `cdr'.  Make private.  Update all
5948         callers.
5950 2014-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5952         * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
5953         Assume we're already in the proper buffer.
5954         Inspired by Anders Lindgren <andlind@gmail.com>.
5955         (follow-post-command-hook): Call it from the right buffer.
5956         (follow-comint-scroll-to-bottom): Adjust call.
5957         (follow-all-followers): Use get-buffer-window-list.
5959 2014-01-15  Daniel Colascione  <dancol@dancol.org>
5961         * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
5962         `buffer-file-name' in interactive-form so that we don't leave
5963         pathless file names in `file-name-history'.
5965 2014-01-15  Juri Linkov  <juri@jurta.org>
5967         * indent.el (indent-rigidly): Set deactivate-mark to nil
5968         in transient indentation mode.  (Bug#16438)
5970 2014-01-15  Dmitry Gutov  <dgutov@yandex.ru>
5972         * emacs-lisp/package.el (package-desc-keywords): New function
5973         (Bug#16222).
5974         (describe-package-1, package-all-keywords)
5975         (package--has-keyword-p): Use it.
5977 2014-01-14  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
5979         * simple.el (define-alternatives): When creating the
5980         COMMAND-alternatives variable, assign COMMAND as its definition
5981         name so that `describe-variable' can relocate it.
5983 2014-01-14  Matthew Leach  <matthew@mattleach.net>  (tiny change)
5985         * font-lock.el (font-lock-keywords): Fix typo in docstring
5986         (bug#16307).
5988 2014-01-14  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
5990         * ispell.el (ispell-region): Reset `in-comment' for new line
5991         instead of wrongly reset `add-coment' (bug#13577).
5993 2014-01-14  Daiki Ueno  <ueno@gnu.org>
5995         * epa-file.el (epa-file-write-region): Encode the region according
5996         to `buffer-file-format'.  Problem reported at:
5997         <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
5999 2014-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6001         * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
6002         so it applies in the right buffer (bug#16410).
6004 2014-01-13  Daniel Colascione  <dancol@dancol.org>
6006         * textmodes/rst.el (rst-define-key): Provide deprecated
6007         keybindings through named functions instead of anonymous ones so
6008         that "??" doesn't appear in describe-mode output.
6010 2014-01-13  Bastien Guerry  <bzg@gnu.org>
6012         * simple.el (define-alternatives): Call the selected command
6013         interactively.  When setting `COMMAND--implementation' for the
6014         first time, tell the user how to chose another implementation.
6015         Enhance the docstring.
6017 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6019         * vc/log-edit.el: Fix highlighting of summary when it's the first line.
6020         (log-edit--match-first-line): New function.
6021         (log-edit-font-lock-keywords): Use it.
6022         (log-edit-mode): Make jit-lock-defer-multiline work.
6024 2014-01-13  Bastien Guerry  <bzg@gnu.org>
6026         * rect.el (rectangle-mark-mode): When the region is not active,
6027         display a message saying that the mark as been set and that
6028         rectangle mode is in use.
6029         (rectangle--highlight-for-redisplay): Only put an overlay with a
6030         visible vertical bar when (display-graphic-p) is non-nil.
6031         This partially fixes Bug#16403.
6033 2014-01-13  Juri Linkov  <juri@jurta.org>
6035         * info.el (Info-find-file): Go to DIR before displaying the error
6036         about a nonexistent file if no previous Info file is visited.
6037         Use `user-error' instead of `error' for "Info file %s does not exist".
6038         (Info-find-node-2): In case of a nonexistent node in unwind forms
6039         go to the Top node if there is no previous node to revert to.
6040         (Bug#16405)
6042 2014-01-13  Martin Rudalics  <rudalics@gmx.at>
6044         fit-frame/window-to-buffer code fixes including one for Bug#14096.
6045         * window.el (fit-frame-to-buffer): Fix doc-string.
6046         Respect window-min-height/-width.  Fit pixelwise when
6047         frame-resize-pixelwise is non-nil.  Adjust right/bottom edge
6048         when avoiding that frame goes partially off-screen.
6049         (fit-window-to-buffer): Respect window-min-height/-width
6050         (Bug#14096).
6052 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6054         * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
6055         after an empty line.
6057 2014-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6059         * net/shr.el (shr-render-region): Autoload.
6061 2014-01-12  Xue Fuqiao  <xfq.free@gmail.com>
6063         * net/eww.el (eww-download-directory): Rename from
6064         `eww-download-path' (Bug#16419).
6066 2014-01-12  Leo Liu  <sdl.web@gmail.com>
6068         * dired-x.el (dired-mode-map): Fix last change.
6070         * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
6072 2014-01-12  Paul Eggert  <eggert@cs.ucla.edu>
6074         Spelling fixes.
6075         * emacs-lisp/generic.el (generic--normalize-comments):
6076         Rename from generic--normalise-comments.  All uses changed.
6077         * play/bubbles.el (bubbles--neighborhood-score)
6078         (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
6079         (bubbles--neighborhood-available)
6080         (bubbles--update-neighborhood-score):
6081         Rename from names with 'neighbourhood'.  All uses changed.
6083 2014-01-12  Leo Liu  <sdl.web@gmail.com>
6085         Re-implement the feature of showing eldoc info after editing.
6086         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
6087         (eldoc-edit-message-commands): New function.
6088         (eldoc-print-after-edit): New variable.
6089         (eldoc-pre-command-refresh-echo-area): Emit message only by
6090         eldoc-message-commands.
6091         (eldoc-mode): Restrict eldoc-message-commands to editing commands
6092         if eldoc-print-after-edit is set.  (Bug#16346)
6093         * simple.el (read--expression): Enable eldoc-mode.
6094         * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
6096 2014-01-11  Dani Moncayo  <dmoncayo@gmail.com>
6097             Eric S. Raymond  <esr@thyrsus.com>
6099         * version.el (emacs-repository-get-version): Enhance so the
6100         function works correctly in either a Bazaar or Git repo.
6102 2014-01-11  Eric S. Raymond  <esr@thyrsus.com>
6104         * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
6105         Goes with removal of the joke manpages from /etc.
6107 2014-01-10  Kenichi Handa  <handa@gnu.org>
6109         * mail/rmail.el (rmail-get-coding-system):
6110         Check rmail-get-coding-function before "funcall"ing it.
6112 2014-01-10  Glenn Morris  <rgm@gnu.org>
6114         * emacs-lisp/authors.el (authors-fixed-entries):
6115         Update for files that no longer exist.
6117 2014-01-10  Eric S. Raymond  <esr@thyrsus.com>
6119         * version.el (emacs-bzr-get-version): Restore compatibilty with
6120         24.3 (Tested).
6122 2014-01-10  Bozhidar Batsov  <bozhidar@batsov.com>
6124         * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
6125         and Podfile.
6127 2014-01-10  Eli Zaretskii  <eliz@gnu.org>
6129         * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
6131 2014-01-10  Chong Yidong  <cyd@gnu.org>
6133         * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
6135 2014-01-10  Anders Lindgren  <andlind@gmail.com>
6137         * follow.el (follow-cache-command-list): Include right-char and
6138         left-char.
6140 2014-01-10  Paul Eggert  <eggert@cs.ucla.edu>
6142         Spelling fixes.
6143         * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
6144         * woman.el (woman-mark-horizontal-position):
6145         Rename from woman-mark-horizonal-position.  Use changed.
6147 2014-01-10  Glenn Morris  <rgm@gnu.org>
6149         * info.el (info-initialize): If running uninstalled, ensure our
6150         own info files are always found first, even if INFOPATH is set.
6152         * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
6154 2014-01-09  David Engster  <deng@randomsample.de>
6156         * emacs-lisp/eieio-custom.el:
6157         * emacs-lisp/eieio-opt.el: Set generated autoload file to
6158         'eieio.el'.  This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
6159         * emacs-lisp/eieio.el: Regenerate autoloads.
6161 2014-01-09  Eric S. Raymond  <esr@thyrsus.com>
6163         * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
6164         following renames.  (Bug#8756)
6166 2014-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6168         * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
6169         (bug#16382).
6170         (activate-mark): Add `no-tmm' argument.
6171         (set-mark, push-mark-command): Use it instead of running
6172         activate-mark-hook by hand.
6174 2014-01-08  Eric S. Raymond  <esr@thyrsus.com>
6176         In preparation for the move to git, sanitize out some
6177         Bazaar-specific names.
6179         * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
6181         * version.el (emacs-bzr-version): Name changed to
6182         emacs-repository-version.  Obsolete-variable alias made.
6183         * loadup.el: Follow through on this name change.
6184         * mail/emacsbug.el (report-emacs-bug): Factor out any
6185         assumption about the version control system in use.
6187 2014-01-08  David Engster  <deng@randomsample.de>
6189         * help-fns.el (help-fns-describe-function-functions):
6190         New variable to call functions for augmenting help buffers.
6191         (describe-function-1): Remove explicit calls to
6192         `help-fns--compiler-macro', `help-fns--parent-mode' and
6193         `help-fns--obsolete'.  Put them in above new variable instead, and
6194         call them through `run-hook-with-args'.
6195         * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
6196         `eieio-describe-class'.  Not meant for interactive use anymore,
6197         but to augment existing help buffers.  Remove optional second
6198         argument.  Create proper button for file location.
6199         Rewrite function to use `insert' instead of `princ' and `prin1' where
6200         possible.
6201         (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
6202         (eieio-method-def, eieio-class-def): Move further up.
6203         (describe-method, describe-generic, eieio-describe-method):
6204         Remove aliases.
6205         (eieio-help-constructor, eieio-help-generic): Rename from
6206         `eieio-describe-constructor' and `eieio-describe-generic', resp.
6207         Rewrite to use `insert' in the current buffer and use proper help
6208         buttons.
6209         (eieio-help-find-method-definition)
6210         (eieio-help-find-class-definition): Also accept symbols as
6211         arguments.
6212         (eieio-help-mode-augmentation-maybee): Remove.
6213         (eieio-describe-class-sb): Use `describe-function'.
6214         * emacs-lisp/eieio.el (help-fns-describe-function-functions):
6215         Add `eieio-help-generic' and `eieio-help-constructor'.
6217 2014-01-08  Paul Eggert  <eggert@cs.ucla.edu>
6219         Spelling fixes.
6220         * language/china-util.el (hz-ascii-designation):
6221         Rename from hz-ascii-designnation.
6222         (hz-ascii-designation): Rename from hz-ascii-designnation.
6223         All uses changed.
6225 2014-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6227         * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
6228         package-alist.
6230 2014-01-08  Bastien Guerry  <bzg@gnu.org>
6232         * emacs-lisp/package.el (package-delete):
6233         Correctly delete the package from package-alist.
6235 2014-01-08  Daiki Ueno  <ueno@gnu.org>
6237         * emacs-lisp/package.el (url-recreate-url): Declare.
6238         (url-http-target-url): Declare.
6239         (package-handle-response): Include requested URL in the error message.
6240         (package--check-signature): Don't re-signal errors from
6241         package--with-work-buffer.  Suggested by Stefan Monnier.
6243 2014-01-07  Bastien Guerry  <bzg@gnu.org>
6245         * minibuffer.el (completion--try-word-completion): When both a
6246         hyphen and a space are possible candidates for the character
6247         following a word, display both candidates.  (Bug#15980)
6249 2014-01-07  Martin Rudalics  <rudalics@gmx.at>
6251         * window.el (balance-windows-2): While rounding don't give a
6252         window more than the remainder.  Bug#16351, bug#16383.
6254 2014-01-07  Glenn Morris  <rgm@gnu.org>
6256         * menu-bar.el (menu-bar-help-extra-packages): Remove.
6257         (menu-bar-help-menu): Use view-external-packages instead.
6259 2014-01-07  Bastien Guerry  <bzg@gnu.org>
6261         * emacs-lisp/package.el (package-delete): Also delete the package
6262         name from `package-alist', not its description only.
6264 2014-01-07  Glenn Morris  <rgm@gnu.org>
6266         * help.el (view-external-packages):
6267         * menu-bar.el (menu-bar-help-extra-packages):
6268         Visit efaq.info rather than etc/MORE.STUFF.
6270 2014-01-07  Juri Linkov  <juri@jurta.org>
6272         * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
6273         isearch-exit and isearch-delete-char resp.  (Bug#16342, bug#16035)
6275         * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
6276         that shadows RET.  (Bug#16342)
6278 2014-01-07  Chong Yidong  <cyd@gnu.org>
6280         * isearch.el (isearch-yank-char, isearch-yank-word)
6281         (isearch-yank-line): Doc fix.
6283 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6285         * abbrev.el (define-abbrev): Beware new meaning of fboundp.
6286         * emacs-lisp/elint.el (elint-find-builtins):
6287         * emacs-lisp/eldoc.el (eldoc-symbol-function):
6288         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
6289         (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
6290         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
6291         * apropos.el (apropos-safe-documentation):
6292         * subr.el (symbol-file): Remove redundant fboundp.
6293         * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
6295 2014-01-06  Bastien Guerry  <bzg@gnu.org>
6297         * hl-line.el (global-hl-line-overlay): Make a local variable.
6298         (global-hl-line-overlays): New variable to store all overlays.
6299         (global-hl-line-mode): Don't delete overlays from the current
6300         buffer when `global-hl-line-sticky-flag' is non-nil.
6301         (global-hl-line-highlight): Add new overlays to
6302         `global-hl-line-overlays'.
6303         (global-hl-line-unhighlight-all): New function to delete all
6304         overlays when turning off `global-hl-line-mode'.
6305         This fixes Bug#16183.
6307 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6309         * subr.el (set-transient-map): Fix nested case and docstring.
6311 2014-01-06  Tassilo Horn  <tsdh@gnu.org>
6313         * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
6314         `Texinfo' entry.
6316 2014-01-06  Daniel Colascione  <dancol@dancol.org>
6318         Fix defun navigation in vc log view.
6320         * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
6321         like `beginning-of-defun'.
6322         (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
6323         log-view-end-of-defun to log-view-end-of-defun-1.  Replace
6324         log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
6325         (log-view-extract-comment): Call `log-view-current-entry' directly
6326         instead of relying on broken `log-view-beginning-of-defun' behavior.
6328 2014-01-06  Paul Eggert  <eggert@cs.ucla.edu>
6330         Spelling fixes.
6331         * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
6332         * emacs-lisp/debug.el (cancel-debug-on-entry):
6333         * epg.el (epg-error-to-string):
6334         * files.el (recover-file):
6335         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
6336         * mail/emacsbug.el (report-emacs-bug-hook):
6337         * mail/sendmail.el (mail-recover):
6338         * ses.el (ses-yank-resize):
6339         * term/ns-win.el (ns-print-buffer):
6340         Spelling fixes in diagnostics, mostly for "canceled" with one L.
6341         * epg.el (epg-key-capability-alist): Rename from misspelled version.
6342         All uses changed.
6343         * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
6345 2014-01-06  Leo Liu  <sdl.web@gmail.com>
6347         * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
6348         to avoid shadowing global key.  (Bug#16354)
6350 2014-01-06  Daniel Colascione  <dancol@dancol.org>
6352         * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
6353         rst-mode.
6355 2014-01-05  Martin Rudalics  <rudalics@gmx.at>
6357         * window.el (balance-windows): Add mising t to fix Bug#16351.
6359 2014-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6361         * net/shr.el (shr-descend): Don't bug out if the anchor is empty
6362         (bug#16285).
6363         (shr-insert): If we have a word that's longer than `shr-width',
6364         break after it anyway.  Otherwise we'll do no breaking once we get
6365         such a long word.
6367 2014-01-05  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
6369         * net/eww.el (eww): Support single/double quote for search.
6370         * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
6371         (eww-history-quit): Delete and use quit-window.
6372         (eww-history-kill): Delete, because it doesn't work well and
6373         not necessary.
6374         (eww-history-mode-map): Delete some keys and add easy-menu.
6376 2014-01-05  Paul Eggert  <eggert@cs.ucla.edu>
6378         Fix misspelling of 'chinese' in rx (Bug#16237).
6379         * emacs-lisp/rx.el (rx-categories): Correct spelling of
6380         chinese-two-byte.
6382         Change subword regexps back to vars (Bug#16296).
6383         * progmodes/subword.el (subword-forward-regexp)
6384         (subword-backward-regexp): Change these back to variables.
6386 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6388         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
6389         syntax-begin-function (bug#16247).
6391 2014-01-03  Chong Yidong  <cyd@gnu.org>
6393         * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
6394         (advice--docstring): Delete variable.
6395         (advice--make-1): Leave the docstring empty.
6396         (advice-add): Use function-documentation for advised docstring.
6398         * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
6399         Ignore function-documentation property when getting documentation.
6400         (ad-activate-advised-definition): Use function-documentation
6401         generate the docstring.
6402         (ad-make-advised-definition): Don't call
6403         ad-make-advised-definition-docstring.
6404         (ad-make-advised-definition-docstring, ad-advised-definition-p):
6405         Delete functions.
6407         * progmodes/sql.el (sql-help): Use function-documentation instead
6408         of dynamic-docstring-function property.  No need to autoload now.
6409         (sql--help-docstring): New variable.
6410         (sql--make-help-docstring): Use it.
6412 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6414         * ielm.el (ielm-tab): Retarget.
6415         (ielm-map): Use ielm-tab for tab.
6416         (ielm-complete-filename): Use comint-filename-completion.
6417         (ielm-complete-symbol): Remove.
6418         (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
6419         remove ielm-tab from completion-at-point-functions (bug#16224).
6421         * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
6422         Beware signals raised by predicates (bug#16201).
6424 2014-01-02  Richard Stallman  <rms@gnu.org>
6426         * dired-aux.el (dired-do-print): Handle printer-name.
6428         * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
6429         * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
6430         (rmail-epa-decrypt): Turn off mime processing.
6432         * mail/rmail.el (rmail-make-in-reply-to-field):
6433         Add parens in message-id.
6435         * mail/rmail.el (rmail-get-coding-function): Variable.
6436         (rmail-get-coding-system): Use it.
6438 2013-12-31  Eli Zaretskii  <eliz@gnu.org>
6440         * international/mule-conf.el: Unify the charset indian-is13194.
6441         (indian-is13194): Specify unify-map.
6443 2013-12-31  Leo Liu  <sdl.web@gmail.com>
6445         * subr.el (set-temporary-overlay-map): Obsolete alias.  (Bug#16305)
6447 2013-12-30  Daniel Colascione  <dancol@dancol.org>
6449         * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
6450         of printing a useless when we resume from sleep.
6452         * progmodes/sh-script.el
6453         (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
6454         in indentation code.  (Bug#16233)
6456 2013-12-28  João Távora  <joaotavora@gmail.com>
6458         * elec-pair.el (electric-pair-post-self-insert-function):
6459         Don't open extra newlines at beginning of buffer.  (Bug#16272)
6461 2013-12-28  Eli Zaretskii  <eliz@gnu.org>
6463         * frame.el (window-system-for-display): Don't allow to create a
6464         GUI frame from a -nw session on MS-Windows.  (Bug#14739)
6466 2013-12-28  Glenn Morris  <rgm@gnu.org>
6468         * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
6469         Update callers.
6471         * apropos.el (apropos-match-face):
6472         * calculator.el (calculator-displayer):
6473         * dabbrev.el (dabbrev-search-these-buffers-only):
6474         * face-remap.el (buffer-face-mode-face):
6475         * simple.el (yank-handled-properties):
6476         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
6477         * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
6478         * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
6479         (hashcash-double-spend-database):
6480         * progmodes/ruby-mode.el (ruby-deep-indent-paren)
6481         (ruby-deep-indent-paren-style):
6482         * textmodes/flyspell.el (flyspell-auto-correct-binding):
6483         * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
6484         (rst-toc-insert-number-separator, rst-toc-insert-max-level):
6485         * vc/pcvs-defs.el (cvs-minor-mode-prefix):
6486         Specify custom types.
6488         * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
6489         * bookmark.el (bookmark-bmenu-use-header-line):
6490         * doc-view.el (doc-view-scale-internally):
6491         * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
6492         * register.el (register-preview-delay):
6493         * net/shr.el (shr-bullet):
6494         * progmodes/cfengine.el (cfengine-cf-promises)
6495         (cfengine-parameters-indent):
6496         * progmodes/octave.el (inferior-octave-error-regexp-alist):
6497         * textmodes/reftex-vars.el (reftex-label-regexps):
6498         * vc/log-edit.el (log-edit-setup-add-author): Add version.
6500         * net/tls.el (tls-certtool-program): Fix default value.
6502         * desktop.el (desktop-restore-in-current-display):
6503         * newcomment.el (comment-empty-lines):
6504         * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
6505         (idlwave-pad-keyword):
6506         * progmodes/tcl.el (tcl-tab-always-indent):
6507         * textmodes/reftex-vars.el (reftex-index-default-tag):
6508         * elec-pair.el (electric-pair-skip-whitespace):
6509         * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
6511         * emacs-lisp/authors.el (authors-ignored-files)
6512         (authors-valid-file-names, authors-renamed-files-alist): Additions.
6514 2013-12-27  Jarek Czekalski  <jarekczek@poczta.onet.pl>
6516         * shell.el (shell-dynamic-complete-command): Doc fix.
6517         (shell--command-completion-data): Shell completion now matches
6518         executable filenames from the current buffer's directory, on
6519         systems in which this behavior is the default (windows-nt, ms-dos).
6521 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
6523         * net/shr.el (shr-insert): Don't infloop if the width is zero.
6525 2013-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6527         * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
6528         (bug#16251).
6530         * electric.el: Move all electric-pair-* to elec-pair.el.
6531         * elec-pair.el: New file, split from electric.el.
6533 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
6535         * net/shr.el (shr-find-fill-point): Don't try to fill if the
6536         indentation level is larger than the width, because that will
6537         infloop.
6538         (shr-insert): Fill repeatedly long texts, so that Japanese is
6539         formatted correctly (bug#16263).
6540         (shr-find-fill-point): Off by one error in comparison with the
6541         indentation.
6543 2013-12-26  João Távora  <joaotavora@gmail.com>
6545         * electric.el (electric-pair-mode): More flexible engine for skip-
6546         and inhibit predicates, new options for pairing-related functionality.
6547         (electric-pair-preserve-balance): Pair/skip parentheses and quotes
6548         if that keeps or improves their balance in buffers.
6549         (electric-pair-delete-adjacent-pairs): Delete the pair when
6550         backspacing over adjacent matched delimiters.
6551         (electric-pair-open-extra-newline): Open extra newline when
6552         inserting newlines between adjacent matched delimiters.
6553         (electric--sort-post-self-insertion-hook):
6554         Sort post-self-insert-hook according to priority values when
6555         minor-modes are activated.
6556         * simple.el (newline-and-indent): Call newline with interactive
6557         set to t.
6558         (blink-paren-post-self-insert-function): Set priority to 100.
6559         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6560         Use electric-pair-text-pairs to pair backtick-and-quote in strings and
6561         comments.  Locally set electric-pair-skip-whitespace to 'chomp and
6562         electric-pair-open-newline-between-pairs to nil.
6564 2013-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6566         * progmodes/python.el: Use lexical-binding.
6567         (python-nav-beginning-of-defun): Stop searching ASAP.
6569 2013-12-25  Xue Fuqiao  <xfq.free@gmail.com>
6571         * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
6572         Fix interactive spec.  Doc fix.  (Bug#15754)
6574 2013-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6576         * emacs-lisp/byte-run.el (eval-when-compile):
6577         * progmodes/cc-defs.el (cc-eval-when-compile):
6578         Fix edebug spec (bug#16184).
6580 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
6582         * net/shr.el (shr-visit-file): Remove debugging function.
6583         (shr-insert): Don't infloop if we can't find a good place to break
6584         the line (bug#16256).
6586 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6588         * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
6589         (python-nav--lisp-forward-sexp-safe): Use it.  Rename from
6590         python-nav-lisp-forward-sexp-safe.
6591         (python-nav--forward-sexp): New argument SAFE allows switching
6592         forward sexp movement behavior for parens.
6593         (python-nav-forward-sexp): Throw errors on unterminated parens
6594         (Bug#16191).
6595         (python-nav-backward-sexp, python-nav-forward-sexp-safe)
6596         (python-nav-backward-sexp-safe): New functions.
6597         (python-shell-buffer-substring):
6598         Use `python-nav-forward-sexp-safe'.
6600 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
6602         * net/shr.el (shr-find-fill-point): Don't break lines before a
6603         quotation mark.
6604         (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
6605         (shr-find-fill-point): Remove the special checks for the quotation
6606         mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
6608 2013-12-25  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
6610         * net/eww.el (eww-form-textarea): Use a different face for
6611         textareas than text input since they have different keymaps
6612         (bug#16142).
6614 2013-12-24  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6616         * progmodes/python.el (python-nav-beginning-of-statement):
6617         Speed up (Bug#15295).
6619 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
6621         * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
6622         the window configuration.
6624 2013-12-24  Eli Zaretskii  <eliz@gnu.org>
6626         * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
6627         we run on MS-Windows or MS-DOS.
6629 2013-12-24  Martin Rudalics  <rudalics@gmx.at>
6631         * window.el (balance-windows-area): Call window-size instead of
6632         window-height and window-width.  Bug#16241.
6634 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
6636         * net/eww.el (eww-bookmark-quit): Remove.
6637         (eww-bookmark-browse): Restore the window configuration when you
6638         choose a bookmark (bug#16144).
6640 2013-12-24  Daniel Colascione  <dancol@dancol.org>
6642         * icomplete.el: Remove redundant :group arguments to `defcustom'
6643         throughout.
6644         (icomplete-show-matches-on-no-input): New customizable variable.
6645         (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
6646         we have something to show.
6647         (icomplete-exhibit): Compute completions even if we have no user input.
6649 2013-12-23  Daniel Colascione  <dancol@dancol.org>
6651         * icomplete.el: Move `provide' to end of file.
6653 2013-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
6655         * net/gnutls.el (gnutls-verify-error): Add version tag.
6657 2013-12-23  Chong Yidong  <cyd@gnu.org>
6659         * subr.el (set-transient-map): Rename from
6660         set-temporary-overlay-map.  Doc fix.
6662         * face-remap.el (text-scale-adjust):
6663         * indent.el (indent-rigidly):
6664         * kmacro.el (kmacro-call-macro):
6665         * minibuffer.el (minibuffer-force-complete):
6666         * repeat.el (repeat):
6667         * simple.el (universal-argument--mode):
6668         * calendar/todo-mode.el (todo-insert-item--next-param):
6669         * progmodes/f90.el (f90-abbrev-start): Callers changed.
6671         * indent.el (indent-rigidly): Use substitute-command-keys.
6673 2013-12-22  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
6675         * net/eww.el (eww-tag-select): Add text-property to jump to next
6676         select field.
6677         (eww): Add non-supported ftp error.
6679 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
6681         * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
6682         comments.  Handle electric indent after typing `?' and `!'.
6684 2013-12-22  Chong Yidong  <cyd@gnu.org>
6686         * faces.el (face-spec-recalc): If the theme specs are not
6687         applicable to a frame, fall back on the defface spec.
6688         This prevents themes from obliterating faces on low-color terminals.
6690 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
6692         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
6693         after `{'.  We need it after block openers, and it doesn't seem
6694         to hurt after hash openers.
6696 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
6698         * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
6699         extracted from `ruby-smie-rules'.
6700         (ruby--electric-indent-chars): New variable.
6701         (ruby--electric-indent-p): New function.
6702         (ruby-mode): Use `electric-indent-functions' instead of
6703         `electric-indent-chars'.
6705 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
6707         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
6708         docstring.
6709         (ruby-smie-rules): Indent plus one level after `=>'.
6711 2013-12-21  Richard Stallman  <rms@gnu.org>
6713         * simple.el (newline): Doc fix.
6715 2013-12-21  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
6717         * net/eww.el (eww-list-histories, eww-list-histories)
6718         (eww-history-browse, eww-history-quit, eww-history-kill)
6719         (eww-history-mode-map, eww-history-mode): New command and
6720         functions to list browser histories.
6721         (eww-form-text): Support text form with disabled
6722         and readonly attributes.
6723         (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
6725 2013-12-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6727         * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
6728         (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
6729         (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
6730         (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
6731         Use `user-error'.
6732         (eww-bookmark-mode-map): Add menu.
6733         (eww-render, eww-mode): Use `setq-local'.
6734         (eww-tool-bar-map): New variable.
6735         (eww-mode): Set `tool-bar-map'.
6736         (eww-view-source): Check for `html-mode' with `fboundp'.
6738 2013-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6740         * net/shr.el (shr--extract-best-source): Don't bug out on audio
6741         elements with text inside.  Also remove debugging.
6743 2013-12-21  Jan Djärv  <jan.h.d@swipnet.se>
6745         * cus-start.el (all): Add ns-use-srgb-colorspace.
6747 2013-12-21  Chong Yidong  <cyd@gnu.org>
6749         * custom.el (custom-theme-recalc-face): Do nothing if the face is
6750         undefined.  Thus, theme settings for undefined faces do not take
6751         effect until the faces are defined with defface, the same as with
6752         theme variables.
6754         * faces.el (face-spec-set): Use face-spec-recalc in all cases.
6755         (face-spec-reset-face): Don't assign extra properties in temacs.
6756         (face-spec-recalc): Apply X resources too.
6758 2013-12-21  Chong Yidong  <cyd@gnu.org>
6760         * faces.el (face-spec-set):
6761         * cus-face.el (custom-theme-set-faces, custom-set-faces):
6762         * custom.el (defface): Doc fixes (Bug#16203).
6764         * indent.el (indent-rigidly-map): Add docstring, and move commands
6765         into named functions.
6766         (indent-rigidly-left, indent-rigidly-right)
6767         (indent-rigidly-left-to-tab-stop)
6768         (indent-rigidly-right-to-tab-stop): New functions.  Decide on
6769         indentation direction based on bidi direction, and accumulate
6770         sequential commands in a single undo boundary.
6771         (indent-rigidly--pop-undo): New utility function.
6773 2013-12-20  Juanma Barranquero  <lekktu@gmail.com>
6775         * faces.el (read-face-name): Require crm.el when using crm-separator.
6777 2013-12-20  Daniel Colascione  <dancol@dancol.org>
6779         * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
6780         so that we don't reflow comments into the shebang line.
6782 2013-12-20  Juri Linkov  <juri@jurta.org>
6784         * saveplace.el (save-place-to-alist): Add `dired-filename' as
6785         a position when `dired-directory' is non-nil.  Check integer
6786         positions with `integerp'.
6787         (toggle-save-place, save-places-to-alist): Add check for
6788         `dired-directory'.
6789         (save-place-find-file-hook): Check integer positions with
6790         `integerp'.
6791         (save-place-dired-hook): Use `dired-goto-file' when
6792         `dired-filename' is found in the assoc list.  Check integer
6793         positions with `integerp'.
6794         (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
6796         * dired.el (dired-initial-position-hook): Rename back from
6797         `dired-initial-point-hook'.
6798         (dired-initial-position): Rename `dired-initial-point-hook' to
6799         `dired-initial-position-hook'.
6800         (dired-file-name-at-point): Doc fix.  (Bug#15329)
6802 2013-12-20  Juri Linkov  <juri@jurta.org>
6804         * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
6805         (read-regexp-suggestions): New function.
6806         (read-regexp): Use `read-regexp-defaults-function' to get default values.
6807         Use `read-regexp-suggestions'.  Add non-empty default to history
6808         for empty input.
6809         (occur-read-regexp-defaults-function): Remove function.
6810         (occur-read-primary-args): Use `regexp-history-last' instead of
6811         `occur-read-regexp-defaults-function'.
6813         * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
6814         (hi-lock-line-face-buffer, hi-lock-face-buffer)
6815         (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
6816         `hi-lock-read-regexp-defaults-function'.  Doc fix.
6817         (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
6818         with `find-tag-default-as-symbol-regexp'.  Doc fix.
6819         (hi-lock-read-regexp-defaults): Remove function.
6820         (hi-lock-regexp-okay): Add check for null.
6822         * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
6823         the arg DEFAULTS.  Move formatting of the prompt to `read-regexp'.
6825         * subr.el (find-tag-default-as-symbol-regexp): New function.
6826         (find-tag-default-as-regexp): Move symbol regexp formatting to
6827         `find-tag-default-as-symbol-regexp'.
6829 2013-12-20  E Sabof  <esabof@gmail.com>  (tiny change)
6831         * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
6832         (Bug#14179)
6834 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
6836         * calendar/todo-mode.el: New implementation of item insertion
6837         commands and key bindings.
6838         (todo-key-prompt): New face.
6839         (todo-insert-item): New command.
6840         (todo-insert-item--parameters): New defconst, replacing defvar
6841         todo-insertion-commands-args-genlist.
6842         (todo-insert-item--param-key-alist): New defconst, replacing
6843         defvar todo-insertion-commands-arg-key-list.
6844         (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
6845         (todo-insert-item--argsleft, todo-insert-item--apply-args)
6846         (todo-insert-item--next-param): New functions.
6847         (todo-insert-item--args, todo-insert-item--argleft)
6848         (todo-insert-item--argsleft, todo-insert-item--newargsleft):
6849         New variables.
6850         (todo-key-bindings-t): Change binding of "i" from
6851         todo-insertion-map to todo-insert-item.
6852         (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
6853         (todo-insertion-command-name, todo-insertion-commands-names)
6854         (todo-define-insertion-command, todo-insertion-commands)
6855         (todo-insertion-key-bindings, todo-insertion-map): Remove.
6857 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
6859         * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
6860         (todo-toggle-item-highlighting): Use eval-and-compile instead of
6861         eval-when-compile.
6862         (todo-move-category): Allow choosing a non-existing todo file to
6863         move the category to, and create that file.
6864         (todo-default-priority): New user option.
6865         (todo-set-item-priority): Use it.
6866         (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
6867         (desktop-restore-file-buffer): Declare.
6868         (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
6869         (todo-modes-set-2): Locally set desktop-save-buffer to
6870         todo-desktop-save-buffer.
6871         (todo-mode, todo-archive-mode, todo-filtered-items-mode)
6872         (auto-mode-alist): Add autoload cookie.
6874 2013-12-20  Bozhidar Batsov  <bozhidar@batsov.com>
6876         * emacs-lisp/subr-x.el: Renamed from helpers.el.
6877         helpers.el was a poor choice of name.
6878         (string-remove-prefix): New function.
6879         (string-remove-suffix): New function.
6881 2013-12-20  Martin Rudalics  <rudalics@gmx.at>
6883         Fix assignment for new window total sizes.
6884         * window.el (window--pixel-to-size): Remove function.
6885         (window--pixel-to-total-1, window--pixel-to-total):
6886         Fix calculation of new total sizes.
6888 2013-12-20  Vitalie Spinu  <spinuvit@gmail.com>
6890         * comint.el (comint-output-filter): Fix rear-nonsticky property
6891         placement (Bug#16010).
6893 2013-12-20  Chong Yidong  <cyd@gnu.org>
6895         * faces.el (read-color): Minor fix for completion function.
6897 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
6899         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
6900         New option.  (Bug#16182)
6901         (ruby-smie--indent-to-stmt-p): Use it.
6902         (ruby-smie-rules): Revert the logic in the handling of `when'.
6903         Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
6904         (ruby-deep-arglist, ruby-deep-indent-paren)
6905         (ruby-deep-indent-paren-style): Update docstrings to note that the
6906         vars don't have any effect with SMIE.
6908 2013-12-20  Jay Belanger  <jay.p.belanger@gmail.com>
6910         * calc/calc.el (calc-enter, calc-pop): Use the variable
6911         `calc-context-sensitive-enter'.
6913 2013-12-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6915         * net/shr.el (shr-insert): Protect against infloops in degenerate
6916         tables.
6918 2013-12-20  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6920         * progmodes/octave.el (octave): Add link to manual and octave
6921         homepage.
6922         (octave-mode-menu): Link to octave-mode manual.
6924 2013-12-20  Leo Liu  <sdl.web@gmail.com>
6926         * skeleton.el (skeleton-pair-insert-maybe): Disable newline
6927         insertion using skeleton-end-newline.  (Bug#16138)
6929 2013-12-20  Juri Linkov  <juri@jurta.org>
6931         * replace.el (occur-engine): Use `add-face-text-property'
6932         to add the face property to matches and titles.  (Bug#14645)
6934         * hi-lock.el (hi-green): Use lighter color "light green" closer to
6935         the palette of other hi-lock colors.
6936         (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
6938 2013-12-19  Juri Linkov  <juri@jurta.org>
6940         * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
6941         Put :advertised-binding on `M-s c', `M-s r', `M-s e'.  (Bug#16035)
6942         (minibuffer-history-symbol): Move variable declaration closer to
6943         its usage.
6945         * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
6946         (Bug#14785)
6948 2013-12-19  Juri Linkov  <juri@jurta.org>
6950         * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
6951         New function.
6952         (log-edit-hook): Add it to :options.  (Bug#16170)
6954 2013-12-19  Juri Linkov  <juri@jurta.org>
6956         * simple.el (eval-expression-print-format): Don't check for
6957         command names and the last command.  Always display additional
6958         formats of the integer result in the echo area, and insert them
6959         to the current buffer only with a zero prefix arg.
6960         Display character when char-displayable-p is non-nil.
6961         (eval-expression): With a zero prefix arg, set `print-length' and
6962         `print-level' to nil, and insert the integer values from
6963         `eval-expression-print-format' at the end.  Doc fix.  (Bug#12985)
6965         * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
6966         `eval-last-sexp-arg-internal'.  Doc fix.
6967         (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
6968         `eval-last-sexp-print-value'.  Doc fix.
6969         (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
6970         Set `print-length' and `print-level' to nil when arg is zero.
6971         (eval-last-sexp): Doc fix.
6972         (eval-defun-2): Print the integer values from
6973         `eval-expression-print-format' at the end.
6975         * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
6976         values from `eval-expression-print-format' at the end.
6978         * ielm.el (ielm-eval-input): Print the integer
6979         values from `eval-expression-print-format' at the end.
6981 2013-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6983         * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
6984         2013-12-11T19:01:44Z!tzz@lifelogs.com.
6986 2013-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6988         * hl-line.el (hl-line-make-overlay): New fun.  Set priority (bug#16192).
6989         (hl-line-highlight, global-hl-line-highlight): Use it.
6990         (hl-line-overlay): Use defvar-local.
6992 2013-12-19  Jan Djärv  <jan.h.d@swipnet.se>
6994         * term/ns-win.el: Require dnd.
6995         (global-map): Remove drag items.
6996         (ns-insert-text, ns-set-foreground-at-mouse)
6997         (ns-set-background-at-mouse):
6998         Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
6999         (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
7000         New functions.
7002 2013-12-19  Glenn Morris  <rgm@gnu.org>
7004         * emacs-lisp/ert.el (ert-select-tests):
7005         Fix string/symbol mixup.  (Bug#16121)
7007 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
7009         * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
7010         keywords to their parent.
7012 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
7014         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
7015         first arg to be a string (fixed dead code), or an operator symbol.
7016         (ruby-smie--forward-token): Tokenize ` @ ' before strings and
7017         operator symbols.
7018         (ruby-smie-rules): Remove parent token check in the `.' clause, it
7019         did nothing.  Don't respond to `(:after ".")', it will be called
7020         with :before anyway.  Remove the ` @ ' rule, it didn't seem to
7021         change anything.  Only return indentation for binary operators
7022         when they are hanging.  De-dent opening paren when its parent is
7023         `.', otherwise it looks bad when the dot is not at bol or eol
7024         (bug#16182).
7026 2013-12-19  Juri Linkov  <juri@jurta.org>
7028         * replace.el (query-replace-read-args): Split a non-negative arg
7029         and a negative arg into separate elements.
7030         (query-replace, query-replace-regexp, replace-string)
7031         (replace-regexp): Add arg `backward'.  Doc fix.
7032         (replace-match-maybe-edit): When new arg `backward' is non-nil,
7033         move point to the beginning of the match.
7034         (replace-search, replace-highlight): Use new arg `backward'
7035         to set the value of `isearch-forward'.
7036         (perform-replace): Add arg `backward' and use it to perform
7037         replacement backward.  (Bug#14979)
7039         * isearch.el (isearch-query-replace): Use a negative prefix arg
7040         to call `perform-replace' with a non-nil arg `backward'.
7042 2013-12-18  Juri Linkov  <juri@jurta.org>
7044         * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
7045         to the default list.  Move `log-edit-show-files' to the end.
7046         Add more available functions to options.
7047         (log-edit): Move default specific settings to
7048         `log-edit-insert-message-template'.  Don't move point.
7049         (log-edit-insert-message-template): New function.
7050         (log-edit-insert-changelog): Add `save-excursion' and don't move point.
7051         (Bug#16170)
7053 2013-12-18  Juri Linkov  <juri@jurta.org>
7055         * help-mode.el (help-mode-map): Bind "l" to help-go-back,
7056         and "r" to help-go-forward for compatibity with Info.  (Bug#16178)
7058 2013-12-18  Leo Liu  <sdl.web@gmail.com>
7060         * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
7061         (Bug#16186)
7063 2013-12-18  Eli Zaretskii  <eliz@gnu.org>
7065         * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
7066         formats for displaying file sizes when the -s switch is given.
7067         Instead, compute a separate format for displaying the size in
7068         blocks, which is displayed in addition to the "regular" size.
7069         When -h is given in addition to -s, produce size in blocks in
7070         human-readable form as well.  (Bug#16179)
7072 2013-12-18  Tassilo Horn  <tsdh@gnu.org>
7074         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
7075         Reference tables with ~\ref{...} instead of only \ref{...}.
7077 2013-12-18  Chong Yidong  <cyd@gnu.org>
7079         * cus-edit.el (custom-magic-alist): Fix "themed" description
7080         (Bug#14348).
7082         * custom.el (custom-push-theme): If custom--inhibit-theme-enable
7083         is non-nil, do not create a new entry in the symbol's theme-value
7084         or theme-face property; update theme-settings only (Bug#14664).
7085         (custom-available-themes): Doc fix.
7087         * cus-theme.el (custom-new-theme-mode-map): Add bindings
7088         (Bug#15674).
7090         * replace.el (occur-engine): Avoid infloop (Bug#7593).
7092 2013-12-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7094         * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
7095         (Bug#13914).
7097 2013-12-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
7099         * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
7101 2013-12-18  Glenn Morris  <rgm@gnu.org>
7103         * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
7104         * cus-start.el (load-prefer-newer): New option.
7106 2013-12-18  Le Wang  <l26wang@gmail.com>
7108         * comint.el (comint-previous-matching-input-from-input):
7109         Retain point (Bug#13404).
7111 2013-12-18  Chong Yidong  <cyd@gnu.org>
7113         * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
7115 2013-12-18  Glenn Morris  <rgm@gnu.org>
7117         * mail/emacsbug.el (report-emacs-bug):
7118         Only mention enable-multibyte-characters if non-standard.
7120 2013-12-17  Juri Linkov  <juri@jurta.org>
7122         * arc-mode.el (archive-extract-by-file): Check if directory exists
7123         before deletion to not show irrelevant errors if it doesn't exist.
7125 2013-12-17  Juri Linkov  <juri@jurta.org>
7127         * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
7128         (Bug#14751)
7130         * net/eww.el (browse-web): Add alias to `eww'.
7131         (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
7132         Bind "S-SPC" to `scroll-down-command'.  (Bug#16178)
7134         * net/browse-url.el (browse-url-browser-function): Move `eww'
7135         closer to similar functions.
7137         * startup.el (fancy-startup-screen, fancy-about-screen):
7138         Set browse-url-browser-function to eww-browse-url locally.
7139         (Bug#14751)
7141 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7143         * window.el (window--pixel-to-total): Remove unused `mini' var.
7144         (maximize-window, minimize-window): Remove unused `pixelwise' arg.
7145         (split-window): Remove unused `new' var.
7146         (window--display-buffer): Remove unused `frame' and `delta' vars.
7147         (fit-window-to-buffer): Remove unused vars `frame', `display-height',
7148         and display-width'.
7150 2013-12-17  Martin Rudalics  <rudalics@gmx.at>
7152         * dired.el (dired-mark-pop-up):
7153         * register.el (register-preview): Don't bind
7154         split-height-threshold here since it's now done in
7155         display-buffer-below-selected.
7157 2013-12-17  oblique  <psyberbits@gmail.com>  (tiny change)
7159         * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
7160         xterm-rgb-convert-to-16bit.
7161         (rxvt-register-default-colors): Standardize with
7162         xterm-register-default-colors (Bug#14078).
7164 2013-12-17  Dima Kogan  <dima@secretsauce.net>  (tiny change)
7166         * simple.el (kill-region): Pass mark first, then point, so that
7167         kill-append works right (Bug#12819).
7168         (copy-region-as-kill, kill-ring-save): Likewise.
7170 2013-12-17  Leo Liu  <sdl.web@gmail.com>
7172         * net/rcirc.el (rcirc-add-face):
7173         * eshell/em-prompt.el (eshell-emit-prompt):
7174         * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
7175         (Bug#16167)
7177 2013-12-17  Chong Yidong  <cyd@gnu.org>
7179         * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
7180         Suggested by Xue Fuqiao.
7182 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
7184         * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
7186 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7188         * net/shr.el (shr-insert-document): Remove unused var
7189         `shr-preliminary-table-render'.
7190         (shr-rescale-image): Remove unused arg `force'.
7191         (shr-put-image): Update calls accordingly.
7192         (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
7194 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
7196         * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
7197         (smie-indent-close): Call `smie-indent--rule-1' with METHOD
7198         :close-all, to see which indentation method to use (Bug#16116).
7199         (smie-rules-function): Document the method :close-all.
7201 2013-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7203         * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
7205         * net/eww.el (eww-display-html): If we can't find the anchor we're
7206         looking for, then go to point-min.
7208 2013-12-16  Paul Eggert  <eggert@cs.ucla.edu>
7210         Fix problems with CANNOT_DUMP and EMACSLOADPATH.
7211         * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
7212         * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
7213         Expand dir too, in case it's relative.
7215 2013-12-16  Juri Linkov  <juri@jurta.org>
7217         * desktop.el (desktop-auto-save-timeout): Change default to
7218         `auto-save-timeout'.  Doc fix.
7219         (desktop-save): Skip the timestamp in desktop-saved-frameset
7220         when checking for auto-save changes.
7221         (desktop-auto-save): Don't call desktop-auto-save-set-timer since
7222         `desktop-auto-save' is called repeatedly by the idle timer.
7223         (desktop-auto-save-set-timer): Replace `run-with-timer' with
7224         `run-with-idle-timer' and a non-nil arg REPEAT.  Doc fix.
7225         (Bug#15331)
7227 2013-12-16  Juri Linkov  <juri@jurta.org>
7229         * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
7230         (Bug#16035)
7231         (isearch-pre-command-hook): Check `this-command' for symbolp.
7233 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7235         * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
7237 2013-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
7239         * progmodes/cfengine.el (cfengine3--current-word): Remove.
7240         (cfengine3--current-function): Bring in the current-function
7241         functionality from `cfengine3--current-word'.
7242         (cfengine3-completion-function): Bring in the
7243         bounds-of-current-word functionality from
7244         `cfengine3--current-word'.
7246 2013-12-16  Martin Rudalics  <rudalics@gmx.at>
7248         * window.el (display-buffer-below-selected):
7249         Bind split-height-threshold to 0 as suggested by Juri Linkov.
7251 2013-12-16  Leo Liu  <sdl.web@gmail.com>
7253         * progmodes/compile.el (compile-goto-error): Do not push-mark.
7254         Remove NOMSG arg and all uses changed.
7256 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7258         * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
7259         (cua--deactivate-rectangle): Don't deactivate the mark.
7260         (cua-set-rectangle-mark): Don't set mark-active since
7261         cua--activate-rectangle already does it for us.
7262         (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
7263         non-rectangular region.
7265         * emulation/cua-base.el (cua-repeat-replace-region):
7266         Use with-current-buffer.
7268         * net/gnutls.el: Use cl-lib.
7269         (gnutls-negotiate): `mapcan' -> cl-mapcan.
7271 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
7273         * emacs-lisp/package.el (package-built-in-p): Support both
7274         built-in and the package.el converted package descriptions.
7275         (package-show-package-list): Allow keywords.
7276         (package-keyword-button-action): Use it instead of
7277         `finder-list-matches'.
7278         (package-menu-filter-interactive): Interactive filtering (by
7279         keyword) function.
7280         (package-menu--generate): Support keywords and change keymappings
7281         and headers when they are given.
7282         (package--has-keyword-p): Helper function.
7283         (package-menu--refresh): Use it.
7284         (package--mapc): Helper function.
7285         (package-all-keywords): Use it.
7286         (package-menu-mode-map): Set up menu items and keybindings to
7287         provide a filtering UI.
7289 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
7291         * net/gnutls.el (gnutls-verify-error): New defcustom to control
7292         the behavior when a certificate fails validation.  Defaults to
7293         old behavior: never abort, just warn.
7294         (gnutls-negotiate): Use it.
7296 2013-12-14  Martin Rudalics  <rudalics@gmx.at>
7298         * window.el (display-buffer-below-selected): Never split window
7299         horizontally.  Suggested by Juri Linkov <juri@jurta.org>.
7301 2013-12-14  Tom Willemse  <tom@ryuslash.org>  (tiny change)
7303         * emacs-lisp/package.el (package--prepare-dependencies): New function.
7304         (package-buffer-info): Use it (bug#15108).
7306 2013-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7308         * icomplete.el (icomplete-completions): Make sure the prefix is already
7309         displayed elsewhere before hiding it (bug#16219).
7311 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
7313         * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
7314         open-paren tokens when preceded by a open-paren, too.
7315         (ruby-smie-rules): Handle virtual indentation after open-paren
7316         tokens specially.  If there is code between it and eol, return the
7317         column where is starts (Bug#16118).
7319 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
7321         * progmodes/cfengine.el: Fix `add-hook' doc.
7322         (cfengine-mode-syntax-functions-regex): Initialize sensibly.
7323         (cfengine3--current-word): Fix parameters.
7324         (cfengine3-make-syntax-cache): Simplify further.
7325         (cfengine3-completion-function, cfengine3--current-function):
7326         Use `assq' for symbols.
7327         (cfengine3--current-function): Fix `cfengine3--current-word' call.
7329 2013-12-13  Glenn Morris  <rgm@gnu.org>
7331         * loadup.el (load-path): Warn if site-load or site-init changes it.
7332         No more need to reset it when bootstrapping.
7334 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
7336         * progmodes/cfengine.el (cfengine-cf-promises): Add more default
7337         locations for cf-promises.
7338         (cfengine-mode-syntax-functions-regex): New caching variable.
7339         (cfengine3-fallback-syntax): Fallback syntax for cases where
7340         cf-promises doesn't run.
7341         (cfengine3--current-word): Reimplement using
7342         `cfengine-mode-syntax-functions-regex'.
7343         (cfengine3-completion-function, cfengine3--current-function):
7344         Use `cfengine3-make-syntax-cache' directly.
7345         (cfengine3-clear-syntax-cache): New function.
7346         (cfengine3-make-syntax-cache): Simplify and create
7347         `cfengine-mode-syntax-functions-regex' on demand.
7348         (cfengine3-format-function-docstring): Don't call
7349         `cfengine3-make-syntax-cache' explicitly.
7351 2013-12-13  Martin Rudalics  <rudalics@gmx.at>
7353         Fix windmove-find-other-window broken after pixelwise resizing
7354         (Bug#16017).
7355         * windmove.el (windmove-other-window-loc): Revert change from
7356         2013-12-04.
7357         (windmove-find-other-window): Call window-in-direction.
7358         * window.el (window-in-direction): New arguments SIGN, WRAP and
7359         MINI to emulate original windmove-find-other-window behavior.
7361 2013-12-13  Dmitry Gutov  <dgutov@yandex.ru>
7363         * simple.el (blink-matching--overlay): New variable.
7364         (blink-matching-open): Instead of moving point, highlight the
7365         matching paren with an overlay
7366         (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
7368         * faces.el (paren-showing-faces, show-paren-match)
7369         (show-paren-mismatch): Move from paren.el.
7371 2013-12-13  Leo Liu  <sdl.web@gmail.com>
7373         * indent.el (indent-region): Disable progress reporter in
7374         minibuffer.  (Bug#16108)
7376         * bindings.el (visual-order-cursor-movement): Fix version.
7378 2013-12-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
7380         * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
7381         Also match after beginning of line.
7382         (python-pdbtrack-set-tracked-buffer): Fix logic for remote
7383         files.  Thanks to Russell Sim.  (Bug#15378)
7385 2013-12-13  Juri Linkov  <juri@jurta.org>
7387         * simple.el <Keypad support>: Remove key bindings duplicated
7388         with bindings.el.  (Bug#14397)
7390 2013-12-13  Juri Linkov  <juri@jurta.org>
7392         * comint.el (comint-mode-map): Replace `delete-char' with
7393         `delete-forward-char'.  (Bug#16109)
7395 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
7397         * progmodes/python.el (python-indent-calculate-indentation):
7398         Fix de-denters cornercase.  (Bug#15731)
7400 2013-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7402         * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
7403         (advice--make): Pay attention to `depth'.
7404         (advice--make-1): Don't autoload commands eagerly.
7405         * emacs-lisp/elp.el (elp-instrument-function):
7406         * emacs-lisp/trace.el (trace-function-internal):
7407         * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
7409         * iswitchb.el (iswitchb-mode): Don't belittle ido.
7411 2013-12-12  Eli Zaretskii  <eliz@gnu.org>
7413         * term/w32-win.el (w32-handle-dropped-file):
7414         * startup.el (normal-top-level):
7415         * net/browse-url.el (browse-url-file-url):
7416         * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
7417         decode file names using 'utf-8' rather than
7418         file-name-coding-system.
7420 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
7422         * progmodes/python.el (python-indent-context)
7423         (python-indent-calculate-indentation): Fix auto-identation
7424         behavior for comment blocks.  (Bug#15916)
7426 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
7428         * progmodes/python.el (python-indent-calculate-indentation):
7429         When determining indentation, don't treat "return", "pass", etc., as
7430         operators when they are just string constituents.  (Bug#15812)
7432 2013-12-12  Juri Linkov  <juri@jurta.org>
7434         * uniquify.el (uniquify-buffer-name-style): Change default to
7435         `post-forward-angle-brackets'.
7437         * menu-bar.el (menu-bar-options-menu): Don't require preloaded
7438         `uniquify'.  Change default to `post-forward-angle-brackets'.
7440 2013-12-11  Glenn Morris  <rgm@gnu.org>
7442         * emacs-lisp/package.el (finder-list-matches):
7443         Autoload rather than falsely declaring.
7445 2013-12-11  Teodor Zlatanov  <tzz@lifelogs.com>
7447         * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
7448         (eww-mode-map): Use them.
7450 2013-12-11  Martin Rudalics  <rudalics@gmx.at>
7452         * window.el (display-buffer-in-side-window): Fix doc-string
7453         (Bug#16115).
7455 2013-12-11  Juanma Barranquero  <lekktu@gmail.com>
7457         * vc/vc-git.el: Silence byte-compiler warnings.
7458         (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
7459         (log-edit-set-header): Declare.
7461 2013-12-11  Eli Zaretskii  <eliz@gnu.org>
7463         * Makefile.in (custom-deps, finder-data): Run output file names
7464         through unmsys--file-name.  (Bug#16099)
7466 2013-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7468         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
7469         comment-start-skip, which fails when that uses submatch 1 (bug#16041).
7471         * emulation/cua-base.el (cua-paste): Add `delete-selection' property
7472         instead of deleting the selection "by hand" (bug#16098).
7473         Rely on insert-for-yank to yank rectangles.
7474         (cua-highlight-region-shift-only): Mark obsolete.
7475         (cua-mode): Don't enable/disable transient-mark-mode,
7476         shift-select-mode (cua-mode works both with and without them), and
7477         pc-selection-mode (obsolete).
7478         * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
7479         (cua--deactivate-rectangle): Deactivate it.
7481         * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
7482         (delete-selection-helper): Make sure yank starts at the top of the
7483         deleted region.
7484         (minibuffer-keyboard-quit): Use region-active-p.
7486         * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
7488         * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
7489         to `delete' (bug#16109).
7491 2013-12-11  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7493         * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
7494         info manual and show keybindings and set `:group' keyword.
7496 2013-12-11  Juri Linkov  <juri@jurta.org>
7498         * delsel.el (delete-active-region): Let-bind `this-command'
7499         to prevent `kill-region' from changing its original value.
7500         (delete-selection-helper): Handle `overwrite-mode' for the type
7501         `kill' exactly the same way as for the type `t'.
7502         (insert-char, quoted-insert, reindent-then-newline-and-indent):
7503         Support more commands.  (Bug#13312)
7505 2013-12-11  Juri Linkov  <juri@jurta.org>
7507         * bindings.el: Map kp keys to non-kp keys systematically
7508         with basic modifiers control, meta and shift.  (Bug#14397)
7510 2013-12-11  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
7512         * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
7513         "Close browser" menu items.  Fix wrong function of "List
7514         bookmarks".
7516 2013-12-11  Juri Linkov  <juri@jurta.org>
7518         * misearch.el (multi-isearch-buffers): Set the value of
7519         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
7520         arg of isearch-forward to t.
7521         (multi-isearch-buffers-regexp): Set the value of
7522         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
7523         arg of isearch-forward-regexp to t.
7524         (multi-isearch-files): Set the value of
7525         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
7526         arg of isearch-forward to t.
7527         (multi-isearch-files-regexp): Set the value of
7528         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
7529         arg of isearch-forward-regexp to t.  (Bug#16035)
7531         * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
7532         arg of isearch-forward to t.
7533         (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
7534         arg of isearch-forward-regexp to t.
7535         (dired-isearch-filter-filenames): Remove unnecessary check for
7536         `dired-isearch-filenames'.
7538         * comint.el (comint-history-isearch-backward):
7539         Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
7540         (comint-history-isearch-backward-regexp):
7541         Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
7543 2013-12-10  Eli Zaretskii  <eliz@gnu.org>
7545         * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
7546         unmsys--file-name.  (Bug#16099)
7548 2013-12-10  Teodor Zlatanov  <tzz@lifelogs.com>
7550         * emacs-lisp/package.el (package-keyword-button-action):
7551         Remove finder.el require dependency.
7553 2013-12-09  Teodor Zlatanov  <tzz@lifelogs.com>
7555         * emacs-lisp/package.el: Require finder.el.
7556         (describe-package-1): Add keyword buttons.
7557         (package-make-button): New convenience function.
7558         (package-keyword-button-action): Keyword button action using
7559         `finder-list-matches'.
7561 2013-12-09  Eli Zaretskii  <eliz@gnu.org>
7563         * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
7564         last commit.
7566 2013-12-09  Michael Albinus  <michael.albinus@gmx.de>
7568         * autorevert.el (auto-revert-notify-add-watch): Do not handle
7569         symlinked files.
7571 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
7573         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
7574         after the end of a percent literal.
7576 2013-12-09  Cameron Desautels  <camdez@gmail.com>  (tiny change)
7578         * progmodes/ruby-mode.el (ruby-forward-string): Document.
7579         Handle caret-delimited strings (Bug#16079).
7581 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
7583         * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
7584         When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
7585         `ruby-parse-partial' (Bug#16078).
7587 2013-12-09  Leo Liu  <sdl.web@gmail.com>
7589         * subr.el (read-passwd): Disable show-paren-mode.  (Bug#16091)
7591 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
7593         * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
7594         (js-switch-indent-offset): New option.
7595         (js--proper-indentation): Use it.  And handle the case when
7596         "default" is actually a key in an object literal.
7597         (js--same-line): New function.
7598         (js--multi-line-declaration-indentation): Use it.
7599         (js--indent-in-array-comp, js--array-comp-indentation):
7600         New functions.
7601         (js--proper-indentation): Use them, to handle array comprehension
7602         continuations.
7604 2013-12-08  Leo Liu  <sdl.web@gmail.com>
7606         * progmodes/flymake.el (flymake-highlight-line): Re-write.
7607         (flymake-make-overlay): Remove arg MOUSE-FACE.
7608         (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
7610 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7612         * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
7613         New function.
7614         (redisplay-highlight-region-function): Use it.
7616         * emulation/cua-base.el (cua--explicit-region-start)
7617         (cua--last-region-shifted): Remove.
7618         (cua--deactivate): Use deactivate-mark.
7619         (cua--pre-command-handler-1): Don't handle shift-selection.
7620         (cua--post-command-handler-1): Don't change transient-mark-mode.
7621         (cua--select-keymaps): Use region-active-p rather than
7622         cua--explicit-region-start or cua--last-region-shifted.
7623         (cua-mode): Enable shift-select-mode.
7625 2013-12-08  Leo Liu  <sdl.web@gmail.com>
7627         * progmodes/flymake.el (flymake-popup-current-error-menu):
7628         Rename from flymake-display-err-menu-for-current-line.  Reimplement.
7629         (flymake-posn-at-point-as-event, flymake-popup-menu)
7630         (flymake-make-emacs-menu): Remove.  (Bug#16077)
7632 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7634         * rect.el (rectangle-mark-mode): Activate mark even if
7635         transient-mark-mode is off (bug#16066).
7636         (rectangle--highlight-for-redisplay): Fix boundary condition when point
7637         is > mark and at bolp.
7639         * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
7640         (region-extract-function): Use it.
7641         (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
7642         (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
7643         Delete functions.
7644         (cua--init-rectangles): Don't re-remap copy-region-as-kill,
7645         kill-ring-save, kill-region, delete-char, delete-forward-char.
7646         Ignore self-insert-iso.
7648         * emulation/cua-gmrk.el (cua--init-global-mark):
7649         Ignore `self-insert-iso'.
7651         * emulation/cua-base.el (cua--prefix-copy-handler)
7652         (cua--prefix-cut-handler): Rely on region-extract-function rather than
7653         checking cua--rectangle.
7654         (cua-delete-region): Use region-extract-function.
7655         (cua-replace-region): Delete function.
7656         (cua-copy-region, cua-cut-region): Obey region-extract-function.
7657         (cua--pre-command-handler-1): Don't do the delete-selection thing.
7658         (cua--self-insert-char-p): Ignore `self-insert-iso'.
7659         (cua--init-keymaps): Don't remap delete-selection commands.
7660         (cua-mode): Use delete-selection-mode instead of rolling our own
7661         (bug#16085).
7663         * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
7664         Obey region-extract-function.
7666         Make registers and delete-selection-mode work on rectangles.
7667         * register.el (describe-register-1): Don't modify the register's value.
7668         (copy-to-register): Obey region-extract-function.
7669         * delsel.el (delete-active-region): Obey region-extract-function.
7671 2013-12-08  Leo Liu  <sdl.web@gmail.com>
7673         * progmodes/flymake.el (flymake, flymake-error-bitmap)
7674         (flymake-warning-bitmap, flymake-fringe-indicator-position)
7675         (flymake-compilation-prevents-syntax-check)
7676         (flymake-start-syntax-check-on-newline)
7677         (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
7678         (flymake-start-syntax-check-on-find-file, flymake-log-level)
7679         (flymake-xml-program, flymake-master-file-dirs)
7680         (flymake-master-file-count-limit)
7681         (flymake-allowed-file-name-masks): Relocate.
7682         (flymake-makehash, flymake-float-time)
7683         (flymake-replace-regexp-in-string, flymake-split-string)
7684         (flymake-get-temp-dir): Remove.
7685         (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
7686         (flymake-current-row, flymake-selected-frame)
7687         (flymake-get-point-pixel-pos): Remove xemacs compatibity and
7688         related functions.  (Bug#16077)
7690 2013-12-07  Bozhidar Batsov  <bozhidar@batsov.com>
7692         * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
7694 2013-12-07  Tassilo Horn  <tsdh@gnu.org>
7696         * help-fns.el (describe-function-1): Use new advice-* functions
7697         rather than old ad-* functions.  Fix function type description and
7698         source links for advised functions and subrs.
7700 2013-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7702         * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
7704 2013-12-06  Michael Albinus  <michael.albinus@gmx.de>
7706         * progmodes/compile.el (compilation-start):
7707         * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
7709         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
7710         Handle long command lines, lasting from "sh -c ...".  (Bug#16045)
7712 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
7714         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
7715         Touch up the last change.
7717 2013-12-06  Leo Liu  <sdl.web@gmail.com>
7719         * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
7720         (inferior-octave-startup): Always use "octave> " for prompt.
7721         (octave-goto-function-definition)
7722         (octave-sync-function-file-names)
7723         (octave-find-definition-default-filename): Remove redundant backquotes.
7725 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
7727         * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
7728         syntax for `?'.
7729         (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
7730         where appropriate already.
7731         (ruby-syntax-propertize-function): Propertize `?' and `!' at the
7732         end of method names (Bug#15874).
7734 2013-12-06  Juri Linkov  <juri@jurta.org>
7736         * isearch.el (isearch--saved-overriding-local-map):
7737         New internal variable.
7738         (isearch-mode): Set it to the initial value of
7739         `overriding-terminal-local-map'.
7740         (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
7741         with `isearch--saved-overriding-local-map'.  (Bug#16035)
7743 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
7745         * progmodes/octave.el (inferior-octave-completion-table):
7746         Turn back into function, use `completion-table-with-cache'
7747         (Bug#11906).  Update all references.
7749         * minibuffer.el (completion-table-with-cache): New function.
7751 2013-12-05  Cameron Desautels  <camdez@gmail.com>  (tiny change)
7753         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
7755 2013-12-05  Teodor Zlatanov  <tzz@lifelogs.com>
7757         * net/eww.el (eww-current-source): New variable to store page
7758         source.
7759         (eww-display-html, eww-mode, eww-save-history)
7760         (eww-restore-history): Use it.
7761         (eww-view-source): New command to view page source.
7762         Opportunistically uses `html-mode' to highlight the buffer.
7763         (eww-mode-map): Install it.
7765 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
7767         * net/dbus.el (dbus-unregister-service)
7768         (dbus-escape-as-identifier, dbus-unescape-from-identifier):
7769         Fix docstring.
7770         (dbus-unregister-service): Skip :serial entries in
7771         `dbus-registered-objects-table'.
7772         (dbus-byte-array-to-string): New optional arg MULTIBYTE.
7774 2013-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
7776         * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
7777         around keywords with extra `split-string' argument.
7779 2013-12-04  Martin Rudalics  <rudalics@gmx.at>
7781         * windmove.el (windmove-other-window-loc): Handle navigation
7782         between windows (excluding the minibuffer window - Bug#16017).
7784 2013-12-04  Michael Albinus  <michael.albinus@gmx.de>
7786         * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
7787         in D-Bus type syntax.
7788         (dbus-unescape-from-identifier): Use `byte-to-string' in order to
7789         preserve unibyte strings.  (Bug#16048)
7791 2013-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7793         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
7794         Call force-mode-line-update is the proper buffer (bug#16042).
7796 2013-12-04  Dmitry Gutov  <dgutov@yandex.ru>
7798         * vc/log-edit.el (log-edit-add-new-comment): Rename to
7799         `log-edit-remember-comment', make argument optional.  Adjust all
7800         callers.
7801         (log-edit-mode): Add `log-edit-remember-comment' to
7802         `kill-buffer-hook' locally.
7803         (log-edit-kill-buffer): Don't remember comment explicitly since
7804         the buffer is killed anyway.
7806 2013-12-04  Juri Linkov  <juri@jurta.org>
7808         * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
7809         add-hook and remove-hook for multi-buffer search.  (Bug#16035)
7811 2013-12-03  Tom Regner  <tom@goochesa.de>  (tiny change)
7813         * notifications.el (notifications-close-notification): Call the
7814         D-Bus method with ID being a `:uint32'.  (Bug#16030)
7816 2013-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7818         * net/eww.el (eww-render): Don't pass arg to eww-display-image.
7820 2013-12-03  Juri Linkov  <juri@jurta.org>
7822         * progmodes/compile.el (compilation-start): Rename window alist
7823         entry `no-display-ok' to `allow-no-window'.
7825         * simple.el (shell-command): Add window alist entry
7826         `allow-no-window' to `display-buffer'.
7827         (async-shell-command): Doc fix.
7829         * window.el (display-buffer-no-window): New action function.
7830         (display-buffer-alist, display-buffer): Doc fix.  (Bug#13594)
7832 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
7834         * vc/log-edit.el (log-edit-set-header): Extract from
7835         `log-edit-toggle-header'.
7836         (log-edit-extract-headers): Separate the summary, when extracted
7837         from header, from the rest of the message with an empty line.
7839         * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
7840         line, if present, to the Summary header.
7842 2013-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7844         * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
7845         in current-buffer (bug#16029).
7847 2013-12-02  Helmut Eller  <eller.helmut@gmail.com>
7849         * emacs-lisp/debug.el (debugger-toggle-locals): New command.
7850         (debugger-mode-map): Bind it.
7851         (debugger--backtrace-base): New function.
7852         (debugger-eval-expression): Use it.
7853         (debugger-frame-number): Skip local vars when present.
7854         (debugger--locals-visible-p, debugger--insert-locals)
7855         (debugger--show-locals, debugger--hide-locals): New functions.
7857 2013-12-02  Michael Albinus  <michael.albinus@gmx.de>
7859         * net/tramp-sh.el (tramp-remote-process-environment): Do not set
7860         "LC_ALL".
7861         (tramp-get-remote-locale): New defun.
7862         (tramp-open-connection-setup-interactive-shell): Use it.
7864 2013-12-02  Leo Liu  <sdl.web@gmail.com>
7866         * subr.el (process-live-p): Return nil for non-process.  (Bug#16023)
7868         * progmodes/sh-script.el (sh-shell-process):
7869         * progmodes/octave.el (inferior-octave-process-live-p):
7870         * progmodes/gdb-mi.el (gdb-delchar-or-quit)
7871         (gdb-inferior-io-sentinel):
7872         * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
7874 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
7876         * vc/log-edit.el (log-edit-kill-buffer): Move the use of
7877         `save-selected-window' to `log-edit-hide-buf'.  This makes
7878         `log-edit-show-files' idempotent.
7879         (log-edit-show-files): Mark the new window as dedicated.
7881 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
7883         * vc/log-edit.el (log-edit-mode-map): Add binding for
7884         `log-edit-kill-biffer'.
7885         (log-edit-hide-buf): Add a FIXME comment.
7886         (log-edit-add-new-comment): New function, extracted from
7887         `log-edit-done'.
7888         (log-edit-done, log-edit-add-to-changelog): Use it.
7889         (log-edit-kill-buffer): New command.
7891 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7893         * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
7894         instead of killing the buffer.
7896 2013-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7898         * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
7900 2013-12-01  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7902         * net/eww.el (eww-form-checkbox-selected-symbol)
7903         (eww-form-checkbox-symbol): New customizable variable.
7904         (eww-form-checkbox, eww-toggle-checkbox):
7905         Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
7907         * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
7908         (shr--get-media-pref, shr--extract-best-source): New function.
7909         (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
7910         no :src tag was specified.
7912         * net/eww.el (eww-use-external-browser-for-content-type): New variable.
7913         (eww-render): Handle `eww-use-external-browser-for-content-type'.
7914         Use \\` to match beginning of string instead of ^.
7915         (eww-browse-with-external-browser): Provide optional URL parameter.
7916         (eww-render): Set `eww-current-title' back to "".
7918         * net/shr.el (shr-tag-video): Display content for video if no
7919         poster is available.
7920         (shr-tag-audio): Add support for <audio> tag.
7922         * net/eww.el (eww-text-input-types): New const.
7923         (eww-process-text-input): Treat input types in
7924         `eww-text-input-types' as text.
7926         * net/shr.el (shr-tag-table): Fix comment typo.
7928 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7930         * net/eww.el (eww-follow-link): New command to avoid reloading
7931         pages when we follow #target links (bug#15243).
7932         (eww-quit): Special mode buffers shouldn't query before exiting.
7934 2013-12-01  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
7936         * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
7937         forms.
7939 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7941         * net/eww.el (eww-restore-history): Update the window title after
7942         moving in the history.
7943         (eww-current-dom): New variable used to save the current DOM.
7945 2013-12-01  Dmitry Gutov  <dgutov@yandex.ru>
7947         * vc/log-edit.el (log-edit-mode-map): Add binding for
7948         `log-edit-beginning-of-line'.
7949         (log-edit-setup-add-author): New user option.
7950         (log-edit-beginning-of-line): New command.
7951         (log-edit): Move major mode call above the contents setup so that
7952         the local variable values are already applied.
7953         (log-edit): Only insert "Author: " when
7954         `log-edit-setup-add-author' is non-nil.
7955         (log-edit): When SETUP is non-nil, position point after ": "
7956         instead of point-min.
7958 2013-12-01  Glenn Morris  <rgm@gnu.org>
7960         * startup.el (command-line): Warn if ~/emacs.d is in load-path.
7962 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
7964         * startup.el (fancy-splash-frame): On MS-Windows, trigger
7965         redisplay to make sure the initial frame gets a chance to become
7966         visible.  (Bug#16014)
7968 2013-11-30  Martin Rudalics  <rudalics@gmx.at>
7970         Support resizing frames and windows pixelwise.
7971         * cus-start.el (frame-resize-pixelwise)
7972         (window-resize-pixelwise): New entries.
7973         * emacs-lisp/debug.el (debug): Use window-total-height instead
7974         of window-total-size.
7975         * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
7976         * help.el (describe-bindings-internal): Use help-buffer as
7977         argument for with-help-window.
7978         (temp-buffer-max-width): New option.
7979         (resize-temp-buffer-window, help-window-setup)
7980         (with-help-window): Rewrite.
7981         * mouse.el (mouse-drag-line): Rewrite.  Add key bindings for
7982         dragging dividers.
7983         * window.el (frame-char-size, window-min-pixel-height)
7984         (window-safe-min-pixel-height, window-safe-min-pixel-width)
7985         (window-min-pixel-width, window-safe-min-pixel-size)
7986         (window-combination-p, window-safe-min-size)
7987         (window-resizable-p, window--size-to-pixel)
7988         (window--pixel-to-size, window--resize-apply-p): New functions.
7989         (window-safe-min-height): Fix doc-string.
7990         (window-size, window-min-size, window--min-size-1)
7991         (window-sizable, window-sizable-p, window--min-delta-1)
7992         (window-min-delta, window--max-delta-1, window-max-delta)
7993         (window--resizable, window--resizable-p, window-resizable)
7994         (window-full-height-p, window-full-width-p, window-at-side-p)
7995         (window--in-direction-2, window-in-direction)
7996         (window--resize-reset-1, window--resize-mini-window)
7997         (window-resize, window-resize-no-error)
7998         (window--resize-child-windows-normal)
7999         (window--resize-child-windows, window--resize-siblings)
8000         (window--resize-this-window, window--resize-root-window)
8001         (window--resize-root-window-vertically)
8002         (adjust-window-trailing-edge, enlarge-window, shrink-window)
8003         (maximize-window, minimize-window, delete-window)
8004         (quit-restore-window, window-split-min-size, split-window)
8005         (balance-windows-2, balance-windows)
8006         (balance-windows-area-adjust, balance-windows-area)
8007         (window--state-get-1, window-state-get, window--state-put-1)
8008         (window--state-put-2, window-state-put)
8009         (display-buffer-record-window, window--display-buffer):
8010         Make functions handle pixelwise sizing of windows.
8011         (display-buffer--action-function-custom-type)
8012         (display-buffer-fallback-action):
8013         Add display-buffer-in-previous-window.
8014         (display-buffer-use-some-window): Resize window to height it had
8015         before.
8016         (fit-window-to-buffer-horizontally): New option.
8017         (fit-frame-to-buffer): Describe new values.
8018         (fit-frame-to-buffer-bottom-margin): Replace with
8019         fit-frame-to-buffer-margins.
8020         (window--sanitize-margin): New function.
8021         (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
8022         using window-text-pixel-size.
8024 2013-11-30  Glenn Morris  <rgm@gnu.org>
8026         * emacs-lisp/bytecomp.el (byte-compile-form):
8027         Make the `interactive-only' warning like the `obsolete' one.
8028         * comint.el (comint-run):
8029         * files.el (insert-file-literally, insert-file):
8030         * replace.el (replace-string, replace-regexp):
8031         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
8032         (goto-line, insert-buffer, next-line, previous-line):
8033         Tweak `interactive-only' spec.
8035         Stop keeping (most) generated cedet grammar files in the repository.
8036         * Makefile.in (semantic): New.
8037         (compile-main): Depend on semantic.
8039 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8041         * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
8042         available.  Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
8044         * uniquify.el (uniquify-buffer-name-style): Change default.
8046         * loadup.el: Preload "uniquify".
8048         * time.el (display-time-update): Update all mode lines (bug#15999).
8050         * electric.el (electric-indent-mode): Enable by default.
8051         * loadup.el: Preload "electric".
8053 2013-11-29  Bozhidar Batsov  <bozhidar@batsov.com>
8055         * emacs-lisp/helpers.el (string-empty-p): New function.
8056         (string-blank-p): New function.
8058 2013-11-29  Andreas Politz  <politza@hochschule-trier.de>
8060         * imenu.el (imenu--index-alist): Add missing dot to the docstring
8061         (Bug#14029).
8063 2013-11-29  Andreas Politz  <politza@fh-trier.de>
8064         * imenu.el (imenu--subalist-p): Don't error on non-conses and
8065         allow non-lambda lists as functions.
8066         (imenu--in-alist): Don't recurse into non-subalists.
8067         (imenu): Don't pass function itself as an argument (Bug#14029).
8069 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8071         * progmodes/python.el (python-mode-map): Remove binding for ":".
8072         (python-indent-electric-colon): Remove command.
8073         (python-indent-post-self-insert-function): Integrate the previous code
8074         of python-indent-electric-colon.  Make it conditional on
8075         electric-indent-mode.
8076         (python-mode): Add ?: to electric-indent-chars.
8077         Move python-indent-post-self-insert-function to the end of
8078         post-self-insert-hook.
8080 2013-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8082         * doc-view.el (doc-view-goto-page): Update mode-line.
8084         * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
8086 2013-11-27  Glenn Morris  <rgm@gnu.org>
8088         * international/charprop.el, international/uni-bidi.el:
8089         * international/uni-category.el, international/uni-combining.el:
8090         * international/uni-comment.el, international/uni-decimal.el:
8091         * international/uni-decomposition.el, international/uni-digit.el:
8092         * international/uni-lowercase.el, international/uni-mirrored.el:
8093         * international/uni-name.el, international/uni-numeric.el:
8094         * international/uni-old-name.el, international/uni-titlecase.el:
8095         * international/uni-uppercase.el:
8096         Remove generated files from VCS repository.
8098 2013-11-27  Eli Zaretskii  <eliz@gnu.org>
8100         * filenotify.el (file-notify-add-watch): Don't special-case
8101         w32notify when computing the directory to watch.
8103 2013-11-27  Glenn Morris  <rgm@gnu.org>
8105         Make bootstrap without generated uni-*.el files possible again.
8106         * loadup.el: Update command-line-args checking for unidata-gen.
8107         Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
8108         * composite.el, international/characters.el:
8109         Handle unicode tables being undefined.
8111         Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
8112         * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
8113         (compile-main): Depend on leim rule.
8114         (leim): New rule.
8115         * loadup.el: Move leim-list.el to leim/ subdirectory.
8116         * startup.el (normal-top-level): No more leim directory.
8117         * international/ja-dic-cnv.el (skkdic-convert):
8118         Disable version-control and autoloads in output files.
8119         * international/titdic-cnv.el (titdic-convert, miscdic-convert):
8120         Disable version-control and autoloads in output files.
8121         * leim/quail: Move here from ../leim.
8122         * leim/quail/hangul.el (hangul-input-method-activate):
8123         Add autoload cookie.
8124         (generated-autoload-load-name): Set file-local value.
8125         * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
8126         (generated-autoload-load-name): Set file-local value.
8128 2013-11-26  Kenjiro NAKAYAMA  <knakayam@redhat.com>
8130         * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
8131         (eww-add-bookmark): Ask confirmation when add to bookmarks.
8132         (eww-quit): Ask confirmation before quitting eww.
8134 2013-11-26  Eli Zaretskii  <eliz@gnu.org>
8136         * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
8137         reading output from Diff on MS-Windows and MS-DOS.
8139 2013-11-26  Bozhidar Batsov  <bozhidar@batsov.com>
8141         * emacs-lisp/helpers.el (string-reverse): New function.
8143 2013-11-26  Michael Albinus  <michael.albinus@gmx.de>
8145         * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
8146         names on MS Windows, like "/[::1]:".
8148         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
8149         SWITCHES.
8151 2013-11-26  Glenn Morris  <rgm@gnu.org>
8153         * progmodes/python.el (python-indent-guess-indent-offset):
8154         Avoid corner-case error.  (Bug#15975)
8156         Preload leim-list.el.  (Bug#4789)
8157         * loadup.el: Load leim-list.el when found.
8158         * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
8160 2013-11-25  Bozhidar Batsov  <bozhidar@batsov.com>
8162         * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
8164         * emacs-lisp/helpers.el (string-join): New function.
8166 2013-11-25  Sebastian Wiesner  <lunaryorn@gmail.com>  (tiny change)
8168         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8169         Mark as obsolete and replace it with a symbol property.
8170         (byte-compile-form): Use new 'interactive-only property.
8171         * comint.el, files.el, replace.el, simple.el:
8172         Apply new 'interactive-only properly.
8174 2013-11-25  Martin Rudalics  <rudalics@gmx.at>
8176         * window.el (display-buffer-at-bottom): Make sure that
8177         split-window-sensibly creates the new window on bottom
8178         (Bug#15961).
8180 2013-11-23  David Kastrup  <dak@gnu.org>
8182         * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
8183         on the conflict markers when available.
8184         (smerge--get-marker): New function.
8185         (smerge-end-re, smerge-base-re): Add subgroup.
8187 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8189         * frame.el (handle-focus-in, handle-focus-out): Add missing
8190         interactive spec.
8192 2013-11-25  Michael Albinus  <michael.albinus@gmx.de>
8194         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
8195         `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
8197 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8199         * play/gomoku.el: Don't use intangible property.  Use lexical-binding.
8200         (gomoku--last-pos): New var.
8201         (gomoku--intangible-chars): New const.
8202         (gomoku--intangible): New function.
8203         (gomoku-mode): Use it.  Derive from special-mode.
8204         (gomoku-move-up): Adjust line count.
8205         (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
8206         (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
8207         Simplify accordingly.
8209         * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
8210         Remove blink-cursor code.
8211         (blink-cursor-timer-function, blink-cursor-suspend):
8212         Don't special-case GUIs.
8213         (blink-cursor-mode): Use focus-in/out-hook.
8215 2013-11-25  Dmitry Gutov  <dgutov@yandex.ru>
8217         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
8218         work when annotation is invisible (Bug#13886).
8220 2013-11-24  Simon Schubert  <2@0x2c.org>  (tiny change)
8222         * json.el (json-alist-p): Only return non-nil if the alist has
8223         simple keys (Bug#13518).
8225 2013-11-24  Mihir Rege  <mihirrege@gmail.com>  (tiny change)
8227         * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
8228         when control-statement is the first statement in a buffer (Bug#15956).
8230 2013-11-24  Dmitry Gutov  <dgutov@yandex.ru>
8232         * imenu.el (imenu-generic-skip-comments-and-strings):
8233         New option (Bug#15560).
8234         (imenu--generic-function): Use it.
8236 2013-11-24  Jorgen Schaefer  <contact@jorgenschaefer.de>
8238         * minibuffer.el (completion--in-region-1): Scroll the correct window.
8239         (Bug#13898)
8241 2013-11-24  Bozhidar Batsov  <bozhidar@batsov.com>
8243         * emacs-lisp/helpers.el: Add some string helpers.
8244         (string-trim-left): Removes leading whitespace.
8245         (string-trim-right): Removes trailing whitespace.
8246         (string-trim): Removes leading and trailing whitespace.
8248         * subr.el (string-suffix-p): New function.
8250 2013-11-23  Glenn Morris  <rgm@gnu.org>
8252         * progmodes/python.el (python-shell-send-file):
8253         Add option to delete file when done.  (Bug#15647)
8254         (python-shell-send-string, python-shell-send-region): Use it.
8256 2013-11-23  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
8258         * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
8259         to set buffer-read-only to t, never to nil.  (Bug#15938)
8261         * textmodes/tex-mode.el (latex-noindent-environments):
8262         Add safe-local-variable property.  (Bug#15936)
8264 2013-11-23  Glenn Morris  <rgm@gnu.org>
8266         * textmodes/enriched.el (enriched-mode): Doc fix.
8267         * emacs-lisp/authors.el (authors-renamed-files-alist):
8268         Add enriched.doc -> enriched.txt.
8270         * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
8272 2013-11-22  Leo Liu  <sdl.web@gmail.com>
8274         * progmodes/octave.el (inferior-octave-startup): Spit out error
8275         message.
8277 2013-11-22  Bozhidar Batsov  <bozhidar@batsov.com>
8279         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
8280         Improve docstring.
8281         Add :version.
8282         (ruby-encoding-magic-comment-style): Add :version.
8284 2013-11-22  Leo Liu  <sdl.web@gmail.com>
8286         * progmodes/octave.el (octave-operator-regexp): Exclude newline.
8287         (Bug#15076)
8288         (octave-help-mode): Adapt to change to help-mode-finish to use
8289         derived-mode-p on 2013-09-17.
8290         (inferior-octave-prompt): Also match octave-gui.
8291         (octave-kill-process): Don't ask twice.  (Bug#10564)
8293 2013-11-22  Leo Liu  <sdl.web@gmail.com>
8295         * progmodes/octave.el (inferior-octave-process-live-p): New helper.
8296         (inferior-octave-startup, inferior-octave-check-process)
8297         (inferior-octave-track-window-width-change)
8298         (octave-completion-at-point, octave-eldoc-function): Use it.
8299         (octave-kill-process): Provide confirmation.  (Bug#10564)
8301 2013-11-21  Leo Liu  <sdl.web@gmail.com>
8303         * progmodes/octave.el (octave-mode, inferior-octave-mode):
8304         Fix obsolete variable comment-use-global-state.
8306 2013-11-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8308         * progmodes/octave.el (octave-mode-map, octave-mode-menu):
8309         Add `octave-source-file'.
8310         (octave-source-file): New function.  (Bug#15935)
8312 2013-11-21  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>
8314         * net/eww.el (eww-local-regex): New variable.
8315         (eww): Use it to detect localhost and similar.
8317 2013-11-21  Leo Liu  <sdl.web@gmail.com>
8319         Add completion for command `ag'.
8320         * pcmpl-x.el (pcmpl-x-ag-options): New variable.
8321         (pcomplete/ag): New function.
8322         (pcmpl-x-ag-options): New function.  Handle `[no]' in long options.
8324 2013-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8326         * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
8327         (bug#14646).
8328         (make-obsolete): Remove interactive spec.
8330 2013-11-21  Glenn Morris  <rgm@gnu.org>
8332         * startup.el (command-line-1): Use path-separator with -L.
8334 2013-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
8336         * emacs-lisp/package.el (describe-package-1): Add package archive
8337         to shown fields.
8339 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
8341         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
8342         Change default to "# encoding: %s" to differentiate it from the
8343         default Ruby encoding comment template.
8345 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
8347         * ses.el (ses-mode): Doc fix.  (Bug#14748)
8349 2013-11-20  Leo Liu  <sdl.web@gmail.com>
8351         * window.el (display-buffer-alist): Doc fix.  (Bug#13594)
8353 2013-11-19  Dan Nicolaescu  <dann@gnu.org>
8355         * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
8356         when rebase or bisect are in progress.
8358 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
8360         * filenotify.el (file-notify-add-watch): Doc fix.
8362 2013-11-19  Leo Liu  <sdl.web@gmail.com>
8364         * obsolete/rcompile.el: Mark obsolete.
8366         * progmodes/compile.el (compilation-start)
8367         (compilation-goto-locus, compilation-find-file):
8368         Pass no-display-ok and handle nil value from display-buffer.
8369         (Bug#13594)
8371         * window.el (display-buffer-alist, display-buffer): Document the
8372         new parameter no-display-ok.  Return either a window or nil
8373         but never a non-window value.
8375 2013-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8377         * electric.el (electric-indent-mode-map): Remove.
8378         (electric-indent-mode): Change the global-map instead (bug#15915).
8380         * textmodes/text-mode.el (paragraph-indent-minor-mode):
8381         Use add-function.
8383 2013-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8385         * emacs-lisp/nadvice.el (remove-function): Align with
8386         add-function's behavior.
8388         * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
8389         (gdb--string-regexp): New constant.
8390         (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
8391         (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
8392         (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
8393         submatch 1.
8394         (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
8395         Adjust use accordingly.
8396         (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
8398 2013-11-17  Adam Sokolnicki  <adam.sokolnicki@gmail.com>  (tiny change)
8400         * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
8401         interpolation curlies (Bug#15914).
8403 2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
8405         * calc/calc.el (calc-context-sensitive-enter): New variable.
8406         (calc-enter): Use `calc-context-sensitive-enter'.
8408 2013-11-16  Teodor Zlatanov  <tzz@lifelogs.com>
8410         * progmodes/cfengine.el: Version bump.
8411         (cfengine-cf-promises): New defcustom to locate cf-promises.
8412         (cfengine3-vartypes): Add new "data" type.
8413         (cfengine3--current-word): New function to get current name-like
8414         word or its bounds.
8415         (cfengine3--current-function): New function to look up a CFEngine
8416         function's definition.
8417         (cfengine3-format-function-docstring): New function.
8418         (cfengine3-make-syntax-cache): New function.
8419         (cfengine3-documentation-function): New function: ElDoc glue.
8420         (cfengine3-completion-function): New function: completion glue.
8421         (cfengine3-mode): Set `compile-command',
8422         `eldoc-documentation-function', and add to
8423         `completion-at-point-functions'.
8425 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
8427         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
8428         `tramp-current-connection'.
8430 2013-11-15  Dmitry Gutov  <dgutov@yandex.ru>
8432         * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
8433         nil/self/true/false with "end of symbol".
8435 2013-11-15  Bozhidar Batsov  <bozhidar@batsov.com>
8437         * subr.el (version-regexp-alist): Fix a typo.
8439 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
8441         * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
8442         "en_US.utf8" and "LC_CTYPE" to "".
8443         (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
8444         (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
8446 2013-11-15  Leo Liu  <sdl.web@gmail.com>
8448         * loadhist.el (read-feature): Get rid of fake feature nil.  (Bug#15889)
8450 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8452         * progmodes/gud.el (ctl-x-map):
8453         Remove C-x SPC binding.  (Bug#12342)
8454         (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
8456 2013-11-14  Bozhidar Batsov  <bozhidar@batsov.com>
8458         * subr.el (version-regexp-alist):
8459         Recognize hg, svn and darcs versions as snapshot versions.
8461         * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
8462         'always-utf8 value of `ruby-insert-encoding-magic-comment'.
8463         (ruby--encoding-comment-required-p): Extract from
8464         `ruby-mode-set-encoding'.
8465         (ruby-mode-set-encoding): Add the ability to always insert an
8466         utf-8 encoding comment.  Fix and simplify coding comment update
8467         logic.
8469 2013-11-14  Michael Albinus  <michael.albinus@gmx.de>
8471         * net/tramp-gvfs.el (top): Run init code only when
8472         `tramp-gvfs-enabled' is not nil.
8473         (tramp-gvfs-enabled): Check also :system bus.
8475 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8477         Sync with upstream verilog-mode revision 78e66ba.
8478         * progmodes/verilog-mode.el (verilog-end-of-defun)
8479         (verilog-type-completion, verilog-get-list): Remove unused funcs.
8480         (verilog-get-end-of-defun): Remove unused argument.
8481         (verilog-comment-depth): Remove unused local `e'.
8482         (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
8483         Don't pass arg to verilog-get-end-of-defun.
8485 2013-11-14  Glenn Morris  <rgm@gnu.org>
8487         * obsolete/assoc.el (aget): Prefix dynamic variable.
8489         * allout-widgets.el (allout-widgets): No need to autoload defgroup.
8491 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8493         * widget.el, hfy-cmap.el: Remove bogus package version number.
8495 2013-11-13  Glenn Morris  <rgm@gnu.org>
8497         * replace.el (replace-eval-replacement):
8498         Try to give more helpful error message.  (Bug#15836)
8500         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
8501         (archive-7z-update): Avoid custom type mismatches.
8503         * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
8505 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
8507         * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
8508         address can be empty.
8510         * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
8511         Accept nil SWITCHES.
8512         (tramp-gvfs-handle-write-region): Implement APPEND.
8514 2013-11-12  Dmitry Gutov  <dgutov@yandex.ru>
8516         * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
8517         binary "|" operator and closing block args delimiter.
8518         Remove FIXME comment referring to Ruby 1.8-only syntax.
8519         (ruby-smie--implicit-semi-p): Not after "|" operator.
8520         (ruby-smie--closing-pipe-p): New function.
8521         (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
8522         (ruby-smie-rules): Indent after "|".
8524 2013-11-12  Glenn Morris  <rgm@gnu.org>
8526         * ps-print.el (ps-face-attribute-list):
8527         Handle anonymous faces.  (Bug#15827)
8529 2013-11-12  Martin Rudalics  <rudalics@gmx.at>
8531         * window.el (display-buffer-other-frame): Fix doc-string.
8532         (Bug#15868)
8534 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8536         * subr.el (force-mode-line-update): Delete, move to buffer.c.
8538 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
8540         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
8541         (tramp-sh-handle-file-local-copy): Don't write a message when
8542         saving temporary files.
8544         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
8545         both directories are remote.
8546         (tramp-smb-handle-directory-files): Do not return double entries.
8547         Do not expand full file names.
8548         (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
8549         (tramp-smb-handle-write-region): Implement APPEND.
8550         (tramp-smb-get-stat-capability): Fix a stupid bug.
8552 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8554         * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
8556 2013-11-11  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
8558         * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
8559         throwing error over malformed let/let* (bug#15814).
8561 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8563         * iswitchb.el (iswitchb-mode): Mark obsolete.
8565 2013-11-11  Glenn Morris  <rgm@gnu.org>
8567         * international/uni-bidi.el, international/uni-category.el:
8568         * international/uni-name.el, international/uni-numeric.el:
8569         Regenerate for Unicode 6.3.0.
8571 2013-11-10  Michael Albinus  <michael.albinus@gmx.de>
8573         * net/tramp.el (tramp-methods):
8574         * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
8575         2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
8577 2013-11-09  Andreas Schwab  <schwab@linux-m68k.org>
8579         * progmodes/sh-script.el (sh-font-lock-keywords-var):
8580         Force highlighting text after Summary keyword in doc face for rpm.
8582 2013-11-09  Dmitry Gutov  <dgutov@yandex.ru>
8584         * textmodes/ispell.el (ispell-lookup-words): When `look' is not
8585         available and the word has no wildcards, append one to the grep pattern.
8586         http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
8587         (ispell-complete-word): Call `ispell-lookup-words' with the value
8588         independent of `ispell-look-p'.
8590 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
8592         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
8593         Not after "||".
8594         (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
8595         their parent.
8597 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8599         * progmodes/ruby-mode.el: Don't require cl any more.  Use pcase instead.
8600         (ruby-font-lock-keywords): Use backquote.
8602 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
8604         * progmodes/ruby-mode.el (ruby-smie--forward-token)
8605         (ruby-smie--backward-token): Only consider full-string matches.
8607 2013-11-08  Jan Djärv  <jan.h.d@swipnet.se>
8609         * faces.el (describe-face): Add distant-foreground.
8611 2013-11-08  Bozhidar Batsov  <bozhidar@batsov.com>
8613         * progmodes/ruby-mode.el: Improve encoding comment handling.
8614         (ruby-encoding-magic-comment-style): New option.
8615         (ruby-custom-encoding-magic-comment-template): New option.
8616         (ruby--insert-coding-comment, ruby--detect-encoding):
8617         New functions extracted from `ruby-mode-set-encoding'.
8618         (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
8619         to control the style of the auto-inserted encoding comment.
8621 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
8623         * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
8624         Use `smie-backward-sexp' with token argument.
8626 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
8628         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
8629         Remove instrumentation code.
8631 2013-11-08  Glenn Morris  <rgm@gnu.org>
8633         * progmodes/autoconf.el (autoconf-mode):
8634         Tweak comment-start-skip.  (Bug#15822)
8636 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8638         * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
8639         at bobp (bug#15826).
8640         (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
8642 2013-11-08  Darren Hoo  <darren.hoo@gmail.com>
8644         * man.el (Man-start-calling): New macro, extracted from
8645         Man-getpage-in-background.
8646         (Man-getpage-in-background): Use it.
8647         (Man-update-manpage): New command.
8648         (Man-mode-map): Bind it.
8650 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
8652         * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
8653         of "and", "or", "&&" and "||".
8654         (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
8655         argument.  Prohibit opening curly brace because it could only be a
8656         block opener in that position.
8657         (ruby-smie--forward-token, ruby-smie--backward-token):
8658         Separate "|" from "&" or "*" going after it.  That can happen in block
8659         arguments.
8660         (ruby-smie--indent-to-stmt): New function, seeks the end of
8661         previous statement or beginning of buffer.
8662         (ruby-smie-rules): Use it.
8663         (ruby-smie-rules): Check if there's a ":" before a curly block
8664         opener candidate; if there is, it's a hash.
8666 2013-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8668         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
8669         (cl--block-wrapper): Fix last accidental change.
8671 2013-11-07  Michael Albinus  <michael.albinus@gmx.de>
8673         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
8674         Instrument, in order to hunt failure on hydra.
8676 2013-11-05  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
8678         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
8679         malformed bindings form (bug#15814).
8681 2013-11-07  Dmitry Gutov  <dgutov@yandex.ru>
8683         * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
8684         "." compared to " @ ".  This incidentally fixes some indentation
8685         examples with "do".
8686         (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
8687         (ruby-smie-grammar): New tokens: "and" and "or".
8688         (ruby-smie--args-separator-p): Fix the check for tokens at POS.
8689         Exclude "and" and "or".  Remove "do" in order to work around token
8690         priorities.
8691         (ruby-smie-rules): Add all infix tokens.  Handle the case of
8692         beginning-of-buffer.
8694 2013-11-06  Glenn Morris  <rgm@gnu.org>
8696         * Makefile.in (setwins_almost, setwins_for_subdirs):
8697         Avoid accidental matches.
8699 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8701         * menu-bar.el (popup-menu): Use key-binding.
8703 2013-11-06  Eli Zaretskii  <eliz@gnu.org>
8705         * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
8706         menus, support also the menus produced by minor modes.
8707         (Bug#15817)
8709 2013-11-06  Leo Liu  <sdl.web@gmail.com>
8711         * thingatpt.el (thing-at-point-looking-at): Add optional arg
8712         DISTANCE to bound the search.  All uses changed.  (Bug#15808)
8714 2013-11-06  Glenn Morris  <rgm@gnu.org>
8716         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
8717         (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
8718         (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
8720 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8722         * electric.el (electric-indent-just-newline): New command.
8723         (electric-indent-mode-map): New keymap.
8724         (electric-indent-mode, electric-pair-mode, electric-layout-mode):
8725         Re-add :group which weren't redundant.
8727         * electric.el (electric-indent-local-mode): New minor mode.
8728         (electric-indent-functions-without-reindent): New var.
8729         (electric-indent-post-self-insert-function): Use it.
8730         * emacs-lisp/gv.el (buffer-local-value): Add setter.
8732 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
8734         * international/quail.el (quail-help): Be more explicit about the
8735         meaning of the labels shown on the keys.  (Bug#15800)
8737         * startup.el (normal-top-level): Load the subdirs.el files before
8738         setting the locale environment.  (Bug#15805)
8740 2013-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8742         * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
8743         via arguments so as to get the right ones (bug#15418).
8745         * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
8747 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
8749         Fix problems found while writing a test suite.
8751         * net/tramp-compat.el (tramp-compat-load): New defun.
8752         * net/tramp.el (tramp-handle-load): Use it.
8754         * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
8755         "(numberp ok-if-already-exists)" correctly.
8757 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
8759         * international/characters.el (glyphless-char-display-control):
8760         Add usage note.
8762 2013-11-05  Bozhidar Batsov  <bozhidar@batsov.com>
8764         * progmodes/python.el (python-mode):
8765         * progmodes/scheme.el (scheme-mode):
8766         * progmodes/prolog.el (prolog-mode):
8767         * progmodes/ruby-mode.el (ruby-mode):
8768         * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
8769         (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
8771 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8773         * rect.el (rectangle--highlight-for-redisplay):
8774         * emacs-lisp/smie.el (smie--next-indent-change):
8775         Use buffer-chars-modified-tick.
8777         * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
8779         * electric.el (electric-indent-post-self-insert-function):
8780         Only delete trailing whitepsace if it is indeed trailing (bug#15767).
8782 2013-11-04  Helmut Eller  <eller.helmut@gmail.com>
8784         * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
8786 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
8788         * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
8789         (bug#15786).
8791 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8793         * emacs-lisp/helpers.el: Move from helpers.el.  Use lexical-binding.
8795         * progmodes/python.el: Fix up last change.
8796         (python-shell--save-temp-file): New function.
8797         (python-shell-send-string): Use it.  Remove `msg' arg.  Don't assume
8798         `string' comes from the current buffer.
8799         (python-shell-send-string-no-output): Remove `msg' arg.
8800         (python--use-fake-loc): New var.
8801         (python-shell-buffer-substring): Obey it.  Try to compensate for the
8802         extra coding line added by python-shell--save-temp-file.
8803         (python-shell-send-region): Use python-shell--save-temp-file and
8804         python-shell-send-file directly.  Add `nomain' argument.
8805         (python-shell-send-buffer): Use python-shell-send-region.
8806         (python-electric-pair-string-delimiter): New function.
8807         (python-mode): Use it.
8809 2013-11-04  Eli Zaretskii  <eliz@gnu.org>
8811         * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
8812         eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
8813         environment and decoding all of the default-directory's to here
8814         from command-line.
8815         (command-line): Decode also argv[0].
8817         * loadup.el: Error out if default-directory is a multibyte string
8818         when we are dumping.
8820         * Makefile.in (emacs): Don't set LC_ALL=C.  (Bug#15260)
8822 2013-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
8824         * emacs-lisp/package.el (package-menu-mode)
8825         (package-menu--print-info, package-menu--archive-predicate):
8826         Add Archive column to package list.
8828 2013-11-04  Michael Albinus  <michael.albinus@gmx.de>
8830         Fix problems found while writing a test suite.
8832         * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
8833         (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
8834         (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
8835         to nil when running original file name handler.  Otherwise,
8836         there are problems with constructs like "$$FOO".
8838         * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
8839         for `localname'.
8841 2013-11-04  Bozhidar Batsov  <bozhidar@batsov.com>
8843         * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
8845         * subr.el (version<, version<=, version=):
8846         Update docstrings with information for snapshot versions.
8848         * helpers.el: New library for misc helper functions.
8849         (hash-table-keys): New function returning a list of hash keys.
8850         (hash-table-values): New function returning a list of hash values.
8852 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
8854         * progmodes/ruby-mode.el (ruby-smie--forward-token)
8855         (ruby-smie--backward-token): Tokenize heredocs as semicolons.
8857 2013-11-04  Michal Nazarewicz  <mina86@mina86.com>
8859         * textmodes/fill.el (fill-single-char-nobreak-p): New function
8860         checking whether point is after a 1-letter word.
8862 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
8864         * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
8865         Don't infloop when expanding region over `multiline' syntax-type that
8866         begins a line (bug#15778).
8868 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8870         * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
8871         Make it into a proper minor mode.
8872         (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
8873         (rectangle-mark-mode-map): New keymap.
8874         (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
8876 2013-11-04  Glenn Morris  <rgm@gnu.org>
8878         * startup.el (command-line-1): Allow `-L :...' to append to load-path.
8880 2013-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8882         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
8883         (ruby-smie-rules): Use smie-rule-parent instead.
8885         * emacs-lisp/smie.el (smie-rule-parent): Always call
8886         smie-indent-virtual rather than only for hanging tokens.
8887         (smie--next-indent-change): New helper command.
8889 2013-11-03  Glenn Morris  <rgm@gnu.org>
8891         * Makefile.in (abs_srcdir): Remove.
8892         (emacs): Unset EMACSLOADPATH.
8894 2013-11-02  Glenn Morris  <rgm@gnu.org>
8896         * Makefile.in (EMACS): Use a relative filename.
8897         (abs_top_builddir): Remove.
8898         (custom-deps, finder-data, autoloads): Use --chdir.
8900         * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
8902         Use relative filenames in TAGS files.
8903         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
8904         (lisptagsfiles4, TAGS): Use relative file names.
8905         (TAGS-LISP): Remove.
8906         (maintainer-clean): No more TAGS-LISP file.
8908         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
8909         (lisptagsfiles4): Use absolute filenames again.
8910         (TAGS, TAGS-LISP): Not everything needs to run in one line.
8911         Remove all *loaddefs files, not just the first.  Remove esh-groups.
8912         (maintainer-clean): Delete TAGS, TAGS-LISP.
8914 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
8916         * emacs-lisp/package.el (package-version-join):
8917         Recognize snapshot versions.
8919 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
8921         * subr.el (version-regexp-alist): Add support for snapshot versions.
8923 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
8925         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
8926         New function, replacement for `smie-rule-parent' for when we want to
8927         skip over our direct parent if it's an assignment token..
8928         (ruby-smie-rules): Use it.
8930 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
8932         * progmodes/ruby-mode.el: Use `syntax-propertize-function'
8933         unconditionally.  Remove now unnecessary forward declarations.
8934         Remove XEmacs-specific setup.
8935         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
8936         (ruby-font-lock-syntactic-keywords)
8937         (ruby-comment-beg-syntax, ruby-in-here-doc-p)
8938         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
8939         (ruby-here-doc-end-syntax): Remove.
8940         (ruby-mode): Don't check whether `syntax-propertize-rules' is
8941         defined as function.
8943 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
8945         * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
8947 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
8949         * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
8950         table and abbrev table, `define-derived-mode' does that for us
8951         anyway.
8953 2013-11-01  Glenn Morris  <rgm@gnu.org>
8955         * Makefile.in: Remove manual mh-e dependencies (writing .elc
8956         files is atomic for some time, so no parallel compilation issues).
8958 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
8960         * faces.el (face-x-resources): Add :distant-foreground.
8961         (region): Use :distant-foreground for gtk and ns.
8963 2013-11-01  Tassilo Horn  <tsdh@gnu.org>
8965         Allow multiple bibliographies when BibLaTeX is used rather than
8966         BibTeX.
8967         * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
8968         (reftex-locate-bibliography-files): Us it.
8970 2013-11-01  Claudio Bley  <claudio.bley@googlemail.com>
8972         * image.el (image-type-header-regexps): Fix the 'pbm' part to
8973         allow comments in pbm files.
8975         * term/w32-win.el (dynamic-library-alist): Support newer versions
8976         of libjpeg starting with v7: look only for the DLL from the
8977         version against which Emacs was built.
8978         Support versions of libpng beyond 1.4.x.
8979         Support libtiff v4.x.
8981 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
8983         * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
8984         (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
8985         Add property :safe.
8986         (ruby-deep-arglist): Add property :type.
8988 2013-10-31  Glenn Morris  <rgm@gnu.org>
8990         * Makefile.in (custom-deps, finder-data): No need to setq the target
8991         variables, we are in the right directory and the defaults work fine.
8993 2013-10-30  Glenn Morris  <rgm@gnu.org>
8995         * Makefile.in (autoloads): Do not use abs_lisp.
8997         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8998         `newline' does not respect `standard-output', so use `princ'.
9000 2013-10-30  Alp Aker  <alp.tekin.aker@gmail.com>
9002         Ensure unmarking in buffer menu clears 'S' marks.  (Bug#15761)
9003         * buff-menu.el (Buffer-menu--unmark): New function.
9004         (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
9006 2013-10-30  Glenn Morris  <rgm@gnu.org>
9008         * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
9010         * emacs-lisp/package.el (lm-homepage): Declare.
9012         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
9013         Fix doc typos.
9015         * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
9017         * Makefile.in (finder-data, autoloads, update-subdirs)
9018         (compile-main, compile-clean, compile-always, bootstrap-clean):
9019         Check return value of cd.
9020         (compile-calc): Remove.
9022 2013-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9024         * simple.el (copy-region-as-kill): Fix call to region-extract-function.
9026         * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
9027         (byte-compile-and-folded): New function.
9028         (=, <, >, <=, >=): Use it.
9030         * dos-w32.el (minibuffer-history-case-insensitive-variables)
9031         (path-separator, null-device, buffer-file-coding-system)
9032         (lpr-headers-switches): Check system-type before modifying them.
9033         (find-buffer-file-type-coding-system): Mark obsolete.
9034         (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
9035         find-file-not-found-set-buffer-file-coding-system.
9036         (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
9037         (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
9038         (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
9039         (w32-direct-print-region-helper, w32-direct-print-region-function)
9040         (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
9041         * startup.el (normal-top-level-add-subdirs-to-load-path):
9042         * ps-print.el (ps-print-region-function):
9043         * lpr.el (print-region-function): Use new name.
9045         * subr.el (custom-declare-variable-early): Remove function.
9046         (custom-declare-variable-list): Remove var.
9047         (error, user-error): Remove `while' loop.
9048         (read-quoted-char-radix, read-quoted-char): Move to simple.el.
9049         (user-emacs-directory-warning, locate-user-emacs-file):
9050         Move to files.el.
9051         * simple.el (read-quoted-char-radix, read-quoted-char):
9052         * files.el (user-emacs-directory-warning, locate-user-emacs-file):
9053         Move from subr.el.
9054         * custom.el (custom-declare-variable-list): Don't process
9055         custom-declare-variable-list.
9057         * progmodes/python.el (python-shell-get-buffer): New function.
9058         (python-shell-get-process): Use it.
9059         (python-shell-send-string): Always use utf-8 and add a cookie to tell
9060         Python which encoding was used.  Don't split-string since we only care
9061         about the first line.  Return the temp-file, if applicable.
9062         (python-shell-send-region): Tell compile.el how to turn locations in
9063         the temp-file into locations in the source buffer.
9065 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9067         * subr.el (undefined): Add missing behavior from the C code for
9068         unbound keys.
9070         * rect.el: Use lexical-binding.  Add new rectangular region support.
9071         (rectangle-mark): New command.
9072         (rectangle--region): New var.
9073         (deactivate-mark-hook): Reset rectangle--region.
9074         (rectangle--extract-region, rectangle--insert-for-yank)
9075         (rectangle--highlight-for-redisplay)
9076         (rectangle--unhighlight-for-redisplay): New functions.
9077         (region-extract-function, redisplay-unhighlight-region-function)
9078         (redisplay-highlight-region-function): Use them to handle
9079         rectangular region.
9080         * simple.el (region-extract-function): New var.
9081         (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
9082         (kill-new, kill-append): Remove obsolete `yank-handler' argument.
9083         (kill-region): Replace obsolete `yank-handler' arg with `region'.
9084         (copy-region-as-kill, kill-ring-save): Add `region' argument.
9085         (redisplay-unhighlight-region-function)
9086         (redisplay-highlight-region-function): New vars.
9087         (redisplay--update-region-highlight): New function.
9088         (pre-redisplay-function): Use it.
9089         (exchange-point-and-mark): Don't deactivate the mark before
9090         reactivate-it anyway.
9091         * comint.el (comint-kill-region): Remove yank-handler argument.
9092         * delsel.el (delete-backward-char, backward-delete-char-untabify)
9093         (delete-char): Remove property, since it's now part of their
9094         default behavior.
9095         (self-insert-iso): Remove property since this command doesn't exist.
9097         * emacs-lisp/package.el (package--download-one-archive)
9098         (describe-package-1): Don't query the user about final newline.
9100 2013-10-29  Daniel Colascione  <dancol@dancol.org>
9102         * net/tramp.el (tramp-methods): Document new functionality.
9103         * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
9104         tramp-hostname-checker if method provides one instead of scanning
9105         argument list for "%h" to decide hostname acceptability.
9107 2013-10-28  Michael Albinus  <michael.albinus@gmx.de>
9109         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
9110         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
9111         Handle COPY-CONTENTS.  (Bug#15737)
9113 2013-10-28  Daiki Ueno  <ueno@gnu.org>
9115         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
9116         Document that this option has no effect with GnuPG 2.0 (bug#15552).
9118 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
9120         * image.el (defimage, image-load-path): Doc fixes.
9122 2013-10-27  Alan Mackenzie  <acm@muc.de>
9124         Indent statements in macros following "##" correctly.
9125         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
9126         Modify the "#" arm of a cond form to handle "#" and "##" operators.
9128 2013-10-27  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
9130         * linum.el (linum-update-window): Fix boundary test (bug#13446).
9132 2013-10-27  Dmitry Gutov  <dgutov@yandex.ru>
9134         * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
9135         after `=' is probably a new expression.
9137 2013-10-27  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9139         * man.el (man-imenu-title): New option.
9140         (Man-mode-map): Add menu.  (Bug#15722)
9141         (Man-mode): Add imenu to menu.
9143 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
9145         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
9146         specific in what the first arg can be: a non-keyword word,
9147         string/regexp/percent literal opener, opening paren, or unary
9148         operator followed directly by word.
9150 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9152         * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
9153         (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
9154         (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
9155         (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
9156         Remove vars, they do not apply any more.
9157         (prolog-mode-abbrev-table): Remove redundant declaration.
9158         (prolog-upper-case-string, prolog-lower-case-string): Remove.
9159         (prolog-use-smie): Remove.
9160         (prolog-smie-rules): Add indentation rule for the if-then-else layout
9161         supported by prolog-electric-if-then-else-flag.
9162         (prolog-mode-variables, prolog-menu): Use setq-local.
9163         (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
9164         Remove binding to `Backspace' since this key doesn't exist anyway.
9165         Remove bindings for electric self-inserting keys.
9166         (prog-mode): Assume it's defined.
9167         (prolog-post-self-insert): New function.
9168         (prolog-mode): Use it.
9169         (prolog-indent-line, prolog-indent-level)
9170         (prolog-find-indent-of-matching-paren)
9171         (prolog-indentation-level-of-line, prolog-goto-comment-column)
9172         (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
9173         (prolog-goto-next-paren, prolog-in-string-or-comment)
9174         (prolog-tokenize, prolog-inside-mline-comment)
9175         (prolog-find-start-of-mline-comment): Remove functions.
9176         (prolog-find-unmatched-paren, prolog-clause-end)
9177         (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
9178         (prolog-electric--if-then-else): Rename from
9179         prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
9180         (prolog-tokenize-searchkey): Remove const.
9181         (prolog-clause-info): Use forward-sexp.
9182         (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
9183         (prolog-electric-if-then-else): Remove commands.
9184         (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
9185         for use in post-self-insert-hook.
9186         (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
9187         for use in post-self-insert-hook.
9188         (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
9189         for use in post-self-insert-hook.
9190         (prolog-electric--underscore): Rename from prolog-electric--underscore;
9191         adapt it for use in post-self-insert-hook.
9193 2013-10-25  Michael Albinus  <michael.albinus@gmx.de>
9195         * emacs-lisp/ert.el (ert-run-tests-interactively):
9196         Use `completing-read'.  (Bug#9756)
9198 2013-10-25  Eli Zaretskii  <eliz@gnu.org>
9200         * simple.el (line-move): Call line-move-1 instead of
9201         line-move-visual when the current window hscroll is zero, but
9202         temporary-goal-column indicates we will need to hscroll as result
9203         of the movement.  (Bug#15712)
9205 2013-10-25  Dmitry Gutov  <dgutov@yandex.ru>
9207         * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
9208         capitalization.  Use :visible instead of :active.
9209         Fix `ruby-indent-exp' reference.  Add menu items for the generic
9210         commands that are used with SMIE.
9211         (ruby-do-end-to-brace): Insert space after `{'.
9213 2013-10-25  John Anthony  <john@jo.hnanthony.com>
9215         * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu.  (Bug#15600)
9217         * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu.  (Bug#15599)
9219 2013-10-25  Glenn Morris  <rgm@gnu.org>
9221         * vc/vc.el (vc-print-log): Don't use a working revision unless
9222         one was explicitly specified.  (Bug#15322)
9224 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9226         * subr.el (add-to-list): Preserve return value in compiler-macro
9227         (bug#15692).
9229 2013-10-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9231         * progmodes/octave.el (octave-lookfor): Handle empty lookfor
9232         result.  Ask user to retry using '-all' flag.  (Bug#15701)
9234 2013-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9236         * emacs-lisp/smie.el: New smie-config system.
9237         (smie-config): New defcustom.
9238         (smie-edebug, smie-config-show-indent, smie-config-set-indent)
9239         (smie-config-guess, smie-config-save): New commands.
9240         (smie-config--mode-local, smie-config--buffer-local)
9241         (smie-config--trace, smie-config--modefuns): New vars.
9242         (smie-config--advice, smie-config--mode-hook)
9243         (smie-config--setter, smie-config-local, smie-config--get-trace)
9244         (smie-config--guess-value, smie-config--guess): New functions.
9245         (smie-indent-forward-token, smie-indent-backward-token): Don't copy
9246         text properties.  Treat "string fence" syntax like string syntax.
9248         * progmodes/sh-script.el (sh-use-smie): Change default.
9249         (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
9250         (sh-var-value): Simplify by CSE.
9251         (sh-show-indent, sh-set-indent, sh-learn-line-indent)
9252         (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
9253         is used.
9254         (sh-guess-basic-offset): Use cl-incf.
9255         (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
9257 2013-10-24  Helmut Eller  <eller.helmut@gmail.com>
9259         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
9260         (bug#15699).
9262 2013-10-24  Glenn Morris  <rgm@gnu.org>
9264         * Makefile.in (abs_top_srcdir): Remove.
9265         (update-subdirs): Use relative path to update-subdirs.
9267 2013-10-24  Eli Zaretskii  <eliz@gnu.org>
9269         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
9270         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
9271         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
9272         Call unmsys--file-name before expand-file-name, not after it.
9274 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
9276         * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
9277         (ert-test-skipped): New error.
9278         (ert-skip, ert-stats-skipped): New defuns.
9279         (ert--skip-unless): New macro.
9280         (ert-test-skipped): New struct.
9281         (ert--run-test-debugger, ert-test-result-type-p)
9282         (ert-test-result-expected-p, ert--stats, ert-stats-completed)
9283         (ert--stats-set-test-and-result, ert-char-for-test-result)
9284         (ert-string-for-test-result, ert-run-tests-batch)
9285         (ert--results-update-ewoc-hf, ert-run-tests-interactively):
9286         Handle skipped tests.  (Bug#9803)
9288 2013-10-24  Glenn Morris  <rgm@gnu.org>
9290         * Makefile.in (check-declare): Remove unnecessary path in -l argument.
9292         * Makefile.in (abs_top_srcdir): New, set by configure.
9293         (update-subdirs): Correct build-aux location.
9295 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
9297         * vc/vc.el (vc-print-root-log): Always set `default-directory'
9298         value, whether we could auto-deduce `backend', or not.
9300         * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
9301         with parameters" example.  Simplify the "is it block or is it
9302         hash" check, but also make it more thorough.
9304 2013-10-23  Masashi Fujimoto  <masfj.dev@gmail.com>  (tiny change)
9306         * battery.el (battery-pmset): Handle OS X Mavericks.  (Bug#15694)
9308 2013-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9310         * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
9311         { if it is hanging.
9313         * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
9314         :before ";".
9316 2013-10-23  Jed Brown  <jed@59A2.org>  (tiny change)
9318         * progmodes/compile.el (compilation-directory-matcher)
9319         (compilation-page-delimiter):
9320         Support GNU Make-4.0 directory quoting.  (Bug#15678)
9322 2013-10-23  Leo Liu  <sdl.web@gmail.com>
9324         * ido.el (ido-tidy): Handle read-only text.
9326 2013-10-23  Glenn Morris  <rgm@gnu.org>
9328         * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
9329         (emacs, compile, compile-always):
9330         Quote entities that might contain whitespace.
9331         (custom-deps, finder-data, autoloads): Use abs_lisp.
9332         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
9333         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
9334         ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
9336 2013-10-23  Dmitry Gutov  <dgutov@yandex.ru>
9338         * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
9339         Use `following-char'.
9341 2013-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9343         * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
9344         * progmodes/ruby-mode.el (ruby-smie-rules):
9345         Remove corresponding workaround.  Fix indentation rule of ";" so it
9346         also applies when ";" is the parent.
9348 2013-10-22  Xue Fuqiao  <xfq.free@gmail.com>
9350         * frame.el (display-screens, display-pixel-height)
9351         (display-pixel-width, display-mm-width, display-backing-store)
9352         (display-save-under, display-planes, display-color-cells)
9353         (display-visual-class, display-monitor-attributes-list):
9354         Mention the optional ‘display’ argument in doc strings.
9356 2013-10-22  Michael Gauland  <mikelygee@amuri.net>
9358         * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
9359         viewers such as evince when ebnf-production-name-p is nil.  (Bug#15625)
9361 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
9363         * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
9364         TODO.  Add "." after " @ ".
9365         (ruby-smie--at-dot-call): New function.  Checks if point at method
9366         call with explicit target.
9367         (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
9368         to the method name tokens when it precedes them.
9369         (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
9370         (ruby-smie-rules): Add rule for indentation before and after "."
9371         token.
9373 2013-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9375         * textmodes/remember.el (remember-diary-extract-entries):
9376         Avoid add-to-list.
9378         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
9379         an instruction.
9381 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
9383         * progmodes/ruby-mode.el (ruby-smie-grammar):
9384         Add (almost) all infix operators.
9385         (ruby-smie--implicit-semi-p): Add new operator chars.
9387         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
9388         `smie-down-list'.
9389         (ruby-smie--args-separator-p): Check that there's no newline
9390         between method call and its arguments.
9392 2013-10-20  Alan Mackenzie  <acm@muc.de>
9394         Allow comma separated lists after Java "implements".
9396         * progmodes/cc-engine.el (c-backward-over-enum-header):
9397         Parse commas.
9398         * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
9399         from a "disallowed" list in enum fontification.
9401 2013-10-20  Johan Bockgård  <bojohan@gnu.org>
9403         * startup.el (default-frame-background-mode): Remove unused defvar.
9405         * progmodes/verilog-mode.el (verilog-mode): Don't set
9406         comment-indent-function globally.
9408 2013-10-20  Jan Djärv  <jan.h.d@swipnet.se>
9410         * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
9411         Move Info menu item creation to ns-win.el.
9413         * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
9414         in menu bar.
9416         * menu-bar.el: Move GNUstep specific menus...
9418         * term/ns-win.el (ns-initialize-window-system): ... to here.
9420 2013-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9422         * simple.el (newline): Only run post-self-insert-hook when
9423         called interactively.
9425 2013-10-19  Johan Bockgård  <bojohan@gnu.org>
9427         * icomplete.el (icomplete-with-completion-tables): Add :version.
9429 2013-10-19  Alan Mackenzie  <acm@muc.de>
9431         Fix fontification bugs with constructors and const.
9433         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
9434         CASE 2) Remove the check for the absence of a suffix construct
9435         after a function declaration with only types (no identifiers) in
9436         the parentheses.  Also, accept a function declaration with just a
9437         type inside the parentheses, if this type can be positively
9438         recognised as such, or if a prefix keyword like "explicit" nails
9439         down the construct as a declaration.
9441 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
9443         * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
9444         TTY menu actions and down-mouse-N to tty-menu-ignore.  This solves
9445         the problem whereby selecting a menu item that leads to a
9446         minibuffer prompt moves the cursor out of the minibuffer window,
9447         making it hard to type at the prompt.  Suggested by Stefan Monnier
9448         <monnier@iro.umontreal.ca>.
9450 2013-10-19  Jan Djärv  <jan.h.d@swipnet.se>
9452         * menu-bar.el: Don't make Services menu.
9454 2013-10-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9456         * ffap.el: Handle "/usr/include/c++/<version>" directories.
9457         (ffap-alist): Use ffap-c++-mode for c++-mode.
9458         (ffap-c++-path): New variable.
9459         (ffap-c++-mode): New function.
9461 2013-10-19  Joe Vornehm Jr.  <joe.vornehm@gmail.com>  (tiny change)
9463         * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
9465 2013-10-18  Michael Albinus  <michael.albinus@gmx.de>
9467         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
9468         introduced on 2013-09-08, which results in an infinite loop
9469         requesting a password.
9471 2013-10-18  Glenn Morris  <rgm@gnu.org>
9473         * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
9475 2013-10-18  Wilson Snyder  <wsnyder@wsnyder.org>
9477         Sync with upstream verilog-mode revision 1a6ecec7.
9478         * progmodes/verilog-mode.el (verilog-mode-version): Update.
9479         (verilog-mode-release-date): Remove.
9480         (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
9481         (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
9482         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
9483         (verilog-auto-tieoff-ignore-regexp)
9484         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
9485         (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
9486         (verilog-signals-with, verilog-dir-cache-preserving)
9487         (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
9488         Doc fixes.
9489         (verilog-case-fold): New option, to control case folding in
9490         regexp searches, bug597.
9491         (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
9492         (verilog-string-match-fold, verilog-in-paren-count)
9493         (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
9494         (verilog-at-close-struct-p): New functions.
9495         (verilog-beg-block-re-ordered, verilog-extended-case-re)
9496         (verilog-forward-sexp, verilog-set-auto-endcomments)
9497         (verilog-leap-to-case-head): Handle "unique0" case.
9498         (verilog-in-constraint-re): New constant.
9499         (verilog-keywords, verilog-type-font-keywords):
9500         Add some SystemVerilog 1800-2012 keywords.
9501         (verilog-label-be): Remove unimplemented argument, bug669.
9502         (verilog-batch-execute-func): When batch expanding clear
9503         create-lockfiles to prevent spurious user locks when a file ends
9504         up not changing.
9505         (verilog-calculate-indent, verilog-calc-1)
9506         (verilog-at-close-constraint-p, verilog-at-constraint-p)
9507         (verilog-do-indent): Fix indentation of nested constraints
9508         and structures.
9509         (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
9510         (verilog-auto-inst-param): Use verilog-string-match-fold.
9511         (verilog-read-inst-module-matcher):
9512         Fix AUTOINST on gate primitives with #1.
9513         (verilog-read-decls): Fix double-declaring user-defined typed signals.
9514         Reads all user-defined typed variables.
9515         (verilog-read-defines): Fix reading definitions inside comments, bug647.
9516         (verilog-signals-matching-regexp)
9517         (verilog-signals-not-matching-regexp, verilog-auto):
9518         Respect verilog-case-fold.
9519         (verilog-diff-report): Fix line count.
9520         (verilog-auto-assign-modport): Remove unused local `modi'.
9521         (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
9522         better handle multidimensional arrays.
9523         Fix packed array ports misadding bit index in AUTOINST, bug637.
9524         (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
9525         to not double-declare existing outputs and inputs, respectively.
9526         (verilog-template-map): Bind U to verilog-sk-uvm-component.
9527         (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
9528         (verilog-sk-uvm-component): New skeleton.
9529         (verilog-submit-bug-report): Add verilog-case-fold,
9530         remove verilog-mode-release-date.
9532 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
9534         * subr.el (sit-for): Call (input-pending-p t) so as to behave
9535         as before.
9537 2013-10-18  Reuben Thomas  <rrt@sc3d.org>
9539         * textmodes/remember.el (remember): Set buffer-offer-save in
9540         remember buffers (bug#13566).
9542 2013-10-18  Daniel Colascione  <dancol@dancol.org>
9544         When evaluating forms in ielm, direct standard output to ielm
9545         buffer.  Add new ielm-return-for-effect command.  Remove trailing
9546         whitespace throughout.
9548         * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
9549         (ielm-return-for-effect): New command.
9550         (ielm-send-input): Accept optional `for-effect' parameter.
9551         (ielm-eval-input): Accept optional `for-effect' parameter.
9552         Bind `standard-output' to stream we create using
9553         `ielm-standard-output-impl'.  Suppress printing result when
9554         `for-effect'.
9555         (ielm-standard-output-impl): New function.
9556         (inferior-emacs-lisp-mode): Explain new features in documentation.
9558 2013-10-17  Michael Albinus  <michael.albinus@gmx.de>
9560         Code cleanup.
9562         * net/tramp.el (tramp-debug-message): Do not check for connection
9563         buffer.
9564         (tramp-message): Use "vector" connection property.
9566         * net/tramp.el (tramp-rfn-eshadow-update-overlay)
9567         (tramp-equal-remote, tramp-eshell-directory-change)
9568         * net/tramp-adb.el (tramp-adb-handle-copy-file)
9569         (tramp-adb-handle-rename-file)
9570         * net/tramp-cmds.el (tramp-list-remote-buffers)
9571         (tramp-cleanup-connection, tramp-cleanup-this-connection)
9572         * net/tramp-compat.el (tramp-compat-process-running-p)
9573         * net/tramp-ftp.el (tramp-ftp-file-name-handler)
9574         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
9575         (tramp-gvfs-handle-rename-file)
9576         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
9577         (tramp-set-file-uid-gid)
9578         * net/tramp-smb.el (tramp-smb-handle-copy-file)
9579         (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
9580         of `file-remote-p'.
9582         * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
9583         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
9584         (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
9585         (tramp-gw-open-network-stream): Suppress unrelated traces.
9587         * net/tramp-adb.el (tramp-adb-maybe-open-connection)
9588         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
9589         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9590         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
9591         connection property.
9593         * net/tramp-cache.el (top): Suppress traces when reading
9594         persistency file.
9596         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
9597         Refactor common code.  Improve debug message.
9598         (tramp-maybe-open-connection)
9599         * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
9600         connection buffer too early.
9602         * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
9603         from `tramp-smb-actions-with-acl'.
9604         (tramp-smb-actions-set-acl): New defconst.
9605         (tramp-smb-handle-copy-directory)
9606         (tramp-smb-action-get-acl): New defun, renamed from
9607         `tramp-smb-action-with-acl'.
9608         (tramp-smb-action-set-acl): New defun.
9609         (tramp-smb-handle-set-file-acl): Rewrite.
9611 2013-10-17  Glenn Morris  <rgm@gnu.org>
9613         * indent.el (indent-rigidly): Fix 2013-10-08 change.  (Bug#15635)
9615 2013-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9617         * skeleton.el (skeleton-newline): Remove.
9618         (skeleton-internal-1): Use (insert "\n") instead.
9620         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
9621         let-bindings.
9623         * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
9624         forward-sexp-function while we redo its job (bug#15613).
9626 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
9628         * calc/calc-comb.el (math-prime-test): Don't assume large integers are
9629         represented by lists.
9631 2013-10-16  Glenn Morris  <rgm@gnu.org>
9633         * tmm.el (tmm--history): New dynamic variable.
9634         (tmm-prompt): Use tmm--history in place of `history'.  (Bug#15623)
9636 2013-10-16  Michael Albinus  <michael.albinus@gmx.de>
9638         * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
9639         (tramp-smb-errors): Add error messages.
9640         (tramp-smb-actions-with-acl): New defconst.
9641         (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
9642         (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
9643         (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
9644         (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
9645         (tramp-smb-get-stat-capability): Fix tests.
9647 2013-10-16  Dima Kogan  <dima@secretsauce.net>  (tiny change)
9649         * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
9650         (bug#15580).
9652 2013-10-16  Glenn Morris  <rgm@gnu.org>
9654         * ansi-color.el (ansi-color-drop-regexp):
9655         Add 1J, 1K, 2K.  (Bug#15617)
9657         * files.el (hack-local-variables--warned-lexical): New.
9658         (hack-local-variables):
9659         Warn about misplaced lexical-binding.  (Bug#15616)
9661         * net/eww.el (eww-render): Always set eww-current-url,
9662         and update header line.  (Bug#15622)
9663         (eww-display-html): ... Rather than just doing it here.
9665 2013-10-15  Eli Zaretskii  <eliz@gnu.org>
9667         * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
9668         menu navigations commands.
9670 2013-10-14  Dima Kogan  <dima@secretsauce.net>  (tiny change)
9672         * progmodes/subword.el (subword-capitalize): Be careful when
9673         the search for [[:alpha:]] fails (bug#15580).
9675 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
9677         * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
9678         to commands that scroll the menu.
9680 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
9682         * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
9683         Handle methods ending with `?' and `!'.
9685 2013-10-14  Akinori MUSHA  <knu@iDaemons.org>
9687         * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
9688         `japanese-cp932' to `cp932' to fix the problem where saving a
9689         source file written in Shift_JIS twice would end up having
9690         `coding: japanese-cp932' which Ruby could not recognize.
9691         (ruby-mode-set-encoding): Add support for encodings mapped to nil
9692         in `ruby-encoding-map'.
9693         (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
9694         doesn't need to be explicitly declared in magic comment.
9695         (ruby-encoding-map): Add type declaration for better customize UI.
9697 2013-10-13  Glenn Morris  <rgm@gnu.org>
9699         * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
9700         Occur buffers are read-only.  http://bugs.debian.org/720775
9702         * emacs-lisp/authors.el (authors-fixed-entries):
9703         Comment out old alpha stuff.
9705 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
9707         * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
9708         to `after-save-hook' instead of `before-save-hook'.
9709         (ruby-mode-set-encoding): Use the value of coding system used to
9710         write the file.  Call `basic-save-buffer-1' after modifying the
9711         buffer.
9713 2013-10-13  Alan Mackenzie  <acm@muc.de>
9715         Fix indentation/fontification of Java enum with
9716         "implements"/generic.
9718         * progmodes/cc-engine.el (c-backward-over-enum-header):
9719         Extracted from the three other places and enhanced to handle generics.
9720         (c-inside-bracelist-p): Uses new function above.
9721         * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
9722         function above.
9723         (c-font-lock-enum-tail): Uses new function above.
9725 2013-10-13  Kenichi Handa  <handa@gnu.org>
9727         * international/mule-cmds.el (select-safe-coding-system): Remove a
9728         superfluous condition in chekcing whether a coding system is safe
9729         or not.
9731 2013-10-13  Oleh Krehel  <ohwoeowho@gmail.com>
9733         * replace.el (how-many): Fix rstart and !rend case.  (Bug#15589)
9735 2013-10-13  Andreas Politz  <politza@hochschule-trier.de>
9737         * progmodes/sql.el (sql-add-product): Fix paren typo.  (Bug#15435)
9739 2013-10-13  Glenn Morris  <rgm@gnu.org>
9741         * menu-bar.el (menu-bar-update-buffers):
9742         Unify Buffers menu prompt string.  (Bug#15576)
9744         * face-remap.el (text-scale-adjust): Doc fix.  (Bug#15434)
9746         * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
9747         Add some entries.
9748         (authors-fixed-entries): Use accented form of name.
9750 2013-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9752         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
9753         method calls (bug#15594).
9754         (ruby-smie--args-separator-p): New function.
9755         (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
9756         recognize paren-free method calls.
9758         * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
9759         internals of universal-argument.
9761 2013-10-11  Eli Zaretskii  <eliz@gnu.org>
9763         * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
9764         Bind all menu-bar sequences to tty-menu-exit -- this pops down a
9765         dropped menu on second mouse click on the menu bar.
9767 2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9769         * progmodes/sh-script.el: Provide simpl(e|istic) completion.
9770         (explicit-shell-file-name): Declare.
9771         (sh--vars-before-point, sh--cmd-completion-table): New functions.
9772         (sh-completion-at-point-function): New function.
9773         (sh-mode): Use it.
9774         (sh-smie--keyword-p): Remove unused argument.
9775         (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
9776         vars.
9777         (sh-set-shell): Always setup SMIE, even if we use the
9778         old indentation code.
9780 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
9782         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
9783         cases of ? and =.
9784         (ruby-smie-rules): Simplify the "do" rule.  The cases when the
9785         predicate would return nil are almost non-existent.
9786         (ruby-smie--redundant-do-p): Include "until" and "for" statements.
9788         * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
9789         cache also after commands that modify the buffer but don't move
9790         point.
9792 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9794         * env.el (substitute-env-in-file-name): New function.
9795         (substitute-env-vars): Extend the meaning of the optional arg.
9797 2013-10-10  Eli Zaretskii  <eliz@gnu.org>
9799         * term/w32-win.el (dynamic-library-alist): Define separate lists
9800         of GIF DLLs for versions before and after 5.0.0 of giflib.
9801         (Bug#15531)
9803 2013-10-10  João Távora  <joaotavora@gmail.com>
9805         * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
9806         not locked, use last revision and current source as
9807         defaults.  (Bug#15569)
9809 2013-10-10  Masatake YAMATO  <yamato@redhat.com>
9811         * menu-bar.el (menu-bar-open): Don't use popup-menu if
9812         menu-bar is hidden.
9814 2013-10-10  Martin Rudalics  <rudalics@gmx.at>
9816         * window.el (pop-to-buffer-same-window): Fix doc-string.
9817         (Bug#15492)
9819 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9821         * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
9823 2013-10-10  Andrei Chițu  <andrei.chitu1@gmail.com>  (tiny change)
9825         * calendar/icalendar.el (icalendar-import-file):
9826         Fix interactive spec.  (Bug#15482)
9828 2013-10-10  Glenn Morris  <rgm@gnu.org>
9830         * desktop.el (desktop-save): Default to saving in .emacs.d,
9831         since PWD is no longer in desktop-path by default.  (Bug#15319)
9833         * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
9834         now that text mode has a menu with the same entry.
9835         (menu-bar-text-mode-auto-fill): Remove now unused func.
9836         * textmodes/text-mode.el (text-mode-map):
9837         Use auto-fill help text from menu-bar.el.
9839 2013-10-10  John Anthony  <john@jo.hnanthony.com>
9841         * textmodes/text-mode.el (text-mode-map): Add a menu.  (Bug#15562)
9843 2013-10-09  Juri Linkov  <juri@jurta.org>
9845         * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
9846         instead of this-command-keys.  Add universal-argument-more and
9847         universal-argument-minus to the list of prefix commands.  (Bug#15568)
9849 2013-10-09  Glenn Morris  <rgm@gnu.org>
9851         * vc/vc-svn.el (vc-svn-create-repo):
9852         Expand paths in file://... url.  (Bug#15446)
9854         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
9855         Add some entries.
9856         (authors): Remove unused local variables.
9858 2013-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9860         * profiler.el: Create a more coherent calltree from partial backtraces.
9861         (profiler-format): Hide the tail with `invisible' so that C-s can still
9862         find the hidden elements.
9863         (profiler-calltree-depth): Don't recurse so enthusiastically.
9864         (profiler-function-equal): New hash-table-test.
9865         (profiler-calltree-build-unified): New function.
9866         (profiler-calltree-build): Use it.
9867         (profiler-report-make-name-part): Indent the calltree less.
9868         (profiler-report-mode): Add visibility specs for profiler-format.
9869         (profiler-report-expand-entry, profiler-report-toggle-entry):
9870         Expand the whole subtree when provided with a prefix arg.
9872 2013-10-09  Dmitry Gutov  <dgutov@yandex.ru>
9874         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
9875         iuwu-mod token.
9876         (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
9877         hanging iuwu-mod token.
9878         (ruby-smie--forward-token): Do not include a dot after a token in
9879         that token.
9880         (ruby-smie--backward-token): Likewise.
9882 2013-10-08  Juri Linkov  <juri@jurta.org>
9884         * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
9885         to isearch-other-control-char.
9886         (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
9887         and isearch-post-command-hook to post-command-hook.
9888         (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
9889         and isearch-post-command-hook from post-command-hook.
9890         (isearch-unread-key-sequence)
9891         (isearch-reread-key-sequence-naturally)
9892         (isearch-lookup-scroll-key, isearch-other-control-char)
9893         (isearch-other-meta-char): Remove functions.
9894         (isearch-pre-command-hook, isearch-post-command-hook):
9895         New functions based on isearch-other-meta-char rewritten
9896         relying on the new behavior of overriding-terminal-local-map
9897         that does not replace the local keymaps any more.  (Bug#15200)
9899 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
9901         Support menus on text-mode terminals.
9902         * tmm.el (tmm-menubar): Adapt doc string to TTY menus
9903         functionality.
9905         * tooltip.el (tooltip-mode): Don't error out on TTYs.
9907         * menu-bar.el (popup-menu, popup-menu-normalize-position):
9908         Move here from mouse.el.
9909         (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
9910         and arrow keys.
9911         (tty-menu-navigation-map): New map for TTY menu navigation.
9913         * loadup.el ("tooltip"): Load even if x-show-tip is not available.
9915         * frame.el (display-mouse-p): Report text-mode mouse as available
9916         on w32.
9917         (display-popup-menus-p): Report availability if mouse is
9918         available; don't condition on window-system.
9920         * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
9921         (tty-menu-selected-face): New faces.
9923 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9925         * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
9926         (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
9927         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
9928         (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
9929         New constants.
9930         (lisp-mode-variables): New `elisp' argument.
9931         (emacs-lisp-mode): Use it.
9932         * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
9933         (lisp-font-lock-keywords-2): Move to lisp-mode.el.
9935         * indent.el: Use lexical-binding.
9936         (indent-region): Add progress reporter.
9937         (tab-stop-list): Make it implicitly extend to infinity by repeating the
9938         last step.
9939         (indent--next-tab-stop): New function to implement this behavior.
9940         (tab-to-tab-stop, move-to-tab-stop): Use it.
9942 2013-10-08  Teemu Likonen  <tlikonen@iki.fi>
9944         * indent.el (indent-rigidly--current-indentation): New function.
9945         (indent-rigidly-map): New var.
9946         (indent-rigidly): Use it to provide interactive mode (bug#8196).
9948 2013-10-08  Bastien Guerry  <bzg@gnu.org>
9950         * register.el (insert-register): Fix 2013-10-07 change.
9952 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9954         * progmodes/perl-mode.el: Use lexical-binding.
9955         Remove redundant :group args.
9956         (perl-nochange): Change default to be closer to other major modes's
9957         standard behavior.
9958         (perl-indent-line): Don't consider text on current line as a
9959         valid beginning of function from which to indent.
9961         * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
9962         with more than one argument (bug#15538).
9964         * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
9966         * vc/pcvs.el: Use lexical-binding.
9967         (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
9968         environment of `eval'.
9969         (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
9970         than a list of expressions.  Adjust callers.
9971         * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
9973 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
9975         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
9976         case of the dot in a chained method call being on the following line.
9978 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9980         * electric.el (electric-indent-inhibit): New var.
9981         (electric-indent-post-self-insert-function): Use it.
9982         * progmodes/python.el (python-mode): Set it.
9984         * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
9985         open braces.
9987         * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
9989         * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
9990         (css-mode): Use electric-indent-chars.
9992         * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
9993         (font-lock-beg, font-lock-end): Move before first use.
9994         (nxml-mode): Use syntax-propertize-function.
9995         (nxml-after-change, nxml-after-change1): Adjust accordingly.
9996         (nxml-extend-after-change-region): Remove.
9997         * nxml/xmltok.el: Use lexical-binding.
9998         (xmltok-save): Use `declare'.
9999         (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
10000         * nxml/nxml-util.el: Use lexical-binding.
10001         (nxml-with-degradation-on-error, nxml-with-invisible-motion):
10002         Use `declare'.
10003         * nxml/nxml-ns.el: Use lexical-binding.
10004         (nxml-ns-save): Use `declare'.
10005         (nxml-ns-prefixes-for): Avoid add-to-list.
10006         * nxml/rng-match.el: Use lexical-binding.
10007         (rng--ipattern): Use cl-defstruct.
10008         (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
10009         (rng-cons-group-after, rng-subst-group-after)
10010         (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
10011         Use closures instead of `(lambda...).
10013 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
10015         * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
10016         of BEG and END.
10018         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10019         Use `tramp-handle-insert-file-contents'.
10020         (tramp-gvfs-handle-insert-file-contents): Remove function.
10022         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
10023         Use `save-restriction' in order to keep markers.
10025         * net/trampver.el: Update release number.
10027 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10029         * progmodes/compile.el (compilation-parse-errors):
10030         Use compilation--put-prop.
10031         (compilation--ensure-parse): Check compilation-multiline.
10033         * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
10035         * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
10036         lexical-binding.
10038         * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
10040         * progmodes/ruby-mode.el: Fix recently added tests.
10041         (ruby-smie-grammar): Add - and +.
10042         (ruby-smie--redundant-do-p, ruby-smie--forward-id)
10043         (ruby-smie--backward-id): New functions.
10044         (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
10045         (ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
10046         any more.
10048 2013-10-07  Leo Liu  <sdl.web@gmail.com>
10050         * register.el (register-preview-delay)
10051         (register-preview-functions): New variables.
10052         (register-read-with-preview, register-preview)
10053         (register-describe-oneline): New functions.
10054         (point-to-register, window-configuration-to-register)
10055         (frame-configuration-to-register, jump-to-register)
10056         (number-to-register, view-register, insert-register)
10057         (copy-to-register, append-to-register, prepend-to-register)
10058         (copy-rectangle-to-register): Use register-read-with-preview to
10059         read register.  (Bug#15525)
10061 2013-10-06  Dato Simó  <dato@net.com.org.es>  (tiny change)
10063         * net/network-stream.el (network-stream-open-starttls): Don't add
10064         --insecure if it's already present, because that gnutls-cli
10065         rejects getting that parameter twice.
10067 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
10069         * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
10070         keyword, too.
10072 2013-10-05  Dmitry Gutov  <dgutov@yandex.ru>
10074         * newcomment.el (comment-use-global-state): Change default value
10075         to t, mark obsolete (Bug#15251).
10076         (comment-beginning): In addition to `comment-to-syntax', check the
10077         value of `comment-use-global-state'.
10079 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10081         * progmodes/ruby-mode.el (ruby-use-smie): Change default.
10082         (ruby-comment-column): Follow the global default, by default.
10083         (ruby-smie-grammar): Add assignment syntax.
10084         (ruby-smie--implicit-semi-p): No implicit semi-colon after an
10085         open-paren, a comma, or a \.
10086         (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
10087         and line continuations.
10088         (ruby-smie-rules): Adjust handling of open-paren, now that it's never
10089         followed by implicit semi-colons.  Add rule for string concatenation
10090         and for indentation at BOB.
10091         (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
10093         * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
10094         calling next-sexp, since next-token may have skipped chars which
10095         next-sexp doesn't know should be skipped!
10097 2013-10-05  Leo Liu  <sdl.web@gmail.com>
10099         * progmodes/octave.el (octave-send-region):
10100         Call compilation-forget-errors.
10102 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
10104         * vc/vc-svn.el (vc-svn-find-admin-dir):
10105         * vc/vc-rcs.el (vc-rcs-find-admin-dir):
10106         * vc/vc-mtn.el (vc-mtn-find-admin-dir):
10107         * vc/vc-cvs.el (vc-cvs-find-admin-dir):
10108         * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
10110 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10112         * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
10114 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10116         * subr.el (read-passwd): Hide chars even when called within a context
10117         where after-change-functions is disabled (bug#15501).
10118         (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
10119         until we removed ourself from overriding-terminal-local-map.
10121 2013-10-04  Leo Liu  <sdl.web@gmail.com>
10123         * progmodes/octave.el (inferior-octave-mode):
10124         Call compilation-forget-errors.
10126 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
10128         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
10130 2013-10-04  Michael Albinus  <michael.albinus@gmx.de>
10132         * net/secrets.el (secrets-create-collection): Add optional
10133         argument ALIAS.  Use proper Label keyword.  Append ALIAS as
10134         dbus-call-method argument.  (Bug#15516)
10136 2013-10-04  Leo Liu  <sdl.web@gmail.com>
10138         * progmodes/octave.el (inferior-octave-error-regexp-alist)
10139         (inferior-octave-compilation-font-lock-keywords): New variables.
10140         (compilation-error-regexp-alist)
10141         (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
10142         (inferior-octave-mode): Use compilation-shell-minor-mode.
10144 2013-10-04  Jorgen Schaefer  <forcer@forcix.cx>
10146         * minibuffer.el (completion--replace): Be careful that `end' might be
10147         a marker.
10149 2013-10-03  Daiki Ueno  <ueno@gnu.org>
10151         Add support for package signature checking.
10152         * emacs-lisp/package.el (url-http-file-exists-p)
10153         (epg-make-context, epg-context-set-home-directory)
10154         (epg-verify-string, epg-context-result-for)
10155         (epg-signature-status, epg-signature-to-string)
10156         (epg-check-configuration, epg-configuration)
10157         (epg-import-keys-from-file): Declare.
10158         (package-check-signature): New user option.
10159         (package-unsigned-archives): New user option.
10160         (package-desc): Add `signed' field.
10161         (package-load-descriptor): Set `signed' field if .signed file exists.
10162         (package--archive-file-exists-p): New function.
10163         (package--check-signature): New function.
10164         (package-install-from-archive): Check package signature.
10165         (package--download-one-archive): Check archive signature.
10166         (package-delete): Remove .signed file.
10167         (package-import-keyring): New command.
10168         (package-refresh-contents): Import default keyring.
10169         (package-desc-status): Add "unsigned" status.
10170         (describe-package-1, package-menu--print-info)
10171         (package-menu-mark-delete, package-menu--find-upgrades)
10172         (package-menu--status-predicate): Support "unsigned" status.
10174 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10176         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
10177         the new compilation scheme using the new byte-codes.
10179         * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
10180         (byte-pophandler): New byte codes.
10181         (byte-goto-ops): Adjust accordingly.
10182         (byte-compile--use-old-handlers): New var.
10183         (byte-compile-catch): Use new byte codes depending on
10184         byte-compile--use-old-handlers.
10185         (byte-compile-condition-case--old): Rename from
10186         byte-compile-condition-case.
10187         (byte-compile-condition-case--new): New function.
10188         (byte-compile-condition-case): New function that dispatches depending
10189         on byte-compile--use-old-handlers.
10190         (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
10191         when we can.
10193         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10194         Optimize under `condition-case' and `catch' if
10195         byte-compile--use-old-handlers is nil.
10196         (disassemble-offset): Handle new bytecodes.
10198 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10200         * subr.el (error): Use `declare'.
10201         (decode-char, encode-char): Use advertised-calling-convention instead
10202         of the docstring to discourage use of the `restriction' arg.
10204 2013-10-03  Daiki Ueno  <ueno@gnu.org>
10206         * epg.el (epg-verify-file): Add a comment saying that it does not
10207         notify verification error as a return value nor a signal.
10208         (epg-verify-string): Ditto.
10210 2013-10-02  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
10212         * progmodes/compile.el (compilation-start): Try globbing the arg to
10213         `cd' (bug#15417).
10215 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
10217         Sync with Tramp 2.2.8.
10219         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
10220         * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
10221         * net/trampver.el: Update release number.
10223 2013-10-01  Jan Djärv  <jan.h.d@swipnet.se>
10225         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
10226         and default-process-coding-system for darwin only.
10228 2013-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10230         * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
10232 2013-10-01  Mitchel Humpherys  <mitch.special@gmail.com>  (tiny change)
10234         * vc/vc-git.el (vc-git-grep): Disable pager.
10236 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
10238         * emacs-lisp/package.el (package-buffer-info, describe-package-1):
10239         Use :url instead of :homepage, as per
10240         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
10242         * newcomment.el (comment-beginning): When `comment-use-syntax' is
10243         non-nil, use `syntax-ppss' (Bug#15251).
10245 2013-09-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10247         * progmodes/octave.el (inferior-octave-startup-file):
10248         Prefer ~/.emacs.d/init_octave.m.
10250 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
10252         * emacs-lisp/package.el (package-desc-from-define):
10253         Accept additional arguments as plist, convert them to an alist and store
10254         them in the `extras' slot.
10255         (package-generate-description-file): Convert extras alist back to
10256         plist and append to the `define-package' form arguments.
10257         (package--alist-to-plist): New function.
10258         (package--ac-desc): Add `extras' slot.
10259         (package--add-to-archive-contents): Check if the archive-contents
10260         vector is long enough, and if it is, pass its `extras' slot value
10261         to `package-desc-create'.
10262         (package-buffer-info): Call `lm-homepage', pass the returned value
10263         to `package-desc-from-define'.
10264         (describe-package-1): Render the homepage button (Bug#13291).
10266         * emacs-lisp/package-x.el (package-upload-buffer-internal):
10267         Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
10269 2013-09-29  Jan Djärv  <jan.h.d@swipnet.se>
10271         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
10272         and default-process-coding-system to utf-8-unix (Bug#15402).
10274 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
10276         * subr.el (looking-back): Do not recommend using looking-back.
10278 2013-09-28  Alan Mackenzie  <acm@muc.de>
10280         Fix indentation/fontification of Java enum with "implements".
10282         * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
10283         regexp which matches "implements", etc., in Java.
10284         * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
10285         specifier clauses coming after "enum".
10286         * progmodes/cc-fonts.el (c-font-lock-declarations)
10287         (c-font-lock-enum-tail): Check for extra specifier clauses coming
10288         after "enum".
10290 2013-09-28  Jan Djärv  <jan.h.d@swipnet.se>
10292         * faces.el (region): Change ns_selection_color to
10293         ns_selection_fg_color, add ns_selection_bg_color.
10295 2013-09-28  Leo Liu  <sdl.web@gmail.com>
10297         * progmodes/octave.el (inferior-octave-completion-table)
10298         (inferior-octave-completion-at-point): Minor tweaks.
10300         * textmodes/ispell.el (ispell-lookup-words): Rename from
10301         lookup-words.  (Bug#15460)
10302         (lookup-words): Obsolete.
10303         (ispell-complete-word, ispell-command-loop): All uses changed.
10305 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10307         * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
10308         (octave-mode-menu): Add octave-send-buffer.
10309         (octave-send-buffer): New function.
10311 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10313         * progmodes/octave.el (octave-mode-map): Add key binding for
10314         octave-lookfor.
10315         (octave-mode-menu): Add octave-lookfor.
10316         (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
10317         octave-lookfor.
10318         (octave-lookfor): New function.
10320 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10322         * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
10323         (cl--loop-iterator-function): Rename from cl--loop-map-form and change
10324         its convention.
10325         (cl--loop-set-iterator-function): New function.
10326         (cl-loop): Adjust accordingly, so as not to use cl-subst.
10327         (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
10328         Bind `it' with `let' instead of substituting it with `cl-subst'.
10329         (cl--unused-var-p): New function.
10330         (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
10331         Eliminate some unused variable warnings (bug#15326).
10333 2013-09-27  Tassilo Horn  <tsdh@gnu.org>
10335         * doc-view.el (doc-view-scale-reset): Rename from
10336         `doc-view-reset-zoom-level'.
10337         (doc-view-scale-adjust): New command.
10338         (doc-view-mode-map): Remap `text-scale-adjust' bindings to
10339         `doc-view-scale-adjust'.
10341 2013-09-26  Tassilo Horn  <tsdh@gnu.org>
10343         * doc-view.el (doc-view-reset-zoom-level): New command.
10344         (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
10345         zoom commands (bug#15466).
10347 2013-09-26  Kenichi Handa  <handa@gnu.org>
10349         * international/quail.el (quail-help): Make it not a command.
10351 2013-09-26  Leo Liu  <sdl.web@gmail.com>
10353         * minibuffer.el (completion-all-sorted-completions): Make args
10354         optional as they are.
10356 2013-09-25  Daniel Colascione  <dancol@dancol.org>
10358         * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
10359         specs are and that they're not evaluated.
10361 2013-09-24  Sam Steingold  <sds@gnu.org>
10363         * midnight.el (clean-buffer-list-kill-regexps)
10364         (clean-buffer-list-kill-buffer-names): Update for the new Man
10365         buffer naming which includes the object name.
10367 2013-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10369         * eshell/esh-cmd.el (eshell--sep-terms): New var.
10370         (eshell-parse-command, eshell-parse-pipeline): Use it since
10371         eshell-separate-commands requires a dynamic scoped var.
10372         Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
10374 2013-09-23  Leo Liu  <sdl.web@gmail.com>
10376         * autoinsert.el (auto-insert-alist): Make the value of
10377         lexical-binding match its file setting.
10379 2013-09-23  Juanma Barranquero  <lekktu@gmail.com>
10381         * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
10383         * autoarg.el (autoarg-kp-digit-argument):
10384         * electric.el (Electric-command-loop):
10385         * kmacro.el (kmacro-step-edit-insert):
10386         Do not set universal-argument-num-events.
10388 2013-09-22  Leo Liu  <sdl.web@gmail.com>
10390         * files.el (interpreter-mode-alist): Add octave.
10392 2013-09-21  Alan Mackenzie  <acm@muc.de>
10394         C++: fontify identifier in declaration following "public:" correctly.
10395         * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
10396         to match "public", etc.
10397         (c-decl-prefix-re): Add ":" into the C++ value.
10398         * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
10399         bit.  Add a check for a ":" preceded by "public", etc.
10401 2013-09-21  Eli Zaretskii  <eliz@gnu.org>
10403         * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
10404         recognized by GDB 7.5 and later.
10406 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
10408         * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
10410 2013-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10412         * subr.el (internal--call-interactively): New const.
10413         (called-interactively-p): Use it (bug#3984).
10415 2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
10417         * vc/pcvs.el (cvs-mode-ignore):
10418         * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
10419         Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
10421 2013-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10423         * eshell/em-ls.el: Use advice.  Remove redundant :group keywords.
10424         (eshell-ls-orig-insert-directory): Remove.
10425         (eshell-ls-unload-hook): Not a defcustom any more.  Use advice-remove.
10426         (eshell-ls-use-in-dired): Use advice-add/remove.
10427         (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
10428         Add `orig-fun' arg for use in :around advice.
10429         Make it check (redundantly) eshell-ls-use-in-dired.
10431 2013-09-19  Glenn Morris  <rgm@gnu.org>
10433         * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
10435         * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
10437         * emacs-lisp/eieio.el (class-parent): Undo previous change.
10439 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
10441         * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
10442         (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
10443         (tramp-get-remote-python): New defuns.
10444         (tramp-get-remote-uid-with-perl)
10445         (tramp-get-remote-gid-with-perl): New defuns.  Perl code
10446         contributed by yary <not.com@gmail.com> (tiny change).
10447         (tramp-get-remote-uid-with-python)
10448         (tramp-get-remote-gid-with-python): New defuns.  Python code
10449         contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
10450         (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
10452 2013-09-19  Glenn Morris  <rgm@gnu.org>
10454         * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
10456         * eshell/em-unix.el (eshell-remove-entries):
10457         Rename argument to avoid name-clash with global `top-level'.
10459         * eshell/esh-proc.el (eshell-kill-process-function):
10460         Remove eshell-reset-after-proc from eshell-kill-hook if present.
10461         (eshell-reset-after-proc): Remove unused arg `proc'.
10463         * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
10464         (directory-files-and-attributes): Mark unused arg.
10466         * eshell/em-unix.el (eshell-remove-entries):
10467         Remove unused arg `path'.  Update callers.
10469         * eshell/em-hist.el (eshell-hist-parse-arguments):
10470         Remove unused arg `silent'.  Update callers.
10472         * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
10473         Fix (f)boundp mix-up.
10475         * eshell/em-smart.el (eshell-smart-scroll-window)
10476         (eshell-disable-after-change):
10477         * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
10479 2013-09-18  Alan Mackenzie  <acm@muc.de>
10481         Fix fontification of type when followed by "const".
10482         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
10483         "known" types from fontification.
10485 2013-09-18  Glenn Morris  <rgm@gnu.org>
10487         * emacs-lisp/chart.el (x-display-color-cells): Declare.
10488         (chart-face-list): Drop Emacsen without display-color-p.
10490         * net/eww.el (libxml-parse-html-region): Declare.
10491         (eww-display-html): Explicit error if no libxml2 support.
10493         * doc-view.el (doc-view-mode): Silence --without-x compilation.
10495         * image.el (image-type-from-buffer, image-multi-frame-p):
10496         Remove --without-x warning/error.
10498         * mouse.el (mouse-yank-primary):
10499         * term.el (term-mouse-paste):
10500         Reorder to silence --without-x compilation.
10502         * mpc.el (doc-view-mode): Silence --without-x compilation.
10504         * mail/rmailmm.el (rmail-mime-set-bulk-data):
10505         Silence --without-x compilation.
10507         * progmodes/gud.el (gud-find-file, gud-mode):
10508         Silence --without-x compilation.
10509         (tooltip-mode): Declare.
10511         * wdired.el (dired-backup-overwrite): Remove declaration.
10512         (wdired-mode-map): Add doc string.
10514         * custom.el (x-get-resource): Declare.
10516         * eshell/em-glob.el (ange-cache):
10517         * eshell/em-unix.el (ange-cache): Declare.
10519         * faces.el (x-display-list, x-open-connection, x-get-resource):
10520         Declare.
10522         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
10523         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
10524         Declare.
10526         * frame.el (x-display-grayscale-p, x-display-name): Declare.
10528         * net/gnutls.el (gnutls-log-level): Declare.
10530         * net/shr.el (image-size, image-animate): Declare.
10532         * simple.el (font-info): Declare.
10534         * subr.el (x-popup-dialog): Declare.
10536         * term/common-win.el (x-select-enable-primary)
10537         (x-last-selected-text-primary, x-last-selected-text-clipboard):
10538         Declare.
10540         * term/ns-win.el (x-handle-args): Declare.
10542         * term/x-win.el (x-select-enable-clipboard): Declare.
10544         * term/w32-win.el (create-default-fontset): Declare.
10546         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
10547         Declare.
10549         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
10550         (fit-frame-to-buffer): Explicit error if --without-x.
10551         (mouse-autoselect-window-select): Silence compiler.
10553         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
10555         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
10556         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
10557         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
10558         * eshell/esh-util.el (eshell-sublist):
10559         Remove unused local variables.
10561         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
10563         * textmodes/two-column.el: Make 2C-split work for --without-x.
10564         (scroll-bar-columns): Autoload.
10565         (top-level): Require fringe when compiling.
10567 2013-09-18  Leo Liu  <sdl.web@gmail.com>
10569         * subr.el (add-hook): Robustify to handle closure as well.
10571 2013-09-17  Glenn Morris  <rgm@gnu.org>
10573         * simple.el (messages-buffer-mode-map): Unbind "g".
10575 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10577         * help-mode.el (help-mode-finish): Use derived-mode-p.
10578         Remove obsolete highlighting.
10580         * play/life.el (life-mode): Use define-derived-mode.  Derive from
10581         special-mode.
10582         (life): Let-bind inhibit-read-only.
10583         (life-setup): Avoid `setq'.  Use `life-mode'.
10585         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
10586         which should not be needed any more.
10587         (package-menu-refresh, package-menu-describe-package): Use user-error.
10589         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
10590         (eshell-post-rewrite-command-hook): Make obsolete.
10591         (eshell-parse-command): Simplify.
10592         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
10593         (eshell--cmd): Declare.
10594         (eshell-parse-pipeline): Remove unused var `final-p'.
10595         Pass a dynvar to eshell-post-rewrite-command-hook.
10596         Implement the new eshell-post-rewrite-command-function.
10597         (eshell-invoke-directly): Remove unused arg `input'.
10598         * eshell/esh-io.el (eshell-io-initialize):
10599         Use eshell-post-rewrite-command-function (bug#15399).
10600         (eshell--apply-redirections): Rename from eshell-apply-redirections;
10601         adjust to new calling convention.
10602         (eshell-create-handles): Rename args to avoid clashing with dynvar
10603         `standard-output'.
10605 2013-09-17  Glenn Morris  <rgm@gnu.org>
10607         * simple.el (messages-buffer-mode): New major mode.
10608         (messages-buffer): New function.
10609         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
10610         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
10611         (ert-run-test): Use `messages-buffer' function.
10612         (ert--force-message-log-buffer-truncation): Ignore read-only.
10613         * help.el (view-echo-area-messages): Use `messages-buffer' function.
10614         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
10616 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10618         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
10620         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
10622 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10624         * icomplete.el (icomplete-in-buffer): New var.
10625         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
10626         vars and replace them with functions.
10627         (icomplete-minibuffer-setup): Adjust accordingly.
10628         (icomplete--completion-table, icomplete--completion-predicate)
10629         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
10630         New functions.
10631         (icomplete-forward-completions, icomplete-backward-completions)
10632         (icomplete-simple-completing-p, icomplete-exhibit)
10633         (icomplete-completions): Use them.
10634         (icomplete--in-region-buffer): New var.
10635         (icomplete--in-region-setup): New function.
10636         (icomplete-mode): Use it.
10638         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
10639         (bug#15379).
10640         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
10641         return args and options.
10642         (eshell-eval-using-options): Use the new return value of
10643         eshell--do-opts to set the options's vars in their scope.
10644         (eshell--set-option): Rename from eshell-set-option.
10645         Add arg `opt-vals'.
10646         (eshell--process-option): Rename from eshell-process-option.
10647         Add arg `opt-vals'.
10648         (eshell--process-args): Use an `opt-vals' alist to store the options's
10649         values during their processing and return them additionally to the
10650         remaining args.
10652 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
10654         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
10655         continuation character an operator, as far as indentation is
10656         concerned (Bug#15369).
10658 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
10660         * window.el (window--state-put-2): Don't process buffer state
10661         when buffer doesn't exist any more (Bug#15382).
10663 2013-09-15  Glenn Morris  <rgm@gnu.org>
10665         * eshell/em-unix.el (eshell/rm):
10666         Make -f ignore missing files.  (Bug#15373)
10668         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
10669         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
10670         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
10672 2013-09-14  Glenn Morris  <rgm@gnu.org>
10674         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
10676 2013-09-13  Glenn Morris  <rgm@gnu.org>
10678         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
10679         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
10681 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
10683         * frame.el (x-focus-frame): Mark as declared in frame.c.
10685 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10687         * ls-lisp.el: Use advice-add.
10688         (original-insert-directory): Remove.
10689         (ls-lisp--insert-directory): Rename from insert-directory; add
10690         `orig-fun' argument.
10691         (insert-directory): Advise.
10693 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
10695         * term.el (term-emulate-terminal): Decode the command string
10696         before passing it to term-command-hook.  (Bug#15337)
10698 2013-09-13  Glenn Morris  <rgm@gnu.org>
10700         * eshell/esh-util.el (ange-cache): Move declaration earlier.
10702         * eshell/esh-ext.el (eshell-search-path): Declare.
10704         * eshell/em-prompt.el (eshell/pwd): Autoload it.
10705         Otherwise an error occurs if eshell-dirs module not loaded.
10707         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
10709 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
10711         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
10712         `tramp-check-proper-host'.  Check for a valid method name.
10714         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
10715         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10716         * net/tramp-sh.el (tramp-maybe-open-connection):
10717         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
10719         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
10720         also for hash values.
10722 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10724         * term/ns-win.el (parameters): Don't declare as dynamic.
10725         (before-make-frame-hook): Don't add ineffective function.
10727         * eshell/*.el: Use lexical-binding (bug#15231).
10729 2013-09-12  Kenichi Handa  <handa@gnu.org>
10731         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
10733 2013-09-12  Glenn Morris  <rgm@gnu.org>
10735         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
10736         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
10738         * subr.el (do-after-load-evaluation): Also give compiler warnings
10739         when obsolete files are used (except by obsolete files).
10741         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
10742         in the status output, assume `filename' is the first.  (Bug#15322)
10744         * vc/vc.el (vc-deduce-fileset): Doc fix.
10746         * calc/calc-help.el (Info-goto-node):
10747         * progmodes/cperl-mode.el (Info-find-node):
10748         * vc/ediff.el (Info-goto-node): Update declarations.
10750         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
10752         * vc/vc-bzr.el (vc-compilation-mode): Declare.
10753         (vc-bzr-pull): Require vc-dispatcher.
10754         * vc/vc-git.el (vc-compilation-mode): Declare.
10755         (vc-git-pull): Require vc-dispatcher.
10757         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
10759         * progmodes/octave.el (help-button-action): Declare.
10761         * shell.el (shell-directory-tracker): Output error as a message
10762         rather than just returning it as a string.
10763         (shell-process-pushd): Remove useless use of message.
10765         * dframe.el (dframe-timer-fn):
10766         * files.el (dir-locals-read-from-file):
10767         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
10768         (mpc-format):
10769         * reveal.el (reveal-post-command):
10770         * saveplace.el (load-save-place-alist-from-file):
10771         * shell.el (shell-resync-dirs):
10772         * w32-common-fns.el (x-get-selection-value):
10773         * emacs-lisp/copyright.el (copyright-find-copyright):
10774         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
10775         * emulation/tpu-edt.el (tpu-copy-keyfile):
10776         * play/bubbles.el (bubbles--mark-neighbourhood):
10777         * progmodes/executable.el
10778         (executable-make-buffer-file-executable-if-script-p):
10779         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
10781 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10783         Cleanup Eshell to rely less on dynamic scoping.
10784         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
10785         last-value, and ext-command here.  Bind `args' closer to `body'.
10786         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
10787         (eshell--args): Declare new dynamic var.
10788         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
10789         last-value, and ext-command.  Pass `args' to `body'.
10790         (eshell-process-args): Bind eshell--args.
10791         (eshell-set-option): Use eshell--args.
10792         * eshell/eshell.el (eshell): Use derived-mode-p.
10793         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
10794         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
10795         (eshell-glob-function): Declare.
10796         * eshell/esh-util.el: Require cl-lib.
10797         (eshell-read-hosts-file): Avoid add-to-list.
10798         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
10799         `err'.
10800         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
10801         Declare.
10802         (eshell/diff): Remove unused var `err'.
10803         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
10804         `killflag'.
10805         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
10806         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
10807         first use.
10808         * eshell/em-glob.el (eshell-glob-matches, message-shown):
10809         Move declaration before first use.
10810         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
10811         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
10812         rely on cl-return.
10814 2013-09-12  Glenn Morris  <rgm@gnu.org>
10816         * term/ns-win.el (global-map): Remove binding for ispell-next,
10817         deleted 1999-05-29.  (Bug#15357)
10819 2013-09-11  Glenn Morris  <rgm@gnu.org>
10821         * echistory.el (electric-command-history): Remove call to deleted func.
10823         * play/landmark.el (landmark-mode): Fix typos.
10825         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
10826         Check cvs-sort-ignore-file is bound.
10828         * savehist.el: No need for cl when compiling on Emacs.
10830 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10832         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
10833         (bug#15338).
10834         (eshell-self-insert-command, eshell-send-invisible):
10835         Remove unused argument.
10836         (eshell-handle-control-codes): Remove unused var `orig'.
10837         Avoid delete-backward-char.
10839         * files.el (set-auto-mode): Simplify a bit further.
10841 2013-09-11  Glenn Morris  <rgm@gnu.org>
10843         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
10844         (set-auto-mode): Don't regexp-quote elements.
10845         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
10846         * progmodes/cc-mode.el (interpreter-mode-alist):
10847         * progmodes/ruby-mode.el (interpreter-mode-alist):
10848         Revert previous change.
10850 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10852         * play/snake.el (snake-mode):
10853         * play/mpuz.el (mpuz-mode):
10854         * play/landmark.el (lm-mode):
10855         * play/blackbox.el (blackbox-mode):
10856         * play/5x5.el (5x5-mode):
10857         * obsolete/options.el (Edit-options-mode):
10858         * net/quickurl.el (quickurl-list-mode):
10859         * net/newst-treeview.el (newsticker-treeview-mode):
10860         * mail/rmailsum.el (rmail-summary-mode):
10861         * mail/mspools.el (mspools-mode):
10862         * locate.el (locate-mode):
10863         * ibuffer.el (ibuffer-mode):
10864         * emulation/ws-mode.el (wordstar-mode):
10865         * emacs-lisp/debug.el (debugger-mode):
10866         * array.el (array-mode):
10867         * net/eudc.el (eudc-mode): Use define-derived-mode.
10868         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
10869         Move initialization into declaration.
10870         (mairix-searches-mode): Use define-derived-mode.
10871         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
10872         (eudc-edit-hotlist): Use dolist.
10873         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
10874         (Man-mode): Use define-derived-mode.
10875         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
10876         (Info-edit-mode): Use define-derived-mode.
10877         (Info-cease-edit): Use Info-mode.
10878         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
10879         into declaration.
10880         (eshell-mode): Use define-derived-mode.
10881         * chistory.el (command-history-mode-map): Rename from
10882         command-history-map.
10883         (command-history-mode): Use define-derived-mode.
10884         (Command-history-setup): Remove function.
10885         * calc/calc.el (calc-trail-mode-map): New var.
10886         (calc-trail-mode): Use define-derived-mode.
10887         (calc-trail-buffer): Set calc-main-buffer manually.
10888         * bookmark.el (bookmark-insert-annotation): New function.
10889         (bookmark-edit-annotation): Use it.
10890         (bookmark-edit-annotation-mode): Make it a proper major mode.
10891         (bookmark-send-edited-annotation): Use derived-mode-p.
10892         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
10893         closer to its ideal place.  Use \' to match EOS.
10895         * profiler.el (profiler-calltree-find): Use function-equal.
10897 2013-09-10  Glenn Morris  <rgm@gnu.org>
10899         * files.el (interpreter-mode-alist): Convert to regexps.
10900         (set-auto-mode): Adapt for this.  (Bug#15306)
10901         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
10902         Comment out unused variable.
10903         * progmodes/cc-mode.el (interpreter-mode-alist):
10904         * progmodes/python.el (interpreter-mode-alist):
10905         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
10906         * progmodes/sh-script.el (sh-set-shell):
10907         No longer use interpreter-mode-alist to get list of shells.
10909         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
10911 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10913         * simple.el: Use set-temporary-overlay-map for universal-argument.
10914         (universal-argument-map): Don't use default-bindings (bug#15317).
10915         Bind switch-frame explicitly.  Replace universal-argument-minus with
10916         a conditional binding.
10917         (universal-argument-num-events, saved-overriding-map): Remove.
10918         (restore-overriding-map): Remove.
10919         (universal-argument--mode): Rename from save&set-overriding-map,
10920         and rewrite.
10921         (universal-argument, universal-argument-more, negative-argument)
10922         (digit-argument): Adjust accordingly.
10923         (universal-argument-minus): Remove.
10924         (universal-argument-other-key): Remove.
10926         * subr.el (with-demoted-errors): Add `format' argument.
10928 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
10930         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
10931         `tramp-cleanup-connection'.
10933         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
10934         parameters KEEP-DEBUG and KEEP-PASSWORD.
10936         * net/tramp.el (tramp-file-name-handler):
10937         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
10938         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
10939         (tramp-maybe-open-connection):
10940         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
10941         Use `tramp-cleanup-connection'.
10943         * net/tramp-sh.el (tramp-maybe-open-connection):
10944         Catch 'uname-changed inside the progress reporter.
10946 2013-09-10  Glenn Morris  <rgm@gnu.org>
10948         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
10950         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
10951         returns "alternate access method" in mode (eg "-rw-r--r--.").
10953 2013-09-08  Glenn Morris  <rgm@gnu.org>
10955         * saveplace.el (load-save-place-alist-from-file):
10956         Demote errors.  (Bug#15305)
10958 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
10960         Improve compatibility with older Emacsen, and XEmacs.
10962         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
10963         only if it is bound.  It isn't for XEmacs.
10964         (with-tramp-progress-reporter): Do not let-bind `result'.
10965         This yields to scoping errors in XEmacs.
10966         (tramp-handle-make-auto-save-file-name): New function, moved from
10967         tramp-sh.el.
10969         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
10970         for `make-auto-save-file-name'.
10971         (tramp-adb--gnu-switches-to-ash):
10972         Use `tramp-compat-replace-regexp-in-string'.
10974         * net/tramp-cache.el (tramp-cache-print): Call
10975         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
10977         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
10978         bound.  It isn't for XEmacs.
10980         * net/tramp-compat.el (tramp-compat-copy-file):
10981         Catch `wrong-number-of-arguments' error.
10982         (tramp-compat-replace-regexp-in-string): New defun.
10984         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
10985         for `make-auto-save-file-name'.
10986         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
10987         `copy-file'.
10988         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
10989         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
10990         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
10992         * net/tramp-gw.el (tramp-gw-open-network-stream):
10993         Use `tramp-compat-replace-regexp-in-string'.
10995         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
10996         Call `tramp-handle-make-auto-save-file-name'.
10997         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
10998         (tramp-sh-file-gvfs-monitor-dir-process-filter)
10999         (tramp-sh-file-inotifywait-process-filter):
11000         Use `tramp-compat-replace-regexp-in-string'.
11001         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
11003         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
11004         for `make-auto-save-file-name'.
11005         (tramp-smb-handle-copy-directory):
11006         Call `tramp-compat-replace-regexp-in-string'.
11007         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
11008         (tramp-smb-handle-copy-file): Improve error message.
11009         (tramp-smb-handle-rename-file): Rename directly only in case
11010         `newname' does not exist yet.  This is a restriction of smbclient.
11011         (tramp-smb-maybe-open-connection): Rerun the function only when
11012         `auth-sources' is non-nil.
11014 2013-09-08  Kenichi Handa  <handa@gnu.org>
11016         * international/characters.el: Set category "^" (Combining) for
11017         more characters.
11019 2013-09-07  Alan Mackenzie  <acm@muc.de>
11021         Correctly fontify Java class constructors.
11022         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
11023         in Java Mode.
11024         (c-recognize-typeless-decls): Set the Java value to t.
11025         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
11026         While handling a "(", add a check for, effectively, Java, and handle a
11027         "typeless" declaration there.
11029 2013-09-07  Roland Winkler  <winkler@gnu.org>
11031         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
11032         field subtitle for entry type book.
11034 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11036         * minibuffer.el: Make minibuffer-complete call completion-in-region
11037         rather than other way around.
11038         (completion--some, completion-pcm--find-all-completions):
11039         Don't delay signals when debugging.
11040         (minibuffer-completion-contents): Beware fields within the
11041         minibuffer contents.
11042         (completion-all-sorted-completions): Use defvar-local.
11043         (completion--do-completion, completion--cache-all-sorted-completions)
11044         (completion-all-sorted-completions, minibuffer-force-complete):
11045         Add args `beg' and `end'.
11046         (completion--in-region-1): New fun, extracted from minibuffer-complete.
11047         (minibuffer-complete): Use completion-in-region.
11048         (completion-complete-and-exit): New fun, extracted from
11049         minibuffer-complete-and-exit.
11050         (minibuffer-complete-and-exit): Use it.
11051         (completion--complete-and-exit): Rename from
11052         minibuffer--complete-and-exit.
11053         (completion-in-region--single-word): New function, extracted from
11054         minibuffer-complete-word.
11055         (minibuffer-complete-word): Use it.
11056         (display-completion-list): Make `common-substring' argument obsolete.
11057         (completion--in-region): Call completion--in-region-1 instead of
11058         minibuffer-complete.
11059         (completion-help-at-point): Pass boundaries to
11060         minibuffer-completion-help as args rather than via an overlay.
11061         (completion-pcm--string->pattern): Use `any-delim'.
11062         (completion-pcm--optimize-pattern): New function.
11063         (completion-pcm--pattern->regex): Handle `any-delim'.
11064         * icomplete.el (icomplete-forward-completions)
11065         (icomplete-backward-completions, icomplete-completions):
11066         Adjust calls to completion-all-sorted-completions and
11067         completion--cache-all-sorted-completions.
11068         (icomplete-with-completion-tables): Default to t.
11069         * emacs-lisp/crm.el (crm--current-element): Rename from
11070         crm--select-current-element.  Don't put an overlay but return the
11071         boundaries instead.
11072         (crm--completion-command): Take two new args to bind to the boundaries.
11073         (crm-completion-help): Adjust accordingly.
11074         (crm-complete): Use completion-in-region.
11075         (crm-complete-word): Use completion-in-region--single-word.
11076         (crm-complete-and-exit): Use completion-complete-and-exit.
11078 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11080         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
11081         than dynamically.
11083 2013-09-06  Juri Linkov  <juri@jurta.org>
11085         * info.el (Info-display-images-node): When image file doesn't exist
11086         display text version of the image if it's provided in the Info file.
11087         Otherwise, display the location of missing image from SRC attribute.
11088         Add help-echo text property from ALT attribute.  (Bug#15279)
11090 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11092         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
11093         (edit-abbrevs-mode): Use define-derived-mode.
11095         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
11096         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
11097         that it's defined.
11098         (epa-key-list-mode, epa-key-mode, epa-info-mode):
11099         Use define-derived-mode.
11101         * epg.el (epg-start-encrypt): Minor CSE simplification.
11103 2013-09-06  William Xu  <william.xwl@gmail.com>
11105         * arc-mode.el: Add support for 7za (bug#15264).
11106         (archive-7z-program): New var.
11107         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
11108         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
11109         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
11111 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
11113         Remove URL syntax.
11115         * net/tramp.el (tramp-syntax, tramp-prefix-format)
11116         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
11117         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
11118         (tramp-postfix-host-format, tramp-file-name-regexp)
11119         (tramp-completion-file-name-regexp)
11120         (tramp-completion-dissect-file-name)
11121         (tramp-handle-substitute-in-file-name): Remove 'url case.
11122         (tramp-file-name-regexp-url)
11123         (tramp-completion-file-name-regexp-url): Remove constants.
11125 2013-09-06  Glenn Morris  <rgm@gnu.org>
11127         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
11129 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
11131         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
11132         keywords" below "here-doc beginnings" (Bug#15270).
11134 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11136         * subr.el (pop): Use `car-safe'.
11137         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
11138         to detect unused `pop' return value.
11140         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
11141         var `block-regexp'.
11142         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
11143         (python-fill-string): Remove unused var `marker'.
11144         (python-skeleton-add-menu-items): Remove unused var `items'.
11146         * international/mule-cmds.el: Require CL.
11147         (find-coding-systems-for-charsets): Avoid add-to-list.
11148         (sanitize-coding-system-list): New function, extracted from
11149         select-safe-coding-system-interactively.
11150         (select-safe-coding-system-interactively): Use it.
11151         (read-input-method-name): Accept symbols for `default'.
11153         * emacs-lisp/advice.el (defadvice): Add indent rule.
11155 2013-09-05  Daniel Hackney  <dan@haxney.org>
11157         * dired-x.el:
11158         * net/ange-ftp.el:
11159         * net/browse-url.el:
11160         * net/dbus.el:
11161         * net/eudc.el:
11162         * net/eudcb-ldap.el:
11163         * net/eww.el:
11164         * net/imap.el:
11165         * printing.el:
11166         * vc/ediff-diff.el:
11167         * vc/ediff-init.el:
11168         * vc/ediff-merg.el:
11169         * vc/ediff-mult.el:
11170         * vc/ediff-util.el:
11171         * vc/ediff-wind.el:
11172         * vc/ediff.el:
11173         * vc/emerge.el:
11174         * vc/pcvs.el:
11175         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
11176         byte compiler.  Remove some unused let-bound variables.
11178 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11180         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
11181         a "ref-cell", since it gets better optimized (bug#14883).
11183 2013-09-05  Glenn Morris  <rgm@gnu.org>
11185         * progmodes/cc-awk.el (c-forward-sws): Declare.
11187 2013-09-04  Glenn Morris  <rgm@gnu.org>
11189         * generic-x.el [rul-generic-mode]: Require cc-mode.
11190         (c++-mode-syntax-table): Declare.
11191         (rul-generic-mode-syntax-table): Init in the defvar.
11193 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11195         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
11196         (vc-do-command, vc-set-async-update):
11197         * vc/vc-mtn.el (vc-mtn-dir-status):
11198         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
11199         (vc-hg-pull, vc-hg-merge-branch):
11200         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
11201         (vc-git-merge-branch):
11202         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
11203         (vc-cvs-dir-status-files):
11204         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
11205         (vc-bzr-dir-status-files):
11206         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
11207         * vc/vc-annotate.el: Use lexical-binding.
11208         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
11209         (vc-sentinel-movepoint): Declare.
11210         (vc-annotate): Don't use `goto-line'.
11211         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
11212         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
11213         (vc-sentinel-movepoint): Declare.
11214         * vc/vc-svn.el: Use lexical-binding.
11215         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
11216         * vc/vc-sccs.el:
11217         * vc/vc-rcs.el: Use lexical-binding.
11219         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
11220         `deleted'.  Don't drop errors silently.
11222         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
11224 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
11226         * vc/vc.el (vc-ignore): Rewrite.
11227         (vc-default-ignore): New function.
11228         (vc-default-ignore-completion-table): Use find-ignore-file.
11230         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
11231         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
11232         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
11233         Remove.  Most code moved to vc.el.
11235 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11237         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
11238         * net/tramp-smb.el (tramp-smb-get-file-entries):
11239         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
11240         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
11242         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
11243         Update call to it.
11244         (eww-change-select): Remove unused var `properties'.
11245         (eww-make-unique-file-name): Remove unused var `base'.
11247         * finder.el (finder-compile-keywords): Don't mess with windows.
11249         * calculator.el (calculator-funcall): Fix typo in last change.
11251         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
11253         * emacs-lisp/package.el (package-activate-1): Don't let a missing
11254         <pkg>-autoloads.el file stop us.
11256         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
11257         warnings, and factor out common code.
11259 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
11261         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
11262         two-character operators and whether the character preceding them
11263         changes their meaning (Bug#15208).
11265 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11267         Format code sent to Python shell for robustness.
11268         * progmodes/python.el (python-shell-buffer-substring):
11269         New function.
11270         (python-shell-send-region, python-shell-send-buffer): Use it.
11272 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
11274         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
11275         * net/tramp.el (tramp-user-error): ... here.
11276         (tramp-find-method, tramp-check-proper-host)
11277         (tramp-dissect-file-name, tramp-debug-message)
11278         (tramp-handle-shell-command):
11279         * net/tramp-adb.el (tramp-adb-handle-shell-command):
11280         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
11282         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
11284 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
11286         * avoid.el (mouse-avoidance-point-position)
11287         (mouse-avoidance-too-close-p): Handle case where posn-at-point
11288         returns nil.
11290 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11292         * progmodes/python.el (python-shell-completion-get-completions):
11293         Drop use of deleted `comint-last-prompt-overlay'.
11294         (python-nav-if-name-main): New command.
11296 2013-09-01  Glenn Morris  <rgm@gnu.org>
11298         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
11299         Avoid leading space in $wins.  Otherwise the sed command used by
11300         eg compile-main ends up containing "/*.el".  (Bug#15170)
11302         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
11304 2013-08-30  Glenn Morris  <rgm@gnu.org>
11306         * emacs-lisp/bytecomp.el (byte-recompile-directory):
11307         Fix is-this-a-directory logic.  (Bug#15220)
11309 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11311         * textmodes/css-mode.el: Use SMIE.
11312         (css-smie-grammar): New var.
11313         (css-smie--forward-token, css-smie--backward-token)
11314         (css-smie-rules): New functions.
11315         (css-mode): Use them.
11316         (css-navigation-syntax-table): Remove var.
11317         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
11318         (css-indent-calculate, css-indent-line): Remove functions.
11320         Misc changes to reduce use of `(lambda...); and other cleanups.
11321         * cus-edit.el: Use lexical-binding.
11322         (customize-push-and-save, customize-apropos)
11323         (custom-buffer-create-internal): Use closures.
11324         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
11325         * progmodes/ada-xref.el: Use setq.
11326         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
11327         * dframe.el: Use lexical-binding.
11328         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
11329         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
11330         * descr-text.el: Use lexical-binding.
11331         (describe-text-widget, describe-text-sexp, describe-property-list):
11332         Use closures.
11333         * comint.el (comint-history-isearch-push-state): Use a closure.
11334         * calculator.el: Use lexical-binding.
11335         (calculator-number-to-string): Make it work with lexical-binding.
11336         (calculator-funcall): Same and use cl-letf.
11338         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
11339         (lisp--company-doc-string, lisp--company-location): New functions.
11340         (lisp-completion-at-point): Use them to improve Company support.
11342         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
11343         params of lambda expressions.
11344         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
11345         (ruby-smie--opening-pipe-p): New function.
11346         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
11347         symbols and matched |...| for formal params.
11348         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
11349         from being treated as hanging.  Handle "rescue".
11351 2013-08-29  Glenn Morris  <rgm@gnu.org>
11353         * progmodes/cc-engine.el (c-pull-open-brace):
11354         Move definition before use.
11356 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11358         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
11359         are immutable.  Don't use `unsafe' any more.
11360         (cl--defsubst-expand): Don't substitute at the same time as keeping
11361         a residual unused let-binding.  Don't use `unsafe' any more.
11363 2013-08-29  Glenn Morris  <rgm@gnu.org>
11365         * calendar/cal-china.el (calendar-chinese-year-cache):
11366         Recenter on 2015.
11368         * nxml/nxml-util.el (nxml-debug-clear-inside):
11369         Use cl-loop rather than loop.
11371         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
11373         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
11375 2013-08-28  Glenn Morris  <rgm@gnu.org>
11377         * progmodes/antlr-mode.el: No need to require cc-mode twice.
11379         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
11381         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
11383 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11385         * simple.el (repeat-complex-command--called-interactively-skip):
11386         New function.
11387         (repeat-complex-command): Use it (bug#14136).
11389         * progmodes/cc-mode.el: Minor cleanup of var declarations.
11390         (c-define-abbrev-table): Add `doc' argument.
11391         (c-mode-abbrev-table, c++-mode-abbrev-table)
11392         (objc-mode-abbrev-table, java-mode-abbrev-table)
11393         (idl-mode-abbrev-table, pike-mode-abbrev-table)
11394         (awk-mode-abbrev-table): Use it.
11395         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
11396         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
11397         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
11398         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
11399         Move initialization into the declaration; and remove any
11400         autoload cookie.
11402         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
11403         and dynamic let binding.
11405         * vc/smerge-mode.el: Remove redundant :group args.
11407         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
11408         to load-path.
11410 2013-08-28  Juri Linkov  <juri@jurta.org>
11412         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
11413         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
11414         (isearch-other-meta-char): Handle an undefined shifted printing
11415         character by downshifting it.  (Bug#15200)
11417 2013-08-28  Juri Linkov  <juri@jurta.org>
11419         * isearch.el (isearch-search): Change regexp error message for
11420         non-regexp searches.  (Bug#15166)
11422 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11424         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
11425         for portability to hosts where /bin/sh has problems.
11427 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11429         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
11431 2013-08-27  Juri Linkov  <juri@jurta.org>
11433         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
11434         in the keyboard macro.  (Bug#15126)
11436 2013-08-27  Juri Linkov  <juri@jurta.org>
11438         * isearch.el (isearch-quote-char): Comment out converting unibyte
11439         to multibyte, thus syncing with its `quoted-insert' counterpart.
11440         (Bug#15166)
11442 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
11444         * window.el (display-buffer-use-some-window): Add missing
11445         argument in call of get-largest-window (Bug#15185).
11446         Reported by Stephen Leake.
11448 2013-08-27  Glenn Morris  <rgm@gnu.org>
11450         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
11452 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11454         * progmodes/python.el (python-font-lock-keywords): Don't return nil
11455         from a matcher-function unless there's no more matches (bug#15161).
11457 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
11459         * minibuffer.el: Revert change from 2013-08-20.
11461         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
11462         with text property `tramp-default', if appropriate.
11463         (tramp-check-proper-host): New defun.
11464         (tramp-dissect-file-name): Do not check hostname.  Revert change
11465         of 2013-03-18.
11466         (tramp-backtrace): Make VEC-OR-PROC optional.
11468         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
11469         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
11470         * net/tramp-sh.el (tramp-maybe-open-connection):
11471         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
11472         Apply `tramp-check-proper-host'.
11474 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
11476         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
11477         lambda expression in order to have `describe-variable' display it.
11479 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
11481         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
11482         BUF can be optional.  (Bug#15186)
11484 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
11486         * progmodes/flymake.el (flymake-get-real-file-name-function):
11487         Fix broken customization.  (Bug#15184)
11489 2013-08-25  Alan Mackenzie  <acm@muc.de>
11491         Improve indentation of bracelists defined by macros (without "=").
11493         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
11494         expansion begins with "{", regard it as bracelist when it doesn't
11495         contain a ";".
11497         Parse C++ inher-intro when there's a template split over 2 lines.
11499         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
11500         rigorously the search for "class" etc. followed by ":".
11502         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
11503         random languages a regexp which never matches rather than nil.
11505         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
11507         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
11508         (c-awk-regexp-one-line-possibly-open-char-list-re)
11509         (c-awk-one-line-possibly-open-regexp-re)
11510         (c-awk-one-line-non-syn-ws*-re): Remove.
11511         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
11512         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
11513         (c-awk-space*-unclosed-regexp-/-re): New constants.
11514         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
11515         aren't regexp delimiters.
11517         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
11518         handling for a rare situation in AWK Mode involving unterminated
11519         strings/regexps.
11521 2013-08-23  Glenn Morris  <rgm@gnu.org>
11523         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
11525         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
11527         * files.el (create-file-buffer): If the result would begin with
11528         spaces, prepend a "|" instead of removing them.  (Bug#15162)
11530 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11532         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
11533         text-properties (bug#15155).
11535         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
11536         exist any more.
11537         (calc-keypad-redraw): Remove unused var `pad'.
11538         (calc-keypad-press): Remove unused var `menu'.
11540 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
11542         * window.el (display-buffer-pop-up-frame):
11543         Call pop-up-frame-function with BUFFER current so `make-frame' will
11544         use it as the new frame's buffer (Bug#15133).
11546 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11548         * calendar/timeclock.el: Minor cleanups.
11549         (timeclock-ask-before-exiting, timeclock-use-display-time):
11550         Use `symbol'.
11551         (timeclock-modeline-display): Define as alias before the
11552         actual definition.
11553         (timeclock-mode-line-display): Use define-minor-mode.
11554         (timeclock-day-list-template): Make it a function, add an argument.
11555         (timeclock-day-list-required, timeclock-day-list-length)
11556         (timeclock-day-list-debt, timeclock-day-list-span)
11557         (timeclock-day-list-break): Adjust calls accordingly.
11559 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11561         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
11562         Use read--expression so that completion works again.
11564 2013-08-21  Sam Steingold  <sds@gnu.org>
11566         Add rudimentary inferior shell interaction
11567         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
11568         (sh-set-shell): Reset it.
11569         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
11570         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
11572 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11574         * align.el: Use lexical-binding.
11575         (align-region): Simplify accordingly.
11577 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
11579         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
11581         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
11582         `non-essential' up.
11584 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
11586         * net/tramp.el:
11587         * net/tramp-adb.el:
11588         * net/tramp-cmds.el:
11589         * net/tramp-ftp.el:
11590         * net/tramp-gvfs.el:
11591         * net/tramp-gw.el:
11592         * net/tramp-sh.el: Don't wrap external variable declarations by
11593         `eval-when-compile'.
11595 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11597         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
11598         now that Emacs supports ImageMagick animations.
11600 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
11602         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
11603         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
11605 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
11607         * window.el (mouse-autoselect-window-select): Do autoselect when
11608         mouse pointer is on margin.
11610 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
11612         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
11614 2013-08-16  Glenn Morris  <rgm@gnu.org>
11616         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
11617         Handle "Remote Directory" response of some clients.  (Bug#15058)
11619         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
11620         Tweak warning.  (Bug#14926)
11622         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
11623         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
11625         * image-mode.el (image-mode-map): Add menu items to reverse,
11626         increase, decrease, reset animation speed.
11627         (image--set-speed, image-increase-speed, image-decrease-speed)
11628         (image-reverse-speed, image-reset-speed): New functions.
11629         (image-mode-map): Add bindings for speed commands.
11631         * image.el (image-animate-get-speed, image-animate-set-speed):
11632         New functions.
11633         (image-animate-timeout): Respect image :speed property.
11635 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11637         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
11638         previous line (bug#15101).
11639         (debugger-eval-expression, debugger-record-expression):
11640         Use read--expression (bug#15102).
11642 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
11644         Remove byte compiler warnings, visible when compiling with
11645         `byte-compile-force-lexical-warnings' set to t.
11647         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
11648         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
11649         (tramp-handle-unhandled-file-name-directory)
11650         (tramp-handle-file-notify-add-watch, tramp-action-login)
11651         (tramp-action-succeed, tramp-action-permission-denied)
11652         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
11653         arguments with "_".
11655         * net/tramp-adb.el (tramp-adb-parse-device-names)
11656         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
11657         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
11658         (tramp-adb-handle-file-truename): Remove unused arguments.
11660         * net/tramp-cache.el (tramp-flush-directory-property)
11661         (tramp-flush-connection-property, tramp-list-connections)
11662         (tramp-parse-connection-properties): Prefix unused arguments with "_".
11664         * net/tramp-compat.el (tramp-compat-make-temp-file):
11665         Rename FILENAME to F.
11667         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
11668         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
11669         (tramp-zeroconf-parse-workstation-device-names)
11670         (tramp-zeroconf-parse-webdav-device-names)
11671         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
11673         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
11674         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
11676         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
11677         arguments.
11678         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
11679         (tramp-sh-handle-insert-file-contents-literally)
11680         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
11681         with "_".
11682         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
11683         Remove unused variables.
11685         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
11686         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
11687         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
11689         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
11690         Make them a defconst.
11691         (tramp-uuencode-region): Remove unused variable.
11693 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
11695         * frameset.el (frameset--prop-setter): New function.
11696         (frameset-prop): Add gv-setter declaration.
11697         (frameset-filter-minibuffer): Deal with the case that the minibuffer
11698         parameter was already set in FILTERED.  Doc fix.
11699         (frameset--record-minibuffer-relationships): Allow saving a
11700         minibufferless frame without its corresponding minibuffer frame.
11701         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
11702         frame, if the frame id matches.
11703         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
11704         frames before orphaned ones.
11705         (frameset-restore): Warn about orphaned windows, instead of error out.
11707 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
11709         * window.el (window-make-atom): Don't overwrite parameter
11710         already present.
11711         (display-buffer-in-atom-window): Handle special case where we
11712         split an already atomic window.
11713         (window--major-non-side-window, display-buffer-in-side-window)
11714         (window--side-check): Ignore minibuffer window when walking
11715         window tree.
11716         (window-deletable-p): Return 'frame only if no other frame uses
11717         our minibuffer window.
11718         (record-window-buffer): Run buffer-list-update-hook.
11719         (split-window): Make sure window--check-frame won't destroy an
11720         existing atomic window in case the new window gets nested
11721         inside.
11722         (display-buffer-at-bottom): Ignore minibuffer window when
11723         walking window tree.  Don't split a side window.
11724         (pop-to-buffer): Don't set-buffer here, the select-window call
11725         should do that.
11726         (mouse-autoselect-window-select): Autoselect only if we are in the
11727         text portion of the window.
11729 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11731         * net/shr.el (shr-parse-image-data): New function to grab both the
11732         data itself and the Content-Type.
11733         (shr-put-image): Use it.
11735         * net/eww.el (eww-display-image): Ditto.
11737         * image.el (image-content-type-suffixes): New variable.
11739 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11741         * progmodes/python.el (python-imenu--build-tree)
11742         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
11744 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
11746         * simple.el (backward-word): Mention the optional argument.
11748 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11750         * frameset.el (frameset--make): Rename constructor from make-frameset.
11751         (frameset-p, frameset-valid-p): Don't autoload.
11752         (frameset-valid-p): Use normal accessors.
11754 2013-08-13  Glenn Morris  <rgm@gnu.org>
11756         * progmodes/compile.el (compile-command): Tweak example in doc.
11757         * obsolete/scribe.el (scribe-mode):
11758         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
11760         * mail/feedmail.el (feedmail-confirm-outgoing)
11761         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
11763         * cus-start.el (truncate-partial-width-windows): Fix type.
11765         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
11767         * net/shr.el (shr-table-horizontal-line): Fix custom type.
11769 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11771         * emacs-lisp/timer.el (timer--time-setter): New function.
11772         (timer--time): Use it as gv-setter.
11774         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
11775         setter is not a symbol.
11777 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
11779         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
11780         if sending fails.  This makes debugging easier.
11782 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
11784         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
11785         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
11786         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
11788 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
11790         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
11792 2013-08-12  Glenn Morris  <rgm@gnu.org>
11794         * format.el (format-annotate-function):
11795         Handle read-only text properties in the source.  (Bug#14887)
11797 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11799         * net/eww.el (eww-display-html): Ignore coding system errors.
11800         One web site uses "utf-8lias" as the coding system.
11802 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
11804         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
11806 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
11808         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
11809         (tutorial--detailed-help): Remove unused local variables.
11810         (tutorial--save-tutorial-to): Use ignore-errors.
11811         (help-with-tutorial): Use looking-at-p.
11813         * view.el (view-buffer-other-window, view-buffer-other-frame):
11814         Mark unused arguments.
11816         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
11817         (woman-select-symbol-fonts, woman, woman-find-file)
11818         (woman-insert-file-contents, woman-non-underline-faces):
11819         Use string-match-p.
11820         (woman1-unquote): Move declaration.
11822         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
11823         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
11824         argument.  Remove unused local variable.
11825         (xml-parse-elem-type): Use string-match-p.
11826         (xml-substitute-numeric-entities): Use ignore-errors.
11828         * calculator.el (calculator): Mark unused argument.
11829         (calculator-paste, calculator-quit, calculator-integer-p):
11830         Use ignore-errors.
11831         (calculator-string-to-number, calculator-decimal, calculator-exp)
11832         (calculator-op-or-exp): Use string-match-p.
11834         * dired.el (dired-buffer-more-recently-used-p): Declare.
11835         (dired-insert-set-properties, dired-insert-old-subdirs):
11836         Use ignore-errors.
11838         * dired-aux.el (dired-compress): Use ignore-errors.
11839         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
11840         (dired-do-async-shell-command, dired-do-shell-command)
11841         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
11842         (dired-insert-subdir-validate): Use string-match-p.
11843         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
11844         (dired-add-entry): Use string-match-p, looking-at-p.
11845         (dired-insert-subdir-newpos): Remove unused local variable.
11847         * filenotify.el (file-notify-callback): Remove unused local variable.
11849         * filesets.el (filesets-error): Mark unused argument.
11850         (filesets-which-command-p, filesets-filter-dir-names)
11851         (filesets-directory-files, filesets-get-external-viewer)
11852         (filesets-ingroup-get-data): Use string-match-p.
11854         * find-file.el (ff-other-file-name, ff-other-file-name)
11855         (ff-find-the-other-file, ff-cc-hh-converter):
11856         Remove unused local variables.
11857         (ff-get-file-name): Use string-match-p.
11858         (ff-all-dirs-under): Use ignore-errors.
11860         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
11861         (follow-select-if-visible): Remove unused local variable.
11863         * forms.el (read-file-filter): Move declaration.
11864         (forms--make-format, forms--make-parser, forms-insert-record):
11865         Quote function with #'.
11866         (forms--update): Use string-match-p.  Quote function with #'.
11868         * help-mode.el (help-dir-local-var-def): Mark unused argument.
11869         (help-make-xrefs): Use looking-at-p.
11870         (help-xref-on-pp): Use looking-at-p, ignore-errors.
11872         * ibuffer.el (ibuffer-ext-visible-p): Declare.
11873         (ibuffer-confirm-operation-on): Use string-match-p.
11875         * msb.el (msb-item-handler, msb-dired-item-handler):
11876         Mark unused arguments.
11878         * ses.el (ses-decode-cell-symbol)
11879         (ses-kill-override): Remove unused local variable.
11880         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
11881         (ses-load): Use ignore-errors, looking-at-p.
11882         (ses-jump-safe): Use ignore-errors.
11883         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
11885         * tabify.el (untabify, tabify): Mark unused arguments.
11887         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
11888         Mark unused argument.
11889         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
11890         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
11892         * emacs-lisp/timer.el (timer--time): Define setter with
11893         gv-define-setter to avoid deprecation warning.
11895         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
11896         (*record-cmpl-statistics-p*): Remove (was commented out).
11897         (cmpl-statistics-block): Remove (body was commented out).
11898         All callers changed.
11899         (add-completions-from-buffer, load-completions-from-file):
11900         Remove unused variables.
11902 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
11904         * filecache.el (file-cache-delete-file-list):
11905         Print message only when told so.
11906         (file-cache-files-matching): Use #' in mapconcat argument.
11908         * ffap.el (ffap-url-at-point): Fix reference to variable
11909         thing-at-point-default-mail-uri-scheme.
11911 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11913         * subr.el (define-error): New function.
11914         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
11915         error-file-not-found and define with define-error.
11916         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
11917         and define with define-error.
11918         * userlock.el (file-locked, file-supersession):
11919         * simple.el (mark-inactive):
11920         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
11921         * progmodes/ada-mode.el (ada-mode-errors):
11922         * play/life.el (life-extinct):
11923         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
11924         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
11925         * nxml/rng-util.el (rng-error):
11926         * nxml/rng-uri.el (rng-uri-error):
11927         * nxml/rng-match.el (rng-compile-error):
11928         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
11929         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
11930         * nxml/nxml-rap.el (nxml-scan-error):
11931         * nxml/nxml-outln.el (nxml-outline-error):
11932         * net/soap-client.el (soap-error):
11933         * net/gnutls.el (gnutls-error):
11934         * net/ange-ftp.el (ftp-error):
11935         * mpc.el (mpc-proc-error):
11936         * json.el (json-error, json-readtable-error, json-unknown-keyword)
11937         (json-number-format, json-string-escape, json-string-format)
11938         (json-key-format, json-object-format):
11939         * jka-compr.el (compression-error):
11940         * international/quail.el (quail-error):
11941         * international/kkc.el (kkc-error):
11942         * emacs-lisp/ert.el (ert-test-failed):
11943         * calc/calc.el (calc-error, inexact-result, math-overflow)
11944         (math-underflow):
11945         * bookmark.el (bookmark-error-no-filename):
11946         * epg.el (epg-error): Define with define-error.
11948         * time.el (display-time-event-handler)
11949         (display-time-next-load-average): Don't call sit-for since it seems
11950         unnecessary (bug#15045).
11952         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
11953         Use #' instead of ' to quote functions.
11954         (checkdoc-output-mode): Use setq-local.
11955         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
11956         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
11957         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
11958         (checkdoc-ispell, checkdoc-ispell-current-buffer)
11959         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
11960         (checkdoc-ispell-message-text, checkdoc-ispell-start)
11961         (checkdoc-ispell-continue, checkdoc-ispell-comments)
11962         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
11964         * ido.el (ido-completion-help): Fix up compiler warning.
11966 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
11968         * frameset.el (frameset-p): Add autoload cookie.
11969         (frameset--jump-to-register): New function, based on code moved from
11970         register.el.
11971         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
11973         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
11974         (frameset-restore, frameset-save, frameset-session-filter-alist):
11975         Remove declarations.
11976         (register-alist): Doc fix.
11977         (frameset-to-register): Move to frameset.el.
11978         (jump-to-register, describe-register-1): Remove frameset-specific code.
11980 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
11982         * allout-widgets.el (allout-widgets-pre-command-business)
11983         (allout-widgets-post-command-business)
11984         (allout-widgets-after-change-handler)
11985         (allout-decorate-item-and-context, allout-set-boundary-marker)
11986         (allout-body-modification-handler)
11987         (allout-graphics-modification-handler): Mark ignored arguments.
11988         (allout-widgets-post-command-business)
11989         (allout-widgets-exposure-change-processor)
11990         (allout-widgets-exposure-undo-processor)
11991         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
11992         (allout-parse-item-at-point, allout-decorate-item-guides)
11993         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
11994         * allout.el (epa-passphrase-callback-function): Declare.
11995         (allout-overlay-insert-in-front-handler)
11996         (allout-overlay-interior-modification-handler)
11997         (allout-isearch-end-handler, allout-chart-siblings)
11998         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
11999         (allout-yank-processing, allout-process-exposed)
12000         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
12001         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
12002         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
12003         (lisp-indent-defform): Mark ignored arguments.
12004         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
12005         (calculate-lisp-indent): Remove unused variables.
12006         * international/characters.el (indian-2-column, arabic-2-column)
12007         (tibetan): Mark ignored arguments.
12008         (use-cjk-char-width-table): Mark ignored arguments.
12009         Remove unused variables.
12010         * international/fontset.el (build-default-fontset-data)
12011         (x-compose-font-name, create-fontset-from-fontset-spec):
12012         Mark ignored arguments.
12013         (fontset-plain-name): Remove unused variables.
12014         * international/mule.el (charset-id, charset-bytes, generic-char-p)
12015         (keyboard-coding-system): Mark ignored arguments.
12016         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
12017         * help.el (resize-temp-buffer-window):
12018         * window.el (display-buffer-in-major-side-window)
12019         (display-buffer-in-side-window, display-buffer-in-previous-window):
12020         Remove unused variables.
12021         * isearch.el (isearch-forward-symbol):
12022         * version.el (emacs-bzr-version-bzr):
12023         * international/mule-cmds.el (current-language-environment):
12024         * term/common-win.el (x-handle-iconic, x-handle-geometry)
12025         (x-handle-display):
12026         * term/pc-win.el (x-list-fonts, x-display-planes)
12027         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
12028         (x-server-version, x-display-screens, x-display-mm-height)
12029         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
12030         (x-selection-owner-p, x-own-selection-internal)
12031         (x-disown-selection-internal, x-get-selection-internal)
12032         (msdos-initialize-window-system):
12033         * term/tty-colors.el (tty-color-alist, tty-color-clear):
12034         * term/x-win.el (x-handle-no-bitmap-icon):
12035         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
12036         (vc-default-find-file-hook, vc-default-extra-menu):
12037         Mark ignored arguments.
12039 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12041         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
12042         break-condition in the context of the debugged code (bug#12685).
12044 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
12046         * comint.el:
12047         Do not use an overlay to highlight the last prompt.  (Bug#14744)
12048         (comint-mode): Make comint-last-prompt buffer local.
12049         (comint-last-prompt): New variable.
12050         (comint-last-prompt-overlay): Remove.  Superseded by
12051         comint-last-prompt.
12052         (comint-snapshot-last-prompt, comint-output-filter):
12053         Use comint-last-prompt.
12055 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
12057         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
12058         (frameset-save): Check validity of the resulting frameset.
12060 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
12062         * ido.el (ido-record-command): Add doc string.
12064 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
12066         * frameset.el (frameset): Do not disable creation of the default
12067         frameset-p predicate.  Doc fix.
12068         (frameset-valid-p): New function, copied from the old predicate-p.
12069         Add additional checks.
12070         (frameset-restore): Check with frameset-valid-p.
12071         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
12072         (frameset-name, frameset-description, frameset-properties)
12073         (frameset-states): Add docstring.
12074         (frameset-session-filter-alist, frameset-persistent-filter-alist)
12075         (frameset-filter-alist): Doc fixes.
12077 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
12079         * frameset.el (frameset-p, frameset-prop): Doc fixes.
12081 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12083         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
12084         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
12085         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
12086         (byte-compile-normal-call): Remove obsolescence check.
12088 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
12090         * frameset.el (frameset-restore): Doc fix.
12092         * register.el (frameset-frame-id, frameset-frame-with-id)
12093         (frameset-p, frameset-restore, frameset-save): Declare.
12094         (register-alist): Document framesets.
12095         (frameset-session-filter-alist): Declare.
12096         (frameset-to-register): New function.
12097         (jump-to-register): Implement jumping to framesets.  Doc fix.
12098         (describe-register-1): Describe framesets.
12100         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
12102 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
12104         * desktop.el (desktop-save-frameset): Use new frameset-save args.
12105         Use lexical-binding.
12107         * frameset.el (frameset): Use type vector, not list (incompatible
12108         change).  Do not declare a new constructor, use the default one.
12109         Upgrade suggested properties `app', `name' and `desc' to slots `app',
12110         `name' and `description', respectively, and add read-only slot
12111         `timestamp'.  Doc fixes.
12112         (frameset-copy, frameset-persistent-filter-alist)
12113         (frameset-filter-alist, frameset-switch-to-gui-p)
12114         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
12115         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
12116         (frameset-filter-iconified, frameset-keep-original-display-p):
12117         Doc fixes.
12118         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
12119         Rename from frameset-filter-(save|restore)-param.  All callers changed.
12120         Doc fix.
12121         (frameset-p): Adapt to change to vector and be more thorough.
12122         Change arg name to OBJECT.  Doc fix.
12123         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
12124         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
12125         All callers changed.
12126         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
12127         All callers changed.
12128         (frameset--record-minibuffer-relationships): Rename from
12129         frameset--process-minibuffer-frames.  All callers changed.
12130         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
12131         Use new default constructor (again).  Doc fix.
12132         (frameset--find-frame-if): Rename from `frameset--find-frame'.
12133         All callers changed.
12134         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
12135         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
12136         Doc fix.
12137         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
12138         PARAMETERS and WINDOW-STATE, respectively.
12139         (frameset-restore): Add new keyword argument PREDICATE.
12140         Reset frameset--target-display to nil.  Doc fix.
12142 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12144         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
12145         (bat-mode): Use it.
12146         (bat-mode-syntax-table): Mark \n as end-of-comment.
12147         (bat-font-lock-keywords): Remove comment rule.
12149         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
12150         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
12152         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
12153         (byte-compile-callargs-warn): Use `push'.
12154         (byte-compile-arglist-warn): Ignore higher-order "calls".
12155         (byte-compile-file-form-autoload): Use `pcase'.
12156         (byte-compile-function-form): If quoting a symbol, check that it exists.
12158 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
12160         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
12161         and add a few popular commands found in batch files.
12162         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
12163         (dos-mode): Doc fixes.
12165 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12167         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
12168         (dos-mode): Use setq-local.  Add space after "rem".
12169         (dos-mode-syntax-table): Don't use "w" for symbol chars.
12170         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
12172 2013-08-07  Arni Magnusson  <arnima@hafro.is>
12174         * progmodes/dos.el: New file.
12175         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
12176         dos-mode.
12178 2013-08-06  Glenn Morris  <rgm@gnu.org>
12180         * calendar/calendar.el: Add new faces, and day-header-array.
12181         (calendar-weekday-header, calendar-weekend-header)
12182         (calendar-month-header): New faces.
12183         (calendar-day-header-construct): New function.
12184         (calendar-day-header-width): Also :set calendar-day-header-array.
12185         (calendar-american-month-header, calendar-european-month-header)
12186         (calendar-iso-month-header): Use calendar- faces.
12187         (calendar-generate-month):
12188         Use calendar-day-header-array for day headers; apply faces to them.
12189         (calendar-mode): Check calendar-font-lock-keywords non-nil.
12190         (calendar-abbrev-construct): Add optional maxlen argument.
12191         (calendar-day-name-array): Doc fix.
12192         (calendar-day-name-array, calendar-abbrev-length)
12193         (calendar-day-abbrev-array):
12194         Also :set calendar-day-header-array, and maybe redraw.
12195         (calendar-day-header-array): New option.  (Bug#15007)
12196         (calendar-font-lock-keywords): Set to nil and make obsolete.
12197         (calendar-day-name): Add option to use header array.
12199 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12201         * net/shr.el (shr-render-td): Remove debugging.
12202         (shr-render-td): Make width computation consistent by defaulting
12203         all zero-width columns to 10 characters.  This may not be optimal,
12204         but it's at least consistent.
12205         (shr-make-table-1): Redo last change to fix the real problem in
12206         colspan handling.
12208 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
12210         * files.el (cache-long-line-scans):
12211         Make obsolete alias to `cache-long-scans'.
12213 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
12215         * frameset.el (frameset, frameset-filter-alist)
12216         (frameset-filter-params, frameset-save, frameset--reuse-frame)
12217         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
12218         (frameset-compute-pos): Rename from frameset--compute-pos,
12219         and add docstring.
12220         (frameset-move-onscreen): Use frameset-compute-pos.
12221         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
12223         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
12224         Fix typos in docstrings.
12226 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
12228         * frame.el (get-other-frame): Tiny cleanup.
12230 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
12232         * vc/vc.el (vc-default-ignore-completion-table):
12233         Silence byte-compiler warning.
12235         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
12236         slot, which can indeed be nil.
12237         (frameset-live-filter-alist, frameset-persistent-filter-alist):
12238         Move entry for `left' from persistent to live filter alist.
12239         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
12240         Doc fixes.
12241         (frameset-filter-params): When restoring a frame, copy items added to
12242         `filtered', to avoid unwittingly modifying the original parameters.
12243         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
12244         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
12246         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
12247         to use looking-at-p instead of looking-at.  (Bug#15028)
12249 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12251         Revert introduction of isearch-filter-predicates (bug#14714).
12252         Rely on add-function instead.
12253         * isearch.el (isearch-filter-predicates): Rename it back to
12254         isearch-filter-predicate.
12255         (isearch-message-prefix): Use advice-function-mapc and advice
12256         properties to get the isearch-message-prefix.
12257         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
12258         instead of run-hook-with-args-until-failure.
12259         (isearch-filter-visible): Not obsolete any more.
12260         * loadup.el: Preload nadvice.
12261         * replace.el (perform-replace): Revert to funcall
12262         instead of run-hook-with-args-until-failure.
12263         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
12264         * dired-aux.el (dired-isearch-filenames-mode): Rename from
12265         dired-isearch-filenames-toggle; make it into a proper minor mode.
12266         Use add/remove-function.
12267         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
12268         Call the minor-mode rather than add/remove-hook.
12269         (dired-isearch-filter-filenames):
12270         Remove isearch-message-prefix property.
12271         * info.el (Info--search-loop): New function, extracted from Info-search.
12272         Funcall isearch-filter-predicate instead of
12273         run-hook-with-args-until-failure isearch-filter-predicates.
12274         (Info-search): Use it.
12275         (Info-mode): Use isearch-filter-predicate instead of
12276         isearch-filter-predicates.
12278 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
12280         Do not call to `selected-window' where it is assumed by default.
12281         Affected functions are `window-minibuffer-p', `window-dedicated-p',
12282         `window-hscroll', `window-width', `window-height', `window-buffer',
12283         `window-frame', `window-start', `window-point', `next-window'
12284         and `window-display-table'.
12285         * abbrev.el (abbrev--default-expand):
12286         * bs.el (bs--show-with-configuration):
12287         * buff-menu.el (Buffer-menu-mouse-select):
12288         * calc/calc.el (calc):
12289         * calendar/calendar.el (calendar-generate-window):
12290         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
12291         (diary-make-entry):
12292         * comint.el (send-invisible, comint-dynamic-complete-filename)
12293         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
12294         * completion.el (complete):
12295         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
12296         * disp-table.el (describe-current-display-table):
12297         * doc-view.el (doc-view-insert-image):
12298         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
12299         * ehelp.el (with-electric-help):
12300         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12301         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
12302         * emacs-lisp/helper.el (Helper-help-scroller):
12303         * emulation/cua-base.el (cua--post-command-handler-1):
12304         * eshell/esh-mode.el (eshell-output-filter):
12305         * ffap.el (ffap-gnus-wrapper):
12306         * help-macro.el (make-help-screen):
12307         * hilit-chg.el (highlight-compare-buffers):
12308         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
12309         * hl-line.el (global-hl-line-highlight):
12310         * icomplete.el (icomplete-simple-completing-p):
12311         * isearch.el (isearch-done):
12312         * jit-lock.el (jit-lock-stealth-fontify):
12313         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
12314         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
12315         * mpc.el (mpc-tagbrowser, mpc):
12316         * net/rcirc.el (rcirc-any-buffer):
12317         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
12318         * play/landmark.el (landmark-max-width, landmark-max-height):
12319         * play/zone.el (zone):
12320         * progmodes/compile.el (compilation-goto-locus):
12321         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
12322         * progmodes/etags.el (find-tag-other-window):
12323         * progmodes/fortran.el (fortran-column-ruler):
12324         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
12325         * progmodes/verilog-mode.el (verilog-point-text):
12326         * reposition.el (reposition-window):
12327         * rot13.el (toggle-rot13-mode):
12328         * server.el (server-switch-buffer):
12329         * shell.el (shell-dynamic-complete-command)
12330         (shell-dynamic-complete-environment-variable):
12331         * simple.el (insert-buffer, set-selective-display)
12332         (delete-completion-window):
12333         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
12334         (speedbar-recenter):
12335         * startup.el (fancy-splash-head):
12336         * textmodes/ispell.el (ispell-command-loop):
12337         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
12338         * tutorial.el (help-with-tutorial):
12339         * vc/add-log.el (add-change-log-entry):
12340         * vc/compare-w.el (compare-windows):
12341         * vc/ediff-help.el (ediff-indent-help-message):
12342         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
12343         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
12344         (ediff-setup-control-frame):
12345         * vc/emerge.el (emerge-position-region):
12346         * vc/pcvs-util.el (cvs-bury-buffer):
12347         * window.el (walk-windows, mouse-autoselect-window-select):
12348         * winner.el (winner-set-conf, winner-undo): Related users changed.
12350 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
12352         * frameset.el (frameset--set-id): Doc fix.
12353         (frameset-frame-id, frameset-frame-id-equal-p)
12354         (frameset-locate-frame-id): New functions.
12355         (frameset--process-minibuffer-frames, frameset--reuse-frame)
12356         (frameset-restore): Use them.
12358 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
12360         Do not call to `selected-frame' where it is assumed by default.
12361         Affected functions are `raise-frame', `redraw-frame',
12362         `frame-first-window', `frame-terminal' and `delete-frame'.
12363         * calendar/appt.el (appt-disp-window):
12364         * epg.el (epg-wait-for-completion):
12365         * follow.el (follow-delete-other-windows-and-split)
12366         (follow-avoid-tail-recenter):
12367         * international/mule.el (set-terminal-coding-system):
12368         * mail/rmail.el (rmail-mail-return):
12369         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
12370         * progmodes/f90.el (f90-add-imenu-menu):
12371         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
12372         * server.el (server-switch-buffer):
12373         * simple.el (delete-completion-window):
12374         * talk.el (talk):
12375         * term/xterm.el (terminal-init-xterm-modify-other-keys)
12376         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
12377         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
12378         * vc/ediff.el (ediff-documentation): Related users changed.
12379         * frame.el (selected-terminal): Remove the leftover.
12381 2013-08-05  Glenn Morris  <rgm@gnu.org>
12383         * calendar/calendar.el (calendar-generate-month):
12384         Fix for calendar-column-width != 1 + calendar-day-digit-width.
12385         (calendar-generate-month, calendar-font-lock-keywords):
12386         Fix for calendar-day-header-width > length of any day name.
12388 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
12390         * desktop.el (desktop-clear): Use new name of sort predicate.
12392         * frameset.el (frameset): Add docstring.  Move :version property to its
12393         own `version' slot.
12394         (frameset-copy): Rename from copy-frameset.
12395         (frameset-p): Check more thoroughly.
12396         (frameset-prop): Do not check for :version, which is no longer a prop.
12397         (frameset-live-filter-alist, frameset-persistent-filter-alist):
12398         Use new :never value instead of t.
12399         (frameset-filter-alist): Expand and clarify docstring.
12400         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
12401         (frameset-filter-minibuffer, frameset-filter-save-param)
12402         (frameset-filter-restore-param, frameset-filter-iconified):
12403         Add pointer to docstring of frameset-filter-alist.
12404         (frameset-filter-params): Rename filter values to be more meaningful:
12405         :never instead of t, and reverse the meanings of :save and :restore.
12406         (frameset--process-minibuffer-frames): Clarify error message.
12407         (frameset-save): Avoid unnecessary and confusing call to framep.
12408         Use new BOA constructor for framesets.
12409         (frameset--reuse-list): Doc fix.
12410         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
12411         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
12412         (frameset-minibufferless-first-p): Doc fix.
12413         Rename from frameset-sort-frames-for-deletion.
12414         (frameset-restore): Doc fixes.  Use new function names.
12415         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
12417 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
12419         * desktop.el (desktop-restore-forces-onscreen)
12420         (desktop-restore-reuses-frames): Document :keyword constant values.
12421         (desktop-filter-parameters-alist): Remove, now identical to
12422         frameset-filter-alist.
12423         (desktop--filter-tty*): Remove, moved to frameset.el.
12424         (desktop-save-frameset, desktop-restore-frameset):
12425         Do not pass :filters argument.
12427         * frameset.el (frameset-live-filter-alist)
12428         (frameset-persistent-filter-alist): New variables.
12429         (frameset-filter-alist): Use them.  Add autoload cookie.
12430         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
12431         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
12432         `frameset--id' (it's supposed to be internal to frameset.el).
12433         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
12434         (frameset--initial-params): New function.
12435         (frameset--get-frame): Use it.  Doc fix.
12436         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
12437         Accept :all, not 'all.
12438         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
12439         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
12440         with fbound symbols.  Fix frame id matching, and remove matching ids if
12441         the frame being restored is deleted.  Obey :delete.
12443 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12445         * subr.el (macrop): New function.
12446         (text-clone--maintaining): New var.
12447         (text-clone--maintain): Rename from text-clone-maintain.  Use it
12448         instead of inhibit-modification-hooks.
12450         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
12451         a proxy, so as handle autoloads and redefinitions of the target.
12452         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
12454         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
12455         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
12456         (pcase--mutually-exclusive-p): New function.
12457         (pcase--split-consp): Use it.
12458         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
12459         mutually exclusive with the current predicate.
12461         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
12462         (edebug-macrop): Remove.  Use `macrop' instead.
12463         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
12464         (ad-macro-p):
12465         * eshell/esh-cmd.el (eshell-macrop):
12466         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
12468 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12470         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
12471         (advice-mapc): New function, using it.
12472         (advice-function-member-p): New function.
12473         (advice--normalize): Store the cdr in advice--saved-rewrite since
12474         that's the part that will be changed.
12475         (advice--symbol-function): New function.
12476         (advice-remove): Handle removal before the function is defined.
12477         Adjust to new advice--saved-rewrite.
12478         (advice-member-p): Use advice-function-member-p and
12479         advice--symbol-function.
12481 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
12483         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
12484         (frameset-filter-minibuffer): Doc fix.
12485         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
12486         (frameset--set-id, frameset--process-minibuffer-frames)
12487         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
12488         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
12490         * desktop.el (desktop-clear): Only delete frames when called
12491         interactively and desktop-restore-frames is non-nil.  Doc fix.
12492         (desktop-read): Set desktop-saved-frameset to nil.
12494 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
12496         * vc/vc.el (vc-ignore): Rewrite.
12497         (vc-default-ignore-completion-table, vc--read-lines)
12498         (vc--add-line, vc--remove-regexp): New functions.
12500         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
12501         (vc-svn-ignore-completion-table): New function.
12503         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
12504         (vc-hg-ignore-completion-table)
12505         (vc-hg-find-ignore-file): New functions.
12507         * vc/vc-git.el (vc-git-ignore): Rewrite.
12508         (vc-git-ignore-completion-table)
12509         (vc-git-find-ignore-file): New functions.
12511         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
12513         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
12514         (vc-bzr-ignore-completion-table)
12515         (vc-bzr-find-ignore-file): New functions.
12517 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
12519         * frameset.el (frameset-prop): New function and setter.
12520         (frameset-save): Do not modify frame list passed by the caller.
12522 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12524         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
12526 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12528         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
12529         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
12531         * custom.el (custom-initialize-default, custom-initialize-set)
12532         (custom-initialize-reset, custom-initialize-changed): Affect the
12533         toplevel-default-value (bug#6275, bug#14586).
12534         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
12535         for bug#6275.
12537 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
12539         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12540         Add cl-def* expressions.
12542         * frameset.el (frameset-filter-params): Fix order of arguments.
12544 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
12546         Move code related to saving frames to frameset.el.
12547         * desktop.el: Require frameset.
12548         (desktop-restore-frames): Doc fix.
12549         (desktop-restore-reuses-frames): Rename from
12550         desktop-restoring-reuses-frames.
12551         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
12552         (desktop-clear): Clear frames too.
12553         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
12554         (desktop--filter-tty*, desktop-save, desktop-read):
12555         Use frameset functions.
12556         (desktop-before-saving-frames-functions, desktop--filter-*-color)
12557         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
12558         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
12559         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
12560         (desktop--process-minibuffer-frames, desktop-save-frames)
12561         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
12562         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
12563         (desktop--sort-states, desktop-restoring-frames-p)
12564         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
12565         (desktop-restoring-frameset-p, desktop-restore-frameset)
12566         (desktop--check-dont-save, desktop-save-frameset): New functions.
12567         (desktop--app-id): New constant.
12568         (desktop-first-buffer, desktop-buffer-ok-count)
12569         (desktop-buffer-fail-count): Move before first use.
12570         * frameset.el: New file.
12572 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12574         * files.el: Use lexical-binding.
12575         (dir-locals-read-from-file): Remove unused `err' variable.
12576         (hack-dir-local-variables--warned-coding): New var.
12577         (hack-dir-local-variables): Use it to avoid repeated warnings.
12578         (make-backup-file-name--default-function): New function.
12579         (make-backup-file-name-function): Use it as default.
12580         (buffer-stale--default-function): New function.
12581         (buffer-stale-function): Use it as default.
12582         (revert-buffer-insert-file-contents--default-function): New function.
12583         (revert-buffer-insert-file-contents-function): Use it as default.
12584         (insert-directory): Avoid add-to-list.
12586         * autorevert.el (auto-revert-handler): Simplify.
12587         Use buffer-stale--default-function.
12589 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
12591         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
12593         * whitespace.el (whitespace-ensure-local-variables): New function.
12594         (whitespace-cleanup-region): Call it.
12595         (whitespace-turn-on): Call it.
12597 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
12599         Complete file name handlers.
12601         * net/tramp.el (tramp-handle-set-visited-file-modtime)
12602         (tramp-handle-verify-visited-file-modtime)
12603         (tramp-handle-file-notify-rm-watch): New functions.
12604         (tramp-call-process): Do not bind `default-directory'.
12606         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
12607         Order alphabetically.
12608         <access-file, add-name-to-file, dired-call-process>:
12609         <dired-compress-file, file-acl, file-notify-rm-watch>:
12610         <file-ownership-preserved-p, file-selinux-context>:
12611         <make-directory-internal, make-symbolic-link, set-file-acl>:
12612         <set-file-selinux-context, set-visited-file-modtime>:
12613         <verify-visited-file-modtime>: Add handler.
12614         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
12616         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
12617         <file-notify-add-watch, file-notify-rm-watch>:
12618         <set-file-times, set-visited-file-modtime>:
12619         <verify-visited-file-modtime>: Add handler.
12620         (with-tramp-gvfs-error-message)
12621         (tramp-gvfs-handle-set-visited-file-modtime)
12622         (tramp-gvfs-fuse-file-name): Remove.
12623         (tramp-gvfs-handle-file-notify-add-watch)
12624         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
12625         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
12627         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
12628         Order alphabetically.
12629         <file-notify-rm-watch>: Use default Tramp handler.
12630         <executable-find>: Remove private handler.
12631         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
12632         `default-directory'.
12633         (tramp-sh-handle-executable-find)
12634         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
12635         (tramp-sh-file-gvfs-monitor-dir-process-filter)
12636         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
12637         Do not use `format' in `tramp-message'.
12639         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
12640         <file-notify-rm-watch, set-visited-file-modtime>:
12641         <verify-visited-file-modtime>: Add handler.
12642         (tramp-smb-call-winexe): Do not bind `default-directory'.
12644 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
12646         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
12648 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
12650         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
12651         use it.
12652         (log-view-diff-changeset): Same.
12653         (log-view-diff-common): Call backend command `previous-revision'
12654         to find out the previous revision, in both cases.  Swap the
12655         variables `to' and `fr', so that `fr' usually refers to the
12656         earlier revision (Bug#14989).
12658 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
12660         * ibuf-ext.el (ibuffer-filter-by-filename):
12661         Make it work with dired buffers too.
12663 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
12665         * emacs-lisp/re-builder.el (reb-color-display-p):
12666         * files.el (save-buffers-kill-terminal):
12667         * net/browse-url.el (browse-url):
12668         * server.el (server-save-buffers-kill-terminal):
12669         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
12670         Prefer nil to selected-frame for the first arg of frame-parameter.
12672 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
12674         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
12676 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
12678         * minibuffer.el (completion--twq-all): Try and preserve each
12679         completion's case choice (bug#14907).
12681 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12683         * net/network-stream.el (open-network-stream): Mention the new
12684         :nogreeting parameter.
12685         (network-stream-open-starttls): Use the :nogreeting parameter
12686         (bug#14938).
12688         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
12690         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
12691         more natural than popping.
12693         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
12694         (shr-urlify): Highlight under mouse.
12696 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
12698         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
12700         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
12702         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
12703         buffer for output.
12705         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
12706         point-min==1.  Fix search string.  Fix parentheses missing.
12708         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
12709         assume point-min==1.  Fix search string.  Fix parentheses missing.
12711         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
12713         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
12714         buffer for output.
12716 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
12718         * frame.el (frame-notice-user-settings): Avoid inflooping when the
12719         initial frame is minibuffer-less.  (Bug#14841)
12721 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
12723         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
12724         option.
12726         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
12727         (tramp-maybe-open-connection): Use it.
12729 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
12731         * desktop.el (desktop--make-frame): Include `minibuffer' in the
12732         minimal set of parameters passed when creating a frame, because
12733         the minibuffer status of a frame cannot be changed later.
12735 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
12737         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
12738         replace-regexp-in-string and inadvertent omissions in previous change.
12739         (todo-filter-items): Ensure only file names are comma-separated in
12740         name of filtered items buffer.
12742 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
12744         * desktop.el: Optionally force offscreen frames back onscreen.
12745         (desktop-restoring-reuses-frames): New option.
12746         (desktop--compute-pos, desktop--move-onscreen): New functions.
12747         (desktop--make-frame): Use desktop--move-onscreen.
12749 2013-07-27  Alan Mackenzie  <acm@muc.de>
12751         Fontify a Java generic method as a function.
12752         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
12753         value to t.
12755 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
12757         * calendar/todo-mode.el: Add command to rename todo files.
12758         (todo-rename-file): New command.
12759         (todo-key-bindings-t): Add key binding for it.  Change the
12760         bindings of todo-filter-regexp-items(-multifile) to use `x'
12761         instead of `r', since the latter is better suited to the new
12762         renaming command.
12764 2013-07-27  Alan Mackenzie  <acm@muc.de>
12766         Make Java try-with-resources statement parse properly.
12767         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
12768         (c-block-stmt-1-2-key): New language constants/variables.
12769         * progmodes/cc-engine.el (c-beginning-of-statement-1)
12770         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
12771         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
12772         with c-block-stmt-1-2-key.
12774 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
12776         * desktop.el (desktop--make-frame): Apply most frame parameters after
12777         creating the frame to force (partially or totally) offscreen frames to
12778         be restored as such.
12780 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
12782         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
12783         (Bug#14948)
12785 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12787         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
12788         `base' arg of backtrace-frame.
12790 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
12792         * simple.el (list-processes): Doc fix.
12794 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
12796         * desktop.el (desktop--select-frame):
12797         Try harder to reuse existing frames.
12799 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12801         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
12802         (edebug-eval): Use backtrace-eval.
12803         (edebug--display, edebug--recursive-edit): Don't let-bind the
12804         edebug-outer-* vars that keep track of variables we locally let-bind.
12805         (edebug-outside-excursion): Don't restore outside values of locally
12806         let-bound vars.
12807         (edebug--display): Use user-error.
12808         (cl-lexical-debug, cl-debug-env): Remove.
12810 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
12812         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
12813         are restored to be sure that they are visible before deleting any
12814         remaining ones.
12816 2013-07-26  Matthias Meulien  <orontee@gmail.com>
12818         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
12819         vc-print-root-log.  (Bug#14948)
12821 2013-07-26  Richard Stallman  <rms@gnu.org>
12823         Add aliases for encrypting mail.
12824         * epa.el (epa-mail-aliases): New option.
12825         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
12826         Bind inhibit-read-only so read-only text doesn't ruin everything.
12827         (epa-mail-default-recipients): New subroutine broken out.
12828         Handle epa-mail-aliases.
12830 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12832         Add support for lexical variables to the debugger's `e' command.
12833         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
12834         vars, except for debugger-outer-match-data.
12835         (debugger-frame-number): Move check for "on a function call" from
12836         callers into it.  Add `skip-base' argument.
12837         (debugger-frame, debugger-frame-clear): Simplify accordingly.
12838         (debugger-env-macro): Only reset the state stored in non-variables,
12839         i.e. current-buffer and match-data.
12840         (debugger-eval-expression): Rewrite using backtrace-eval.
12841         * subr.el (internal--called-interactively-p--get-frame): Remove.
12842         (called-interactively-p):
12843         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
12844         `base' arg of backtrace-frame instead.
12846 2013-07-26  Glenn Morris  <rgm@gnu.org>
12848         * align.el (align-regexp): Doc fix.  (Bug#14857)
12849         (align-region): Explicit error if subexpression missing/does not match.
12851         * simple.el (global-visual-line-mode):
12852         Do not duplicate the mode lighter.  (Bug#14858)
12854 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
12856         * window.el (display-buffer): In display-buffer bind
12857         split-window-keep-point to t, bug#14829.
12859 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
12861         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
12862         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
12863         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
12864         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
12865         Change accordingly.
12866         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
12867         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
12869 2013-07-25  Glenn Morris  <rgm@gnu.org>
12871         * dired-x.el (dired-mark-extension): Convert comment to doc string.
12873 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
12875         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
12876         parameter to modify-frame-parameters if the value has not changed;
12877         this is a workaround for bug#14949.
12878         (desktop--make-frame): On cl-delete-if call, check parameter name,
12879         not full parameter.
12881 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
12883         * vc/vc.el (vc-ignore): New function.
12885         * vc/vc-svn.el (vc-svn-ignore): New function.
12887         * vc/vc-hg.el (vc-hg-ignore): New function.
12889         * vc/vc-git.el (vc-git-ignore): New function.
12891         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
12892         (vc-dir-ignore): New function.
12894         * vc/vc-cvs.el (vc-cvs-ignore): New function.
12895         (cvs-append-to-ignore): Move here from pcvs.el.
12897         * vc/vc-bzr.el (vc-bzr-ignore): New function.
12899         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
12901 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
12903         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
12904         (desktop-restore-frames): Warn when deleting an existing frame failed.
12906 2013-07-24  Glenn Morris  <rgm@gnu.org>
12908         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
12910 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
12912         * filenotify.el (file-notify-supported-p):
12913         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
12914         Remove functions.
12916         * autorevert.el (auto-revert-use-notify)
12917         (auto-revert-notify-add-watch):
12918         * net/tramp.el (tramp-file-name-for-operation):
12919         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
12920         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12921         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
12922         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12923         Remove `file-notify-supported-p' entry.
12925 2013-07-24  Glenn Morris  <rgm@gnu.org>
12927         * printing.el: Replace all uses of deleted ps-windows-system,
12928         ps-lp-system, ps-flatten-list with lpr- versions.
12930 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12932         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
12933         checked with memq (bug#14935).
12935         * files.el (revert-buffer-function): Use a non-nil default.
12936         (revert-buffer-preserve-modes): Declare var to
12937         provide access to the `preserve-modes' argument.
12938         (revert-buffer): Let-bind it.
12939         (revert-buffer--default): New function, extracted from revert-buffer.
12941 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12943         * lpr.el: Signal print errors more prominently.
12944         (print-region-function): Don't default to nil.
12945         (lpr-print-region): New function, extracted from print-region-1.
12946         Check lpr's return value and signal an error in case of problem.
12947         (print-region-1): Use it.
12948         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
12949         versions instead.
12950         (ps-printer-name): Default to nil.
12951         (ps-printer-name-option): Default to lpr-printer-switch.
12952         (ps-print-region-function): Don't default to nil.
12953         (ps-postscript-code-directory): Simplify default.
12954         (ps-do-despool): Use lpr-print-region to properly check the outcome.
12955         (ps-string-list, ps-eval-switch, ps-flatten-list)
12956         (ps-flatten-list-1): Remove.
12957         (ps-multibyte-buffer): Avoid setq.
12958         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
12959         (print-region-function, ps-print-region-function): Don't set them here.
12961 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
12963         * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
12964         (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
12965         (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
12966         (ido-decorations): Doc fix.
12968         * ansi-color.el: Fix old URL.
12970 2013-07-23  Michael R. Mauger  <michael@mauger.com>
12972         * progmodes/sql.el: Version 3.3
12973         (sql-product-alist): Improve oracle :prompt-cont-regexp.
12974         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
12975         (sql-interactive-remove-continuation-prompt): Rewrite, use
12976         functions above.  Fix continuation prompt and complete output line
12977         handling.
12978         (sql-redirect-one, sql-execute): Use `read-only-mode' on
12979         redirected output buffer.
12980         (sql-mode): Restore deleted code (Bug#13591).
12982 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
12984         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
12986 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
12988         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
12990         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
12991         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12992         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
12994 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
12996         * desktop.el (desktop-clear): Simplify; remove useless checks
12997         against invalid buffer names.
12998         (desktop-list*): Use cl-list*.
12999         (desktop-buffer-info, desktop-create-buffer): Simplify.
13001 2013-07-23  Leo Liu  <sdl.web@gmail.com>
13003         * bookmark.el (bookmark-make-record): Restore NAME as a default
13004         value.  (Bug#14933)
13006 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13008         * emacs-lisp/autoload.el (autoload--setup-output): New function,
13009         extracted from autoload--insert-text.
13010         (autoload--insert-text): Remove.
13011         (autoload--print-cookie-text): New function, extracted from
13012         autoload--insert-cookie-text.
13013         (autoload--insert-cookie-text): Remove.
13014         (autoload-generate-file-autoloads): Adjust calls accordingly.
13016         * winner.el (winner-hook-installed-p): Remove.
13017         (winner-mode): Simplify accordingly.
13019         * subr.el (add-to-list): Fix compiler-macro when `append' is
13020         not constant.  Don't use `cl-member' for the base case.
13022         * progmodes/subword.el: Fix boundary case (bug#13758).
13023         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
13024         own group.
13025         (subword-backward-regexp): Make it a constant.
13026         (subword-forward-internal): Don't treat a trailing capital as the
13027         beginning of a word.
13029 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
13031         * emacs-lisp/package.el (package-menu-mode): Don't modify the
13032         global value of tabulated-list-revert-hook (bug#14930).
13034 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
13036         * desktop.el: Require 'cl-lib.
13037         (desktop-before-saving-frames-functions): New hook.
13038         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
13039         for frames being saved.  Rename from desktop--save-minibuffer-frames.
13040         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
13041         Do not save frames with non-nil `desktop-dont-save' parameter.
13042         Filter out deleted frames.
13043         (desktop--find-frame): Use cl-find-if.
13044         (desktop--select-frame): Use cl-(first|second|third) to access values
13045         of desktop-mini.
13046         (desktop--make-frame): Use cl-delete-if.
13047         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
13048         (desktop-restore-frames): Use cl-(first|second|third) to access values
13049         of desktop-mini.  Look for visible frame at the end, not while
13050         restoring frames.
13052         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
13053         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
13054         Use string-match-p, looking-at-p (bug#14927).
13056 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
13058         * desktop.el (desktop-saved-frame-states):
13059         Rename from desktop--saved-states; all users changed.
13060         (desktop-save-frames): Rename from desktop--save-frames.
13061         Do not save state to desktop file.
13062         (desktop-save): Save desktop-saved-frame-states to desktop file
13063         and reset to nil.
13064         (desktop-restoring-frames-p): New function.
13065         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
13066         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
13067         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
13069         * desktop.el: Correctly restore iconified frames.
13070         (desktop--filter-iconified-position): New function.
13071         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
13073 2013-07-20  Glenn Morris  <rgm@gnu.org>
13075         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
13076         Let `message' do the formatting.
13077         (def-gdb-preempt-display-buffer): Add explicit format.
13079         * image-dired.el (image-dired-track-original-file):
13080         Use with-current-buffer.
13081         (image-dired-track-thumbnail): Use with-current-buffer.
13082         Avoid changing point of wrong window.
13084         * image-dired.el (image-dired-track-original-file):
13085         Avoid changing point of wrong window.  (Bug#14909)
13087 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
13089         * progmodes/gdb-mi.el (gdb-done-or-error):
13090         Guard against "%" in gdb output.  (Bug#14127)
13092 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
13094         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
13095         (Bug#14826)
13097         * international/mule.el (coding-system-iso-2022-flags): Fix last
13098         change.
13100 2013-07-20  Kenichi Handa  <handa@gnu.org>
13102         * international/mule.el (coding-system-iso-2022-flags):
13103         Add `8-bit-level-4'.  (Bug#8522)
13105 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13107         * net/shr.el (shr-mouse-browse-url): New command and keystroke
13108         (bug#14815).
13110         * net/eww.el (eww-process-text-input): Allow inputting when the
13111         point is at the start of the line, as the properties aren't
13112         front-sticky.
13114         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
13115         degenerate widths.
13117 2013-07-19  Richard Stallman  <rms@gnu.org>
13119         * epa.el (epa-popup-info-window): Doc fix.
13121         * subr.el (split-string): New arg TRIM.
13123 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
13125         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
13126         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
13128 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
13130         * filenotify.el (file-notify--library): Rename from
13131         `file-notify-support'.  Do not autoload.  Adapt all uses.
13132         (file-notify-supported-p): New defun.
13134         * autorevert.el (auto-revert-use-notify):
13135         Use `file-notify-supported-p' instead of `file-notify-support'.
13136         Adapt docstring.
13137         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
13139         * net/tramp.el (tramp-file-name-for-operation):
13140         Add `file-notify-supported-p'.
13142         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
13143         New defun.
13144         (tramp-sh-file-name-handler-alist): Add it as handler for
13145         `file-notify-supported-p '.
13147         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
13148         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
13149         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
13150         Add `ignore' as handler for `file-notify-*' functions.
13152 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
13154         * simple.el (line-move-partial, line-move): Don't start vscroll or
13155         scroll-up if the current line is not taller than the window.
13156         (Bug#14881)
13158 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
13160         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
13161         highlight question marks in the method names as strings.
13162         (ruby-block-beg-keywords): Inline.
13163         (ruby-font-lock-keyword-beg-re): Extract from
13164         `ruby-font-lock-keywords'.
13166 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
13168         * frame.el (blink-cursor-blinks): New defcustom.
13169         (blink-cursor-blinks-done): New defvar.
13170         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
13171         (blink-cursor-timer-function): Check if number of blinks has been
13172         done on X and NS.
13173         (blink-cursor-suspend, blink-cursor-check): New defuns.
13175 2013-07-15  Glenn Morris  <rgm@gnu.org>
13177         * edmacro.el (edmacro-format-keys): Fix previous change.
13179 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
13181         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
13182         The hack didn't work outside English locales anyway.
13184 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
13186         * simple.el (define-alternatives): Rename from alternatives-define,
13187         per RMS' suggestion.
13189 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
13191         * desktop.el (desktop-restore-frames): Change default to t.
13192         (desktop-restore-in-current-display): Now offer more options.
13193         (desktop-restoring-reuses-frames): New customization option.
13194         (desktop--saved-states): Doc fix.
13195         (desktop-filter-parameters-alist): New variable, renamed and expanded
13196         from desktop--excluded-frame-parameters.
13197         (desktop--target-display): New variable.
13198         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
13199         (desktop--filter-tty*, desktop--filter-*-color)
13200         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
13201         (desktop--filter-save-desktop-parm)
13202         (desktop-restore-in-original-display-p): New functions.
13203         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
13204         (desktop--save-minibuffer-frames): New function, inspired by a similar
13205         function from Martin Rudalics.
13206         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
13207         (desktop--restore-in-this-display-p): Remove.
13208         (desktop--find-frame): Rename from desktop--find-frame-in-display
13209         and add predicate argument.
13210         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
13211         (desktop--reuse-list): New variable.
13212         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
13213         New functions.
13214         (desktop--restore-frames): Add support for "minibuffer-special" frames.
13216 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
13218         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
13220 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
13222         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
13223         Highlight conversion methods on Kernel.
13225 2013-07-13  Alan Mackenzie  <acm@muc.de>
13227         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
13228         and comment it out.  This out-commenting enables certain C++
13229         declarations to be parsed correctly.
13231 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
13233         * international/mule.el (define-coding-system): Doc fix.
13235         * simple.el (default-font-height): Don't call font-info if the
13236         frame's default font didn't change since the frame was created.
13237         (Bug#14838)
13239 2013-07-13  Leo Liu  <sdl.web@gmail.com>
13241         * ido.el (ido-read-file-name): Guard against non-symbol value.
13243 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
13245         * progmodes/python.el (python-imenu--build-tree): Fix corner case
13246         in nested defuns.
13248 2013-07-13  Leo Liu  <sdl.web@gmail.com>
13250         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
13251         ido-set-matches call.  (Bug#6852)
13253 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
13255         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
13256         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
13257         Ruby 2.0.
13258         (ruby-font-lock-keywords): Distinguish calls to functions with
13259         module-like names from module references.  Highlight character
13260         literals.
13262 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
13264         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
13265         (gdb-send): Handle continued commands.  (Bug#14847)
13267 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
13269         * desktop.el (desktop--v2s): Remove unused local variable.
13270         (desktop-save-buffer): Make defvar-local; adjust docstring.
13271         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
13272         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
13274 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
13276         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
13278 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
13280         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
13281         (Bug#14842)
13283 2013-07-12  Glenn Morris  <rgm@gnu.org>
13285         * doc-view.el: Require cl-lib at runtime too.
13286         (doc-view-remove-if): Remove.
13287         (doc-view-search-next-match, doc-view-search-previous-match):
13288         Use cl-remove-if.
13290         * edmacro.el: Require cl-lib at runtime too.
13291         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
13292         (edmacro-mismatch, edmacro-subseq): Remove.
13294         * shadowfile.el: Require cl-lib.
13295         (shadow-remove-if): Remove.
13296         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
13297         Use cl-remove-if.
13299         * wid-edit.el: Require cl-lib.
13300         (widget-choose): Use cl-remove-if.
13301         (widget-remove-if): Remove.
13303         * progmodes/ebrowse.el: Require cl-lib at runtime too.
13304         (ebrowse-delete-if-not): Remove.
13305         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
13306         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
13307         Use cl-delete-if-not.
13309 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
13311         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
13312         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
13314 2013-07-12  Leo Liu  <sdl.web@gmail.com>
13316         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
13318 2013-07-11  Glenn Morris  <rgm@gnu.org>
13320         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
13321         (edebug-gensym-index, edebug-gensym):
13322         Remove reimplementation of cl-gensym.
13323         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
13325         * thumbs.el: Require cl-lib at run-time too.
13326         (thumbs-gensym-counter, thumbs-gensym):
13327         Remove reimplementation of cl-gensym.
13328         (thumbs-temp-file): Use cl-gensym.
13330         * emacs-lisp/ert.el: Require cl-lib at runtime too.
13331         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
13332         (ert--intersection, ert--set-difference, ert--set-difference-eq)
13333         (ert--union, ert--gensym-counter, ert--gensym-counter)
13334         (ert--coerce-to-vector, ert--remove*, ert--string-position)
13335         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
13336         (ert-make-test-unbound, ert--expand-should-1)
13337         (ert--expand-should, ert--should-error-handle-error)
13338         (should-error, ert--explain-equal-rec)
13339         (ert--plist-difference-explanation, ert-select-tests)
13340         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
13341         Use cl-lib functions rather than reimplementations.
13343 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
13345         * net/tramp.el (tramp-methods): Extend docstring.
13346         (tramp-connection-timeout): New defcustom.
13347         (tramp-error-with-buffer): Reset timestamp only when appropriate.
13348         (with-tramp-progress-reporter): Simplify.
13349         (tramp-process-actions): Improve messages.
13351         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
13352         * net/tramp-sh.el (tramp-maybe-open-connection):
13353         Use `tramp-connection-timeout'.
13354         (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
13355         (Bug#14808)
13357 2013-07-11  Leo Liu  <sdl.web@gmail.com>
13359         * ido.el (ido-read-file-name): Conform to the requirements of
13360         read-file-name.  (Bug#11861)
13361         (ido-read-directory-name): Conform to the requirements of
13362         read-directory-name.
13364 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
13366         * subr.el (delay-warning): New function.
13368 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
13370         * simple.el (default-line-height): New function.
13371         (line-move-partial, line-move): Use it instead of computing the
13372         line height inline.
13373         (line-move-partial): Always compute ROWH.  If the last line is
13374         partially-visible, but its text is completely visible, allow
13375         cursor to enter such a partially-visible line.
13377 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
13379         Improve error messages.  (Bug#14808)
13381         * net/tramp.el (tramp-current-connection): New defvar, moved from
13382         tramp-sh.el.
13383         (tramp-message-show-progress-reporter-message): Remove, not
13384         needed anymore.
13385         (tramp-error-with-buffer): Show message in minibuffer.
13386         Discard input before waiting.  Reset connection timestamp.
13387         (with-tramp-progress-reporter): Improve messages.
13388         (tramp-process-actions): Use progress reporter.  Delete process in
13389         case of error.  Improve messages.
13391         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
13392         Call `tramp-error-with-buffer' with vector and buffer.
13393         (tramp-current-connection): Remove.
13394         (tramp-maybe-open-connection): The car of
13395         `tramp-current-connection' are the first 3 slots of the vector.
13397 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
13399         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
13400         inside continued strings.
13402 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13404         Timestamp fixes for undo (Bug#14824).
13405         * files.el (clear-visited-file-modtime): Move here from fileio.c.
13407 2013-07-10  Leo Liu  <sdl.web@gmail.com>
13409         * files.el (require-final-newline): Allow safe local value.
13410         (Bug#14834)
13412 2013-07-09  Leo Liu  <sdl.web@gmail.com>
13414         * ido.el (ido-read-directory-name): Handle fallback.
13415         (ido-read-file-name): Update DIR to ido-current-directory.
13416         (Bug#1516)
13417         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
13419 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
13421         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
13422         "autoload".  Remove "warn lower camel case" section, previously
13423         commented out.  Highlight negation char.  Do not highlight the
13424         target in singleton method definitions.
13426 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13428         * faces.el (tty-setup-hook): Declare the hook.
13430         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
13431         and detect when a guard/pred depends on local vars (bug#14773).
13432         (pcase--u1): Adjust caller.
13434 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
13436         * simple.el (line-move-partial, line-move): Account for
13437         line-spacing.
13438         (line-move-partial): Avoid setting vscroll when the last
13439         partially-visible line in window is of default height.
13441 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13443         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
13444         been used a while.
13446 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
13448         * subr.el (read-quoted-char): Remove unused local variable `char'.
13450 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
13452         * vc/ediff.el (ediff-version): Version update.
13453         (ediff-files-command, ediff3-files-command, ediff-merge-command)
13454         (ediff-merge-with-ancestor-command, ediff-directories-command)
13455         (ediff-directories3-command, ediff-merge-directories-command)
13456         (ediff-merge-directories-with-ancestor-command): New functions.
13457         All are command-line interfaces to ediff: to facilitate calling
13458         Emacs with the appropriate ediff functions invoked.
13460         * emulation/viper-cmd.el (viper-del-forward-char-in-insert):
13461         New function.
13462         (viper-save-kill-buffer): Check if buffer is modified.
13464         * emulation/viper.el (viper-version): Version update.
13465         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
13467 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13469         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
13470         * emulation/viper-cmd.el (viper-envelop-ESC-key): Remove function.
13471         (viper-intercept-ESC-key): Simplify.
13472         * emulation/viper-keym.el (viper-ESC-key): Make it a constant,
13473         don't use kbd.
13474         * emulation/viper.el (viper--tty-ESC-filter, viper--lookup-key)
13475         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
13476         (viper-setup-ESC-to-escape): New functions.
13477         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
13478         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
13480 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
13482         * simple.el (default-font-height, window-screen-lines):
13483         New functions.
13484         (line-move, line-move-partial): Use them instead of
13485         frame-char-height and window-text-height.  This makes scrolling
13486         text smoother when the buffer's default face uses a font that is
13487         different from the frame's default font.
13489 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
13491         * files.el (write-file): Do not display confirm dialog for NS,
13492         it does its own dialog, which can't be canceled (Bug#14578).
13494 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
13496         * simple.el (line-move-partial): Adjust the row returned by
13497         posn-at-point for the current window-vscroll.  (Bug#14567)
13499 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
13501         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
13502         (tramp-sh-file-inotifywait-process-filter): Handle file names with
13503         spaces.
13505 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
13507         * window.el (window-state-put-stale-windows): New variable.
13508         (window--state-put-2): Save list of windows without matching buffer.
13509         (window-state-put): Remove "bufferless" windows if possible.
13511 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
13513         * simple.el (alternatives-define): Remove leftover :group keyword.
13514         Tweak docstring.
13516 2013-07-06  Leo Liu  <sdl.web@gmail.com>
13518         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
13519         (ido-enable-virtual-buffers): New variable.
13520         (ido-buffer-internal, ido-toggle-virtual-buffers)
13521         (ido-make-buffer-list): Use it.
13522         (ido-exhibit): Support turning on and off virtual buffers
13523         automatically.
13525 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
13527         * simple.el (alternatives-define): New macro.
13529 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13531         * subr.el (read-quoted-char): Use read-key.
13532         (sit-for): Let read-event decode tty input (bug#14782).
13534 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
13536         * calendar/todo-mode.el: Add handling of file deletion, both by
13537         mode command and externally.  Fix various related bugs.
13538         Clarify Commentary and improve some documentation strings and code.
13539         (todo-delete-file): New command.
13540         (todo-check-file): New function.
13541         (todo-show): Handle external deletion of the file we're trying to
13542         show (bug#14688).  Replace called-interactively-p by an optional
13543         prefix argument to avoid problematic interaction with catch form
13544         when byte compiled (bug#14702).
13545         (todo-quit): Handle external deletion of the archive's todo file.
13546         Make sure the buffer that was visiting the archive file is still
13547         live before trying to bury it.
13548         (todo-category-completions): Handle external deletion of any
13549         category completion files.
13550         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
13551         of todo files, in case of external deletion.
13552         (todo-add-file): Replace unnecessary setq by let-binding.
13553         (todo-find-archive): Check whether there are any archives.
13554         Replace unnecessary setq by let-binding.
13555         (todo-archive-done-item): Use find-file-noselect to get the
13556         archive buffer whether or not the archive already exists.
13557         Remove superfluous code.  Use file size instead of buffer-file-name to
13558         check if the archive is new; if it is, update list of archives.
13559         (todo-default-todo-file): Allow nil to be a valid value for when
13560         there are no todo files.
13561         (todo-reevaluate-default-file-defcustom): Use corrected definition
13562         of todo-default-todo-file.
13563         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
13564         (todo-delete-category, todo-show-categories-table)
13565         (todo-category-number): Clarify comment.
13566         (todo-filter-items): Clarify documentation string.
13567         (todo-show-current-file, todo-display-as-todo-file)
13568         (todo-reset-and-enable-done-separator): Tweak documentation string.
13569         (todo-done-separator): Make separator length window-width, since
13570         bug#2749 is now fixed.
13572 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
13574         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
13575         Support both "gvfs-monitor-dir" and "inotifywait".
13576         (tramp-sh-file-inotifywait-process-filter): Rename from
13577         `tramp-sh-file-notify-process-filter'.
13578         (tramp-sh-file-gvfs-monitor-dir-process-filter)
13579         (tramp-get-remote-gvfs-monitor-dir): New defuns.
13581 2013-07-05  Leo Liu  <sdl.web@gmail.com>
13583         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
13585 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13587         * frame.el (display-pixel-height, display-pixel-width)
13588         (display-mm-height, display-mm-width): Mention behavior on
13589         multi-monitor setups in docstrings.
13590         (w32-display-monitor-attributes-list): Declare function.
13591         (display-monitor-attributes-list): Use it.
13593 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
13595         * filenotify.el: New package.
13597         * autorevert.el (top): Require filenotify.el.
13598         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
13599         instead.
13600         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
13601         (auto-revert-notify-handler): Use `file-notify-*' functions.
13603         * subr.el (file-notify-handle-event): Move function to filenotify.el.
13605         * net/tramp.el (tramp-file-name-for-operation):
13606         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
13608         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
13609         for `file-notify-add-watch' and `file-notify-rm-watch'.
13610         (tramp-process-sentinel): Improve trace.
13611         (tramp-sh-handle-file-notify-add-watch)
13612         (tramp-sh-file-notify-process-filter)
13613         (tramp-sh-handle-file-notify-rm-watch)
13614         (tramp-get-remote-inotifywait): New defuns.
13616 2013-07-03  Juri Linkov  <juri@jurta.org>
13618         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
13619         call of `occur-read-primary-args' to interactive spec.
13621         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
13622         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
13624 2013-07-03  Matthias Meulien  <orontee@gmail.com>
13626         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
13627         `Buffer-menu-multi-occur'.  Add it to the menu.
13628         (Buffer-menu-mode): Document it in docstring.
13629         (Buffer-menu-multi-occur): New command.  (Bug#14673)
13631 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
13633         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
13634         keywords and built-ins.
13636 2013-07-03  Glenn Morris  <rgm@gnu.org>
13638         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
13640         Make info-xref checks case-sensitive by default
13641         * info.el (Info-find-node, Info-find-in-tag-table)
13642         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
13643         Add option for exact case matching of nodes.
13644         * info-xref.el (info-xref): New custom group.
13645         (info-xref-case-fold): New option.
13646         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
13648 2013-07-03  Leo Liu  <sdl.web@gmail.com>
13650         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
13652 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
13654         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
13655         middle of block statement initially, lower the depth.  Remove
13656         FIXME comment, not longer valid.  Remove middle of block statement
13657         detection, no need to do that anymore since we've been using
13658         `ruby-parse-region' here.
13660 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
13662         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
13664 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13666         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
13668 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
13670         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
13671         (desktop-restore-in-current-display): New customization option.
13672         (desktop--excluded-frame-parameters): Add `font'.
13673         (desktop--save-frames): Rename from desktop--save-windows.
13674         (desktop--restore-in-this-display-p): New function.
13675         (desktop--make-full-frame): Remove unwanted width/height from
13676         full(width|height) frames.
13677         (desktop--restore-frames): Rename from desktop--restore-windows.
13678         Obey desktop-restore-current-display.  Do not delete old frames or
13679         select a new frame unless we were able to restore at least one frame.
13681 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
13683         * files.el (find-file-noselect): Simplify conditional expression.
13685         * textmodes/remember.el (remember-append-to-file):
13686         Don't mix `find-buffer-visiting' and `get-file-buffer'.
13688         Add `remember-notes' function to store random notes across Emacs
13689         restarts.
13690         * textmodes/remember.el (remember-data-file): Add :set callback to
13691         affect notes buffer (if any).
13692         (remember-notes): New command.
13693         (remember-notes-buffer-name, bury-remember-notes-on-kill):
13694         New defcustoms for the `remember-notes' function.
13695         (remember-notes-save-and-bury-buffer): New command.
13696         (remember-notes-mode-map): New variable.
13697         (remember-mode): New minor mode.
13698         (remember-notes--kill-buffer-query): New function.
13699         * startup.el (initial-buffer-choice): Add notes to custom type.
13701 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
13703         * bindings.el (right-char, left-char): Don't call sit-for, this is
13704         no longer needed.  Use arithmetic comparison only for numerical
13705         arguments.
13707         * international/mule-cmds.el (select-safe-coding-system):
13708         Handle the case of FROM being a string correctly.  (Bug#14755)
13710 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13712         * net/shr.el (shr-make-table-1): Add a sanity check that allows
13713         progression on degenerate tables.
13714         (shr-rescale-image): ImageMagick animated images currently don't work.
13716 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
13718         Some fixes and improvements for desktop frame restoration.
13719         It is still experimental and disabled by default.
13720         * desktop.el (desktop--save-windows): Put the selected frame at
13721         the head of the list.
13722         (desktop--make-full-frame): New function.
13723         (desktop--restore-windows): Try to re-select the frame that was
13724         selected upon saving.  Do not abort if some frames fail to restore,
13725         just show an error message and continue.  Set up maximized frames
13726         so they have default non-maximized dimensions.
13728 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
13730         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
13731         Don't start heredoc inside a string or comment.
13733 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
13735         * bindings.el (visual-order-cursor-movement): New defcustom.
13736         (right-char, left-char): Provide visual-order cursor motion by
13737         calling move-point-visually.  Update the doc strings.
13739 2013-06-28  Kenichi Handa  <handa@gnu.org>
13741         * international/mule.el (define-coding-system): New coding system
13742         properties :inhibit-null-byte-detection,
13743         :inhibit-iso-escape-detection, and :prefer-utf-8.
13744         (set-buffer-file-coding-system): If :charset-list property of
13745         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
13746         appropriate for setting.
13748         * international/mule-cmds.el (select-safe-coding-system):
13749         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
13750         multibyte characters, return utf-8 (or one of its siblings).
13752         * international/mule-conf.el (prefer-utf-8): New coding system.
13753         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
13754         files.
13756 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
13758         * net/shr.el (shr-render-region): New function.
13760         * net/eww.el: Autoload `eww-browse-url'.
13762 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
13764         * emacs-lisp/package-x.el (package-upload-buffer-internal):
13765         Adapt to `package-desc-version' being a list.
13766         Use `package--ac-desc-version' to retrieve version from a package
13767         archive element.
13769 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
13771         New experimental feature to save&restore window and frame setup.
13772         * desktop.el (desktop-save-windows): New defcustom.
13773         (desktop--saved-states): New var.
13774         (desktop--excluded-frame-parameters): New defconst.
13775         (desktop--filter-frame-parms, desktop--find-frame-in-display)
13776         (desktop--restore-windows, desktop--save-windows): New functions.
13777         (desktop-save): Call `desktop--save-windows'.
13778         (desktop-read): Call `desktop--restore-windows'.
13780 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13782         * net/shr.el (add-face-text-property): Remove compat definition.
13784 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
13786         * info.el (Info-try-follow-nearest-node): Move search for footnote
13787         above search for node name to prevent missing a footnote (bug#14717).
13789 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
13791         * obsolete/otodo-mode.el: Add obsolescence info to file header.
13793 2013-06-27  Leo Liu  <sdl.web@gmail.com>
13795         * net/eww.el (eww-read-bookmarks): Check file size.
13797 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13799         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
13800         advice--pending if newdef is nil or an autoload (bug#13820).
13801         (advice-mapc): New function.
13803 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13805         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
13806         probably.
13807         (eww-mode-map): Add a menu bar.
13808         (eww-add-bookmark): New command.
13809         (eww-bookmark-mode): New mode and commands.
13810         (eww-add-bookmark): Remove newlines from the title.
13811         (eww-bookmark-browse): Don't bug out if it's the only window.
13813 2013-06-26  Glenn Morris  <rgm@gnu.org>
13815         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
13816         (hfy-size): Handle ttys.  (Bug#14668)
13818         * info-xref.el: Update for Texinfo 5 change in *note format.
13819         (info-xref-node-re, info-xref-note-re): New constants.
13820         (info-xref-check-buffer): Use info-xref-note-re.
13822 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13824         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
13826         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
13827         nil terminate the loop (bug#14718).
13829 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13831         * net/eww.el: Rework history traversal.  When going forward/back,
13832         put these actions into the history, too, so that they can be
13833         replayed.
13834         (eww-render): Move the history reset to the correct buffer.
13836 2013-06-25  Juri Linkov  <juri@jurta.org>
13838         * files-x.el (modify-dir-local-variable): Change the header comment
13839         in the file with directory local variables.  (Bug#14692)
13841         * files-x.el (read-file-local-variable-value): Add `default'.
13842         (Bug#14710)
13844 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13846         * net/eww.el (eww-make-unique-file-name): Create a unique file
13847         name before saving to entering `y' accidentally asynchronously.
13849 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
13851         * net/eww.el (eww-download): New command and keystroke.
13853 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13855         * net/eww.el (eww-copy-page-url): Change name of command.
13857         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
13858         be more consistent with Info and dired.
13860         * net/eww.el (eww-mode-map): Ditto.
13862 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13864         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
13865         packages from archives.
13866         (package-archive-contents): Change format; include obsolete packages.
13867         (package-desc): Use `dir' to mark builtin packages.
13868         (package--from-builtin): Set the `dir' field to `builtin'.
13869         (generated-autoload-file, version-control): Declare.
13870         (package-compute-transaction): Change first arg and return value to be
13871         lists of package-descs.  Adjust to new package-archive-contents format.
13872         (package--add-to-archive-contents): Adjust to new
13873         package-archive-contents format.
13874         (package-download-transaction): Arg is now a list of package-descs.
13875         (package-install): If `pkg' is a package name, pass it as
13876         a requirement, so it is subject to the usual (e.g. disabled) checks.
13877         (describe-package): Accept package-desc as well.
13878         (describe-package-1): Describe a specific package-desc.  Add links to
13879         other package-descs for the same package name.
13880         (package-menu-describe-package): Pass the actual package-desc.
13881         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
13882         works correctly.
13883         (package-desc-status): New function.
13884         (package-menu--refresh): New function, extracted
13885         from package-menu--generate.
13886         (package-menu--generate): Use it.
13887         (package-delete): Update package-alist.
13888         (package-menu-execute): Don't call package-initialize.
13890         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
13891         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
13892         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
13893         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
13894         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
13895         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
13897 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
13899         * window.el (window--state-get-1): Workaround for bug#14527.
13900         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
13902 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13904         * net/eww.el (eww-back-url): Implement the history by stashing all
13905         the data into a list.
13906         (eww-forward-url): Allow going forward in the history, too.
13908 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13910         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
13911         for values and use read--expression for expressions (bug#14710).
13912         (read-file-local-variable): Avoid setq.
13913         (read-file-local-variable-mode): Use minor-mode-list.
13915 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
13917         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
13918         for DOI URLs.
13920 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
13922         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
13923         Update imenu-support when dialect changes.
13925 2013-06-25  Leo Liu  <sdl.web@gmail.com>
13927         * ido.el (ido-read-internal): Allow forward slash on windows.
13929 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13931         * net/eww.el (eww): Start of strings is \\`, not ^.
13933 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
13935         * net/shr.el (shr-browse-url): Fix interactive spec.
13937         * net/eww.el (eww): Add a trailing slash to domain names.
13939 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
13941         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
13943 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13945         * net/shr.el (shr-browse-url): Use an external browser if given a
13946         prefix.
13948         * net/eww.el (eww-external-browser): Move to shr.
13950 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
13952         * net/eww.el (eww): Work more correctly for file: URLs.
13953         (eww-detect-charset): Allow quoted charsets.
13954         (eww-yank-page-url): New command and keystroke.
13956 2013-06-24  Daiki Ueno  <ueno@gnu.org>
13958         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
13959         file name of gpg executable.
13960         (epg-context-program): New function.
13961         (epg-context-home-directory): New function.
13962         (epg-context-set-program): New function.
13963         (epg-context-set-home-directory): New function.
13964         (epg--start): Use `epg-context-program' instead of
13965         'epg-gpg-program'.
13966         (epg--list-keys-1): Likewise.
13968 2013-06-24  Leo Liu  <sdl.web@gmail.com>
13970         * ido.el (ido-read-internal): Fix bug#14620.
13972 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
13974         * faces.el (face-documentation): Simplify.
13975         (read-face-attribute, tty-find-type, x-resolve-font-name):
13976         Use `string-match-p'.
13977         (list-faces-display): Use `string-match-p'.  Simplify.
13978         (face-spec-recalc): Check face to avoid face alias loops.
13979         (read-color): Use `string-match-p' and non-capturing parenthesis.
13981 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13983         * net/shr.el (shr-rescale-image): Use the new
13984         :max-width/:max-height functionality.
13986 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
13988         * net/eww.el (eww-search-prefix): New variable.
13989         (eww): Use it.
13990         (eww-external-browser): New variable.
13991         (eww-mode-map): New keystroke.
13992         (eww-browse-with-external-browser): New command.
13994         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
13996 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
13998         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
13999         Don't skip aligning the next header field when padding is 0;
14000         otherwise, field width is not respected unless the title is as
14001         wide as the field.
14003 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14005         * emacs-lisp/package.el (package-el-version): Remove.
14006         (package-process-define-package): Fix inf-loop.
14007         (package-install): Allow symbols as arguments again.
14009 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
14011         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
14012         add some more keyword-like methods.
14013         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
14015 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
14017         * bs.el (bs-buffer-show-mark): Make defvar-local.
14018         (bs-mode): Use setq-local.
14020         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
14021         (emacs-lock--try-unlocking): Make defvar-local.
14023 2013-06-22  Glenn Morris  <rgm@gnu.org>
14025         * play/cookie1.el (cookie-apropos): Minor simplification.
14027         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
14029 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
14031         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
14032         `regexp-opt', it breaks the build during dumping.
14034 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
14036         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
14037         Highlight keyword-like methods on Kernel and Module with
14038         font-lock-builtin-face.
14039         (auto-mode-alist): Consolidate different entries into one regexp
14040         and add more *file-s.
14042 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
14044         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
14046         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
14047         (diary-entry): Use it in the action of this button type instead of
14048         diary-goto-entry.
14050         * calendar/todo-mode.el: New version.
14051         (todo-add-category): Append new category to end of file and give
14052         it the highest number, instead of putting it at the beginning and
14053         giving it 0.  Incorporate noninteractive functionality.
14054         (todo-forward-category): Adapt to 1-based category numbering.
14055         Allow skipping over archived categories.
14056         (todo-backward-category): Derive from todo-forward-category.
14057         (todo-backward-item, todo-forward-item): Make noninteractive and
14058         delegate interactive part to new commands.  Make sensitive to done items.
14059         (todo-categories): Make value an alist of category names and
14060         vectors of item counts.
14061         (todo-category-beg): Make a defconst.
14062         (todo-category-number): Use 1 instead of 0 as initial value.
14063         (todo-category-select): Make sensitive to overlays, optional item
14064         highlighting and done items.
14065         (todo-delete-item): Make sensitive to overlays and marked and done items.
14066         (todo-edit-item): Make sensitive to overlays and editing of
14067         date/time header optional.  Add format checks.
14068         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
14069         no-op if point is not on an item.  Advertise using todo-edit-quit.
14070         (todo-edit-mode): Make sensitive to new format, font-locking, and
14071         multiple todo files.
14072         (todo-insert-item, todo-insert-item-here): Derive from
14073         todo-basic-insert-item and extend functionality.
14074         (todo-item-end, todo-item-start): Make sensitive to done items.
14075         (todo-item-string): Don't return text properties.  Restore point.
14076         (todo-jump-to-category): Make sensitive to multiple todo files and
14077         todo archives.  Use extended category completion.
14078         (todo-lower-item, todo-raise-item): Rename to *-priority and
14079         derive from todo-set-item-priority.
14080         (todo-mode): Derive from special-mode.  Make sensitive to new
14081         format, font-locking and multiple todo files.  Make read-only.
14082         (todo-mode-map): Don't suppress digit keys, so they can supply
14083         prefix arguments.  Add many new key bindings.
14084         (todo-prefix): Insert as an overlay instead of file text.
14085         Change semantics from diary date expression to purely visual mark.
14086         (todo-print): Rename to todo-print-buffer.  Make buffer display
14087         features printable.  Remove option to restrict number of items
14088         printed.  Add option to print to file.
14089         (todo-print-function): Rename to todo-print-buffer-function.
14090         (todo-quit): Extend to handle exiting new todo modes.
14091         (todo-remove-item): Make sensitive to overlays.
14092         (todo-save): Extend to buffers of filtered items.
14093         (todo-show): Make sensitive to done items, multiple todo files and
14094         new todo modes.  Offer to convert legacy todo file before creating
14095         first new todo file.
14096         (todo-show-priorities): Rename to todo-top-priorities.
14097         Change semantics of value 0.
14098         (todo-top-priorities): Rename to todo-filter-top-priorities,
14099         derive from todo-filter-items and extend functionality.
14100         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
14101         and extend functionality to other types of filtered items.
14102         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
14103         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
14104         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
14105         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
14106         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
14107         (todo-edit-mode-hook, todo-entry-prefix-function)
14108         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
14109         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
14110         (todo-initials, todo-insert-threshold, todo-item-string-start)
14111         (todo-line-string, todo-menu, todo-mode-hook)
14112         (todo-more-important-p, todo-previous-answer, todo-previous-line)
14113         (todo-print-priorities, todo-remove-separator)
14114         (todo-save-top-priorities-too, todo-string-count-lines)
14115         (todo-string-multiline-p, todo-time-string-format)
14116         (todo-tmp-buffer-name): Remove.
14117         (todo-add-file, todo-archive-done-item, todo-choose-archive)
14118         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
14119         (todo-edit-category-diary-inclusion)
14120         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
14121         (todo-edit-file, todo-edit-item-date-day)
14122         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
14123         (todo-edit-item-date-month, todo-edit-item-date-to-today)
14124         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
14125         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
14126         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
14127         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
14128         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
14129         (todo-filter-top-priorities-multifile, todo-find-archive)
14130         (todo-find-filtered-items-file, todo-go-to-source-item)
14131         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
14132         (todo-jump-to-archive-category, todo-lower-category)
14133         (todo-mark-category, todo-marked-item-p, todo-merge-category)
14134         (todo-move-category, todo-move-item, todo-next-button)
14135         (todo-next-item, todo-padded-string, todo-powerset)
14136         (todo-previous-button, todo-previous-item)
14137         (todo-print-buffer-to-file, todo-raise-category)
14138         (todo-rename-category, todo-repair-categories-sexp, todo-search)
14139         (todo-set-category-number, todo-set-item-priority)
14140         (todo-set-top-priorities-in-category)
14141         (todo-set-top-priorities-in-file, todo-show-categories-table)
14142         (todo-sort-categories-alphabetically-or-numerically)
14143         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
14144         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
14145         (todo-toggle-item-header, todo-toggle-item-highlighting)
14146         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
14147         (todo-toggle-view-done-items, todo-toggle-view-done-only)
14148         (todo-unarchive-items, todo-unmark-category): New commands.
14149         (todo-absolute-file-name, todo-add-to-buffer-list)
14150         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
14151         (todo-basic-insert-item, todo-category-completions)
14152         (todo-category-number, todo-category-string-matcher-1)
14153         (todo-category-string-matcher-2, todo-check-filtered-items-file)
14154         (todo-check-format, todo-clear-matches)
14155         (todo-comment-string-matcher, todo-convert-legacy-date-time)
14156         (todo-current-category, todo-date-string-matcher)
14157         (todo-define-insertion-command, todo-diary-expired-matcher)
14158         (todo-diary-goto-entry, todo-diary-item-p)
14159         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
14160         (todo-display-categories, todo-display-sorted, todo-done-item-p)
14161         (todo-done-item-section-p, todo-done-separator)
14162         (todo-done-string-matcher, todo-files, todo-filter-items)
14163         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
14164         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
14165         (todo-insert-category-line, todo-insert-item-from-calendar)
14166         (todo-insert-sort-button, todo-insert-with-overlays)
14167         (todo-insertion-command-name, todo-insertion-key-bindings)
14168         (todo-label-to-key, todo-longest-category-name-length)
14169         (todo-make-categories-list, todo-mode-external-set)
14170         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
14171         (todo-modes-set-3, todo-multiple-filter-files)
14172         (todo-nondiary-marker-matcher, todo-prefix-overlays)
14173         (todo-read-category, todo-read-date, todo-read-dayname)
14174         (todo-read-file-name, todo-read-time)
14175         (todo-reevaluate-category-completions-files-defcustom)
14176         (todo-reevaluate-default-file-defcustom)
14177         (todo-reevaluate-filelist-defcustoms)
14178         (todo-reevaluate-filter-files-defcustom)
14179         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
14180         (todo-reset-done-separator, todo-reset-done-separator-string)
14181         (todo-reset-done-string, todo-reset-global-current-todo-file)
14182         (todo-reset-highlight-item, todo-reset-nondiary-marker)
14183         (todo-reset-prefix, todo-set-categories)
14184         (todo-set-date-from-calendar, todo-set-show-current-file)
14185         (todo-set-top-priorities, todo-short-file-name)
14186         (todo-show-current-file, todo-sort, todo-time-string-matcher)
14187         (todo-total-item-counts, todo-update-buffer-list)
14188         (todo-update-categories-display, todo-update-categories-sexp)
14189         (todo-update-count, todo-validate-name, todo-y-or-n-p):
14190         New functions.
14191         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
14192         New major modes.
14193         (todo-categories, todo-display, todo-edit, todo-faces)
14194         (todo-filtered): New defgroups.
14195         (todo-archived-only, todo-button, todo-category-string, todo-date)
14196         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
14197         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
14198         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
14199         (todo-add-item-if-new-category, todo-always-add-time-string)
14200         (todo-categories-align, todo-categories-archived-label)
14201         (todo-categories-category-label, todo-categories-diary-label)
14202         (todo-categories-done-label, todo-categories-number-separator)
14203         (todo-categories-todo-label, todo-categories-totals-label)
14204         (todo-category-completions-files, todo-completion-ignore-case)
14205         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
14206         (todo-done-separator-string, todo-done-string)
14207         (todo-files-function, todo-filter-done-items, todo-filter-files)
14208         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
14209         (todo-initial-category, todo-initial-file, todo-item-mark)
14210         (todo-legacy-date-time-regexp, todo-mode-line-function)
14211         (todo-nondiary-marker, todo-number-prefix)
14212         (todo-print-buffer-function, todo-show-current-file)
14213         (todo-show-done-only, todo-show-first, todo-show-with-done)
14214         (todo-skip-archived-categories, todo-top-priorities-overrides)
14215         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
14216         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
14217         New defcustoms.
14218         (todo-category-done, todo-date-pattern, todo-date-string-start)
14219         (todo-diary-items-buffer, todo-done-string-start)
14220         (todo-filtered-items-buffer, todo-item-start)
14221         (todo-month-abbrev-array, todo-month-name-array)
14222         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
14223         (todo-top-priorities-buffer): New defconsts.
14224         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
14225         (todo-categories-with-marks, todo-category-string-face)
14226         (todo-comment-face, todo-comment-string, todo-current-todo-file)
14227         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
14228         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
14229         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
14230         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
14231         (todo-font-lock-keywords, todo-global-current-todo-file)
14232         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
14233         (todo-insertion-commands-args)
14234         (todo-insertion-commands-args-genlist)
14235         (todo-insertion-commands-names, todo-insertion-map)
14236         (todo-key-bindings-t, todo-key-bindings-t+a)
14237         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
14238         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
14239         (todo-nondiary-face, todo-print-buffer, todo-time-face)
14240         (todo-visited): New variables.
14242 2013-06-21  Glenn Morris  <rgm@gnu.org>
14244         * play/cookie1.el (cookie-apropos): Add optional display argument.
14245         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
14246         (psychoanalyze-pinhead): Use cookie-doctor.
14248 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
14250         * emacs-lisp/package.el (tar-get-file-descriptor)
14251         (tar--extract): Declare.
14253 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
14255         Extend flymake's warning predicate to be a function (bug#14217).
14256         * progmodes/flymake.el (flymake-warning-predicate): New.
14257         (flymake-parse-line): Use it.
14258         (flymake-warning-re): Make obsolete alias to
14259         `flymake-warning-predicate'.
14261 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14263         * emacs-lisp/package.el (package-alist): Include obsolete packages.
14264         (package-obsolete-list): Remove.
14265         (package-activate): Remove min-version argument.  Add `force' argument.
14266         Adjust to new package-alist format.
14267         (package-mark-obsolete): Remove.
14268         (package-unpack): Force reload of the package's autoloads.
14269         (package-installed-p): Check builtins if the installed package is not
14270         recent enough.
14271         (package-initialize): Don't reset package-obsolete-list.
14272         Don't specify which package version to activate.
14273         (package-process-define-package, describe-package-1)
14274         (package-menu--generate): Adjust to new package-alist format.
14276 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
14278         * allout-widgets.el (allout-widgets-mode-off)
14279         (allout-widgets-mode-on, allout-widgets-pre-command-business)
14280         (allout-widgets-post-command-business)
14281         (allout-widgets-after-copy-or-kill-function)
14282         (allout-widgets-after-undo-function, allout-test-range-overlaps)
14283         (allout-decorate-item-and-context)
14284         (allout-graphics-modification-handler): Fix typos in docstrings.
14285         (allout-get-or-create-parent-widget): Use `looking-at-p'.
14287         * cmuscheme.el (scheme-start-file): Doc fix.
14288         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
14289         (scheme-input-filter): Use `string-match-p'.
14291         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
14293         * dired-x.el: Use Dired consistently in docstrings.
14295         * dired.el: Use Dired consistently in docstrings.
14296         (dired-readin, dired-mode): Use `setq-local'.
14297         (dired-switches-alist): Make defvar-local.
14298         (dired-buffers-for-dir): Use `zerop'.
14299         (dired-safe-switches-p, dired-switches-escape-p)
14300         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
14301         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
14302         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
14303         (dired-goto-next-nontrivial-file): Use `string-match-p'.
14304         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
14305         (dired-toggle-marks, dired-mark-files-containing-regexp)
14306         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
14307         (dired-flag-auto-save-files, dired-flag-backup-files):
14308         Use `looking-at-p'.
14309         (dired-mark-files-regexp, dired-build-subdir-alist):
14310         Use `string-match-p', `looking-at-p'.
14312         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
14313         (direct-print-region-helper): Use `string-match-p'.
14315 2013-06-21  Leo Liu  <sdl.web@gmail.com>
14317         * comint.el (comint-redirect-results-list-from-process):
14318         Fix infinite loop.
14320 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14322         * net/eww.el (eww-update-header-line-format): Quote % characters.
14324 2013-06-21  Glenn Morris  <rgm@gnu.org>
14326         * play/cookie1.el (cookie): New custom group.
14327         (cookie-file): New option.
14328         (cookie-check-file): New function.
14329         (cookie): Make it interactive.  Make start and end messages optional.
14330         Interactively, display the result.  Default to cookie-file.
14331         (cookie-insert): Default to cookie-file.
14332         (cookie-snarf): Make start and end messages optional.
14333         Default to cookie-file.  Use with-temp-buffer.
14334         (cookie-read): Rename from read-cookie.
14335         Make start and end messages optional.  Default to cookie-file.
14336         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
14337         Do not autoload it.
14338         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
14339         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
14341 2013-06-21  Leo Liu  <sdl.web@gmail.com>
14343         * progmodes/octave.el (octave-mode): Backward compatibility fix.
14345 2013-06-21  Glenn Morris  <rgm@gnu.org>
14347         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
14349 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14350             Daniel Hackney  <dan@haxney.org>
14352         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
14353         Consolidate the single-file vs tarball code.
14354         (package-desc-suffix): New function.
14355         (package-desc-full-name): Don't bother inlining it.
14356         (package-load-descriptor): Return the new package-desc.
14357         (package-mark-obsolete): Remove unused arg `package'.
14358         (package-unpack): Make it work for single files as well.
14359         Make it update package-alist.
14360         (package--make-autoloads-and-stuff): Rename from
14361         package--make-autoloads-and-compile.  Don't compile any more.
14362         (package--compile): New function.
14363         (package-generate-description-file): New function, extracted from
14364         package-unpack-single.
14365         (package-unpack-single): Remove.
14366         (package--with-work-buffer): Add indentation and debugging info.
14367         (package-download-single): Remove.
14368         (package-install-from-archive): Rename from package-download-tar, make
14369         it take a pkg-desc, and make it work for single files as well.
14370         (package-download-transaction): Simplify.
14371         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
14372         external tar program.
14373         (package-install-from-buffer): Remove `pkg-desc' argument.
14374         Use package-tar-file-info for tar-mode buffers.
14375         (package-install-file): Simplify accordingly.
14376         (package-archive-base): Change to take a pkg-desc.
14377         * tar-mode.el (tar--check-descriptor): New function, extracted from
14378         tar-get-descriptor.
14379         (tar-get-descriptor): Use it.
14380         (tar-get-file-descriptor): New function.
14381         (tar--extract): New function, extracted from tar-extract.
14382         (tar--extract): Use it.
14383         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
14384         case the summary uses non-ascii.  Adjust to new calling convention of
14385         package-tar-file-info.
14387 2013-06-21  Leo Liu  <sdl.web@gmail.com>
14389         * comint.el (comint-redirect-results-list-from-process):
14390         Fix random delay.  (Bug#14681)
14392 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
14394         * profiler.el (profiler-format-number): Use log, not log10.
14396 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
14398         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
14400 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14402         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
14403         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
14404         yet available.
14405         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
14406         (AUTOGENEL): ... here.
14407         * emacs-lisp/cl-macs.el (cl--sublis): New function.
14408         (cl--defsubst-expand): Use it.
14410 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
14412         * subr.el (log10): Move here from C code, and declare as obsolete.
14413         All uses of (log10 X) replaced with (log X 10).
14415 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
14417         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
14418         Declare with `defvar-local'.
14419         (tabulated-list-use-header-line, tabulated-list-entries)
14420         (tabulated-list-padding, tabulated-list-printer)
14421         (tabulated-list-sort-key): Declare with `defvar-local'.
14422         (tabulated-list-init-header, tabulated-list-print-fake-header):
14423         Use `setq-local'.
14425 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
14427         * arc-mode.el (archive-mode): Add `archive-write-file' to
14428         `write-contents-functions' also for remote files.  (Bug#14652)
14430 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
14432         * cus-edit.el (custom-commands): Fix typos.
14433         (custom-display): Fix tooltip text.
14434         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
14435         Fix typos in docstrings.
14436         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
14437         (custom-unlispify-menu-entry, custom-magic-value-create)
14438         (custom-add-see-also, custom-group-value-create): Use ?\s.
14439         (custom-guess-type, customize-apropos, editable-field)
14440         (custom-face-value-create): Use `string-match-p'.
14441         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
14443         * custom.el (custom-load-symbol): Use `string-match-p'.
14445         * ansi-color.el: Convert to lexical binding.
14446         (ansi-colors): Fix URL.
14447         (ansi-color-context, ansi-color-context-region): Use defvar-local.
14448         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
14449         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
14451 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14453         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
14455         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
14457 2013-06-19  Tom Tromey  <tromey@redhat.com>
14459         * net/eww.el (eww-top-url): Remove.
14460         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
14461         (eww-render): Set new variables.  Don't set eww-top-url.
14462         (eww-handle-link): Handle "prev", "home", and "contents".
14463         Downcase the rel text.
14464         (eww-top-url): Choose best top URL.
14466 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14468         * net/eww.el: Rewrite to implement form elements "by hand" instead of
14469         relying in widget.el.  Using widget.el leads to too many
14470         user interface inconsistencies.
14471         (eww-self-insert): Implement entering commands in text fields.
14472         (eww-process-text-input): New function to make text input field editing
14473         work.
14474         (eww-submit): Rewrite to use the new-style form methods.
14475         (eww-select-display): Display the correct selected item.
14476         (eww-change-select): Implement changing the select value.
14477         (eww-toggle-checkbox): Implement radio/checkboxes.
14478         (eww-update-field): Fix compilation error.
14479         (eww-tag-textarea): Implement <textarea>.
14481         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
14482         we don't shadow mode-specific bindings.
14484         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
14485         nothing to push.
14487         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
14489 2013-06-19  Glenn Morris  <rgm@gnu.org>
14491         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
14493 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
14495         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
14496         not needed.
14498         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
14500 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14502         * net/browse-url.el (browse-url-browser-function):
14503         `eww-browse-url' has the right calling signature, `eww' does not.
14505 2013-06-19  Glenn Morris  <rgm@gnu.org>
14507         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14508         Only eval autoloaded macros.
14509         (byte-compile-autoload): Only give the macro warning for macros.
14511         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
14512         (ps-underlined-faces): Declare.
14514         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
14515         (speedbar-add-supported-extension): Declare.
14517         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
14518         Don't include a date stamp in the header of the generated file;
14519         it leads to needless differences between output files.
14521 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
14523         * net/secrets.el (secrets-struct-secret-content-type):
14524         Replace check of introspection data by a test call of "CreateItem".
14525         Some servers do not offer introspection.
14527 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14529         * electric.el (electric-pair-mode): Improve interaction with
14530         electric-layout-mode.
14531         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
14532         (electric-pair-syntax): Use text-mode-syntax-table in comments
14533         and strings.
14534         (electric-pair--insert): New function.
14535         (electric-pair-post-self-insert-function): Use it and
14536         electric--after-char-pos.
14538 2013-06-19  Leo Liu  <sdl.web@gmail.com>
14540         * progmodes/octave.el (octave-help): Fix regexp.
14542 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14544         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
14545         (shr-table-horizontal-line): Allow nil as a value, and change the
14546         default.
14547         (shr-insert-table-ruler): Respect the nil value.
14549 2013-06-18  Tom Tromey  <tromey@barimba>
14551         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
14552         New defvars.
14553         (eww-open-file): New defun.
14554         (eww-render): Initialize new variables.
14555         (eww-display-html): Handle "link" and "a".
14556         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
14557         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
14558         (eww-back-url): Rename from eww-previous-url.
14559         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
14560         New defuns.
14562 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
14564         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
14565         Distinguish ternary operator tokens from slash symbol and slash
14566         char literal.
14568 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
14570         Convert symbol prettification into minor mode and global minor mode.
14572         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
14573         `prog-prettify-symbols', and make a local defvar instead of defcustom.
14574         (prettify-symbols--keywords): Rename from
14575         `prog-prettify-symbols-alist' and make a local defvar.
14576         (prettify-symbols--compose-symbol): Rename from
14577         `prog--prettify-font-lock-compose-symbol'.
14578         (prettify-symbols--make-keywords): Rename from
14579         `prog-prettify-font-lock-symbols-keywords' and simplify.
14580         (prog-prettify-install): Remove.
14581         (prettify-symbols-mode): New minor mode, based on
14582         `prog-prettify-install'.
14583         (turn-on-prettify-symbols-mode): New function.
14584         (global-prettify-symbols-mode): New globalized minor mode.
14586         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14587         * progmodes/cfengine.el (cfengine3-mode):
14588         * progmodes/perl-mode.el (perl-mode): Don't call
14589         `prog-prettify-install'; set `prettify-symbols-alist' instead.
14591 2013-06-18  Juri Linkov  <juri@jurta.org>
14593         * files-x.el (modify-file-local-variable-message): New function.
14594         (modify-file-local-variable)
14595         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
14596         and call `modify-file-local-variable-message' when it's non-nil.
14597         (add-file-local-variable, delete-file-local-variable)
14598         (add-file-local-variable-prop-line)
14599         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
14600         and use it.  (Bug#9820)
14602 2013-06-18  Juri Linkov  <juri@jurta.org>
14604         * emulation/vi.el (vi-shell-op):
14605         * emulation/vip.el (vip-execute-com, ex-command):
14606         * emulation/viper-cmd.el (viper-exec-bang):
14607         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
14608         the call of `shell-command-on-region'.  (Bug#14637)
14610         * simple.el (shell-command-on-region): Doc fix.
14612 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14614         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
14615         (bug#14633).
14617 2013-06-18  Glenn Morris  <rgm@gnu.org>
14619         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
14621         * newcomment.el (comment-search-forward, comment-search-backward):
14622         Doc fix.  (Bug#14376)
14624 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
14626         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
14627         (buffer-face-mode-invoke): Doc fix.
14629 2013-06-18  Matthias Meulien  <orontee@gmail.com>
14631         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
14632         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
14634 2013-06-18  Glenn Morris  <rgm@gnu.org>
14636         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
14637         Replace obsolete function generic-make-keywords with its expansion.
14639         * progmodes/python.el (ffap-alist): Declare.
14641         * textmodes/reftex.el (bibtex-mode-map): Declare.
14643 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14645         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
14646         (package-unpack, package-unpack-single): Return the pkg-dir.
14647         (package-download-transaction): Use it to update package-alist.
14649 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14651         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
14652         possible choice.
14654 2013-06-17  Juri Linkov  <juri@jurta.org>
14656         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
14658 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
14660         * emacs-lisp/package.el (package-load-descriptor):
14661         Remove `with-syntax-table' call, `read' doesn't need it.
14662         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
14664 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
14666         * startup.el (command-line): Expand package name returned by
14667         `package--description-file' (bug#14639).
14669 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
14671         * emacs-lisp/package.el (package-load-descriptor): Do not call
14672         `emacs-lisp-mode', just use its syntax table.
14674 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
14676         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
14677         `font-lock-extra-managed-props' if any prettifying keyword is added.
14678         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
14679         (prog-mode): Use `setq-local'.
14681 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14683         * international/characters.el (standard-case-table): Set syntax of ?»
14684         and ?« to punctuation.
14686 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
14688         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
14689         Save relevant match data before calling `syntax-ppss' (bug#14595).
14691 2013-06-15  Juri Linkov  <juri@jurta.org>
14693         * files-x.el (modify-file-local-variable-prop-line): Add local
14694         variables to the end of the existing comment on the first line.
14695         Use `file-auto-mode-skip' to skip interpreter magic line,
14696         and also skip XML declaration.
14698 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14700         * startup.el (package--builtin-versions): New var.
14701         (package-subdirectory-regexp): Remove.
14702         (package--description-file): Hard code its value instead.
14704         * emacs-lisp/package.el: Don't activate packages older than builtin.
14705         (package-obsolete-list): Rename from package-obsolete-alist, and make
14706         it into a simple list of package-desc.
14707         (package-strip-version): Remove.
14708         (package-built-in-p): Use package--builtin-versions.
14709         (package-mark-obsolete): Simplify.
14710         (package-process-define-package): Mark it obsolete if older than the
14711         builtin version.
14712         (package-handle-response): Use line-end-position.
14713         (package-read-archive-contents, package--download-one-archive):
14714         Simplify.
14715         (package--add-to-archive-contents): Skip if older than the builtin or
14716         installed version.
14717         (package-menu-describe-package): Fix last change.
14718         (package-list-unversioned): New var.
14719         (package-menu--generate): Use it.
14721         * emacs-lisp/autoload.el: Manage package--builtin-versions.
14722         (autoload--insert-text, autoload--insert-cookie-text): New functions.
14723         (autoload-builtin-package-versions): New variable.
14724         (autoload-generate-file-autoloads): Use them.
14725         Remove the list of autoloaded functions/macros from the
14726         (autoload...) comments.
14728         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
14730 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
14732         * simple.el (line-move-partial): Don't jump to the next screen
14733         line as soon as it becomes visible.  Instead, continue enlarging
14734         the vscroll until the portion of a tall screen line that's left on
14735         display is about the height of the frame's default font.
14736         (Bug#14567)
14738 2013-06-15  Glenn Morris  <rgm@gnu.org>
14740         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
14741         compilation-error-regexp-alist void, or local while let-bound.
14743         * progmodes/make-mode.el (makefile-mode-syntax-table):
14744         Treat "=" as punctuation.  (Bug#14614)
14746 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
14748         * help-fns.el (describe-variable):
14749         Add extra line for permanent-local variables.
14751 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
14753         * progmodes/scheme.el (scheme-font-lock-keywords-2):
14754         Add export, import, library.  (Bug#9164)
14755         (library): Set indent function.
14757 2013-06-14  Glenn Morris  <rgm@gnu.org>
14759         * term/xterm.el (xterm--query):
14760         Stop after first matching handler.  (Bug#14615)
14762 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
14764         Add support for dired in saveplace.
14765         * dired.el (dired-initial-position-hook): New variable.
14766         (dired-initial-position): Call hook to place cursor position.
14767         * saveplace.el (save-place-to-alist): Add dired position.
14768         (save-place-dired-hook): New function.
14770 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14772         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
14773         through a symbol rather than letrec.
14775         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
14776         (package-desc): Add `dir' field.
14777         (package-desc-full-name): New function.
14778         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
14779         (package-maybe-load-descriptor): Remove.
14780         (package-load-all-descriptors): Just call package-load-descriptor.
14781         (package--disabled-p): New function.
14782         (package-desc-vers, package-desc-doc): Remove aliases.
14783         (package--dir): Remove function.
14784         (package-activate): Check if a package is disabled.
14785         (package-process-define-package): New function, extracted from
14786         define-package.
14787         (define-package): Turn into a place holder.
14788         (package-unpack-single, package-tar-file-info):
14789         Use package--description-file.
14790         (package-compute-transaction): Use package--disabled-p.
14791         (package-download-transaction): Don't call
14792         package-maybe-load-descriptor since they're all loaded anyway.
14793         (package-install): Change argument to be a pkg-desc.
14794         (package-delete): Use a single pkg-desc argument.
14795         (describe-package-1): Use package-desc-dir instead of package--dir.
14796         Use package-desc property instead of package-symbol.
14797         (package-install-button-action): Adjust accordingly.
14798         (package--push): Rewrite.
14799         (package-menu--print-info): Adjust accordingly.  Change the ID format
14800         to be a pkg-desc.
14801         (package-menu-describe-package, package-menu-get-status)
14802         (package-menu--find-upgrades, package-menu-mark-upgrades)
14803         (package-menu-execute, package-menu--name-predicate):
14804         Adjust accordingly.
14805         * startup.el (package--description-file): New function.
14806         (command-line): Use it.
14807         * emacs-lisp/package-x.el (package-upload-buffer-internal):
14808         Use package-desc-version.
14810         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
14811         (byte-compile-preprocess): Use it.
14812         (byte-compile-file-form-defalias): Try a bit harder to use macros we
14813         can't quite recognize.
14814         (byte-compile-add-to-list): Remove.
14815         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
14816         (cconv-closure-convert): Add assertion.
14818         * emacs-lisp/map-ynp.el: Use lexical-binding.
14819         (map-y-or-n-p): Remove unused vars `tail' and `object'.
14820         Factor out some repeated code.
14822 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14824         * subr.el (with-eval-after-load): New macro.
14825         (eval-after-load): Allow form to be a function.
14826         take advantage of lexical-binding.
14827         (do-after-load-evaluation): Use dolist and adjust to new format.
14828         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
14830 2013-06-13  Juri Linkov  <juri@jurta.org>
14832         * replace.el (perform-replace): Display "symbol " and other search
14833         modes from `isearch-message-prefix' in the *Help* buffer.
14835         * isearch.el (isearch-query-replace): Add " symbol" and other
14836         possible search modes from `isearch-message-prefix' to the prompt.
14837         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
14838         when reading a regexp to collect.
14840 2013-06-13  Juri Linkov  <juri@jurta.org>
14842         * isearch.el (word-search-regexp): Match whitespace if the search
14843         string begins or ends in whitespace.  The LAX arg is applied to
14844         both ends of the search string.  Use `regexp-quote' and explicit
14845         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
14846         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
14847         boundaries are replaced with symbol boundaries, and characters
14848         between symbols match non-word non-symbol syntax.  (Bug#14602)
14850 2013-06-13  Juri Linkov  <juri@jurta.org>
14852         * isearch.el (isearch-del-char): Don't exceed the length of
14853         `isearch-string' by the prefix arg.  (Bug#14563)
14855 2013-06-13  Juri Linkov  <juri@jurta.org>
14857         * isearch.el (isearch-yank-word, isearch-yank-line)
14858         (isearch-char-by-name, isearch-quote-char)
14859         (isearch-printing-char, isearch-process-search-char):
14860         Add optional count prefix arg.  (Bug#14563)
14862         * international/isearch-x.el
14863         (isearch-process-search-multibyte-characters):
14864         Add optional count prefix arg.
14866 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14868         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
14869         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
14870         lexical-binding.
14872 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
14874         * subr.el (set-temporary-overlay-map): Add on-exit argument.
14876 2013-06-13  Glenn Morris  <rgm@gnu.org>
14878         * startup.el (tty-handle-args):
14879         Don't just discard "--" and anything after.  (Bug#14608)
14881         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
14883 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
14885         Implement changes in Secret Service API.  Make it backward compatible.
14886         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
14887         (secrets-create-item): Use it.  Prefix properties with interface.
14889 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
14891         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
14892         (term-emulate-terminal): Respect term-suppress-hard-newline.
14894 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
14896         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
14897         Only remove a `thumb-file' overlay.  (Bug#14548)
14899 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
14901         * mail/reporter.el (reporter-submit-bug-report):
14902         Handle missing package-name.  (Bug#14600)
14904 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
14906         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
14907         (reftex-citation-prompt, reftex-default-bibliography)
14908         (reftex-bib-or-thebib, reftex-get-bibfile-list)
14909         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
14910         (reftex-bib-sort-author, reftex-bib-sort-year)
14911         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
14912         (reftex-extract-bib-entries-from-thebibliography)
14913         (reftex-get-bibkey-default, reftex-get-bib-names)
14914         (reftex-parse-bibtex-entry, reftex-get-bib-field)
14915         (reftex-format-bib-entry, reftex-parse-bibitem)
14916         (reftex-format-bibitem, reftex-do-citation)
14917         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
14918         (reftex-restrict-bib-matches, reftex-extract-bib-file)
14919         (reftex-insert-bib-matches, reftex-format-citation)
14920         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
14921         (reftex-create-bibtex-file): Add docstrings, mostly by converting
14922         existing comments into docstrings.
14924 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
14926         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
14928 2013-06-12  Andreas Schwab  <schwab@suse.de>
14930         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
14931         for auto-save files.
14933 2013-06-12  Glenn Morris  <rgm@gnu.org>
14935         * ido.el (ido-delete-ignored-files): Remove.
14936         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
14937         Go back to calling ido-ignore-item-p directly.
14939 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
14941         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
14943         * ido.el (ido-delete-ignored-files): New function,
14944         split from ido-make-file-list-1.
14945         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
14946         (ido-make-file-list-1): Use ido-delete-ignored-files.
14948 2013-06-12  Leo Liu  <sdl.web@gmail.com>
14950         * progmodes/octave.el (inferior-octave-startup)
14951         (inferior-octave-completion-table)
14952         (inferior-octave-track-window-width-change)
14953         (octave-eldoc-function-signatures, octave-help)
14954         (octave-find-definition): Use single quoted strings.
14955         (inferior-octave-startup-args): Change default value.
14956         (inferior-octave-startup): Do not hard code "-i" and
14957         "--no-line-editing".
14958         (inferior-octave-resync-dirs): Add optional arg NOERROR.
14959         (inferior-octave-directory-tracker): Use it.
14960         (octave-goto-function-definition): Robustify.
14961         (octave-help): Support highlighting operators in 'See also'.
14962         (octave-find-definition): Find subfunctions only in Octave mode.
14964 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14966         * help-fns.el (help-fns--compiler-macro): If the handler function is
14967         named, then put a link to it.
14968         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
14969         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
14970         (cl-typep): Use it.
14971         (cl-eval-when): Simplify debug spec.
14972         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
14973         compiler-macro function instead of setting `compiler-macro-file'.
14975 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
14977         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
14978         * vc/vc-hooks.el (vc-stay-local): Doc fix.
14980 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14981             Daniel Hackney  <dan@haxney.org>
14983         First part of Daniel Hackney's patch to package.el.
14984         * emacs-lisp/package.el: Use defstruct.
14985         (package-desc): New, main struct.
14986         (package--bi-desc, package--ac-desc): New structs, used to describe the
14987         format in external files.
14988         (package-desc-vers): Replace with package-desc-version accessor.
14989         (package-desc-doc): Replace with package-desc-summary accessor.
14990         (package-activate-1): Remove `package' arg since the pkg-vec now
14991         includes the name.
14992         (define-package): Use package-desc-from-define.
14993         (package-unpack-single): Change file-name arg to be a symbol.
14994         (package--add-to-archive-contents): Use package-desc-create and new
14995         accessor functions to package--ac-desc.
14996         (package-buffer-info, package-tar-file-info): Return a package-desc.
14997         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
14998         arg to be a package-desc.
14999         (package-install-file): Adjust accordingly.  Use \' to match EOS.
15000         (package--from-builtin): New function.
15001         (describe-package-1, package-menu--generate): Use it.
15002         (package--make-autoloads-and-compile): Change name arg to be a symbol.
15003         (package-generate-autoloads): Idem and return the name of the file.
15004         * emacs-lisp/package-x.el (package-upload-buffer-internal):
15005         Change pkg-info arg to be a package-desc.
15006         Use package-make-ac-desc.
15007         (package-upload-file): Use \' to match EOS.
15008         * finder.el (finder-compile-keywords): Use package-make-builtin.
15010 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15012         * vc/vc.el (vc-deduce-fileset): Change error message.
15013         (vc-read-backend): New function.
15014         (vc-next-action): Use it.
15016         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
15018         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
15019         (prolog-font-lock-keywords): Use regexp-opt instead.
15020         Don't manually highlight strings.
15021         (prolog-mode-variables): Simplify comment-start-skip.
15022         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
15024         * emacs-lisp/generic.el (generic--normalise-comments)
15025         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
15026         (generic-mode-set-comments): Use them.
15027         (generic-bracket-support): Use setq-local.
15028         (generic-make-keywords-list): Declare obsolete.
15030 2013-06-11  Glenn Morris  <rgm@gnu.org>
15032         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
15033         Prettify after setting font-lock-defaults.  (Bug#14574)
15035 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
15037         * replace.el (query-replace, occur-read-regexp-defaults-function)
15038         (replace-search):
15039         * subr.el (declare-function, number-sequence, local-set-key)
15040         (substitute-key-definition, locate-user-emacs-file)
15041         (with-silent-modifications, split-string, eval-after-load):
15042         Fix typos, remove unneeded backslashes and reflow some docstrings.
15044 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15046         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
15047         default for Elisp files.
15049 2013-06-11  Glenn Morris  <rgm@gnu.org>
15051         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
15052         although define-derived-mode was doing this anyway.  (Bug#14583)
15054 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
15056         * allout.el (allout-encryption-plaintext-sanitization-regexps):
15057         Fix make-variable-buffer-local call to refer to the correct variable.
15059 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
15061         * eshell/em-term.el (eshell-visual-commands)
15062         (eshell-visual-subcommands, eshell-visual-options):
15063         Add summary line to docstrings.  Add cross-references.
15065 2013-06-10  Glenn Morris  <rgm@gnu.org>
15067         * epa.el (epa-read-file-name): New function.  (Bug#14510)
15068         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
15070 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
15072         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
15073         output redirection to be ignored with visual commands.
15075 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
15077         * eshell/em-term.el (eshell-visual-command-p): New function.
15078         (eshell-term-initialize): Move long lambda to separate function
15079         eshell-visual-command-p.
15080         * eshell/em-dirs.el (eshell-dirs-initialize):
15081         * eshell/em-script.el (eshell-script-initialize):
15082         Add missing #' to lambda.
15084 2013-06-08  Leo Liu  <sdl.web@gmail.com>
15086         * progmodes/octave.el (octave-add-log-current-defun): New function.
15087         (octave-mode): Set add-log-current-defun-function.
15088         (octave-goto-function-definition): Do not move point if not found.
15089         (octave-find-definition): Enhance to try subfunctions first.
15091 2013-06-08  Glenn Morris  <rgm@gnu.org>
15093         * emacs-lisp/bytecomp.el (byte-compile-char-before)
15094         (byte-compile-backward-char, byte-compile-backward-word):
15095         Improve previous change, to handle non-explicit nil.
15097 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15099         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
15100         (smie--opener/closer-at-point): New function.
15101         (smie--matching-block-data): Use it.  Don't match from right after an
15102         opener or right before a closer.  Obey smie-blink-matching-inners.
15103         Don't signal a mismatch for repeated inners like "switch..case..case".
15105 2013-06-07  Leo Liu  <sdl.web@gmail.com>
15107         * progmodes/octave.el (octave-mode): Set comment-use-global-state
15108         to t.  (Bug#14303)
15109         (octave-function-header-regexp): Fix.  (Bug#14570)
15110         (octave-help-mode-finish-hook, octave-help-mode-finish):
15111         Remove.  Just use temp-buffer-show-hook.
15113         * newcomment.el (comment-search-backward): Revert last change.
15114         (Bug#14434)
15116         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
15118 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
15120         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
15121         through xargs, to avoid failure due to MS-Windows limitations on
15122         command-line length.
15124 2013-06-06  Glenn Morris  <rgm@gnu.org>
15126         * font-lock.el (lisp-font-lock-keywords-2):
15127         Treat user-error like error.
15129         * emacs-lisp/bytecomp.el (byte-compile-char-before)
15130         (byte-compile-backward-char, byte-compile-backward-word):
15131         Handle explicit nil arguments.  (Bug#14565)
15133 2013-06-05  Alan Mackenzie  <acm@muc.de>
15135         * isearch.el (isearch-allow-prefix): New user option.
15136         (isearch-other-meta-char): Don't exit isearch when a prefix
15137         argument is typed whilst `isearch-allow-prefix' is non-nil.
15138         (Bug#9706)
15140 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15142         * autorevert.el (auto-revert-notify-handler): Use memq.
15143         Hide assertion failure.
15145         * skeleton.el: Use cl-lib.
15146         (skeleton-further-elements): Use defvar-local.
15147         (skeleton-insert): Use cl-progv.
15149 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
15151         * progmodes/prog-mode.el (prog-prettify-symbols)
15152         (prog-prettify-install): Update docstrings.
15154 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15156         * simple.el: Move all the prog-mode code to prog-mode.el.
15157         * progmodes/prog-mode.el: New file.
15158         * loadup.el: Add prog-mode.el.
15160 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
15162         * simple.el (prog-prettify-symbols): Add version.
15163         (prog-prettify-install): Add convenience function to prettify symbols.
15165         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
15166         (perl--augmented-font-lock-keywords-1)
15167         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
15168         variables and use it.
15170         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
15171         (cfengine3-mode): Remove unneeded variable and use it.
15173         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
15174         (lisp--augmented-font-lock-keywords-1)
15175         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
15176         Remove unneeded variables and use it.
15178 2013-06-05  João Távora  <joaotavora@gmail.com>
15180         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
15181         to point when opening the connection.  (Bug#14380)
15183 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15185         * subr.el (load-history-regexp, load-history-filename-element)
15186         (eval-after-load, after-load-functions, do-after-load-evaluation)
15187         (eval-next-after-load, display-delayed-warnings)
15188         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
15189         definition of save-match-data.
15190         (overriding-local-map): Remove accidental obsolescence declaration.
15192         * emacs-lisp/edebug.el (edebug-result): Move before first use.
15194 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
15196         Generalize symbol prettify support to prog-mode and implement it
15197         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
15198         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
15199         (prog--prettify-font-lock-compose-symbol)
15200         (prog-prettify-font-lock-symbols-keywords): New variables and
15201         functions to support symbol prettification.
15202         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
15203         (lisp--augmented-font-lock-keywords-1)
15204         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
15205         (lisp--prettify-symbols-alist): Implement prettify of lambda.
15206         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
15207         (cfengine3--prettify-symbols-alist, cfengine3-mode):
15208         Implement prettify of -> => :: strings.
15209         * progmodes/perl-mode.el (perl-prettify-symbols)
15210         (perl--font-lock-compose-symbol)
15211         (perl--font-lock-symbols-keywords): Move to prog-mode.
15212         (perl--prettify-symbols-alist): Prettify -> => :: strings.
15213         (perl-font-lock-keywords-1)
15214         (perl-font-lock-keywords-2): Remove explicit prettify support.
15215         (perl--augmented-font-lock-keywords)
15216         (perl--augmented-font-lock-keywords-1)
15217         (perl--augmented-font-lock-keywords-2, perl-mode):
15218         Implement prettify support.
15220 2013-06-05  Leo Liu  <sdl.web@gmail.com>
15222         Re-implement SMIE matching block highlight using
15223         show-paren-data-function.  (Bug#14395)
15224         * emacs-lisp/smie.el (smie-matching-block-highlight)
15225         (smie--highlight-matching-block-overlay)
15226         (smie--highlight-matching-block-lastpos)
15227         (smie-highlight-matching-block)
15228         (smie-highlight-matching-block-mode): Remove.
15229         (smie--matching-block-data-cache): New variable.
15230         (smie--matching-block-data): New function.
15231         (smie-setup): Use smie--matching-block-data for
15232         show-paren-data-function.
15234         * progmodes/octave.el (octave-mode-menu): Fix.
15235         (octave-find-definition): Skip garbage lines.
15237 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15239         Fix compilation error with simultaneous dynamic+lexical scoping.
15240         Add warning when a defvar appears after the first let-binding.
15241         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
15242         (byte-compile-close-variables): Initialize it.
15243         (byte-compile--declare-var): New function.
15244         (byte-compile-file-form-defvar)
15245         (byte-compile-file-form-define-abbrev-table)
15246         (byte-compile-file-form-custom-declare-variable): Use it.
15247         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
15248         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
15249         (byte-compile-bind): Handle dynamic bindings that shadow
15250         lexical bindings.
15251         (byte-compile-unbind): Make arg non-optional.
15252         (byte-compile-let): Simplify.
15253         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
15254         (cconv--analyse-function, cconv-analyse-form): Populate it.
15255         Protect byte-compile-bound-variables to limit the scope of defvars.
15256         (cconv-analyse-form): Add missing rule for (defvar <foo>).
15257         Remove unneeded rule for `declare'.
15259         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
15260         so as to avoid depending on cl-adjoin at run-time.
15261         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
15263         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
15264         (macroexp--warn-and-return): Use it.
15266 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15268         * subr.el: Convert to lexical binding.
15269         (overriding-local-map): Make obsolete.
15270         (add-to-list): Doc fix.  Add compiler macro.
15271         (read-key): Swap values of local maps.
15273 2013-06-05  Leo Liu  <sdl.web@gmail.com>
15275         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
15277 2013-06-04  Leo Liu  <sdl.web@gmail.com>
15279         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
15280         (compilation-auto-jump): Suppress the "Mark set" message to give
15281         way to exit message.
15283 2013-06-04  Alan Mackenzie  <acm@muc.de>
15285         Remove faulty optimisation from indentation calculation.
15286         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
15287         search limit based on 2000 characters back from indent-point.
15289 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
15291         * eshell/em-term.el (cl-lib): Require `cl-lib'.
15293 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15295         * emacs-lisp/lisp.el: Use lexical-binding.
15296         (lisp--local-variables-1, lisp--local-variables): New functions.
15297         (lisp--local-variables-completion-table): New var.
15298         (lisp-completion-at-point): Use it complete let-bound vars.
15300         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
15301         eagerly (bug#14422).
15303 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
15305         * autorevert.el (auto-revert-notify-enabled)
15306         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
15307         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
15308         (auto-revert-notify-handler): Handle also gfilenotify.
15310         * subr.el (file-notify-handle-event): New defun.  Replacing ...
15311         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
15312         Remove.
15314 2013-06-03  Juri Linkov  <juri@jurta.org>
15316         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
15317         `M-s h .'.  (Bug#14427)
15319         * hi-lock.el (highlight-symbol-at-point): New alias for the new
15320         command `hi-lock-face-symbol-at-point'.
15321         (hi-lock-face-symbol-at-point): New command.
15322         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
15323         (hi-lock-menu): Add `highlight-symbol-at-point'.
15324         (hi-lock-mode): Doc fix.
15326         * isearch.el (isearch-forward-symbol-at-point): New command.
15327         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
15328         (isearch-highlight-regexp): Add a regexp which matches
15329         words/symbols for word/symbol mode.
15331         * subr.el (find-tag-default-bounds): New function with the body
15332         mostly moved from `find-tag-default'.
15333         (find-tag-default): Move most code to `find-tag-default-bounds',
15334         call it and apply `buffer-substring-no-properties' afterwards.
15336 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
15338         * eshell/em-term.el (eshell-term-initialize):
15339         Use `cl-intersection' rather than `intersection'.
15341 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
15343         * vc/log-view.el: Doc fix.
15344         (log-view-mode-map): Copy keymap from `special-mode-map'.
15346 2013-06-02  Eric Ludlam  <zappo@gnu.org>
15348         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
15349         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
15350         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
15351         (eieio-unbound, eieio-default-superclass)
15352         (eieio--define-field-accessors, method-static, method-before)
15353         (method-primary, method-after, method-num-lists)
15354         (method-generic-before, method-generic-primary)
15355         (method-generic-after, method-num-slots)
15356         (eieio-specialized-key-to-generic-key)
15357         (eieio--check-type, class-v, class-p)
15358         (eieio-class-name, define-obsolete-function-alias)
15359         (eieio-class-parents-fast, eieio-class-children-fast)
15360         (same-class-fast-p, class-constructor, generic-p)
15361         (generic-primary-only-p, generic-primary-only-one-p)
15362         (class-option-assoc, class-option, eieio-object-p)
15363         (class-abstract-p, class-method-invocation-order)
15364         (eieio-defclass-autoload-map, eieio-defclass-autoload)
15365         (eieio-class-un-autoload, eieio-defclass)
15366         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
15367         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
15368         (eieio--defgeneric-init-form, eieio-defgeneric-form)
15369         (eieio-defgeneric-reset-generic-form)
15370         (eieio-defgeneric-form-primary-only)
15371         (eieio-defgeneric-reset-generic-form-primary-only)
15372         (eieio-defgeneric-form-primary-only-one)
15373         (eieio-defgeneric-reset-generic-form-primary-only-one)
15374         (eieio-unbind-method-implementations)
15375         (eieio--defmethod, eieio--typep)
15376         (eieio-perform-slot-validation, eieio-validate-slot-value)
15377         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
15378         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
15379         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
15380         (eieio-slot-name-index, eieio-class-slot-name-index)
15381         (eieio-set-defaults, eieio-initarg-to-attribute)
15382         (eieio-attribute-to-initarg, eieio-c3-candidate)
15383         (eieio-c3-merge-lists, eieio-class-precedence-c3)
15384         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
15385         (eieio-class-precedence-list, eieio-generic-call-methodname)
15386         (eieio-generic-call-arglst, eieio-generic-call-key)
15387         (eieio-generic-call-next-method-list)
15388         (eieio-pre-method-execution-functions, eieio-generic-call)
15389         (eieio-generic-call-primary-only, eieiomt-method-list)
15390         (eieiomt-optimizing-obarray, eieiomt-install)
15391         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
15392         (eieio-generic-form, eieio-defmethod, make-obsolete)
15393         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
15394         (defclass): Remove `eval-and-compile' from macro.
15395         (call-next-method, shared-initialize): Instead of using
15396         `scoped-class' variable, use new eieio--scoped-class, and
15397         eieio--with-scoped-class.
15398         (initialize-instance): Rename local variable 'scoped-class' to
15399         'this-class' to remove ambiguitity from old global.
15401         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
15402         eieio.el.
15403         (eieio--scoped-class-stack): New variable.
15404         (eieio--scoped-class): New fcn.
15405         (eieio--with-scoped-class): New scoping macro.
15406         (eieio-defclass): Use pushnew instead of add-to-list.
15407         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
15408         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
15409         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
15410         `scoped-class' variable, use new eieio--scoped-class, and
15411         eieio--with-scoped-class.
15413         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
15415 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
15417         * eshell/esh-ext.el (eshell-external-command): Pass args to
15418         `eshell-find-interpreter'.
15419         (eshell-find-interpreter): Add new second parameter ARGS.
15421         * eshell/em-script.el (eshell-script-initialize): Add second arg
15422         to the function added as MATCH to `eshell-interpreter-alist'.
15424         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
15425         the function added as MATCH to `eshell-interpreter-alist'.
15427         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
15428         (eshell-visual-options): New defcustom.
15429         (eshell-escape-control-x): Adapt docstring.
15430         (eshell-term-initialize): Test `eshell-visual-subcommands' and
15431         `eshell-visual-options' in addition to `eshell-visual-commands'.
15432         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
15434 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
15436         * progmodes/python.el (python-indent-block-enders): Add break,
15437         continue and raise keywords.
15439 2013-06-01  Glenn Morris  <rgm@gnu.org>
15441         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
15443         Plain (f)boundp silences compilation warnings since Emacs 22.1.
15444         * progmodes/cc-cmds.el (delete-forward-p):
15445         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
15446         * progmodes/cc-engine.el (buffer-syntactic-context):
15447         * progmodes/cc-fonts.el (face-property-instance):
15448         * progmodes/cc-mode.el (set-keymap-parents):
15449         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
15450         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
15451         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
15452         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
15453         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
15455         * progmodes/cc-vars.el (other): Emacs has this widget since
15456         at least 21.1, so don't (re)define it.
15458         * eshell/em-cmpl.el (eshell-cmpl-initialize):
15459         Replace the obsolete alias pcomplete-arg-quote-list.
15461 2013-06-01  Leo Liu  <sdl.web@gmail.com>
15463         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
15464         punctuation syntax.
15465         (inferior-octave-minimal-columns)
15466         (inferior-octave-last-column-width): New variables.
15467         (inferior-octave-track-window-width-change): New function.
15468         (inferior-octave-mode): Adjust column width so that Octave output,
15469         for example from 'ls', can fit into the window nicely.
15471 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
15473         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
15474         Highlight expansions inside regexp literals.
15476 2013-05-31  Glenn Morris  <rgm@gnu.org>
15478         * obsolete/sym-comp.el (symbol-complete):
15479         Replace obsolete completion-annotate-function.
15481         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
15483 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
15485         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
15486         New function, checks if point is inside a literal that allows
15487         expression expansion.
15488         (ruby-syntax-propertize-expansion): Use it.
15489         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
15490         around the body.
15492 2013-05-30  Juri Linkov  <juri@jurta.org>
15494         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
15495         to "\M-si".
15496         (isearch-invisible): New variable.
15497         (isearch-forward): Doc fix.
15498         (isearch-mode): Set `isearch-invisible'
15499         to the value of `search-invisible'.
15500         (isearch-toggle-case-fold): Doc fix.
15501         (isearch-toggle-invisible): New command.
15502         (isearch-query-replace): Let-bind `search-invisible'
15503         to the value of `isearch-invisible'.
15504         (isearch-search): Use `isearch-invisible' instead of
15505         `search-invisible'.  Let-bind `search-invisible'
15506         to the value of `isearch-invisible'.  (Bug#11378)
15508 2013-05-30  Juri Linkov  <juri@jurta.org>
15510         * replace.el (perform-replace): Avoid `isearch-range-invisible'
15511         call when `query-flag' is nil and `search-invisible' is non-nil.
15512         (Bug#11746)
15514 2013-05-30  Glenn Morris  <rgm@gnu.org>
15516         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
15518         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
15519         (cc-require): Suppress spurious "noruntime" warnings.
15520         (cc-require-when-compile): Use fboundp, for sake of compiler.
15522         * progmodes/cc-mode.el: Move load of cc-vars before that of
15523         cc-langs (which in turn loads cc-vars), to quieten compiler.
15525 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15527         * paren.el: Simplify the code.
15528         (show-paren-mode): Always start the timer.
15529         (show-paren--idle-timer): Rename from show-paren-idle-timer.
15530         (show-paren--overlay, show-paren--overlay-1): Rename from
15531         show-paren-overlay and show-paren-overlay-1, and initialize to an
15532         overlay rather than to nil.
15533         (show-paren-function): Misc cleanup and simplifications.
15535 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15537         * paren.el (show-paren-data-function): New hook.
15538         (show-paren--default): New function, extracted from show-paren-function.
15539         (show-paren-function): Use show-paren-data-function.
15541 2013-05-30  Glenn Morris  <rgm@gnu.org>
15543         * ielm.el (ielm-map, ielm-complete-symbol):
15544         Use completion-at-point rather than obsolete functions.
15545         (inferior-emacs-lisp-mode): Doc fix.
15546         Set completion-at-point-functions, rather than
15547         comint-dynamic-complete-functions.
15549         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
15550         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
15551         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
15553         * image.el (image-animated-p): Tweak definition.
15555         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
15556         (rlogin-process-connection-type): Tweak default.  Add set-after.
15557         (rlogin-host): Doc fix.
15558         (rlogin): Tweak prompt.
15559         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
15561         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
15562         * progmodes/tcl.el (inferior-tcl-mode-map):
15563         Use completion-at-point rather than obsolete alias.
15565         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
15567         * minibuffer.el (read-file-name-completion-ignore-case):
15568         Move before completion--in-region, for eager macro expansion.
15570 2013-05-29  Juri Linkov  <juri@jurta.org>
15572         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
15573         for total count of matching lines.  Add `global-matches' for total
15574         count of matches.  Rename `matches' to `lines' for count of
15575         matching lines.  Add `matches' for count of matches.
15576         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
15577         to `prev-line' for line number of prev match endpt.
15578         Increment `matches' for every match.  Print the number of
15579         matching lines in the header.
15580         (occur-context-lines): Rename `lines' to `curr-line'.
15581         Rename `prev-lines' to `prev-line'.  (Bug#14017)
15583 2013-05-29  Juri Linkov  <juri@jurta.org>
15585         * replace.el (perform-replace): Add `skip-read-only-count',
15586         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
15587         Increment them for corresponding conditions and report the number
15588         of skipped occurrences in the final message.  (Bug#11746)
15589         (query-replace, query-replace-regexp, query-replace-regexp-eval)
15590         (replace-string, replace-regexp): Doc fix.
15592 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15594         * emacs-lisp/trace.el (trace--read-args): Provide a default.
15596         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
15597         prog-mode-map (bug#14504).
15599 2013-05-29  Leo Liu  <sdl.web@gmail.com>
15601         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
15602         (octave-help): Small simplification.
15604         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
15605         off the highlight first.
15607 2013-05-29  Glenn Morris  <rgm@gnu.org>
15609         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
15610         Handle idlwave-last-system-routine-info-cons-cell being nil.
15612         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
15613         (idlwave-write-paths): Simplify via with-temp-buffer.
15615         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
15616         * emulation/cua-rect.el: Also load cua-base at run time.
15618         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
15619         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
15620         (cperl-imenu-on-info): Require imenu.
15622 2013-05-28  Alan Mackenzie  <acm@muc.de>
15624         Handle "capitalised keywords" correctly.
15625         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
15627 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
15629         * eshell/em-unix.el: Add -r option to cp.
15631 2013-05-28  Glenn Morris  <rgm@gnu.org>
15633         * vc/vc-arch.el (vc-exec-after): Declare.
15634         (vc-switches): Autoload.
15635         * vc/vc-bzr.el: No need to require vc when compiling.
15636         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
15637         (vc-resynch-buffer, vc-dir-refresh): Declare.
15638         (vc-setup-buffer, vc-switches): Autoload.
15639         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
15640         (vc-resynch-buffer): Declare.
15641         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
15642         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
15643         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
15644         (grep-read-regexp, grep-read-files, grep-expand-template)
15645         (vc-dir-refresh): Declare.
15646         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
15647         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
15648         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
15649         * vc/vc-mtn.el (vc-exec-after): Declare.
15650         (vc-switches): Autoload.
15651         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
15652         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
15653         (vc-file-tree-walk): Declare.
15654         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
15655         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
15656         (vc-tag-precondition, vc-rename-master): Autoload.
15657         * vc/vc-svn.el (vc-exec-after): Declare.
15658         (vc-switches, vc-setup-buffer): Autoload.
15659         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
15660         Autoload.
15661         (vc-resynch-buffer): Declare.
15663         * obsolete/fast-lock.el (byte-compile-warnings):
15664         Don't warn about obsolete features in this obsolete file.
15666         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
15667         Move definition before use.
15669         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
15670         (dun-unix-verbs): Remove dun-zippy.
15671         (dun-zippy): Remove function.
15673         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
15675 2013-05-27  Juri Linkov  <juri@jurta.org>
15677         * replace.el (replace-search): New function with code moved out
15678         from `perform-replace'.
15679         (replace-highlight, replace-dehighlight): Move function definitions
15680         up closer to `replace-search'.  (Bug#11746)
15682 2013-05-27  Juri Linkov  <juri@jurta.org>
15684         * replace.el (perform-replace): Ignore invisible matches.
15685         In addition to checking `query-replace-skip-read-only', also
15686         filter out matches by calling `run-hook-with-args-until-failure'
15687         on `isearch-filter-predicates', and also check `search-invisible'
15688         for t or call `isearch-range-invisible'.
15689         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
15691 2013-05-27  Juri Linkov  <juri@jurta.org>
15693         * isearch.el (isearch-filter-predicates): Rename from
15694         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
15695         (isearch-message-prefix): Display text from the property
15696         `isearch-message-prefix' of the currently active filters.
15697         (isearch-search): Don't compare `isearch-filter-predicate' with
15698         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
15699         on `isearch-filter-predicates'.  Also check `search-invisible' for t
15700         or call `isearch-range-invisible'.
15701         (isearch-filter-visible): Make obsolete.
15702         (isearch-lazy-highlight-search):
15703         Call `run-hook-with-args-until-failure' on
15704         `isearch-filter-predicates' and use `isearch-range-invisible'.
15706         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
15707         `isearch-filter-predicates' instead of `funcall'ing
15708         `isearch-filter-predicate'.
15709         (Info-mode): Set `Info-isearch-filter' to
15710         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
15712         * dired-aux.el (dired-isearch-filter-predicate-orig):
15713         Remove variable.
15714         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
15715         (dired-isearch-filenames-end): Add and remove
15716         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
15717         instead of changing the value of `isearch-filter-predicate'.
15718         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
15719         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
15720         Put property `isearch-message-prefix' to "filename " on
15721         `dired-isearch-filter-filenames'.
15723         * wdired.el (wdired-change-to-wdired-mode):
15724         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
15725         locally instead of changing `isearch-filter-predicate'.
15726         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
15728 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
15730         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
15731         return the commit hash (Bug#14459).  Also set the
15732         `vc-git-detached' property.
15733         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
15734         (vc-git-mode-line-string): Use the same help-echo format whether
15735         in detached mode or not, because we know the actual revision now.
15736         When in detached mode, shorten the revision to 7 chars.
15738 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15740         * emacs-lisp/easy-mmode.el (define-minor-mode):
15741         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
15742         mode hook and provide a docstring.
15744 2013-05-27  Alan Mackenzie  <acm@muc.de>
15746         Remove spurious syntax-table text properties inserted by C-y.
15747         * progmodes/cc-mode.el (c-after-change): Also clear hard
15748         syntax-table property with value nil.
15750 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
15752         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
15753         when reading the events; the buffer layout shall not be changed.
15755 2013-05-27  Leo Liu  <sdl.web@gmail.com>
15757         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
15758         New variable.
15759         (inferior-octave-directory-tracker): Automatically re-sync
15760         default-directory.
15761         (octave-help): Improve handling of 'See also'.
15763 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15765         * doc-view.el: Minor naming convention tweaks.
15766         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
15768         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
15769         even if there's no `display' property yet (bug#14435).
15771 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
15773         * subr.el (unmsys--file-name): Rename from reveal-filename.
15775         * Makefile.in (custom-deps, finder-data, autoloads)
15776         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
15777         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
15778         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
15780 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15782         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
15783         error-completion on the first 2 args of condition-case (bug#14446).
15784         Don't burp at EOB.
15786 2013-05-25  Leo Liu  <sdl.web@gmail.com>
15788         * comint.el (comint-previous-matching-input): Do not flood the
15789         *Messages* buffer with trivial messages.
15791 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15793         * progmodes/flymake.el (flymake-nop): Don't return a string.
15794         (flymake-set-at): Fix typo.
15796         * simple.el (read--expression): New function, extracted from
15797         eval-expression.  Set completion-at-point-functions (bug#14465).
15798         (eval-expression, eval-minibuffer): Use it.
15800 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
15802         * progmodes/flymake.el (flymake-save-buffer-in-file)
15803         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
15804         (flymake-selected-frame, flymake-log, flymake-ins-after)
15805         (flymake-set-at, flymake-get-buildfile-from-cache)
15806         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
15807         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
15808         Refine the doc string.
15809         (flymake-get-file-name-mode-and-masks): Reformat.
15810         (flymake-get-real-file-name-function): Fix a minor bug.
15812 2013-05-24  Juri Linkov  <juri@jurta.org>
15814         * progmodes/grep.el (grep-mode-font-lock-keywords):
15815         Support =linenumber= format used by git-grep for lines with
15816         function names.  (Bug#13549)
15818 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15820         * progmodes/octave.el (octave-smie-rules): Return nil rather than
15821         0 after a semi-colon; it works better for smie-auto-fill.
15822         (octave--indent-new-comment-line): New function.
15823         (octave-indent-new-comment-line): Use it (indirectly).
15824         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
15825         modify comment-line-break-function.
15827         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
15828         (smie-setup): Use add-function to set it.
15830 2013-05-24  Sam Steingold  <sds@gnu.org>
15832         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
15833         argument (before the `interactive' argument).
15835 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15837         * image-mode.el (image-mode-winprops): Add winprops to
15838         image-mode-winprops-alist before running
15839         image-mode-new-window-functions.
15840         * doc-view.el (doc-view-new-window-function): Don't delay
15841         doc-view-goto-page via timers (bug#14435).
15843 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
15845         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
15846         (doc-view-desktop-save-buffer): New function.
15847         (doc-view-restore-desktop-buffer): New function.
15848         (desktop-buffer-mode-handlers):
15849         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
15850         handler.
15851         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
15852         `desktop-save-buffer' function.
15854 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
15856         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
15857         (tramp-gvfs-file-name-handler): Raise a user error when
15858         `tramp-gvfs-enabled' is nil.
15859         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
15860         Do not raise a user error when loading package.  (Bug#14447)
15862         * net/xesam.el: Move to obsolete/.
15864 2013-05-24  Glenn Morris  <rgm@gnu.org>
15866         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
15868         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
15870         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
15871         (Info-find-node, Man-getpage-in-background): Declare.
15873         * mail/unrmail.el (unrmail):
15874         Replace obsolete detect-coding-with-priority.
15876         * net/socks.el (socks-split-string): Use this rather than split-string.
15877         (socks-nslookup-host): Update for above change.
15878         (dynamic-choice, s5-dynamic-choice-match)
15879         (s5-dynamic-choice-match-inline, s5-widget-value-create):
15880         Comment out unused code.
15882         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
15883         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
15884         (gud-tooltip-echo-area): Make obsolete.
15885         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
15887         * progmodes/js.el (js--optimize-arglist): Declare.
15889         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
15891         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
15892         (ediff-window-C): Declare.
15894         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
15895         Tweak requires to silence compiler.
15897         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
15898         (he-search-string, he-tried-table, he-expand-list)
15899         (he-init-string, he-string-member, he-substitute-string)
15900         (he-reset-string): Declare.
15902         * obsolete/options.el (list-options): Use custom-variable-p,
15903         rather than obsolete alias.
15905 2013-05-23  Sam Steingold  <sds@gnu.org>
15907         * simple.el (shell-command-on-region): Pass the `replace' argument
15908         down to `call-process-region' to comply with the doc as reported on
15909         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
15911 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15913         * emacs-lisp/smie.el (smie-indent-forward-token)
15914         (smie-indent-backward-token): Handle string tokens (bug#14381).
15916 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
15918         * ielm.el (ielm-menu): New menu.
15919         (inferior-emacs-lisp-mode): Set comment-start.
15921 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
15923         * textmodes/reftex.el (reftex-ref-style-toggle):
15924         Fix deactivate action.
15926         * textmodes/reftex-vars.el (reftex-ref-style-alist):
15927         Add cleveref macros.
15929         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
15930         Accept options for bibliography commands.
15931         * textmodes/reftex-vars.el (reftex-bibliography-commands):
15932         Add addbibresource.  Basic Biblatex support.
15934 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
15936         * net/tramp-gvfs.el (top):
15937         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
15938         when loading package.  (Bug#14447)
15940 2013-05-23  Glenn Morris  <rgm@gnu.org>
15942         * progmodes/js.el: No need to load comint when compiling.
15943         (ring-insert, comint-send-string, comint-send-input)
15944         (comint-last-input-end, ido-chop): Declare.
15946         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
15947         * vc/ediff-mult.el: Adjust requires.
15948         (ediff-directories-internal, ediff-directory-revisions-internal)
15949         (ediff-patch-file-internal): Declare.
15950         * vc/ediff-ptch.el: Adjust requires.
15951         (ediff-use-last-dir, ediff-buffers-internal): Declare.
15952         (ediff-find-file): Autoload.
15953         * vc/ediff-util.el: No need to load ediff when compiling.
15954         (ediff-regions-internal): Declare.
15955         * vc/ediff-wind.el: Adjust requires.
15956         (ediff-compute-toolbar-width): Define when compiling.
15957         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
15958         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
15959         (dired-get-filename, dired-get-marked-files)
15960         (ediff-last-dir-patch, ediff-patch-default-directory)
15961         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
15962         (ediff-patch-buffer-internal): Declare.
15964         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
15965         (ispell-process, ispell-buffer-local-words, lm-summary)
15966         (lm-section-start, lm-section-end): Declare.
15967         (checkdoc-ispell-init): Simplify.
15969         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
15970         (he-string-member, he-reset-string, he-substitute-string): Declare.
15972         * eshell/em-ls.el: Adjust requires.
15973         (eshell-glob-regexp): Declare.
15974         * eshell/em-tramp.el: Adjust requires.
15975         (eshell-parse-command): Autoload.
15976         * eshell/em-xtra.el: Adjust requires.
15977         (eshell-parse-command): Autoload.
15978         * eshell/esh-ext.el: Adjust requires.
15979         (eshell-parse-command, eshell-close-handles): Autoload.
15980         * eshell/esh-io.el: Adjust requires.
15981         (eshell-output-filter): Autoload.
15982         * eshell/esh-util.el: No need to load tramp when compiling.
15983         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
15984         Declare.
15985         (eshell-parse-ange-ls): Require ange-ftp and tramp.
15986         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
15987         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
15988         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
15989         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
15990         * eshell/esh-opt.el, eshell/esh-proc.el:
15991         * eshell/esh-var.el: Adjust requires.
15992         * eshell/eshell.el: Do not require esh-util twice.
15993         (eshell-add-input-to-history): Declare.
15994         (eshell-command): Check history module is active before using it.
15996         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
15998 2013-05-22  Leo Liu  <sdl.web@gmail.com>
16000         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
16002 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
16004         * autorevert.el (auto-revert-notify-add-watch)
16005         (auto-revert-notify-handler): Add `attrib' for the inotify case,
16006         it indicates changes in file modification time.
16008 2013-05-22  Glenn Morris  <rgm@gnu.org>
16010         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
16011         Always delete the autoloaded function from the noruntime and
16012         unresolved functions lists.
16014         * allout.el: No need to load epa, epg, overlay when compiling.
16015         (epg-context-set-passphrase-callback, epg-list-keys)
16016         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
16017         (epg-key-user-id-list): Declare.
16019         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
16020         (viper-set-parsing-style-toggling-macro)
16021         (viper-set-emacs-state-searchstyle-macros):
16022         Use called-interactively-p on Emacs.
16023         (viper-looking-back): Make it an obsolete alias.  Update callers.
16024         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
16025         Use looking-back rather than viper-looking-back.
16026         (viper-tmp-insert-at-eob, viper-enlarge-region)
16027         (viper-read-string-with-history, viper-register-to-point)
16028         (viper-append-to-register, viper-change-state-to-vi)
16029         (viper-backward-char-carefully, viper-forward-char-carefully)
16030         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
16031         (viper-change-state-to-emacs): Declare.
16032         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
16033         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
16034         * emulation/viper-mous.el: Do not load viper-cmd.
16035         (viper-backward-char-carefully, viper-forward-char-carefully)
16036         (viper-forward-word, viper-adjust-window): Declare.
16038         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
16040         * progmodes/idlw-help.el (idlwave-help-fontify):
16041         Use called-interactively-p.
16043         * term/w32console.el (w32-get-console-codepage)
16044         (w32-get-console-output-codepage): Declare.
16046         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
16047         Remove unnecessary declarations.
16048         (dframe-message): Doc fix.
16050         * info.el (dframe-select-attached-frame, dframe-current-frame):
16051         Declare.
16053         * speedbar.el (speedbar-message): Make it an obsolete alias.
16054         Update all callers.
16055         (speedbar-with-attached-buffer)
16056         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
16057         (speedbar-with-writable): Use backquote.
16058         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
16059         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
16060         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
16061         rather than speedbar- aliases.
16062         * mail/rmail.el: Load dframe rather than speedbar when compiling.
16063         (speedbar-make-specialized-keymap, speedbar-insert-button)
16064         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
16065         (speedbar-do-function-pointer): Declare.
16066         (rmail-speedbar-button, rmail-speedbar-find-file)
16067         (rmail-speedbar-move-message):
16068         Use dframe-with-attached-buffer rather than speedbar- alias.
16069         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
16070         (dframe-message, speedbar-make-specialized-keymap)
16071         (speedbar-add-expansion-list, speedbar-mode-functions-list)
16072         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
16073         (speedbar-insert-button, dframe-select-attached-frame)
16074         (dframe-maybee-jump-to-attached-frame)
16075         (speedbar-change-initial-expansion-list)
16076         (speedbar-previously-used-expansion-list-name): Declare.
16077         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
16078         Use dframe-message, dframe-with-attached-buffer rather than
16079         speedbar- aliases.
16080         (gud-sentinel): Silence compiler.
16081         * progmodes/vhdl-mode.el (speedbar-refresh)
16082         (speedbar-do-function-pointer, speedbar-add-supported-extension)
16083         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
16084         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
16085         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
16086         (speedbar-file-lists, speedbar-make-tag-line)
16087         (speedbar-line-directory, speedbar-goto-this-file)
16088         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
16089         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
16090         (speedbar-make-button, speedbar-reset-scanners)
16091         (speedbar-files-item-info, speedbar-line-text)
16092         (speedbar-find-file-in-frame, speedbar-set-timer)
16093         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
16094         (speedbar-with-writable): Do not (re)define it.
16095         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
16096         rather than speedbar- alias.
16098 2013-05-21  Leo Liu  <sdl.web@gmail.com>
16100         * progmodes/octave.el (octave-mode-menu): Update and re-organize
16101         menu items.
16102         (octave-mode): Tweak fill-nobreak-predicate.
16103         (inferior-octave-startup): Check process to avoid infinite loop.
16104         (inferior-octave): Pop to buffer first to show abornmal process
16105         exit information.
16107 2013-05-21  Glenn Morris  <rgm@gnu.org>
16109         * printing.el (pr-menu-bar): Define when compiling.
16111 2013-05-21  Leo Liu  <sdl.web@gmail.com>
16113         * progmodes/octave.el (octave-auto-fill): Remove.
16114         (octave-indent-new-comment-line): Improve.
16115         (octave-mode): Use auto fill mode through
16116         comment-line-break-function and fill-nobreak-predicate.
16117         (octave-goto-function-definition): Support DEFUN_DLD.
16118         (octave-beginning-of-defun): Small tweak.
16119         (octave-help): Show parent directory.
16121 2013-05-21  Glenn Morris  <rgm@gnu.org>
16123         * files.el (dired-unmark):
16124         * progmodes/gud.el (gdb-input): Update declarations.
16126         * calculator.el (electric, ehelp): No need to load when compiling.
16127         (Electric-command-loop, electric-describe-mode): Declare.
16129         * doc-view.el (doc-view-current-converter-processes): Move before use.
16131         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
16132         Move MODE-set-explicitly definition before use.
16134         * international/mule-diag.el (mule-diag):
16135         Don't use obsolete window-system-version.
16137         * mail/feedmail.el (smtpmail): No need to load when compiling.
16138         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
16140         * mail/mail-utils.el (rfc822): No need to load when compiling.
16141         (rfc822-addresses): Autoload it.
16142         (mail-strip-quoted-names): Trivial simplification.
16144         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
16145         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
16147         * net/snmp-mode.el (tempo): Don't duplicate requires.
16149         * progmodes/prolog.el (info): No need to load when compiling.
16150         (comint): Require before shell requires it.
16151         (Info-goto-node): Autoload it.
16152         (Info-follow-nearest-node): Declare.
16153         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
16155         * textmodes/artist.el (picture-mode-exit): Declare.
16157         * textmodes/reftex-parse.el (reftex-parse-from-file):
16158         Trivial rewrite so the compiler can parse it better.
16160 2013-05-20  Leo Liu  <sdl.web@gmail.com>
16162         * progmodes/octave.el (octave-help-mode-map)
16163         (octave-help-mode-finish-hook): New variables.
16164         (octave-help-mode, octave-help-mode-finish): New functions.
16165         (octave-help): Use octave-help-mode.
16167 2013-05-20  Glenn Morris  <rgm@gnu.org>
16169         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
16171 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
16173         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
16174         start at point, so that expansion starting right after opening
16175         slash in a regexp is recognized.
16176         (ruby-syntax-before-regexp-re): New defvar, extracted from
16177         ruby-syntax-propertize-function.  Since the value of this regexp
16178         is looked up at runtime now, we should be able to turn
16179         `ruby-syntax-methods-before-regexp' into a defcustom later.
16180         (ruby-syntax-propertize-function): Split regexp matching into two
16181         parts, for opening and closing slashes.  That allows us to skip
16182         over string interpolations and support multiline regexps.
16183         Don't call `ruby-syntax-propertize-expansions', instead use another rule
16184         for them, which calls `ruby-syntax-propertize-expansion'.
16185         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
16186         call to `ruby-syntax-propertize-function'.
16187         (ruby-syntax-propertize-expansion): Extracted from
16188         `ruby-syntax-propertize-expansions'.  Handles one expansion.
16189         (ruby-syntax-propertize-percent-literal): Leave point right after
16190         the percent symbol, so that the expression expansion rule can
16191         propertize the contents.
16192         (ruby-syntax-propertize-heredoc): Leave point at bol following the
16193         heredoc openers.
16194         (ruby-syntax-propertize-expansions): Remove.
16196 2013-05-18  Juri Linkov  <juri@jurta.org>
16198         * man.el (Man-default-man-entry): Remove `-' from the end
16199         of the default value.  (Bug#14400)
16201 2013-05-18  Glenn Morris  <rgm@gnu.org>
16203         * comint.el (comint-password-prompt-regexp):
16204         Allow "password for XXX" where XXX contains colons (eg https://...).
16206 2013-05-18  Leo Liu  <sdl.web@gmail.com>
16208         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
16209         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
16210         (octave-source-directories): Don't check process.
16211         (octave-source-directories, octave-find-definition): Doc fix.
16213 2013-05-18  Glenn Morris  <rgm@gnu.org>
16215         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
16216         Remove backspace/delete bindings.  (Bug#14392)
16218         * cus-dep.el (custom-make-dependencies): Sort the output.
16219         (custom-versions-load-alist): Convert comment to doc.
16221 2013-05-17  Leo Liu  <sdl.web@gmail.com>
16223         * newcomment.el (comment-search-backward): Stricter in finding
16224         comment start.  (Bug#14303)
16226         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
16227         (octave-comment-start-skip): Properly anchored.
16229 2013-05-17  Leo Liu  <sdl.web@gmail.com>
16231         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
16232         Clean up when turned off.  (Bug#14395)
16233         (smie--highlight-matching-block-overlay): No longer buffer-local.
16234         (smie-highlight-matching-block): Adjust.
16236 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
16238         Doc string fix for "nanoseconds" (Bug#14406).
16239         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
16240         Fix doc string typo that had "nanoseconds" instead of "microseconds".
16242 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
16244         * calc/calc-units.el (math-extract-units): Preserve powers
16245         of units.
16247 2013-05-17  Leo Liu  <sdl.web@gmail.com>
16249         * subr.el (delete-consecutive-dups): New function.
16250         * ido.el (ido-set-matches-1): Use it.
16251         * progmodes/octave.el (inferior-octave-completion-table): Use it.
16252         * ido.el (ido-remove-consecutive-dups): Remove.
16254 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16256         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
16257         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
16258         regexp-opt's `words'.
16260 2013-05-16  Leo Liu  <sdl.web@gmail.com>
16262         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
16263         (smie--highlight-matching-block-overlay)
16264         (smie--highlight-matching-block-lastpos)
16265         (smie--highlight-matching-block-timer): New variables.
16266         (smie-highlight-matching-block): New function.
16267         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
16268         (smie-setup): Conditionally enable smie-blink-matching-open.
16270 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
16272         Sync with upstream verilog-mode r840.
16273         * progmodes/verilog-mode.el (verilog-mode-version)
16274         (verilog-mode-release-date): Update.
16275         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
16276         (verilog-sig-tieoff): Fix string error on
16277         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
16278         (verilog-read-decls): Fix parameters confusing
16279         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
16281 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
16283         * subr.el (reveal-filename): New function.
16285         * loadup.el: Compute Emacs executable versions on MS-Windows,
16286         where executables have the .exe extension.  Add a hard link
16287         emacs-XX.YY.ZZ.exe on MS-Windows.
16289         * Makefile.in (XARGS_LIMIT): New variable.
16290         (custom-deps, finder-data, autoloads)
16291         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
16292         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
16293         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
16294         (compile-main): Limit xargs according to $(XARGS_LIMIT).
16296 2013-05-16  Leo Liu  <sdl.web@gmail.com>
16298         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
16299         (octave-mode-menu, octave-mode-map): Remove its uses.
16301 2013-05-16  Reto Zimmermann  <reto@gnu.org>
16303         Sync with upstream vhdl mode v3.34.2.
16304         * progmodes/vhdl-mode.el: Use `push' throughout.
16305         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
16306         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
16307         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
16308         (vhdl-actual-generic-name): New option to derive actual generic name.
16309         (vhdl-port-paste-signals): Replace formal by actual generics.
16310         (vhdl-beautify): New name for old group vhdl-align.  Update users.
16311         (vhdl-beautify-options): New option.
16312         (vhdl-last-input-event): New compat alias.  Use throughout.
16313         (vhdl-goto-line): Replace user level function `goto-line'.
16314         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
16315         vhdl-fix-statement-buffer.
16316         (vhdl-create-mode-menu): Add some entries.
16317         (vhdl-align-region-groups): Respect vhdl-beautify-options.
16318         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
16319         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
16320         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
16321         to force statements on one line.
16322         (vhdl-remove-trailing-spaces-region):
16323         New, split from vhdl-remove-trailing-spaces.
16324         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
16325         Respect vhdl-beautify-options.
16326         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
16327         (vhdl-update-sensitivity-list): Not add with index if exists without.
16328         Not include array index with signal.  Ignore keywords in comments.
16329         (vhdl-get-visible-signals): Regexp tweaks.
16330         (vhdl-template-component-inst): Handle empty library.
16331         (vhdl-template-type): Add template for 'enum' type.
16332         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
16333         Use vhdl-replace-string.
16334         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
16335         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
16336         (vhdl-speedbar-initialize): Update for above name change.
16337         (vhdl-compose-wire-components): Fix in handling of constants.
16338         (vhdl-error-regexp-emacs-alist): New variable.
16339         (vhdl-error-regexp-add-emacs): New function;
16340         adds support for new compile.el (Emacs 22+)
16341         (vhdl-generate-makefile-1): Change target order for single lib. units.
16342         Allow use of absolute file names.
16344 2013-05-16  Leo Liu  <sdl.web@gmail.com>
16346         * simple.el (prog-indent-sexp): Indent enclosing defun.
16348 2013-05-15  Glenn Morris  <rgm@gnu.org>
16350         * cus-start.el (show-trailing-whitespace): Move to editing basics.
16351         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
16352         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
16353         (whitespace-highlight): Move to whitespace group.
16355         * comint.el (comint-source):
16356         * pcmpl-linux.el (pcmpl-linux):
16357         * shell.el (shell-faces):
16358         * eshell/esh-opt.el (eshell-opt):
16359         * international/ccl.el (ccl): Remove empty custom groups.
16361         * completion.el (dynamic-completion-mode):
16362         * jit-lock.el (jit-lock-debug-mode):
16363         * minibuffer.el (completion-in-region-mode):
16364         * type-break.el (type-break-mode-line-message-mode)
16365         (type-break-query-mode):
16366         * emulation/tpu-edt.el (tpu-edt-mode):
16367         * progmodes/subword.el (global-subword-mode, global-superword-mode):
16368         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
16369         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
16371         * term/xterm.el (xterm): Change parent group to terminals.
16373         * master.el (master): Remove empty custom group.
16374         (master-mode): Remove unused :group argument.
16375         * textmodes/refill.el (refill): Remove empty custom group.
16376         (refill-mode): Remove unused :group argument.
16378         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
16380         * cus-dep.el: Provide a feature.
16381         (custom-make-dependencies): Ignore dotfiles (dir-locals).
16382         Don't mistakenly ignore files whose basenames match a basename
16383         from preloaded-file-list (eg cedet/ede/simple.el).
16384         Add a fallback method for getting :group.
16386 2013-05-15  Juri Linkov  <juri@jurta.org>
16388         * isearch.el (isearch-char-by-name): Rename from
16389         `isearch-insert-char-by-name'.  Doc fix.
16390         (isearch-forward): Mention `isearch-char-by-name' in
16391         the docstring.  (Bug#13348)
16393         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
16394         `exit-minibuffer' instead of
16395         `isearch-nonincremental-exit-minibuffer'.
16396         (isearch-edit-string): Remove mention of
16397         `isearch-nonincremental-exit-minibuffer' from docstring.
16398         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
16399         (isearch-forward-exit-minibuffer)
16400         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
16402 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16404         * loadup.el: Just use unversioned DOC.
16406         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
16407         literals as extending to EOB.
16408         (nxml-last-fontify-end): Remove unused variable.
16409         (nxml-after-change1): Use with-silent-modifications.
16410         (nxml-extend-after-change-region): Simplify.
16411         (nxml-extend-after-change-region1): Remove function.
16412         (nxml-after-change1): Don't adjust for dependent regions.
16413         (nxml-fontify-matcher): Simplify.
16414         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
16415         (xmltok-add-dependent): Remove function.
16416         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
16417         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
16418         (xmltok-scan-prolog-after-processing-instruction-open): Treat
16419         unclosed <[[, <?, comment, and other literals as extending to EOB.
16420         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
16421         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
16422         Remove functions.
16423         (rng-do-some-validation-1): Don't mark dependent regions.
16424         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
16425         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
16426         (nxml-clear-dependent-regions): Remove functions.
16427         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
16428         (nxml-ensure-scan-up-to-date):
16429         Don't clear&mark dependent regions.
16431 2013-05-15  Leo Liu  <sdl.web@gmail.com>
16433         * progmodes/octave.el (octave-goto-function-definition):
16434         Improve and fix callers.
16436 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16438         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
16439         the setter (bug#14387).
16441         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
16442         surrounding group (bug#14402).
16444 2013-05-14  Juri Linkov  <juri@jurta.org>
16446         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
16447         (Bug#14390)
16449 2013-05-14  Glenn Morris  <rgm@gnu.org>
16451         * progmodes/f90.el (f90-imenu-generic-expression):
16452         Fix typo in 2013-05-08 change.  (Bug#14402)
16454 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
16456         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
16457         Remove signals for which replies are never received.
16459 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
16461         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
16462         (gdb-handler-alist, gdb-handler-number): Remove variables.
16463         (gdb-handler-list): New variable.
16464         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
16465         (gdb-pending-handler-p, gdb-handle-reply)
16466         (gdb-remove-all-pending-triggers): New functions.
16467         (gdb-discard-unordered-replies): New defcustom.
16468         (gdb-handler): New defstruct.
16469         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
16470         instead of gdb-pending-triggers.  Update docstring.
16471         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
16472         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
16473         (gdb-var-update-handler, def-gdb-auto-update-trigger)
16474         (def-gdb-auto-update-handler, gdb-get-changed-registers)
16475         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
16476         (gdb-frame-handler): Pending triggers are now automatically managed.
16477         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
16478         Remove argument.
16479         (gdb-input): Automatically handles pending triggers.  Update docstring.
16480         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
16481         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
16482         Update comments.
16483         (gdb-done-or-error): Now use gdb-handle-reply.
16485 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
16487         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
16488         gdb-debug-log.
16490 2013-05-14  Glenn Morris  <rgm@gnu.org>
16492         * subr.el (user-emacs-directory-warning): New option.
16493         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
16495 2013-05-14  Leo Liu  <sdl.web@gmail.com>
16497         * progmodes/octave.el (octave-font-lock-keywords): Fix error
16498         during redisplay.
16499         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
16500         (octave-font-lock-texinfo-comment): Fix invalid search bound
16501         error: wrong side of point.
16503 2013-05-14  Glenn Morris  <rgm@gnu.org>
16505         * progmodes/flymake.el (flymake-xml-program): New option.
16506         (flymake-xml-init): Use it.
16508         * term/xterm.el: Provide a feature.
16510         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
16512 2013-05-13  Glenn Morris  <rgm@gnu.org>
16514         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
16515         Add compat aliases as a hack workaround.  (Bug#14384)
16517 2013-05-13  Leo Liu  <sdl.web@gmail.com>
16519         * progmodes/octave.el (octave-indent-comment): Fix indentation for
16520         ###, and %!.
16521         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
16522         C-M-q.
16523         (octave-comment-start-skip): Include %!.
16524         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
16526 2013-05-12  Leo Liu  <sdl.web@gmail.com>
16528         * progmodes/octave.el (inferior-octave-startup): Store the value
16529         of __octave_srcdir__ for octave-source-directories.
16530         (inferior-octave-check-process): New function refactored out of
16531         inferior-octave-send-list-and-digest.
16532         (octave-source-directories)
16533         (octave-find-definition-filename-function): New variables.
16534         (octave-source-directories)
16535         (octave-find-definition-default-filename): New functions.
16536         (octave-find-definition): Improve to find functions implemented in C++.
16538 2013-05-12  Glenn Morris  <rgm@gnu.org>
16540         * calendar/diary-lib.el (diary-outlook-format-1):
16541         Don't include dayname in the output.  (Bug#14349)
16543 2013-05-11  Glenn Morris  <rgm@gnu.org>
16545         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
16547         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
16548         Treat cc-provide like provide.
16550 2013-05-11  Kevin Ryde  <user42@zip.com.au>
16552         * cus-dep.el (custom-make-dependencies):
16553         Use generated-autoload-load-name for the sake of files such
16554         such cedet/semantic/bovine/c.el, where the base file name
16555         is not in load-path.  (Bug#5277)
16557 2013-05-11  Glenn Morris  <rgm@gnu.org>
16559         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
16560         Provide features.
16562 2013-05-11  Leo Liu  <sdl.web@gmail.com>
16564         * progmodes/octave.el (octave-indent-comment): Improve.
16565         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
16566         (octave-eldoc-function-signatures, octave-eldoc-function):
16567         New functions.
16568         (octave-mode, inferior-octave-mode): Add eldoc support.
16570 2013-05-11  Richard Stallman  <rms@gnu.org>
16572         * epa.el (epa-decrypt-file): Take output file name as argument
16573         and read it using `interactive'.
16575 2013-05-11  Leo Liu  <sdl.web@gmail.com>
16577         * progmodes/octave.el (octave-beginning-of-line)
16578         (octave-end-of-line): Check before using up-list because it jumps
16579         out of more syntactic contructs since moving to smie.
16580         (octave-indent-comment): New function.
16581         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
16582         (octave-begin-keywords, octave-end-keywords)
16583         (octave-reserved-words, octave-smie-bnf-table)
16584         (octave-smie-rules): Add new keywords from Octave 3.6.4.
16586 2013-05-11  Glenn Morris  <rgm@gnu.org>
16588         * faces.el (internal-face-x-get-resource):
16589         * frame.el (ns-display-monitor-attributes-list):
16590         * calc/calc-aent.el (math-to-radians-2):
16591         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
16592         Fix declarations.
16594         * calc/calc-menu.el: Make it loadable in isolation.
16596         * net/eudcb-bbdb.el: Make it loadable without bbdb.
16597         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
16598         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
16599         (eudc-bbdb-query-internal): Require 'bbdb.
16601         * lpr.el (lpr-headers-switches):
16602         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
16604         * progmodes/sql.el (sql-login-params): Fix and improve :type.
16606         * emulation/edt-mapper.el: In batch mode, error rather than hang.
16608         * term.el (term-set-escape-char): Make it idempotent.
16610 2013-05-10  Leo Liu  <sdl.web@gmail.com>
16612         * progmodes/octave.el (inferior-octave-completion-table):
16613         No longer a function and all uses changed.  Use cache to speed up
16614         completion due to bug#11906.
16615         (octave-beginning-of-defun): Re-write to be more general.
16617 2013-05-10  Glenn Morris  <rgm@gnu.org>
16619         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
16621 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16623         * comint.el (comint-redirect-send-command-to-process): Use :around
16624         rather than :override for comint-redirect-filter.
16625         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
16626         Call it instead of comint-redirect-original-filter-function (which
16627         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
16629 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
16631         * frame.el (display-monitor-attributes-list): Add NS case.
16632         (ns-display-monitor-attributes-list): Declare.
16634 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
16636         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
16638 2013-05-09  Glenn Morris  <rgm@gnu.org>
16640         * international/fontset.el (vertical-centering-font-regexp):
16641         Set standard-value.
16643         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
16645         * bookmark.el (bookmark-search-delay):
16646         * cus-start.el (vertical-centering-font-regexp):
16647         * ps-mule.el (ps-mule-font-info-database-default):
16648         * ps-print.el (ps-default-fg, ps-default-bg):
16649         * type-break.el (type-break-good-break-interval):
16650         * whitespace.el (whitespace-indentation-regexp)
16651         (whitespace-space-after-tab-regexp):
16652         * emacs-lisp/testcover.el (testcover-1value-functions)
16653         (testcover-noreturn-functions, testcover-progn-functions)
16654         (testcover-prog1-functions):
16655         * emulation/viper-init.el (viper-emacs-state-cursor-color):
16656         * eshell/em-glob.el (eshell-glob-translate-alist):
16657         * play/tetris.el (tetris-tty-colors):
16658         * progmodes/cpp.el (cpp-face-default-list):
16659         * progmodes/flymake.el (flymake-allowed-file-name-masks):
16660         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
16661         (idlwave-help-browser-generic-args):
16662         * progmodes/make-mode.el (makefile-special-targets-list):
16663         * progmodes/python.el (python-shell-virtualenv-path):
16664         * progmodes/verilog-mode.el (verilog-active-low-regexp)
16665         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
16666         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
16667         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
16668         * textmodes/reftex-vars.el (reftex-format-label-function):
16669         * textmodes/remember.el (remember-diary-file): Fix custom types.
16671         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
16672         Add :version.
16674 2013-05-09  Leo Liu  <sdl.web@gmail.com>
16676         * progmodes/octave.el (inferior-octave-completion-at-point):
16677         Restore file completion.  (Bug#14300)
16678         (inferior-octave-startup): Fix incorrect highlighting for the
16679         first prompt.
16681 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16683         * progmodes/ruby-mode.el: First cut at SMIE support.
16684         (ruby-use-smie): New var.
16685         (ruby-smie-grammar): New constant.
16686         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
16687         (ruby-smie--forward-token, ruby-smie--backward-token)
16688         (ruby-smie-rules): New functions.
16689         (ruby-mode-variables): Setup SMIE if applicable.
16691 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
16693         * simple.el (line-move-visual): Signal beginning/end of buffer
16694         only if vertical-motion moved less than it was requested.  Avoids
16695         silly incorrect error messages when there are display strings with
16696         multiple newlines at EOL.
16698 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16700         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
16701         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
16702         (prolog-char-quote-workaround):
16703         * progmodes/cperl-mode.el (cperl-under-as-char):
16704         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
16705         Mark as obsolete.
16706         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
16707         their declaration.
16708         (vhdl-mode-syntax-table-init): Remove.
16710         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
16711         last change.
16713         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
16714         syntax for "_".
16715         (ld-script-font-lock-keywords):
16716         Change regexps to use things like \_< and \_>.
16718         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
16719         Change all regexps to use things like \_< and \_>.
16721         * progmodes/autoconf.el (autoconf-definition-regexp)
16722         (autoconf-font-lock-keywords, autoconf-current-defun-function):
16723         Handle a _ with symbol syntax.
16724         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
16726         * progmodes/ada-mode.el (ada-mode-abbrev-table):
16727         Consolidate declaration.
16728         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
16729         the declaration.
16730         (ada-create-syntax-table): Remove.
16731         (ada-capitalize-word): Don't mess with the syntax of "_" since it
16732         already has the right syntax nowadays.
16733         (ada-goto-next-word): Don't change the syntax of "_".
16735         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
16736         with-wrapper-hook.
16738 2013-05-08  Sam Steingold  <sds@gnu.org>
16740         * thingatpt.el (thing-at-point): Accept optional second argument
16741         NO-PROPERTIES to strip the text properties from the return value.
16742         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
16743         to `thing-at-point' instead of stripping the properties ourselves.
16744         Also, when `thing-at-point' fails to find a url, prepend "http://"
16745         to the filename at point on the assumption that the user is
16746         pointing at something like gnu.org/gnu.
16748 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
16750         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
16751         * faces.el (crm-separator):
16752         Silence byte-compiler.
16754         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
16755         (tool-bar-map): Remove unneeded defvars.
16757 2013-05-08  Leo Liu  <sdl.web@gmail.com>
16759         Re-work a fix for bug#10994 based on Le Wang's patch.
16760         * ido.el (ido-remove-consecutive-dups): New helper.
16761         (ido-completing-read): Use it.
16762         (ido-chop): Revert fix for bug#10994.
16764 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
16766         * cus-edit.el (custom-save-variables):
16767         Pretty-print long values.  (Bug#14187)
16769 2013-05-08  Glenn Morris  <rgm@gnu.org>
16771         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
16772         (m4-mode-syntax-table): Init in the defvar.
16773         (m4-mode-abbrev-table): Let define-derived-mode define it.
16775 2013-05-08  Tom Tromey  <tromey@redhat.com>
16777         * progmodes/m4-mode.el (m4-mode-syntax-table):
16778         Do not treat "_" as word constituent.  (Bug#14167)
16780 2013-05-07  Glenn Morris  <rgm@gnu.org>
16782         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
16783         Remove explicit eshell-isearch-cancel-map.
16785         * progmodes/f90.el (f90-smart-end-names): New option.
16786         (f90-smart-end): Doc fix.
16787         (f90-end-block-optional-name): New constant.
16788         (f90-block-match): Respect f90-smart-end-names.
16790 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16792         * progmodes/octave.el (octave-smie-forward-token): Be more careful
16793         about implicit semi-colons (bug#14218).
16795 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16797         * frame.el (display-monitor-attributes-list)
16798         (frame-monitor-attributes): New functions.
16800 2013-05-06  Leo Liu  <sdl.web@gmail.com>
16802         * progmodes/octave.el (octave-syntax-propertize-function): Change
16803         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
16804         (octave-font-lock-keywords): Use octave-operator-regexp.
16805         (octave-completion-at-point): Rename from
16806         octave-completion-at-point-function.
16807         (inferior-octave-directory-tracker): Robustify.
16808         (octave-text-functions): Remove and fix its uses.  No such things
16809         any more.
16811 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16813         * emacs-lisp/trace.el (trace--display-buffer): New function.
16814         (trace-make-advice): Use it.
16816 2013-05-06  Juri Linkov  <juri@jurta.org>
16818         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
16819         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
16820         Doc fix.
16821         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
16822         in the help string.  (Bug#12985)
16824 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
16826         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
16828 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16830         * progmodes/perl-mode.el: Add support for here documents.
16831         (perl-syntax-propertize-function): Match here-doc markers.
16832         (perl-syntax-propertize-special-constructs): Find their end.
16833         (perl-imenu-generic-expression): Use [:alnum:].
16835         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
16836         (advice--add-function): Refresh the advice if already present
16837         (bug#14317).
16839 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
16841         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
16843 2013-05-06  Glenn Morris  <rgm@gnu.org>
16845         * w32-fns.el (w32-charset-info-alist): Declare.
16847         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
16848         of its defcustom properties.
16849         (eshell-cmpl-initialize): No need to load pcomplete.
16851         * generic-x.el: No need to require comint when compiling.
16853         * net/eudc-export.el: Make it loadable without bbdb.
16854         (top-level): Use require rather than load-library.
16855         (eudc-create-bbdb-record, eudc-bbdbify-phone)
16856         (eudc-batch-export-records-to-bbdb)
16857         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
16858         Require bbdb.
16860 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16862         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
16863         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
16864         some tweaks, instead.
16866 2013-05-05  Leo Liu  <sdl.web@gmail.com>
16868         * progmodes/octave.el (octave-font-lock-keywords)
16869         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
16870         (inferior-octave-send-list-and-digest): Improve error message.
16871         (octave-mode, inferior-octave-mode): Use setq-local.
16872         (octave-help): Set info-lookup-mode.
16874 2013-05-05  Richard Stallman  <rms@gnu.org>
16876         * vc/compare-w.el (compare-windows-whitespace):
16877         Treat no-break space as whitespace.
16879         * mail/rmailsum.el (rmail-summary-rmail-update):
16880         Detect empty summary and don't change selected message.
16881         (rmail-summary-goto-msg): Likewise.
16883         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
16884         Doc fixes, rename args.
16886 2013-05-05  Alan Mackenzie  <acm@muc.de>
16888         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
16890 2013-05-05  Juri Linkov  <juri@jurta.org>
16892         * info.el (Info-read-subfile): Use (point-min) instead of (point)
16893         to not add the length of the summary segment to the return value.
16894         (Bug#14125)
16896 2013-05-05  Leo Liu  <sdl.web@gmail.com>
16898         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
16899         (inferior-octave-output-filter): Remove.
16900         (octave-send-region, inferior-octave-startup): Fix callers.
16901         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
16902         (octave-binary-file-extensions): New user variable.
16903         (octave-find-definition): Confirm if opening binary files.
16904         (octave-help-file): Use octave-find-definition to get the binary
16905         confirmation.
16906         (octave-help): Adjust for octave-help-file change.
16908 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16910         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
16911         Merge the two entries that handle function definitions.
16912         (pascal--syntax-propertize): New const.
16913         (pascal-mode): Use it.  Use setq-local.
16915 2013-05-04  Glenn Morris  <rgm@gnu.org>
16917         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
16918         (diary-from-outlook): Respect diary-from-outlook-function.
16920 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16922         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
16923         Move the declaration from C.
16924         (read-minibuffer, eval-minibuffer): Move from C.
16925         (completion-setup-function): Avoid minibuffer-completion-contents.
16927 2013-05-03  Leo Liu  <sdl.web@gmail.com>
16929         * progmodes/octave.el (octave-font-lock-keywords): Do not
16930         dehighlight 'end' in comments or strings.
16931         (octave-completing-read, octave-goto-function-definition):
16932         New helpers.
16933         (octave-help-buffer): New user variable.
16934         (octave-help-file, octave-help-function): New button types.
16935         (octave-help): New command and bind it to C-h ;.
16936         (octave-find-definition): New command and bind it to M-.
16937         (user-error): Alias to error if not defined.
16939 2013-05-02  Leo Liu  <sdl.web@gmail.com>
16941         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
16942         for \.  (bug#14332)
16943         (octave-font-lock-keywords): Include [ and {.
16945 2013-05-02  Leo Liu  <sdl.web@gmail.com>
16947         * progmodes/octave.el (inferior-octave-startup-file): Change default.
16948         (inferior-octave): Remove calling comint-mode and return the buffer.
16949         (inferior-octave-startup): Cosmetic changes.
16951 2013-05-02  Leo Liu  <sdl.web@gmail.com>
16953         * progmodes/octave.el (octave-syntax-propertize-function):
16954         Include the case when ' is at line beginning.  (Bug#14336)
16956 2013-05-02  Glenn Morris  <rgm@gnu.org>
16958         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
16959         * desktop.el (vc-dir-mode): Just autoload it here.
16961 2013-05-02  Alan Mackenzie  <acm@muc.de>
16963         Eliminate variable c-standard-font-lock-fontify-region-function.
16964         * progmodes/cc-mode.el
16965         (c-standard-font-lock-fontify-region-function): Remove.
16966         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
16968 2013-05-01  Leo Liu  <sdl.web@gmail.com>
16970         * progmodes/octave.el: Compatible with older emacs-24 releases.
16971         (inferior-octave-has-built-in-variables): Remove.  Built-in
16972         variables were removed from Octave in 2007.
16973         (inferior-octave-startup): Fix uses.
16974         (comint-line-beginning-position): Remove compatibility code for
16975         emacs 21.
16977 2013-05-01  Juri Linkov  <juri@jurta.org>
16979         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
16981 2013-05-01  Juri Linkov  <juri@jurta.org>
16983         * comint.el (comint-previous-matching-input): Don't print message
16984         "History item: %d" when `isearch-mode' is active.
16985         (comint-history-isearch-message): Print message "History item: %d"
16986         when `comint-input-ring-index' is not empty and this function is
16987         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
16989 2013-05-01  Leo Liu  <sdl.web@gmail.com>
16991         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
16992         definitions.  Use completion-at-point to insert keywords.
16993         (octave-abbrev-start): Remove.
16994         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
16996 2013-04-30  Leo Liu  <sdl.web@gmail.com>
16998         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
16999         change.
17001 2013-04-30  Alan Mackenzie  <acm@muc.de>
17003         Handle arbitrarily long C++ member initialisation lists.
17004         * progmodes/cc-engine.el (c-back-over-member-initializers):
17005         new function.
17006         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
17007         (most) member init lists.
17009 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
17011         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
17012         variable.
17014 2013-04-30  Leo Liu  <sdl.web@gmail.com>
17016         * progmodes/octave.el (octave-variables): Remove.  No builtin
17017         variables any more.  All converted to functions.
17018         (octave-font-lock-keywords, octave-completion-at-point-function):
17019         Fix uses.
17020         (octave-font-lock-texinfo-comment): New user variable.
17021         (octave-texinfo-font-lock-keywords): New variable for texinfo
17022         comment block.
17023         (octave-function-comment-block): New face.
17024         (octave-font-lock-texinfo-comment): New function.
17025         (octave-mode): Font lock texinfo comment block.
17027 2013-04-29  Leo Liu  <sdl.web@gmail.com>
17029         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
17030         indexing expression.
17031         (octave-continuation-string): Do not use \.
17032         (inferior-octave-complete-impossible): Remove.
17033         (inferior-octave-completion-table)
17034         (inferior-octave-completion-at-point): Remove its uses.
17035         (inferior-octave-startup): completion_matches was introduced to
17036         Octave in 1996 so safe to assume it.
17037         (octave-function-file-comment): Improve to follow how Octave does it.
17038         (octave-update-function-file-comment): Tweak.
17040 2013-04-29  Leo Liu  <sdl.web@gmail.com>
17042         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
17043         (inferior-octave-startup): Remove inferior-octave-startup-hook.
17044         (octave-function-file-comment): Fix typo.
17045         (octave-sync-function-file-names): Use read-char-choice.
17047 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
17049         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
17050         to t for the less important warnings.
17052 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
17054         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
17056 2013-04-27  Glenn Morris  <rgm@gnu.org>
17058         * vc/log-view.el (log-view-current-entry):
17059         Treat "---" separator lines as part of the following rev.  (Bug#14169)
17061 2013-04-27  Juri Linkov  <juri@jurta.org>
17063         * subr.el (read-number): Doc fix about using it by interactive
17064         code letter `n'.  (Bug#14254)
17066 2013-04-27  Juri Linkov  <juri@jurta.org>
17068         * desktop.el (desktop-auto-save-timeout): New option.
17069         (desktop-file-checksum): New variable.
17070         (desktop-save): Add optional arg `auto-save' and don't auto-save
17071         if nothing changed.
17072         (desktop-auto-save-timer): New variable.
17073         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
17074         (after-init-hook): Call `desktop-auto-save-set-timer'.
17075         Suggested by Reuben Thomas <rrt@sc3d.org> in
17076         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
17078 2013-04-27  Leo Liu  <sdl.web@gmail.com>
17080         * progmodes/octave.el (octave-function-file-p)
17081         (octave-skip-comment-forward, octave-function-file-comment)
17082         (octave-update-function-file-comment): New functions.
17083         (octave-mode-map): Bind C-c ; to
17084         octave-update-function-file-comment.
17085         (octave-mode-menu): Add octave-update-function-file-comment.
17086         (octave-mode, inferior-octave-mode): Fix doc-string.
17087         (octave-insert-defun): Conform to Octave's coding convention.
17088         (Bug#14285)
17090         * files.el (basic-save-buffer): Don't let errors in
17091         before-save-hook prevent saving buffer.
17093 2013-04-20  Roland Winkler  <winkler@gnu.org>
17095         * faces.el (read-face-name): Use completing-read if arg multiple
17096         is nil.
17098 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
17100         * ls-lisp.el (ls-lisp-insert-directory): If no files are
17101         displayed, move point to after the totals line.
17102         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
17103         for the details.
17105 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17107         * emacs-lisp/package.el (package-autoload-ensure-default-file):
17108         Add current dir to the load-path.
17109         (package-generate-autoloads): Don't rely on
17110         autoload-ensure-default-file.
17112 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
17114         * textmodes/remember.el (remember-store-in-files): Document that
17115         the file name format is passed to `format-time-string'.
17117 2013-04-26  Leo Liu  <sdl.web@gmail.com>
17119         * progmodes/octave.el (octave-sync-function-file-names): New function.
17120         (octave-mode): Use it in before-save-hook.
17122 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17124         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
17125         (bug#14274).
17127         * progmodes/octave.el (octave-smie-forward-token): Properly skip
17128         \n and comment, even if it's not an implicit ; (bug#14218).
17130 2013-04-26  Glenn Morris  <rgm@gnu.org>
17132         * subr.el (read-number): Once more use `read' rather than
17133         `string-to-number', to trap non-numeric input.  (Bug#14254)
17135 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
17137         * emacs-lisp/syntax.el (syntax-propertize-multiline):
17138         Use `syntax-multiline' text property consistently instead of
17139         `font-lock-multiline'.  (Bug#14237)
17141 2013-04-26  Glenn Morris  <rgm@gnu.org>
17143         * emacs-lisp/shadow.el (list-load-path-shadows):
17144         No longer necessary to check for duplicate simple.el, since
17145         2012-07-07 change to init_lread to not include installation lisp
17146         directories in load-path when running uninstalled.  (Bug#14270)
17148 2013-04-26  Leo Liu  <sdl.web@gmail.com>
17150         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
17151         (octave-mode, inferior-octave-mode): Use setq-local.
17152         (octave-not-in-string-or-comment-p): Rename to
17153         octave-in-string-or-comment-p.
17154         (octave-in-comment-p, octave-in-string-p)
17155         (octave-in-string-or-comment-p): Replace defsubst with defun.
17157 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
17159         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
17161 2013-04-25  Bastien Guerry  <bzg@gnu.org>
17163         * textmodes/remember.el (remember-data-directory)
17164         (remember-directory-file-name-format): Fix custom types.
17166 2013-04-25  Leo Liu  <sdl.web@gmail.com>
17168         * progmodes/octave.el (octave-completion-at-point-function):
17169         Make use of inferior octave process.
17170         (octave-initialize-completions): Remove.
17171         (inferior-octave-completion-table): New function.
17172         (inferior-octave-completion-at-point): Use it.
17173         (octave-completion-alist): Remove.
17175 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17177         * progmodes/opascal.el: Use font-lock and syntax-propertize.
17178         (opascal-mode-syntax-table): New var.
17179         (opascal-literal-kind, opascal-is-literal-end)
17180         (opascal-literal-token-at): Rewrite.
17181         (opascal--literal-start-re, opascal-font-lock-keywords)
17182         (opascal--syntax-propertize): New constants.
17183         (opascal-font-lock-defaults): Adjust.
17184         (opascal-mode): Use them.  Set comment-<foo> variables as well.
17185         (delphi-comment-face, opascal-comment-face, delphi-string-face)
17186         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
17187         (delphi-other-face, opascal-other-face): Remove face variables.
17188         (opascal-save-state): Remove macro.
17189         (opascal-fontifying-progress-step): Remove constant.
17190         (opascal--ignore-changes): Remove var.
17191         (opascal-set-token-property, opascal-parse-next-literal)
17192         (opascal-is-stable-literal, opascal-complete-literal)
17193         (opascal-is-literal-start, opascal-face-of)
17194         (opascal-parse-region, opascal-parse-region-until-stable)
17195         (opascal-fontify-region, opascal-after-change)
17196         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
17197         (opascal-debug-parse-region, opascal-debug-parse-window)
17198         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
17199         (opascal-debug-fontify-buffer): Remove.
17200         (opascal-debug-mode-map): Adjust accordingly.
17202 2013-04-25  Leo Liu  <sdl.web@gmail.com>
17204         Merge octave-mod.el and octave-inf.el into octave.el with some
17205         cleanups.
17206         * progmodes/octave.el: New file renamed from octave-mod.el.
17207         * progmodes/octave-inf.el: Merged into octave.el.
17208         * progmodes/octave-mod.el: Renamed to octave.el.
17210 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
17212         * textmodes/reftex-vars.el
17213         (reftex-label-ignored-macros-and-environments): New defcustom.
17215         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
17217 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17219         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
17220         (smie-indent-keyword): Improve the check to ensure that the next
17221         comment is really on the same line.
17222         (smie-indent-comment): Don't align with a subsequent closer (or eob).
17224         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
17225         semi-colons if the line is not otherwise empty (bug#14218).
17227 2013-04-25  Glenn Morris  <rgm@gnu.org>
17229         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
17231 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17233         * progmodes/opascal.el (opascal-set-token-property): Rename from
17234         opascal-set-text-properties and only set `token' (bug#14134).
17235         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
17236         (opascal-literal-text-properties): Remove.
17237         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
17238         Adjust callers.
17240 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
17242         * textmodes/remember.el (remember-handler-functions): Add an
17243         option for a new handler `remember-store-in-files'.
17244         (remember-data-directory, remember-directory-file-name-format):
17245         New options.
17246         (remember-store-in-files): New function to store remember notes
17247         as separate files within a directory.
17249 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
17251         * progmodes/compile.el (compilation-next-error-function):
17252         Pass "formats" to compilation-find-file (bug#11777).
17254 2013-04-24  Glenn Morris  <rgm@gnu.org>
17256         * vc/vc-bzr.el (vc-bzr-print-log):
17257         * vc/vc-hg.el (vc-hg-print-log):
17258         * vc/vc-svn.el (vc-svn-print-log):
17259         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
17261         * vc/vc-bzr.el (vc-bzr-print-log):
17262         * vc/vc-cvs.el (vc-cvs-print-log):
17263         * vc/vc-git.el (vc-git-print-log):
17264         * vc/vc-hg.el (vc-hg-print-log):
17265         * vc/vc-mtn.el (vc-mtn-print-log):
17266         * vc/vc-rcs.el (vc-rcs-print-log):
17267         * vc/vc-sccs.el (vc-sccs-print-log):
17268         * vc/vc-svn.el (vc-svn-print-log):
17269         * vc/vc.el (vc-print-log-internal): Doc fixes.
17271 2013-04-23  Glenn Morris  <rgm@gnu.org>
17273         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
17274         Remove venerable code attempting to avoid substitute-command-keys.
17276 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
17278         * textmodes/reftex-vars.el (reftex-label-regexps):
17279         Call `reftex-compile-variables' after changes to this variable.
17281 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17283         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
17284         Use lexical-binding.
17285         (jit-lock-force-redisplay): Use markers, check buffer's continued
17286         existence and beware narrowed buffers.
17287         (jit-lock-fontify-now): Adjust call accordingly.
17289 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17291         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
17292         to avoid misleading the user.
17294 2013-04-22  Leo Liu  <sdl.web@gmail.com>
17296         * info-look.el: Prefer latex2e.info.  (Bug#14240)
17298 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
17300         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
17302         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
17303         * net/tramp.el (tramp-call-process): ... here.
17304         (tramp-set-completion-function, tramp-parse-putty):
17305         * net/tramp-adb.el (tramp-adb-execute-adb-command):
17306         * net/tramp-gvfs.el (tramp-gvfs-send-command):
17307         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
17308         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
17309         (tramp-call-local-coding-command): Use `tramp-call-process'
17310         instead of `tramp-compat-call-process'.
17312         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
17313         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
17314         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
17315         (tramp-find-inline-compress): Improve traces.
17316         (tramp-maybe-send-script): Check for Perl binary.
17317         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
17319 2013-04-22  Daiki Ueno  <ueno@gnu.org>
17321         * epg.el (epg-context-pinentry-mode): New function.
17322         (epg-context-set-pinentry-mode): New function.
17323         (epg--start): Pass --pinentry-mode option to gpg command.
17325 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
17327         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
17328         `comint-dynamic-complete' is obsolete since 24.1, replaced by
17329         `completion-at-point'.  (Bug#13774)
17331         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
17332         default key binding for `describe-distribution' has been moved to
17333         `C-h C-o'.  (Bug#13970)
17335 2013-04-21  Glenn Morris  <rgm@gnu.org>
17337         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
17338         Add doc strings.
17339         (vc-print-log): Clarify interactive prompt.
17341 2013-04-20  Glenn Morris  <rgm@gnu.org>
17343         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
17344         No longer include timestamp etc information.
17346 2013-04-20  Roland Winkler  <winkler@gnu.org>
17348         * faces.el (read-face-name): Bug fix, return just one face if arg
17349         multiple is nil.  (Bug#14209)
17351 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17353         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
17354         (remove-function): Autoload.
17356         * comint.el (comint-redirect-original-filter-function): Remove.
17357         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
17358         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
17359         (vc-cvs-annotate-command):
17360         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
17361         * progmodes/prolog.el (prolog-consult-compile):
17362         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
17363         Use add/remove-function instead.
17364         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
17365         (gud-tooltip-process-output, gud-tooltip-tips):
17366         Use add/remove-function instead.
17367         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
17368         (scheme-interaction-mode, exit-scheme-interaction-mode):
17369         Use add/remove-function instead.
17371         * vc/vc-dispatcher.el: Use lexical-binding.
17372         (vc--process-sentinel): Rename from vc-process-sentinel.
17373         Change last arg to be the code to run.  Don't use vc-previous-sentinel
17374         and vc-sentinel-commands any more.
17375         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
17376         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
17378 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
17380         * progmodes/sh-script.el (sh-imenu-generic-expression):
17381         Handle function names with a single character.  (Bug#14111)
17383 2013-04-19  Dima Kogan  <dima@secretsauce.net>  (tiny change)
17385         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
17386         for subroutines defined in an eval (bug#14182).
17388 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
17390         * bookmark.el (bookmark-completing-read): Improve handling of empty
17391         string (bug#14176).
17393 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17395         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
17397 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
17399         New faster Imenu implementation (bug#14058).
17400         * progmodes/python.el (python-imenu-prev-index-position)
17401         (python-imenu-format-item-label-function)
17402         (python-imenu-format-parent-item-label-function)
17403         (python-imenu-format-parent-item-jump-label-function):
17404         New vars.
17405         (python-imenu-format-item-label)
17406         (python-imenu-format-parent-item-label)
17407         (python-imenu-format-parent-item-jump-label)
17408         (python-imenu--put-parent, python-imenu--build-tree)
17409         (python-imenu-create-index, python-imenu-create-flat-index)
17410         (python-util-popn): New functions.
17411         (python-mode): Set imenu-create-index-function to
17412         python-imenu-create-index.
17414 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17416         * winner.el (winner-active-region): Use region-active-p, activate-mark
17417         and deactivate-mark (bug#14225).
17419         * simple.el (deactivate-mark): Don't inline it.
17421 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
17423         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
17425 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
17427         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
17428         file extensions from the archive-mode entry in order to prefer
17429         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
17431 2013-04-18  Leo Liu  <sdl.web@gmail.com>
17433         * bindings.el (help-event-list): Add ?\?.
17435 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17437         * subr.el (with-wrapper-hook): Declare obsolete.
17438         * simple.el (filter-buffer-substring-function): New hook.
17439         (filter-buffer-substring): Use it.
17440         (filter-buffer-substring-functions): Mark obsolete.
17441         * minibuffer.el (completion-in-region-function): New hook.
17442         (completion-in-region): Use it.
17443         (completion-in-region-functions): Mark obsolete.
17444         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
17445         * abbrev.el (abbrev-expand-function): New hook.
17446         (expand-abbrev): Use it.
17447         (abbrev-expand-functions): Mark obsolete.
17448         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
17449         and :filter-return.
17451 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
17453         * progmodes/python.el (python-nav--syntactically): Fix cornercases
17454         and do not care about match data.
17456 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17458         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
17459         completion tables when completing error conditions and
17460         `declare' arguments.
17461         (lisp-complete-symbol, field-complete): Mark as obsolete.
17462         (check-parens): Unmatched parens are user errors.
17463         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
17465 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
17467         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
17468         command changed buffer (ie. `flyspell-pre-buffer' is not current
17469         buffer), which prevents making decisions based on invalid value of
17470         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
17471         cause an error when `flyspell-pre-point' was nil after switching
17472         buffers.
17473         (flyspell-post-command-hook): No longer needs to change buffers when
17474         checking pre-word.  While at it remove unnecessary progn.
17476 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
17478         * textmodes/ispell.el (ispell-add-per-file-word-list):
17479         Fix `flyspell-correct-word-before-point' error when accepting
17480         words and `coment-padding' is an integer by using
17481         `comment-normalize-vars' (Bug #14214).
17483 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
17485         New defun movement commands.
17486         * progmodes/python.el (python-nav--syntactically)
17487         (python-nav--forward-defun, python-nav-backward-defun)
17488         (python-nav-forward-defun): New functions.
17490 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
17492         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
17493         (python-syntax-context): Use named compiler-macro for backwards
17494         compatibility with Emacs 24.x.
17496 2013-04-17  Leo Liu  <sdl.web@gmail.com>
17498         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
17499         octave-hide-process-buffer.
17501 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17503         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
17504         (bug#14216).
17506 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
17508         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
17509         Fix adjustment of offset when receiving incomplete responses from GDB
17510         (bug#14129).
17512 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17514         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
17515         python-mode-abbrev-table.
17516         (python-skeleton-define): Adjust accordingly.
17517         (python-mode-abbrev-table): New table that inherits from it so that
17518         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
17520         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
17521         (abbrev-symbol): Use it.
17522         (abbrev--before-point): Use it since we already handle inheritance.
17524 2013-04-16  Leo Liu  <sdl.web@gmail.com>
17526         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
17527         binding to info-lookup-symbol.
17529 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
17531         * minibuffer.el (completion--twq-all):
17532         * term/ns-win.el (ns-initialize-window-system):
17533         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
17535 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17537         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
17538         global bindings.
17540         * doc-view.el (doc-view-start-process): Handle url-handler directories.
17542 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
17544         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
17545         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
17546         to nil.
17547         (ruby-end-of-defun): Remove the unused arg, change the docstring
17548         to reflect that this function is only used as the value of
17549         `end-of-defun-function'.
17550         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
17551         to reflect an earlier change that beginning/end-of-defun functions
17552         jump between methods in a class definition, as well as top-level
17553         functions.
17555 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17557         * minibuffer.el (minibuffer-complete): Don't just scroll
17558         a *Completions* that's been iconified.
17559         (minibuffer-force-complete): Make sure repetitions do cycle when going
17560         through completion-in-region -> minibuffer-complete.
17562 2013-04-15  Alan Mackenzie  <acm@muc.de>
17564         Correct the placement of c-cpp-delimiters when there're #s not at
17565         col 0.
17567         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
17568         place a submatch around the #.
17569         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
17570         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
17571         on the #, not BOL.
17573 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17575         * emacs-lisp/nadvice.el: Properly test names when adding advice.
17576         (advice--member-p): New arg `name'.
17577         (advice--add-function, advice-member-p): Use it (bug#14202).
17579 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
17581         Reformulate java imenu-generic-expression.
17582         The old expression contained ill formed regexps.
17584         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
17585         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
17586         (cc-imenu-java-method-arg-regexp): New defconsts.
17587         (cc-imenu-java-build-type-args-regex): New defun.
17588         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
17589         handling of spaces in the regexp.
17591 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
17593         * textmodes/ispell.el (ispell-command-loop): Remove
17594         flyspell highlight of a word when ispell accepts it (bug #14178).
17596 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
17598         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
17599         uses code from the previous `ange-ftp-run-real-handler'.
17600         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
17601         only in case that function exist.  This is needed for proper
17602         unloading of Tramp.
17604 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
17606         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
17608         * textmodes/reftex.el (reftex-compile-variables): Use it.
17610 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17612         * files.el (normal-mode): Only use default major-mode if no other mode
17613         was specified.
17615         * emacs-lisp/trace.el (trace-values): New function.
17617         * files.el: Allow : in local variables (bug#14089).
17618         (hack-local-variable-regexp): New var.
17619         (hack-local-variables-prop-line, hack-local-variables): Use it.
17621 2013-04-13  Roland Winkler  <winkler@gnu.org>
17623         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
17624         data before it gets modified by bibtex-beginning-of-entry.
17626 2013-04-13  Roland Winkler  <winkler@gnu.org>
17628         * textmodes/bibtex.el (bibtex-url): Doc fix.
17630 2013-04-13  Roland Winkler  <winkler@gnu.org>
17632         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
17633         does not visit a BibTeX file, exclude it from the list of buffers
17634         returned by bibtex-initialize.
17636 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
17638         * window.el (split-window): Remove interactive form, since as a
17639         command this function is a special case of split-window-below.
17640         Correct doc string.
17642 2013-04-12  Roland Winkler  <winkler@gnu.org>
17644         * faces.el (read-face-name): Do not override value of arg default.
17645         Allow single faces and strings as default values.  Remove those
17646         elements from return value that are not faces.
17647         (describe-face): Simplify.
17648         (face-at-point): New optional args thing and multiple so that this
17649         function can provide the same functionality previously provided by
17650         read-face-name.
17651         (make-face-bold, make-face-unbold, make-face-italic)
17652         (make-face-unitalic, make-face-bold-italic, invert-face)
17653         (modify-face, read-face-and-attribute): Use face-at-point.
17655         * cus-edit.el (customize-face, customize-face-other-window)
17656         * cus-theme.el (custom-theme-add-face)
17657         * face-remap.el (buffer-face-set)
17658         * facemenu.el (facemenu-set-face): Use face-at-point.
17660 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
17662         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
17664 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
17666         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
17667         off leading { and trailing } from field values.
17669 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17671         * emacs-lisp/timer.el (timer--check): New function.
17672         (timer--time, timer-set-function, timer-event-handler): Use it.
17673         (timer-set-idle-time): Simplify.
17674         (timer--activate): CSE.
17675         (timer-event-handler): Give more info in error message.
17676         (internal-timer-start-idle): New function, moved from C.
17678         * mpc.el (mpc-proc): Add `restart' argument.
17679         (mpc-proc-cmd): Use it.
17680         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
17681         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
17682         less often.
17684 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
17686         * progmodes/sh-script.el: Implement `sh-mode' own
17687         `add-log-current-defun-function' (bug#14112).
17688         (sh-current-defun-name): New function.
17689         (sh-mode): Use the function.
17691 2013-04-09  Bastien Guerry  <bzg@gnu.org>
17693         * simple.el (choose-completion-string): Fix docstring (bug#14163).
17695 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17697         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
17699         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
17700         timer (bug#14156).
17702 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
17704         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
17705         declaration.
17707 2013-04-07  Leo Liu  <sdl.web@gmail.com>
17709         * pcmpl-x.el: New file.
17711 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
17713         Do not set x-display-name until X connection is established.
17714         This is needed to prevent from weird situation described at
17715         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
17716         * frame.el (make-frame): Set x-display-name after call to
17717         window system initialization function, not before.
17718         * term/x-win.el (x-initialize-window-system): Add optional
17719         display argument and use it.
17720         * term/w32-win.el (w32-initialize-window-system):
17721         * term/ns-win.el (ns-initialize-window-system):
17722         * term/pc-win.el (msdos-initialize-window-system):
17723         Add compatible optional display argument.
17725 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
17727         * files.el (normal-backup-enable-predicate): On MS-Windows and
17728         MS-DOS compare truenames of temporary-file-directory and of the
17729         file, so that 8+3 aliases (usually found in $TEMP on Windows)
17730         don't fail comparison by compare-strings.  Also, compare file
17731         names case-insensitively on MS-Windows and MS-DOS.
17733 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17735         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
17736         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
17738 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
17740         * whitespace.el (whitespace-color-on, whitespace-color-off):
17741         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
17743 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
17745         * ispell.el (ispell-set-spellchecker-params):
17746         Really set `ispell-args' for all equivs.
17748 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17750         * ido.el (ido-completions): Use extra elements of ido-decorations
17751         (bug#14143).
17752         (ido-decorations): Update docstring.
17754 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
17756         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
17757         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
17758         nil during initialization, in order not to miss changes since the
17759         file was opened.  (Bug#14140)
17761 2013-04-05  Leo Liu  <sdl.web@gmail.com>
17763         * kmacro.el (kmacro-call-macro): Fix bug#14135.
17765 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
17767         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
17769 2013-04-04  Glenn Morris  <rgm@gnu.org>
17771         * electric.el (electric-pair-inhibit-predicate): Add :version.
17773 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17775         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
17776         when a package is required several times (bug#14082).
17778 2013-04-04  Roland Winkler  <winkler@gnu.org>
17780         * faces.el (read-face-name): Behave as promised by the docstring.
17781         Assume that arg default is a list of faces.
17782         (describe-face): Call read-face-name with list of default faces.
17784 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
17786         * bookmark.el: Fix deletion of bookmarks (bug#13972).
17787         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
17788         (bookmark-bmenu-execute-deletions): Only skip first line if it's
17789         the header.
17790         (bookmark-exit-hook-internal): Save even if list is empty.
17792 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
17794         * emacs-lisp/package.el (package-pinned-packages): New var.
17795         (package--add-to-archive-contents): Obey it (bug#14118).
17797 2013-04-03  Alan Mackenzie  <acm@muc.de>
17799         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
17800         Also adapt to the new values of element 7 of a parse state.
17802         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
17803         parameter `not-in-delimiter'.  Handle being inside comment opener.
17804         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
17805         character in case we're typing a '*' after a '/'.
17806         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
17807         instead by passing the parameter to c-state-pp-to-literal.
17809         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
17810         for elt. 7 of a parse state.
17812 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
17814         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
17815         * international/latin1-disp.el, international/mule-util.el:
17816         * language/cyril-util.el, language/european.el, language/ind-util.el:
17817         * language/lao-util.el, language/thai.el, language/tibet-util.el:
17818         * language/tibetan.el, language/viet-util.el:
17819         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
17821 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17823         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
17824         (electric-pair-post-self-insert-function): Use it.
17825         (electric-pair-default-inhibit): New function, extracted from
17826         electric-pair-post-self-insert-function.
17828 2013-03-31  Roland Winkler  <winkler@gnu.org>
17830         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
17832 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
17834         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
17836 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
17838         Un-indent after "pass" and "return" statements (Bug#13888)
17839         * progmodes/python.el (python-indent-block-enders): New var.
17840         (python-indent-calculate-indentation): Use it.
17842 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
17844         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
17845         defun.  Defining it as defalias could introduce too eager
17846         byte-compiler optimization.  (Bug#14030)
17848 2013-03-30  Chong Yidong  <cyd@gnu.org>
17850         * iswitchb.el (iswitchb-read-buffer): Fix typo.
17852 2013-03-30  Leo Liu  <sdl.web@gmail.com>
17854         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
17855         (kmacro-execute-from-register): Pass the keyboard macro to
17856         kmacro-call-macro or repeating won't work correctly.
17858 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
17860         * progmodes/subword.el: Back to using `forward-symbol'.
17862         * subr.el (forward-whitespace, forward-symbol)
17863         (forward-same-syntax): Move from thingatpt.el.
17865 2013-03-29  Leo Liu  <sdl.web@gmail.com>
17867         * kmacro.el (kmacro-to-register): New command.
17868         (kmacro-execute-from-register): New function.
17869         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
17871 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17873         * mpc.el: Use defvar-local and setq-local.
17874         (mpc--proc-connect): Connection failures are not bugs.
17875         (mpc-mode-map): `follow-link' only applies to the buffer's content.
17876         (mpc-volume-map): Bind to the up-events.
17878 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17880         * progmodes/subword.el (superword-mode): Use `forward-sexp'
17881         instead of `forward-symbol'.
17883 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17885         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
17886         (edebug--recursive-edit): Use it.
17887         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
17888         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
17890 2013-03-28  Leo Liu  <sdl.web@gmail.com>
17892         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
17894 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
17896         * facemenu.el (list-colors-callback): New defvar.
17897         (list-colors-redisplay): New function.
17898         (list-colors-display): Install list-colors-redisplay as the
17899         revert-buffer-function.  (Bug#14063)
17901 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17903         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
17904         and suffixes don't overlap (bug#14061).
17906         * case-table.el: Use lexical-binding.
17907         (case-table-get-table): New function.
17908         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
17910 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
17912         * progmodes/subword.el: Add `superword-mode' to do word motion
17913         over symbol_words (parallels and leverages `subword-mode' which
17914         does word motion inside MixedCaseWords).
17916 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
17918         * eshell/em-unix.el: Move su and sudo to...
17919         * eshell/em-tramp.el: ...Eshell tramp module.
17921 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17923         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
17924         Change return value to be a sexp.  Delay `get-buffer' to after
17925         restoring the desktop (bug#13951).
17927 2013-03-26  Leo Liu  <sdl.web@gmail.com>
17929         * register.el: Move semantic tag handling back to
17930         cedet/semantic/senator.el.  (Bug#14052)
17932 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17934         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
17935         into the prompt either (bug#13963).
17937 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17939         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
17940         part of "(error-foo)".
17942 2013-03-24  Juri Linkov  <juri@jurta.org>
17944         * replace.el (list-matching-lines-prefix-face): New defcustom.
17945         (occur-1): Pass `list-matching-lines-prefix-face' to the function
17946         `occur-engine' if `face-differs-from-default-p' returns t.
17947         (occur-engine): Add `,' inside backquote construct to evaluate
17948         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
17949         Pass `prefix-face' to the functions `occur-context-lines' and
17950         `occur-engine-add-prefix'.
17951         (occur-engine-add-prefix, occur-context-lines): Add optional arg
17952         `prefix-face' and propertize the prefix with `prefix-face'.
17953         (Bug#14017)
17955 2013-03-24  Leo Liu  <sdl.web@gmail.com>
17957         * nxml/rng-valid.el (rng-validate-while-idle)
17958         (rng-validate-quick-while-idle): Guard against deleted buffer.
17959         (Bug#13999)
17961         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
17962         is the last entry in kill-buffer-hook.
17964         * files.el (kill-buffer-hook): Doc fix.
17966 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
17968         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
17969         Make it safe-local.
17971         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
17973 2013-03-23  Leo Liu  <sdl.web@gmail.com>
17975         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
17976         Remove.
17978         * nxml/rng-valid.el (rng-validate-mode)
17979         (rng-after-change-function, rng-do-some-validation):
17980         * nxml/rng-maint.el (rng-validate-buffer):
17981         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
17982         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
17983         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
17984         (nxml-extend-after-change-region): Use with-silent-modifications.
17986         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
17987         timer-idle-list.
17989         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
17990         (rng-next-error-1, rng-previous-error-1): Do not let-bind
17991         timer-idle-list.  (Bug#13999)
17993 2013-03-23  Juri Linkov  <juri@jurta.org>
17995         * info.el (info-index-match): New face.
17996         (Info-index, Info-apropos-matches): Add a nested subgroup to the
17997         main pattern and add text properties with the new face to matches
17998         in index entries relative to the beginning of the index entry.
17999         (Bug#14015)
18001 2013-03-21  Eric Ludlam  <zappo@gnu.org>
18003         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
18004         Inhibit read only while inserting objects.
18006 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
18008         * progmodes/cfengine.el: Update docs to mention
18009         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
18010         symbol motion.  Remove "_" from the word syntax.
18012 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
18014         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
18015         syntax for both `cfengine2-mode' and `cfengine3-mode'.
18017 2013-03-20  Juri Linkov  <juri@jurta.org>
18019         * info.el (Info-next-reference-or-link)
18020         (Info-prev-reference-or-link): New functions.
18021         (Info-next-reference, Info-prev-reference): Use them.
18022         (Info-try-follow-nearest-node): Handle footnote navigation.
18023         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
18025 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18027         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
18028         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
18030 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
18032         Suppress unnecessary non-ASCII chatter during build process.
18033         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
18034         (batch-skkdic-convert): Suppress most of the chatter.
18035         It's not needed so much now that machines are faster,
18036         and its non-ASCII component was confusing; see Dmitry Gutov in
18037         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
18039 2013-03-20  Leo Liu  <sdl.web@gmail.com>
18041         * ido.el (ido-chop): Fix bug#10994.
18043 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
18045         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
18046         Remove vars.
18047         (whitespace-color-on, whitespace-color-off):
18048         Use `font-lock-fontify-buffer' (Bug#13817).
18050 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18052         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
18053         remapping in mode-line.
18054         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
18056 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
18058         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
18059         value for `whitespace-line' face (Bug#13875).
18060         (whitespace-font-lock-keywords): Change description.
18061         (whitespace-color-on): Don't save `font-lock-keywords' value, save
18062         the constructed keywords instead.
18063         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
18065 2013-03-19  Leo Liu  <sdl.web@gmail.com>
18067         * progmodes/compile.el (compilation-display-error): New command.
18068         (compilation-mode-map, compilation-minor-mode-map): Bind it to
18069         C-o.  (Bug#13992)
18071 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
18073         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
18075 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
18077         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
18079 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
18081         * net/tramp-compat.el (tramp-compat-user-error): New defun.
18083         * net/tramp-adb.el (tramp-adb-handle-shell-command):
18084         * net/tramp-gvfs.el (top):
18085         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
18086         (tramp-handle-shell-command): Use it.
18087         (tramp-dissect-file-name): Raise an error when hostname is a
18088         method name, and neither method nor user is specified.
18090         * net/trampver.el: Update release number.
18092 2013-03-18  Leo Liu  <sdl.web@gmail.com>
18094         Make sure eldoc can be turned off properly.
18095         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
18096         eldoc-mode.
18097         (eldoc-display-message-p): Revert last change.
18098         (eldoc-display-message-no-interference-p)
18099         (eldoc-print-current-symbol-info): Tweak.
18101 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
18103         * doc-view.el (doc-view-new-window-function): Check the new window
18104         overlay's display property instead the char property of the
18105         buffer's first char.  Use `with-selected-window' instead of
18106         `save-window-excursion' with `select-window'.
18107         (doc-view-document->bitmap): Check the current doc-view overlay's
18108         display property instead the char property of the buffer's first char.
18110 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
18112         Automate the build of ja-dic.el (Bug#13984).
18113         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
18114         from the input, rather than assume that it's been done for us by the
18115         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
18116         the current date into a ja-dic.el comment, as that complicates
18117         regression testing.
18119 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18121         * whitespace.el: Fix double evaluation.
18122         (whitespace-space, whitespace-hspace, whitespace-tab)
18123         (whitespace-newline, whitespace-trailing, whitespace-line)
18124         (whitespace-space-before-tab, whitespace-indentation)
18125         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
18126         obsolete defvars.
18127         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
18128         (whitespace-color-on): Use a single font-lock-add-keywords call.
18129         Fix double-evaluation of face variables.
18131 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
18133         * net/tramp-adb.el (tramp-adb-parse-device-names):
18134         Use `start-process' instead of `call-process'.  Otherwise, the
18135         function might be blocked under MS Windows.  (Bug#13299)
18137 2013-03-17  Leo Liu  <sdl.web@gmail.com>
18139         Extend eldoc to display info in the mode-line.  (Bug#13978)
18140         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
18141         (eldoc-mode-line-string): New variable.
18142         (eldoc-minibuffer-message): New function.
18143         (eldoc-message-function): New variable.
18144         (eldoc-message): Use it.
18145         (eldoc-display-message-p)
18146         (eldoc-display-message-no-interference-p):
18147         Support eldoc-post-insert-mode.
18149         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
18150         (eval-expression): Run it.
18152 2013-03-17  Roland Winkler  <winkler@gnu.org>
18154         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
18155         strings in the list of return values.
18157 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
18159         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
18160         radix before checking for HMS forms.
18162 2013-03-16  Leo Liu  <sdl.web@gmail.com>
18164         * progmodes/scheme.el: Add indentation and font-locking for λ.
18165         (Bug#13975)
18167 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18169         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
18170         token before point (bug#13942).
18172 2013-03-16  Leo Liu  <sdl.web@gmail.com>
18174         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
18176 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
18178         * startup.el (command-line-normalize-file-name): Fix handling of
18179         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
18180         <xfq.free@gmail.com> in
18181         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
18183 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
18185         Sync with Tramp 2.2.7.
18187         * net/trampver.el: Update release number.
18189 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
18191         * doc-view.el: Fix bug#13887.
18192         (doc-view-insert-image): Don't modify overlay associated to
18193         non-live windows, and implement horizontal centering of image in
18194         case it's smaller than the window.
18195         (doc-view-new-window-function): Force redisplay of new windows on
18196         doc-view buffers.
18198 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
18200         * saveplace.el (save-place-alist-to-file): Don't sort
18201         `save-place-alist', just pretty-print it (bug#13882).
18203 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
18205         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
18206         Check whether `default-file-name-coding-system' is bound.
18207         It isn't in XEmacs.
18209 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18211         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
18212         backquotes for `obsolete' (bug#13929).
18214         * international/mule.el (find-auto-coding): Include file name in
18215         obsolescence warning (bug#13922).
18217 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
18219         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
18220         for CFEngine 3-specific indentation.
18221         (cfengine3-indent-line): Use it.  Fix up category regex.
18222         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
18224 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18226         * type-break.el (type-break-file-name):
18227         * textmodes/remember.el (remember-data-file):
18228         * strokes.el (strokes-file):
18229         * shadowfile.el (shadow-initialize):
18230         * saveplace.el (save-place-file):
18231         * ps-bdf.el (bdf-cache-file):
18232         * progmodes/idlwave.el (idlwave-config-directory):
18233         * net/quickurl.el (quickurl-url-file):
18234         * international/kkc.el (kkc-init-file-name):
18235         * ido.el (ido-save-directory-list-file):
18236         * emulation/viper.el (viper-custom-file-name):
18237         * emulation/vip.el (vip-startup-file):
18238         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
18239         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
18241 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
18243         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
18244         * language/thai-word.el: Switch to UTF-8.
18246 See ChangeLog.16 for earlier changes.
18248 ;; Local Variables:
18249 ;; coding: utf-8
18250 ;; End:
18252   Copyright (C) 2011-2014 Free Software Foundation, Inc.
18254   This file is part of GNU Emacs.
18256   GNU Emacs is free software: you can redistribute it and/or modify
18257   it under the terms of the GNU General Public License as published by
18258   the Free Software Foundation, either version 3 of the License, or
18259   (at your option) any later version.
18261   GNU Emacs is distributed in the hope that it will be useful,
18262   but WITHOUT ANY WARRANTY; without even the implied warranty of
18263   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18264   GNU General Public License for more details.
18266   You should have received a copy of the GNU General Public License
18267   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.