* net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Don't use
[emacs.git] / lisp / ChangeLog
blob12a140d445d3170664289c963e78450aa20ce968
1 2014-11-04  Michael Albinus  <michael.albinus@gmx.de>
3         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Don't use
4         a local copy; setting `inhibit-file-name-handlers' proper might be
5         more performant.  (Bug#18751)
7 2014-11-04  Glenn Morris  <rgm@gnu.org>
9         * mail/emacsbug.el (report-emacs-bug): No longer include
10         recent-keys in the report.  (Bug#18900)
12 2014-11-03  Michael Albinus  <michael.albinus@gmx.de>
14         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Use a
15         local copy of FILENAME, when it is remote.  (Bug#18751)
17 2014-11-02  Michael Albinus  <michael.albinus@gmx.de>
19         * net/tramp-adb.el (tramp-adb-handle-process-file): Do not raise
20         an error when the command fails; the return code must indicate.
21         (tramp-adb-send-command-and-check): Fix docstring.
23 2014-11-01  Michael Albinus  <michael.albinus@gmx.de>
25         * net/tramp-cache.el (tramp-get-file-property)
26         (tramp-set-file-property): Check, that `tramp-cache-get-count-*'
27         and `tramp-cache-set-count-*' are bound.  Otherwise, there might
28         be compiler warnings.
30         * net/tramp-sh.el (tramp-get-remote-uid, tramp-get-remote-gid):
31         Return -1 respective "UNKNOWN", if uid or gid cannot be determined.
33 2014-11-01  Eli Zaretskii  <eliz@gnu.org>
35         * progmodes/compile.el (compilation-mode): Turn off deferred
36         fontifications locally.  (Bug#18856)
38 2014-11-01  Wolfgang Jenkner  <wjenkner@inode.at>
40         * net/tramp-sh.el (tramp-send-command): Fix the case where the
41         remote-echo connection property is non-nil (bug#18858).
43 2014-11-01  Michael Albinus  <michael.albinus@gmx.de>
45         Backport Tramp changes from trunk.
47         * net/tramp.el (tramp-methods): Tweak docstring.
48         (tramp-file-name-handler): Apply `cons' where appropriate.
49         (tramp-handle-file-accessible-directory-p): Check for
50         `file-readable-p' instead of `file-executable-p'.
51         (tramp-handle-shell-command): Use `display-buffer'.  (Bug#18326)
52         (tramp-handle-unhandled-file-name-directory): Return "/".
53         (tramp-check-cached-permissions):
54         Use `tramp-compat-file-attributes'.
55         (tramp-call-process): Add new argument VEC.  Adapt callees in all
56         tramp*.el files.
58         * net/tramp-adb.el (tramp-adb-sh-fix-ls-output): Use `bolp'.
59         (tramp-adb-handle-write-region): Improve messages.
60         (tramp-adb-maybe-open-connection): Don't set
61         `tramp-current-*' variables.
63         * net/tramp-cache.el (tramp-flush-file-function): Simplify check.
64         Suppress debug messages.
66         * net/tramp-ftp.el (top): Remove special handling for URL syntax.
67         (tramp-ftp-file-name-handler):
69         * net/tramp-gvfs.el (tramp-gvfs-methods) <sftp>: Add.
70         (tramp-gvfs-methods-mounttracker)
71         (tramp-gvfs-mountlocation-signature): Check `tramp-gvfs-enabled'
72         during initialization.  (Bug#18774)
73         (tramp-gvfs-handle-delete-file): Flush file properties, not
74         directory properties.
75         (tramp-gvfs-handle-file-attributes): Use `string-to-number' when
76         reading "unix::mode".
77         (tramp-gvfs-handle-file-name-all-completions):
78         Use "-h" option for "gvfs-ls".
79         (tramp-gvfs-url-file-name): Apply `cons' where appropriate.
80         `user' and `localname' could be nil.
81         (tramp-gvfs-send-command): Simplify traces.
83         * net/tramp-sh.el (vc-handled-backends, vc-bzr-program)
84         (vc-git-program, vc-hg-program): Declare.
85         (tramp-methods) <sftp>: Remove.  It has never worked satisfactorily.
86         (tramp-methods) <nc>: Add new method.
87         (tramp-methods) <telnet>: Redirect stderr to "/dev/null".
88         (tramp-methods) <plink, plinkx, pscp, psftp>: Improve
89         `tramp-login-args'.
90         (tramp-default-user-alist): Add "nc".
91         (top): Remove completion function for "sftp".  Add completion
92         functions for "nc" and "psftp".
93         (tramp-sh-handle-set-visited-file-modtime):
94         (tramp-sh-handle-verify-visited-file-modtime): Use `point-at-eol'.
95         (tramp-do-copy-or-rename-file-out-of-band):
96         Use cached "remote-copy-args" value, if available.  (Bug#18199)
97         Tweak docstring.  Implement support for "nc" method.
98         (tramp-sh-handle-expand-file-name, tramp-local-coding-commands)
99         (tramp-remote-coding-commands, tramp-call-local-coding-command):
100         Tweak docstring.
101         (tramp-sh-handle-start-file-process): Expand `default-directory'.
102         (tramp-sh-handle-write-region): Tweak error message.
103         (tramp-sh-handle-vc-registered): Remove backends when the remote
104         binary does not exist.
105         (tramp-open-connection-setup-interactive-shell):
106         Prefer utf-8 coding.  (Bug#17859)
107         (tramp-find-inline-encoding): Do not raise an error.
108         (tramp-make-copy-program-file-name): Tweak docstring.  Handle also
109         the "nc" case.  Quote result also locally.
110         (tramp-get-remote-id): Check also for "gid".
111         (tramp-get-remote-python):
113         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
114         (tramp-smb-handle-set-file-acl): Use `start-process'.
115         (tramp-smb-handle-insert-directory): Use progress reporter.
116         (tramp-smb-handle-rename-file): Flush also file properties of
117         FILENAME.
119         * net/trampver.el: Update release number.
121 2014-11-01  Reuben Thomas  <rrt@sc3d.org>
123         * net/tramp.el (tramp-handle-file-symlink-p):
124         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Remove a comment
125         about VMS, which we no longer support.
127 2014-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
129         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Don't modify
130         the global vc-handled-backends (bug#18535).
132 2014-11-01  Jérémy Compostella  <jeremy.compostella@intel.com>
133             Michael Albinus  <michael.albinus@gmx.de>
135         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
136         Reduce the amount of set environment variable commands.
138 2014-11-01  Paul Eggert  <eggert@cs.ucla.edu>
140         * net/tramp-sh.el (tramp-get-remote-touch): Omit unnecessary call to
141         current-time.
143 2014-11-01  Emilio C. Lopes  <eclig@gmx.net>
145         * net/tramp-sh.el (tramp-get-remote-python): Also search for
146         executables named "python2" or "python3".
147         (tramp-get-remote-uid-with-python): Use parentheses around
148         arguments to `print' to make it compatible with Python 3.
149         (tramp-get-remote-gid-with-python): Ditto.  (Bug#18118)
151 2014-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
153         * simple.el (newline): Add assertions to try and help catch bug#18913.
155         * emulation/cua-base.el (cua-delete-region): Use delete-active-region
156         (bug#18886).
157         (cua--last-deleted-region-pos, cua--last-deleted-region-text): Remove.
159 2014-10-31  Eli Zaretskii  <eliz@gnu.org>
161         * Makefile.in (repo-update): Fix a typo and slightly reword
162         commentary.
164 2014-10-31  Eric S. Raymond  <esr@thyrsus.com>
166         * Makefile.in: Change some production names so they're neutral
167         about the repository type.
169 2014-10-30  Kim F. Storm  <storm@cua.dk>
171         Restore cua-delete-copy-to-register-0 and M-v command (bug#18886).
172         * delsel.el (delete-selection-save-to-register)
173         (delsel--replace-text-or-position): New vars.
174         (delete-active-region): Use them.
175         (delete-selection-repeat-replace-region): New command, moved from
176         cua-base.el.
177         * emulation/cua-base.el (cua--repeat-replace-text): Remove var.
178         (cua-repeat-replace-region): Move command to delsel.el.
179         (cua--init-keymaps): Update binding accordingly.
180         (cua-mode): Set delete-selection-save-to-register.
182 2014-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
184         * progmodes/cc-defs.el (c--macroexpand-all): New function (bug#18845).
185         (c-lang-defconst):
186         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Use it.
188 2014-10-29  Eli Zaretskii  <eliz@gnu.org>
190         * progmodes/compile.el (compilation-start):
191         If compilation-scroll-output is non-nil, don't force window-start of
192         the compilation buffer to be at beginning of buffer.  (Bug#18874)
194 2014-10-23  Tassilo Horn  <tsdh@gnu.org>
196         * doc-view.el (doc-view-open-text): View the document's plain text
197         in the current buffer instead of a new one.
198         (doc-view-toggle-display): Handle the case where the current
199         buffer contains the plain text contents of the document.
200         (doc-view-initiate-display): Don't switch to fallback mode if the
201         user wants to view the doc's plain text.  [Backport]
203 2014-10-23  Eli Zaretskii  <eliz@gnu.org>
205         * startup.el (fancy-about-text): Read the entire tutorial, not
206         just its first 256 bytes.  (Bug#18760)
208 2014-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
210         * emacs-lisp/bytecomp.el: Require cl-extra (bug#18804).
211         * emacs-lisp/cl-extra.el: Add missing provide.
213 2014-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
215         * emacs-lisp/bytecomp.el (byte-compile-and-folded): Optimize case where
216         all args are copyable (bug#18767).
217         (=, <, >, <=, >=): Re-enable the optimization.
219 2014-10-20  Santiago Payà i Miralta  <santiagopim@gmail.com>
221         * vc/vc-hg.el (vc-hg-log-graph): New var.
222         (vc-hg-print-log): Use it.
223         (vc-hg-root-log-format): Include branch name and bookmarks; ignore
224         graph output (bug#17515).
226 2014-10-20  Juri Linkov  <juri@jurta.org>
228         * vc/diff-mode.el (diff-refine-changed): Rename from
229         `diff-refine-change' for consistency with `diff-changed'.
230         (diff-refine-change): Add obsolete face alias.  (Bug#10181)
232         * vc/smerge-mode.el (smerge-refined-changed): Rename from
233         `smerge-refined-change'.
234         (smerge-refined-change): Add obsolete face alias.
236 2014-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
238         * subr.el (call-process-shell-command, process-file-shell-command):
239         Make the `args' obsolete (bug#18409).
240         (start-process-shell-command, start-file-process-shell-command):
241         Use `declare'.
243 2014-10-20  Juanma Barranquero  <lekktu@gmail.com>
245         * skeleton.el (skeleton-autowrap): Mark as obsolete.  Doc fix.
247 2014-10-20  Glenn Morris  <rgm@gnu.org>
249         * dired.el (dired-read-regexp): Make obsolete.
250         (dired-mark-files-regexp, dired-mark-files-containing-regexp)
251         (dired-flag-files-regexp):
252         * dired-aux.el (dired-mark-read-regexp):
253         * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
255 2014-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
257         * progmodes/python.el (inferior-python-mode): Use add-hook.
259         * Makefile.in (AUTOGEN_VCS): Remove emulation/tpu-edt.el.
261 2014-10-20  Glenn Morris  <rgm@gnu.org>
263         * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el:
264         * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el:
265         * emulation/ws-mode.el: Move to obsolete/.  [Backport]
267 2014-10-20  Glenn Morris  <rgm@gnu.org>
269         * cus-start.el (history-length): Bump :version.  [Backport]
271 2014-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
273         * obsolete/cc-compat.el: Make obsolete (bug#18561).
275         * epg-config.el (epg-gpg-program): Don't use absolute names by default.
277         * emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-arg
278         case (bug#18767).
280 2014-10-20  Glenn Morris  <rgm@gnu.org>
282         * Version 24.4 released.
284 2014-10-15  Alan Mackenzie  <acm@muc.de>
286         * cus-edit.el (custom-command-apply): Specify the return value in
287         the doc string.
288         (Custom-reset-standard): Save custom-file (e.g. .emacs) only when
289         custom-command-apply has returned non-nil.
291 2014-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
293         * emacs-lisp/lisp.el (lisp--local-variables-1): Handle `quote'.
294         Backported (bug#18688).
296 2014-10-14  Eli Zaretskii  <eliz@gnu.org>
298         * emacs-lisp/tabulated-list.el (tabulated-list-mode):
299         Force bidi-paragraph-direction to 'left-to-right'.  This fixes
300         buffer-menu display when the first buffer happens to start with
301         R2L letter.
303 2014-10-13  Glenn Morris  <rgm@gnu.org>
305         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
306         (authors-obsolete-files-regexps): Additions.
307         (authors-no-scan-regexps): New constant.
308         (authors-no-scan-file-p): New function.
309         (authors): Respect authors-no-scan-file-p.
311 2014-10-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
313         Fix import completion.  (Bug#18582)
314         * progmodes/python.el (python-shell-completion-get-completions):
315         Fix import case regexp.
317 2014-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
319         * progmodes/bat-mode.el (bat-font-lock-keywords): Fix \\<_ typo
320         (bug#18622).  Reported by Arni Magnusson <arnima@hafro.is>.
321         * progmodes/prolog.el (prolog-electric--underscore): Same.
323 2014-10-09  Glenn Morris  <rgm@gnu.org>
325         * frame.el (display-monitor-attributes-list): Doc tweaks.
327 2014-10-08  Eli Zaretskii  <eliz@gnu.org>
329         * faces.el (display-grayscale-p): Mention in the doc string that
330         the argument can be either a display name or a frame.
332         * frame.el (display-pixel-height, display-pixel-width)
333         (display-mm-height, display-mm-width, display-backing-store)
334         (display-save-under, display-planes, display-color-cells)
335         (display-visual-class, display-monitor-attributes-list)
336         (display-screens): Mention in the doc string that the argument can
337         be either a display name or a frame.  Improve the docs of the
338         monitor attributes.  (Bug#18636)
340 2014-10-06  Martin Rudalics  <rudalics@gmx.at>
342         * term.el (term-window-width): Subtract 1 from the width when
343         any fringe has zero width, not just the right fringe.  (Bug#18601)
345 2014-10-05  Leo Liu  <sdl.web@gmail.com>
347         * imenu.el (imenu-default-goto-function): Fix typo.
349 2014-10-04  Glenn Morris  <rgm@gnu.org>
351         * frame.el (frame-monitor-attributes)
352         (display-monitor-attributes-list): Doc fixes.
354 2014-10-03  Dmitry Gutov  <dgutov@yandex.ru>
356         * vc/vc-svn.el (vc-svn-ignore-completion-table): Implement.
357         (vc-svn-ignore): Use it.  (Bug#18619)
359 2014-10-03  Martin Rudalics  <rudalics@gmx.at>
361         * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
362         In doc-string mention need to set `frame-resize-pixelwise'.
364 2014-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
366         * vc/vc-svn.el (vc-svn-after-dir-status): Fix the non-remote regexp,
367         similarly to Rogers's 2010-06-16 change for the remote case
368         (bug#18605).
370 2014-10-01  Glenn Morris  <rgm@gnu.org>
372         * emacs-lisp/package.el (package-import-keyring):
373         Create gnupg directory private.  (Bug#17625#155)
375 2014-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
377         * progmodes/python.el (python-shell-completion-get-completions):
378         Use python-shell--prompt-calculated-input-regexp from the
379         process buffer (bug#18582).
380         Don't assume that `line' comes from the process buffer.
382 2014-09-30  Leonardo Nobrega  <leonobr@gmail.com>  (tiny change)
384         * progmodes/python.el (python-fill-paren): Don't inf-loop at EOB
385         (bug#18462).
387 2014-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
389         * emacs-lisp/package.el (package-check-signature): Default to nil if
390         GPG is not available.
391         (package-refresh-contents): Don't mess with the keyring if we won't
392         check the signatures anyway.
394 2014-09-18  Kan-Ru Chen  <kanru@kanru.info>
396         * window.el (fit-window-to-buffer): When counting buffer width,
397         count the whole visible buffer.  Correctly convert the body-height
398         to pixel size for window-text-pixel-size (Bug#18498).
400 2014-09-14  Glenn Morris  <rgm@gnu.org>
402         * image.el (image-multi-frame-p): Fix thinko - do not force
403         a delay if none was specified.  (Bug#18334)
405 2014-09-12  Kan-Ru Chen  <kanru@kanru.info>
407         * window.el (fit-window-to-buffer): Doc fix.
409 2014-09-10  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
411         * desktop.el (desktop-create-buffer): Check that buffers are still live
412         before burying them (bug#18373).
414 2014-09-09  Glenn Morris  <rgm@gnu.org>
416         * calendar/diary-lib.el (diary-list-entries):
417         Restore 24.3 display behavior.  (Bug#18381)
419 2014-09-09  Eli Zaretskii  <eliz@gnu.org>
421         * mouse.el (mouse-drag-line): On text-mode frames, count the mode
422         line and header line as 1 pixel.  This fixes the 1-"pixel" (row)
423         discrepancy between window-pixel-edges and mouse events, and
424         avoids moving mode line up when the mouse click is on the modeline
425         and no drag is attempted.
427 2014-09-08  Glenn Morris  <rgm@gnu.org>
429         * calendar/calendar.el (calendar-basic-setup):
430         Avoid clobbering calendar with diary.  (Bug#18381)
432 2014-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
434         * vc/vc-dir.el (vc-dir-update): Don't burp in corner case.
436 2014-09-04  Lars Ljung  <lars@matholka.se>  (tiny change)
438         * isearch.el (isearch-yank-word-or-char): Obey superword-mode
439         as well (bug#18400).
441 2014-09-04  Eli Zaretskii  <eliz@gnu.org>
443         * subr.el (posn-actual-col-row): Doc fix.  (Bug#18385)
445 2014-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
447         * emacs-lisp/package.el (package-generate-description-file):
448         Properly quote the arguments (bug#18332).  Change second arg.
449         (package--alist-to-plist-args): Rename from package--alist-to-plist and
450         quote the elements.
451         (package--make-autoloads-and-stuff): Fix the test for pre-existence of
452         the *-pkg.el file.  Adjust to new calling convention of
453         package-generate-description-file.
455         * progmodes/gud.el (gud-gdb-completion-at-point): Add hack (bug#18282).
456         (gud-gdb-completions): Remove obsolete workaround.
458 2014-09-02  Eli Zaretskii  <eliz@gnu.org>
460         * subr.el (posn-col-row): Revert the change from commit
461         2010-11-13T21:07:58Z!eliz@gnu.org, which
462         was inadvertently merged from emacs-23 release branch in 2010-11-18T03:54:14Z!monnier@iro.umontreal.ca
463         monnier@iro.umontreal.ca-20101118035414-yvlg7k7dk4k4l3q, and
464         introduced an off-by-one error in the reported row when there is a
465         header line.  (Bug#18384)
467 2014-09-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
469         * progmodes/python.el (python-indent-post-self-insert-function):
470         Avoid electric colon at beginning-of-defun.  (Bug#18228)
472 2014-09-01  Glenn Morris  <rgm@gnu.org>
474         * tutorial.el (tutorial--display-changes):
475         Fix 2014-07-29 change.  (Bug#18382)
477 2014-08-29  Ken Brown  <kbrown@cornell.edu>
479         * startup.el (fancy-splash-frame): Extend the fix for Bug#16014 to
480         the Cygwin-w32 build.  (Bug#18347)
482 2014-08-28  Glenn Morris  <rgm@gnu.org>
484         * tar-mode.el (tar--extract, tar-extract):
485         Avoid permanently disabling undo in extracted buffers.  (Bug#18344)
487 2014-08-27  Michael Albinus  <michael.albinus@gmx.de>
489         * emacs-lisp/authors.el (authors-aliases): Addition.
491         * net/tramp-adb.el: Spell author name correctly.
493 2014-08-27  João Távora  <joaotavora@gmail.com>
495         * net/shr.el (shr-expand-url): Plain expand-file-name is not enough;
496         use url-expand-file-name.  (Bug#18310)
498 2014-08-25  Glenn Morris  <rgm@gnu.org>
500         * emulation/cua-rect.el (cua--highlight-rectangle):
501         Avoid error at point-min.  (Bug#18309)
503 2014-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
505         * progmodes/python.el (python-shell-prompt-detect): Remove redundant
506         executable-find (bug#18244).
508         * simple.el (self-insert-uses-region-functions): Defvar.
510 2014-08-13  Leo Liu  <sdl.web@gmail.com>
512         * speedbar.el (speedbar-generic-list-tag-p): Allow special
513         elements from imenu.
515 2014-08-11  Glenn Morris  <rgm@gnu.org>
517         * subr.el (with-output-to-temp-buffer): Doc fix; from elisp manual.
519         * files.el (basic-save-buffer-2): Revert 2013-01-31 change, which
520         chose coding system for writing before backing up, since it causes
521         a more serious problem than the one it solves.  (Closes Bug#18141,
522         reopens Bug#13522.)
524 2014-08-10  Martin Rudalics  <rudalics@gmx.at>
526         * window.el (window-total-size): Make doc-string more
527         self-contained.
529 2014-08-09  Martin Rudalics  <rudalics@gmx.at>
531         * window.el (display-buffer-below-selected): Restore original
532         behavior if buffer is already displayed in the window below the
533         selected one (Bug#18181).
535 2014-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
537         * mouse.el (mouse--down-1-maybe-follows-link): Don't convert the down
538         event (bug#18212).
540 2014-08-08  Eli Zaretskii  <eliz@gnu.org>
542         * info.el (info): Doc fix.
544 2014-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
546         * info.el (Info-mode-map): Override a global down-mouse-2 binding
547         (bug#18212).
549 2014-08-05  Eli Zaretskii  <eliz@gnu.org>
551         * simple.el (default-line-height): A floating-point value of
552         line-spacing means a fraction of the default frame font's height,
553         not of the font currently used by the 'default' face.
554         Truncate the pixel value, like the display engine does.
555         (window-screen-lines): Use window-inside-pixel-edges for
556         determining the window height in pixels.  (Bug#18195)
558 2014-07-29  Eli Zaretskii  <eliz@gnu.org>
560         * tutorial.el (tutorial--display-changes): Accept punctuation
561         characters before the key binding.  (Bug#18146)
563 2014-07-28  Stephen Berman  <stephen.berman@gmx.net>
565         * doc-view.el (doc-view-open-text): Don't require that the
566         document is saved in a file (e.g., email attachment).
568 2014-07-27  Eli Zaretskii  <eliz@gnu.org>
570         * window.el (window--pixel-to-total): Use FRAME's root window, not
571         that of the selected frame.  (Bug#18112, Bug#16674)
573 2014-07-27  Andreas Schwab  <schwab@linux-m68k.org>
575         * textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.
576         (Bug#18117)
578 2014-07-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
580         * progmodes/python.el (inferior-python-mode): Doc fix.
582 2014-07-25  Stephen Berman  <stephen.berman@gmx.net>
584         * calendar/todo-mode.el (todo-edit-item--next-key): If next key is
585         not a character, ignore it instead of raising an error.
587 2014-07-25  Stephen Berman  <stephen.berman@gmx.net>
589         * calendar/todo-mode.el: Fix handling of marked items and make
590         minor code improvements.
591         (todo-edit-item): If there are marked items, ensure user can only
592         invoke editing commands that work with marked items.
593         (todo-edit-item--text): When there are marked items, make it a
594         noop if invoked with point not on an item; otherwise, ensure it
595         applies only to item at point.
596         (todo-item-undone): If there are marked not-done items, return
597         point to its original position before signaling user error.
598         (todo--user-error-if-marked-done-item): New function.
599         (todo-edit-item--header, todo-edit-item--diary-inclusion)
600         (todo-item-done): Use it.
602 2014-07-25  Glenn Morris  <rgm@gnu.org>
604         * files.el (toggle-read-only): Re-add basic doc-string.
605         * vc/vc-hooks.el (vc-toggle-read-only): Tweak obsolescence mesage.
607         * progmodes/prolog.el (prolog-mode-keybindings-edit):
608         Replace missing `switch-to-prolog' with `run-prolog'.
609         (switch-to-prolog): Define as (obsolete) alias, as in 23.4.
611 2014-07-22  Stephen Berman  <stephen.berman@gmx.net>
613         * calendar/todo-mode.el (todo-set-top-priorities): Fix overwriting
614         of file-wide setting when changing category-wide setting.
616 2014-07-21  Glenn Morris  <rgm@gnu.org>
618         * progmodes/hideif.el (hide-ifdef-mode-submap):
619         Also substitute read-only-mode.
620         * bindings.el (mode-line-toggle-read-only):
621         * bs.el (bs-toggle-readonly):
622         * buff-menu.el (Buffer-menu-toggle-read-only):
623         * dired.el (dired-toggle-read-only):
624         * files.el (view-read-only, find-file-read-only)
625         (find-file-read-only-other-window)
626         (find-file-read-only-other-frame):
627         * progmodes/hideif.el (hide-ifdef-toggle-outside-read-only):
628         Doc fixes re toggle-read-only.
630 2014-07-20  Fabián Ezequiel Gallina  <fgallina@gnu.org>
632         * progmodes/python.el: Add comment about pipe buffering and
633         solutions for missing/delayed output in inferior Python shells.
634         (Bug#17304)
636 2014-07-20  Fabián Ezequiel Gallina  <fgallina@gnu.org>
638         * progmodes/python.el (python-mode): Don't set
639         mode-require-final-newline.  (Bug#17990)
641 2014-07-20  Fabián Ezequiel Gallina  <fgallina@gnu.org>
643         Make python.el work with IPython automatically.  (Bug#15510)
644         * progmodes/python.el:
645         (python-shell-completion-setup-code): New value supporting iPython.
646         (python-shell-completion-string-code): New value supporting iPython.
647         (python-shell-completion-get-completions): Use them.
648         (python-shell-completion-module-string-code): Make obsolete.
649         (python-shell-prompt-input-regexps)
650         (python-shell-prompt-output-regexps): Add safeguard for ipdb.
651         (python-shell-output-filter): Fix comment typo.
653 2014-07-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
655         Fix Python shell prompts detection for remote hosts.
656         * progmodes/python.el (python-shell-prompt-detect):
657         Replace call-process with process-file and make it more robust.
659 2014-07-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
661         Autodetect Python shell prompts.  (Bug#17370)
662         * progmodes/python.el:
663         (python-shell-interpreter-interactive-arg)
664         (python-shell-prompt-detect-enabled)
665         (python-shell-prompt-detect-failure-warning)
666         (python-shell-prompt-input-regexps)
667         (python-shell-prompt-output-regexps): New vars.
668         (python-shell-prompt-calculated-input-regexp)
669         (python-shell-prompt-calculated-output-regexp): New vars.
670         (python-shell-get-process-name)
671         (python-shell-internal-get-process-name)
672         (python-shell-output-filter)
673         (python-shell-completion-get-completions): Use them.
674         (python-shell-prompt-detect)
675         (python-shell-prompt-validate-regexps): New functions.
676         (python-shell-prompt-set-calculated-regexps): New function.
677         (inferior-python-mode): Use it.  Also honor overridden
678         python-shell-interpreter and python-shell-interpreter-args.
679         (python-shell-make-comint): Honor overridden
680         python-shell-interpreter and python-shell-interpreter-args.
681         (python-shell-get-or-create-process): Make it testable by allowing
682         to call run-python non-interactively.
683         (python-util-valid-regexp-p): New function.
684         (python-shell-prompt-regexp, python-shell-prompt-block-regexp)
685         (python-shell-prompt-output-regexp)
686         (python-shell-prompt-pdb-regexp): Use it as defcustom :safe.
688 2014-07-16  Glenn Morris  <rgm@gnu.org>
690         * desktop.el (after-init-hook): Disable startup frame restoration
691         in non-graphical situations.  (Bug#17693)
693 2014-07-14  Glenn Morris  <rgm@gnu.org>
695         * vc/vc-dispatcher.el (vc-log-edit): Do set up the log buffer
696         if it was "empty", or used for a different set of files.  (Bug#17884)
698 2014-07-13  Eli Zaretskii  <eliz@gnu.org>
700         * bindings.el (mode-line-remote): If default-directory is not a
701         string, don't call file-remote-p on it; instead state in the
702         help-echo that it is nil.  (Bug#17986)
704 2014-07-12  Paul Eggert  <eggert@cs.ucla.edu>
706         Fix bug: C-x v v discarded existing log message (Bug#17884).
707         * vc/vc-dispatcher.el (vc-log-edit):
708         Don't clobber an already-existing log message.
710 2014-07-10  Glenn Morris  <rgm@gnu.org>
712         * vc/log-edit.el (log-edit-changelog-entries):
713         Check for a visited-but-never-saved ChangeLog.
715 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
717         * vc/log-edit.el (log-edit-changelog-entries): Don't both visiting
718         a non-existing file (bug#17970).
720         * faces.el (face-name): Undo last change.
721         (x-resolve-font-name): Don't call face-name (bug#17956).
723 2014-07-09  Fabián Ezequiel Gallina  <fgallina@gnu.org>
725         Fix dedenters and electric colon handling. (Bug#15163)
727         * progmodes/python.el
728         (python-rx-constituents): Add dedenter and block-ender.
729         (python-indent-dedenters, python-indent-block-enders): Delete.
730         (python-indent-context): Return new case for dedenter-statement.
731         (python-indent-calculate-indentation): Handle new case.
732         (python-indent-calculate-levels): Fix levels calculation for
733         dedenter statements.
734         (python-indent-post-self-insert-function): Fix colon handling.
735         (python-info-dedenter-opening-block-message): New function.
736         (python-indent-line): Use it.
737         (python-info-closing-block)
738         (python-info-closing-block-message): Remove.
739         (python-info-dedenter-opening-block-position)
740         (python-info-dedenter-opening-block-positions)
741         (python-info-dedenter-statement-p): New functions.
743 2014-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
745         * progmodes/sh-script.el (sh-smie-sh-rules): Don't align with a && in
746         the middle of a line (bug#17896).
748 2014-07-08  Juri Linkov  <juri@jurta.org>
750         * startup.el (command-line): Append displaying the warning about
751         the errors in the init file to the end of `after-init-hook'.
752         (Bug#17927)
754 2014-07-08  Juri Linkov  <juri@jurta.org>
756         * faces.el (face-name): Return input arg `face' as is
757         when it's not a symbol.
758         (x-resolve-font-name): Don't check if the face is a symbol.
759         (Bug#17956)
761 2014-07-08  Juri Linkov  <juri@jurta.org>
763         * facemenu.el (list-colors-print): In help-echo format use %.2f
764         instead of %d because now HSV values are floating-point components
765         between 0.0 and 1.0.
767 2014-07-06  Glenn Morris  <rgm@gnu.org>
769         * emulation/cua-rect.el (cua--activate-rectangle):
770         Avoid setting cua--rectangle to nil.  (Bug#17877)
772 2014-07-06  Stephen Berman  <stephen.berman@gmx.net>
774         * calendar/todo-mode.el: Fix wrong-type-argument error when
775         marking multiple consecutive items.
776         (todo-toggle-mark-item): Don't try to mark the empty lines at the
777         end of the todo and done items sections.  Note in doc string that
778         items marked by passing a numeric prefix argument can include the
779         last todo and first done items.
780         (todo-mark-category): Don't try to mark the empty line between the
781         todo and done items sections.
783 2014-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
785         * emacs-lisp/edebug.el (edebug-eval-defun): Print result using
786         proper Lisp quoting (bug#17934).
788         * progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with
789         require-final-newline since prog-mode already took care of it (bug#17947).
791 2014-07-04  Stephen Berman  <stephen.berman@gmx.net>
793         * calendar/todo-mode.el: Fix two bugs.  Shorten Commentary and
794         refer to the Todo mode Info manual.  Update the comment on
795         requiring cl-lib.
796         (todo-find-filtered-items-file): Add todo-prefix overlays.
797         (todo-filter-items): Reorder a let-bound variable to avoid a
798         wrong-type-argument error on canceling the file choice dialog.
800 2014-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
802         * progmodes/octave.el (inferior-octave-mode):
803         Set comint-input-ring-size to a number (bug#17912).
805 2014-07-03  Juri Linkov  <juri@jurta.org>
807         * desktop.el (desktop-minor-mode-table): Add `defining-kbd-macro'
808         and `isearch-mode' associated with nil.  (Bug#17849)
810 2014-07-02  Juri Linkov  <juri@jurta.org>
812         * desktop.el (desktop-save): Rename arg `auto-save' to
813         `only-if-changed'.  Doc fix.  (Bug#17873)
815 2014-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
817         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
818         Use insert-for-yank (bug#17271).
820 2014-07-02  Leo Liu  <sdl.web@gmail.com>
822         * emacs-lisp/pp.el (pp-eval-expression, pp-eval-last-sexp):
823         Support lexical-binding.
825 2014-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
827         * vc/log-edit.el (log-edit-goto-eoh): New function.
828         (log-edit--match-first-line): Use it (bug#17861).
830 2014-07-01  Glenn Morris  <rgm@gnu.org>
832         * vc/log-edit.el (log-edit-hook): Add missing :version.
834 2014-07-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
836         * progmodes/python.el (python-indent-post-self-insert-function):
837         Enhancements to electric indentation behavior inside
838         parens. (Bug#17658)
840 2014-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
842         * ps-def.el (ps-generate-postscript-with-faces1): Don't mess with
843         buffer-invisibility-spec (bug#17867).
845 2014-06-29  Andreas Schwab  <schwab@linux-m68k.org>
847         * vc/vc-git.el (vc-git-checkin): When operating on the whole tree
848         pass "-a".
850 2014-06-29  Glenn Morris  <rgm@gnu.org>
852         * cus-edit.el (help):
853         * finder.el (finder-known-keywords):
854         * help.el (help-for-help-internal):
855         * vc/ediff-mult.el (ediff-meta-buffer-verbose-message)
856         (ediff-redraw-registry-buffer):
857         * vc/ediff-ptch.el (ediff-patch-file-internal):
858         Doc fixes re "online" help.  (Bug#17803)
860         * progmodes/idlwave.el (idlwave): Update url-link for custom group.
861         (idlwave-mode): Doc URL update.
863 2014-06-27  Stephen Berman  <stephen.berman@gmx.net>
865         * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to
866         account for file-wide setting of todo-top-priorities-overrides.
867         Make code a bit cleaner.
869 2014-06-27  Leo Liu  <sdl.web@gmail.com>
871         * calc/calc.el (math-bignum): Handle most-negative-fixnum.  (Bug#17556)
873 2014-06-27  Glenn Morris  <rgm@gnu.org>
875         * net/eww.el (eww-mode) <eww-current-title>: Make local.  (Bug#17860)
877 2014-06-26  Stephen Berman  <stephen.berman@gmx.net>
879         * calendar/todo-mode.el (todo-prefix-overlays): If there is no
880         category-wide setting of todo-top-priorities-overrides, check for
881         a file-wide setting and fontify accordingly.
883 2014-06-26  Glenn Morris  <rgm@gnu.org>
885         * subr.el (read-passwd): Warn about batch mode.  (Bug#17839)
887 2014-06-26  Daiki Ueno  <ueno@gnu.org>
889         * emacs-lisp/package.el (package--check-signature):
890         If package-check-signature is allow-unsigned, don't signal error when
891         we can't verify signature because of missing public key
892         (backport for bug#17625).
894 2014-06-26  Glenn Morris  <rgm@gnu.org>
896         * emacs-lisp/cl-macs.el (help-add-fundoc-usage):
897         Remove outdated declaration.
899         * emacs-lisp/authors.el (authors-valid-file-names)
900         (authors-renamed-files-alist): Additions.
902 2014-06-25  Leo Liu  <sdl.web@gmail.com>
904         * textmodes/picture.el (picture-set-tab-stops):
905         * ruler-mode.el (ruler-mode-mouse-add-tab-stop)
906         (ruler-mode-ruler): Fix to work with nil tab-stop-list.
908         * progmodes/asm-mode.el (asm-calculate-indentation):
909         Use indent-next-tab-stop.
911         * indent.el (indent-accumulate-tab-stops): New function.
913 2014-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
915         * emacs-lisp/package.el (package-list-unsigned): New var (bug#17625).
916         (package-desc-status): Obey it.
918 2014-06-25  Stephen Berman  <stephen.berman@gmx.net>
920         * calendar/todo-mode.el: Fix two bugs.
921         (todo-insert-item--basic): If user cancels item insertion to
922         another category before setting priority, show original category
923         whether it is in the same or a different file.
924         (todo-set-item-priority): After selecting category, instead of
925         moving point to top, which extends an active region, restore it.
927 2014-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
929         * help-fns.el (describe-function-1): Check file-name is a string before
930         calling help-fns--autoloaded-p (bug#17564).
932 2014-06-24  Juri Linkov  <juri@jurta.org>
934         * desktop.el (desktop-auto-save-enable)
935         (desktop-auto-save-disable): New functions.
936         (desktop-save-mode, desktop-auto-save-timeout): Use them.
937         (desktop-read): Disable the autosave before loading the desktop,
938         and enable afterwards.  (Bug#17351)
940 2014-06-24  Stefan Monnier  <monnier@iro.umontreal.ca>
942         Fix some indentation problem with \; and pipes (bug#17842).
943         * progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&.
944         (sh-smie--default-forward-token, sh-smie--default-backward-token):
945         New functions.
946         (sh-smie-sh-forward-token, sh-smie-sh-backward-token)
947         (sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them.
948         (sh-smie-sh-rules): Fix indentation of a pipe at BOL.
950 2014-06-24  Eli Zaretskii  <eliz@gnu.org>
952         * international/fontset.el (script-representative-chars):
953         Add representative characters for scripts added in Unicode 7.0.
954         (otf-script-alist): Synchronize with the latest registry of OTF
955         script tags.
957         * international/characters.el (char-script-table): Update for
958         scripts added and codepoint ranges changed in Unicode 7.0.
960 2014-06-23  Leo Liu  <sdl.web@gmail.com>
962         * align.el (align-adjust-col-for-rule): Unbreak due to defaulting
963         tab-stop-list to nil.  (Bug#16381)
965         * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
966         (indent-rigidly-left-to-tab-stop)
967         (indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
968         (move-to-tab-stop): Change callers.
970 2014-06-22  Eli Zaretskii  <eliz@gnu.org>
972         * skeleton.el (skeleton-insert): Yet another fix of the doc string
973         wrt behavior of \n as the first/last element of a skeleton.
975 2014-06-22  Michael Albinus  <michael.albinus@gmx.de>
977         * net/tramp-adb.el (tramp-adb-handle-process-file):
978         * net/tramp-sh.el (tramp-sh-handle-process-file):
979         * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
980         the output buffer when DISPLAY is non-nil.  (Bug#17815)
982 2014-06-21  Glenn Morris  <rgm@gnu.org>
984         * play/landmark.el (landmark-move-down, landmark-move-up):
985         Fix 2007-10-20 change - preserve horizontal position.
987 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
989         Fix completion retrieval parsing (bug#17209).
990         * progmodes/python.el (python-mode):
991         (python-util-strip-string): New function.
992         (python-shell-completion-get-completions): Use it.
994 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
996         * skeleton.el (skeleton-insert): Fix last change.
998 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1000         Enhancements for outline integration (bug#17796).
1001         * progmodes/python.el (python-mode): Properly set
1002         outline-heading-end-regexp so that comments after colons for
1003         defuns are supported.
1005 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
1007         * skeleton.el (skeleton-insert): Doc fix.
1009 2014-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1011         * emacs-lisp/smie.el (smie-config--guess): Fix typo.
1012         (smie-config-guess): Use smie-config-local so the rules are obeyed
1013         (bug#17818).
1015         * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
1016         since it's already done inside the loop (bug#17819).
1018 2014-06-20  Martin Rudalics  <rudalics@gmx.at>
1020         * mouse.el (mouse-drag-line): Re-remove code initially removed
1021         on 2013-03-09 and inadvertently reintroduced on 2013-11-30
1022         (Bug#17819).
1024 2014-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1026         * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
1027         align with the surrounding parent (bug#17721).
1029 2014-06-20  Eli Zaretskii  <eliz@gnu.org>
1031         * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
1032         locally to nil.
1033         (texinfo-insert-block, texinfo-insert-@end)
1034         (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
1035         local setting of skeleton-end-newline by adding an explicit \n to
1036         the skeletons where appropriate.  (Bug#17801)
1038 2014-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1040         * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
1041         (smie-indent--hanging-p): Use it.
1042         * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
1044 2014-06-20  Leo Liu  <sdl.web@gmail.com>
1046         * simple.el (read-quoted-char): Don't let help chars pop up help
1047         buffer.  (Bug#16617)
1049 2014-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1051         * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
1052         for | (bug#17621).
1054 2014-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1056         * xt-mouse.el (xterm-mouse-translate-1): Fix last change (bug#17776).
1057         (xterm-mouse--read-event-sequence-1000): Drop unknown events instead of
1058         burping.
1060 2014-06-18  Eli Zaretskii  <eliz@gnu.org>
1062         * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
1063         and later.  (Bug#17790)
1065 2014-06-18  Juri Linkov  <juri@jurta.org>
1067         * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
1068         to `soft'.  (Bug#17554)
1070 2014-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1072         * delsel.el (electric-newline-and-maybe-indent): Mark it as well
1073         (bug#17737).
1075 2014-06-16  Dmitry Gutov  <dgutov@yandex.ru>
1077         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
1078         `!' in `!~' with `font-lock-negation-char-face'.  (Bug#17732)
1080 2014-06-15  Michael Albinus  <michael.albinus@gmx.de>
1082         * net/dbus.el (dbus-call-method): Push only non D-Bus events into
1083         `unread-command-events'.
1085 2014-06-14  Glenn Morris  <rgm@gnu.org>
1087         * progmodes/cc-langs.el: Require cl-lib.  (Bug#17463)
1088         Replace delete-duplicates and mapcan by cl- versions throughout.
1089         And cl-macroexpand-all by macroexpand-all.
1090         (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
1092 2014-06-14  Eli Zaretskii  <eliz@gnu.org>
1094         * subr.el (posn-col-row): Doc fix.  (Bug#17768)
1096 2014-06-14  Juri Linkov  <juri@jurta.org>
1098         * bindings.el: Put `ascii-character' property on keypad keys
1099         mapped to characters.  (Bug#17759)
1101 2014-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1103         * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
1104         bumping forward into a closing paren (bug#17761).
1106         * term/xterm.el (xterm--version-handler): Work around for OSX
1107         Terminal.app (bug#17607).
1109 2014-06-08  Glenn Morris  <rgm@gnu.org>
1111         * startup.el (initial-buffer-choice): Doc fix.
1112         Reset :version (adding an option does not merit a :version bump).
1114         * bookmark.el (bookmark-load):
1115         * uniquify.el (uniquify-buffer-name-style): Doc fixes.
1117 2014-06-06  Juri Linkov  <juri@jurta.org>
1119         * desktop.el: Activate auto-saving on window configuration changes.
1120         (desktop-save-mode, desktop-auto-save-timeout): Add/remove
1121         `desktop-auto-save-set-timer' to/from `window-configuration-change-hook'.
1122         (desktop-auto-save-set-timer): Change REPEAT arg of
1123         `run-with-idle-timer' from t to nil.
1124         http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
1126 2014-06-06  Santiago Payà i Miralta  <santiagopim@gmail.com>
1128         * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
1129         vc-hg-command (bug#17570).
1131 2014-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1133         * international/mule-cmds.el (ucs-names): Add special entry for BEL
1134         (bug#17702).
1136 2014-06-06  Glenn Morris  <rgm@gnu.org>
1138         * startup.el (window-setup-hook): Doc fix.
1140 2014-06-05  Glenn Morris  <rgm@gnu.org>
1142         * emacs-lisp/package.el (package-check-signature)
1143         (package-unsigned-archives): Doc fixes.
1145 2014-06-03  Martin Rudalics  <rudalics@gmx.at>
1147         * window.el (display-buffer-use-some-window): Don't make window
1148         used smaller than it was before (Bug#17671).
1150 2014-06-03  Eli Zaretskii  <eliz@gnu.org>
1152         * menu-bar.el (menu-bar-open): Fix last change: use the PC
1153         'redisplay' instead of '(sit-for 0)'.
1155 2014-06-03  Michael Albinus  <michael.albinus@gmx.de>
1157         * net/tramp.el (tramp-ssh-controlmaster-options): Improve search
1158         regexp.  (Bug#17653)
1160 2014-06-03  Glenn Morris  <rgm@gnu.org>
1162         * emacs-lisp/package.el (package-pinned-packages): Doc fix.
1164 2014-06-02  Eli Zaretskii  <eliz@gnu.org>
1166         * menu-bar.el (menu-bar-open): Fix invocation via M-x.
1168 2014-06-01  Eli Zaretskii  <eliz@gnu.org>
1170         * simple.el (keyboard-quit): Force update of mode lines, to remove
1171         the "Def" indicator, if we were defining a macro.  (Bug#17615)
1173 2014-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1175         * minibuffer.el (minibuffer-force-complete-and-exit):
1176         Obey minibuffer-default (bug#17545).
1178         * progmodes/js.el (js-indent-line): Don't mix columns and chars
1179         (bug#17619).
1181 2014-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1183         * subr.el (set-transient-map): Don't wait for some "nested"
1184         transient-map to finish if we're only supposed to be active for
1185         the next command (bug#17642).
1187 2014-05-31  Leo Liu  <sdl.web@gmail.com>
1189         * emacs-lisp/gv.el (window-buffer, window-display-table)
1190         (window-dedicated-p, window-hscroll, window-point, window-start):
1191         Fix gv-expander.  (Bug#17630)
1193 2014-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1195         * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
1196         clicks (bug#17633).
1198         * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
1199         for the single comma, since ", " is *very* common in normal French text
1200         (bug#17643).
1202 2014-05-30  Glenn Morris  <rgm@gnu.org>
1204         * emacs-lisp/package.el (package-check-signature)
1205         (package-unsigned-archives): Fix :version.
1207 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1209         * subr.el (sit-for): Don't run input-methods (bug#15614).
1211 2014-05-28  Glenn Morris  <rgm@gnu.org>
1213         * cus-start.el: Fix some :version numbers.
1215 2014-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1217         * simple.el (deactivate-mark): Set mark-active to nil even if
1218         deactivation is done via setting transient-mark-mode to nil,
1219         since one is buffer-local and the other is global.
1221         * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
1222         there can't be more than 2 arguments (bug#17584).
1224 2014-05-27  Glenn Morris  <rgm@gnu.org>
1226         * simple.el (filter-buffer-substring-functions)
1227         (filter-buffer-substring-function, buffer-substring-filters)
1228         (filter-buffer-substring, buffer-substring--filter): Doc fixes.
1230         * minibuffer.el (completion-in-region-functions, completion-in-region)
1231         (completion--in-region): Doc fixes.
1233         * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
1234         (expand-abbrev, abbrev--default-expand): Doc fixes.
1236 2014-05-26  Paul Eggert  <eggert@cs.ucla.edu>
1238         Include sources used to create macuvs.h.
1239         * international/README: Refer to the Unicode Terms of Use rather
1240         than copying it bodily here, as that simplifies maintenance.
1242 2014-05-25  Andreas Schwab  <schwab@linux-m68k.org>
1244         * cus-face.el (custom-face-attributes): Add :distant-foreground.
1246 2014-05-25  Martin Rudalics  <rudalics@gmx.at>
1248         * window.el (window--dump-frame): Remove interactive
1249         specification.
1251 2014-05-23  Glenn Morris  <rgm@gnu.org>
1253         * hippie-exp.el (he-line-search-regexp):
1254         Handle comint-prompt-regexp containing subgroups.  (Bug#17529)
1256 2014-05-23  Stephen Berman  <stephen.berman@gmx.net>
1258         * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
1259         to avoid errors when trying to create or visit a file foo.todo
1260         located outside to todo-directory, and to allow having such files
1261         without them being tied to Todo mode (bug#17482).
1262         (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
1263         (todo-archive-done-item, todo-find-filtered-items-file)
1264         (todo-filter-items, todo-find-item, todo-diary-goto-entry)
1265         (todo-category-completions, todo-read-category): When visiting a
1266         Todo file, make sure we're in the right mode and the buffer local
1267         variables are set.
1268         (todo-make-categories-list, todo-reset-nondiary-marker)
1269         (todo-reset-done-string, todo-reset-comment-string):
1270         After processing all Todo files, kill the buffers of those files that
1271         weren't being visited before the processing.
1272         (todo-display-as-todo-file, todo-add-to-buffer-list)
1273         (todo-visit-files-commands): Comment out.
1274         (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
1275         (auto-mode-alist): Remove add-to-list calls making Todo file
1276         extensions unrestrictedly tied to Todo modes.
1278 2014-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1280         * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
1281         (advice-function-member-p): Tell it to check both names and functions
1282         (bug#17531).
1283         (advice--add-function): Adjust call accordingly.
1285 2014-05-23  Stephen Berman  <stephen.berman@gmx.net>
1287         * calendar/todo-mode.el: Miscellaneous bug fixes.
1288         (todo-delete-file): When deleting an archive but not its todo
1289         file, make sure to update the todo file's category sexp.
1290         (todo-move-category): Keep the moved category's name unless the
1291         file moved to already has a category with that name.  If the
1292         numerically last category of the source file was moved, make the
1293         first category current to avoid selecting a nonexisting category.
1294         (todo-merge-category): Fix implementation to make merging to a
1295         category in another file work as documented.  Eliminate now
1296         insufficient and unnecessary renaming of archive category, correct
1297         document string accordingly, and clarify it.  If the numerically
1298         last category of the source file was merged, make the first
1299         category current to avoid selecting a nonexisting category.
1300         (todo-archive-done-item): When there are marked items and point
1301         happens to be on an unmarked item, ignore the latter.  Don't leave
1302         point below last item after archiving marked items.
1303         (todo-unarchive-items): Fix logic to ensure unarchiving an item
1304         from an archive with only one category deletes the archive only
1305         when the category is empty after unarchiving.  Make sure the todo
1306         file's category sexp is updated.
1307         (todo-read-file-name): Allow an existing file name even when it is
1308         not required (todo-move-category needs this to work as documented).
1309         (todo-add-file): Call todo-validate-name to reject the name of an
1310         existing todo file (needed due to fix in todo-read-file-name).
1311         (todo-reset-nondiary-marker): Also reset in filtered items files.
1312         (todo-reset-done-string, todo-reset-comment-string): Also reset in
1313         regexp filtered items files.
1314         (todo-reset-highlight-item): Also reset in filtered items files.
1315         Fix incorrect variable reference in document string.
1317 2014-05-22  Glenn Morris  <rgm@gnu.org>
1319         * window.el (window--dump-frame): Avoid error in --without-x builds.
1321 2014-05-21  Glenn Morris  <rgm@gnu.org>
1323         * nxml/nxml-mode.el (xml-mode): Only define this alias once.
1325 2014-05-21  Eli Zaretskii  <eliz@gnu.org>
1327         * frame.el (set-frame-font): Doc fix.
1329         * menu-bar.el (menu-set-font): Doc fix.  (Bug#17532)
1331 2014-05-21  Dmitry Gutov  <dgutov@yandex.ru>
1333         * emacs-lisp/package.el (package--download-one-archive):
1334         Use `write-region' instead of `save-buffer' to avoid running various
1335         hooks.  (Bug#17155)
1336         (describe-package-1): Same.  Insert newline at the end of the
1337         buffer if appropriate.
1339 2014-05-20  Juri Linkov  <juri@jurta.org>
1341         * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
1342         (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
1343         Add more modifiers: meta, control, shift, hyper, super, alt.
1344         (Bug#17439)
1346         * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
1347         to allow changing its value with `set-variable'.
1349 2014-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1351         * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
1352         #; comments.
1353         (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
1354         New functions.
1355         (scheme-mode-variables): Set syntax-propertize-function instead of
1356         font-lock-syntactic-face-function.
1357         (scheme-font-lock-syntactic-face-function): Delete.
1359         * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
1361 2014-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1363         * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
1364         (bug#17392).
1366 2014-05-17  Michael Albinus  <michael.albinus@gmx.de>
1368         * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
1369         for a temporary file name.
1371 2014-05-17  Eli Zaretskii  <eliz@gnu.org>
1373         * simple.el (line-move-ignore-invisible): Doc fix.  (Bug#17511)
1375 2014-05-16  Michael Albinus  <michael.albinus@gmx.de>
1377         * net/dbus.el (dbus-init-bus, dbus-call-method)
1378         (dbus-call-method-asynchronously, dbus-send-signal)
1379         (dbus-method-return-internal, dbus-method-error-internal):
1380         Check, whether Emacs has been compiled with D-Bus support.  (Bug#17508)
1382 2014-05-14  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
1384         * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
1385         methods which do not have a doc string.  (Bug#17490)
1387 2014-05-14  Stephen Berman <stephen.berman@gmx.net>
1388             Stefan Monnier  <monnier@iro.umontreal.ca>
1390         * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
1391         suffix (bug#15419).
1393 2014-05-14  Glenn Morris  <rgm@gnu.org>
1395         * vc/emerge.el (emerge-temp-file-prefix):
1396         Make pointless option obsolete.
1397         (emerge-temp-file-mode): Make non-functional option obsolete.
1399 2014-05-13  Michael Albinus  <michael.albinus@gmx.de>
1401         * net/browse-url.el (browse-url):
1402         Use `unhandled-file-name-directory' when setting `default-directory',
1403         in order to circumvent stalled remote connections.  (Bug#17425)
1405 2014-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1407         * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
1408         into autoloading just because of a silly indirection.
1410 2014-05-12  Santiago Payà i Miralta  <santiagopim@gmail.com>
1412         * vc/vc-hg.el (vc-hg-unregister): New function.  (Bug#17454)
1414 2014-05-11  Glenn Morris  <rgm@gnu.org>
1416         * emacs-lisp/find-gc.el: Move to ../admin.
1418 2014-05-10  Glenn Morris  <rgm@gnu.org>
1420         * printing.el (pr-version):
1421         * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
1423         * net/browse-url.el (browse-url-mosaic):
1424         Create /tmp/Mosaic.PID as a private file.
1426 2014-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1428         * emacs-lisp/nadvice.el: Support adding a given function multiple times.
1429         (advice--member-p): If name is given, only compare the name.
1430         (advice--remove-function): Don't stop at the first match.
1431         (advice--normalize-place): New function.
1432         (add-function, remove-function): Use it.
1433         (advice--add-function): Pass the name, if any, to
1434         advice--remove-function.
1436 2014-05-09  Philipp Rumpf  <prumpf@gmail.com>  (tiny change)
1438         * electric.el (electric-indent-post-self-insert-function): Don't use
1439         `pos' after modifying the buffer (bug#17449).
1441 2014-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1443         * subr.el (function-put): Add function.
1445 2014-05-09  Stephen Berman  <stephen.berman@gmx.net>
1447         * calendar/todo-mode.el (todo-insert-item-from-calendar):
1448         Correct argument list to conform to todo-insert-item--basic.
1450 2014-05-09  Glenn Morris  <rgm@gnu.org>
1452         * files.el (cd-absolute): Test if directory is accessible
1453         rather than executable.  (Bug#17330)
1455         * progmodes/compile.el (recompile):
1456         Handle C-u M-x recompile from a non-compilation buffer.  (Bug#17444)
1458 2014-05-08  Juri Linkov  <juri@jurta.org>
1460         * dired.el (dired-check-switches, dired-switches-recursive-p):
1461         New functions.  (Bug#17218)
1462         (dired-switches-escape-p, dired-move-to-end-of-filename):
1463         Use `dired-check-switches'.
1464         (dired-insert-old-subdirs, dired-build-subdir-alist)
1465         (dired-sort-R-check): Use `dired-switches-recursive-p'.
1467 2014-05-08  Glenn Morris  <rgm@gnu.org>
1469         * net/browse-url.el (browse-url-mosaic):
1470         Be careful when writing /tmp/Mosaic.PID.  (Bug#17428)
1471         This is CVE-2014-3423.
1473 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1475         * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
1476         (xterm-mouse--read-event-sequence-1000): Return nil if something
1477         looks fishy.
1478         (xterm-mouse-event): Propagate it.
1479         (xterm-mouse-translate-1): Handle it.
1481 2014-05-07  Stephen Berman  <stephen.berman@gmx.net>
1483         * calendar/todo-mode.el (todo-insert-item--apply-args): When all
1484         four slots of the parameter list are filled, make sure to pass it
1485         to the argument list of todo-insert-item--basic.
1487 2014-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1489         * emacs-lisp/package.el (package-compute-transaction): Topological sort.
1490         Add optional `seen' argument to detect and break infinite loops.
1492 2014-05-06  Eli Zaretskii  <eliz@gnu.org>
1494         * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
1495         (trace-unsafe, trace-use-tree): Make parentheses style be
1496         according to Emacs style.
1498 2014-05-06  Michael Albinus  <michael.albinus@gmx.de>
1500         * net/tramp-sh.el (tramp-remote-process-environment):
1501         Remove HISTFILE and HISTSIZE; it's too late to set them here.
1502         Add :version entry.
1503         (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
1504         Add "HISTFILE=/dev/null" to the shell's env arguments.  Do not send
1505         extra "PSx=..." commands.
1506         (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
1507         (Bug#17295)
1509         (tramp-uudecode): Replace the hard-coded temporary file name by a
1510         format specifier.
1511         (tramp-remote-coding-commands): Enhance docstring.
1512         (tramp-find-inline-encoding): Replace "%t" by a temporary file
1513         name.  (Bug#17415)
1514         This is CVE-2014-3424.
1516 2014-05-06  Glenn Morris  <rgm@gnu.org>
1518         * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
1519         (find-gc-source-files): Update some names.
1520         (trace-call-tree): Simplify and update.
1521         Avoid predictable temp-file names.  (http://bugs.debian.org/747100)
1522         This is CVE-2014-3422.
1524 2014-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1526         * minibuffer.el (completion--try-word-completion): Revert fix for
1527         Bug#15980 (bug#17375).
1529         * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
1530         Always store button numbers in the same way in xterm-mouse-last;
1531         Don't burp is xterm-mouse-last is not set as expected.
1532         Never return negative indices.
1534 2014-05-05  Dmitry Gutov  <dgutov@yandex.ru>
1536         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1537         Backtrack one char if the global/char-literal var matcher hits
1538         inside a string.  The next char could be the beginning of an
1539         expression expansion.
1541 2014-05-05  Glenn Morris  <rgm@gnu.org>
1543         * help-fns.el (describe-function-1): Test for an autoload before a
1544         macro, since `macrop' works on autoloads.  (Bug#17410)
1546 2014-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1548         * electric.el (electric-indent-functions-without-reindent): Add yaml.
1550         * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
1551         Make sure the new point we return is within the new string (bug#17239).
1553 2014-05-03  Eli Zaretskii  <eliz@gnu.org>
1555         * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
1557 2014-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1559         * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
1560         Use nil rather than `default' for the "default" appearance (bug#17388).
1561         * vc/ediff-util.el (ediff-inferior-compare-regions)
1562         (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
1563         a misleading `default' value when it's really a boolean.
1564         * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
1565         overlay is not visible.
1567 2014-05-02  Stephen Berman  <stephen.berman@gmx.net>
1569         * calendar/todo-mode.el (todo-edit-file): Use display-warning.
1570         (todo-menu): Uncomment and update.
1572 2014-05-02  Stephen Berman  <stephen.berman@gmx.net>
1574         * calendar/todo-mode.el: Reimplement item editing to have the same
1575         basic user interface as item insertion, and make small UI and
1576         larger internal improvements to the latter.
1577         (todo-insert-item): Add reference to the Todo mode user manual to
1578         the documentation string.
1579         (todo-insert-item--basic): Rename from todo-basic-insert-item and
1580         adjust all callers.  Change signature to combine diary and
1581         nonmarking arguments.  Incorporate functionality of deleted item
1582         copying command and add error checking.  Remove detailed
1583         descriptions of the arguments from the documentation string, since
1584         this is treated in the Todo mode user manual.
1585         (todo-copy-item, todo-edit-multiline-item)
1586         (todo-edit-done-item-comment, todo-edit-item-header)
1587         (todo-edit-item-time, todo-edit-item-date-from-calendar)
1588         (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
1589         (todo-edit-item-date-year, todo-edit-item-date-month)
1590         (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
1591         Remove.
1592         (todo-edit-item): Reimplement as wrapper command for
1593         todo-edit-item--next-key and make it distinguish done and not done
1594         todo items.
1595         (todo-edit-item--text): New function, replacing old command
1596         todo-edit-item and incorporating deleted commands
1597         todo-edit-multiline-item and todo-edit-done-item-comment.
1598         (todo-edit-item--header): Rename from todo-basic-edit-item-header.
1599         Use only numeric value of prefix argument.  Remove detailed
1600         descriptions of the arguments from the documentation string, since
1601         this is treated in the Todo mode user manual.
1602         (todo-edit-item--diary-inclusion): New function, replacing old
1603         command todo-edit-item-diary-inclusion and incorporating and fixing
1604         functionality of deleted command todo-edit-item-diary-nonmarking,
1605         making sure to remove todo-nondiary-marker when adding
1606         diary-nonmarking-symbol.
1607         (todo-edit-category-diary-inclusion): Make sure to delete
1608         diary-nonmarking-symbol when adding todo-nondiary-marker.
1609         (todo-edit-category-diary-nonmarking): Fix indentation.
1610         (todo-insert-item--parameters): Group diary and nonmarking
1611         parameters together.
1612         (todo-insert-item--apply-args): Adjust to signature of
1613         todo-insert-item--basic and incorporate copy parameter.
1614         Make small code improvements.
1615         (todo-insert-item--next-param): Improve prompt and adjust it to
1616         new parameter grouping.  Remove obsolete code.
1617         (todo-edit-item--param-key-alist)
1618         (todo-edit-item--date-param-key-alist)
1619         (todo-edit-done-item--param-key-alist): New defconsts.
1620         (todo-edit-item--prompt): New variable.
1621         (todo-edit-item--next-key): New function.
1622         (todo-key-bindings-t): Bind "e" to todo-edit-item.
1623         Remove bindings of deleted commands.
1625 2014-05-02  Leo Liu  <sdl.web@gmail.com>
1627         * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
1629 2014-05-01  Glenn Morris  <rgm@gnu.org>
1631         * allout-widgets.el (allout-widgets-tally)
1632         (allout-decorate-item-guides):
1633         * menu-bar.el (menu-bar-positive-p):
1634         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
1635         * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
1636         * progmodes/js.el (js--inside-param-list-p)
1637         (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
1638         * progmodes/prolog.el (region-exists-p):
1639         * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
1640         * textmodes/reftex-parse.el (reftex-using-biblatex-p):
1641         Doc fixes (replace `iff').
1643 2014-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1645         * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
1647 2014-04-30  Eli Zaretskii  <eliz@gnu.org>
1649         * dired.el (dired-initial-position-hook, dired-initial-position):
1650         Doc string fixes.
1652 2014-04-29  Glenn Morris  <rgm@gnu.org>
1654         * mail/rmail.el (rmail-quit): Handle killed summaries.  (Bug#17283)
1656 2014-04-27  Matthias Dahl  <matthias.dahl@binary-island.eu>
1658         * faces.el (face-spec-recalc): Apply X resources only after the
1659         defface spec has been applied. Thus, X resources are no longer
1660         overridden by the defface spec which also fixes issues on win32 where
1661         the toolbar coloring was wrong because it is set through X resources
1662         and was (wrongfully) overridden.  (Bug#16694)
1664 2014-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1666         * textmodes/rst.el (electric-pair-pairs): Declare.
1667         (rst-mode): Set it (bug#17131).
1669 2014-04-27  Juri Linkov  <juri@jurta.org>
1671         * desktop.el (desktop-value-to-string): Let-bind `print-length'
1672         and `print-level' to nil.  (Bug#17351)
1674 2014-04-25  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
1676         * battery.el (battery-update): Handle the case where battery
1677         status is "N/A" (bug#17319).
1679 2014-04-24  Eli Zaretskii  <eliz@gnu.org>
1681         * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
1682         Use equal-including-properties to compare help-echo strings (bug#17331).
1684 2014-04-24  Leo Liu  <sdl.web@gmail.com>
1686         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1687         Fix syntax for @.  (Bug#17325)
1689 2014-04-24  Daniel Colascione  <dancol@dancol.org>
1691         * emacs-lisp/cl.el (gv): Require gv early to break eager
1692         macro-expansion cycles.
1694 2014-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1696         * simple.el (region-active-p): Check there's a mark (bug#17324).
1698         * simple.el (completion-list-mode-map): Use choose-completion for the
1699         mouse binding as well (bug#17302).
1700         (completion-list-mode, completion-setup-function): Adjust docstring and
1701         echo area message accordingly.
1702         * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
1703         calling convention of choose-completion.
1704         * comint.el (comint-dynamic-list-completions):
1705         * term.el (term-dynamic-list-completions): Accept choose-completion.
1707         * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
1708         &, |, +, - and * can't be a division (bug#17317).
1710 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1712         * term/xterm.el (xterm--version-handler): Don't use modern xterm
1713         features on gnome-terminal (bug#16988).
1715 2014-04-22  Michael Heerdegen  <michael_heerdegen@web.de>
1717         * dired.el (dired-insert-set-properties): Do not consider
1718         subdirectory headings and empty lines to be information that
1719         `dired-hide-details-mode' should hide.  (Bug#17228)
1721 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
1723         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1724         Remove test messages.
1725         (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
1726         and `target' twice.
1728 2014-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1730         * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
1731         * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
1733         * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
1735 2014-04-21  Michael Albinus  <michael.albinus@gmx.de>
1737         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1738         Set "IFS=" when using read builtin, in order to preserve spaces in
1739         the file name.  Add test messages for hunting a bug on hydra.
1740         (tramp-get-ls-command): Undo using "-b" argument.  It doesn't help.
1742 2014-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1744         * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
1745         Don't prettify a word within a symbol.
1747 2014-04-20  Michael Albinus  <michael.albinus@gmx.de>
1749         * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
1750         possible.
1752 2014-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1754         * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
1755         assignments such as "case=hello" (bug#17297).
1757 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
1759         * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
1760         Do not autoload.
1761         (tramp-file-name-handler, tramp-completion-file-name-handler):
1762         Revert patch from 2014-04-10, it isn't necessary anymore.
1763         (tramp-autoload-file-name-handler)
1764         (tramp-register-autoload-file-name-handlers): New defuns.
1765         (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
1766         (tramp-register-file-name-handlers): Remove also
1767         `tramp-autoload-file-name-handler' from `file-name-handler-list'.
1768         Do not autoload its invocation, but eval it after loading of 'tramp.
1770         * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
1772         * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
1774 2014-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1776         * nxml/nxml-mode.el (nxml-fontify-matcher): Make sure propertization
1777         was done (bug#17264).
1778         * nxml/xmltok.el (xmltok-scan-after-comment-open): Extend unclosed
1779         comment to EOB.
1781         * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
1782         here-documents (bug#17262).
1784 2014-04-16  Eli Zaretskii  <eliz@gnu.org>
1786         * term/pc-win.el (x-list-fonts, x-get-selection-value):
1787         Provide doc strings, as required by snarf-documentation.
1789 2014-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1791         * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
1792         arg of overlays-at.  Use `invisible-p'.
1794         * obsolete/lucid.el (extent-at):
1795         * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
1796         overlays-at.
1797         (hfy-fontify-buffer): Remove unused var `orig-ovls'.
1799 2014-04-14  João Távora  <joaotavora@gmail.com>
1801         * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
1802         links.  (Bug#17217).
1804 2014-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1806         * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
1807         Use mapc to loop over a vector.  (Bug#17257).
1809 2014-04-13  Michael Albinus  <michael.albinus@gmx.de>
1811         * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
1812         patch, there are new problems with file names containing spaces.
1813         Get rid of backticks.  (Bug#17238)
1815 2014-04-13  João Távora  <joaotavora@gmail.com>
1817         * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
1818         possible bug.
1820 2014-04-13  Eli Zaretskii  <eliz@gnu.org>
1822         * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
1823         (blink-cursor-mode): Mention customization variables and the
1824         effect of 'blink-cursor-blinks'.
1826 2014-04-12  Barry O'Reilly  <gundaetiapo@gmail.com>
1828         * simple.el (undo): Prevent insertion of identity mapping into
1829         undo-equiv-table so as undo-only does not inf loop in the presence
1830         of consecutive nils in undo list.
1832 2014-04-12  Matthias Dahl  <matthias.dahl@binary-island.eu>
1834         * faces.el (make-face): Deprecate optional argument as it is no
1835         longer needed/used since the conditional X resources handling
1836         has been pushed down to make-face-x-resource-internal itself.
1837         (make-empty-face): Don't pass optional argument to make-face.
1839 2014-04-12  Eli Zaretskii  <eliz@gnu.org>
1841         * international/characters.el <standard-case-table>: Add entries
1842         for letters from the Coptic block u+2C80-u+2CFF.  (Bug#17243)
1843         Set category of Coptic characters be 'g' (Greek).
1845 2014-04-12  Leo Liu  <sdl.web@gmail.com>
1847         * progmodes/octave.el (completion-table-with-cache): Define if not
1848         available.
1849         (octave-goto-function-definition)
1850         (octave-sync-function-file-names)
1851         (octave-find-definition-default-filename): Backquote upattern for
1852         compatibility.
1854 2014-04-11  Michael Albinus  <michael.albinus@gmx.de>
1856         * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
1857         name twice due to backticks.  (Bug#17238)
1859 2014-04-11  Glenn Morris  <rgm@gnu.org>
1861         * term/w32-win.el (x-win-suspend-error):
1862         * term/x-win.el (x-win-suspend-error): Sync docs.
1864 2014-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1866         Ediff's overlay priorities cause more trouble than they solve.
1867         * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
1868         (ediff-highest-priority): Remove function (bug#17234).
1869         * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
1870         * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
1871         (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
1872         overlay priorities.
1874 2014-04-10  Feng Li  <fengli@gmail.com>  (tiny change)
1876         * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
1877         entry; use symbol boundaries to avoid mis-matches.
1879 2014-04-10  Michael Albinus  <michael.albinus@gmx.de>
1881         * net/tramp.el (tramp-file-name-handler)
1882         (tramp-completion-file-name-handler): Avoid recursive loading.
1884         * net/tramp-sh.el (tramp-make-copy-program-file-name):
1885         Quote result also locally.
1887 2014-04-09  Dmitry Gutov  <dgutov@yandex.ru>
1889         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
1890         Module methods.  (Bug#17216)
1892 2014-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1894         * help.el (describe-bindings): Fix buffer handling (bug#17210).
1895         (describe-bindings-internal): Mark obsolete.
1897 2014-04-07  João Távora  <joaotavora@gmail.com>
1899         * elec-pair.el:
1900         (electric-pair--syntax-ppss): When inside comments parse from
1901         comment beginning.
1902         (electric-pair--balance-info): Fix typo in comment.
1903         (electric-pair--in-unterminated-string-p): Delete.
1904         (electric-pair--unbalanced-strings-p): New function.
1905         (electric-pair-string-bound-function): New var.
1906         (electric-pair-inhibit-if-helps-balance): Decide quote pairing
1907         according to `electric-pair--in-unterminated-string-p'
1909 2014-04-07  João Távora  <joaotavora@gmail.com>
1911         * elec-pair.el (electric-pair-inhibit-if-helps-balance):
1912         Inhibit quote pairing if point-max is inside an unterminated string.
1913         (electric-pair--looking-at-unterminated-string-p): Delete.
1914         (electric-pair--in-unterminated-string-p): New function.
1916 2014-04-07  Glenn Morris  <rgm@gnu.org>
1918         * shell.el (shell-directory-tracker):
1919         Go back to just ignoring failures.  (Bug#17159)
1921 2014-04-06  João Távora  <joaotavora@gmail.com>
1923         Fix `electric-pair-delete-adjacent-pairs' in modes binding
1924         backspace. (bug#16981)
1925         * elec-pair.el (electric-pair-backward-delete-char): Delete.
1926         (electric-pair-backward-delete-char-untabify): Delete.
1927         (electric-pair-mode-map): Bind backspace to a menu item filtering
1928         a new `electric-pair-delete-pair' command.
1929         (electric-pair-delete-pair): New command.
1931 2014-04-06  João Távora  <joaotavora@gmail.com>
1933         * progmodes/python.el (python-electric-pair-string-delimiter):
1934         Fix triple-quoting electricity.  (Bug#17192)
1936 2014-04-06  João Távora  <joaotavora@gmail.com>
1938         * elec-pair.el (electric-pair-post-self-insert-function):
1939         Don't skip whitespace when `electric-pair-text-pairs' and
1940         `electric-pair-pairs' were used. syntax to
1941         electric-pair--skip-whitespace.  (Bug#17183)
1943 2014-04-06  Eli Zaretskii  <eliz@gnu.org>
1945         * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
1946         "<F>".  (Bug#17199)
1948 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1950         * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
1951         (mpc--status-idle-timer-run): Use mpc--status-timer-run.
1953 2014-04-05  Glenn Morris  <rgm@gnu.org>
1955         * help.el (view-lossage): Doc tweak.
1957 2014-04-05  Matthias Dahl  <matthias.dahl@binary-island.eu>
1959         * faces.el (face-spec-recalc): Call make-face-x-resource-internal
1960         only when inhibit-x-resources is nil, and do that earlier in the
1961         function.  Doc fix.  (Bug#16694)
1962         (face-spec-choose): Accept additional optional argument, whose
1963         value is returned if no matching attributes are found.
1964         (face-spec-recalc): Use the new optional argument when calling
1965         face-spec-choose.  (Bug#16378)
1966         (make-face-x-resource-internal): Do nothing when
1967         inhibit-x-resources is non-nil.  Don't touch the default face if
1968         reversed video is given--as was done in previous versions of Emacs.
1969         (face-set-after-frame-default): Don't call
1970         make-face-x-resource-internal here.  (Bug#16434)
1972 2014-04-04  Tassilo Horn  <tsdh@gnu.org>
1974         * doc-view.el (doc-view-bookmark-jump):
1975         Use `bookmark-after-jump-hook' to jump to the right page after the
1976         buffer is shown in a window.  (bug#16090)
1978 2014-04-04  Eli Zaretskii  <eliz@gnu.org>
1980         * international/characters.el (mirroring): Fix last change:
1981         instead of loading uni-mirrored.el explicitly, do that implicitly
1982         by creating the 'mirroring' uniprop table.  This avoids announcing
1983         the loading of uni-mirrored.el.
1985 2014-04-04  Glenn Morris  <rgm@gnu.org>
1987         * files.el (buffer-stale--default-function)
1988         (buffer-stale-function, revert-buffer--default):
1989         * autorevert.el (auto-revert-buffers): Doc tweaks.
1991 2014-04-03  Eli Zaretskii  <eliz@gnu.org>
1993         * international/characters.el: Preload uni-mirrored.el.  (Bug#17169)
1995 2014-04-03  Glenn Morris  <rgm@gnu.org>
1997         * files.el (make-backup-file-name-function)
1998         (make-backup-file-name, make-backup-file-name--default-function)
1999         (make-backup-file-name-1, find-backup-file-name)
2000         (revert-buffer-function, revert-buffer-insert-file-contents-function)
2001         (buffer-stale--default-function, buffer-stale-function)
2002         (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
2003         (revert-buffer, revert-buffer--default)
2004         (revert-buffer-insert-file-contents--default-function):
2005         Doc fixes related to defaults no longer being nil.
2006         (make-backup-file-name-function): Bump :version.
2007         Restore nil as a valid but deprecated custom type.
2009 2014-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2011         * progmodes/perl-mode.el (perl-syntax-propertize-function): Handle $'
2012         used as a variable (bug#17174).
2014 2014-04-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2016         * progmodes/perl-mode.el (perl-indent-new-calculate):
2017         Handle forward-sexp failure (bug#16985).
2018         (perl-syntax-propertize-function): Add "foreach" and "for" statement
2019         modifiers introducing expressions (bug#17116).
2021 2014-04-02  Glenn Morris  <rgm@gnu.org>
2023         * menu-bar.el (menu-bar-file-menu):
2024         * vc/ediff.el (ediff-current-file):
2025         Update for revert-buffer-function no longer being nil by default.
2027         * simple.el (command-execute): Respect nil disabled-command-function.
2029 2014-04-01  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
2031         * simple.el (command-execute): Do not execute the command when it
2032         is disabled; fixes thinko in 2013-02-20 conversion from C.  (Bug#17151)
2034 2014-03-29  Juri Linkov  <juri@jurta.org>
2036         * dired-aux.el (dired-compress-file): Don't use string-match-p
2037         because its match data is used afterwards.
2039 2014-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2041         * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
2042         0 like nil.
2044 2014-03-27  Dmitry Gutov  <dgutov@yandex.ru>
2046         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2047         Highlight special globals with font-lock-builtin-face.  (Bug#17057)
2049         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2050         Don't propertize `?' or `!' as symbol constituent when after
2051         colon.  (Bug#17097)
2053 2014-03-27  Juanma Barranquero  <lekktu@gmail.com>
2055         * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
2056         which is no longer needed and causes trouble in GTK builds (bug#17046).
2058         * emacs-lisp/package-x.el (package--archive-contents-from-url):
2059         Use url-insert-file-contents; package-handle-response no longer exists.
2061 2014-03-26  Juanma Barranquero  <lekktu@gmail.com>
2063         * emacs-lisp/package.el: Fix bug#16733 (again).
2064         (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
2065         (url-http-target-url): Remove unused declarations.
2066         (package-handle-response): Remove.
2067         (package--with-work-buffer): Use url-insert-file-contents and simplify.
2068         (package--download-one-archive): Use current-buffer instead of
2069         dynamic binding of `buffer'.
2070         (describe-package-1): Do not decode readme-string.
2072 2014-03-25  Barry O'Reilly  <gundaetiapo@gmail.com>
2074         * simple.el (primitive-undo): Correction to 2014-03-24 change.
2076 2014-03-25  Michael Albinus  <michael.albinus@gmx.de>
2078         * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
2080         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
2081         from 2014-03-07, it decreases performance unnecessarily.  Let-bind
2082         `remote-file-name-inhibit-cache' to nil in the second pass.
2083         (tramp-find-executable): Do not call "which" on SunOS.
2084         (tramp-send-command-and-check): Fix docstring.
2085         (tramp-do-copy-or-rename-file-directly): In the `rename' case,
2086         check whether source directory has set the sticky bit.
2088 2014-03-24  Barry O'Reilly  <gundaetiapo@gmail.com>
2090         * simple.el (primitive-undo): Only process marker adjustments
2091         validated against their corresponding (TEXT . POS).  Issue warning
2092         for lone marker adjustments in undo history.  (Bug#16818)
2093         (undo-make-selective-list): Add marker adjustments to selective
2094         undo list based on whether their corresponding (TEXT . POS) is in
2095         the region.  Remove variable adjusted-markers, which was unused
2096         and only non nil during undo-make-selective-list.
2097         (undo-elt-in-region): Return nil when passed a marker adjustment
2098         and explain in function doc.
2100 2014-03-24  Dmitry Gutov  <dgutov@yandex.ru>
2102         * emacs-lisp/package.el (package--add-to-archive-contents):
2103         Include already installed and built-in packages in
2104         `package-archive-contents'.
2105         (package-install): Don't include already installed packages in the
2106         options during interactive invocation.  (Bug#16762)
2108 2014-03-24  Daniel Colascione  <dancol@dancol.org>
2110         * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
2111         instead of cl-loop search function.
2113 2014-03-24  Juanma Barranquero  <lekktu@gmail.com>
2115         * frameset.el (frameset--initial-params): Fix typo in parameter name.
2117 2014-03-24  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
2119         * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
2121 2014-03-24  Dmitry Gutov  <dgutov@yandex.ru>
2123         * progmodes/ruby-mode.el (ruby-expression-expansion-re):
2124         Match special global variables without curlies, too.
2125         (ruby-font-lock-keywords): Simplify the matcher for special global
2126         variables.  Don't require a non-word character after the variable.
2127         (Bug#17057)
2129 2014-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2131         * simple.el (redisplay-highlight-region-function): Increase priority of
2132         overlay to make sure boundaries are visible (bug#15899).
2134 2014-03-23  Juanma Barranquero  <lekktu@gmail.com>
2136         * frameset.el (frameset-restore): Compare display strings with equal.
2138         * frame.el (make-frame): Don't quote display name in error message,
2139         it is already a string.
2141 2014-03-23  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2143         * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
2144         the password.
2146 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
2148         * emacs-lisp/package.el (package-show-package-list): If the buffer
2149         is already displayed in another window, switch to that window.
2151 2014-03-21  Daniel Colascione  <dancol@dancol.org>
2153         * mail/emacsbug.el (report-emacs-bug): Include memory usage
2154         information in bug reports.
2156 2014-03-23  Daniel Colascione  <dancol@dancol.org>
2158         * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
2159         list to look for keyword arguments instead of `memq', fixing
2160         (Bug#3647) --- unfortunately, only for freshly-compiled code.
2161         Please make bootstrap.
2163 2014-03-23  Richard Stallman  <rms@gnu.org>
2165         * battery.el (battery-linux-sysfs): Search for each field
2166         from the beginning of the buffer.
2168 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
2170         * emacs-lisp/package.el (package-desc): Use the contents of the
2171         quoted form, not its cdr.  (Bug#16873)
2173 2014-03-22  Juanma Barranquero  <lekktu@gmail.com>
2175         * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
2176         benefit of doc.c; change parameter profile to match the X function.
2178 2014-03-21  Michael Albinus  <michael.albinus@gmx.de>
2180         * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
2181         and `tramp-copy-env'.
2183         * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
2184         (tramp-maybe-open-connection): Handle `tramp-login-env'.
2186 2014-03-21  Glenn Morris  <rgm@gnu.org>
2188         * electric.el (electric-indent-post-self-insert-function): Add doc.
2190 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
2192         * emacs-lisp/package.el (package-compute-transaction):
2193         Use `version-list-<=' to compare the requirement version against
2194         the version of package already to be installed.  Update the error
2195         message.  (Bug#16826)
2197         * progmodes/ruby-mode.el (ruby-smie-rules):
2198         Add indentation rule for ` @ '.  (Bug#17050)
2200 2014-03-21  Juanma Barranquero  <lekktu@gmail.com>
2202         * align.el (align-regexp): Remove superfluous backslash.
2204         * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
2205         (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
2206         (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
2207         Fix docstring typos.
2208         (ffap-next): Use C-u in docstring.
2209         (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
2210         (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
2211         Remove superfluous backslashes.
2212         (ffap-string-at-point): Reflow docstring.
2214         * server.el (server-host): Reflow docstring.
2215         (server-unload-function): Fix docstring typo.
2216         (server-eval-at): Remove superfluous backslash.
2218         * skeleton.el (skeleton-insert): Remove superfluous backslash.
2219         (skeleton-insert): Doc fix.
2220         (skeleton-insert): Reflow docstring.
2222         * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
2223         (tty-color-approximate, tty-color-by-index, tty-color-values)
2224         (tty-color-desc): Remove superfluous backslashes.
2226 2014-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2228         * electric.el (electric-newline-and-maybe-indent): New command.
2229         Bind it globally to C-j.
2230         (electric-indent-mode): Don't mess with the global map any more.
2231         Don't drop the post-self-insert-hook is some buffer is still using it
2232         (bug#16770).
2234         * bindings.el (global-map): Remove C-j binding.
2236         * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
2237         the docstring of functions advised before dumping (bug#16993).
2239 2014-03-19  Stefan-W. Hahn  <stefan.hahn@s-hahn.de>  (tiny change)
2241         * ps-print.el (ps-generate-postscript-with-faces):
2242         Explicitly deactivate the mark (bug#16866).
2243         * simple.el (deactivate-mark): Update region highlight.
2245 2014-03-19  Juanma Barranquero  <lekktu@gmail.com>
2247         * emacs-lisp/package.el (describe-package-1):
2248         Decode commentary (bug#16733).
2250 2014-03-18  Juanma Barranquero  <lekktu@gmail.com>
2252         * custom.el (defcustom): Doc fix: recommend avoiding destructive
2253         modification of the value argument of :set (bug#16755).
2255 2014-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2257         * simple.el (newline-and-indent): Do autofill (bug#17031).
2259 2014-03-18  Dmitry Gutov  <dgutov@yandex.ru>
2261         * newcomment.el (comment-normalize-vars): Only add escaping check
2262         to `comment-start-skip' if not `comment-use-syntax'.  (Bug#16971)
2263         (comment-beginning): Use `narrow-to-region' instead of moving back
2264         one character.
2265         (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
2266         (comment-start-skip): Update the docstring.
2268 2014-03-18  Richard Stallman  <rms@gnu.org>
2270         * dired.el (dired-display-file): Force use of other window.
2272 2014-03-18  Daniel Colascione  <dancol@dancol.org>
2274         * startup.el (tty-handle-args): Remove debug message from 2007.
2276 2014-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2278         * emacs-lisp/nadvice.el (advice--interactive-form): New function.
2279         (advice--make-interactive-form): Use it to avoid (auto)loading function.
2280         (advice--make-1, advice-add, advice-remove):
2281         Remove braindead :advice-pending hack.
2283 2014-03-17  Glenn Morris  <rgm@gnu.org>
2285         * calendar/calendar.el (calendar-generate-month): Apply weekend
2286         face to the right days; fixes 2013-08-06 change.  (Bug#17028)
2288 2014-03-17  Michael Albinus  <michael.albinus@gmx.de>
2290         * net/tramp.el (tramp-action-out-of-band): Read pending output.
2291         (tramp-call-process): Trace also DESTINATION.
2293         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
2294         Quote file names when they are local.  Remove superfluous trace.
2296 2014-03-17  Dmitry Gutov  <dgutov@yandex.ru>
2298         * newcomment.el (comment-beginning): If `comment-start-skip'
2299         doesn't match, move back one char and try again.  (Bug#16971)
2301         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2302         Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
2303         Set `comment-start-skip' to a simpler value that doesn't try to
2304         check if the semicolon is escaped (this is handled by
2305         `syntax-ppss' now).  (Bug#16971)
2307         * progmodes/scheme.el (scheme-mode-variables): Same.
2309 2014-03-16  Martin Rudalics  <rudalics@gmx.at>
2311         Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
2312         * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
2313         current (Bug#16816, Bug#17007).
2314         (with-current-buffer-window): New macro doing the same as
2315         `with-temp-buffer-window' but with BUFFER-OR-NAME current.
2316         * help.el (help-print-return-message): Warn in doc-string to not
2317         use this in `with-help-window'.
2318         (describe-bindings-internal): Call `describe-buffer-bindings'
2319         from within help buffer.  See Juanma's scenario in (Bug#16816).
2320         (with-help-window): Update doc-string.
2321         * dired.el (dired-mark-pop-up):
2322         * files.el (save-buffers-kill-emacs):
2323         * register.el (register-preview): Use `with-current-buffer-window'
2324         instead of `with-temp-buffer-window'.
2326 2014-03-16  Juanma Barranquero  <lekktu@gmail.com>
2328         * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
2329         Implement inserting into current buffer, documented in their docstrings.
2330         (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
2331         (rst-section-tree-point, rst-forward-section, rst-indent)
2332         (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
2333         (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
2334         (rst-font-lock-handle-adornment-pre-match-form)
2335         (rst-repeat-last-character): Reflow docstrings.
2336         (rst-preferred-adornments, rst-update-section, rst-find-title-line)
2337         (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
2338         (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
2339         (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
2340         Fix docstring typos.
2341         (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
2342         (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
2343         (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
2345 2014-03-15  Juanma Barranquero  <lekktu@gmail.com>
2347         * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
2348         for compatibility with other ports.
2349         (ns-initialize-window-system): Use it.  It is set in term/common-win.el
2350         from the -xrm command line argument, but in the Nextstep port its value
2351         is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
2353         * progmodes/python.el (defconst, python-syntax-count-quotes)
2354         (python-indent-region, python-indent-shift-right)
2355         (python-indent-dedent-line-backspace, python-nav-backward-sexp)
2356         (python-nav-backward-sexp-safe, python-nav-backward-up-list)
2357         (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
2358         (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
2359         (inferior-python-mode, python-shell-make-comint, run-python-internal)
2360         (python-shell-buffer-substring, python-shell-send-buffer)
2361         (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
2362         (python-completion-complete-at-point, python-fill-docstring-style)
2363         (python-eldoc-function, python-imenu-format-item-label)
2364         (python-imenu-format-parent-item-label)
2365         (python-imenu-format-parent-item-jump-label)
2366         (python-imenu--build-tree, python-imenu-create-index)
2367         (python-imenu-create-flat-index): Fix docstring typos.
2368         (python-indent-context, python-shell-prompt-regexp, run-python):
2369         Remove superfluous backslashes.
2370         (python-indent-line, python-nav-beginning-of-defun)
2371         (python-shell-get-buffer, python-shell-get-process)
2372         (python-info-current-defun, python-info-current-line-comment-p)
2373         (python-info-current-line-empty-p, python-util-popn): Doc fixes.
2374         (python-indent-post-self-insert-function, python-shell-send-file)
2375         (python-shell-completion-get-completions)
2376         (python-shell-completion-complete-or-indent)
2377         (python-eldoc--get-doc-at-point): Reflow docstrings.
2379 2014-03-14  Glenn Morris  <rgm@gnu.org>
2381         * emacs-lisp/package.el (package-menu-mode-map):
2382         Replace use of obsolete function alias.  Tweak menu item text.
2384         * info.el (Info-finder-find-node):
2385         Ignore the `emacs' metapackage.  (Bug#10813)
2387         * finder.el (finder-list-matches): Include unversioned packages
2388         in the result of a keyword search.
2390         * finder.el (finder--builtins-descriptions): New constant.
2391         (finder-compile-keywords): Use finder--builtins-descriptions.
2393 2014-03-14  Dmitry Gutov  <dgutov@yandex.ru>
2395         * simple.el (blink-matching-paren): Describe the new value,
2396         `jump', enabling the old behavior.
2397         (blink-matching-open): Use that value.  (Bug#17008)
2399 2014-03-14  Glenn Morris  <rgm@gnu.org>
2401         * finder.el (finder-no-scan-regexp): Add leim-list.
2402         (finder-compile-keywords):
2403         Don't skip files with same basename.  (Bug#14010)
2404         * Makefile.in (setwins_finder): New, excluding leim.
2405         (finder-data): Use setwins_finder.
2407         * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
2408         (help-function-arglist, help-make-usage): Move from here...
2409         * help.el (help-split-fundoc, help-add-fundoc-usage)
2410         (help-function-arglist, help-make-usage): ... to here.  (Bug#17001)
2411         * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
2413 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
2415         * net/socks.el (socks, socks-override-functions)
2416         (socks-find-services-entry):
2417         * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
2418         (hif-find-ifdef-block):
2419         * progmodes/modula2.el (m2-indent): Fix docstring typos.
2421         * net/tls.el (tls-program): Reflow docstring.
2423         * progmodes/pascal.el (pascal-mode-abbrev-table)
2424         (pascal-imenu-generic-expression, pascal-auto-endcomments)
2425         (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
2426         (pascal-outline-mode): Fix docstring typos.
2427         (pascal-mode): Let define-derived-mode document mode hook.
2428         (pascal-uncomment-area): Reflow.
2429         (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
2431         * progmodes/opascal.el (opascal-compound-block-indent)
2432         (opascal-case-label-indent): Fix docstring typos.
2433         (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
2435 2014-03-13  Dmitry Gutov  <dgutov@yandex.ru>
2437         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2438         Fontify multiple adjacent negation chars.  (Bug#17004)
2440 2014-03-13  Tom Willemse  <tom@ryuslash.org>  (tiny change)
2442         * emacs-lisp/package.el (package--prepare-dependencies):
2443         Accept requirements without explicit version (bug#14941).
2445 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
2447         * register.el (register-separator, copy-to-register): Doc fixes.
2448         (register-preview-default): Remove unnecessary call to concat.
2450         * frameset.el (frameset-restore): When checking for a visible frame,
2451         use the action map instead of calling visible-frame-list.
2453 2014-03-12  Jonas Bernoulli  <jonas@bernoul.li>
2455         * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
2457 2014-03-12  Martin Rudalics  <rudalics@gmx.at>
2459         * window.el (fit-frame-to-buffer): Get maximum width from
2460         display's width instead of height.
2462 2014-03-12  Glenn Morris  <rgm@gnu.org>
2464         * desktop.el (desktop-restore-frames)
2465         (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
2466         (desktop-restore-reuses-frames): Doc tweaks.
2468         * electric.el (electric-indent-mode): Doc fix.
2470 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
2472         * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
2473         (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
2474         (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
2475         (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
2476         (cvs-dired-use-hook): Fix docstring typos.
2477         (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
2478         Doc fixes.
2480         * vc/pcvs-defs.el (cvs-auto-remove-handled)
2481         (cvs-auto-remove-directories, cvs-default-ignore-marks)
2482         (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
2483         (cvs-execute-single-dir): Fix docstring typos.
2485         * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
2486         (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
2488         * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
2490         * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
2491         Fix docstring typos.
2493 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
2495         * frameset.el (frameset--jump-to-register): Add autoload; it could be
2496         called from jump-to-register after unloading the frameset package.
2498 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2500         * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
2501         (bug#16975).  Deactivate the mark before setting it to nil.
2502         (activate-mark): Do nothing if region is already active.
2504 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
2506         * frameset.el (frameset--target-display): Remove definition; declare.
2507         (frameset-save, frameset-restore): Let-bind frameset--target-display.
2509 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2511         * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
2512         (advice-add): Add a :advice--pending marker, so advice--make-1 knows
2513         when the advice is pending.
2514         (advice-remove): Remove this marker when not needed any more.
2516 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
2518         * frameset.el: Separate options for reusing frames and cleaning up.
2519         (frameset--reuse-list): Remove definition; declare.
2520         (frameset--action-map): Declare.
2521         (frameset--find-frame-if): Doc fix.
2522         (frameset--restore-frame): Cache frame action.
2523         (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
2524         how to clean up the frame list after restoring.  Remove cleaning
2525         options from REUSE-FRAMES.  Change all keyword values to symbols.
2526         (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
2528         * desktop.el (desktop-restore-forces-onscreen)
2529         (desktop-restore-reuses-frames): Use non-keyword values.
2530         (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
2532 2014-03-10  Glenn Morris  <rgm@gnu.org>
2534         * files.el (find-file): Doc fix: update info node name.
2536         * emacs-lisp/advice.el (ad-add-advice, defadvice):
2537         Doc fix: remove references to deleted info nodes.
2539 2014-03-10  Michael Albinus  <michael.albinus@gmx.de>
2541         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
2542         Do not add `nil' to the environment, when there's no remote `locale'.
2543         (tramp-find-inline-encoding): Check, that the remote host has
2544         installed perl, before sending scripts.
2546 2014-03-10  Leo Liu  <sdl.web@gmail.com>
2548         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
2549         Clear eldoc-last-message.  (Bug#16920)
2551 2014-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2553         * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
2554         (bug#14430).
2556 2014-03-09  Juri Linkov  <juri@jurta.org>
2558         * ansi-color.el (ansi-color-names-vector): Copy default colors
2559         from `xterm-standard-colors' that look well on the default white
2560         background (and also on the black background) to avoid illegible
2561         color combinations like yellow-on-white and white-on-white.
2562         http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
2564 2014-03-08  Juanma Barranquero  <lekktu@gmail.com>
2566         * frameset.el (frameset-restore): When no frame is visible, do not
2567         generate a list of frames, just make visible the selected one.
2569 2014-03-08  Dmitry Gutov  <dgutov@yandex.ru>
2571         * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
2572         it only contains the repository root.  (Bug#16897)
2574 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
2576         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
2577         only when `remote-file-name-inhibit-cache' is nil.
2578         (tramp-sh-file-name-handler): Use `tramp-error'.  Simplify code.
2580 2014-03-06  Martin Rudalics  <rudalics@gmx.at>
2582         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
2583         Fix doc-strings.
2584         (fit-frame-to-buffer): New argument ONLY.  Remove dependency on
2585         fit-frame-to-buffer variable.  Fix doc-string.
2586         (fit-window-to-buffer): Set ONLY argument in call of
2587         fit-frame-to-buffer.  Fix doc-string.
2589 2014-03-06  Michael Albinus  <michael.albinus@gmx.de>
2591         * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
2592         (tramp-action-password): Clear password cache if needed.
2593         (tramp-read-passwd): Do not clear password cache.
2595         * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
2596         cache unless it is the first password request.
2598 2014-03-06  Glenn Morris  <rgm@gnu.org>
2600         * simple.el (newline): Doc tweak.
2602         * emacs-lisp/shadow.el (load-path-shadows-find):
2603         Ignore dir-locals.  (Bug#12357)
2605 2014-03-05  Glenn Morris  <rgm@gnu.org>
2607         * files.el (interpreter-mode-alist):
2608         * progmodes/sh-script.el (sh-ancestor-alist): Add dash.  (Bug#16938)
2610 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
2612         * frameset.el (frameset--initial-params): Filter out null entries.
2614 2014-03-05  Martin Rudalics  <rudalics@gmx.at>
2616         * window.el (window-min-height, window-min-width):
2617         Rewrite doc-strings.
2618         (window-body-size): Add PIXELWISE argument to make it consistent
2619         with its callees.
2621 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
2623         * finder.el (finder-mode-map, finder-mode-syntax-table):
2624         Revert part of 2014-02-28 change.
2626 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
2628         * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
2629         (eww-setup-buffer): Clear next/prev/etc more reliably.
2630         (eww-textarea-map): [tab] doesn't work on tty.
2631         Reported by Mario Lang.
2633         * net/shr.el (shr-map): Ditto.
2635 2014-03-04  Glenn Morris  <rgm@gnu.org>
2637         * minibuffer.el (completion-hilit-commonality):
2638         Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
2640 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
2642         * hilit-chg.el (hilit-chg-unload-function): New function.
2643         (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
2644         (hilit-chg-map-changes): Prefer cardinal number to digit.
2645         (hilit-chg-display-changes): Reflow docstring.
2646         (highlight-changes-rotate-faces): Remove superfluous backslash.
2648 2014-03-04  Michael Albinus  <michael.albinus@gmx.de>
2650         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
2651         `tramp-send-command-and-check'.
2653 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
2655         * hexl.el (hexl-address-region, hexl-ascii-region)
2656         (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
2657         (hexl-backward-short, hexl-forward-short, hexl-backward-word)
2658         (hexl-forward-word, hexl-previous-line, hexl-next-line):
2659         Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
2660         (hexl-mode): Doc fix.
2661         (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
2662         (hexl-mode-ruler): Fix typos in docstrings.
2664         * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
2665         (strokes-character, strokes-get-grid-position, strokes-list-strokes):
2666         Remove superfluous backslashes.
2667         (strokes-last-stroke, strokes-global-map, strokes-mode):
2668         Reflow docstrings.
2669         (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
2670         (strokes-xpm-for-compressed-string): Use quotes with buffer name.
2671         (strokes-distance-squared, strokes-global-set-stroke)
2672         (strokes-global-set-stroke-string): Doc fixes.
2673         (strokes-help): Fix typos; reflow docstring.
2675 2014-03-04  Martin Rudalics  <rudalics@gmx.at>
2677         * window.el (window-in-direction): Fix doc-string.
2679 2014-03-04  Glenn Morris  <rgm@gnu.org>
2681         * emacs-lisp/smie.el (smie-config-guess): Doc fix.
2682         Explicit error if no grammar.
2683         (smie-config-save): Doc fix.  Fix quote typo.
2685 2014-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2687         * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
2688         electric-indent-mode-hook if we obey electric-indent-mode.
2689         (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
2690         decide whether we obey electric-indent-mode.
2691         (c-change-set-fl-decl-start, c-extend-after-change-region):
2692         Silence warnings.
2693         (c-electric-indent-mode-hook): Assume we do want to obey
2694         electric-indent-mode.
2696         * electric.el (electric-indent-mode-has-been-called): Remove.
2697         (electric-indent-mode): Fix accordingly.
2699         * files.el (hack-local-variables): Mention file name in warning.
2701         * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
2703 2014-03-04  Michal Nazarewicz  <mina86@mina86.com>
2705         * bindings.el: Add comment describing why C-d binds to `delete-char'.
2706         * simple.el (delete-forward-char): Mark as interactive-only.
2708 2014-03-03  Juanma Barranquero  <lekktu@gmail.com>
2710         * icomplete.el (icomplete-completions):
2711         Follow-up to 2014-03-01 change.
2713         * icomplete.el: Miscellaneous doc fixes.
2714         Use Icomplete everywhere instead of icomplete for consistency.
2715         (icomplete-max-delay-chars): Fix typo.
2716         (icomplete-mode): Use \[].
2717         (icomplete-tidy, icomplete-exhibit): Reflow.
2718         (icomplete-minibuffer-setup-hook, icomplete-completions):
2719         Remove superfluous backlashes.
2721         * ido.el: Miscellaneous doc fixes.
2722         Use Ido everywhere instead of ido or `ido' for consistency.
2723         (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
2724         (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
2725         (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
2726         (ido-separator): Extract obsolescence info from docstring and declare
2727         with make-obsolete-variable.
2728         (ido-minibuffer-setup-hook): Simplify example.
2729         (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
2730         (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
2731         (ido-completion-help, ido-completing-read): Fix typos in docstrings.
2732         (ido-everywhere): Reflow docstring.
2733         (ido-toggle-vc): Doc fix.
2734         (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
2735         of long list of keybindings.
2737 2014-03-03  Glenn Morris  <rgm@gnu.org>
2739         * frame.el (display-pixel-height, display-pixel-width)
2740         (display-mm-dimensions-alist, display-mm-height)
2741         (display-mm-width): Doc tweaks.
2743 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
2745         * simple.el (undo-elt-in-region): Fix buffer corruption for edge
2746         case of undo in region.
2748 2014-03-02  Martin Rudalics  <rudalics@gmx.at>
2750         * window.el (fit-window-to-buffer): Fix argument in window-size
2751         call when window is horizontally combined.
2753 2014-03-02  Juanma Barranquero  <lekktu@gmail.com>
2755         * icomplete.el (icomplete-completions): Use string-width.
2756         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2758 2014-03-01  Dmitry Gutov  <dgutov@yandex.ru>
2760         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2761         Highlight regexp options.  (Bug#16914)
2763 2014-03-01  Martin Rudalics  <rudalics@gmx.at>
2765         * window.el (window--max-delta-1): Round down when calculating
2766         how many lines/columns we can get from a window.
2768 2014-03-01  Glenn Morris  <rgm@gnu.org>
2770         * isearch.el (search-invisible): Doc fix.
2772         * minibuffer.el (completion-hilit-commonality):
2773         Make `base-size' argument optional.  Short-cut if `prefix-len' is 0.
2774         * comint.el (comint-dynamic-list-completions): Doc fix.
2775         * comint.el (comint-dynamic-list-completions):
2776         * filecache.el (file-cache-minibuffer-complete):
2777         * tempo.el (tempo-display-completions):
2778         * eshell/em-hist.el (eshell-list-history):
2779         Replace use of obsolete argument of display-completion-list.
2781 2014-03-01  Juanma Barranquero  <lekktu@gmail.com>
2783         * icomplete.el (icomplete-completions):
2784         Revert back to using "..." when ?… cannot be displayed.
2786 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
2788         * finder.el (finder-unload-function): New function.
2790 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
2792         * dframe.el (dframe-detach):
2793         * find-dired.el (find-dired, find-name-dired):
2794         * finder.el (finder-mode-map, finder-mode-syntax-table)
2795         (finder-headmark, finder-select, finder-mouse-select):
2796         Fix docstring typos.
2798 2014-02-28  Martin Rudalics  <rudalics@gmx.at>
2800         Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
2801         * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
2802         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
2803         Fix doc-string based on a suggestion by Nicolas Richard
2804         <theonewiththeevillook@yahoo.fr>.
2805         * help.el (with-help-window): Fix doc-string.
2807 2014-02-28  Ivan Kanis  <ivan@kanis.fr>
2809         * net/shr.el (shr-image-animate): New option.
2810         (shr-put-image): Respect shr-image-animate.
2812 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
2814         * net/tramp-adb.el (tramp-adb-parse-device-names):
2815         Use `accept-process-output'.
2816         (tramp-adb-handle-file-truename): Cache the localname only.
2817         (tramp-adb-handle-make-directory)
2818         (tramp-adb-handle-delete-directory): Flush file properties correctly.
2819         (tramp-adb-handle-set-file-modes): Do not raise an error when file
2820         modes cannot be changed.
2822         * net/tramp-cache.el (tramp-flush-directory-property): Remove also
2823         file properties of symlinks.
2825 2014-02-28  Per Starbäck  <starback@stp.lingfil.uu.se>
2827         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
2828         required/optional fields to match development biblatex.  (Bug#16781)
2830 2014-02-28  Andy Sawyer  <andy.sawyer@gmail.com>  (tiny change)
2832         * saveplace.el (toggle-save-place):
2833         Fix argument handling.  (Bug#16673)
2835 2014-02-28  Glenn Morris  <rgm@gnu.org>
2837         * minibuffer.el (completions-first-difference)
2838         (completions-common-part, completion-hilit-commonality): Doc fixes.
2840 2014-02-28  Karl Berry  <karl@gnu.org>
2842         * info.el (Info-mode-map): Add H for describe-mode,
2843         to synchronize with standalone Info.
2845 2014-02-28  Emilio C. Lopes  <eclig@gmx.net>
2847         * progmodes/sql.el (sql-interactive-mode):
2848         Avoid setting global comint-input-ring-separator.  (Bug#16814)
2850 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
2852         * net/dbus.el (dbus--init-bus): Declare function.
2853         (dbus-path-local, dbus-interface-local): New defconst.
2854         (dbus-init-bus): Use them.
2855         (dbus-return-values-table): Extend doc.
2856         (dbus-handle-bus-disconnect): Extend error message.
2858 2014-02-27  Juanma Barranquero  <lekktu@gmail.com>
2860         * subr.el (y-or-n-p): Fix double space issue in message.
2862 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
2864         * net/tramp.el (tramp-call-process): Improve trace message.
2865         (tramp-handle-insert-file-contents): Trace error case.
2867         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
2868         <insert-directory>: Use `tramp-handle-insert-directory'.
2869         (tramp-adb-handle-insert-directory): Remove function.
2870         (tramp-adb-send-command-and-check): New defun, replacing
2871         `tramp-adb-command-exit-status'.  Change all callees.
2872         (tramp-adb-handle-file-attributes)
2873         (tramp-adb-handle-directory-files-and-attributes): Use it.
2874         (tramp-adb-ls-output-name-less-p):
2875         Use `directory-listing-before-filename-regexp'.
2876         (tramp-adb-handle-delete-directory): Flush also file properties of
2877         the truename of directory.
2878         (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
2879         (tramp-adb-handle-file-local-copy): Make the local copy readable.
2880         (tramp-adb-handle-write-region): Implement APPEND.
2881         (tramp-adb-handle-rename-file): Make it more robust.  Flush file
2882         properties correctly.
2883         (tramp-adb-maybe-open-connection): Set `tramp-current-*'
2884         variables.  Check for connected devices only when needed.
2886 2014-02-27  Glenn Morris  <rgm@gnu.org>
2888         * minibuffer.el (completion-table-dynamic)
2889         (completion-table-with-cache): Doc fixes.
2891         * emacs-lisp/crm.el (crm-default-separator, crm-separator)
2892         (completing-read-multiple): Doc fixes.
2894 2014-02-27  Daniel Colascione  <dancol@dancol.org>
2896         * minibuffer.el (completion--nth-completion): Fix indentation.
2898         * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
2899         explicit tramp path is empty.
2901 2014-02-27  Glenn Morris  <rgm@gnu.org>
2903         * emacs-lisp/crm.el (completing-read-multiple):
2904         Empower help-enable-auto-load.
2906 2014-02-26  Glenn Morris  <rgm@gnu.org>
2908         * startup.el (command-line): Don't init the tty in daemon mode.
2910         Avoid calling tty-setup-hook twice, eg if a term file
2911         explicitly calls tty-run-terminal-initialization.  (Bug#16859)
2912         * faces.el (tty-run-terminal-initialization): Add run-hook argument.
2913         (tty-create-frame-with-faces): Use it.
2914         * startup.el (command-line): Pass run-hook argument
2915         to tty-run-terminal-initialization.
2917         * dired.el (dired-restore-desktop-buffer): Demote errors;
2918         eg in case a glob match fails.  (Bug#16884)
2920 2014-02-26  Dmitry Gutov  <dgutov@yandex.ru>
2922         * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
2923         error from `read-from-string'.  (Bug#16850)
2925         * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
2926         result of `completing-read' in the interactive form.  (Bug#16854)
2928 2014-02-25  Glenn Morris  <rgm@gnu.org>
2930         * image.el (image-animate, image-animate-timeout):
2931         Stop animating images in dead buffers.  (Bug#16878)
2933         * emacs-lisp/edebug.el (defmacro): Fix debug spec.  (Bug#16868)
2935         * faces.el (tty-setup-hook, tty-run-terminal-initialization):
2936         Doc fixes.
2937         * startup.el (term-setup-hook): Doc fix.  Make obsolete.
2938         * term/sun.el (sun-raw-prefix-hooks):
2939         Use tty-setup-hook instead of term-setup-hook.
2940         (terminal-init-sun): Construct message from bytecomp plist.
2941         * term/wyse50.el (enable-arrow-keys): Doc fix.
2943 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
2945         * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
2946         Fix docstring typos.
2948 2014-02-24  Michael Albinus  <michael.albinus@gmx.de>
2950         * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
2952 2014-02-24  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
2954         * minibuffer.el (completion--try-word-completion):
2955         Fix error when completing M-x commands (bug#16808).
2957 2014-02-24  Leo Liu  <sdl.web@gmail.com>
2959         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
2961 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
2963         * apropos.el (apropos-print): Avoid formatting error when
2964         apropos-do-all and apropos-compact-layout are both t.
2966 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
2968         * apropos.el (apropos-property, apropos-all-words-regexp)
2969         (apropos-true-hit, apropos-variable, apropos-print):
2970         Fix docstring typos, and remove obsolete comment.
2972 2014-02-23  Michael Albinus  <michael.albinus@gmx.de>
2974         * net/tramp-sh.el (tramp-sh-handle-file-truename):
2975         Preserve trailing "/".  (Bug#16851)
2977 2014-02-23  Dmitry Gutov  <dgutov@yandex.ru>
2979         * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
2980         after `=>' (bug#16811).
2981         (ruby-smie-rules): Handle the inconsistent second element of the
2982         list returned by `smie-indent--parent'.
2983         (ruby-font-lock-keywords): Disqualify any identifier before `=' as
2984         method call.
2986 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
2988         * elec-pair.el (electric-pair-text-syntax-table)
2989         (electric-pair-syntax-info, electric-pair--syntax-ppss)
2990         (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
2991         (electric-pair--looking-at-unterminated-string-p): Doc fix.
2992         (electric-pair--inside-string-p): Doc fix.  Use `let', not `let*'.
2994 2014-02-22  Glenn Morris  <rgm@gnu.org>
2996         * imenu.el (imenu--generic-function): Doc fix.
2998         * register.el (frame-configuration-to-register): Make obsolete.
3000 2014-02-22  Juanma Barranquero  <lekktu@gmail.com>
3002         * desktop.el (desktop-save-buffer-p): Do not fail when
3003         desktop-files-not-to-save is nil.  Return t for true result
3004         as the doc says.
3006 2014-02-22  Daniel Colascione  <dancol@dancol.org>
3008         * net/secrets.el (secrets-create-item, secrets-search-items):
3009         Check that attribute values are strings, avoiding the construction
3010         of invalid dbus messages.
3012 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
3014         * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
3015         defun-declarations-alist.
3017 2014-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3019         * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
3020         (bug#16829).
3022 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
3024         * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
3025         (whitespace-newline, whitespace-trailing, whitespace-line)
3026         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
3027         (whitespace-space-after-tab): Fix typo in docstrings.
3029 2014-02-21  Dmitry Gutov  <dgutov@yandex.ru>
3031         * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
3033         * electric.el (electric-indent-functions-without-reindent):
3034         Add `yaml-indent-line'.
3036 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
3038         * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
3039         It has done nothing for years; should be removed after the release.
3041         * simple.el (choose-completion): Fix docstring typo.
3042         (read-quoted-char-radix): Remove unneeded * in docstring.
3043         (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
3044         Don't escape parentheses unnecessarily in docstrings.
3046 2014-02-21  Martin Rudalics  <rudalics@gmx.at>
3048         Fix handling of window-min-height/-width (Bug#16738).
3049         * window.el (window--dump-window, window--dump-frame):
3050         New functions.
3051         (window--min-size-1): Account for window dividers.
3052         When window-resize-pixelwise is nil, delay rounding till after the
3053         sum of the window components has been calculated.
3054         (window--min-delta-1, window--max-delta-1): When PIXELWISE is
3055         nil make sure at least one text line and two text columns remain
3056         fully visible.
3057         (window-resize): Signal an error when window-resize-apply fails.
3058         (window--resize-child-windows): Fix calculation of by how many
3059         pixels a window can still be shrunk via window-new-normal.
3060         (adjust-window-trailing-edge): Call window--resizable with
3061         correct TRAIL argument.
3063         (with-temp-buffer-window): Don't evaluate BODY within
3064         with-current-buffer (Bug#16816).
3066 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
3068         * net/tramp.el (tramp-check-cached-permissions):
3069         Call `file-attributes' with `suffix' being a symbol but a string.
3071 2014-02-21  Daniel Colascione  <dancol@dancol.org>
3073         * net/dbus.el (dbus-init-bus-1): Declare new subr.
3074         (dbus-init-bus): New function: call into dbus-init-bus-1
3075         and installs a handler for the disconnect signal.
3076         (dbus-call-method): Rewrite to look for result in cons.
3077         (dbus-call-method-handler): Store result in cons.
3078         (dbus-check-event): Recognize events with nil sender as valid.
3079         (dbus-handle-bus-disconnect): New function.  React to bus
3080         disconnection signal by synthesizing dbus error for each
3081         pending synchronous or asynchronous call.
3082         (dbus-notice-synchronous-call-errors): New function.
3083         (dbus-handle-event): Raise errors directly only when `dbus-debug'
3084         is true, not all the time.
3086 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
3088         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
3089         Remove obsolescence declarations, these variables do not exist anymore.
3091         * savehist.el (savehist-save-minibuffer-history)
3092         (savehist-additional-variables, savehist-file, savehist-mode-hook)
3093         (savehist-save-hook, savehist-coding-system, savehist-loaded)
3094         (savehist-load, savehist-install, savehist-autosave): Fix typos;
3095         mostly, refer to "Savehist mode" when talking about the mode,
3096         and not the function.
3098         * saveplace.el (save-place): Remove redundant info in docstring.
3099         (save-place-forget-unreadable-files, toggle-save-place)
3100         (save-place-forget-unreadable-files, save-place-dired-hook):
3101         Fix typos and remove unneeded backslashes.
3103 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
3105         * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
3106         (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
3108         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
3109         <insert-directory>: Use `tramp-handle-insert-directory'.
3110         (tramp-gvfs-handle-insert-directory): Remove function.
3112         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3113         Call `tramp-handle-insert-directory'.
3115 2014-02-20  Juanma Barranquero  <lekktu@gmail.com>
3117         * elec-pair.el (electric-pair-syntax-info): Do not check syntax
3118         before the start of buffer/region (bug#16799).
3120 2014-02-20  Glenn Morris  <rgm@gnu.org>
3122         * isearch.el (search-invisible): Doc fix.
3124 2014-02-20  W. Trevor King  <wking@tremily.us>  (tiny change)
3126         * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
3127         (bug#16657).
3129 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
3131         * frameset.el (frameset-restore): Delay removing an old frame's
3132         duplicate id until the new frame has been correctly created.
3134 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
3136         * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
3137         (tramp-check-cached-permissions): Call `file-attributes' if the
3138         cache is empty.
3140         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
3141         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
3143         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
3144         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
3145         (tramp-gvfs-maybe-open-connection): Set always connection
3146         properties, even if target is mounted already.
3148         * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
3149         Set tramp-autoload cookie.
3150         (tramp-get-remote-touch): New defun.
3151         (tramp-sh-handle-set-file-times): Use it.
3152         (tramp-sh-handle-directory-files-and-attributes):
3153         Use `tramp-handle-directory-files-and-attributes' if neither stat
3154         nor perl are available on the remote host.
3156         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
3157         "/".  Write long listing only when "l" belongs to the switches.
3159         * net/trampver.el: Update release number.
3161 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
3163         * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
3165 2014-02-19  Martin Rudalics  <rudalics@gmx.at>
3167         * window.el (window-state-put): Allow WINDOW to refer to an
3168         internal window (Bug#16793).
3170 2014-02-19  Glenn Morris  <rgm@gnu.org>
3172         * textmodes/remember.el: Move provide statement to end.
3173         (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
3174         (remember-notes): Doc fixes.
3176 2014-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3178         * delsel.el (delete-char): Restore incorrectly erased property
3179         (bug#16795).
3181 2014-02-18  Juanma Barranquero  <lekktu@gmail.com>
3183         * frameset.el (frameset--restore-frame): When a frame is being reused
3184         and its root window is not alive, delete all the frame's windows before
3185         restoring the window state.  This works around the issue in bug#16793.
3187 2014-02-18  Glenn Morris  <rgm@gnu.org>
3189         * textmodes/remember.el (remember-data-directory)
3190         (remember-directory-file-name-format, remember-store-in-files)
3191         (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
3192         (remember-notes-save-and-bury-buffer)
3193         (remember-notes--kill-buffer-query): Doc fixes.
3195         * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
3197 2014-02-17  Alan Mackenzie  <acm@muc.de>
3199         Connect electric-indent-mode up with CC Mode.  Bug #15478.
3200         * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
3201         to electric-indent-{,local-}-mode.
3202         (c-basic-common-init): Set electric-indent-inhibit.
3203         Initialise c-electric-flag from electric-indent-mode.
3204         (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
3205         New hook functions which propagate electric-indent-mode to CC mode.
3207         * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
3208         hit, toggle electric-indent-local-mode.
3210         * electric.el (electric-indent-mode-has-been-called):
3211         New variable.
3213 2014-02-17  Juanma Barranquero  <lekktu@gmail.com>
3215         * frameset.el (frameset-cfg-id): New function.
3216         (frameset--reuse-frame, frameset-restore): Use it.
3217         (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
3219 2014-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3221         * ido.el (ido-file-internal): Remove unused var `d'.
3222         Use \` for to match BoS.  Fit within 80n columns.
3224 2014-02-17  Daniel Colascione  <dancol@dancol.org>
3226         * net/dbus.el (dbus-call-method): Work around bug#16775 by having
3227         dbus-call-method check for completion using a busy-wait loop with
3228         gradual backoff.
3230 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
3232         Sync with Tramp 2.2.9.
3234         * net/trampver.el: Update release number.
3236 2014-02-16  Dmitry Gutov  <dgutov@yandex.ru>
3238         * ido.el (ido-file-internal): Don't add the name of an existing
3239         directory twice.  (Bug#16747)
3241 2014-02-16  Glenn Morris  <rgm@gnu.org>
3243         * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
3244         Do not use ediff-defvar-local on pre-defined variables.  (Bug#16744)
3246 2014-02-15  Michael R. Mauger  <michael@mauger.com>
3248         * progmodes/sql.el: Version 3.4
3249         (sql-oracle-options): New default value ("-L").
3250         (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
3251         (sql-placeholders-filter): Correct placeholder pattern.
3252         (sql-read-table-name): Bug fix.  Detect absence of SQLi process.
3253         (sql-login-delay): New variable.
3254         (sql-product-interactive): Use it.
3256 2014-02-15  Juanma Barranquero  <lekktu@gmail.com>
3258         * frameset.el (frameset--jump-to-register): Check that buffer is live
3259         (bug#16749).
3261 2014-02-15  Glenn Morris  <rgm@gnu.org>
3263         * info.el (info-initialize): Revert 2014-01-10 change.
3265 2014-02-14  Glenn Morris  <rgm@gnu.org>
3267         * replace.el (map-query-replace-regexp)
3268         (read-regexp-defaults-function, read-regexp): Doc fixes.
3270         * dired.el (dired-read-regexp):
3271         * faces.el (list-faces-display):
3272         * misearch.el (multi-isearch-read-matching-buffers)
3273         (multi-isearch-read-matching-files):
3274         * play/cookie1.el (cookie-apropos):
3275         * progmodes/grep.el (grep-read-regexp): Doc fixes.
3277         * textmodes/remember.el (remember): Use frameset-to-register
3278         rather than frame-configuration-to-register.
3280 2014-02-14  Jay Belanger  <jay.p.belanger@gmail.com>
3282         * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
3283         incorrect keybinding.
3285 2014-02-13  Daniel Colascione  <dancol@dancol.org>
3287         * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
3288         when adding overlays so that line numbers from compiler match line
3289         numbers we use.
3291 2014-02-13  Glenn Morris  <rgm@gnu.org>
3293         * mail/rmail.el (rmail-probe): Be less strict.  (Bug#16743)
3295         * jit-lock.el (jit-lock-mode): Doc fix.
3297 2014-02-13  Juanma Barranquero  <lekktu@gmail.com>
3299         * apropos.el (apropos-read-pattern): When the user passes an empty
3300         string, give a more helpful error message than "Wrong type
3301         argument: stringp, nil".
3303 2014-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3305         * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
3307 2014-02-13  Glenn Morris  <rgm@gnu.org>
3309         * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
3311 2014-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3313         * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
3314         shift-select commands.
3316 2014-02-12  Dmitry Gutov  <dgutov@yandex.ru>
3318         * progmodes/js.el (js-indent-line): Don't widen.
3319         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
3321 2014-02-12  Glenn Morris  <rgm@gnu.org>
3323         * icomplete.el (icomplete): Add info-link to defgroup.
3324         (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
3325         (icomplete-minibuffer-map, icomplete-mode)
3326         (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
3328         * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
3329         (package-menu-filter): Rename from package-menu-filter-interactive.
3330         Doc fix.
3332 2014-02-11  Juanma Barranquero  <lekktu@gmail.com>
3334         * frameset.el (frameset--jump-to-register): Select the required
3335         window and buffer before restoring position (bug#16696).
3337 2014-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3339         * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
3341 2014-02-10  Glenn Morris  <rgm@gnu.org>
3343         * jit-lock.el (jit-lock-force-redisplay): Doc fix.  (Bug#14394)
3345 2014-02-10  Eli Zaretskii  <eliz@gnu.org>
3347         * w32-common-fns.el (x-get-selection): Doc fix.
3348         * select.el (x-get-selection): Doc fix.  (Bug#15109)
3350         * face-remap.el (face-remap-add-relative)
3351         (face-remap-remove-relative, face-remap-reset-base)
3352         (face-remap-set-base): Call force-mode-line-update to redisplay
3353         the current buffer due to potential change in faces.  (Bug#16709)
3355 2014-02-10  Michael Albinus  <michael.albinus@gmx.de>
3357         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
3358         script more robustly.
3360 2014-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3362         * dired.el (dired-get-marked-files): Doc fix (bug#11534).
3364         * simple.el (choose-completion): Doc fix (bug#14160).
3366         * subr.el (event-start): Say what a nil EVENT value means.
3368         * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
3369         (bug#14197).
3371         * progmodes/grep.el (find-program): Doc fix (bug#14289).
3373         * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
3375         * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
3377         * files.el (confirm-kill-emacs): Allow specifying an arbitrary
3378         predicate function (bug#15455).
3380 2014-02-10  Dmitry Gutov  <dgutov@yandex.ru>
3382         * ielm.el (inferior-emacs-lisp-mode): Instead of
3383         `comment-use-global-state', set `comment-use-syntax'.
3385 2014-02-10  Glenn Morris  <rgm@gnu.org>
3387         * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
3389 2014-02-09  Alan Mackenzie  <acm@muc.de>
3391         Fix c-invalidate-state-cache on narrowed buffers.
3392         * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
3393         Widen when setting and clearing the CPP delimiter properties.
3395 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3397         * help.el (describe-bindings): Doc fix (bug#9888).
3399         * files.el (save-buffer): Use ARG as the parameter name for
3400         consistency (bug#10346).
3401         (save-buffer): Clarify the 0 argument (bug#10346).
3403         * cus-edit.el (customize-apropos): Fix error string.
3404         (custom-buffer-create): Doc fix (bug#11122).
3405         (custom-sort-items): Doc fix (bug#11121).
3407         * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
3409         * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
3410         (icomplete-simple-completing-p): Mention the previous variable.
3412         * font-lock.el (font-lock-value-in-major-mode): Clarify the
3413         meaning of the parameter (bug#12282).
3415         * files.el (find-file-noselect): Clarify prompt when changing
3416         readedness (bug#13261).
3417         (locate-file): Suffixes aren't returned, so don't say that they
3418         are (bug#12674).
3419         (backup-inhibited): Doc clarification (bug#12525).
3421         * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
3422         before we actually start to delete things (bug#16331).
3424         * subr.el (event-start): Doc fix (bug#14228).
3425         (event-end): Ditto.
3427 2014-02-09  Glenn Morris  <rgm@gnu.org>
3429         * emacs-lisp/warnings.el (lwarn):
3430         Empower help-enable-auto-load.  (Bug#15940)
3432 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
3434         * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
3435         (Bug#16690)
3437 2014-02-08  Michael Albinus  <michael.albinus@gmx.de>
3439         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3440         Insert output at end of buffer.  (Bug#16120)
3442 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3444         * simple.el (choose-completion-string-functions): Document new
3445         calling convention (bug#14153).
3446         (execute-extended-command): Clarify doc string (bug#13373).
3448         * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
3450         * find-dired.el (find-name-dired): Doc fix (bug#14290).
3451         (find-grep-dired): Doc fix (bug#14288).
3453 2014-02-08  Juri Linkov  <juri@jurta.org>
3455         * isearch.el (isearch-quote-char): Check character validity
3456         like in `quoted-insert' (bug#16677).
3458 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3460         * files.el (find-file-visit-truename): Doc clarification (bug#14697).
3462         * isearch.el (isearch-hide-immediately): Doc clarification
3463         (bug#14723).
3465         * simple.el (line-move): Document utility function used many
3466         places in the Emacs sources (bug#14843).
3468         * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
3469         (dired-prev-marked-file): Doc fix (bug#14855).
3470         (dired-up-directory): Doc fix (bug#14848).
3472         * minibuffer.el (read-file-name): Doc clarification (bug#15096).
3474         * files.el (file-relative-name): Doc fix (bug#15159).
3476         * fringe.el (fringe-styles): Doc fix (bug#15239).
3478         * isearch.el (isearch-filter-predicate): Documentation typo fix
3479         (bug#15474).
3481         * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
3483         * isearch.el (isearch-cmds): Doc clarification (bug#15547).
3485         * replace.el (replace-match-maybe-edit): Doc clarification
3486         (bug#15632).
3488         * subr.el (add-to-list): Refill the paragraphs (bug#15791).
3490         * macros.el (insert-kbd-macro): Doc fix (bug#16025).
3492 2014-02-08  Glenn Morris  <rgm@gnu.org>
3494         * help-fns.el (describe-variable):
3495         Check {file,dir}-local-variables-alist, and buffer-file-name,
3496         in the correct buffer.
3498 2014-02-08  Ingo Lohmar  <i.lohmar@gmail.com>
3500         * help-fns.el (describe-variable): Fix the case where
3501         a value is directory-local with no dir-locals file.  (Bug#16635)
3503 2014-02-08  Glenn Morris  <rgm@gnu.org>
3505         * abbrev.el (edit-abbrevs-mode):
3506         Derive from fundamental-mode.  (Bug#16682)
3508 2014-02-07  Juanma Barranquero  <lekktu@gmail.com>
3510         * simple.el (quoted-insert): Check character validity (bug#16677).
3512 2014-02-07  Juri Linkov  <juri@jurta.org>
3514         * desktop.el (desktop-read): Claim the lock when the owner is not
3515         the current process.  (Bug#16157)
3517 2014-02-07  Juri Linkov  <juri@jurta.org>
3519         * desktop.el (desktop-buffers-not-to-save): Change default from nil
3520         to "\\` ".  (Bug#16651)
3522 2014-02-07  Juri Linkov  <juri@jurta.org>
3524         * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
3525         when enabling, and `desktop-auto-save-cancel-timer' when disabling.
3526         (desktop-auto-save-cancel-timer): New function with some code from
3527         `desktop-auto-save-set-timer'.
3528         (after-init-hook): Don't call `desktop-auto-save-set-timer'.
3529         Instead of setting `desktop-save-mode' to nil, call
3530         `desktop-save-mode' with arg 0.  (Bug#16630)
3532 2014-02-07  Glenn Morris  <rgm@gnu.org>
3534         * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
3535         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
3536         (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
3538         * obsolete/iswitchb.el: Move to obsolete/.
3539         * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
3540         since obsolete/ is not scanned for autoloads.
3541         * emacs-lisp/authors.el (authors-valid-file-names):
3542         Add iswitchb.el.
3544         * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
3545         Disable now non-functional find-file-hook.
3547 2014-02-06  Michael Albinus  <michael.albinus@gmx.de>
3549         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
3550         instead of ";" in order to avoid additional prompts.  Let heredoc
3551         scripts read from tty.  (Bug#16582)
3552         (tramp-send-command): No special handling of heredocs, it isn't
3553         necessary anymore.
3555 2014-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3557         * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
3558         with a space (bug#16664).  Limit the symbols considered to the ones
3559         that are bound or fbound (bug#16646).
3561 2014-02-06  Glenn Morris  <rgm@gnu.org>
3563         * epa.el (epa-mail-aliases): Doc fix.
3565 2014-02-06  Dmitry Gutov  <dgutov@yandex.ru>
3567         * emacs-lisp/lisp.el (lisp-completion-at-point):
3568         Use `completion-table-merge' instead of `completion-table-in-turn'
3569         (bug#16604).
3571         * minibuffer.el (completion-table-merge): New function.
3573 2014-02-05  Michael Albinus  <michael.albinus@gmx.de>
3575         * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
3576         (tramp-sh-handle-set-file-acl)
3577         (tramp-sh-handle-start-file-process)
3578         (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
3579         (tramp-find-executable, tramp-send-command): Use it.
3581 2014-02-05  Glenn Morris  <rgm@gnu.org>
3583         * epa.el (epa-mail-aliases): Fix custom type.  Doc tweak.
3585 2014-02-04  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3587         * progmodes/python.el (python-shell-send-string)
3588         (python-shell-send-string-no-output): Fix docstring (Bug#16547).
3590 2014-02-04  Anders Lindgren  <andlind@gmail.com>
3592         * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
3593         the names (bug#16620).
3595 2014-02-03  Martin Rudalics  <rudalics@gmx.at>
3597         * faces.el (window-divider): New default value.  Rewrite doc-string.
3598         (window-divider-first-pixel, window-divider-last-pixel): New faces.
3600 2014-02-03  Dmitry Gutov  <dgutov@yandex.ru>
3602         * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
3603         `protected' and `public' can also be called without arguments.
3605 2014-02-03  Glenn Morris  <rgm@gnu.org>
3607         * register.el (window-configuration-to-register)
3608         (frame-configuration-to-register): Unadvertise unused argument.
3609         * frameset.el (frameset-to-register): Remove unused argument.
3611         * frameset.el (frameset-to-register):
3612         * kmacro.el (kmacro-to-register):
3613         * register.el (increment-register):
3614         * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
3615         (calc-append-to-register, calc-prepend-to-register):
3616         * play/gametree.el (gametree-layout-to-register)
3617         (gametree-apply-register-layout):
3618         * textmodes/picture.el (picture-clear-rectangle-to-register)
3619         (picture-yank-rectangle-from-register):
3620         * vc/emerge.el (emerge-combine-versions-register):
3621         Use register-read-with-preview to read registers.
3623 2014-02-03  João Távora  <joaotavora@gmail.com>
3625         * elec-pair.el (electric-pair-backward-delete-char): Don't error
3626         when at beginning of (possibly narrowed) buffer.
3628 2014-02-02  Daniel Colascione  <dancol@dancol.org>
3630         * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
3631         Also try to display local help from just before point.
3633 2014-02-02  Alan Mackenzie  <bug-cc-mode@gnu.org>
3635         c-parse-state.  Don't "append-lower-brace-pair" in certain
3636         circumstances.  Also fix an obscure bug where "\\s!" shouldn't be
3637         recognised as a comment.
3639         * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
3640         as well as normal comment starter.
3641         (c-parse-state-get-strategy): Extra return possibility
3642         'back-and-forward.
3643         (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
3644         return value list to indicate replacement of a brace-pair cons
3645         with its car.
3646         (c-parse-state-1): With 'back-and-forward, only call
3647         c-append-lower-brace-pair-to state-cache when cons-separated.
3649 2014-02-02  Jan Djärv  <jan.h.d@swipnet.se>
3651         * term/ns-win.el (ns-suspend-error): New function.
3652         (ns-initialize-window-system): Add ns-suspend-error to
3653         suspend-hook (Bug#16612).
3655 2014-02-02  Daniel Colascione  <dancol@dancol.org>
3657         * progmodes/cc-defs.el (c-find-assignment-for-mode):
3658         Make loading cc-mode silent.
3660 2014-02-02  Daniel Colascione  <dancol@dancol.org>
3662         * comint.el (comint-prompt-read-only): Change doc to suggest
3663         remap keybinding.
3665 2014-02-02  Glenn Morris  <rgm@gnu.org>
3667         * register.el (register-read-with-preview, point-to-register)
3668         (window-configuration-to-register, frame-configuration-to-register)
3669         (jump-to-register, number-to-register, view-register, insert-register)
3670         (copy-to-register, append-to-register, prepend-to-register)
3671         (copy-rectangle-to-register): Doc fixes.
3673 2014-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3675         * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
3676         * emacs-lisp/find-func.el (find-function-C-source): Idem.
3677         * emacs-lisp/nadvice.el (advice--cd*r): New function.
3678         * help-fns.el (describe-function-1): Use it.
3680 2014-02-02  Glenn Morris  <rgm@gnu.org>
3682         * register.el (register-preview-default): New function,
3683         split from register-preview.
3684         (register-preview-function): Rename from register-preview-functions,
3685         make it not a hook.
3686         (register-preview): Use register-preview-function.
3687         (register-read-with-preview): Error on non-character event.  (Bug#16595)
3689 2014-02-01  Dmitry Gutov  <dgutov@yandex.ru>
3691         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
3692         `:' before binary operators (bug#16609).  Don't check for `:'
3693         before `[' and `(', or their syntax status.  A percent literal
3694         can't end with either.
3695         (ruby-font-lock-keywords): For built-ins that require arguments,
3696         check that they're followed by something that looks like argument
3697         (bug#16610).
3699 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3701         * subr.el (butlast): Document what an omitted N means (bug#13437).
3702         (nbutlast): Ditto.
3704 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3706         * net/shr.el (shr-generic): Make into a defsubst to make the stack
3707         depth shallower (bug#16587).
3708         (shr-tag-svg): Respect `shr-inhibit-images'.
3709         (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
3711 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
3713         * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
3714         (ruby-smie-grammar): Make "." right-associative.  Make its priority
3715         lower than the ternary and all binary operators.
3716         (ruby-smie-rules): Indent "(" relative to the first non-"."
3717         parent, or the first "." parent at indentation.
3718         Use `ruby-align-chained-calls' for indentation of "." tokens.
3719         (Bug#16593)
3721 2014-01-31  Juri Linkov  <juri@jurta.org>
3723         * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
3724         from `make-hash-table'.
3726         * textmodes/ispell.el (ispell-init-process): Change message format
3727         to be consistent with other messages.
3729 2014-01-31  Glenn Morris  <rgm@gnu.org>
3731         * delsel.el (delete-selection-mode): Doc fix.
3733         * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
3734         (trace-function-background): Doc fixes.
3736         * ido.el (ido-use-virtual-buffers): Doc fix.
3737         Reset :version, since the default value has not changed.
3739         * register.el (register-preview-delay, register-read-with-preview):
3740         Doc fixes.
3742         * mail/reporter.el (reporter-dump-variable): In case of void-variable,
3743         do not mess with mail-buffer position (fixes 2009-11-03 change).
3744         * progmodes/cc-mode.el (c-submit-bug-report):
3745         Check auto-fill-mode is bound.  (Bug#16592)
3747 2014-01-31  Darren Hoo  <darren.hoo@gmail.com>
3749         * startup.el (fancy-splash-image-file): New function,
3750         split from fancy-splash-head.
3751         (fancy-splash-head, use-fancy-splash-screens-p): Use it,
3752         so that we are both using the same image.  (Bug#16574)
3754 2014-01-30  Glenn Morris  <rgm@gnu.org>
3756         * simple.el (eval-expression): Doc fix.
3758         * hexl.el (hexl-mode-hook):
3759         * ielm.el (ielm-mode-hook):
3760         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
3761         (lisp-interaction-mode-hook):
3762         * progmodes/cfengine.el (cfengine3-documentation-function):
3763         Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
3765 2014-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3767         * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
3768         is a symbol (bug#16584).
3770 2014-01-30  Glenn Morris  <rgm@gnu.org>
3772         * help.el (help-for-help-internal): Add "P" to text.
3774 2014-01-29  Glenn Morris  <rgm@gnu.org>
3776         * simple.el (just-one-space, cycle-spacing): Doc fixes.
3778 2014-01-28  Martin Rudalics  <rudalics@gmx.at>
3780         * window.el (fit-frame-to-buffer): Fix calculations for margins and
3781         height constraints.
3783 2014-01-28  Luke Lee  <luke.yx.lee@gmail.com>
3785         * progmodes/hideif.el: Extend to full CPP expression syntax.
3786         (hif-token-alist): Add missing tokens.
3787         (hif-token-regexp): Add support for float/octal/hex immediates.
3788         (hif-string-literal-regexp): New const.
3789         (hif-tokenize): Recognize strings and float/octal/hex immediates.
3790         (hif-exprlist): New function.
3791         (hif-parse-if-exp): Use it.
3792         (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
3793         (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
3794         (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
3795         (hif-logxor, hif-comma): New functions.
3797 2014-01-28  Glenn Morris  <rgm@gnu.org>
3799         * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
3801         * indent.el (tab-stop-list): Doc fix.  Add :version.
3803         * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
3804         (cvs-append-to-ignore): Add compatibility alias.
3806 2014-01-27  Glenn Morris  <rgm@gnu.org>
3808         * dired.el (dired-hide-details-mode): Don't autoload it,
3809         since it cannot be used outside Dired buffers anyway.
3811         * emulation/cua-base.el (cua-mode): Doc fix.
3813         * dired.el (dired-hide-details-hide-symlink-targets)
3814         (dired-hide-details-hide-information-lines)
3815         (dired-hide-details-mode): Doc fixes.
3817         * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
3818         * strokes.el (strokes-file): Doc fix.  Bump :version.
3819         (strokes-help): Doc fix.
3820         * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
3821         * emulation/viper.el (viper): Doc fix for custom group.
3822         (top-level): Remove oh-so-no-longer-relevant text about vip.
3823         * obsolete/otodo-mode.el (todo-prefix): Doc fix.
3825         * ido.el (ido-save-directory-list-file):
3826         * saveplace.el (save-place-file):
3827         * calendar/timeclock.el (timeclock-file):
3828         * net/quickurl.el (quickurl-url-file):
3829         * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
3830         * progmodes/idlwave.el (idlwave-config-directory):
3831         * textmodes/remember.el (remember-data-file):
3832         Bump :version.
3834 2014-01-26  Glenn Morris  <rgm@gnu.org>
3836         * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
3837         Doc fix.  Make obsolete.
3838         (opascal-mode): No longer mention opascal-tab-always-indents in doc.
3840         * sort.el (delete-duplicate-lines): Doc fix.
3842 2014-01-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3844         * progmodes/ada-mode.el (ada):
3845         * woman.el (woman): Link to info manual and Commentary section.
3847         * progmodes/flymake.el (flymake):
3848         * nxml/nxml-mode.el (nxml):
3849         * net/eww.el (eww):
3850         * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
3851         * htmlfontify.el (htmlfontify):
3852         * ses.el (ses):
3853         * epa.el (epa):
3854         * ido.el (ido): Link to info manual.
3856 2014-01-25  Leo Liu  <sdl.web@gmail.com>
3858         * progmodes/flymake.el (flymake-make-overlay): No rear advance.
3860 2014-01-25  Adam Sjøgren  <asjo@koldfront.dk>
3862         * net/shr.el (shr-tag-img): Prefer the title over the alt text
3863         (bug#16537).
3865 2014-01-24  Juanma Barranquero  <lekktu@gmail.com>
3867         * net/eww.el (eww-download-callback):
3868         Fix reference to eww-download-directory.
3870         * emacs-lisp/bytecomp.el (byte-compile-file):
3871         Remove unused local variable `file-name'.
3873 2014-01-24  Glenn Morris  <rgm@gnu.org>
3875         * woman.el (woman-default-faces, woman-monochrome-faces):
3876         Fix obsolescence specification.
3878         * subr.el (with-demoted-errors): Doc fix.
3880 2014-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3882         * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
3883         (cl--macroexp-fboundp): New function.
3884         (cl--make-type-test): Use it.
3886 2014-01-23  Glenn Morris  <rgm@gnu.org>
3888         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
3889         * simple.el (eval-expression): Doc fixes.
3891 2014-01-22  Glenn Morris  <rgm@gnu.org>
3893         * emacs-lisp/authors.el (authors-fixed-entries): Addition.
3895 2014-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3897         * emacs-lisp/package.el: Write files silently.
3898         (package-autoload-ensure-default-file, package--write-file-no-coding)
3899         (package-generate-description-file, package--download-one-archive)
3900         (package-install-from-archive): Tell `write-region' to stay quiet.
3901         (package-menu-mode, package-menu--print-info): Omit the Archive column
3902         if there's only one archive.
3903         (package-all-keywords, package--has-keyword-p): Remove dead code.
3905 2014-01-22  Glenn Morris  <rgm@gnu.org>
3907         * version.el (emacs-bzr-version-bzr): Fix typo.
3909         * version.el (emacs-repository-get-version):
3910         Check either .bzr or .git, but not both.
3911         Make the git case actually use the DIR argument, and return nil
3912         rather than the empty string.
3913         Avoid error if .git exists but the git executable is not found.
3915 2014-01-22  Martin Rudalics  <rudalics@gmx.at>
3917         Fixes in window size functions around Bug#16430 and Bug#16470.
3918         * window.el (window-total-size, window-size): New argument ROUND.
3919         (window--min-delta-1, window-min-delta, window--max-delta-1):
3920         Be more conservative when calculating the numbers of lines or
3921         columns a window can shrink (Bug#16430).
3922         (fit-window-to-buffer): Simplify code.
3923         * term.el (term-window-width): Call window-body-width again.
3925 2014-01-22  Glenn Morris  <rgm@gnu.org>
3927         * image.el (image-format-suffixes): Doc fix.
3929         * international/quail.el (quail-define-package): Doc fix.
3931         * emacs-lisp/authors.el (authors-valid-file-names)
3932         (authors-renamed-files-alist): Additions.
3934         * vc/vc-git.el (vc-git-print-log): Remove --follow;
3935         reverts 2014-01-09 change.  (Bug#16422)
3937         * calc/calc-embed.el (thing-at-point-looking-at):
3938         * emacs-lisp/map-ynp.el (x-popup-dialog):
3939         * obsolete/lmenu.el (x-popup-dialog):
3940         * emacs-lisp/package.el (url-recreate-url):
3941         * mail/mailclient.el (clipboard-kill-ring-save):
3942         * subr.el (x-popup-dialog): Update declaration.
3943         * mail/rmail.el (rmail-mime-message-p):
3944         * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
3946 2014-01-21  Daniel Colascione  <dancol@dancol.org>
3948         * progmodes/sh-script.el (sh--inside-noncommand-expression):
3949         Correctly detect when we're inside an arithmetic expansion form
3950         containing nested parenthesis.
3951         (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
3952         to detect cases where we shouldn't expand "<<" to a heredoc
3953         skeleton.
3955 2014-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3957         * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
3958         (eldoc--message-command-p): New function.
3959         (eldoc-display-message-p): Use it.
3960         (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
3961         message is not automatically erased for us.
3962         (eldoc-print-current-symbol-info): Erase previous message, if any.
3964 2014-01-21  Tassilo Horn  <tsdh@gnu.org>
3966         * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
3967         specify it's an interactive function.
3969         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
3970         Fix regex used for scanning for citation keys which failed for
3971         citations with optional arguments.
3973 2014-01-21  Leo Liu  <sdl.web@gmail.com>
3975         * simple.el (read--expression): Don't enable eldoc-mode.
3977 2014-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3979         * simple.el (move-beginning-of-line): Make sure we don't move forward
3980         (bug#16497).
3982 2014-01-20  Juri Linkov  <juri@jurta.org>
3984         * saveplace.el (toggle-save-place, save-place-to-alist)
3985         (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
3986         'dired-mode) before checking for dired-directory.  (Bug#16477)
3988 2014-01-20  Juri Linkov  <juri@jurta.org>
3990         * indent.el (indent-line-to): Use backward-to-indentation
3991         instead of back-to-indentation.  (Bug#16461)
3993 2014-01-20  Paul Eggert  <eggert@cs.ucla.edu>
3995         Revert some of the CANNOT_DUMP fix (Bug#16494).
3996         Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
3997         but fixing this can wait until after the next release.
3998         * Makefile.in (emacs): Keep EMACSLOADPATH empty.
4000 2014-01-19  Michael Albinus  <michael.albinus@gmx.de>
4002         * eshell/esh-mode.el (eshell-password-prompt-regexp):
4003         Use `password-word-equivalents'.
4004         (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
4005         to t.  (Bug#5664, Bug#13124)
4007 2014-01-19  Alan Mackenzie  <acm@muc.de>
4009         Bind open-paren-in-column-0-is-defun-start to nil at some entry
4010         points.
4011         * progmodes/cc-engine.el (c-invalidate-state-cache-1)
4012         (c-parse-state-1, c-guess-basic-syntax): Bind it here.
4013         * progmodes/cc-mode.el (c-before-change, c-after-change)
4014         (c-font-lock-fontify-region): Bind it here.
4016 2014-01-19  Martin Rudalics  <rudalics@gmx.at>
4018         * term.el (term-window-width): Call window-text-width instead of
4019         window-width (Bug#16470).
4021 2014-01-18  Paul Eggert  <eggert@cs.ucla.edu>
4023         * simple.el (password-word-equivalents): Remove duplicates.
4024         Sort, to make this easier next time.
4025         Downcase.  Omit ": " after "jelszó".
4027 2014-01-18  Jan Djärv  <jan.h.d@swipnet.se>
4029         * term/common-win.el (saved-region-selection): Defvar it.
4030         (x-select-text): Set saved-region-selection (Bug#16382).
4032 2014-01-18  Glenn Morris  <rgm@gnu.org>
4034         * emacs-lisp/authors.el (authors-aliases)
4035         (authors-renamed-files-alist): Add some entries.
4037 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
4039         * net/tramp.el (tramp-password-prompt-regexp):
4040         Use `password-word-equivalents' if available.
4041         (tramp-action-password, tramp-process-one-action)
4042         (tramp-read-passwd): Let-bind `case-fold-search' to t.  (Bug#13124)
4044 2014-01-17  Chong Yidong  <cyd@gnu.org>
4046         * simple.el (password-word-equivalents): New defcustom.
4047         * comint.el (comint-password-prompt-regexp): Use it.  Bump version
4048         to 24.4.
4049         (comint-watch-for-password-prompt): Let-bind `case-fold-search'
4050         to t.  (Bug#13124)
4052 2014-01-17  Dmitry Gutov  <dgutov@yandex.ru>
4054         * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
4055         (ruby-align-to-stmt-keywords): Change the default value.
4056         Use `ruby-alignable-keywords' to generate the possible customization
4057         choices.
4058         (ruby-smie-rules): Instead of using a hardcoded list of alignable
4059         keywords, check against the value of `ruby-alignable-keywords'
4060         (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
4062 2014-01-17  Glenn Morris  <rgm@gnu.org>
4064         * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
4066         Make M-x authors return zero *Authors Errors* from current logs.
4067         * emacs-lisp/authors.el (authors-obsolete-files-regexps)
4068         (authors-ignored-files): Add some entries, remove others.
4069         (authors-ambiguous-files, authors-valid-file-names):
4070         Add some entries.
4071         (authors-renamed-files-alist): Add, remove, and adjust entries.
4072         (authors-renamed-files-regexps): Add some entries.
4073         Remove some very broad ones.  Make some entries `lax'.
4074         (authors-lax-changelogs): New constant.
4075         (authors-disambiguate-file-name): Treat top-level specially.
4076         (authors-lax-changelog-p): New function.
4077         (authors-canonical-file-name): Check file as written against
4078         authors-valid-file-names.  Do not special-case etc/.
4079         Handle `lax' logs and authors-renamed-files-regexps elements.
4081 2014-01-16  Dmitry Gutov  <dgutov@yandex.ru>
4083         * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
4084         `assoc'.  Use `nth' instead of `cdr'.  Make private.  Update all
4085         callers.
4087 2014-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4089         * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
4090         Assume we're already in the proper buffer.
4091         Inspired by Anders Lindgren <andlind@gmail.com>.
4092         (follow-post-command-hook): Call it from the right buffer.
4093         (follow-comint-scroll-to-bottom): Adjust call.
4094         (follow-all-followers): Use get-buffer-window-list.
4096 2014-01-15  Daniel Colascione  <dancol@dancol.org>
4098         * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
4099         `buffer-file-name' in interactive-form so that we don't leave
4100         pathless file names in `file-name-history'.
4102 2014-01-15  Juri Linkov  <juri@jurta.org>
4104         * indent.el (indent-rigidly): Set deactivate-mark to nil
4105         in transient indentation mode.  (Bug#16438)
4107 2014-01-15  Dmitry Gutov  <dgutov@yandex.ru>
4109         * emacs-lisp/package.el (package-desc-keywords): New function
4110         (Bug#16222).
4111         (describe-package-1, package-all-keywords)
4112         (package--has-keyword-p): Use it.
4114 2014-01-14  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
4116         * simple.el (define-alternatives): When creating the
4117         COMMAND-alternatives variable, assign COMMAND as its definition
4118         name so that `describe-variable' can relocate it.
4120 2014-01-14  Matthew Leach  <matthew@mattleach.net>  (tiny change)
4122         * font-lock.el (font-lock-keywords): Fix typo in docstring
4123         (bug#16307).
4125 2014-01-14  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
4127         * textmodes/ispell.el (ispell-region): Reset `in-comment' for new
4128         line instead of wrongly reset `add-coment' (bug#13577).
4130 2014-01-14  Daiki Ueno  <ueno@gnu.org>
4132         * epa-file.el (epa-file-write-region): Encode the region according
4133         to `buffer-file-format'.  Problem reported at:
4134         <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
4136 2014-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4138         * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
4139         so it applies in the right buffer (bug#16410).
4141 2014-01-13  Daniel Colascione  <dancol@dancol.org>
4143         * textmodes/rst.el (rst-define-key): Provide deprecated
4144         keybindings through named functions instead of anonymous ones so
4145         that "??" doesn't appear in describe-mode output.
4147 2014-01-13  Bastien Guerry  <bzg@gnu.org>
4149         * simple.el (define-alternatives): Call the selected command
4150         interactively.  When setting `COMMAND--implementation' for the
4151         first time, tell the user how to chose another implementation.
4152         Enhance the docstring.
4154 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4156         * vc/log-edit.el: Fix highlighting of summary when it's the first line.
4157         (log-edit--match-first-line): New function.
4158         (log-edit-font-lock-keywords): Use it.
4159         (log-edit-mode): Make jit-lock-defer-multiline work.
4161 2014-01-13  Bastien Guerry  <bzg@gnu.org>
4163         * rect.el (rectangle-mark-mode): When the region is not active,
4164         display a message saying that the mark as been set and that
4165         rectangle mode is in use.
4166         (rectangle--highlight-for-redisplay): Only put an overlay with a
4167         visible vertical bar when (display-graphic-p) is non-nil.
4168         This partially fixes Bug#16403.
4170 2014-01-13  Juri Linkov  <juri@jurta.org>
4172         * info.el (Info-find-file): Go to DIR before displaying the error
4173         about a nonexistent file if no previous Info file is visited.
4174         Use `user-error' instead of `error' for "Info file %s does not exist".
4175         (Info-find-node-2): In case of a nonexistent node in unwind forms
4176         go to the Top node if there is no previous node to revert to.
4177         (Bug#16405)
4179 2014-01-13  Martin Rudalics  <rudalics@gmx.at>
4181         fit-frame/window-to-buffer code fixes including one for Bug#14096.
4182         * window.el (fit-frame-to-buffer): Fix doc-string.
4183         Respect window-min-height/-width.  Fit pixelwise when
4184         frame-resize-pixelwise is non-nil.  Adjust right/bottom edge
4185         when avoiding that frame goes partially off-screen.
4186         (fit-window-to-buffer): Respect window-min-height/-width
4187         (Bug#14096).
4189 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4191         * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
4192         after an empty line.
4194 2014-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4196         * net/shr.el (shr-render-region): Autoload.
4198 2014-01-12  Xue Fuqiao  <xfq.free@gmail.com>
4200         * net/eww.el (eww-download-directory): Rename from
4201         `eww-download-path' (Bug#16419).
4203 2014-01-12  Leo Liu  <sdl.web@gmail.com>
4205         * dired-x.el (dired-mode-map): Fix last change.
4207         * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
4209 2014-01-12  Paul Eggert  <eggert@cs.ucla.edu>
4211         Spelling fixes.
4212         * emacs-lisp/generic.el (generic--normalize-comments):
4213         Rename from generic--normalise-comments.  All uses changed.
4214         * play/bubbles.el (bubbles--neighborhood-score)
4215         (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
4216         (bubbles--neighborhood-available)
4217         (bubbles--update-neighborhood-score):
4218         Rename from names with 'neighbourhood'.  All uses changed.
4220 2014-01-12  Leo Liu  <sdl.web@gmail.com>
4222         Re-implement the feature of showing eldoc info after editing.
4223         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
4224         (eldoc-edit-message-commands): New function.
4225         (eldoc-print-after-edit): New variable.
4226         (eldoc-pre-command-refresh-echo-area): Emit message only by
4227         eldoc-message-commands.
4228         (eldoc-mode): Restrict eldoc-message-commands to editing commands
4229         if eldoc-print-after-edit is set.  (Bug#16346)
4230         * simple.el (read--expression): Enable eldoc-mode.
4231         * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
4233 2014-01-11  Dani Moncayo  <dmoncayo@gmail.com>
4234             Eric S. Raymond  <esr@thyrsus.com>
4236         * version.el (emacs-repository-get-version): Enhance so the
4237         function works correctly in either a Bazaar or Git repo.
4239 2014-01-11  Eric S. Raymond  <esr@thyrsus.com>
4241         * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
4242         Goes with removal of the joke manpages from /etc.
4244 2014-01-10  Kenichi Handa  <handa@gnu.org>
4246         * mail/rmail.el (rmail-get-coding-system):
4247         Check rmail-get-coding-function before "funcall"ing it.
4249 2014-01-10  Glenn Morris  <rgm@gnu.org>
4251         * emacs-lisp/authors.el (authors-fixed-entries):
4252         Update for files that no longer exist.
4254 2014-01-10  Eric S. Raymond  <esr@thyrsus.com>
4256         * version.el (emacs-bzr-get-version): Restore compatibilty with
4257         24.3 (Tested).
4259 2014-01-10  Bozhidar Batsov  <bozhidar@batsov.com>
4261         * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
4262         and Podfile.
4264 2014-01-10  Eli Zaretskii  <eliz@gnu.org>
4266         * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
4268 2014-01-10  Chong Yidong  <cyd@gnu.org>
4270         * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
4272 2014-01-10  Anders Lindgren  <andlind@gmail.com>
4274         * follow.el (follow-cache-command-list): Include right-char and
4275         left-char.
4277 2014-01-10  Paul Eggert  <eggert@cs.ucla.edu>
4279         Spelling fixes.
4280         * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
4281         * woman.el (woman-mark-horizontal-position):
4282         Rename from woman-mark-horizonal-position.  Use changed.
4284 2014-01-10  Glenn Morris  <rgm@gnu.org>
4286         * info.el (info-initialize): If running uninstalled, ensure our
4287         own info files are always found first, even if INFOPATH is set.
4289         * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
4291 2014-01-09  David Engster  <deng@randomsample.de>
4293         * emacs-lisp/eieio-custom.el:
4294         * emacs-lisp/eieio-opt.el: Set generated autoload file to
4295         'eieio.el'.  This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
4296         * emacs-lisp/eieio.el: Regenerate autoloads.
4298 2014-01-09  Eric S. Raymond  <esr@thyrsus.com>
4300         * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
4301         following renames.  (Bug#8756)
4303 2014-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4305         * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
4306         (bug#16382).
4307         (activate-mark): Add `no-tmm' argument.
4308         (set-mark, push-mark-command): Use it instead of running
4309         activate-mark-hook by hand.
4311 2014-01-08  Eric S. Raymond  <esr@thyrsus.com>
4313         In preparation for the move to git, sanitize out some
4314         Bazaar-specific names.
4316         * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
4318         * version.el (emacs-bzr-version): Name changed to
4319         emacs-repository-version.  Obsolete-variable alias made.
4320         * loadup.el: Follow through on this name change.
4321         * mail/emacsbug.el (report-emacs-bug): Factor out any
4322         assumption about the version control system in use.
4324 2014-01-08  David Engster  <deng@randomsample.de>
4326         * help-fns.el (help-fns-describe-function-functions):
4327         New variable to call functions for augmenting help buffers.
4328         (describe-function-1): Remove explicit calls to
4329         `help-fns--compiler-macro', `help-fns--parent-mode' and
4330         `help-fns--obsolete'.  Put them in above new variable instead, and
4331         call them through `run-hook-with-args'.
4332         * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
4333         `eieio-describe-class'.  Not meant for interactive use anymore,
4334         but to augment existing help buffers.  Remove optional second
4335         argument.  Create proper button for file location.
4336         Rewrite function to use `insert' instead of `princ' and `prin1' where
4337         possible.
4338         (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
4339         (eieio-method-def, eieio-class-def): Move further up.
4340         (describe-method, describe-generic, eieio-describe-method):
4341         Remove aliases.
4342         (eieio-help-constructor, eieio-help-generic): Rename from
4343         `eieio-describe-constructor' and `eieio-describe-generic', resp.
4344         Rewrite to use `insert' in the current buffer and use proper help
4345         buttons.
4346         (eieio-help-find-method-definition)
4347         (eieio-help-find-class-definition): Also accept symbols as
4348         arguments.
4349         (eieio-help-mode-augmentation-maybee): Remove.
4350         (eieio-describe-class-sb): Use `describe-function'.
4351         * emacs-lisp/eieio.el (help-fns-describe-function-functions):
4352         Add `eieio-help-generic' and `eieio-help-constructor'.
4354 2014-01-08  Paul Eggert  <eggert@cs.ucla.edu>
4356         Spelling fixes.
4357         * language/china-util.el (hz-ascii-designation):
4358         Rename from hz-ascii-designnation.
4359         (hz-ascii-designation): Rename from hz-ascii-designnation.
4360         All uses changed.
4362 2014-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4364         * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
4365         package-alist.
4367 2014-01-08  Bastien Guerry  <bzg@gnu.org>
4369         * emacs-lisp/package.el (package-delete):
4370         Correctly delete the package from package-alist.
4372 2014-01-08  Daiki Ueno  <ueno@gnu.org>
4374         * emacs-lisp/package.el (url-recreate-url): Declare.
4375         (url-http-target-url): Declare.
4376         (package-handle-response): Include requested URL in the error message.
4377         (package--check-signature): Don't re-signal errors from
4378         package--with-work-buffer.  Suggested by Stefan Monnier.
4380 2014-01-07  Bastien Guerry  <bzg@gnu.org>
4382         * minibuffer.el (completion--try-word-completion): When both a
4383         hyphen and a space are possible candidates for the character
4384         following a word, display both candidates.  (Bug#15980)
4386 2014-01-07  Martin Rudalics  <rudalics@gmx.at>
4388         * window.el (balance-windows-2): While rounding don't give a
4389         window more than the remainder.  Bug#16351, bug#16383.
4391 2014-01-07  Glenn Morris  <rgm@gnu.org>
4393         * menu-bar.el (menu-bar-help-extra-packages): Remove.
4394         (menu-bar-help-menu): Use view-external-packages instead.
4396 2014-01-07  Bastien Guerry  <bzg@gnu.org>
4398         * emacs-lisp/package.el (package-delete): Also delete the package
4399         name from `package-alist', not its description only.
4401 2014-01-07  Glenn Morris  <rgm@gnu.org>
4403         * help.el (view-external-packages):
4404         * menu-bar.el (menu-bar-help-extra-packages):
4405         Visit efaq.info rather than etc/MORE.STUFF.
4407 2014-01-07  Juri Linkov  <juri@jurta.org>
4409         * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
4410         isearch-exit and isearch-delete-char resp.  (Bug#16342, bug#16035)
4412         * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
4413         that shadows RET.  (Bug#16342)
4415 2014-01-07  Chong Yidong  <cyd@gnu.org>
4417         * isearch.el (isearch-yank-char, isearch-yank-word)
4418         (isearch-yank-line): Doc fix.
4420 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4422         * abbrev.el (define-abbrev): Beware new meaning of fboundp.
4423         * emacs-lisp/elint.el (elint-find-builtins):
4424         * emacs-lisp/eldoc.el (eldoc-symbol-function):
4425         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
4426         (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
4427         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4428         * apropos.el (apropos-safe-documentation):
4429         * subr.el (symbol-file): Remove redundant fboundp.
4430         * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
4432 2014-01-06  Bastien Guerry  <bzg@gnu.org>
4434         * hl-line.el (global-hl-line-overlay): Make a local variable.
4435         (global-hl-line-overlays): New variable to store all overlays.
4436         (global-hl-line-mode): Don't delete overlays from the current
4437         buffer when `global-hl-line-sticky-flag' is non-nil.
4438         (global-hl-line-highlight): Add new overlays to
4439         `global-hl-line-overlays'.
4440         (global-hl-line-unhighlight-all): New function to delete all
4441         overlays when turning off `global-hl-line-mode'.
4442         This fixes Bug#16183.
4444 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4446         * subr.el (set-transient-map): Fix nested case and docstring.
4448 2014-01-06  Tassilo Horn  <tsdh@gnu.org>
4450         * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
4451         `Texinfo' entry.
4453 2014-01-06  Daniel Colascione  <dancol@dancol.org>
4455         Fix defun navigation in vc log view.
4457         * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
4458         like `beginning-of-defun'.
4459         (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
4460         log-view-end-of-defun to log-view-end-of-defun-1.  Replace
4461         log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
4462         (log-view-extract-comment): Call `log-view-current-entry' directly
4463         instead of relying on broken `log-view-beginning-of-defun' behavior.
4465 2014-01-06  Paul Eggert  <eggert@cs.ucla.edu>
4467         Spelling fixes.
4468         * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
4469         * emacs-lisp/debug.el (cancel-debug-on-entry):
4470         * epg.el (epg-error-to-string):
4471         * files.el (recover-file):
4472         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4473         * mail/emacsbug.el (report-emacs-bug-hook):
4474         * mail/sendmail.el (mail-recover):
4475         * ses.el (ses-yank-resize):
4476         * term/ns-win.el (ns-print-buffer):
4477         Spelling fixes in diagnostics, mostly for "canceled" with one L.
4478         * epg.el (epg-key-capability-alist): Rename from misspelled version.
4479         All uses changed.
4480         * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
4482 2014-01-06  Leo Liu  <sdl.web@gmail.com>
4484         * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
4485         to avoid shadowing global key.  (Bug#16354)
4487 2014-01-06  Daniel Colascione  <dancol@dancol.org>
4489         * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
4490         rst-mode.
4492 2014-01-05  Martin Rudalics  <rudalics@gmx.at>
4494         * window.el (balance-windows): Add mising t to fix Bug#16351.
4496 2014-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4498         * net/shr.el (shr-descend): Don't bug out if the anchor is empty
4499         (bug#16285).
4500         (shr-insert): If we have a word that's longer than `shr-width',
4501         break after it anyway.  Otherwise we'll do no breaking once we get
4502         such a long word.
4504 2014-01-05  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
4506         * net/eww.el (eww): Support single/double quote for search.
4507         * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
4508         (eww-history-quit): Delete and use quit-window.
4509         (eww-history-kill): Delete, because it doesn't work well and
4510         not necessary.
4511         (eww-history-mode-map): Delete some keys and add easy-menu.
4513 2014-01-05  Paul Eggert  <eggert@cs.ucla.edu>
4515         Fix misspelling of 'chinese' in rx (Bug#16237).
4516         * emacs-lisp/rx.el (rx-categories): Correct spelling of
4517         chinese-two-byte.
4519         Change subword regexps back to vars (Bug#16296).
4520         * progmodes/subword.el (subword-forward-regexp)
4521         (subword-backward-regexp): Change these back to variables.
4523 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4525         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
4526         syntax-begin-function (bug#16247).
4528 2014-01-03  Chong Yidong  <cyd@gnu.org>
4530         * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
4531         (advice--docstring): Delete variable.
4532         (advice--make-1): Leave the docstring empty.
4533         (advice-add): Use function-documentation for advised docstring.
4535         * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
4536         Ignore function-documentation property when getting documentation.
4537         (ad-activate-advised-definition): Use function-documentation
4538         generate the docstring.
4539         (ad-make-advised-definition): Don't call
4540         ad-make-advised-definition-docstring.
4541         (ad-make-advised-definition-docstring, ad-advised-definition-p):
4542         Delete functions.
4544         * progmodes/sql.el (sql-help): Use function-documentation instead
4545         of dynamic-docstring-function property.  No need to autoload now.
4546         (sql--help-docstring): New variable.
4547         (sql--make-help-docstring): Use it.
4549 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4551         * ielm.el (ielm-tab): Retarget.
4552         (ielm-map): Use ielm-tab for tab.
4553         (ielm-complete-filename): Use comint-filename-completion.
4554         (ielm-complete-symbol): Remove.
4555         (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
4556         remove ielm-tab from completion-at-point-functions (bug#16224).
4558         * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
4559         Beware signals raised by predicates (bug#16201).
4561 2014-01-02  Richard Stallman  <rms@gnu.org>
4563         * dired-aux.el (dired-do-print): Handle printer-name.
4565         * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
4566         * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
4567         (rmail-epa-decrypt): Turn off mime processing.
4569         * mail/rmail.el (rmail-make-in-reply-to-field):
4570         Add parens in message-id.
4572         * mail/rmail.el (rmail-get-coding-function): Variable.
4573         (rmail-get-coding-system): Use it.
4575 2013-12-31  Eli Zaretskii  <eliz@gnu.org>
4577         * international/mule-conf.el: Unify the charset indian-is13194.
4578         (indian-is13194): Specify unify-map.
4580 2013-12-31  Leo Liu  <sdl.web@gmail.com>
4582         * subr.el (set-temporary-overlay-map): Obsolete alias.  (Bug#16305)
4584 2013-12-30  Daniel Colascione  <dancol@dancol.org>
4586         * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
4587         of printing a useless when we resume from sleep.
4589         * progmodes/sh-script.el
4590         (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
4591         in indentation code.  (Bug#16233)
4593 2013-12-28  João Távora  <joaotavora@gmail.com>
4595         * elec-pair.el (electric-pair-post-self-insert-function):
4596         Don't open extra newlines at beginning of buffer.  (Bug#16272)
4598 2013-12-28  Eli Zaretskii  <eliz@gnu.org>
4600         * frame.el (window-system-for-display): Don't allow to create a
4601         GUI frame from a -nw session on MS-Windows.  (Bug#14739)
4603 2013-12-28  Glenn Morris  <rgm@gnu.org>
4605         * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
4606         Update callers.
4608         * apropos.el (apropos-match-face):
4609         * calculator.el (calculator-displayer):
4610         * dabbrev.el (dabbrev-search-these-buffers-only):
4611         * face-remap.el (buffer-face-mode-face):
4612         * simple.el (yank-handled-properties):
4613         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
4614         * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
4615         * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
4616         (hashcash-double-spend-database):
4617         * progmodes/ruby-mode.el (ruby-deep-indent-paren)
4618         (ruby-deep-indent-paren-style):
4619         * textmodes/flyspell.el (flyspell-auto-correct-binding):
4620         * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
4621         (rst-toc-insert-number-separator, rst-toc-insert-max-level):
4622         * vc/pcvs-defs.el (cvs-minor-mode-prefix):
4623         Specify custom types.
4625         * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
4626         * bookmark.el (bookmark-bmenu-use-header-line):
4627         * doc-view.el (doc-view-scale-internally):
4628         * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
4629         * register.el (register-preview-delay):
4630         * net/shr.el (shr-bullet):
4631         * progmodes/cfengine.el (cfengine-cf-promises)
4632         (cfengine-parameters-indent):
4633         * progmodes/octave.el (inferior-octave-error-regexp-alist):
4634         * textmodes/reftex-vars.el (reftex-label-regexps):
4635         * vc/log-edit.el (log-edit-setup-add-author): Add version.
4637         * net/tls.el (tls-certtool-program): Fix default value.
4639         * desktop.el (desktop-restore-in-current-display):
4640         * newcomment.el (comment-empty-lines):
4641         * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
4642         (idlwave-pad-keyword):
4643         * progmodes/tcl.el (tcl-tab-always-indent):
4644         * textmodes/reftex-vars.el (reftex-index-default-tag):
4645         * elec-pair.el (electric-pair-skip-whitespace):
4646         * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
4648         * emacs-lisp/authors.el (authors-ignored-files)
4649         (authors-valid-file-names, authors-renamed-files-alist): Additions.
4651 2013-12-27  Jarek Czekalski  <jarekczek@poczta.onet.pl>
4653         * shell.el (shell-dynamic-complete-command): Doc fix.
4654         (shell--command-completion-data): Shell completion now matches
4655         executable filenames from the current buffer's directory, on
4656         systems in which this behavior is the default (windows-nt, ms-dos).
4658 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
4660         * net/shr.el (shr-insert): Don't infloop if the width is zero.
4662 2013-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4664         * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
4665         (bug#16251).
4667         * electric.el: Move all electric-pair-* to elec-pair.el.
4668         * elec-pair.el: New file, split from electric.el.
4670 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
4672         * net/shr.el (shr-find-fill-point): Don't try to fill if the
4673         indentation level is larger than the width, because that will
4674         infloop.
4675         (shr-insert): Fill repeatedly long texts, so that Japanese is
4676         formatted correctly (bug#16263).
4677         (shr-find-fill-point): Off by one error in comparison with the
4678         indentation.
4680 2013-12-26  João Távora  <joaotavora@gmail.com>
4682         * electric.el (electric-pair-mode): More flexible engine for skip-
4683         and inhibit predicates, new options for pairing-related functionality.
4684         (electric-pair-preserve-balance): Pair/skip parentheses and quotes
4685         if that keeps or improves their balance in buffers.
4686         (electric-pair-delete-adjacent-pairs): Delete the pair when
4687         backspacing over adjacent matched delimiters.
4688         (electric-pair-open-extra-newline): Open extra newline when
4689         inserting newlines between adjacent matched delimiters.
4690         (electric--sort-post-self-insertion-hook):
4691         Sort post-self-insert-hook according to priority values when
4692         minor-modes are activated.
4693         * simple.el (newline-and-indent): Call newline with interactive
4694         set to t.
4695         (blink-paren-post-self-insert-function): Set priority to 100.
4696         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4697         Use electric-pair-text-pairs to pair backtick-and-quote in strings and
4698         comments.  Locally set electric-pair-skip-whitespace to 'chomp and
4699         electric-pair-open-newline-between-pairs to nil.
4701 2013-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4703         * progmodes/python.el: Use lexical-binding.
4704         (python-nav-beginning-of-defun): Stop searching ASAP.
4706 2013-12-25  Xue Fuqiao  <xfq.free@gmail.com>
4708         * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
4709         Fix interactive spec.  Doc fix.  (Bug#15754)
4711 2013-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4713         * emacs-lisp/byte-run.el (eval-when-compile):
4714         * progmodes/cc-defs.el (cc-eval-when-compile):
4715         Fix edebug spec (bug#16184).
4717 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
4719         * net/shr.el (shr-visit-file): Remove debugging function.
4720         (shr-insert): Don't infloop if we can't find a good place to break
4721         the line (bug#16256).
4723 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4725         * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
4726         (python-nav--lisp-forward-sexp-safe): Use it.  Rename from
4727         python-nav-lisp-forward-sexp-safe.
4728         (python-nav--forward-sexp): New argument SAFE allows switching
4729         forward sexp movement behavior for parens.
4730         (python-nav-forward-sexp): Throw errors on unterminated parens
4731         (Bug#16191).
4732         (python-nav-backward-sexp, python-nav-forward-sexp-safe)
4733         (python-nav-backward-sexp-safe): New functions.
4734         (python-shell-buffer-substring):
4735         Use `python-nav-forward-sexp-safe'.
4737 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
4739         * net/shr.el (shr-find-fill-point): Don't break lines before a
4740         quotation mark.
4741         (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
4742         (shr-find-fill-point): Remove the special checks for the quotation
4743         mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
4745 2013-12-25  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
4747         * net/eww.el (eww-form-textarea): Use a different face for
4748         textareas than text input since they have different keymaps
4749         (bug#16142).
4751 2013-12-24  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4753         * progmodes/python.el (python-nav-beginning-of-statement):
4754         Speed up (Bug#15295).
4756 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
4758         * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
4759         the window configuration.
4761 2013-12-24  Eli Zaretskii  <eliz@gnu.org>
4763         * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
4764         we run on MS-Windows or MS-DOS.
4766 2013-12-24  Martin Rudalics  <rudalics@gmx.at>
4768         * window.el (balance-windows-area): Call window-size instead of
4769         window-height and window-width.  Bug#16241.
4771 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
4773         * net/eww.el (eww-bookmark-quit): Remove.
4774         (eww-bookmark-browse): Restore the window configuration when you
4775         choose a bookmark (bug#16144).
4777 2013-12-24  Daniel Colascione  <dancol@dancol.org>
4779         * icomplete.el: Remove redundant :group arguments to `defcustom'
4780         throughout.
4781         (icomplete-show-matches-on-no-input): New customizable variable.
4782         (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
4783         we have something to show.
4784         (icomplete-exhibit): Compute completions even if we have no user input.
4786 2013-12-23  Daniel Colascione  <dancol@dancol.org>
4788         * icomplete.el: Move `provide' to end of file.
4790 2013-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
4792         * net/gnutls.el (gnutls-verify-error): Add version tag.
4794 2013-12-23  Chong Yidong  <cyd@gnu.org>
4796         * subr.el (set-transient-map): Rename from
4797         set-temporary-overlay-map.  Doc fix.
4799         * face-remap.el (text-scale-adjust):
4800         * indent.el (indent-rigidly):
4801         * kmacro.el (kmacro-call-macro):
4802         * minibuffer.el (minibuffer-force-complete):
4803         * repeat.el (repeat):
4804         * simple.el (universal-argument--mode):
4805         * calendar/todo-mode.el (todo-insert-item--next-param):
4806         * progmodes/f90.el (f90-abbrev-start): Callers changed.
4808         * indent.el (indent-rigidly): Use substitute-command-keys.
4810 2013-12-22  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
4812         * net/eww.el (eww-tag-select): Add text-property to jump to next
4813         select field.
4814         (eww): Add non-supported ftp error.
4816 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
4818         * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
4819         comments.  Handle electric indent after typing `?' and `!'.
4821 2013-12-22  Chong Yidong  <cyd@gnu.org>
4823         * faces.el (face-spec-recalc): If the theme specs are not
4824         applicable to a frame, fall back on the defface spec.
4825         This prevents themes from obliterating faces on low-color terminals.
4827 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
4829         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
4830         after `{'.  We need it after block openers, and it doesn't seem
4831         to hurt after hash openers.
4833 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
4835         * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
4836         extracted from `ruby-smie-rules'.
4837         (ruby--electric-indent-chars): New variable.
4838         (ruby--electric-indent-p): New function.
4839         (ruby-mode): Use `electric-indent-functions' instead of
4840         `electric-indent-chars'.
4842 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
4844         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
4845         docstring.
4846         (ruby-smie-rules): Indent plus one level after `=>'.
4848 2013-12-21  Richard Stallman  <rms@gnu.org>
4850         * simple.el (newline): Doc fix.
4852 2013-12-21  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
4854         * net/eww.el (eww-list-histories, eww-list-histories)
4855         (eww-history-browse, eww-history-quit, eww-history-kill)
4856         (eww-history-mode-map, eww-history-mode): New command and
4857         functions to list browser histories.
4858         (eww-form-text): Support text form with disabled
4859         and readonly attributes.
4860         (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
4862 2013-12-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4864         * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
4865         (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
4866         (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
4867         (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
4868         Use `user-error'.
4869         (eww-bookmark-mode-map): Add menu.
4870         (eww-render, eww-mode): Use `setq-local'.
4871         (eww-tool-bar-map): New variable.
4872         (eww-mode): Set `tool-bar-map'.
4873         (eww-view-source): Check for `html-mode' with `fboundp'.
4875 2013-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4877         * net/shr.el (shr--extract-best-source): Don't bug out on audio
4878         elements with text inside.  Also remove debugging.
4880 2013-12-21  Jan Djärv  <jan.h.d@swipnet.se>
4882         * cus-start.el (all): Add ns-use-srgb-colorspace.
4884 2013-12-21  Chong Yidong  <cyd@gnu.org>
4886         * custom.el (custom-theme-recalc-face): Do nothing if the face is
4887         undefined.  Thus, theme settings for undefined faces do not take
4888         effect until the faces are defined with defface, the same as with
4889         theme variables.
4891         * faces.el (face-spec-set): Use face-spec-recalc in all cases.
4892         (face-spec-reset-face): Don't assign extra properties in temacs.
4893         (face-spec-recalc): Apply X resources too.
4895 2013-12-21  Chong Yidong  <cyd@gnu.org>
4897         * faces.el (face-spec-set):
4898         * cus-face.el (custom-theme-set-faces, custom-set-faces):
4899         * custom.el (defface): Doc fixes (Bug#16203).
4901         * indent.el (indent-rigidly-map): Add docstring, and move commands
4902         into named functions.
4903         (indent-rigidly-left, indent-rigidly-right)
4904         (indent-rigidly-left-to-tab-stop)
4905         (indent-rigidly-right-to-tab-stop): New functions.  Decide on
4906         indentation direction based on bidi direction, and accumulate
4907         sequential commands in a single undo boundary.
4908         (indent-rigidly--pop-undo): New utility function.
4910 2013-12-20  Juanma Barranquero  <lekktu@gmail.com>
4912         * faces.el (read-face-name): Require crm.el when using crm-separator.
4914 2013-12-20  Daniel Colascione  <dancol@dancol.org>
4916         * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
4917         so that we don't reflow comments into the shebang line.
4919 2013-12-20  Juri Linkov  <juri@jurta.org>
4921         * saveplace.el (save-place-to-alist): Add `dired-filename' as
4922         a position when `dired-directory' is non-nil.  Check integer
4923         positions with `integerp'.
4924         (toggle-save-place, save-places-to-alist): Add check for
4925         `dired-directory'.
4926         (save-place-find-file-hook): Check integer positions with
4927         `integerp'.
4928         (save-place-dired-hook): Use `dired-goto-file' when
4929         `dired-filename' is found in the assoc list.  Check integer
4930         positions with `integerp'.
4931         (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
4933         * dired.el (dired-initial-position-hook): Rename back from
4934         `dired-initial-point-hook'.
4935         (dired-initial-position): Rename `dired-initial-point-hook' to
4936         `dired-initial-position-hook'.
4937         (dired-file-name-at-point): Doc fix.  (Bug#15329)
4939 2013-12-20  Juri Linkov  <juri@jurta.org>
4941         * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
4942         (read-regexp-suggestions): New function.
4943         (read-regexp): Use `read-regexp-defaults-function' to get default values.
4944         Use `read-regexp-suggestions'.  Add non-empty default to history
4945         for empty input.
4946         (occur-read-regexp-defaults-function): Remove function.
4947         (occur-read-primary-args): Use `regexp-history-last' instead of
4948         `occur-read-regexp-defaults-function'.
4950         * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
4951         (hi-lock-line-face-buffer, hi-lock-face-buffer)
4952         (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
4953         `hi-lock-read-regexp-defaults-function'.  Doc fix.
4954         (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
4955         with `find-tag-default-as-symbol-regexp'.  Doc fix.
4956         (hi-lock-read-regexp-defaults): Remove function.
4957         (hi-lock-regexp-okay): Add check for null.
4959         * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
4960         the arg DEFAULTS.  Move formatting of the prompt to `read-regexp'.
4962         * subr.el (find-tag-default-as-symbol-regexp): New function.
4963         (find-tag-default-as-regexp): Move symbol regexp formatting to
4964         `find-tag-default-as-symbol-regexp'.
4966 2013-12-20  E Sabof  <esabof@gmail.com>  (tiny change)
4968         * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
4969         (Bug#14179)
4971 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
4973         * calendar/todo-mode.el: New implementation of item insertion
4974         commands and key bindings.
4975         (todo-key-prompt): New face.
4976         (todo-insert-item): New command.
4977         (todo-insert-item--parameters): New defconst, replacing defvar
4978         todo-insertion-commands-args-genlist.
4979         (todo-insert-item--param-key-alist): New defconst, replacing
4980         defvar todo-insertion-commands-arg-key-list.
4981         (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
4982         (todo-insert-item--argsleft, todo-insert-item--apply-args)
4983         (todo-insert-item--next-param): New functions.
4984         (todo-insert-item--args, todo-insert-item--argleft)
4985         (todo-insert-item--argsleft, todo-insert-item--newargsleft):
4986         New variables.
4987         (todo-key-bindings-t): Change binding of "i" from
4988         todo-insertion-map to todo-insert-item.
4989         (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
4990         (todo-insertion-command-name, todo-insertion-commands-names)
4991         (todo-define-insertion-command, todo-insertion-commands)
4992         (todo-insertion-key-bindings, todo-insertion-map): Remove.
4994 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
4996         * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
4997         (todo-toggle-item-highlighting): Use eval-and-compile instead of
4998         eval-when-compile.
4999         (todo-move-category): Allow choosing a non-existing todo file to
5000         move the category to, and create that file.
5001         (todo-default-priority): New user option.
5002         (todo-set-item-priority): Use it.
5003         (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
5004         (desktop-restore-file-buffer): Declare.
5005         (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
5006         (todo-modes-set-2): Locally set desktop-save-buffer to
5007         todo-desktop-save-buffer.
5008         (todo-mode, todo-archive-mode, todo-filtered-items-mode)
5009         (auto-mode-alist): Add autoload cookie.
5011 2013-12-20  Bozhidar Batsov  <bozhidar@batsov.com>
5013         * emacs-lisp/subr-x.el: Renamed from helpers.el.
5014         helpers.el was a poor choice of name.
5015         (string-remove-prefix): New function.
5016         (string-remove-suffix): New function.
5018 2013-12-20  Martin Rudalics  <rudalics@gmx.at>
5020         Fix assignment for new window total sizes.
5021         * window.el (window--pixel-to-size): Remove function.
5022         (window--pixel-to-total-1, window--pixel-to-total):
5023         Fix calculation of new total sizes.
5025 2013-12-20  Vitalie Spinu  <spinuvit@gmail.com>
5027         * comint.el (comint-output-filter): Fix rear-nonsticky property
5028         placement (Bug#16010).
5030 2013-12-20  Chong Yidong  <cyd@gnu.org>
5032         * faces.el (read-color): Minor fix for completion function.
5034 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
5036         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
5037         New option.  (Bug#16182)
5038         (ruby-smie--indent-to-stmt-p): Use it.
5039         (ruby-smie-rules): Revert the logic in the handling of `when'.
5040         Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
5041         (ruby-deep-arglist, ruby-deep-indent-paren)
5042         (ruby-deep-indent-paren-style): Update docstrings to note that the
5043         vars don't have any effect with SMIE.
5045 2013-12-20  Jay Belanger  <jay.p.belanger@gmail.com>
5047         * calc/calc.el (calc-enter, calc-pop): Use the variable
5048         `calc-context-sensitive-enter'.
5050 2013-12-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5052         * net/shr.el (shr-insert): Protect against infloops in degenerate
5053         tables.
5055 2013-12-20  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5057         * progmodes/octave.el (octave): Add link to manual and octave
5058         homepage.
5059         (octave-mode-menu): Link to octave-mode manual.
5061 2013-12-20  Leo Liu  <sdl.web@gmail.com>
5063         * skeleton.el (skeleton-pair-insert-maybe): Disable newline
5064         insertion using skeleton-end-newline.  (Bug#16138)
5066 2013-12-20  Juri Linkov  <juri@jurta.org>
5068         * replace.el (occur-engine): Use `add-face-text-property'
5069         to add the face property to matches and titles.  (Bug#14645)
5071         * hi-lock.el (hi-green): Use lighter color "light green" closer to
5072         the palette of other hi-lock colors.
5073         (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
5075 2013-12-19  Juri Linkov  <juri@jurta.org>
5077         * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
5078         Put :advertised-binding on `M-s c', `M-s r', `M-s e'.  (Bug#16035)
5079         (minibuffer-history-symbol): Move variable declaration closer to
5080         its usage.
5082         * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
5083         (Bug#14785)
5085 2013-12-19  Juri Linkov  <juri@jurta.org>
5087         * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
5088         New function.
5089         (log-edit-hook): Add it to :options.  (Bug#16170)
5091 2013-12-19  Juri Linkov  <juri@jurta.org>
5093         * simple.el (eval-expression-print-format): Don't check for
5094         command names and the last command.  Always display additional
5095         formats of the integer result in the echo area, and insert them
5096         to the current buffer only with a zero prefix arg.
5097         Display character when char-displayable-p is non-nil.
5098         (eval-expression): With a zero prefix arg, set `print-length' and
5099         `print-level' to nil, and insert the integer values from
5100         `eval-expression-print-format' at the end.  Doc fix.  (Bug#12985)
5102         * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
5103         `eval-last-sexp-arg-internal'.  Doc fix.
5104         (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
5105         `eval-last-sexp-print-value'.  Doc fix.
5106         (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
5107         Set `print-length' and `print-level' to nil when arg is zero.
5108         (eval-last-sexp): Doc fix.
5109         (eval-defun-2): Print the integer values from
5110         `eval-expression-print-format' at the end.
5112         * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
5113         values from `eval-expression-print-format' at the end.
5115         * ielm.el (ielm-eval-input): Print the integer
5116         values from `eval-expression-print-format' at the end.
5118 2013-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5120         * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
5121         2013-12-11T19:01:44Z!tzz@lifelogs.com.
5123 2013-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5125         * hl-line.el (hl-line-make-overlay): New fun.  Set priority (bug#16192).
5126         (hl-line-highlight, global-hl-line-highlight): Use it.
5127         (hl-line-overlay): Use defvar-local.
5129 2013-12-19  Jan Djärv  <jan.h.d@swipnet.se>
5131         * term/ns-win.el: Require dnd.
5132         (global-map): Remove drag items.
5133         (ns-insert-text, ns-set-foreground-at-mouse)
5134         (ns-set-background-at-mouse):
5135         Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
5136         (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
5137         New functions.
5139 2013-12-19  Glenn Morris  <rgm@gnu.org>
5141         * emacs-lisp/ert.el (ert-select-tests):
5142         Fix string/symbol mixup.  (Bug#16121)
5144 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
5146         * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
5147         keywords to their parent.
5149 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
5151         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
5152         first arg to be a string (fixed dead code), or an operator symbol.
5153         (ruby-smie--forward-token): Tokenize ` @ ' before strings and
5154         operator symbols.
5155         (ruby-smie-rules): Remove parent token check in the `.' clause, it
5156         did nothing.  Don't respond to `(:after ".")', it will be called
5157         with :before anyway.  Remove the ` @ ' rule, it didn't seem to
5158         change anything.  Only return indentation for binary operators
5159         when they are hanging.  De-dent opening paren when its parent is
5160         `.', otherwise it looks bad when the dot is not at bol or eol
5161         (bug#16182).
5163 2013-12-19  Juri Linkov  <juri@jurta.org>
5165         * replace.el (query-replace-read-args): Split a non-negative arg
5166         and a negative arg into separate elements.
5167         (query-replace, query-replace-regexp, replace-string)
5168         (replace-regexp): Add arg `backward'.  Doc fix.
5169         (replace-match-maybe-edit): When new arg `backward' is non-nil,
5170         move point to the beginning of the match.
5171         (replace-search, replace-highlight): Use new arg `backward'
5172         to set the value of `isearch-forward'.
5173         (perform-replace): Add arg `backward' and use it to perform
5174         replacement backward.  (Bug#14979)
5176         * isearch.el (isearch-query-replace): Use a negative prefix arg
5177         to call `perform-replace' with a non-nil arg `backward'.
5179 2013-12-18  Juri Linkov  <juri@jurta.org>
5181         * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
5182         to the default list.  Move `log-edit-show-files' to the end.
5183         Add more available functions to options.
5184         (log-edit): Move default specific settings to
5185         `log-edit-insert-message-template'.  Don't move point.
5186         (log-edit-insert-message-template): New function.
5187         (log-edit-insert-changelog): Add `save-excursion' and don't move point.
5188         (Bug#16170)
5190 2013-12-18  Juri Linkov  <juri@jurta.org>
5192         * help-mode.el (help-mode-map): Bind "l" to help-go-back,
5193         and "r" to help-go-forward for compatibity with Info.  (Bug#16178)
5195 2013-12-18  Leo Liu  <sdl.web@gmail.com>
5197         * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
5198         (Bug#16186)
5200 2013-12-18  Eli Zaretskii  <eliz@gnu.org>
5202         * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
5203         formats for displaying file sizes when the -s switch is given.
5204         Instead, compute a separate format for displaying the size in
5205         blocks, which is displayed in addition to the "regular" size.
5206         When -h is given in addition to -s, produce size in blocks in
5207         human-readable form as well.  (Bug#16179)
5209 2013-12-18  Tassilo Horn  <tsdh@gnu.org>
5211         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
5212         Reference tables with ~\ref{...} instead of only \ref{...}.
5214 2013-12-18  Chong Yidong  <cyd@gnu.org>
5216         * cus-edit.el (custom-magic-alist): Fix "themed" description
5217         (Bug#14348).
5219         * custom.el (custom-push-theme): If custom--inhibit-theme-enable
5220         is non-nil, do not create a new entry in the symbol's theme-value
5221         or theme-face property; update theme-settings only (Bug#14664).
5222         (custom-available-themes): Doc fix.
5224         * cus-theme.el (custom-new-theme-mode-map): Add bindings
5225         (Bug#15674).
5227         * replace.el (occur-engine): Avoid infloop (Bug#7593).
5229 2013-12-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
5231         * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
5232         (Bug#13914).
5234 2013-12-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
5236         * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
5238 2013-12-18  Glenn Morris  <rgm@gnu.org>
5240         * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
5241         * cus-start.el (load-prefer-newer): New option.
5243 2013-12-18  Le Wang  <l26wang@gmail.com>
5245         * comint.el (comint-previous-matching-input-from-input):
5246         Retain point (Bug#13404).
5248 2013-12-18  Chong Yidong  <cyd@gnu.org>
5250         * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
5252 2013-12-18  Glenn Morris  <rgm@gnu.org>
5254         * mail/emacsbug.el (report-emacs-bug):
5255         Only mention enable-multibyte-characters if non-standard.
5257 2013-12-17  Juri Linkov  <juri@jurta.org>
5259         * arc-mode.el (archive-extract-by-file): Check if directory exists
5260         before deletion to not show irrelevant errors if it doesn't exist.
5262 2013-12-17  Juri Linkov  <juri@jurta.org>
5264         * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
5265         (Bug#14751)
5267         * net/eww.el (browse-web): Add alias to `eww'.
5268         (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
5269         Bind "S-SPC" to `scroll-down-command'.  (Bug#16178)
5271         * net/browse-url.el (browse-url-browser-function): Move `eww'
5272         closer to similar functions.
5274         * startup.el (fancy-startup-screen, fancy-about-screen):
5275         Set browse-url-browser-function to eww-browse-url locally.
5276         (Bug#14751)
5278 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5280         * window.el (window--pixel-to-total): Remove unused `mini' var.
5281         (maximize-window, minimize-window): Remove unused `pixelwise' arg.
5282         (split-window): Remove unused `new' var.
5283         (window--display-buffer): Remove unused `frame' and `delta' vars.
5284         (fit-window-to-buffer): Remove unused vars `frame', `display-height',
5285         and display-width'.
5287 2013-12-17  Martin Rudalics  <rudalics@gmx.at>
5289         * dired.el (dired-mark-pop-up):
5290         * register.el (register-preview): Don't bind
5291         split-height-threshold here since it's now done in
5292         display-buffer-below-selected.
5294 2013-12-17  oblique  <psyberbits@gmail.com>  (tiny change)
5296         * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
5297         xterm-rgb-convert-to-16bit.
5298         (rxvt-register-default-colors): Standardize with
5299         xterm-register-default-colors (Bug#14078).
5301 2013-12-17  Dima Kogan  <dima@secretsauce.net>  (tiny change)
5303         * simple.el (kill-region): Pass mark first, then point, so that
5304         kill-append works right (Bug#12819).
5305         (copy-region-as-kill, kill-ring-save): Likewise.
5307 2013-12-17  Leo Liu  <sdl.web@gmail.com>
5309         * net/rcirc.el (rcirc-add-face):
5310         * eshell/em-prompt.el (eshell-emit-prompt):
5311         * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
5312         (Bug#16167)
5314 2013-12-17  Chong Yidong  <cyd@gnu.org>
5316         * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
5317         Suggested by Xue Fuqiao.
5319 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
5321         * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
5323 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5325         * net/shr.el (shr-insert-document): Remove unused var
5326         `shr-preliminary-table-render'.
5327         (shr-rescale-image): Remove unused arg `force'.
5328         (shr-put-image): Update calls accordingly.
5329         (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
5331 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
5333         * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
5334         (smie-indent-close): Call `smie-indent--rule-1' with METHOD
5335         :close-all, to see which indentation method to use (Bug#16116).
5336         (smie-rules-function): Document the method :close-all.
5338 2013-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5340         * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
5342         * net/eww.el (eww-display-html): If we can't find the anchor we're
5343         looking for, then go to point-min.
5345 2013-12-16  Paul Eggert  <eggert@cs.ucla.edu>
5347         Fix problems with CANNOT_DUMP and EMACSLOADPATH.
5348         * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
5349         * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
5350         Expand dir too, in case it's relative.
5352 2013-12-16  Juri Linkov  <juri@jurta.org>
5354         * desktop.el (desktop-auto-save-timeout): Change default to
5355         `auto-save-timeout'.  Doc fix.
5356         (desktop-save): Skip the timestamp in desktop-saved-frameset
5357         when checking for auto-save changes.
5358         (desktop-auto-save): Don't call desktop-auto-save-set-timer since
5359         `desktop-auto-save' is called repeatedly by the idle timer.
5360         (desktop-auto-save-set-timer): Replace `run-with-timer' with
5361         `run-with-idle-timer' and a non-nil arg REPEAT.  Doc fix.
5362         (Bug#15331)
5364 2013-12-16  Juri Linkov  <juri@jurta.org>
5366         * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
5367         (Bug#16035)
5368         (isearch-pre-command-hook): Check `this-command' for symbolp.
5370 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5372         * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
5374 2013-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
5376         * progmodes/cfengine.el (cfengine3--current-word): Remove.
5377         (cfengine3--current-function): Bring in the current-function
5378         functionality from `cfengine3--current-word'.
5379         (cfengine3-completion-function): Bring in the
5380         bounds-of-current-word functionality from
5381         `cfengine3--current-word'.
5383 2013-12-16  Martin Rudalics  <rudalics@gmx.at>
5385         * window.el (display-buffer-below-selected):
5386         Bind split-height-threshold to 0 as suggested by Juri Linkov.
5388 2013-12-16  Leo Liu  <sdl.web@gmail.com>
5390         * progmodes/compile.el (compile-goto-error): Do not push-mark.
5391         Remove NOMSG arg and all uses changed.
5393 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5395         * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
5396         (cua--deactivate-rectangle): Don't deactivate the mark.
5397         (cua-set-rectangle-mark): Don't set mark-active since
5398         cua--activate-rectangle already does it for us.
5399         (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
5400         non-rectangular region.
5402         * emulation/cua-base.el (cua-repeat-replace-region):
5403         Use with-current-buffer.
5405         * net/gnutls.el: Use cl-lib.
5406         (gnutls-negotiate): `mapcan' -> cl-mapcan.
5408 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
5410         * emacs-lisp/package.el (package-built-in-p): Support both
5411         built-in and the package.el converted package descriptions.
5412         (package-show-package-list): Allow keywords.
5413         (package-keyword-button-action): Use it instead of
5414         `finder-list-matches'.
5415         (package-menu-filter-interactive): Interactive filtering (by
5416         keyword) function.
5417         (package-menu--generate): Support keywords and change keymappings
5418         and headers when they are given.
5419         (package--has-keyword-p): Helper function.
5420         (package-menu--refresh): Use it.
5421         (package--mapc): Helper function.
5422         (package-all-keywords): Use it.
5423         (package-menu-mode-map): Set up menu items and keybindings to
5424         provide a filtering UI.
5426 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
5428         * net/gnutls.el (gnutls-verify-error): New defcustom to control
5429         the behavior when a certificate fails validation.  Defaults to
5430         old behavior: never abort, just warn.
5431         (gnutls-negotiate): Use it.
5433 2013-12-14  Martin Rudalics  <rudalics@gmx.at>
5435         * window.el (display-buffer-below-selected): Never split window
5436         horizontally.  Suggested by Juri Linkov <juri@jurta.org>.
5438 2013-12-14  Tom Willemse  <tom@ryuslash.org>  (tiny change)
5440         * emacs-lisp/package.el (package--prepare-dependencies): New function.
5441         (package-buffer-info): Use it (bug#15108).
5443 2013-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5445         * icomplete.el (icomplete-completions): Make sure the prefix is already
5446         displayed elsewhere before hiding it (bug#16219).
5448 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
5450         * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
5451         open-paren tokens when preceded by a open-paren, too.
5452         (ruby-smie-rules): Handle virtual indentation after open-paren
5453         tokens specially.  If there is code between it and eol, return the
5454         column where is starts (Bug#16118).
5456 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
5458         * progmodes/cfengine.el: Fix `add-hook' doc.
5459         (cfengine-mode-syntax-functions-regex): Initialize sensibly.
5460         (cfengine3--current-word): Fix parameters.
5461         (cfengine3-make-syntax-cache): Simplify further.
5462         (cfengine3-completion-function, cfengine3--current-function):
5463         Use `assq' for symbols.
5464         (cfengine3--current-function): Fix `cfengine3--current-word' call.
5466 2013-12-13  Glenn Morris  <rgm@gnu.org>
5468         * loadup.el (load-path): Warn if site-load or site-init changes it.
5469         No more need to reset it when bootstrapping.
5471 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
5473         * progmodes/cfengine.el (cfengine-cf-promises): Add more default
5474         locations for cf-promises.
5475         (cfengine-mode-syntax-functions-regex): New caching variable.
5476         (cfengine3-fallback-syntax): Fallback syntax for cases where
5477         cf-promises doesn't run.
5478         (cfengine3--current-word): Reimplement using
5479         `cfengine-mode-syntax-functions-regex'.
5480         (cfengine3-completion-function, cfengine3--current-function):
5481         Use `cfengine3-make-syntax-cache' directly.
5482         (cfengine3-clear-syntax-cache): New function.
5483         (cfengine3-make-syntax-cache): Simplify and create
5484         `cfengine-mode-syntax-functions-regex' on demand.
5485         (cfengine3-format-function-docstring): Don't call
5486         `cfengine3-make-syntax-cache' explicitly.
5488 2013-12-13  Martin Rudalics  <rudalics@gmx.at>
5490         Fix windmove-find-other-window broken after pixelwise resizing
5491         (Bug#16017).
5492         * windmove.el (windmove-other-window-loc): Revert change from
5493         2013-12-04.
5494         (windmove-find-other-window): Call window-in-direction.
5495         * window.el (window-in-direction): New arguments SIGN, WRAP and
5496         MINI to emulate original windmove-find-other-window behavior.
5498 2013-12-13  Dmitry Gutov  <dgutov@yandex.ru>
5500         * simple.el (blink-matching--overlay): New variable.
5501         (blink-matching-open): Instead of moving point, highlight the
5502         matching paren with an overlay
5503         (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
5505         * faces.el (paren-showing-faces, show-paren-match)
5506         (show-paren-mismatch): Move from paren.el.
5508 2013-12-13  Leo Liu  <sdl.web@gmail.com>
5510         * indent.el (indent-region): Disable progress reporter in
5511         minibuffer.  (Bug#16108)
5513         * bindings.el (visual-order-cursor-movement): Fix version.
5515 2013-12-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
5517         * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
5518         Also match after beginning of line.
5519         (python-pdbtrack-set-tracked-buffer): Fix logic for remote
5520         files.  Thanks to Russell Sim.  (Bug#15378)
5522 2013-12-13  Juri Linkov  <juri@jurta.org>
5524         * simple.el <Keypad support>: Remove key bindings duplicated
5525         with bindings.el.  (Bug#14397)
5527 2013-12-13  Juri Linkov  <juri@jurta.org>
5529         * comint.el (comint-mode-map): Replace `delete-char' with
5530         `delete-forward-char'.  (Bug#16109)
5532 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
5534         * progmodes/python.el (python-indent-calculate-indentation):
5535         Fix de-denters cornercase.  (Bug#15731)
5537 2013-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5539         * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
5540         (advice--make): Pay attention to `depth'.
5541         (advice--make-1): Don't autoload commands eagerly.
5542         * emacs-lisp/elp.el (elp-instrument-function):
5543         * emacs-lisp/trace.el (trace-function-internal):
5544         * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
5546         * iswitchb.el (iswitchb-mode): Don't belittle ido.
5548 2013-12-12  Eli Zaretskii  <eliz@gnu.org>
5550         * term/w32-win.el (w32-handle-dropped-file):
5551         * startup.el (normal-top-level):
5552         * net/browse-url.el (browse-url-file-url):
5553         * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
5554         decode file names using 'utf-8' rather than
5555         file-name-coding-system.
5557 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
5559         * progmodes/python.el (python-indent-context)
5560         (python-indent-calculate-indentation): Fix auto-identation
5561         behavior for comment blocks.  (Bug#15916)
5563 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
5565         * progmodes/python.el (python-indent-calculate-indentation):
5566         When determining indentation, don't treat "return", "pass", etc., as
5567         operators when they are just string constituents.  (Bug#15812)
5569 2013-12-12  Juri Linkov  <juri@jurta.org>
5571         * uniquify.el (uniquify-buffer-name-style): Change default to
5572         `post-forward-angle-brackets'.
5574         * menu-bar.el (menu-bar-options-menu): Don't require preloaded
5575         `uniquify'.  Change default to `post-forward-angle-brackets'.
5577 2013-12-11  Glenn Morris  <rgm@gnu.org>
5579         * emacs-lisp/package.el (finder-list-matches):
5580         Autoload rather than falsely declaring.
5582 2013-12-11  Teodor Zlatanov  <tzz@lifelogs.com>
5584         * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
5585         (eww-mode-map): Use them.
5587 2013-12-11  Martin Rudalics  <rudalics@gmx.at>
5589         * window.el (display-buffer-in-side-window): Fix doc-string
5590         (Bug#16115).
5592 2013-12-11  Juanma Barranquero  <lekktu@gmail.com>
5594         * vc/vc-git.el: Silence byte-compiler warnings.
5595         (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
5596         (log-edit-set-header): Declare.
5598 2013-12-11  Eli Zaretskii  <eliz@gnu.org>
5600         * Makefile.in (custom-deps, finder-data): Run output file names
5601         through unmsys--file-name.  (Bug#16099)
5603 2013-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5605         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
5606         comment-start-skip, which fails when that uses submatch 1 (bug#16041).
5608         * emulation/cua-base.el (cua-paste): Add `delete-selection' property
5609         instead of deleting the selection "by hand" (bug#16098).
5610         Rely on insert-for-yank to yank rectangles.
5611         (cua-highlight-region-shift-only): Mark obsolete.
5612         (cua-mode): Don't enable/disable transient-mark-mode,
5613         shift-select-mode (cua-mode works both with and without them), and
5614         pc-selection-mode (obsolete).
5615         * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
5616         (cua--deactivate-rectangle): Deactivate it.
5618         * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
5619         (delete-selection-helper): Make sure yank starts at the top of the
5620         deleted region.
5621         (minibuffer-keyboard-quit): Use region-active-p.
5623         * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
5625         * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
5626         to `delete' (bug#16109).
5628 2013-12-11  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5630         * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
5631         info manual and show keybindings and set `:group' keyword.
5633 2013-12-11  Juri Linkov  <juri@jurta.org>
5635         * delsel.el (delete-active-region): Let-bind `this-command'
5636         to prevent `kill-region' from changing its original value.
5637         (delete-selection-helper): Handle `overwrite-mode' for the type
5638         `kill' exactly the same way as for the type `t'.
5639         (insert-char, quoted-insert, reindent-then-newline-and-indent):
5640         Support more commands.  (Bug#13312)
5642 2013-12-11  Juri Linkov  <juri@jurta.org>
5644         * bindings.el: Map kp keys to non-kp keys systematically
5645         with basic modifiers control, meta and shift.  (Bug#14397)
5647 2013-12-11  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
5649         * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
5650         "Close browser" menu items.  Fix wrong function of "List
5651         bookmarks".
5653 2013-12-11  Juri Linkov  <juri@jurta.org>
5655         * misearch.el (multi-isearch-buffers): Set the value of
5656         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
5657         arg of isearch-forward to t.
5658         (multi-isearch-buffers-regexp): Set the value of
5659         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
5660         arg of isearch-forward-regexp to t.
5661         (multi-isearch-files): Set the value of
5662         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
5663         arg of isearch-forward to t.
5664         (multi-isearch-files-regexp): Set the value of
5665         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
5666         arg of isearch-forward-regexp to t.  (Bug#16035)
5668         * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
5669         arg of isearch-forward to t.
5670         (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
5671         arg of isearch-forward-regexp to t.
5672         (dired-isearch-filter-filenames): Remove unnecessary check for
5673         `dired-isearch-filenames'.
5675         * comint.el (comint-history-isearch-backward):
5676         Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
5677         (comint-history-isearch-backward-regexp):
5678         Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
5680 2013-12-10  Eli Zaretskii  <eliz@gnu.org>
5682         * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
5683         unmsys--file-name.  (Bug#16099)
5685 2013-12-10  Teodor Zlatanov  <tzz@lifelogs.com>
5687         * emacs-lisp/package.el (package-keyword-button-action):
5688         Remove finder.el require dependency.
5690 2013-12-09  Teodor Zlatanov  <tzz@lifelogs.com>
5692         * emacs-lisp/package.el: Require finder.el.
5693         (describe-package-1): Add keyword buttons.
5694         (package-make-button): New convenience function.
5695         (package-keyword-button-action): Keyword button action using
5696         `finder-list-matches'.
5698 2013-12-09  Eli Zaretskii  <eliz@gnu.org>
5700         * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
5701         last commit.
5703 2013-12-09  Michael Albinus  <michael.albinus@gmx.de>
5705         * autorevert.el (auto-revert-notify-add-watch): Do not handle
5706         symlinked files.
5708 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
5710         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
5711         after the end of a percent literal.
5713 2013-12-09  Cameron Desautels  <camdez@gmail.com>  (tiny change)
5715         * progmodes/ruby-mode.el (ruby-forward-string): Document.
5716         Handle caret-delimited strings (Bug#16079).
5718 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
5720         * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
5721         When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
5722         `ruby-parse-partial' (Bug#16078).
5724 2013-12-09  Leo Liu  <sdl.web@gmail.com>
5726         * subr.el (read-passwd): Disable show-paren-mode.  (Bug#16091)
5728 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
5730         * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
5731         (js-switch-indent-offset): New option.
5732         (js--proper-indentation): Use it.  And handle the case when
5733         "default" is actually a key in an object literal.
5734         (js--same-line): New function.
5735         (js--multi-line-declaration-indentation): Use it.
5736         (js--indent-in-array-comp, js--array-comp-indentation):
5737         New functions.
5738         (js--proper-indentation): Use them, to handle array comprehension
5739         continuations.
5741 2013-12-08  Leo Liu  <sdl.web@gmail.com>
5743         * progmodes/flymake.el (flymake-highlight-line): Re-write.
5744         (flymake-make-overlay): Remove arg MOUSE-FACE.
5745         (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
5747 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5749         * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
5750         New function.
5751         (redisplay-highlight-region-function): Use it.
5753         * emulation/cua-base.el (cua--explicit-region-start)
5754         (cua--last-region-shifted): Remove.
5755         (cua--deactivate): Use deactivate-mark.
5756         (cua--pre-command-handler-1): Don't handle shift-selection.
5757         (cua--post-command-handler-1): Don't change transient-mark-mode.
5758         (cua--select-keymaps): Use region-active-p rather than
5759         cua--explicit-region-start or cua--last-region-shifted.
5760         (cua-mode): Enable shift-select-mode.
5762 2013-12-08  Leo Liu  <sdl.web@gmail.com>
5764         * progmodes/flymake.el (flymake-popup-current-error-menu):
5765         Rename from flymake-display-err-menu-for-current-line.  Reimplement.
5766         (flymake-posn-at-point-as-event, flymake-popup-menu)
5767         (flymake-make-emacs-menu): Remove.  (Bug#16077)
5769 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5771         * rect.el (rectangle-mark-mode): Activate mark even if
5772         transient-mark-mode is off (bug#16066).
5773         (rectangle--highlight-for-redisplay): Fix boundary condition when point
5774         is > mark and at bolp.
5776         * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
5777         (region-extract-function): Use it.
5778         (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
5779         (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
5780         Delete functions.
5781         (cua--init-rectangles): Don't re-remap copy-region-as-kill,
5782         kill-ring-save, kill-region, delete-char, delete-forward-char.
5783         Ignore self-insert-iso.
5785         * emulation/cua-gmrk.el (cua--init-global-mark):
5786         Ignore `self-insert-iso'.
5788         * emulation/cua-base.el (cua--prefix-copy-handler)
5789         (cua--prefix-cut-handler): Rely on region-extract-function rather than
5790         checking cua--rectangle.
5791         (cua-delete-region): Use region-extract-function.
5792         (cua-replace-region): Delete function.
5793         (cua-copy-region, cua-cut-region): Obey region-extract-function.
5794         (cua--pre-command-handler-1): Don't do the delete-selection thing.
5795         (cua--self-insert-char-p): Ignore `self-insert-iso'.
5796         (cua--init-keymaps): Don't remap delete-selection commands.
5797         (cua-mode): Use delete-selection-mode instead of rolling our own
5798         (bug#16085).
5800         * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
5801         Obey region-extract-function.
5803         Make registers and delete-selection-mode work on rectangles.
5804         * register.el (describe-register-1): Don't modify the register's value.
5805         (copy-to-register): Obey region-extract-function.
5806         * delsel.el (delete-active-region): Obey region-extract-function.
5808 2013-12-08  Leo Liu  <sdl.web@gmail.com>
5810         * progmodes/flymake.el (flymake, flymake-error-bitmap)
5811         (flymake-warning-bitmap, flymake-fringe-indicator-position)
5812         (flymake-compilation-prevents-syntax-check)
5813         (flymake-start-syntax-check-on-newline)
5814         (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
5815         (flymake-start-syntax-check-on-find-file, flymake-log-level)
5816         (flymake-xml-program, flymake-master-file-dirs)
5817         (flymake-master-file-count-limit)
5818         (flymake-allowed-file-name-masks): Relocate.
5819         (flymake-makehash, flymake-float-time)
5820         (flymake-replace-regexp-in-string, flymake-split-string)
5821         (flymake-get-temp-dir): Remove.
5822         (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
5823         (flymake-current-row, flymake-selected-frame)
5824         (flymake-get-point-pixel-pos): Remove xemacs compatibity and
5825         related functions.  (Bug#16077)
5827 2013-12-07  Bozhidar Batsov  <bozhidar@batsov.com>
5829         * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
5831 2013-12-07  Tassilo Horn  <tsdh@gnu.org>
5833         * help-fns.el (describe-function-1): Use new advice-* functions
5834         rather than old ad-* functions.  Fix function type description and
5835         source links for advised functions and subrs.
5837 2013-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5839         * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
5841 2013-12-06  Michael Albinus  <michael.albinus@gmx.de>
5843         * progmodes/compile.el (compilation-start):
5844         * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
5846         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
5847         Handle long command lines, lasting from "sh -c ...".  (Bug#16045)
5849 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
5851         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5852         Touch up the last change.
5854 2013-12-06  Leo Liu  <sdl.web@gmail.com>
5856         * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
5857         (inferior-octave-startup): Always use "octave> " for prompt.
5858         (octave-goto-function-definition)
5859         (octave-sync-function-file-names)
5860         (octave-find-definition-default-filename): Remove redundant backquotes.
5862 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
5864         * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
5865         syntax for `?'.
5866         (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
5867         where appropriate already.
5868         (ruby-syntax-propertize-function): Propertize `?' and `!' at the
5869         end of method names (Bug#15874).
5871 2013-12-06  Juri Linkov  <juri@jurta.org>
5873         * isearch.el (isearch--saved-overriding-local-map):
5874         New internal variable.
5875         (isearch-mode): Set it to the initial value of
5876         `overriding-terminal-local-map'.
5877         (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
5878         with `isearch--saved-overriding-local-map'.  (Bug#16035)
5880 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
5882         * progmodes/octave.el (inferior-octave-completion-table):
5883         Turn back into function, use `completion-table-with-cache'
5884         (Bug#11906).  Update all references.
5886         * minibuffer.el (completion-table-with-cache): New function.
5888 2013-12-05  Cameron Desautels  <camdez@gmail.com>  (tiny change)
5890         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
5892 2013-12-05  Teodor Zlatanov  <tzz@lifelogs.com>
5894         * net/eww.el (eww-current-source): New variable to store page
5895         source.
5896         (eww-display-html, eww-mode, eww-save-history)
5897         (eww-restore-history): Use it.
5898         (eww-view-source): New command to view page source.
5899         Opportunistically uses `html-mode' to highlight the buffer.
5900         (eww-mode-map): Install it.
5902 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
5904         * net/dbus.el (dbus-unregister-service)
5905         (dbus-escape-as-identifier, dbus-unescape-from-identifier):
5906         Fix docstring.
5907         (dbus-unregister-service): Skip :serial entries in
5908         `dbus-registered-objects-table'.
5909         (dbus-byte-array-to-string): New optional arg MULTIBYTE.
5911 2013-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
5913         * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
5914         around keywords with extra `split-string' argument.
5916 2013-12-04  Martin Rudalics  <rudalics@gmx.at>
5918         * windmove.el (windmove-other-window-loc): Handle navigation
5919         between windows (excluding the minibuffer window - Bug#16017).
5921 2013-12-04  Michael Albinus  <michael.albinus@gmx.de>
5923         * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
5924         in D-Bus type syntax.
5925         (dbus-unescape-from-identifier): Use `byte-to-string' in order to
5926         preserve unibyte strings.  (Bug#16048)
5928 2013-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5930         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
5931         Call force-mode-line-update is the proper buffer (bug#16042).
5933 2013-12-04  Dmitry Gutov  <dgutov@yandex.ru>
5935         * vc/log-edit.el (log-edit-add-new-comment): Rename to
5936         `log-edit-remember-comment', make argument optional.  Adjust all
5937         callers.
5938         (log-edit-mode): Add `log-edit-remember-comment' to
5939         `kill-buffer-hook' locally.
5940         (log-edit-kill-buffer): Don't remember comment explicitly since
5941         the buffer is killed anyway.
5943 2013-12-04  Juri Linkov  <juri@jurta.org>
5945         * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
5946         add-hook and remove-hook for multi-buffer search.  (Bug#16035)
5948 2013-12-03  Tom Regner  <tom@goochesa.de>  (tiny change)
5950         * notifications.el (notifications-close-notification): Call the
5951         D-Bus method with ID being a `:uint32'.  (Bug#16030)
5953 2013-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5955         * net/eww.el (eww-render): Don't pass arg to eww-display-image.
5957 2013-12-03  Juri Linkov  <juri@jurta.org>
5959         * progmodes/compile.el (compilation-start): Rename window alist
5960         entry `no-display-ok' to `allow-no-window'.
5962         * simple.el (shell-command): Add window alist entry
5963         `allow-no-window' to `display-buffer'.
5964         (async-shell-command): Doc fix.
5966         * window.el (display-buffer-no-window): New action function.
5967         (display-buffer-alist, display-buffer): Doc fix.  (Bug#13594)
5969 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
5971         * vc/log-edit.el (log-edit-set-header): Extract from
5972         `log-edit-toggle-header'.
5973         (log-edit-extract-headers): Separate the summary, when extracted
5974         from header, from the rest of the message with an empty line.
5976         * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
5977         line, if present, to the Summary header.
5979 2013-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5981         * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
5982         in current-buffer (bug#16029).
5984 2013-12-02  Helmut Eller  <eller.helmut@gmail.com>
5986         * emacs-lisp/debug.el (debugger-toggle-locals): New command.
5987         (debugger-mode-map): Bind it.
5988         (debugger--backtrace-base): New function.
5989         (debugger-eval-expression): Use it.
5990         (debugger-frame-number): Skip local vars when present.
5991         (debugger--locals-visible-p, debugger--insert-locals)
5992         (debugger--show-locals, debugger--hide-locals): New functions.
5994 2013-12-02  Michael Albinus  <michael.albinus@gmx.de>
5996         * net/tramp-sh.el (tramp-remote-process-environment): Do not set
5997         "LC_ALL".
5998         (tramp-get-remote-locale): New defun.
5999         (tramp-open-connection-setup-interactive-shell): Use it.
6001 2013-12-02  Leo Liu  <sdl.web@gmail.com>
6003         * subr.el (process-live-p): Return nil for non-process.  (Bug#16023)
6005         * progmodes/sh-script.el (sh-shell-process):
6006         * progmodes/octave.el (inferior-octave-process-live-p):
6007         * progmodes/gdb-mi.el (gdb-delchar-or-quit)
6008         (gdb-inferior-io-sentinel):
6009         * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
6011 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
6013         * vc/log-edit.el (log-edit-kill-buffer): Move the use of
6014         `save-selected-window' to `log-edit-hide-buf'.  This makes
6015         `log-edit-show-files' idempotent.
6016         (log-edit-show-files): Mark the new window as dedicated.
6018 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
6020         * vc/log-edit.el (log-edit-mode-map): Add binding for
6021         `log-edit-kill-biffer'.
6022         (log-edit-hide-buf): Add a FIXME comment.
6023         (log-edit-add-new-comment): New function, extracted from
6024         `log-edit-done'.
6025         (log-edit-done, log-edit-add-to-changelog): Use it.
6026         (log-edit-kill-buffer): New command.
6028 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6030         * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
6031         instead of killing the buffer.
6033 2013-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6035         * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
6037 2013-12-01  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6039         * net/eww.el (eww-form-checkbox-selected-symbol)
6040         (eww-form-checkbox-symbol): New customizable variable.
6041         (eww-form-checkbox, eww-toggle-checkbox):
6042         Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
6044         * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
6045         (shr--get-media-pref, shr--extract-best-source): New function.
6046         (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
6047         no :src tag was specified.
6049         * net/eww.el (eww-use-external-browser-for-content-type): New variable.
6050         (eww-render): Handle `eww-use-external-browser-for-content-type'.
6051         Use \\` to match beginning of string instead of ^.
6052         (eww-browse-with-external-browser): Provide optional URL parameter.
6053         (eww-render): Set `eww-current-title' back to "".
6055         * net/shr.el (shr-tag-video): Display content for video if no
6056         poster is available.
6057         (shr-tag-audio): Add support for <audio> tag.
6059         * net/eww.el (eww-text-input-types): New const.
6060         (eww-process-text-input): Treat input types in
6061         `eww-text-input-types' as text.
6063         * net/shr.el (shr-tag-table): Fix comment typo.
6065 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6067         * net/eww.el (eww-follow-link): New command to avoid reloading
6068         pages when we follow #target links (bug#15243).
6069         (eww-quit): Special mode buffers shouldn't query before exiting.
6071 2013-12-01  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
6073         * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
6074         forms.
6076 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6078         * net/eww.el (eww-restore-history): Update the window title after
6079         moving in the history.
6080         (eww-current-dom): New variable used to save the current DOM.
6082 2013-12-01  Dmitry Gutov  <dgutov@yandex.ru>
6084         * vc/log-edit.el (log-edit-mode-map): Add binding for
6085         `log-edit-beginning-of-line'.
6086         (log-edit-setup-add-author): New user option.
6087         (log-edit-beginning-of-line): New command.
6088         (log-edit): Move major mode call above the contents setup so that
6089         the local variable values are already applied.
6090         (log-edit): Only insert "Author: " when
6091         `log-edit-setup-add-author' is non-nil.
6092         (log-edit): When SETUP is non-nil, position point after ": "
6093         instead of point-min.
6095 2013-12-01  Glenn Morris  <rgm@gnu.org>
6097         * startup.el (command-line): Warn if ~/emacs.d is in load-path.
6099 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
6101         * startup.el (fancy-splash-frame): On MS-Windows, trigger
6102         redisplay to make sure the initial frame gets a chance to become
6103         visible.  (Bug#16014)
6105 2013-11-30  Martin Rudalics  <rudalics@gmx.at>
6107         Support resizing frames and windows pixelwise.
6108         * cus-start.el (frame-resize-pixelwise)
6109         (window-resize-pixelwise): New entries.
6110         * emacs-lisp/debug.el (debug): Use window-total-height instead
6111         of window-total-size.
6112         * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
6113         * help.el (describe-bindings-internal): Use help-buffer as
6114         argument for with-help-window.
6115         (temp-buffer-max-width): New option.
6116         (resize-temp-buffer-window, help-window-setup)
6117         (with-help-window): Rewrite.
6118         * mouse.el (mouse-drag-line): Rewrite.  Add key bindings for
6119         dragging dividers.
6120         * window.el (frame-char-size, window-min-pixel-height)
6121         (window-safe-min-pixel-height, window-safe-min-pixel-width)
6122         (window-min-pixel-width, window-safe-min-pixel-size)
6123         (window-combination-p, window-safe-min-size)
6124         (window-resizable-p, window--size-to-pixel)
6125         (window--pixel-to-size, window--resize-apply-p): New functions.
6126         (window-safe-min-height): Fix doc-string.
6127         (window-size, window-min-size, window--min-size-1)
6128         (window-sizable, window-sizable-p, window--min-delta-1)
6129         (window-min-delta, window--max-delta-1, window-max-delta)
6130         (window--resizable, window--resizable-p, window-resizable)
6131         (window-full-height-p, window-full-width-p, window-at-side-p)
6132         (window--in-direction-2, window-in-direction)
6133         (window--resize-reset-1, window--resize-mini-window)
6134         (window-resize, window-resize-no-error)
6135         (window--resize-child-windows-normal)
6136         (window--resize-child-windows, window--resize-siblings)
6137         (window--resize-this-window, window--resize-root-window)
6138         (window--resize-root-window-vertically)
6139         (adjust-window-trailing-edge, enlarge-window, shrink-window)
6140         (maximize-window, minimize-window, delete-window)
6141         (quit-restore-window, window-split-min-size, split-window)
6142         (balance-windows-2, balance-windows)
6143         (balance-windows-area-adjust, balance-windows-area)
6144         (window--state-get-1, window-state-get, window--state-put-1)
6145         (window--state-put-2, window-state-put)
6146         (display-buffer-record-window, window--display-buffer):
6147         Make functions handle pixelwise sizing of windows.
6148         (display-buffer--action-function-custom-type)
6149         (display-buffer-fallback-action):
6150         Add display-buffer-in-previous-window.
6151         (display-buffer-use-some-window): Resize window to height it had
6152         before.
6153         (fit-window-to-buffer-horizontally): New option.
6154         (fit-frame-to-buffer): Describe new values.
6155         (fit-frame-to-buffer-bottom-margin): Replace with
6156         fit-frame-to-buffer-margins.
6157         (window--sanitize-margin): New function.
6158         (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
6159         using window-text-pixel-size.
6161 2013-11-30  Glenn Morris  <rgm@gnu.org>
6163         * emacs-lisp/bytecomp.el (byte-compile-form):
6164         Make the `interactive-only' warning like the `obsolete' one.
6165         * comint.el (comint-run):
6166         * files.el (insert-file-literally, insert-file):
6167         * replace.el (replace-string, replace-regexp):
6168         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
6169         (goto-line, insert-buffer, next-line, previous-line):
6170         Tweak `interactive-only' spec.
6172         Stop keeping (most) generated cedet grammar files in the repository.
6173         * Makefile.in (semantic): New.
6174         (compile-main): Depend on semantic.
6176 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6178         * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
6179         available.  Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
6181         * uniquify.el (uniquify-buffer-name-style): Change default.
6183         * loadup.el: Preload "uniquify".
6185         * time.el (display-time-update): Update all mode lines (bug#15999).
6187         * electric.el (electric-indent-mode): Enable by default.
6188         * loadup.el: Preload "electric".
6190 2013-11-29  Bozhidar Batsov  <bozhidar@batsov.com>
6192         * emacs-lisp/helpers.el (string-empty-p): New function.
6193         (string-blank-p): New function.
6195 2013-11-29  Andreas Politz  <politza@hochschule-trier.de>
6197         * imenu.el (imenu--index-alist): Add missing dot to the docstring
6198         (Bug#14029).
6200 2013-11-29  Andreas Politz  <politza@fh-trier.de>
6201         * imenu.el (imenu--subalist-p): Don't error on non-conses and
6202         allow non-lambda lists as functions.
6203         (imenu--in-alist): Don't recurse into non-subalists.
6204         (imenu): Don't pass function itself as an argument (Bug#14029).
6206 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6208         * progmodes/python.el (python-mode-map): Remove binding for ":".
6209         (python-indent-electric-colon): Remove command.
6210         (python-indent-post-self-insert-function): Integrate the previous code
6211         of python-indent-electric-colon.  Make it conditional on
6212         electric-indent-mode.
6213         (python-mode): Add ?: to electric-indent-chars.
6214         Move python-indent-post-self-insert-function to the end of
6215         post-self-insert-hook.
6217 2013-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6219         * doc-view.el (doc-view-goto-page): Update mode-line.
6221         * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
6223 2013-11-27  Glenn Morris  <rgm@gnu.org>
6225         * international/charprop.el, international/uni-bidi.el:
6226         * international/uni-category.el, international/uni-combining.el:
6227         * international/uni-comment.el, international/uni-decimal.el:
6228         * international/uni-decomposition.el, international/uni-digit.el:
6229         * international/uni-lowercase.el, international/uni-mirrored.el:
6230         * international/uni-name.el, international/uni-numeric.el:
6231         * international/uni-old-name.el, international/uni-titlecase.el:
6232         * international/uni-uppercase.el:
6233         Remove generated files from VCS repository.
6235 2013-11-27  Eli Zaretskii  <eliz@gnu.org>
6237         * filenotify.el (file-notify-add-watch): Don't special-case
6238         w32notify when computing the directory to watch.
6240 2013-11-27  Glenn Morris  <rgm@gnu.org>
6242         Make bootstrap without generated uni-*.el files possible again.
6243         * loadup.el: Update command-line-args checking for unidata-gen.
6244         Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
6245         * composite.el, international/characters.el:
6246         Handle unicode tables being undefined.
6248         Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
6249         * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
6250         (compile-main): Depend on leim rule.
6251         (leim): New rule.
6252         * loadup.el: Move leim-list.el to leim/ subdirectory.
6253         * startup.el (normal-top-level): No more leim directory.
6254         * international/ja-dic-cnv.el (skkdic-convert):
6255         Disable version-control and autoloads in output files.
6256         * international/titdic-cnv.el (titdic-convert, miscdic-convert):
6257         Disable version-control and autoloads in output files.
6258         * leim/quail: Move here from ../leim.
6259         * leim/quail/hangul.el (hangul-input-method-activate):
6260         Add autoload cookie.
6261         (generated-autoload-load-name): Set file-local value.
6262         * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
6263         (generated-autoload-load-name): Set file-local value.
6265 2013-11-26  Kenjiro NAKAYAMA  <knakayam@redhat.com>
6267         * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
6268         (eww-add-bookmark): Ask confirmation when add to bookmarks.
6269         (eww-quit): Ask confirmation before quitting eww.
6271 2013-11-26  Eli Zaretskii  <eliz@gnu.org>
6273         * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
6274         reading output from Diff on MS-Windows and MS-DOS.
6276 2013-11-26  Bozhidar Batsov  <bozhidar@batsov.com>
6278         * emacs-lisp/helpers.el (string-reverse): New function.
6280 2013-11-26  Michael Albinus  <michael.albinus@gmx.de>
6282         * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
6283         names on MS Windows, like "/[::1]:".
6285         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
6286         SWITCHES.
6288 2013-11-26  Glenn Morris  <rgm@gnu.org>
6290         * progmodes/python.el (python-indent-guess-indent-offset):
6291         Avoid corner-case error.  (Bug#15975)
6293         Preload leim-list.el.  (Bug#4789)
6294         * loadup.el: Load leim-list.el when found.
6295         * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
6297 2013-11-25  Bozhidar Batsov  <bozhidar@batsov.com>
6299         * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
6301         * emacs-lisp/helpers.el (string-join): New function.
6303 2013-11-25  Sebastian Wiesner  <lunaryorn@gmail.com>  (tiny change)
6305         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6306         Mark as obsolete and replace it with a symbol property.
6307         (byte-compile-form): Use new 'interactive-only property.
6308         * comint.el, files.el, replace.el, simple.el:
6309         Apply new 'interactive-only properly.
6311 2013-11-25  Martin Rudalics  <rudalics@gmx.at>
6313         * window.el (display-buffer-at-bottom): Make sure that
6314         split-window-sensibly creates the new window on bottom
6315         (Bug#15961).
6317 2013-11-23  David Kastrup  <dak@gnu.org>
6319         * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
6320         on the conflict markers when available.
6321         (smerge--get-marker): New function.
6322         (smerge-end-re, smerge-base-re): Add subgroup.
6324 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6326         * frame.el (handle-focus-in, handle-focus-out): Add missing
6327         interactive spec.
6329 2013-11-25  Michael Albinus  <michael.albinus@gmx.de>
6331         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
6332         `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
6334 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6336         * play/gomoku.el: Don't use intangible property.  Use lexical-binding.
6337         (gomoku--last-pos): New var.
6338         (gomoku--intangible-chars): New const.
6339         (gomoku--intangible): New function.
6340         (gomoku-mode): Use it.  Derive from special-mode.
6341         (gomoku-move-up): Adjust line count.
6342         (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
6343         (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
6344         Simplify accordingly.
6346         * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
6347         Remove blink-cursor code.
6348         (blink-cursor-timer-function, blink-cursor-suspend):
6349         Don't special-case GUIs.
6350         (blink-cursor-mode): Use focus-in/out-hook.
6352 2013-11-25  Dmitry Gutov  <dgutov@yandex.ru>
6354         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
6355         work when annotation is invisible (Bug#13886).
6357 2013-11-24  Simon Schubert  <2@0x2c.org>  (tiny change)
6359         * json.el (json-alist-p): Only return non-nil if the alist has
6360         simple keys (Bug#13518).
6362 2013-11-24  Mihir Rege  <mihirrege@gmail.com>  (tiny change)
6364         * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
6365         when control-statement is the first statement in a buffer (Bug#15956).
6367 2013-11-24  Dmitry Gutov  <dgutov@yandex.ru>
6369         * imenu.el (imenu-generic-skip-comments-and-strings):
6370         New option (Bug#15560).
6371         (imenu--generic-function): Use it.
6373 2013-11-24  Jorgen Schaefer  <contact@jorgenschaefer.de>
6375         * minibuffer.el (completion--in-region-1): Scroll the correct window.
6376         (Bug#13898)
6378 2013-11-24  Bozhidar Batsov  <bozhidar@batsov.com>
6380         * emacs-lisp/helpers.el: Add some string helpers.
6381         (string-trim-left): Removes leading whitespace.
6382         (string-trim-right): Removes trailing whitespace.
6383         (string-trim): Removes leading and trailing whitespace.
6385         * subr.el (string-suffix-p): New function.
6387 2013-11-23  Glenn Morris  <rgm@gnu.org>
6389         * progmodes/python.el (python-shell-send-file):
6390         Add option to delete file when done.  (Bug#15647)
6391         (python-shell-send-string, python-shell-send-region): Use it.
6393 2013-11-23  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
6395         * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
6396         to set buffer-read-only to t, never to nil.  (Bug#15938)
6398         * textmodes/tex-mode.el (latex-noindent-environments):
6399         Add safe-local-variable property.  (Bug#15936)
6401 2013-11-23  Glenn Morris  <rgm@gnu.org>
6403         * textmodes/enriched.el (enriched-mode): Doc fix.
6404         * emacs-lisp/authors.el (authors-renamed-files-alist):
6405         Add enriched.doc -> enriched.txt.
6407         * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
6409 2013-11-22  Leo Liu  <sdl.web@gmail.com>
6411         * progmodes/octave.el (inferior-octave-startup): Spit out error
6412         message.
6414 2013-11-22  Bozhidar Batsov  <bozhidar@batsov.com>
6416         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
6417         Improve docstring.
6418         Add :version.
6419         (ruby-encoding-magic-comment-style): Add :version.
6421 2013-11-22  Leo Liu  <sdl.web@gmail.com>
6423         * progmodes/octave.el (octave-operator-regexp): Exclude newline.
6424         (Bug#15076)
6425         (octave-help-mode): Adapt to change to help-mode-finish to use
6426         derived-mode-p on 2013-09-17.
6427         (inferior-octave-prompt): Also match octave-gui.
6428         (octave-kill-process): Don't ask twice.  (Bug#10564)
6430 2013-11-22  Leo Liu  <sdl.web@gmail.com>
6432         * progmodes/octave.el (inferior-octave-process-live-p): New helper.
6433         (inferior-octave-startup, inferior-octave-check-process)
6434         (inferior-octave-track-window-width-change)
6435         (octave-completion-at-point, octave-eldoc-function): Use it.
6436         (octave-kill-process): Provide confirmation.  (Bug#10564)
6438 2013-11-21  Leo Liu  <sdl.web@gmail.com>
6440         * progmodes/octave.el (octave-mode, inferior-octave-mode):
6441         Fix obsolete variable comment-use-global-state.
6443 2013-11-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6445         * progmodes/octave.el (octave-mode-map, octave-mode-menu):
6446         Add `octave-source-file'.
6447         (octave-source-file): New function.  (Bug#15935)
6449 2013-11-21  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>
6451         * net/eww.el (eww-local-regex): New variable.
6452         (eww): Use it to detect localhost and similar.
6454 2013-11-21  Leo Liu  <sdl.web@gmail.com>
6456         Add completion for command `ag'.
6457         * pcmpl-x.el (pcmpl-x-ag-options): New variable.
6458         (pcomplete/ag): New function.
6459         (pcmpl-x-ag-options): New function.  Handle `[no]' in long options.
6461 2013-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6463         * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
6464         (bug#14646).
6465         (make-obsolete): Remove interactive spec.
6467 2013-11-21  Glenn Morris  <rgm@gnu.org>
6469         * startup.el (command-line-1): Use path-separator with -L.
6471 2013-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
6473         * emacs-lisp/package.el (describe-package-1): Add package archive
6474         to shown fields.
6476 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
6478         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
6479         Change default to "# encoding: %s" to differentiate it from the
6480         default Ruby encoding comment template.
6482 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
6484         * ses.el (ses-mode): Doc fix.  (Bug#14748)
6486 2013-11-20  Leo Liu  <sdl.web@gmail.com>
6488         * window.el (display-buffer-alist): Doc fix.  (Bug#13594)
6490 2013-11-19  Dan Nicolaescu  <dann@gnu.org>
6492         * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
6493         when rebase or bisect are in progress.
6495 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
6497         * filenotify.el (file-notify-add-watch): Doc fix.
6499 2013-11-19  Leo Liu  <sdl.web@gmail.com>
6501         * obsolete/rcompile.el: Mark obsolete.
6503         * progmodes/compile.el (compilation-start)
6504         (compilation-goto-locus, compilation-find-file):
6505         Pass no-display-ok and handle nil value from display-buffer.
6506         (Bug#13594)
6508         * window.el (display-buffer-alist, display-buffer): Document the
6509         new parameter no-display-ok.  Return either a window or nil
6510         but never a non-window value.
6512 2013-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6514         * electric.el (electric-indent-mode-map): Remove.
6515         (electric-indent-mode): Change the global-map instead (bug#15915).
6517         * textmodes/text-mode.el (paragraph-indent-minor-mode):
6518         Use add-function.
6520 2013-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6522         * emacs-lisp/nadvice.el (remove-function): Align with
6523         add-function's behavior.
6525         * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
6526         (gdb--string-regexp): New constant.
6527         (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
6528         (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
6529         (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
6530         submatch 1.
6531         (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
6532         Adjust use accordingly.
6533         (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
6535 2013-11-17  Adam Sokolnicki  <adam.sokolnicki@gmail.com>  (tiny change)
6537         * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
6538         interpolation curlies (Bug#15914).
6540 2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
6542         * calc/calc.el (calc-context-sensitive-enter): New variable.
6543         (calc-enter): Use `calc-context-sensitive-enter'.
6545 2013-11-16  Teodor Zlatanov  <tzz@lifelogs.com>
6547         * progmodes/cfengine.el: Version bump.
6548         (cfengine-cf-promises): New defcustom to locate cf-promises.
6549         (cfengine3-vartypes): Add new "data" type.
6550         (cfengine3--current-word): New function to get current name-like
6551         word or its bounds.
6552         (cfengine3--current-function): New function to look up a CFEngine
6553         function's definition.
6554         (cfengine3-format-function-docstring): New function.
6555         (cfengine3-make-syntax-cache): New function.
6556         (cfengine3-documentation-function): New function: ElDoc glue.
6557         (cfengine3-completion-function): New function: completion glue.
6558         (cfengine3-mode): Set `compile-command',
6559         `eldoc-documentation-function', and add to
6560         `completion-at-point-functions'.
6562 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
6564         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
6565         `tramp-current-connection'.
6567 2013-11-15  Dmitry Gutov  <dgutov@yandex.ru>
6569         * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
6570         nil/self/true/false with "end of symbol".
6572 2013-11-15  Bozhidar Batsov  <bozhidar@batsov.com>
6574         * subr.el (version-regexp-alist): Fix a typo.
6576 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
6578         * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
6579         "en_US.utf8" and "LC_CTYPE" to "".
6580         (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
6581         (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
6583 2013-11-15  Leo Liu  <sdl.web@gmail.com>
6585         * loadhist.el (read-feature): Get rid of fake feature nil.  (Bug#15889)
6587 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6589         * progmodes/gud.el (ctl-x-map):
6590         Remove C-x SPC binding.  (Bug#12342)
6591         (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
6593 2013-11-14  Bozhidar Batsov  <bozhidar@batsov.com>
6595         * subr.el (version-regexp-alist):
6596         Recognize hg, svn and darcs versions as snapshot versions.
6598         * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
6599         'always-utf8 value of `ruby-insert-encoding-magic-comment'.
6600         (ruby--encoding-comment-required-p): Extract from
6601         `ruby-mode-set-encoding'.
6602         (ruby-mode-set-encoding): Add the ability to always insert an
6603         utf-8 encoding comment.  Fix and simplify coding comment update
6604         logic.
6606 2013-11-14  Michael Albinus  <michael.albinus@gmx.de>
6608         * net/tramp-gvfs.el (top): Run init code only when
6609         `tramp-gvfs-enabled' is not nil.
6610         (tramp-gvfs-enabled): Check also :system bus.
6612 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6614         Sync with upstream verilog-mode revision 78e66ba.
6615         * progmodes/verilog-mode.el (verilog-end-of-defun)
6616         (verilog-type-completion, verilog-get-list): Remove unused funcs.
6617         (verilog-get-end-of-defun): Remove unused argument.
6618         (verilog-comment-depth): Remove unused local `e'.
6619         (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
6620         Don't pass arg to verilog-get-end-of-defun.
6622 2013-11-14  Glenn Morris  <rgm@gnu.org>
6624         * obsolete/assoc.el (aget): Prefix dynamic variable.
6626         * allout-widgets.el (allout-widgets): No need to autoload defgroup.
6628 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6630         * widget.el, hfy-cmap.el: Remove bogus package version number.
6632 2013-11-13  Glenn Morris  <rgm@gnu.org>
6634         * replace.el (replace-eval-replacement):
6635         Try to give more helpful error message.  (Bug#15836)
6637         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
6638         (archive-7z-update): Avoid custom type mismatches.
6640         * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
6642 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
6644         * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
6645         address can be empty.
6647         * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
6648         Accept nil SWITCHES.
6649         (tramp-gvfs-handle-write-region): Implement APPEND.
6651 2013-11-12  Dmitry Gutov  <dgutov@yandex.ru>
6653         * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
6654         binary "|" operator and closing block args delimiter.
6655         Remove FIXME comment referring to Ruby 1.8-only syntax.
6656         (ruby-smie--implicit-semi-p): Not after "|" operator.
6657         (ruby-smie--closing-pipe-p): New function.
6658         (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
6659         (ruby-smie-rules): Indent after "|".
6661 2013-11-12  Glenn Morris  <rgm@gnu.org>
6663         * ps-print.el (ps-face-attribute-list):
6664         Handle anonymous faces.  (Bug#15827)
6666 2013-11-12  Martin Rudalics  <rudalics@gmx.at>
6668         * window.el (display-buffer-other-frame): Fix doc-string.
6669         (Bug#15868)
6671 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6673         * subr.el (force-mode-line-update): Delete, move to buffer.c.
6675 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
6677         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
6678         (tramp-sh-handle-file-local-copy): Don't write a message when
6679         saving temporary files.
6681         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
6682         both directories are remote.
6683         (tramp-smb-handle-directory-files): Do not return double entries.
6684         Do not expand full file names.
6685         (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
6686         (tramp-smb-handle-write-region): Implement APPEND.
6687         (tramp-smb-get-stat-capability): Fix a stupid bug.
6689 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6691         * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
6693 2013-11-11  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
6695         * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
6696         throwing error over malformed let/let* (bug#15814).
6698 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6700         * iswitchb.el (iswitchb-mode): Mark obsolete.
6702 2013-11-11  Glenn Morris  <rgm@gnu.org>
6704         * international/uni-bidi.el, international/uni-category.el:
6705         * international/uni-name.el, international/uni-numeric.el:
6706         Regenerate for Unicode 6.3.0.
6708 2013-11-10  Michael Albinus  <michael.albinus@gmx.de>
6710         * net/tramp.el (tramp-methods):
6711         * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
6712         2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
6714 2013-11-09  Andreas Schwab  <schwab@linux-m68k.org>
6716         * progmodes/sh-script.el (sh-font-lock-keywords-var):
6717         Force highlighting text after Summary keyword in doc face for rpm.
6719 2013-11-09  Dmitry Gutov  <dgutov@yandex.ru>
6721         * textmodes/ispell.el (ispell-lookup-words): When `look' is not
6722         available and the word has no wildcards, append one to the grep pattern.
6723         http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
6724         (ispell-complete-word): Call `ispell-lookup-words' with the value
6725         independent of `ispell-look-p'.
6727 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
6729         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
6730         Not after "||".
6731         (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
6732         their parent.
6734 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6736         * progmodes/ruby-mode.el: Don't require cl any more.  Use pcase instead.
6737         (ruby-font-lock-keywords): Use backquote.
6739 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
6741         * progmodes/ruby-mode.el (ruby-smie--forward-token)
6742         (ruby-smie--backward-token): Only consider full-string matches.
6744 2013-11-08  Jan Djärv  <jan.h.d@swipnet.se>
6746         * faces.el (describe-face): Add distant-foreground.
6748 2013-11-08  Bozhidar Batsov  <bozhidar@batsov.com>
6750         * progmodes/ruby-mode.el: Improve encoding comment handling.
6751         (ruby-encoding-magic-comment-style): New option.
6752         (ruby-custom-encoding-magic-comment-template): New option.
6753         (ruby--insert-coding-comment, ruby--detect-encoding):
6754         New functions extracted from `ruby-mode-set-encoding'.
6755         (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
6756         to control the style of the auto-inserted encoding comment.
6758 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
6760         * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
6761         Use `smie-backward-sexp' with token argument.
6763 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
6765         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
6766         Remove instrumentation code.
6768 2013-11-08  Glenn Morris  <rgm@gnu.org>
6770         * progmodes/autoconf.el (autoconf-mode):
6771         Tweak comment-start-skip.  (Bug#15822)
6773 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6775         * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
6776         at bobp (bug#15826).
6777         (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
6779 2013-11-08  Darren Hoo  <darren.hoo@gmail.com>
6781         * man.el (Man-start-calling): New macro, extracted from
6782         Man-getpage-in-background.
6783         (Man-getpage-in-background): Use it.
6784         (Man-update-manpage): New command.
6785         (Man-mode-map): Bind it.
6787 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
6789         * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
6790         of "and", "or", "&&" and "||".
6791         (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
6792         argument.  Prohibit opening curly brace because it could only be a
6793         block opener in that position.
6794         (ruby-smie--forward-token, ruby-smie--backward-token):
6795         Separate "|" from "&" or "*" going after it.  That can happen in block
6796         arguments.
6797         (ruby-smie--indent-to-stmt): New function, seeks the end of
6798         previous statement or beginning of buffer.
6799         (ruby-smie-rules): Use it.
6800         (ruby-smie-rules): Check if there's a ":" before a curly block
6801         opener candidate; if there is, it's a hash.
6803 2013-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6805         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
6806         (cl--block-wrapper): Fix last accidental change.
6808 2013-11-07  Michael Albinus  <michael.albinus@gmx.de>
6810         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
6811         Instrument, in order to hunt failure on hydra.
6813 2013-11-05  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
6815         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
6816         malformed bindings form (bug#15814).
6818 2013-11-07  Dmitry Gutov  <dgutov@yandex.ru>
6820         * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
6821         "." compared to " @ ".  This incidentally fixes some indentation
6822         examples with "do".
6823         (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
6824         (ruby-smie-grammar): New tokens: "and" and "or".
6825         (ruby-smie--args-separator-p): Fix the check for tokens at POS.
6826         Exclude "and" and "or".  Remove "do" in order to work around token
6827         priorities.
6828         (ruby-smie-rules): Add all infix tokens.  Handle the case of
6829         beginning-of-buffer.
6831 2013-11-06  Glenn Morris  <rgm@gnu.org>
6833         * Makefile.in (setwins_almost, setwins_for_subdirs):
6834         Avoid accidental matches.
6836 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6838         * menu-bar.el (popup-menu): Use key-binding.
6840 2013-11-06  Eli Zaretskii  <eliz@gnu.org>
6842         * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
6843         menus, support also the menus produced by minor modes.
6844         (Bug#15817)
6846 2013-11-06  Leo Liu  <sdl.web@gmail.com>
6848         * thingatpt.el (thing-at-point-looking-at): Add optional arg
6849         DISTANCE to bound the search.  All uses changed.  (Bug#15808)
6851 2013-11-06  Glenn Morris  <rgm@gnu.org>
6853         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
6854         (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
6855         (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
6857 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6859         * electric.el (electric-indent-just-newline): New command.
6860         (electric-indent-mode-map): New keymap.
6861         (electric-indent-mode, electric-pair-mode, electric-layout-mode):
6862         Re-add :group which weren't redundant.
6864         * electric.el (electric-indent-local-mode): New minor mode.
6865         (electric-indent-functions-without-reindent): New var.
6866         (electric-indent-post-self-insert-function): Use it.
6867         * emacs-lisp/gv.el (buffer-local-value): Add setter.
6869 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
6871         * international/quail.el (quail-help): Be more explicit about the
6872         meaning of the labels shown on the keys.  (Bug#15800)
6874         * startup.el (normal-top-level): Load the subdirs.el files before
6875         setting the locale environment.  (Bug#15805)
6877 2013-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6879         * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
6880         via arguments so as to get the right ones (bug#15418).
6882         * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
6884 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
6886         Fix problems found while writing a test suite.
6888         * net/tramp-compat.el (tramp-compat-load): New defun.
6889         * net/tramp.el (tramp-handle-load): Use it.
6891         * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
6892         "(numberp ok-if-already-exists)" correctly.
6894 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
6896         * international/characters.el (glyphless-char-display-control):
6897         Add usage note.
6899 2013-11-05  Bozhidar Batsov  <bozhidar@batsov.com>
6901         * progmodes/python.el (python-mode):
6902         * progmodes/scheme.el (scheme-mode):
6903         * progmodes/prolog.el (prolog-mode):
6904         * progmodes/ruby-mode.el (ruby-mode):
6905         * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
6906         (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
6908 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6910         * rect.el (rectangle--highlight-for-redisplay):
6911         * emacs-lisp/smie.el (smie--next-indent-change):
6912         Use buffer-chars-modified-tick.
6914         * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
6916         * electric.el (electric-indent-post-self-insert-function):
6917         Only delete trailing whitepsace if it is indeed trailing (bug#15767).
6919 2013-11-04  Helmut Eller  <eller.helmut@gmail.com>
6921         * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
6923 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
6925         * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
6926         (bug#15786).
6928 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6930         * emacs-lisp/helpers.el: Move from helpers.el.  Use lexical-binding.
6932         * progmodes/python.el: Fix up last change.
6933         (python-shell--save-temp-file): New function.
6934         (python-shell-send-string): Use it.  Remove `msg' arg.  Don't assume
6935         `string' comes from the current buffer.
6936         (python-shell-send-string-no-output): Remove `msg' arg.
6937         (python--use-fake-loc): New var.
6938         (python-shell-buffer-substring): Obey it.  Try to compensate for the
6939         extra coding line added by python-shell--save-temp-file.
6940         (python-shell-send-region): Use python-shell--save-temp-file and
6941         python-shell-send-file directly.  Add `nomain' argument.
6942         (python-shell-send-buffer): Use python-shell-send-region.
6943         (python-electric-pair-string-delimiter): New function.
6944         (python-mode): Use it.
6946 2013-11-04  Eli Zaretskii  <eliz@gnu.org>
6948         * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
6949         eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
6950         environment and decoding all of the default-directory's to here
6951         from command-line.
6952         (command-line): Decode also argv[0].
6954         * loadup.el: Error out if default-directory is a multibyte string
6955         when we are dumping.
6957         * Makefile.in (emacs): Don't set LC_ALL=C.  (Bug#15260)
6959 2013-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
6961         * emacs-lisp/package.el (package-menu-mode)
6962         (package-menu--print-info, package-menu--archive-predicate):
6963         Add Archive column to package list.
6965 2013-11-04  Michael Albinus  <michael.albinus@gmx.de>
6967         Fix problems found while writing a test suite.
6969         * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
6970         (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
6971         (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
6972         to nil when running original file name handler.  Otherwise,
6973         there are problems with constructs like "$$FOO".
6975         * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
6976         for `localname'.
6978 2013-11-04  Bozhidar Batsov  <bozhidar@batsov.com>
6980         * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
6982         * subr.el (version<, version<=, version=):
6983         Update docstrings with information for snapshot versions.
6985         * helpers.el: New library for misc helper functions.
6986         (hash-table-keys): New function returning a list of hash keys.
6987         (hash-table-values): New function returning a list of hash values.
6989 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
6991         * progmodes/ruby-mode.el (ruby-smie--forward-token)
6992         (ruby-smie--backward-token): Tokenize heredocs as semicolons.
6994 2013-11-04  Michal Nazarewicz  <mina86@mina86.com>
6996         * textmodes/fill.el (fill-single-char-nobreak-p): New function
6997         checking whether point is after a 1-letter word.
6999 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
7001         * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
7002         Don't infloop when expanding region over `multiline' syntax-type that
7003         begins a line (bug#15778).
7005 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7007         * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
7008         Make it into a proper minor mode.
7009         (rectangle--region): (implicitly) rename to rectangle-mark-mode.
7010         (rectangle-mark-mode-map): New keymap.
7011         (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
7013 2013-11-04  Glenn Morris  <rgm@gnu.org>
7015         * startup.el (command-line-1): Allow `-L :...' to append to load-path.
7017 2013-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7019         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
7020         (ruby-smie-rules): Use smie-rule-parent instead.
7022         * emacs-lisp/smie.el (smie-rule-parent): Always call
7023         smie-indent-virtual rather than only for hanging tokens.
7024         (smie--next-indent-change): New helper command.
7026 2013-11-03  Glenn Morris  <rgm@gnu.org>
7028         * Makefile.in (abs_srcdir): Remove.
7029         (emacs): Unset EMACSLOADPATH.
7031 2013-11-02  Glenn Morris  <rgm@gnu.org>
7033         * Makefile.in (EMACS): Use a relative filename.
7034         (abs_top_builddir): Remove.
7035         (custom-deps, finder-data, autoloads): Use --chdir.
7037         * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
7039         Use relative filenames in TAGS files.
7040         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
7041         (lisptagsfiles4, TAGS): Use relative file names.
7042         (TAGS-LISP): Remove.
7043         (maintainer-clean): No more TAGS-LISP file.
7045         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
7046         (lisptagsfiles4): Use absolute filenames again.
7047         (TAGS, TAGS-LISP): Not everything needs to run in one line.
7048         Remove all *loaddefs files, not just the first.  Remove esh-groups.
7049         (maintainer-clean): Delete TAGS, TAGS-LISP.
7051 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
7053         * emacs-lisp/package.el (package-version-join):
7054         Recognize snapshot versions.
7056 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
7058         * subr.el (version-regexp-alist): Add support for snapshot versions.
7060 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
7062         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
7063         New function, replacement for `smie-rule-parent' for when we want to
7064         skip over our direct parent if it's an assignment token..
7065         (ruby-smie-rules): Use it.
7067 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
7069         * progmodes/ruby-mode.el: Use `syntax-propertize-function'
7070         unconditionally.  Remove now unnecessary forward declarations.
7071         Remove XEmacs-specific setup.
7072         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7073         (ruby-font-lock-syntactic-keywords)
7074         (ruby-comment-beg-syntax, ruby-in-here-doc-p)
7075         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7076         (ruby-here-doc-end-syntax): Remove.
7077         (ruby-mode): Don't check whether `syntax-propertize-rules' is
7078         defined as function.
7080 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
7082         * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
7084 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
7086         * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
7087         table and abbrev table, `define-derived-mode' does that for us
7088         anyway.
7090 2013-11-01  Glenn Morris  <rgm@gnu.org>
7092         * Makefile.in: Remove manual mh-e dependencies (writing .elc
7093         files is atomic for some time, so no parallel compilation issues).
7095 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
7097         * faces.el (face-x-resources): Add :distant-foreground.
7098         (region): Use :distant-foreground for gtk and ns.
7100 2013-11-01  Tassilo Horn  <tsdh@gnu.org>
7102         Allow multiple bibliographies when BibLaTeX is used rather than
7103         BibTeX.
7104         * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
7105         (reftex-locate-bibliography-files): Us it.
7107 2013-11-01  Claudio Bley  <claudio.bley@googlemail.com>
7109         * image.el (image-type-header-regexps): Fix the 'pbm' part to
7110         allow comments in pbm files.
7112         * term/w32-win.el (dynamic-library-alist): Support newer versions
7113         of libjpeg starting with v7: look only for the DLL from the
7114         version against which Emacs was built.
7115         Support versions of libpng beyond 1.4.x.
7116         Support libtiff v4.x.
7118 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
7120         * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
7121         (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
7122         Add property :safe.
7123         (ruby-deep-arglist): Add property :type.
7125 2013-10-31  Glenn Morris  <rgm@gnu.org>
7127         * Makefile.in (custom-deps, finder-data): No need to setq the target
7128         variables, we are in the right directory and the defaults work fine.
7130 2013-10-30  Glenn Morris  <rgm@gnu.org>
7132         * Makefile.in (autoloads): Do not use abs_lisp.
7134         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7135         `newline' does not respect `standard-output', so use `princ'.
7137 2013-10-30  Alp Aker  <alp.tekin.aker@gmail.com>
7139         Ensure unmarking in buffer menu clears 'S' marks.  (Bug#15761)
7140         * buff-menu.el (Buffer-menu--unmark): New function.
7141         (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
7143 2013-10-30  Glenn Morris  <rgm@gnu.org>
7145         * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
7147         * emacs-lisp/package.el (lm-homepage): Declare.
7149         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
7150         Fix doc typos.
7152         * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
7154         * Makefile.in (finder-data, autoloads, update-subdirs)
7155         (compile-main, compile-clean, compile-always, bootstrap-clean):
7156         Check return value of cd.
7157         (compile-calc): Remove.
7159 2013-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7161         * simple.el (copy-region-as-kill): Fix call to region-extract-function.
7163         * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
7164         (byte-compile-and-folded): New function.
7165         (=, <, >, <=, >=): Use it.
7167         * dos-w32.el (minibuffer-history-case-insensitive-variables)
7168         (path-separator, null-device, buffer-file-coding-system)
7169         (lpr-headers-switches): Check system-type before modifying them.
7170         (find-buffer-file-type-coding-system): Mark obsolete.
7171         (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
7172         find-file-not-found-set-buffer-file-coding-system.
7173         (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
7174         (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
7175         (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
7176         (w32-direct-print-region-helper, w32-direct-print-region-function)
7177         (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
7178         * startup.el (normal-top-level-add-subdirs-to-load-path):
7179         * ps-print.el (ps-print-region-function):
7180         * lpr.el (print-region-function): Use new name.
7182         * subr.el (custom-declare-variable-early): Remove function.
7183         (custom-declare-variable-list): Remove var.
7184         (error, user-error): Remove `while' loop.
7185         (read-quoted-char-radix, read-quoted-char): Move to simple.el.
7186         (user-emacs-directory-warning, locate-user-emacs-file):
7187         Move to files.el.
7188         * simple.el (read-quoted-char-radix, read-quoted-char):
7189         * files.el (user-emacs-directory-warning, locate-user-emacs-file):
7190         Move from subr.el.
7191         * custom.el (custom-declare-variable-list): Don't process
7192         custom-declare-variable-list.
7194         * progmodes/python.el (python-shell-get-buffer): New function.
7195         (python-shell-get-process): Use it.
7196         (python-shell-send-string): Always use utf-8 and add a cookie to tell
7197         Python which encoding was used.  Don't split-string since we only care
7198         about the first line.  Return the temp-file, if applicable.
7199         (python-shell-send-region): Tell compile.el how to turn locations in
7200         the temp-file into locations in the source buffer.
7202 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7204         * subr.el (undefined): Add missing behavior from the C code for
7205         unbound keys.
7207         * rect.el: Use lexical-binding.  Add new rectangular region support.
7208         (rectangle-mark): New command.
7209         (rectangle--region): New var.
7210         (deactivate-mark-hook): Reset rectangle--region.
7211         (rectangle--extract-region, rectangle--insert-for-yank)
7212         (rectangle--highlight-for-redisplay)
7213         (rectangle--unhighlight-for-redisplay): New functions.
7214         (region-extract-function, redisplay-unhighlight-region-function)
7215         (redisplay-highlight-region-function): Use them to handle
7216         rectangular region.
7217         * simple.el (region-extract-function): New var.
7218         (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
7219         (kill-new, kill-append): Remove obsolete `yank-handler' argument.
7220         (kill-region): Replace obsolete `yank-handler' arg with `region'.
7221         (copy-region-as-kill, kill-ring-save): Add `region' argument.
7222         (redisplay-unhighlight-region-function)
7223         (redisplay-highlight-region-function): New vars.
7224         (redisplay--update-region-highlight): New function.
7225         (pre-redisplay-function): Use it.
7226         (exchange-point-and-mark): Don't deactivate the mark before
7227         reactivate-it anyway.
7228         * comint.el (comint-kill-region): Remove yank-handler argument.
7229         * delsel.el (delete-backward-char, backward-delete-char-untabify)
7230         (delete-char): Remove property, since it's now part of their
7231         default behavior.
7232         (self-insert-iso): Remove property since this command doesn't exist.
7234         * emacs-lisp/package.el (package--download-one-archive)
7235         (describe-package-1): Don't query the user about final newline.
7237 2013-10-29  Daniel Colascione  <dancol@dancol.org>
7239         * net/tramp.el (tramp-methods): Document new functionality.
7240         * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
7241         tramp-hostname-checker if method provides one instead of scanning
7242         argument list for "%h" to decide hostname acceptability.
7244 2013-10-28  Michael Albinus  <michael.albinus@gmx.de>
7246         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
7247         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
7248         Handle COPY-CONTENTS.  (Bug#15737)
7250 2013-10-28  Daiki Ueno  <ueno@gnu.org>
7252         * epa-file.el
7253         (epa-file-cache-passphrase-for-symmetric-encryption):
7254         Document that this option has no effect with GnuPG 2.0 (bug#15552).
7256 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
7258         * image.el (defimage, image-load-path): Doc fixes.
7260 2013-10-27  Alan Mackenzie  <acm@muc.de>
7262         Indent statements in macros following "##" correctly.
7263         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7264         Modify the "#" arm of a cond form to handle "#" and "##" operators.
7266 2013-10-27  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
7268         * linum.el (linum-update-window): Fix boundary test (bug#13446).
7270 2013-10-27  Dmitry Gutov  <dgutov@yandex.ru>
7272         * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
7273         after `=' is probably a new expression.
7275 2013-10-27  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7277         * man.el (man-imenu-title): New option.
7278         (Man-mode-map): Add menu.  (Bug#15722)
7279         (Man-mode): Add imenu to menu.
7281 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
7283         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
7284         specific in what the first arg can be: a non-keyword word,
7285         string/regexp/percent literal opener, opening paren, or unary
7286         operator followed directly by word.
7288 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7290         * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
7291         (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
7292         (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
7293         (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
7294         Remove vars, they do not apply any more.
7295         (prolog-mode-abbrev-table): Remove redundant declaration.
7296         (prolog-upper-case-string, prolog-lower-case-string): Remove.
7297         (prolog-use-smie): Remove.
7298         (prolog-smie-rules): Add indentation rule for the if-then-else layout
7299         supported by prolog-electric-if-then-else-flag.
7300         (prolog-mode-variables, prolog-menu): Use setq-local.
7301         (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
7302         Remove binding to `Backspace' since this key doesn't exist anyway.
7303         Remove bindings for electric self-inserting keys.
7304         (prog-mode): Assume it's defined.
7305         (prolog-post-self-insert): New function.
7306         (prolog-mode): Use it.
7307         (prolog-indent-line, prolog-indent-level)
7308         (prolog-find-indent-of-matching-paren)
7309         (prolog-indentation-level-of-line, prolog-goto-comment-column)
7310         (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
7311         (prolog-goto-next-paren, prolog-in-string-or-comment)
7312         (prolog-tokenize, prolog-inside-mline-comment)
7313         (prolog-find-start-of-mline-comment): Remove functions.
7314         (prolog-find-unmatched-paren, prolog-clause-end)
7315         (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
7316         (prolog-electric--if-then-else): Rename from
7317         prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
7318         (prolog-tokenize-searchkey): Remove const.
7319         (prolog-clause-info): Use forward-sexp.
7320         (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
7321         (prolog-electric-if-then-else): Remove commands.
7322         (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
7323         for use in post-self-insert-hook.
7324         (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
7325         for use in post-self-insert-hook.
7326         (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
7327         for use in post-self-insert-hook.
7328         (prolog-electric--underscore): Rename from prolog-electric--underscore;
7329         adapt it for use in post-self-insert-hook.
7331 2013-10-25  Michael Albinus  <michael.albinus@gmx.de>
7333         * emacs-lisp/ert.el (ert-run-tests-interactively):
7334         Use `completing-read'.  (Bug#9756)
7336 2013-10-25  Eli Zaretskii  <eliz@gnu.org>
7338         * simple.el (line-move): Call line-move-1 instead of
7339         line-move-visual when the current window hscroll is zero, but
7340         temporary-goal-column indicates we will need to hscroll as result
7341         of the movement.  (Bug#15712)
7343 2013-10-25  Dmitry Gutov  <dgutov@yandex.ru>
7345         * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
7346         capitalization.  Use :visible instead of :active.
7347         Fix `ruby-indent-exp' reference.  Add menu items for the generic
7348         commands that are used with SMIE.
7349         (ruby-do-end-to-brace): Insert space after `{'.
7351 2013-10-25  John Anthony  <john@jo.hnanthony.com>
7353         * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu.  (Bug#15600)
7355         * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu.  (Bug#15599)
7357 2013-10-25  Glenn Morris  <rgm@gnu.org>
7359         * vc/vc.el (vc-print-log): Don't use a working revision unless
7360         one was explicitly specified.  (Bug#15322)
7362 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7364         * subr.el (add-to-list): Preserve return value in compiler-macro
7365         (bug#15692).
7367 2013-10-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7369         * progmodes/octave.el (octave-lookfor): Handle empty lookfor
7370         result.  Ask user to retry using '-all' flag.  (Bug#15701)
7372 2013-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7374         * emacs-lisp/smie.el: New smie-config system.
7375         (smie-config): New defcustom.
7376         (smie-edebug, smie-config-show-indent, smie-config-set-indent)
7377         (smie-config-guess, smie-config-save): New commands.
7378         (smie-config--mode-local, smie-config--buffer-local)
7379         (smie-config--trace, smie-config--modefuns): New vars.
7380         (smie-config--advice, smie-config--mode-hook)
7381         (smie-config--setter, smie-config-local, smie-config--get-trace)
7382         (smie-config--guess-value, smie-config--guess): New functions.
7383         (smie-indent-forward-token, smie-indent-backward-token): Don't copy
7384         text properties.  Treat "string fence" syntax like string syntax.
7386         * progmodes/sh-script.el (sh-use-smie): Change default.
7387         (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
7388         (sh-var-value): Simplify by CSE.
7389         (sh-show-indent, sh-set-indent, sh-learn-line-indent)
7390         (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
7391         is used.
7392         (sh-guess-basic-offset): Use cl-incf.
7393         (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
7395 2013-10-24  Helmut Eller  <eller.helmut@gmail.com>
7397         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
7398         (bug#15699).
7400 2013-10-24  Glenn Morris  <rgm@gnu.org>
7402         * Makefile.in (abs_top_srcdir): Remove.
7403         (update-subdirs): Use relative path to update-subdirs.
7405 2013-10-24  Eli Zaretskii  <eliz@gnu.org>
7407         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
7408         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
7409         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
7410         Call unmsys--file-name before expand-file-name, not after it.
7412 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
7414         * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
7415         (ert-test-skipped): New error.
7416         (ert-skip, ert-stats-skipped): New defuns.
7417         (ert--skip-unless): New macro.
7418         (ert-test-skipped): New struct.
7419         (ert--run-test-debugger, ert-test-result-type-p)
7420         (ert-test-result-expected-p, ert--stats, ert-stats-completed)
7421         (ert--stats-set-test-and-result, ert-char-for-test-result)
7422         (ert-string-for-test-result, ert-run-tests-batch)
7423         (ert--results-update-ewoc-hf, ert-run-tests-interactively):
7424         Handle skipped tests.  (Bug#9803)
7426 2013-10-24  Glenn Morris  <rgm@gnu.org>
7428         * Makefile.in (check-declare): Remove unnecessary path in -l argument.
7430         * Makefile.in (abs_top_srcdir): New, set by configure.
7431         (update-subdirs): Correct build-aux location.
7433 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
7435         * vc/vc.el (vc-print-root-log): Always set `default-directory'
7436         value, whether we could auto-deduce `backend', or not.
7438         * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
7439         with parameters" example.  Simplify the "is it block or is it
7440         hash" check, but also make it more thorough.
7442 2013-10-23  Masashi Fujimoto  <masfj.dev@gmail.com>  (tiny change)
7444         * battery.el (battery-pmset): Handle OS X Mavericks.  (Bug#15694)
7446 2013-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7448         * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
7449         { if it is hanging.
7451         * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
7452         :before ";".
7454 2013-10-23  Jed Brown  <jed@59A2.org>  (tiny change)
7456         * progmodes/compile.el (compilation-directory-matcher)
7457         (compilation-page-delimiter):
7458         Support GNU Make-4.0 directory quoting.  (Bug#15678)
7460 2013-10-23  Leo Liu  <sdl.web@gmail.com>
7462         * ido.el (ido-tidy): Handle read-only text.
7464 2013-10-23  Glenn Morris  <rgm@gnu.org>
7466         * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
7467         (emacs, compile, compile-always):
7468         Quote entities that might contain whitespace.
7469         (custom-deps, finder-data, autoloads): Use abs_lisp.
7470         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7471         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7472         ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
7474 2013-10-23  Dmitry Gutov  <dgutov@yandex.ru>
7476         * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
7477         Use `following-char'.
7479 2013-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7481         * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
7482         * progmodes/ruby-mode.el (ruby-smie-rules):
7483         Remove corresponding workaround.  Fix indentation rule of ";" so it
7484         also applies when ";" is the parent.
7486 2013-10-22  Xue Fuqiao  <xfq.free@gmail.com>
7488         * frame.el (display-screens, display-pixel-height)
7489         (display-pixel-width, display-mm-width, display-backing-store)
7490         (display-save-under, display-planes, display-color-cells)
7491         (display-visual-class, display-monitor-attributes-list):
7492         Mention the optional ‘display’ argument in doc strings.
7494 2013-10-22  Michael Gauland  <mikelygee@amuri.net>
7496         * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
7497         viewers such as evince when ebnf-production-name-p is nil.  (Bug#15625)
7499 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
7501         * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
7502         TODO.  Add "." after " @ ".
7503         (ruby-smie--at-dot-call): New function.  Checks if point at method
7504         call with explicit target.
7505         (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
7506         to the method name tokens when it precedes them.
7507         (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
7508         (ruby-smie-rules): Add rule for indentation before and after "."
7509         token.
7511 2013-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7513         * textmodes/remember.el (remember-diary-extract-entries):
7514         Avoid add-to-list.
7516         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
7517         an instruction.
7519 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
7521         * progmodes/ruby-mode.el (ruby-smie-grammar):
7522         Add (almost) all infix operators.
7523         (ruby-smie--implicit-semi-p): Add new operator chars.
7525         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
7526         `smie-down-list'.
7527         (ruby-smie--args-separator-p): Check that there's no newline
7528         between method call and its arguments.
7530 2013-10-20  Alan Mackenzie  <acm@muc.de>
7532         Allow comma separated lists after Java "implements".
7534         * progmodes/cc-engine.el (c-backward-over-enum-header):
7535         Parse commas.
7536         * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
7537         from a "disallowed" list in enum fontification.
7539 2013-10-20  Johan Bockgård  <bojohan@gnu.org>
7541         * startup.el (default-frame-background-mode): Remove unused defvar.
7543         * progmodes/verilog-mode.el (verilog-mode): Don't set
7544         comment-indent-function globally.
7546 2013-10-20  Jan Djärv  <jan.h.d@swipnet.se>
7548         * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
7549         Move Info menu item creation to ns-win.el.
7551         * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
7552         in menu bar.
7554         * menu-bar.el: Move GNUstep specific menus...
7556         * term/ns-win.el (ns-initialize-window-system): ... to here.
7558 2013-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7560         * simple.el (newline): Only run post-self-insert-hook when
7561         called interactively.
7563 2013-10-19  Johan Bockgård  <bojohan@gnu.org>
7565         * icomplete.el (icomplete-with-completion-tables): Add :version.
7567 2013-10-19  Alan Mackenzie  <acm@muc.de>
7569         Fix fontification bugs with constructors and const.
7571         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
7572         CASE 2) Remove the check for the absence of a suffix construct
7573         after a function declaration with only types (no identifiers) in
7574         the parentheses.  Also, accept a function declaration with just a
7575         type inside the parentheses, if this type can be positively
7576         recognised as such, or if a prefix keyword like "explicit" nails
7577         down the construct as a declaration.
7579 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
7581         * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
7582         TTY menu actions and down-mouse-N to tty-menu-ignore.  This solves
7583         the problem whereby selecting a menu item that leads to a
7584         minibuffer prompt moves the cursor out of the minibuffer window,
7585         making it hard to type at the prompt.  Suggested by Stefan Monnier
7586         <monnier@iro.umontreal.ca>.
7588 2013-10-19  Jan Djärv  <jan.h.d@swipnet.se>
7590         * menu-bar.el: Don't make Services menu.
7592 2013-10-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7594         * ffap.el: Handle "/usr/include/c++/<version>" directories.
7595         (ffap-alist): Use ffap-c++-mode for c++-mode.
7596         (ffap-c++-path): New variable.
7597         (ffap-c++-mode): New function.
7599 2013-10-19  Joe Vornehm Jr.  <joe.vornehm@gmail.com>  (tiny change)
7601         * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
7603 2013-10-18  Michael Albinus  <michael.albinus@gmx.de>
7605         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
7606         introduced on 2013-09-08, which results in an infinite loop
7607         requesting a password.
7609 2013-10-18  Glenn Morris  <rgm@gnu.org>
7611         * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
7613 2013-10-18  Wilson Snyder  <wsnyder@wsnyder.org>
7615         Sync with upstream verilog-mode revision 1a6ecec7.
7616         * progmodes/verilog-mode.el (verilog-mode-version): Update.
7617         (verilog-mode-release-date): Remove.
7618         (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
7619         (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
7620         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
7621         (verilog-auto-tieoff-ignore-regexp)
7622         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
7623         (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
7624         (verilog-signals-with, verilog-dir-cache-preserving)
7625         (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
7626         Doc fixes.
7627         (verilog-case-fold): New option, to control case folding in
7628         regexp searches, bug597.
7629         (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
7630         (verilog-string-match-fold, verilog-in-paren-count)
7631         (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
7632         (verilog-at-close-struct-p): New functions.
7633         (verilog-beg-block-re-ordered, verilog-extended-case-re)
7634         (verilog-forward-sexp, verilog-set-auto-endcomments)
7635         (verilog-leap-to-case-head): Handle "unique0" case.
7636         (verilog-in-constraint-re): New constant.
7637         (verilog-keywords, verilog-type-font-keywords):
7638         Add some SystemVerilog 1800-2012 keywords.
7639         (verilog-label-be): Remove unimplemented argument, bug669.
7640         (verilog-batch-execute-func): When batch expanding clear
7641         create-lockfiles to prevent spurious user locks when a file ends
7642         up not changing.
7643         (verilog-calculate-indent, verilog-calc-1)
7644         (verilog-at-close-constraint-p, verilog-at-constraint-p)
7645         (verilog-do-indent): Fix indentation of nested constraints
7646         and structures.
7647         (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
7648         (verilog-auto-inst-param): Use verilog-string-match-fold.
7649         (verilog-read-inst-module-matcher):
7650         Fix AUTOINST on gate primitives with #1.
7651         (verilog-read-decls): Fix double-declaring user-defined typed signals.
7652         Reads all user-defined typed variables.
7653         (verilog-read-defines): Fix reading definitions inside comments, bug647.
7654         (verilog-signals-matching-regexp)
7655         (verilog-signals-not-matching-regexp, verilog-auto):
7656         Respect verilog-case-fold.
7657         (verilog-diff-report): Fix line count.
7658         (verilog-auto-assign-modport): Remove unused local `modi'.
7659         (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
7660         better handle multidimensional arrays.
7661         Fix packed array ports misadding bit index in AUTOINST, bug637.
7662         (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
7663         to not double-declare existing outputs and inputs, respectively.
7664         (verilog-template-map): Bind U to verilog-sk-uvm-component.
7665         (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
7666         (verilog-sk-uvm-component): New skeleton.
7667         (verilog-submit-bug-report): Add verilog-case-fold,
7668         remove verilog-mode-release-date.
7670 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
7672         * subr.el (sit-for): Call (input-pending-p t) so as to behave
7673         as before.
7675 2013-10-18  Reuben Thomas  <rrt@sc3d.org>
7677         * textmodes/remember.el (remember): Set buffer-offer-save in
7678         remember buffers (bug#13566).
7680 2013-10-18  Daniel Colascione  <dancol@dancol.org>
7682         When evaluating forms in ielm, direct standard output to ielm
7683         buffer.  Add new ielm-return-for-effect command.  Remove trailing
7684         whitespace throughout.
7686         * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
7687         (ielm-return-for-effect): New command.
7688         (ielm-send-input): Accept optional `for-effect' parameter.
7689         (ielm-eval-input): Accept optional `for-effect' parameter.
7690         Bind `standard-output' to stream we create using
7691         `ielm-standard-output-impl'.  Suppress printing result when
7692         `for-effect'.
7693         (ielm-standard-output-impl): New function.
7694         (inferior-emacs-lisp-mode): Explain new features in documentation.
7696 2013-10-17  Michael Albinus  <michael.albinus@gmx.de>
7698         Code cleanup.
7700         * net/tramp.el (tramp-debug-message): Do not check for connection
7701         buffer.
7702         (tramp-message): Use "vector" connection property.
7704         * net/tramp.el (tramp-rfn-eshadow-update-overlay)
7705         (tramp-equal-remote, tramp-eshell-directory-change)
7706         * net/tramp-adb.el (tramp-adb-handle-copy-file)
7707         (tramp-adb-handle-rename-file)
7708         * net/tramp-cmds.el (tramp-list-remote-buffers)
7709         (tramp-cleanup-connection, tramp-cleanup-this-connection)
7710         * net/tramp-compat.el (tramp-compat-process-running-p)
7711         * net/tramp-ftp.el (tramp-ftp-file-name-handler)
7712         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
7713         (tramp-gvfs-handle-rename-file)
7714         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
7715         (tramp-set-file-uid-gid)
7716         * net/tramp-smb.el (tramp-smb-handle-copy-file)
7717         (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
7718         of `file-remote-p'.
7720         * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
7721         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
7722         (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
7723         (tramp-gw-open-network-stream): Suppress unrelated traces.
7725         * net/tramp-adb.el (tramp-adb-maybe-open-connection)
7726         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
7727         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
7728         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
7729         connection property.
7731         * net/tramp-cache.el (top): Suppress traces when reading
7732         persistency file.
7734         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
7735         Refactor common code.  Improve debug message.
7736         (tramp-maybe-open-connection)
7737         * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
7738         connection buffer too early.
7740         * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
7741         from `tramp-smb-actions-with-acl'.
7742         (tramp-smb-actions-set-acl): New defconst.
7743         (tramp-smb-handle-copy-directory)
7744         (tramp-smb-action-get-acl): New defun, renamed from
7745         `tramp-smb-action-with-acl'.
7746         (tramp-smb-action-set-acl): New defun.
7747         (tramp-smb-handle-set-file-acl): Rewrite.
7749 2013-10-17  Glenn Morris  <rgm@gnu.org>
7751         * indent.el (indent-rigidly): Fix 2013-10-08 change.  (Bug#15635)
7753 2013-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7755         * skeleton.el (skeleton-newline): Remove.
7756         (skeleton-internal-1): Use (insert "\n") instead.
7758         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
7759         let-bindings.
7761         * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
7762         forward-sexp-function while we redo its job (bug#15613).
7764 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
7766         * calc/calc-comb.el (math-prime-test): Don't assume large integers are
7767         represented by lists.
7769 2013-10-16  Glenn Morris  <rgm@gnu.org>
7771         * tmm.el (tmm--history): New dynamic variable.
7772         (tmm-prompt): Use tmm--history in place of `history'.  (Bug#15623)
7774 2013-10-16  Michael Albinus  <michael.albinus@gmx.de>
7776         * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
7777         (tramp-smb-errors): Add error messages.
7778         (tramp-smb-actions-with-acl): New defconst.
7779         (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
7780         (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
7781         (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
7782         (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
7783         (tramp-smb-get-stat-capability): Fix tests.
7785 2013-10-16  Dima Kogan  <dima@secretsauce.net>  (tiny change)
7787         * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
7788         (bug#15580).
7790 2013-10-16  Glenn Morris  <rgm@gnu.org>
7792         * ansi-color.el (ansi-color-drop-regexp):
7793         Add 1J, 1K, 2K.  (Bug#15617)
7795         * files.el (hack-local-variables--warned-lexical): New.
7796         (hack-local-variables):
7797         Warn about misplaced lexical-binding.  (Bug#15616)
7799         * net/eww.el (eww-render): Always set eww-current-url,
7800         and update header line.  (Bug#15622)
7801         (eww-display-html): ... Rather than just doing it here.
7803 2013-10-15  Eli Zaretskii  <eliz@gnu.org>
7805         * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
7806         menu navigations commands.
7808 2013-10-14  Dima Kogan  <dima@secretsauce.net>  (tiny change)
7810         * progmodes/subword.el (subword-capitalize): Be careful when
7811         the search for [[:alpha:]] fails (bug#15580).
7813 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
7815         * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
7816         to commands that scroll the menu.
7818 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
7820         * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
7821         Handle methods ending with `?' and `!'.
7823 2013-10-14  Akinori MUSHA  <knu@iDaemons.org>
7825         * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
7826         `japanese-cp932' to `cp932' to fix the problem where saving a
7827         source file written in Shift_JIS twice would end up having
7828         `coding: japanese-cp932' which Ruby could not recognize.
7829         (ruby-mode-set-encoding): Add support for encodings mapped to nil
7830         in `ruby-encoding-map'.
7831         (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
7832         doesn't need to be explicitly declared in magic comment.
7833         (ruby-encoding-map): Add type declaration for better customize UI.
7835 2013-10-13  Glenn Morris  <rgm@gnu.org>
7837         * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
7838         Occur buffers are read-only.  http://bugs.debian.org/720775
7840         * emacs-lisp/authors.el (authors-fixed-entries):
7841         Comment out old alpha stuff.
7843 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
7845         * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
7846         to `after-save-hook' instead of `before-save-hook'.
7847         (ruby-mode-set-encoding): Use the value of coding system used to
7848         write the file.  Call `basic-save-buffer-1' after modifying the
7849         buffer.
7851 2013-10-13  Alan Mackenzie  <acm@muc.de>
7853         Fix indentation/fontification of Java enum with
7854         "implements"/generic.
7856         * progmodes/cc-engine.el (c-backward-over-enum-header):
7857         Extracted from the three other places and enhanced to handle generics.
7858         (c-inside-bracelist-p): Uses new function above.
7859         * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
7860         function above.
7861         (c-font-lock-enum-tail): Uses new function above.
7863 2013-10-13  Kenichi Handa  <handa@gnu.org>
7865         * international/mule-cmds.el (select-safe-coding-system): Remove a
7866         superfluous condition in chekcing whether a coding system is safe
7867         or not.
7869 2013-10-13  Oleh Krehel  <ohwoeowho@gmail.com>
7871         * replace.el (how-many): Fix rstart and !rend case.  (Bug#15589)
7873 2013-10-13  Andreas Politz  <politza@hochschule-trier.de>
7875         * progmodes/sql.el (sql-add-product): Fix paren typo.  (Bug#15435)
7877 2013-10-13  Glenn Morris  <rgm@gnu.org>
7879         * menu-bar.el (menu-bar-update-buffers):
7880         Unify Buffers menu prompt string.  (Bug#15576)
7882         * face-remap.el (text-scale-adjust): Doc fix.  (Bug#15434)
7884         * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
7885         Add some entries.
7886         (authors-fixed-entries): Use accented form of name.
7888 2013-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7890         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
7891         method calls (bug#15594).
7892         (ruby-smie--args-separator-p): New function.
7893         (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
7894         recognize paren-free method calls.
7896         * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
7897         internals of universal-argument.
7899 2013-10-11  Eli Zaretskii  <eliz@gnu.org>
7901         * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
7902         Bind all menu-bar sequences to tty-menu-exit -- this pops down a
7903         dropped menu on second mouse click on the menu bar.
7905 2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7907         * progmodes/sh-script.el: Provide simpl(e|istic) completion.
7908         (explicit-shell-file-name): Declare.
7909         (sh--vars-before-point, sh--cmd-completion-table): New functions.
7910         (sh-completion-at-point-function): New function.
7911         (sh-mode): Use it.
7912         (sh-smie--keyword-p): Remove unused argument.
7913         (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
7914         vars.
7915         (sh-set-shell): Always setup SMIE, even if we use the
7916         old indentation code.
7918 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
7920         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
7921         cases of ? and =.
7922         (ruby-smie-rules): Simplify the "do" rule.  The cases when the
7923         predicate would return nil are almost non-existent.
7924         (ruby-smie--redundant-do-p): Include "until" and "for" statements.
7926         * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
7927         cache also after commands that modify the buffer but don't move
7928         point.
7930 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7932         * env.el (substitute-env-in-file-name): New function.
7933         (substitute-env-vars): Extend the meaning of the optional arg.
7935 2013-10-10  Eli Zaretskii  <eliz@gnu.org>
7937         * term/w32-win.el (dynamic-library-alist): Define separate lists
7938         of GIF DLLs for versions before and after 5.0.0 of giflib.
7939         (Bug#15531)
7941 2013-10-10  João Távora  <joaotavora@gmail.com>
7943         * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
7944         not locked, use last revision and current source as
7945         defaults.  (Bug#15569)
7947 2013-10-10  Masatake YAMATO  <yamato@redhat.com>
7949         * menu-bar.el (menu-bar-open): Don't use popup-menu if
7950         menu-bar is hidden.
7952 2013-10-10  Martin Rudalics  <rudalics@gmx.at>
7954         * window.el (pop-to-buffer-same-window): Fix doc-string.
7955         (Bug#15492)
7957 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7959         * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
7961 2013-10-10  Andrei Chițu  <andrei.chitu1@gmail.com>  (tiny change)
7963         * calendar/icalendar.el (icalendar-import-file):
7964         Fix interactive spec.  (Bug#15482)
7966 2013-10-10  Glenn Morris  <rgm@gnu.org>
7968         * desktop.el (desktop-save): Default to saving in .emacs.d,
7969         since PWD is no longer in desktop-path by default.  (Bug#15319)
7971         * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
7972         now that text mode has a menu with the same entry.
7973         (menu-bar-text-mode-auto-fill): Remove now unused func.
7974         * textmodes/text-mode.el (text-mode-map):
7975         Use auto-fill help text from menu-bar.el.
7977 2013-10-10  John Anthony  <john@jo.hnanthony.com>
7979         * textmodes/text-mode.el (text-mode-map): Add a menu.  (Bug#15562)
7981 2013-10-09  Juri Linkov  <juri@jurta.org>
7983         * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
7984         instead of this-command-keys.  Add universal-argument-more and
7985         universal-argument-minus to the list of prefix commands.  (Bug#15568)
7987 2013-10-09  Glenn Morris  <rgm@gnu.org>
7989         * vc/vc-svn.el (vc-svn-create-repo):
7990         Expand paths in file://... url.  (Bug#15446)
7992         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
7993         Add some entries.
7994         (authors): Remove unused local variables.
7996 2013-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7998         * profiler.el: Create a more coherent calltree from partial backtraces.
7999         (profiler-format): Hide the tail with `invisible' so that C-s can still
8000         find the hidden elements.
8001         (profiler-calltree-depth): Don't recurse so enthusiastically.
8002         (profiler-function-equal): New hash-table-test.
8003         (profiler-calltree-build-unified): New function.
8004         (profiler-calltree-build): Use it.
8005         (profiler-report-make-name-part): Indent the calltree less.
8006         (profiler-report-mode): Add visibility specs for profiler-format.
8007         (profiler-report-expand-entry, profiler-report-toggle-entry):
8008         Expand the whole subtree when provided with a prefix arg.
8010 2013-10-09  Dmitry Gutov  <dgutov@yandex.ru>
8012         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
8013         iuwu-mod token.
8014         (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
8015         hanging iuwu-mod token.
8016         (ruby-smie--forward-token): Do not include a dot after a token in
8017         that token.
8018         (ruby-smie--backward-token): Likewise.
8020 2013-10-08  Juri Linkov  <juri@jurta.org>
8022         * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
8023         to isearch-other-control-char.
8024         (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
8025         and isearch-post-command-hook to post-command-hook.
8026         (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
8027         and isearch-post-command-hook from post-command-hook.
8028         (isearch-unread-key-sequence)
8029         (isearch-reread-key-sequence-naturally)
8030         (isearch-lookup-scroll-key, isearch-other-control-char)
8031         (isearch-other-meta-char): Remove functions.
8032         (isearch-pre-command-hook, isearch-post-command-hook):
8033         New functions based on isearch-other-meta-char rewritten
8034         relying on the new behavior of overriding-terminal-local-map
8035         that does not replace the local keymaps any more.  (Bug#15200)
8037 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
8039         Support menus on text-mode terminals.
8040         * tmm.el (tmm-menubar): Adapt doc string to TTY menus
8041         functionality.
8043         * tooltip.el (tooltip-mode): Don't error out on TTYs.
8045         * menu-bar.el (popup-menu, popup-menu-normalize-position):
8046         Move here from mouse.el.
8047         (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
8048         and arrow keys.
8049         (tty-menu-navigation-map): New map for TTY menu navigation.
8051         * loadup.el ("tooltip"): Load even if x-show-tip is not available.
8053         * frame.el (display-mouse-p): Report text-mode mouse as available
8054         on w32.
8055         (display-popup-menus-p): Report availability if mouse is
8056         available; don't condition on window-system.
8058         * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
8059         (tty-menu-selected-face): New faces.
8061 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8063         * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
8064         (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
8065         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
8066         (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
8067         New constants.
8068         (lisp-mode-variables): New `elisp' argument.
8069         (emacs-lisp-mode): Use it.
8070         * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
8071         (lisp-font-lock-keywords-2): Move to lisp-mode.el.
8073         * indent.el: Use lexical-binding.
8074         (indent-region): Add progress reporter.
8075         (tab-stop-list): Make it implicitly extend to infinity by repeating the
8076         last step.
8077         (indent--next-tab-stop): New function to implement this behavior.
8078         (tab-to-tab-stop, move-to-tab-stop): Use it.
8080 2013-10-08  Teemu Likonen  <tlikonen@iki.fi>
8082         * indent.el (indent-rigidly--current-indentation): New function.
8083         (indent-rigidly-map): New var.
8084         (indent-rigidly): Use it to provide interactive mode (bug#8196).
8086 2013-10-08  Bastien Guerry  <bzg@gnu.org>
8088         * register.el (insert-register): Fix 2013-10-07 change.
8090 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8092         * progmodes/perl-mode.el: Use lexical-binding.
8093         Remove redundant :group args.
8094         (perl-nochange): Change default to be closer to other major modes's
8095         standard behavior.
8096         (perl-indent-line): Don't consider text on current line as a
8097         valid beginning of function from which to indent.
8099         * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
8100         with more than one argument (bug#15538).
8102         * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
8104         * vc/pcvs.el: Use lexical-binding.
8105         (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
8106         environment of `eval'.
8107         (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
8108         than a list of expressions.  Adjust callers.
8109         * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
8111 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
8113         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
8114         case of the dot in a chained method call being on the following line.
8116 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8118         * electric.el (electric-indent-inhibit): New var.
8119         (electric-indent-post-self-insert-function): Use it.
8120         * progmodes/python.el (python-mode): Set it.
8122         * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
8123         open braces.
8125         * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
8127         * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
8128         (css-mode): Use electric-indent-chars.
8130         * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
8131         (font-lock-beg, font-lock-end): Move before first use.
8132         (nxml-mode): Use syntax-propertize-function.
8133         (nxml-after-change, nxml-after-change1): Adjust accordingly.
8134         (nxml-extend-after-change-region): Remove.
8135         * nxml/xmltok.el: Use lexical-binding.
8136         (xmltok-save): Use `declare'.
8137         (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
8138         * nxml/nxml-util.el: Use lexical-binding.
8139         (nxml-with-degradation-on-error, nxml-with-invisible-motion):
8140         Use `declare'.
8141         * nxml/nxml-ns.el: Use lexical-binding.
8142         (nxml-ns-save): Use `declare'.
8143         (nxml-ns-prefixes-for): Avoid add-to-list.
8144         * nxml/rng-match.el: Use lexical-binding.
8145         (rng--ipattern): Use cl-defstruct.
8146         (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
8147         (rng-cons-group-after, rng-subst-group-after)
8148         (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
8149         Use closures instead of `(lambda...).
8151 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
8153         * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
8154         of BEG and END.
8156         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8157         Use `tramp-handle-insert-file-contents'.
8158         (tramp-gvfs-handle-insert-file-contents): Remove function.
8160         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
8161         Use `save-restriction' in order to keep markers.
8163         * net/trampver.el: Update release number.
8165 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8167         * progmodes/compile.el (compilation-parse-errors):
8168         Use compilation--put-prop.
8169         (compilation--ensure-parse): Check compilation-multiline.
8171         * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
8173         * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
8174         lexical-binding.
8176         * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
8178         * progmodes/ruby-mode.el: Fix recently added tests.
8179         (ruby-smie-grammar): Add - and +.
8180         (ruby-smie--redundant-do-p, ruby-smie--forward-id)
8181         (ruby-smie--backward-id): New functions.
8182         (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
8183         (ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
8184         any more.
8186 2013-10-07  Leo Liu  <sdl.web@gmail.com>
8188         * register.el (register-preview-delay)
8189         (register-preview-functions): New variables.
8190         (register-read-with-preview, register-preview)
8191         (register-describe-oneline): New functions.
8192         (point-to-register, window-configuration-to-register)
8193         (frame-configuration-to-register, jump-to-register)
8194         (number-to-register, view-register, insert-register)
8195         (copy-to-register, append-to-register, prepend-to-register)
8196         (copy-rectangle-to-register): Use register-read-with-preview to
8197         read register.  (Bug#15525)
8199 2013-10-06  Dato Simó  <dato@net.com.org.es>  (tiny change)
8201         * net/network-stream.el (network-stream-open-starttls): Don't add
8202         --insecure if it's already present, because that gnutls-cli
8203         rejects getting that parameter twice.
8205 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
8207         * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
8208         keyword, too.
8210 2013-10-05  Dmitry Gutov  <dgutov@yandex.ru>
8212         * newcomment.el (comment-use-global-state): Change default value
8213         to t, mark obsolete (Bug#15251).
8214         (comment-beginning): In addition to `comment-to-syntax', check the
8215         value of `comment-use-global-state'.
8217 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8219         * progmodes/ruby-mode.el (ruby-use-smie): Change default.
8220         (ruby-comment-column): Follow the global default, by default.
8221         (ruby-smie-grammar): Add assignment syntax.
8222         (ruby-smie--implicit-semi-p): No implicit semi-colon after an
8223         open-paren, a comma, or a \.
8224         (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
8225         and line continuations.
8226         (ruby-smie-rules): Adjust handling of open-paren, now that it's never
8227         followed by implicit semi-colons.  Add rule for string concatenation
8228         and for indentation at BOB.
8229         (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
8231         * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
8232         calling next-sexp, since next-token may have skipped chars which
8233         next-sexp doesn't know should be skipped!
8235 2013-10-05  Leo Liu  <sdl.web@gmail.com>
8237         * progmodes/octave.el (octave-send-region):
8238         Call compilation-forget-errors.
8240 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
8242         * vc/vc-svn.el (vc-svn-find-admin-dir):
8243         * vc/vc-rcs.el (vc-rcs-find-admin-dir):
8244         * vc/vc-mtn.el (vc-mtn-find-admin-dir):
8245         * vc/vc-cvs.el (vc-cvs-find-admin-dir):
8246         * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
8248 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8250         * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
8252 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8254         * subr.el (read-passwd): Hide chars even when called within a context
8255         where after-change-functions is disabled (bug#15501).
8256         (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
8257         until we removed ourself from overriding-terminal-local-map.
8259 2013-10-04  Leo Liu  <sdl.web@gmail.com>
8261         * progmodes/octave.el (inferior-octave-mode):
8262         Call compilation-forget-errors.
8264 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
8266         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
8268 2013-10-04  Michael Albinus  <michael.albinus@gmx.de>
8270         * net/secrets.el (secrets-create-collection): Add optional
8271         argument ALIAS.  Use proper Label keyword.  Append ALIAS as
8272         dbus-call-method argument.  (Bug#15516)
8274 2013-10-04  Leo Liu  <sdl.web@gmail.com>
8276         * progmodes/octave.el (inferior-octave-error-regexp-alist)
8277         (inferior-octave-compilation-font-lock-keywords): New variables.
8278         (compilation-error-regexp-alist)
8279         (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
8280         (inferior-octave-mode): Use compilation-shell-minor-mode.
8282 2013-10-04  Jorgen Schaefer  <forcer@forcix.cx>
8284         * minibuffer.el (completion--replace): Be careful that `end' might be
8285         a marker.
8287 2013-10-03  Daiki Ueno  <ueno@gnu.org>
8289         Add support for package signature checking.
8290         * emacs-lisp/package.el (url-http-file-exists-p)
8291         (epg-make-context, epg-context-set-home-directory)
8292         (epg-verify-string, epg-context-result-for)
8293         (epg-signature-status, epg-signature-to-string)
8294         (epg-check-configuration, epg-configuration)
8295         (epg-import-keys-from-file): Declare.
8296         (package-check-signature): New user option.
8297         (package-unsigned-archives): New user option.
8298         (package-desc): Add `signed' field.
8299         (package-load-descriptor): Set `signed' field if .signed file exists.
8300         (package--archive-file-exists-p): New function.
8301         (package--check-signature): New function.
8302         (package-install-from-archive): Check package signature.
8303         (package--download-one-archive): Check archive signature.
8304         (package-delete): Remove .signed file.
8305         (package-import-keyring): New command.
8306         (package-refresh-contents): Import default keyring.
8307         (package-desc-status): Add "unsigned" status.
8308         (describe-package-1, package-menu--print-info)
8309         (package-menu-mark-delete, package-menu--find-upgrades)
8310         (package-menu--status-predicate): Support "unsigned" status.
8312 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8314         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
8315         the new compilation scheme using the new byte-codes.
8317         * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
8318         (byte-pophandler): New byte codes.
8319         (byte-goto-ops): Adjust accordingly.
8320         (byte-compile--use-old-handlers): New var.
8321         (byte-compile-catch): Use new byte codes depending on
8322         byte-compile--use-old-handlers.
8323         (byte-compile-condition-case--old): Rename from
8324         byte-compile-condition-case.
8325         (byte-compile-condition-case--new): New function.
8326         (byte-compile-condition-case): New function that dispatches depending
8327         on byte-compile--use-old-handlers.
8328         (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
8329         when we can.
8331         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8332         Optimize under `condition-case' and `catch' if
8333         byte-compile--use-old-handlers is nil.
8334         (disassemble-offset): Handle new bytecodes.
8336 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8338         * subr.el (error): Use `declare'.
8339         (decode-char, encode-char): Use advertised-calling-convention instead
8340         of the docstring to discourage use of the `restriction' arg.
8342 2013-10-03  Daiki Ueno  <ueno@gnu.org>
8344         * epg.el (epg-verify-file): Add a comment saying that it does not
8345         notify verification error as a return value nor a signal.
8346         (epg-verify-string): Ditto.
8348 2013-10-02  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
8350         * progmodes/compile.el (compilation-start): Try globbing the arg to
8351         `cd' (bug#15417).
8353 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
8355         Sync with Tramp 2.2.8.
8357         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
8358         * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
8359         * net/trampver.el: Update release number.
8361 2013-10-01  Jan Djärv  <jan.h.d@swipnet.se>
8363         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
8364         and default-process-coding-system for darwin only.
8366 2013-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8368         * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
8370 2013-10-01  Mitchel Humpherys  <mitch.special@gmail.com>  (tiny change)
8372         * vc/vc-git.el (vc-git-grep): Disable pager.
8374 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
8376         * emacs-lisp/package.el (package-buffer-info, describe-package-1):
8377         Use :url instead of :homepage, as per
8378         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
8380         * newcomment.el (comment-beginning): When `comment-use-syntax' is
8381         non-nil, use `syntax-ppss' (Bug#15251).
8383 2013-09-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8385         * progmodes/octave.el (inferior-octave-startup-file):
8386         Prefer ~/.emacs.d/init_octave.m.
8388 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
8390         * emacs-lisp/package.el (package-desc-from-define):
8391         Accept additional arguments as plist, convert them to an alist and store
8392         them in the `extras' slot.
8393         (package-generate-description-file): Convert extras alist back to
8394         plist and append to the `define-package' form arguments.
8395         (package--alist-to-plist): New function.
8396         (package--ac-desc): Add `extras' slot.
8397         (package--add-to-archive-contents): Check if the archive-contents
8398         vector is long enough, and if it is, pass its `extras' slot value
8399         to `package-desc-create'.
8400         (package-buffer-info): Call `lm-homepage', pass the returned value
8401         to `package-desc-from-define'.
8402         (describe-package-1): Render the homepage button (Bug#13291).
8404         * emacs-lisp/package-x.el (package-upload-buffer-internal):
8405         Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
8407 2013-09-29  Jan Djärv  <jan.h.d@swipnet.se>
8409         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
8410         and default-process-coding-system to utf-8-unix (Bug#15402).
8412 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
8414         * subr.el (looking-back): Do not recommend using looking-back.
8416 2013-09-28  Alan Mackenzie  <acm@muc.de>
8418         Fix indentation/fontification of Java enum with "implements".
8420         * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
8421         regexp which matches "implements", etc., in Java.
8422         * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
8423         specifier clauses coming after "enum".
8424         * progmodes/cc-fonts.el (c-font-lock-declarations)
8425         (c-font-lock-enum-tail): Check for extra specifier clauses coming
8426         after "enum".
8428 2013-09-28  Jan Djärv  <jan.h.d@swipnet.se>
8430         * faces.el (region): Change ns_selection_color to
8431         ns_selection_fg_color, add ns_selection_bg_color.
8433 2013-09-28  Leo Liu  <sdl.web@gmail.com>
8435         * progmodes/octave.el (inferior-octave-completion-table)
8436         (inferior-octave-completion-at-point): Minor tweaks.
8438         * textmodes/ispell.el (ispell-lookup-words): Rename from
8439         lookup-words.  (Bug#15460)
8440         (lookup-words): Obsolete.
8441         (ispell-complete-word, ispell-command-loop): All uses changed.
8443 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8445         * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
8446         (octave-mode-menu): Add octave-send-buffer.
8447         (octave-send-buffer): New function.
8449 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8451         * progmodes/octave.el (octave-mode-map): Add key binding for
8452         octave-lookfor.
8453         (octave-mode-menu): Add octave-lookfor.
8454         (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
8455         octave-lookfor.
8456         (octave-lookfor): New function.
8458 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8460         * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
8461         (cl--loop-iterator-function): Rename from cl--loop-map-form and change
8462         its convention.
8463         (cl--loop-set-iterator-function): New function.
8464         (cl-loop): Adjust accordingly, so as not to use cl-subst.
8465         (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
8466         Bind `it' with `let' instead of substituting it with `cl-subst'.
8467         (cl--unused-var-p): New function.
8468         (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
8469         Eliminate some unused variable warnings (bug#15326).
8471 2013-09-27  Tassilo Horn  <tsdh@gnu.org>
8473         * doc-view.el (doc-view-scale-reset): Rename from
8474         `doc-view-reset-zoom-level'.
8475         (doc-view-scale-adjust): New command.
8476         (doc-view-mode-map): Remap `text-scale-adjust' bindings to
8477         `doc-view-scale-adjust'.
8479 2013-09-26  Tassilo Horn  <tsdh@gnu.org>
8481         * doc-view.el (doc-view-reset-zoom-level): New command.
8482         (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
8483         zoom commands (bug#15466).
8485 2013-09-26  Kenichi Handa  <handa@gnu.org>
8487         * international/quail.el (quail-help): Make it not a command.
8489 2013-09-26  Leo Liu  <sdl.web@gmail.com>
8491         * minibuffer.el (completion-all-sorted-completions): Make args
8492         optional as they are.
8494 2013-09-25  Daniel Colascione  <dancol@dancol.org>
8496         * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
8497         specs are and that they're not evaluated.
8499 2013-09-24  Sam Steingold  <sds@gnu.org>
8501         * midnight.el (clean-buffer-list-kill-regexps)
8502         (clean-buffer-list-kill-buffer-names): Update for the new Man
8503         buffer naming which includes the object name.
8505 2013-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8507         * eshell/esh-cmd.el (eshell--sep-terms): New var.
8508         (eshell-parse-command, eshell-parse-pipeline): Use it since
8509         eshell-separate-commands requires a dynamic scoped var.
8510         Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
8512 2013-09-23  Leo Liu  <sdl.web@gmail.com>
8514         * autoinsert.el (auto-insert-alist): Make the value of
8515         lexical-binding match its file setting.
8517 2013-09-23  Juanma Barranquero  <lekktu@gmail.com>
8519         * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
8521         * autoarg.el (autoarg-kp-digit-argument):
8522         * electric.el (Electric-command-loop):
8523         * kmacro.el (kmacro-step-edit-insert):
8524         Do not set universal-argument-num-events.
8526 2013-09-22  Leo Liu  <sdl.web@gmail.com>
8528         * files.el (interpreter-mode-alist): Add octave.
8530 2013-09-21  Alan Mackenzie  <acm@muc.de>
8532         C++: fontify identifier in declaration following "public:" correctly.
8533         * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
8534         to match "public", etc.
8535         (c-decl-prefix-re): Add ":" into the C++ value.
8536         * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
8537         bit.  Add a check for a ":" preceded by "public", etc.
8539 2013-09-21  Eli Zaretskii  <eliz@gnu.org>
8541         * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
8542         recognized by GDB 7.5 and later.
8544 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
8546         * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
8548 2013-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8550         * subr.el (internal--call-interactively): New const.
8551         (called-interactively-p): Use it (bug#3984).
8553 2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
8555         * vc/pcvs.el (cvs-mode-ignore):
8556         * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
8557         Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
8559 2013-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8561         * eshell/em-ls.el: Use advice.  Remove redundant :group keywords.
8562         (eshell-ls-orig-insert-directory): Remove.
8563         (eshell-ls-unload-hook): Not a defcustom any more.  Use advice-remove.
8564         (eshell-ls-use-in-dired): Use advice-add/remove.
8565         (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
8566         Add `orig-fun' arg for use in :around advice.
8567         Make it check (redundantly) eshell-ls-use-in-dired.
8569 2013-09-19  Glenn Morris  <rgm@gnu.org>
8571         * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
8573         * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
8575         * emacs-lisp/eieio.el (class-parent): Undo previous change.
8577 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
8579         * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
8580         (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
8581         (tramp-get-remote-python): New defuns.
8582         (tramp-get-remote-uid-with-perl)
8583         (tramp-get-remote-gid-with-perl): New defuns.  Perl code
8584         contributed by yary <not.com@gmail.com> (tiny change).
8585         (tramp-get-remote-uid-with-python)
8586         (tramp-get-remote-gid-with-python): New defuns.  Python code
8587         contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
8588         (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
8590 2013-09-19  Glenn Morris  <rgm@gnu.org>
8592         * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
8594         * eshell/em-unix.el (eshell-remove-entries):
8595         Rename argument to avoid name-clash with global `top-level'.
8597         * eshell/esh-proc.el (eshell-kill-process-function):
8598         Remove eshell-reset-after-proc from eshell-kill-hook if present.
8599         (eshell-reset-after-proc): Remove unused arg `proc'.
8601         * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
8602         (directory-files-and-attributes): Mark unused arg.
8604         * eshell/em-unix.el (eshell-remove-entries):
8605         Remove unused arg `path'.  Update callers.
8607         * eshell/em-hist.el (eshell-hist-parse-arguments):
8608         Remove unused arg `silent'.  Update callers.
8610         * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
8611         Fix (f)boundp mix-up.
8613         * eshell/em-smart.el (eshell-smart-scroll-window)
8614         (eshell-disable-after-change):
8615         * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
8617 2013-09-18  Alan Mackenzie  <acm@muc.de>
8619         Fix fontification of type when followed by "const".
8620         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
8621         "known" types from fontification.
8623 2013-09-18  Glenn Morris  <rgm@gnu.org>
8625         * emacs-lisp/chart.el (x-display-color-cells): Declare.
8626         (chart-face-list): Drop Emacsen without display-color-p.
8628         * net/eww.el (libxml-parse-html-region): Declare.
8629         (eww-display-html): Explicit error if no libxml2 support.
8631         * doc-view.el (doc-view-mode): Silence --without-x compilation.
8633         * image.el (image-type-from-buffer, image-multi-frame-p):
8634         Remove --without-x warning/error.
8636         * mouse.el (mouse-yank-primary):
8637         * term.el (term-mouse-paste):
8638         Reorder to silence --without-x compilation.
8640         * mpc.el (doc-view-mode): Silence --without-x compilation.
8642         * mail/rmailmm.el (rmail-mime-set-bulk-data):
8643         Silence --without-x compilation.
8645         * progmodes/gud.el (gud-find-file, gud-mode):
8646         Silence --without-x compilation.
8647         (tooltip-mode): Declare.
8649         * wdired.el (dired-backup-overwrite): Remove declaration.
8650         (wdired-mode-map): Add doc string.
8652         * custom.el (x-get-resource): Declare.
8654         * eshell/em-glob.el (ange-cache):
8655         * eshell/em-unix.el (ange-cache): Declare.
8657         * faces.el (x-display-list, x-open-connection, x-get-resource):
8658         Declare.
8660         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
8661         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
8662         Declare.
8664         * frame.el (x-display-grayscale-p, x-display-name): Declare.
8666         * net/gnutls.el (gnutls-log-level): Declare.
8668         * net/shr.el (image-size, image-animate): Declare.
8670         * simple.el (font-info): Declare.
8672         * subr.el (x-popup-dialog): Declare.
8674         * term/common-win.el (x-select-enable-primary)
8675         (x-last-selected-text-primary, x-last-selected-text-clipboard):
8676         Declare.
8678         * term/ns-win.el (x-handle-args): Declare.
8680         * term/x-win.el (x-select-enable-clipboard): Declare.
8682         * term/w32-win.el (create-default-fontset): Declare.
8684         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
8685         Declare.
8687         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
8688         (fit-frame-to-buffer): Explicit error if --without-x.
8689         (mouse-autoselect-window-select): Silence compiler.
8691         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
8693         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
8694         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
8695         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
8696         * eshell/esh-util.el (eshell-sublist):
8697         Remove unused local variables.
8699         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
8701         * textmodes/two-column.el: Make 2C-split work for --without-x.
8702         (scroll-bar-columns): Autoload.
8703         (top-level): Require fringe when compiling.
8705 2013-09-18  Leo Liu  <sdl.web@gmail.com>
8707         * subr.el (add-hook): Robustify to handle closure as well.
8709 2013-09-17  Glenn Morris  <rgm@gnu.org>
8711         * simple.el (messages-buffer-mode-map): Unbind "g".
8713 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8715         * help-mode.el (help-mode-finish): Use derived-mode-p.
8716         Remove obsolete highlighting.
8718         * play/life.el (life-mode): Use define-derived-mode.  Derive from
8719         special-mode.
8720         (life): Let-bind inhibit-read-only.
8721         (life-setup): Avoid `setq'.  Use `life-mode'.
8723         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
8724         which should not be needed any more.
8725         (package-menu-refresh, package-menu-describe-package): Use user-error.
8727         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
8728         (eshell-post-rewrite-command-hook): Make obsolete.
8729         (eshell-parse-command): Simplify.
8730         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
8731         (eshell--cmd): Declare.
8732         (eshell-parse-pipeline): Remove unused var `final-p'.
8733         Pass a dynvar to eshell-post-rewrite-command-hook.
8734         Implement the new eshell-post-rewrite-command-function.
8735         (eshell-invoke-directly): Remove unused arg `input'.
8736         * eshell/esh-io.el (eshell-io-initialize):
8737         Use eshell-post-rewrite-command-function (bug#15399).
8738         (eshell--apply-redirections): Rename from eshell-apply-redirections;
8739         adjust to new calling convention.
8740         (eshell-create-handles): Rename args to avoid clashing with dynvar
8741         `standard-output'.
8743 2013-09-17  Glenn Morris  <rgm@gnu.org>
8745         * simple.el (messages-buffer-mode): New major mode.
8746         (messages-buffer): New function.
8747         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
8748         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
8749         (ert-run-test): Use `messages-buffer' function.
8750         (ert--force-message-log-buffer-truncation): Ignore read-only.
8751         * help.el (view-echo-area-messages): Use `messages-buffer' function.
8752         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
8754 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8756         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
8758         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
8760 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8762         * icomplete.el (icomplete-in-buffer): New var.
8763         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
8764         vars and replace them with functions.
8765         (icomplete-minibuffer-setup): Adjust accordingly.
8766         (icomplete--completion-table, icomplete--completion-predicate)
8767         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
8768         New functions.
8769         (icomplete-forward-completions, icomplete-backward-completions)
8770         (icomplete-simple-completing-p, icomplete-exhibit)
8771         (icomplete-completions): Use them.
8772         (icomplete--in-region-buffer): New var.
8773         (icomplete--in-region-setup): New function.
8774         (icomplete-mode): Use it.
8776         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
8777         (bug#15379).
8778         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
8779         return args and options.
8780         (eshell-eval-using-options): Use the new return value of
8781         eshell--do-opts to set the options's vars in their scope.
8782         (eshell--set-option): Rename from eshell-set-option.
8783         Add arg `opt-vals'.
8784         (eshell--process-option): Rename from eshell-process-option.
8785         Add arg `opt-vals'.
8786         (eshell--process-args): Use an `opt-vals' alist to store the options's
8787         values during their processing and return them additionally to the
8788         remaining args.
8790 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
8792         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
8793         continuation character an operator, as far as indentation is
8794         concerned (Bug#15369).
8796 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
8798         * window.el (window--state-put-2): Don't process buffer state
8799         when buffer doesn't exist any more (Bug#15382).
8801 2013-09-15  Glenn Morris  <rgm@gnu.org>
8803         * eshell/em-unix.el (eshell/rm):
8804         Make -f ignore missing files.  (Bug#15373)
8806         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
8807         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
8808         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
8810 2013-09-14  Glenn Morris  <rgm@gnu.org>
8812         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
8814 2013-09-13  Glenn Morris  <rgm@gnu.org>
8816         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
8817         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
8819 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
8821         * frame.el (x-focus-frame): Mark as declared in frame.c.
8823 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8825         * ls-lisp.el: Use advice-add.
8826         (original-insert-directory): Remove.
8827         (ls-lisp--insert-directory): Rename from insert-directory; add
8828         `orig-fun' argument.
8829         (insert-directory): Advise.
8831 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
8833         * term.el (term-emulate-terminal): Decode the command string
8834         before passing it to term-command-hook.  (Bug#15337)
8836 2013-09-13  Glenn Morris  <rgm@gnu.org>
8838         * eshell/esh-util.el (ange-cache): Move declaration earlier.
8840         * eshell/esh-ext.el (eshell-search-path): Declare.
8842         * eshell/em-prompt.el (eshell/pwd): Autoload it.
8843         Otherwise an error occurs if eshell-dirs module not loaded.
8845         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
8847 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
8849         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
8850         `tramp-check-proper-host'.  Check for a valid method name.
8852         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8853         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8854         * net/tramp-sh.el (tramp-maybe-open-connection):
8855         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
8857         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
8858         also for hash values.
8860 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8862         * term/ns-win.el (parameters): Don't declare as dynamic.
8863         (before-make-frame-hook): Don't add ineffective function.
8865         * eshell/*.el: Use lexical-binding (bug#15231).
8867 2013-09-12  Kenichi Handa  <handa@gnu.org>
8869         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
8871 2013-09-12  Glenn Morris  <rgm@gnu.org>
8873         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
8874         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
8876         * subr.el (do-after-load-evaluation): Also give compiler warnings
8877         when obsolete files are used (except by obsolete files).
8879         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
8880         in the status output, assume `filename' is the first.  (Bug#15322)
8882         * vc/vc.el (vc-deduce-fileset): Doc fix.
8884         * calc/calc-help.el (Info-goto-node):
8885         * progmodes/cperl-mode.el (Info-find-node):
8886         * vc/ediff.el (Info-goto-node): Update declarations.
8888         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
8890         * vc/vc-bzr.el (vc-compilation-mode): Declare.
8891         (vc-bzr-pull): Require vc-dispatcher.
8892         * vc/vc-git.el (vc-compilation-mode): Declare.
8893         (vc-git-pull): Require vc-dispatcher.
8895         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
8897         * progmodes/octave.el (help-button-action): Declare.
8899         * shell.el (shell-directory-tracker): Output error as a message
8900         rather than just returning it as a string.
8901         (shell-process-pushd): Remove useless use of message.
8903         * dframe.el (dframe-timer-fn):
8904         * files.el (dir-locals-read-from-file):
8905         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
8906         (mpc-format):
8907         * reveal.el (reveal-post-command):
8908         * saveplace.el (load-save-place-alist-from-file):
8909         * shell.el (shell-resync-dirs):
8910         * w32-common-fns.el (x-get-selection-value):
8911         * emacs-lisp/copyright.el (copyright-find-copyright):
8912         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
8913         * emulation/tpu-edt.el (tpu-copy-keyfile):
8914         * play/bubbles.el (bubbles--mark-neighbourhood):
8915         * progmodes/executable.el
8916         (executable-make-buffer-file-executable-if-script-p):
8917         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
8919 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8921         Cleanup Eshell to rely less on dynamic scoping.
8922         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
8923         last-value, and ext-command here.  Bind `args' closer to `body'.
8924         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
8925         (eshell--args): Declare new dynamic var.
8926         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
8927         last-value, and ext-command.  Pass `args' to `body'.
8928         (eshell-process-args): Bind eshell--args.
8929         (eshell-set-option): Use eshell--args.
8930         * eshell/eshell.el (eshell): Use derived-mode-p.
8931         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
8932         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
8933         (eshell-glob-function): Declare.
8934         * eshell/esh-util.el: Require cl-lib.
8935         (eshell-read-hosts-file): Avoid add-to-list.
8936         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
8937         `err'.
8938         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
8939         Declare.
8940         (eshell/diff): Remove unused var `err'.
8941         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
8942         `killflag'.
8943         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
8944         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
8945         first use.
8946         * eshell/em-glob.el (eshell-glob-matches, message-shown):
8947         Move declaration before first use.
8948         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
8949         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
8950         rely on cl-return.
8952 2013-09-12  Glenn Morris  <rgm@gnu.org>
8954         * term/ns-win.el (global-map): Remove binding for ispell-next,
8955         deleted 1999-05-29.  (Bug#15357)
8957 2013-09-11  Glenn Morris  <rgm@gnu.org>
8959         * echistory.el (electric-command-history): Remove call to deleted func.
8961         * play/landmark.el (landmark-mode): Fix typos.
8963         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
8964         Check cvs-sort-ignore-file is bound.
8966         * savehist.el: No need for cl when compiling on Emacs.
8968 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8970         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
8971         (bug#15338).
8972         (eshell-self-insert-command, eshell-send-invisible):
8973         Remove unused argument.
8974         (eshell-handle-control-codes): Remove unused var `orig'.
8975         Avoid delete-backward-char.
8977         * files.el (set-auto-mode): Simplify a bit further.
8979 2013-09-11  Glenn Morris  <rgm@gnu.org>
8981         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
8982         (set-auto-mode): Don't regexp-quote elements.
8983         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
8984         * progmodes/cc-mode.el (interpreter-mode-alist):
8985         * progmodes/ruby-mode.el (interpreter-mode-alist):
8986         Revert previous change.
8988 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8990         * play/snake.el (snake-mode):
8991         * play/mpuz.el (mpuz-mode):
8992         * play/landmark.el (lm-mode):
8993         * play/blackbox.el (blackbox-mode):
8994         * play/5x5.el (5x5-mode):
8995         * obsolete/options.el (Edit-options-mode):
8996         * net/quickurl.el (quickurl-list-mode):
8997         * net/newst-treeview.el (newsticker-treeview-mode):
8998         * mail/rmailsum.el (rmail-summary-mode):
8999         * mail/mspools.el (mspools-mode):
9000         * locate.el (locate-mode):
9001         * ibuffer.el (ibuffer-mode):
9002         * emulation/ws-mode.el (wordstar-mode):
9003         * emacs-lisp/debug.el (debugger-mode):
9004         * array.el (array-mode):
9005         * net/eudc.el (eudc-mode): Use define-derived-mode.
9006         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
9007         Move initialization into declaration.
9008         (mairix-searches-mode): Use define-derived-mode.
9009         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
9010         (eudc-edit-hotlist): Use dolist.
9011         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
9012         (Man-mode): Use define-derived-mode.
9013         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
9014         (Info-edit-mode): Use define-derived-mode.
9015         (Info-cease-edit): Use Info-mode.
9016         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
9017         into declaration.
9018         (eshell-mode): Use define-derived-mode.
9019         * chistory.el (command-history-mode-map): Rename from
9020         command-history-map.
9021         (command-history-mode): Use define-derived-mode.
9022         (Command-history-setup): Remove function.
9023         * calc/calc.el (calc-trail-mode-map): New var.
9024         (calc-trail-mode): Use define-derived-mode.
9025         (calc-trail-buffer): Set calc-main-buffer manually.
9026         * bookmark.el (bookmark-insert-annotation): New function.
9027         (bookmark-edit-annotation): Use it.
9028         (bookmark-edit-annotation-mode): Make it a proper major mode.
9029         (bookmark-send-edited-annotation): Use derived-mode-p.
9030         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
9031         closer to its ideal place.  Use \' to match EOS.
9033         * profiler.el (profiler-calltree-find): Use function-equal.
9035 2013-09-10  Glenn Morris  <rgm@gnu.org>
9037         * files.el (interpreter-mode-alist): Convert to regexps.
9038         (set-auto-mode): Adapt for this.  (Bug#15306)
9039         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
9040         Comment out unused variable.
9041         * progmodes/cc-mode.el (interpreter-mode-alist):
9042         * progmodes/python.el (interpreter-mode-alist):
9043         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
9044         * progmodes/sh-script.el (sh-set-shell):
9045         No longer use interpreter-mode-alist to get list of shells.
9047         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
9049 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9051         * simple.el: Use set-temporary-overlay-map for universal-argument.
9052         (universal-argument-map): Don't use default-bindings (bug#15317).
9053         Bind switch-frame explicitly.  Replace universal-argument-minus with
9054         a conditional binding.
9055         (universal-argument-num-events, saved-overriding-map): Remove.
9056         (restore-overriding-map): Remove.
9057         (universal-argument--mode): Rename from save&set-overriding-map,
9058         and rewrite.
9059         (universal-argument, universal-argument-more, negative-argument)
9060         (digit-argument): Adjust accordingly.
9061         (universal-argument-minus): Remove.
9062         (universal-argument-other-key): Remove.
9064         * subr.el (with-demoted-errors): Add `format' argument.
9066 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
9068         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
9069         `tramp-cleanup-connection'.
9071         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
9072         parameters KEEP-DEBUG and KEEP-PASSWORD.
9074         * net/tramp.el (tramp-file-name-handler):
9075         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
9076         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
9077         (tramp-maybe-open-connection):
9078         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
9079         Use `tramp-cleanup-connection'.
9081         * net/tramp-sh.el (tramp-maybe-open-connection):
9082         Catch 'uname-changed inside the progress reporter.
9084 2013-09-10  Glenn Morris  <rgm@gnu.org>
9086         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
9088         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
9089         returns "alternate access method" in mode (eg "-rw-r--r--.").
9091 2013-09-08  Glenn Morris  <rgm@gnu.org>
9093         * saveplace.el (load-save-place-alist-from-file):
9094         Demote errors.  (Bug#15305)
9096 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
9098         Improve compatibility with older Emacsen, and XEmacs.
9100         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
9101         only if it is bound.  It isn't for XEmacs.
9102         (with-tramp-progress-reporter): Do not let-bind `result'.
9103         This yields to scoping errors in XEmacs.
9104         (tramp-handle-make-auto-save-file-name): New function, moved from
9105         tramp-sh.el.
9107         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
9108         for `make-auto-save-file-name'.
9109         (tramp-adb--gnu-switches-to-ash):
9110         Use `tramp-compat-replace-regexp-in-string'.
9112         * net/tramp-cache.el (tramp-cache-print): Call
9113         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
9115         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
9116         bound.  It isn't for XEmacs.
9118         * net/tramp-compat.el (tramp-compat-copy-file):
9119         Catch `wrong-number-of-arguments' error.
9120         (tramp-compat-replace-regexp-in-string): New defun.
9122         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
9123         for `make-auto-save-file-name'.
9124         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
9125         `copy-file'.
9126         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
9127         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
9128         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
9130         * net/tramp-gw.el (tramp-gw-open-network-stream):
9131         Use `tramp-compat-replace-regexp-in-string'.
9133         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9134         Call `tramp-handle-make-auto-save-file-name'.
9135         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
9136         (tramp-sh-file-gvfs-monitor-dir-process-filter)
9137         (tramp-sh-file-inotifywait-process-filter):
9138         Use `tramp-compat-replace-regexp-in-string'.
9139         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
9141         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
9142         for `make-auto-save-file-name'.
9143         (tramp-smb-handle-copy-directory):
9144         Call `tramp-compat-replace-regexp-in-string'.
9145         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
9146         (tramp-smb-handle-copy-file): Improve error message.
9147         (tramp-smb-handle-rename-file): Rename directly only in case
9148         `newname' does not exist yet.  This is a restriction of smbclient.
9149         (tramp-smb-maybe-open-connection): Rerun the function only when
9150         `auth-sources' is non-nil.
9152 2013-09-08  Kenichi Handa  <handa@gnu.org>
9154         * international/characters.el: Set category "^" (Combining) for
9155         more characters.
9157 2013-09-07  Alan Mackenzie  <acm@muc.de>
9159         Correctly fontify Java class constructors.
9160         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
9161         in Java Mode.
9162         (c-recognize-typeless-decls): Set the Java value to t.
9163         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
9164         While handling a "(", add a check for, effectively, Java, and handle a
9165         "typeless" declaration there.
9167 2013-09-07  Roland Winkler  <winkler@gnu.org>
9169         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
9170         field subtitle for entry type book.
9172 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9174         * minibuffer.el: Make minibuffer-complete call completion-in-region
9175         rather than other way around.
9176         (completion--some, completion-pcm--find-all-completions):
9177         Don't delay signals when debugging.
9178         (minibuffer-completion-contents): Beware fields within the
9179         minibuffer contents.
9180         (completion-all-sorted-completions): Use defvar-local.
9181         (completion--do-completion, completion--cache-all-sorted-completions)
9182         (completion-all-sorted-completions, minibuffer-force-complete):
9183         Add args `beg' and `end'.
9184         (completion--in-region-1): New fun, extracted from minibuffer-complete.
9185         (minibuffer-complete): Use completion-in-region.
9186         (completion-complete-and-exit): New fun, extracted from
9187         minibuffer-complete-and-exit.
9188         (minibuffer-complete-and-exit): Use it.
9189         (completion--complete-and-exit): Rename from
9190         minibuffer--complete-and-exit.
9191         (completion-in-region--single-word): New function, extracted from
9192         minibuffer-complete-word.
9193         (minibuffer-complete-word): Use it.
9194         (display-completion-list): Make `common-substring' argument obsolete.
9195         (completion--in-region): Call completion--in-region-1 instead of
9196         minibuffer-complete.
9197         (completion-help-at-point): Pass boundaries to
9198         minibuffer-completion-help as args rather than via an overlay.
9199         (completion-pcm--string->pattern): Use `any-delim'.
9200         (completion-pcm--optimize-pattern): New function.
9201         (completion-pcm--pattern->regex): Handle `any-delim'.
9202         * icomplete.el (icomplete-forward-completions)
9203         (icomplete-backward-completions, icomplete-completions):
9204         Adjust calls to completion-all-sorted-completions and
9205         completion--cache-all-sorted-completions.
9206         (icomplete-with-completion-tables): Default to t.
9207         * emacs-lisp/crm.el (crm--current-element): Rename from
9208         crm--select-current-element.  Don't put an overlay but return the
9209         boundaries instead.
9210         (crm--completion-command): Take two new args to bind to the boundaries.
9211         (crm-completion-help): Adjust accordingly.
9212         (crm-complete): Use completion-in-region.
9213         (crm-complete-word): Use completion-in-region--single-word.
9214         (crm-complete-and-exit): Use completion-complete-and-exit.
9216 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9218         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
9219         than dynamically.
9221 2013-09-06  Juri Linkov  <juri@jurta.org>
9223         * info.el (Info-display-images-node): When image file doesn't exist
9224         display text version of the image if it's provided in the Info file.
9225         Otherwise, display the location of missing image from SRC attribute.
9226         Add help-echo text property from ALT attribute.  (Bug#15279)
9228 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9230         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
9231         (edit-abbrevs-mode): Use define-derived-mode.
9233         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
9234         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
9235         that it's defined.
9236         (epa-key-list-mode, epa-key-mode, epa-info-mode):
9237         Use define-derived-mode.
9239         * epg.el (epg-start-encrypt): Minor CSE simplification.
9241 2013-09-06  William Xu  <william.xwl@gmail.com>
9243         * arc-mode.el: Add support for 7za (bug#15264).
9244         (archive-7z-program): New var.
9245         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
9246         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
9247         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
9249 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
9251         Remove URL syntax.
9253         * net/tramp.el (tramp-syntax, tramp-prefix-format)
9254         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
9255         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
9256         (tramp-postfix-host-format, tramp-file-name-regexp)
9257         (tramp-completion-file-name-regexp)
9258         (tramp-completion-dissect-file-name)
9259         (tramp-handle-substitute-in-file-name): Remove 'url case.
9260         (tramp-file-name-regexp-url)
9261         (tramp-completion-file-name-regexp-url): Remove constants.
9263 2013-09-06  Glenn Morris  <rgm@gnu.org>
9265         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
9267 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
9269         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
9270         keywords" below "here-doc beginnings" (Bug#15270).
9272 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9274         * subr.el (pop): Use `car-safe'.
9275         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
9276         to detect unused `pop' return value.
9278         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
9279         var `block-regexp'.
9280         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
9281         (python-fill-string): Remove unused var `marker'.
9282         (python-skeleton-add-menu-items): Remove unused var `items'.
9284         * international/mule-cmds.el: Require CL.
9285         (find-coding-systems-for-charsets): Avoid add-to-list.
9286         (sanitize-coding-system-list): New function, extracted from
9287         select-safe-coding-system-interactively.
9288         (select-safe-coding-system-interactively): Use it.
9289         (read-input-method-name): Accept symbols for `default'.
9291         * emacs-lisp/advice.el (defadvice): Add indent rule.
9293 2013-09-05  Daniel Hackney  <dan@haxney.org>
9295         * dired-x.el:
9296         * net/ange-ftp.el:
9297         * net/browse-url.el:
9298         * net/dbus.el:
9299         * net/eudc.el:
9300         * net/eudcb-ldap.el:
9301         * net/eww.el:
9302         * net/imap.el:
9303         * printing.el:
9304         * vc/ediff-diff.el:
9305         * vc/ediff-init.el:
9306         * vc/ediff-merg.el:
9307         * vc/ediff-mult.el:
9308         * vc/ediff-util.el:
9309         * vc/ediff-wind.el:
9310         * vc/ediff.el:
9311         * vc/emerge.el:
9312         * vc/pcvs.el:
9313         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
9314         byte compiler.  Remove some unused let-bound variables.
9316 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9318         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
9319         a "ref-cell", since it gets better optimized (bug#14883).
9321 2013-09-05  Glenn Morris  <rgm@gnu.org>
9323         * progmodes/cc-awk.el (c-forward-sws): Declare.
9325 2013-09-04  Glenn Morris  <rgm@gnu.org>
9327         * generic-x.el [rul-generic-mode]: Require cc-mode.
9328         (c++-mode-syntax-table): Declare.
9329         (rul-generic-mode-syntax-table): Init in the defvar.
9331 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9333         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
9334         (vc-do-command, vc-set-async-update):
9335         * vc/vc-mtn.el (vc-mtn-dir-status):
9336         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
9337         (vc-hg-pull, vc-hg-merge-branch):
9338         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
9339         (vc-git-merge-branch):
9340         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
9341         (vc-cvs-dir-status-files):
9342         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
9343         (vc-bzr-dir-status-files):
9344         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
9345         * vc/vc-annotate.el: Use lexical-binding.
9346         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
9347         (vc-sentinel-movepoint): Declare.
9348         (vc-annotate): Don't use `goto-line'.
9349         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
9350         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
9351         (vc-sentinel-movepoint): Declare.
9352         * vc/vc-svn.el: Use lexical-binding.
9353         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
9354         * vc/vc-sccs.el:
9355         * vc/vc-rcs.el: Use lexical-binding.
9357         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
9358         `deleted'.  Don't drop errors silently.
9360         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
9362 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
9364         * vc/vc.el (vc-ignore): Rewrite.
9365         (vc-default-ignore): New function.
9366         (vc-default-ignore-completion-table): Use find-ignore-file.
9368         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
9369         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
9370         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
9371         Remove.  Most code moved to vc.el.
9373 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9375         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
9376         * net/tramp-smb.el (tramp-smb-get-file-entries):
9377         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
9378         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
9380         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
9381         Update call to it.
9382         (eww-change-select): Remove unused var `properties'.
9383         (eww-make-unique-file-name): Remove unused var `base'.
9385         * finder.el (finder-compile-keywords): Don't mess with windows.
9387         * calculator.el (calculator-funcall): Fix typo in last change.
9389         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
9391         * emacs-lisp/package.el (package-activate-1): Don't let a missing
9392         <pkg>-autoloads.el file stop us.
9394         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
9395         warnings, and factor out common code.
9397 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
9399         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
9400         two-character operators and whether the character preceding them
9401         changes their meaning (Bug#15208).
9403 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9405         Format code sent to Python shell for robustness.
9406         * progmodes/python.el (python-shell-buffer-substring):
9407         New function.
9408         (python-shell-send-region, python-shell-send-buffer): Use it.
9410 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
9412         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
9413         * net/tramp.el (tramp-user-error): ... here.
9414         (tramp-find-method, tramp-check-proper-host)
9415         (tramp-dissect-file-name, tramp-debug-message)
9416         (tramp-handle-shell-command):
9417         * net/tramp-adb.el (tramp-adb-handle-shell-command):
9418         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
9420         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
9422 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
9424         * avoid.el (mouse-avoidance-point-position)
9425         (mouse-avoidance-too-close-p): Handle case where posn-at-point
9426         returns nil.
9428 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9430         * progmodes/python.el (python-shell-completion-get-completions):
9431         Drop use of deleted `comint-last-prompt-overlay'.
9432         (python-nav-if-name-main): New command.
9434 2013-09-01  Glenn Morris  <rgm@gnu.org>
9436         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
9437         Avoid leading space in $wins.  Otherwise the sed command used by
9438         eg compile-main ends up containing "/*.el".  (Bug#15170)
9440         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
9442 2013-08-30  Glenn Morris  <rgm@gnu.org>
9444         * emacs-lisp/bytecomp.el (byte-recompile-directory):
9445         Fix is-this-a-directory logic.  (Bug#15220)
9447 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9449         * textmodes/css-mode.el: Use SMIE.
9450         (css-smie-grammar): New var.
9451         (css-smie--forward-token, css-smie--backward-token)
9452         (css-smie-rules): New functions.
9453         (css-mode): Use them.
9454         (css-navigation-syntax-table): Remove var.
9455         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
9456         (css-indent-calculate, css-indent-line): Remove functions.
9458         Misc changes to reduce use of `(lambda...); and other cleanups.
9459         * cus-edit.el: Use lexical-binding.
9460         (customize-push-and-save, customize-apropos)
9461         (custom-buffer-create-internal): Use closures.
9462         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
9463         * progmodes/ada-xref.el: Use setq.
9464         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
9465         * dframe.el: Use lexical-binding.
9466         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
9467         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
9468         * descr-text.el: Use lexical-binding.
9469         (describe-text-widget, describe-text-sexp, describe-property-list):
9470         Use closures.
9471         * comint.el (comint-history-isearch-push-state): Use a closure.
9472         * calculator.el: Use lexical-binding.
9473         (calculator-number-to-string): Make it work with lexical-binding.
9474         (calculator-funcall): Same and use cl-letf.
9476         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
9477         (lisp--company-doc-string, lisp--company-location): New functions.
9478         (lisp-completion-at-point): Use them to improve Company support.
9480         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
9481         params of lambda expressions.
9482         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
9483         (ruby-smie--opening-pipe-p): New function.
9484         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
9485         symbols and matched |...| for formal params.
9486         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
9487         from being treated as hanging.  Handle "rescue".
9489 2013-08-29  Glenn Morris  <rgm@gnu.org>
9491         * progmodes/cc-engine.el (c-pull-open-brace):
9492         Move definition before use.
9494 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9496         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
9497         are immutable.  Don't use `unsafe' any more.
9498         (cl--defsubst-expand): Don't substitute at the same time as keeping
9499         a residual unused let-binding.  Don't use `unsafe' any more.
9501 2013-08-29  Glenn Morris  <rgm@gnu.org>
9503         * calendar/cal-china.el (calendar-chinese-year-cache):
9504         Recenter on 2015.
9506         * nxml/nxml-util.el (nxml-debug-clear-inside):
9507         Use cl-loop rather than loop.
9509         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
9511         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
9513 2013-08-28  Glenn Morris  <rgm@gnu.org>
9515         * progmodes/antlr-mode.el: No need to require cc-mode twice.
9517         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
9519         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
9521 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9523         * simple.el (repeat-complex-command--called-interactively-skip):
9524         New function.
9525         (repeat-complex-command): Use it (bug#14136).
9527         * progmodes/cc-mode.el: Minor cleanup of var declarations.
9528         (c-define-abbrev-table): Add `doc' argument.
9529         (c-mode-abbrev-table, c++-mode-abbrev-table)
9530         (objc-mode-abbrev-table, java-mode-abbrev-table)
9531         (idl-mode-abbrev-table, pike-mode-abbrev-table)
9532         (awk-mode-abbrev-table): Use it.
9533         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
9534         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
9535         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
9536         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
9537         Move initialization into the declaration; and remove any
9538         autoload cookie.
9540         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
9541         and dynamic let binding.
9543         * vc/smerge-mode.el: Remove redundant :group args.
9545         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
9546         to load-path.
9548 2013-08-28  Juri Linkov  <juri@jurta.org>
9550         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
9551         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
9552         (isearch-other-meta-char): Handle an undefined shifted printing
9553         character by downshifting it.  (Bug#15200)
9555 2013-08-28  Juri Linkov  <juri@jurta.org>
9557         * isearch.el (isearch-search): Change regexp error message for
9558         non-regexp searches.  (Bug#15166)
9560 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
9562         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
9563         for portability to hosts where /bin/sh has problems.
9565 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9567         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
9569 2013-08-27  Juri Linkov  <juri@jurta.org>
9571         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
9572         in the keyboard macro.  (Bug#15126)
9574 2013-08-27  Juri Linkov  <juri@jurta.org>
9576         * isearch.el (isearch-quote-char): Comment out converting unibyte
9577         to multibyte, thus syncing with its `quoted-insert' counterpart.
9578         (Bug#15166)
9580 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
9582         * window.el (display-buffer-use-some-window): Add missing
9583         argument in call of get-largest-window (Bug#15185).
9584         Reported by Stephen Leake.
9586 2013-08-27  Glenn Morris  <rgm@gnu.org>
9588         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
9590 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9592         * progmodes/python.el (python-font-lock-keywords): Don't return nil
9593         from a matcher-function unless there's no more matches (bug#15161).
9595 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
9597         * minibuffer.el: Revert change from 2013-08-20.
9599         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
9600         with text property `tramp-default', if appropriate.
9601         (tramp-check-proper-host): New defun.
9602         (tramp-dissect-file-name): Do not check hostname.  Revert change
9603         of 2013-03-18.
9604         (tramp-backtrace): Make VEC-OR-PROC optional.
9606         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
9607         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9608         * net/tramp-sh.el (tramp-maybe-open-connection):
9609         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
9610         Apply `tramp-check-proper-host'.
9612 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
9614         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
9615         lambda expression in order to have `describe-variable' display it.
9617 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
9619         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
9620         BUF can be optional.  (Bug#15186)
9622 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
9624         * progmodes/flymake.el (flymake-get-real-file-name-function):
9625         Fix broken customization.  (Bug#15184)
9627 2013-08-25  Alan Mackenzie  <acm@muc.de>
9629         Improve indentation of bracelists defined by macros (without "=").
9631         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
9632         expansion begins with "{", regard it as bracelist when it doesn't
9633         contain a ";".
9635         Parse C++ inher-intro when there's a template split over 2 lines.
9637         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
9638         rigorously the search for "class" etc. followed by ":".
9640         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
9641         random languages a regexp which never matches rather than nil.
9643         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
9645         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
9646         (c-awk-regexp-one-line-possibly-open-char-list-re)
9647         (c-awk-one-line-possibly-open-regexp-re)
9648         (c-awk-one-line-non-syn-ws*-re): Remove.
9649         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
9650         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
9651         (c-awk-space*-unclosed-regexp-/-re): New constants.
9652         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
9653         aren't regexp delimiters.
9655         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
9656         handling for a rare situation in AWK Mode involving unterminated
9657         strings/regexps.
9659 2013-08-23  Glenn Morris  <rgm@gnu.org>
9661         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
9663         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
9665         * files.el (create-file-buffer): If the result would begin with
9666         spaces, prepend a "|" instead of removing them.  (Bug#15162)
9668 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9670         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
9671         text-properties (bug#15155).
9673         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
9674         exist any more.
9675         (calc-keypad-redraw): Remove unused var `pad'.
9676         (calc-keypad-press): Remove unused var `menu'.
9678 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
9680         * window.el (display-buffer-pop-up-frame):
9681         Call pop-up-frame-function with BUFFER current so `make-frame' will
9682         use it as the new frame's buffer (Bug#15133).
9684 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9686         * calendar/timeclock.el: Minor cleanups.
9687         (timeclock-ask-before-exiting, timeclock-use-display-time):
9688         Use `symbol'.
9689         (timeclock-modeline-display): Define as alias before the
9690         actual definition.
9691         (timeclock-mode-line-display): Use define-minor-mode.
9692         (timeclock-day-list-template): Make it a function, add an argument.
9693         (timeclock-day-list-required, timeclock-day-list-length)
9694         (timeclock-day-list-debt, timeclock-day-list-span)
9695         (timeclock-day-list-break): Adjust calls accordingly.
9697 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9699         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
9700         Use read--expression so that completion works again.
9702 2013-08-21  Sam Steingold  <sds@gnu.org>
9704         Add rudimentary inferior shell interaction
9705         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
9706         (sh-set-shell): Reset it.
9707         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
9708         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
9710 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9712         * align.el: Use lexical-binding.
9713         (align-region): Simplify accordingly.
9715 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
9717         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
9719         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
9720         `non-essential' up.
9722 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
9724         * net/tramp.el:
9725         * net/tramp-adb.el:
9726         * net/tramp-cmds.el:
9727         * net/tramp-ftp.el:
9728         * net/tramp-gvfs.el:
9729         * net/tramp-gw.el:
9730         * net/tramp-sh.el: Don't wrap external variable declarations by
9731         `eval-when-compile'.
9733 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9735         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
9736         now that Emacs supports ImageMagick animations.
9738 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
9740         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
9741         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
9743 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
9745         * window.el (mouse-autoselect-window-select): Do autoselect when
9746         mouse pointer is on margin.
9748 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
9750         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
9752 2013-08-16  Glenn Morris  <rgm@gnu.org>
9754         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
9755         Handle "Remote Directory" response of some clients.  (Bug#15058)
9757         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
9758         Tweak warning.  (Bug#14926)
9760         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
9761         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
9763         * image-mode.el (image-mode-map): Add menu items to reverse,
9764         increase, decrease, reset animation speed.
9765         (image--set-speed, image-increase-speed, image-decrease-speed)
9766         (image-reverse-speed, image-reset-speed): New functions.
9767         (image-mode-map): Add bindings for speed commands.
9769         * image.el (image-animate-get-speed, image-animate-set-speed):
9770         New functions.
9771         (image-animate-timeout): Respect image :speed property.
9773 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9775         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
9776         previous line (bug#15101).
9777         (debugger-eval-expression, debugger-record-expression):
9778         Use read--expression (bug#15102).
9780 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
9782         Remove byte compiler warnings, visible when compiling with
9783         `byte-compile-force-lexical-warnings' set to t.
9785         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
9786         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
9787         (tramp-handle-unhandled-file-name-directory)
9788         (tramp-handle-file-notify-add-watch, tramp-action-login)
9789         (tramp-action-succeed, tramp-action-permission-denied)
9790         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
9791         arguments with "_".
9793         * net/tramp-adb.el (tramp-adb-parse-device-names)
9794         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
9795         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
9796         (tramp-adb-handle-file-truename): Remove unused arguments.
9798         * net/tramp-cache.el (tramp-flush-directory-property)
9799         (tramp-flush-connection-property, tramp-list-connections)
9800         (tramp-parse-connection-properties): Prefix unused arguments with "_".
9802         * net/tramp-compat.el (tramp-compat-make-temp-file):
9803         Rename FILENAME to F.
9805         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
9806         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
9807         (tramp-zeroconf-parse-workstation-device-names)
9808         (tramp-zeroconf-parse-webdav-device-names)
9809         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
9811         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
9812         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
9814         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
9815         arguments.
9816         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
9817         (tramp-sh-handle-insert-file-contents-literally)
9818         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
9819         with "_".
9820         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
9821         Remove unused variables.
9823         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
9824         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
9825         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
9827         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
9828         Make them a defconst.
9829         (tramp-uuencode-region): Remove unused variable.
9831 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
9833         * frameset.el (frameset--prop-setter): New function.
9834         (frameset-prop): Add gv-setter declaration.
9835         (frameset-filter-minibuffer): Deal with the case that the minibuffer
9836         parameter was already set in FILTERED.  Doc fix.
9837         (frameset--record-minibuffer-relationships): Allow saving a
9838         minibufferless frame without its corresponding minibuffer frame.
9839         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
9840         frame, if the frame id matches.
9841         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
9842         frames before orphaned ones.
9843         (frameset-restore): Warn about orphaned windows, instead of error out.
9845 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
9847         * window.el (window-make-atom): Don't overwrite parameter
9848         already present.
9849         (display-buffer-in-atom-window): Handle special case where we
9850         split an already atomic window.
9851         (window--major-non-side-window, display-buffer-in-side-window)
9852         (window--side-check): Ignore minibuffer window when walking
9853         window tree.
9854         (window-deletable-p): Return 'frame only if no other frame uses
9855         our minibuffer window.
9856         (record-window-buffer): Run buffer-list-update-hook.
9857         (split-window): Make sure window--check-frame won't destroy an
9858         existing atomic window in case the new window gets nested
9859         inside.
9860         (display-buffer-at-bottom): Ignore minibuffer window when
9861         walking window tree.  Don't split a side window.
9862         (pop-to-buffer): Don't set-buffer here, the select-window call
9863         should do that.
9864         (mouse-autoselect-window-select): Autoselect only if we are in the
9865         text portion of the window.
9867 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9869         * net/shr.el (shr-parse-image-data): New function to grab both the
9870         data itself and the Content-Type.
9871         (shr-put-image): Use it.
9873         * net/eww.el (eww-display-image): Ditto.
9875         * image.el (image-content-type-suffixes): New variable.
9877 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9879         * progmodes/python.el (python-imenu--build-tree)
9880         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
9882 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
9884         * simple.el (backward-word): Mention the optional argument.
9886 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9888         * frameset.el (frameset--make): Rename constructor from make-frameset.
9889         (frameset-p, frameset-valid-p): Don't autoload.
9890         (frameset-valid-p): Use normal accessors.
9892 2013-08-13  Glenn Morris  <rgm@gnu.org>
9894         * progmodes/compile.el (compile-command): Tweak example in doc.
9895         * obsolete/scribe.el (scribe-mode):
9896         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
9898         * mail/feedmail.el (feedmail-confirm-outgoing)
9899         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
9901         * cus-start.el (truncate-partial-width-windows): Fix type.
9903         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
9905         * net/shr.el (shr-table-horizontal-line): Fix custom type.
9907 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9909         * emacs-lisp/timer.el (timer--time-setter): New function.
9910         (timer--time): Use it as gv-setter.
9912         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
9913         setter is not a symbol.
9915 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
9917         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
9918         if sending fails.  This makes debugging easier.
9920 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
9922         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
9923         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
9924         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
9926 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
9928         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
9930 2013-08-12  Glenn Morris  <rgm@gnu.org>
9932         * format.el (format-annotate-function):
9933         Handle read-only text properties in the source.  (Bug#14887)
9935 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9937         * net/eww.el (eww-display-html): Ignore coding system errors.
9938         One web site uses "utf-8lias" as the coding system.
9940 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
9942         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
9944 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
9946         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
9947         (tutorial--detailed-help): Remove unused local variables.
9948         (tutorial--save-tutorial-to): Use ignore-errors.
9949         (help-with-tutorial): Use looking-at-p.
9951         * view.el (view-buffer-other-window, view-buffer-other-frame):
9952         Mark unused arguments.
9954         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
9955         (woman-select-symbol-fonts, woman, woman-find-file)
9956         (woman-insert-file-contents, woman-non-underline-faces):
9957         Use string-match-p.
9958         (woman1-unquote): Move declaration.
9960         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
9961         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
9962         argument.  Remove unused local variable.
9963         (xml-parse-elem-type): Use string-match-p.
9964         (xml-substitute-numeric-entities): Use ignore-errors.
9966         * calculator.el (calculator): Mark unused argument.
9967         (calculator-paste, calculator-quit, calculator-integer-p):
9968         Use ignore-errors.
9969         (calculator-string-to-number, calculator-decimal, calculator-exp)
9970         (calculator-op-or-exp): Use string-match-p.
9972         * dired.el (dired-buffer-more-recently-used-p): Declare.
9973         (dired-insert-set-properties, dired-insert-old-subdirs):
9974         Use ignore-errors.
9976         * dired-aux.el (dired-compress): Use ignore-errors.
9977         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
9978         (dired-do-async-shell-command, dired-do-shell-command)
9979         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
9980         (dired-insert-subdir-validate): Use string-match-p.
9981         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
9982         (dired-add-entry): Use string-match-p, looking-at-p.
9983         (dired-insert-subdir-newpos): Remove unused local variable.
9985         * filenotify.el (file-notify-callback): Remove unused local variable.
9987         * filesets.el (filesets-error): Mark unused argument.
9988         (filesets-which-command-p, filesets-filter-dir-names)
9989         (filesets-directory-files, filesets-get-external-viewer)
9990         (filesets-ingroup-get-data): Use string-match-p.
9992         * find-file.el (ff-other-file-name, ff-other-file-name)
9993         (ff-find-the-other-file, ff-cc-hh-converter):
9994         Remove unused local variables.
9995         (ff-get-file-name): Use string-match-p.
9996         (ff-all-dirs-under): Use ignore-errors.
9998         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
9999         (follow-select-if-visible): Remove unused local variable.
10001         * forms.el (read-file-filter): Move declaration.
10002         (forms--make-format, forms--make-parser, forms-insert-record):
10003         Quote function with #'.
10004         (forms--update): Use string-match-p.  Quote function with #'.
10006         * help-mode.el (help-dir-local-var-def): Mark unused argument.
10007         (help-make-xrefs): Use looking-at-p.
10008         (help-xref-on-pp): Use looking-at-p, ignore-errors.
10010         * ibuffer.el (ibuffer-ext-visible-p): Declare.
10011         (ibuffer-confirm-operation-on): Use string-match-p.
10013         * msb.el (msb-item-handler, msb-dired-item-handler):
10014         Mark unused arguments.
10016         * ses.el (ses-decode-cell-symbol)
10017         (ses-kill-override): Remove unused local variable.
10018         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
10019         (ses-load): Use ignore-errors, looking-at-p.
10020         (ses-jump-safe): Use ignore-errors.
10021         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
10023         * tabify.el (untabify, tabify): Mark unused arguments.
10025         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
10026         Mark unused argument.
10027         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
10028         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
10030         * emacs-lisp/timer.el (timer--time): Define setter with
10031         gv-define-setter to avoid deprecation warning.
10033         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
10034         (*record-cmpl-statistics-p*): Remove (was commented out).
10035         (cmpl-statistics-block): Remove (body was commented out).
10036         All callers changed.
10037         (add-completions-from-buffer, load-completions-from-file):
10038         Remove unused variables.
10040 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
10042         * filecache.el (file-cache-delete-file-list):
10043         Print message only when told so.
10044         (file-cache-files-matching): Use #' in mapconcat argument.
10046         * ffap.el (ffap-url-at-point): Fix reference to variable
10047         thing-at-point-default-mail-uri-scheme.
10049 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10051         * subr.el (define-error): New function.
10052         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
10053         error-file-not-found and define with define-error.
10054         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
10055         and define with define-error.
10056         * userlock.el (file-locked, file-supersession):
10057         * simple.el (mark-inactive):
10058         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
10059         * progmodes/ada-mode.el (ada-mode-errors):
10060         * play/life.el (life-extinct):
10061         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
10062         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
10063         * nxml/rng-util.el (rng-error):
10064         * nxml/rng-uri.el (rng-uri-error):
10065         * nxml/rng-match.el (rng-compile-error):
10066         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
10067         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
10068         * nxml/nxml-rap.el (nxml-scan-error):
10069         * nxml/nxml-outln.el (nxml-outline-error):
10070         * net/soap-client.el (soap-error):
10071         * net/gnutls.el (gnutls-error):
10072         * net/ange-ftp.el (ftp-error):
10073         * mpc.el (mpc-proc-error):
10074         * json.el (json-error, json-readtable-error, json-unknown-keyword)
10075         (json-number-format, json-string-escape, json-string-format)
10076         (json-key-format, json-object-format):
10077         * jka-compr.el (compression-error):
10078         * international/quail.el (quail-error):
10079         * international/kkc.el (kkc-error):
10080         * emacs-lisp/ert.el (ert-test-failed):
10081         * calc/calc.el (calc-error, inexact-result, math-overflow)
10082         (math-underflow):
10083         * bookmark.el (bookmark-error-no-filename):
10084         * epg.el (epg-error): Define with define-error.
10086         * time.el (display-time-event-handler)
10087         (display-time-next-load-average): Don't call sit-for since it seems
10088         unnecessary (bug#15045).
10090         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
10091         Use #' instead of ' to quote functions.
10092         (checkdoc-output-mode): Use setq-local.
10093         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
10094         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
10095         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
10096         (checkdoc-ispell, checkdoc-ispell-current-buffer)
10097         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
10098         (checkdoc-ispell-message-text, checkdoc-ispell-start)
10099         (checkdoc-ispell-continue, checkdoc-ispell-comments)
10100         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
10102         * ido.el (ido-completion-help): Fix up compiler warning.
10104 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
10106         * frameset.el (frameset-p): Add autoload cookie.
10107         (frameset--jump-to-register): New function, based on code moved from
10108         register.el.
10109         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
10111         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
10112         (frameset-restore, frameset-save, frameset-session-filter-alist):
10113         Remove declarations.
10114         (register-alist): Doc fix.
10115         (frameset-to-register): Move to frameset.el.
10116         (jump-to-register, describe-register-1): Remove frameset-specific code.
10118 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
10120         * allout-widgets.el (allout-widgets-pre-command-business)
10121         (allout-widgets-post-command-business)
10122         (allout-widgets-after-change-handler)
10123         (allout-decorate-item-and-context, allout-set-boundary-marker)
10124         (allout-body-modification-handler)
10125         (allout-graphics-modification-handler): Mark ignored arguments.
10126         (allout-widgets-post-command-business)
10127         (allout-widgets-exposure-change-processor)
10128         (allout-widgets-exposure-undo-processor)
10129         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
10130         (allout-parse-item-at-point, allout-decorate-item-guides)
10131         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
10132         * allout.el (epa-passphrase-callback-function): Declare.
10133         (allout-overlay-insert-in-front-handler)
10134         (allout-overlay-interior-modification-handler)
10135         (allout-isearch-end-handler, allout-chart-siblings)
10136         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
10137         (allout-yank-processing, allout-process-exposed)
10138         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
10139         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
10140         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
10141         (lisp-indent-defform): Mark ignored arguments.
10142         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
10143         (calculate-lisp-indent): Remove unused variables.
10144         * international/characters.el (indian-2-column, arabic-2-column)
10145         (tibetan): Mark ignored arguments.
10146         (use-cjk-char-width-table): Mark ignored arguments.
10147         Remove unused variables.
10148         * international/fontset.el (build-default-fontset-data)
10149         (x-compose-font-name, create-fontset-from-fontset-spec):
10150         Mark ignored arguments.
10151         (fontset-plain-name): Remove unused variables.
10152         * international/mule.el (charset-id, charset-bytes, generic-char-p)
10153         (keyboard-coding-system): Mark ignored arguments.
10154         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
10155         * help.el (resize-temp-buffer-window):
10156         * window.el (display-buffer-in-major-side-window)
10157         (display-buffer-in-side-window, display-buffer-in-previous-window):
10158         Remove unused variables.
10159         * isearch.el (isearch-forward-symbol):
10160         * version.el (emacs-bzr-version-bzr):
10161         * international/mule-cmds.el (current-language-environment):
10162         * term/common-win.el (x-handle-iconic, x-handle-geometry)
10163         (x-handle-display):
10164         * term/pc-win.el (x-list-fonts, x-display-planes)
10165         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
10166         (x-server-version, x-display-screens, x-display-mm-height)
10167         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
10168         (x-selection-owner-p, x-own-selection-internal)
10169         (x-disown-selection-internal, x-get-selection-internal)
10170         (msdos-initialize-window-system):
10171         * term/tty-colors.el (tty-color-alist, tty-color-clear):
10172         * term/x-win.el (x-handle-no-bitmap-icon):
10173         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
10174         (vc-default-find-file-hook, vc-default-extra-menu):
10175         Mark ignored arguments.
10177 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10179         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
10180         break-condition in the context of the debugged code (bug#12685).
10182 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
10184         * comint.el:
10185         Do not use an overlay to highlight the last prompt.  (Bug#14744)
10186         (comint-mode): Make comint-last-prompt buffer local.
10187         (comint-last-prompt): New variable.
10188         (comint-last-prompt-overlay): Remove.  Superseded by
10189         comint-last-prompt.
10190         (comint-snapshot-last-prompt, comint-output-filter):
10191         Use comint-last-prompt.
10193 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
10195         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
10196         (frameset-save): Check validity of the resulting frameset.
10198 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
10200         * ido.el (ido-record-command): Add doc string.
10202 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
10204         * frameset.el (frameset): Do not disable creation of the default
10205         frameset-p predicate.  Doc fix.
10206         (frameset-valid-p): New function, copied from the old predicate-p.
10207         Add additional checks.
10208         (frameset-restore): Check with frameset-valid-p.
10209         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
10210         (frameset-name, frameset-description, frameset-properties)
10211         (frameset-states): Add docstring.
10212         (frameset-session-filter-alist, frameset-persistent-filter-alist)
10213         (frameset-filter-alist): Doc fixes.
10215 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
10217         * frameset.el (frameset-p, frameset-prop): Doc fixes.
10219 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10221         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
10222         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
10223         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
10224         (byte-compile-normal-call): Remove obsolescence check.
10226 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
10228         * frameset.el (frameset-restore): Doc fix.
10230         * register.el (frameset-frame-id, frameset-frame-with-id)
10231         (frameset-p, frameset-restore, frameset-save): Declare.
10232         (register-alist): Document framesets.
10233         (frameset-session-filter-alist): Declare.
10234         (frameset-to-register): New function.
10235         (jump-to-register): Implement jumping to framesets.  Doc fix.
10236         (describe-register-1): Describe framesets.
10238         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
10240 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
10242         * desktop.el (desktop-save-frameset): Use new frameset-save args.
10243         Use lexical-binding.
10245         * frameset.el (frameset): Use type vector, not list (incompatible
10246         change).  Do not declare a new constructor, use the default one.
10247         Upgrade suggested properties `app', `name' and `desc' to slots `app',
10248         `name' and `description', respectively, and add read-only slot
10249         `timestamp'.  Doc fixes.
10250         (frameset-copy, frameset-persistent-filter-alist)
10251         (frameset-filter-alist, frameset-switch-to-gui-p)
10252         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
10253         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
10254         (frameset-filter-iconified, frameset-keep-original-display-p):
10255         Doc fixes.
10256         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
10257         Rename from frameset-filter-(save|restore)-param.  All callers changed.
10258         Doc fix.
10259         (frameset-p): Adapt to change to vector and be more thorough.
10260         Change arg name to OBJECT.  Doc fix.
10261         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
10262         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
10263         All callers changed.
10264         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
10265         All callers changed.
10266         (frameset--record-minibuffer-relationships): Rename from
10267         frameset--process-minibuffer-frames.  All callers changed.
10268         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
10269         Use new default constructor (again).  Doc fix.
10270         (frameset--find-frame-if): Rename from `frameset--find-frame'.
10271         All callers changed.
10272         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
10273         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
10274         Doc fix.
10275         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
10276         PARAMETERS and WINDOW-STATE, respectively.
10277         (frameset-restore): Add new keyword argument PREDICATE.
10278         Reset frameset--target-display to nil.  Doc fix.
10280 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10282         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
10283         (bat-mode): Use it.
10284         (bat-mode-syntax-table): Mark \n as end-of-comment.
10285         (bat-font-lock-keywords): Remove comment rule.
10287         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
10288         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
10290         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
10291         (byte-compile-callargs-warn): Use `push'.
10292         (byte-compile-arglist-warn): Ignore higher-order "calls".
10293         (byte-compile-file-form-autoload): Use `pcase'.
10294         (byte-compile-function-form): If quoting a symbol, check that it exists.
10296 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
10298         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
10299         and add a few popular commands found in batch files.
10300         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
10301         (dos-mode): Doc fixes.
10303 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10305         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
10306         (dos-mode): Use setq-local.  Add space after "rem".
10307         (dos-mode-syntax-table): Don't use "w" for symbol chars.
10308         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
10310 2013-08-07  Arni Magnusson  <arnima@hafro.is>
10312         * progmodes/dos.el: New file.
10313         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
10314         dos-mode.
10316 2013-08-06  Glenn Morris  <rgm@gnu.org>
10318         * calendar/calendar.el: Add new faces, and day-header-array.
10319         (calendar-weekday-header, calendar-weekend-header)
10320         (calendar-month-header): New faces.
10321         (calendar-day-header-construct): New function.
10322         (calendar-day-header-width): Also :set calendar-day-header-array.
10323         (calendar-american-month-header, calendar-european-month-header)
10324         (calendar-iso-month-header): Use calendar- faces.
10325         (calendar-generate-month):
10326         Use calendar-day-header-array for day headers; apply faces to them.
10327         (calendar-mode): Check calendar-font-lock-keywords non-nil.
10328         (calendar-abbrev-construct): Add optional maxlen argument.
10329         (calendar-day-name-array): Doc fix.
10330         (calendar-day-name-array, calendar-abbrev-length)
10331         (calendar-day-abbrev-array):
10332         Also :set calendar-day-header-array, and maybe redraw.
10333         (calendar-day-header-array): New option.  (Bug#15007)
10334         (calendar-font-lock-keywords): Set to nil and make obsolete.
10335         (calendar-day-name): Add option to use header array.
10337 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10339         * net/shr.el (shr-render-td): Remove debugging.
10340         (shr-render-td): Make width computation consistent by defaulting
10341         all zero-width columns to 10 characters.  This may not be optimal,
10342         but it's at least consistent.
10343         (shr-make-table-1): Redo last change to fix the real problem in
10344         colspan handling.
10346 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
10348         * files.el (cache-long-line-scans):
10349         Make obsolete alias to `cache-long-scans'.
10351 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
10353         * frameset.el (frameset, frameset-filter-alist)
10354         (frameset-filter-params, frameset-save, frameset--reuse-frame)
10355         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
10356         (frameset-compute-pos): Rename from frameset--compute-pos,
10357         and add docstring.
10358         (frameset-move-onscreen): Use frameset-compute-pos.
10359         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
10361         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
10362         Fix typos in docstrings.
10364 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
10366         * frame.el (get-other-frame): Tiny cleanup.
10368 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
10370         * vc/vc.el (vc-default-ignore-completion-table):
10371         Silence byte-compiler warning.
10373         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
10374         slot, which can indeed be nil.
10375         (frameset-live-filter-alist, frameset-persistent-filter-alist):
10376         Move entry for `left' from persistent to live filter alist.
10377         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
10378         Doc fixes.
10379         (frameset-filter-params): When restoring a frame, copy items added to
10380         `filtered', to avoid unwittingly modifying the original parameters.
10381         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
10382         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
10384         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
10385         to use looking-at-p instead of looking-at.  (Bug#15028)
10387 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10389         Revert introduction of isearch-filter-predicates (bug#14714).
10390         Rely on add-function instead.
10391         * isearch.el (isearch-filter-predicates): Rename it back to
10392         isearch-filter-predicate.
10393         (isearch-message-prefix): Use advice-function-mapc and advice
10394         properties to get the isearch-message-prefix.
10395         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
10396         instead of run-hook-with-args-until-failure.
10397         (isearch-filter-visible): Not obsolete any more.
10398         * loadup.el: Preload nadvice.
10399         * replace.el (perform-replace): Revert to funcall
10400         instead of run-hook-with-args-until-failure.
10401         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
10402         * dired-aux.el (dired-isearch-filenames-mode): Rename from
10403         dired-isearch-filenames-toggle; make it into a proper minor mode.
10404         Use add/remove-function.
10405         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
10406         Call the minor-mode rather than add/remove-hook.
10407         (dired-isearch-filter-filenames):
10408         Remove isearch-message-prefix property.
10409         * info.el (Info--search-loop): New function, extracted from Info-search.
10410         Funcall isearch-filter-predicate instead of
10411         run-hook-with-args-until-failure isearch-filter-predicates.
10412         (Info-search): Use it.
10413         (Info-mode): Use isearch-filter-predicate instead of
10414         isearch-filter-predicates.
10416 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
10418         Do not call to `selected-window' where it is assumed by default.
10419         Affected functions are `window-minibuffer-p', `window-dedicated-p',
10420         `window-hscroll', `window-width', `window-height', `window-buffer',
10421         `window-frame', `window-start', `window-point', `next-window'
10422         and `window-display-table'.
10423         * abbrev.el (abbrev--default-expand):
10424         * bs.el (bs--show-with-configuration):
10425         * buff-menu.el (Buffer-menu-mouse-select):
10426         * calc/calc.el (calc):
10427         * calendar/calendar.el (calendar-generate-window):
10428         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
10429         (diary-make-entry):
10430         * comint.el (send-invisible, comint-dynamic-complete-filename)
10431         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
10432         * completion.el (complete):
10433         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
10434         * disp-table.el (describe-current-display-table):
10435         * doc-view.el (doc-view-insert-image):
10436         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
10437         * ehelp.el (with-electric-help):
10438         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10439         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
10440         * emacs-lisp/helper.el (Helper-help-scroller):
10441         * emulation/cua-base.el (cua--post-command-handler-1):
10442         * eshell/esh-mode.el (eshell-output-filter):
10443         * ffap.el (ffap-gnus-wrapper):
10444         * help-macro.el (make-help-screen):
10445         * hilit-chg.el (highlight-compare-buffers):
10446         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
10447         * hl-line.el (global-hl-line-highlight):
10448         * icomplete.el (icomplete-simple-completing-p):
10449         * isearch.el (isearch-done):
10450         * jit-lock.el (jit-lock-stealth-fontify):
10451         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
10452         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
10453         * mpc.el (mpc-tagbrowser, mpc):
10454         * net/rcirc.el (rcirc-any-buffer):
10455         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
10456         * play/landmark.el (landmark-max-width, landmark-max-height):
10457         * play/zone.el (zone):
10458         * progmodes/compile.el (compilation-goto-locus):
10459         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
10460         * progmodes/etags.el (find-tag-other-window):
10461         * progmodes/fortran.el (fortran-column-ruler):
10462         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
10463         * progmodes/verilog-mode.el (verilog-point-text):
10464         * reposition.el (reposition-window):
10465         * rot13.el (toggle-rot13-mode):
10466         * server.el (server-switch-buffer):
10467         * shell.el (shell-dynamic-complete-command)
10468         (shell-dynamic-complete-environment-variable):
10469         * simple.el (insert-buffer, set-selective-display)
10470         (delete-completion-window):
10471         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
10472         (speedbar-recenter):
10473         * startup.el (fancy-splash-head):
10474         * textmodes/ispell.el (ispell-command-loop):
10475         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
10476         * tutorial.el (help-with-tutorial):
10477         * vc/add-log.el (add-change-log-entry):
10478         * vc/compare-w.el (compare-windows):
10479         * vc/ediff-help.el (ediff-indent-help-message):
10480         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
10481         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
10482         (ediff-setup-control-frame):
10483         * vc/emerge.el (emerge-position-region):
10484         * vc/pcvs-util.el (cvs-bury-buffer):
10485         * window.el (walk-windows, mouse-autoselect-window-select):
10486         * winner.el (winner-set-conf, winner-undo): Related users changed.
10488 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
10490         * frameset.el (frameset--set-id): Doc fix.
10491         (frameset-frame-id, frameset-frame-id-equal-p)
10492         (frameset-locate-frame-id): New functions.
10493         (frameset--process-minibuffer-frames, frameset--reuse-frame)
10494         (frameset-restore): Use them.
10496 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
10498         Do not call to `selected-frame' where it is assumed by default.
10499         Affected functions are `raise-frame', `redraw-frame',
10500         `frame-first-window', `frame-terminal' and `delete-frame'.
10501         * calendar/appt.el (appt-disp-window):
10502         * epg.el (epg-wait-for-completion):
10503         * follow.el (follow-delete-other-windows-and-split)
10504         (follow-avoid-tail-recenter):
10505         * international/mule.el (set-terminal-coding-system):
10506         * mail/rmail.el (rmail-mail-return):
10507         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
10508         * progmodes/f90.el (f90-add-imenu-menu):
10509         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
10510         * server.el (server-switch-buffer):
10511         * simple.el (delete-completion-window):
10512         * talk.el (talk):
10513         * term/xterm.el (terminal-init-xterm-modify-other-keys)
10514         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
10515         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
10516         * vc/ediff.el (ediff-documentation): Related users changed.
10517         * frame.el (selected-terminal): Remove the leftover.
10519 2013-08-05  Glenn Morris  <rgm@gnu.org>
10521         * calendar/calendar.el (calendar-generate-month):
10522         Fix for calendar-column-width != 1 + calendar-day-digit-width.
10523         (calendar-generate-month, calendar-font-lock-keywords):
10524         Fix for calendar-day-header-width > length of any day name.
10526 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
10528         * desktop.el (desktop-clear): Use new name of sort predicate.
10530         * frameset.el (frameset): Add docstring.  Move :version property to its
10531         own `version' slot.
10532         (frameset-copy): Rename from copy-frameset.
10533         (frameset-p): Check more thoroughly.
10534         (frameset-prop): Do not check for :version, which is no longer a prop.
10535         (frameset-live-filter-alist, frameset-persistent-filter-alist):
10536         Use new :never value instead of t.
10537         (frameset-filter-alist): Expand and clarify docstring.
10538         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
10539         (frameset-filter-minibuffer, frameset-filter-save-param)
10540         (frameset-filter-restore-param, frameset-filter-iconified):
10541         Add pointer to docstring of frameset-filter-alist.
10542         (frameset-filter-params): Rename filter values to be more meaningful:
10543         :never instead of t, and reverse the meanings of :save and :restore.
10544         (frameset--process-minibuffer-frames): Clarify error message.
10545         (frameset-save): Avoid unnecessary and confusing call to framep.
10546         Use new BOA constructor for framesets.
10547         (frameset--reuse-list): Doc fix.
10548         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
10549         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
10550         (frameset-minibufferless-first-p): Doc fix.
10551         Rename from frameset-sort-frames-for-deletion.
10552         (frameset-restore): Doc fixes.  Use new function names.
10553         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
10555 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
10557         * desktop.el (desktop-restore-forces-onscreen)
10558         (desktop-restore-reuses-frames): Document :keyword constant values.
10559         (desktop-filter-parameters-alist): Remove, now identical to
10560         frameset-filter-alist.
10561         (desktop--filter-tty*): Remove, moved to frameset.el.
10562         (desktop-save-frameset, desktop-restore-frameset):
10563         Do not pass :filters argument.
10565         * frameset.el (frameset-live-filter-alist)
10566         (frameset-persistent-filter-alist): New variables.
10567         (frameset-filter-alist): Use them.  Add autoload cookie.
10568         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
10569         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
10570         `frameset--id' (it's supposed to be internal to frameset.el).
10571         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
10572         (frameset--initial-params): New function.
10573         (frameset--get-frame): Use it.  Doc fix.
10574         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
10575         Accept :all, not 'all.
10576         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
10577         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
10578         with fbound symbols.  Fix frame id matching, and remove matching ids if
10579         the frame being restored is deleted.  Obey :delete.
10581 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10583         * subr.el (macrop): New function.
10584         (text-clone--maintaining): New var.
10585         (text-clone--maintain): Rename from text-clone-maintain.  Use it
10586         instead of inhibit-modification-hooks.
10588         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
10589         a proxy, so as handle autoloads and redefinitions of the target.
10590         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
10592         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
10593         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
10594         (pcase--mutually-exclusive-p): New function.
10595         (pcase--split-consp): Use it.
10596         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
10597         mutually exclusive with the current predicate.
10599         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
10600         (edebug-macrop): Remove.  Use `macrop' instead.
10601         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
10602         (ad-macro-p):
10603         * eshell/esh-cmd.el (eshell-macrop):
10604         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
10606 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10608         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
10609         (advice-mapc): New function, using it.
10610         (advice-function-member-p): New function.
10611         (advice--normalize): Store the cdr in advice--saved-rewrite since
10612         that's the part that will be changed.
10613         (advice--symbol-function): New function.
10614         (advice-remove): Handle removal before the function is defined.
10615         Adjust to new advice--saved-rewrite.
10616         (advice-member-p): Use advice-function-member-p and
10617         advice--symbol-function.
10619 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
10621         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
10622         (frameset-filter-minibuffer): Doc fix.
10623         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
10624         (frameset--set-id, frameset--process-minibuffer-frames)
10625         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
10626         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
10628         * desktop.el (desktop-clear): Only delete frames when called
10629         interactively and desktop-restore-frames is non-nil.  Doc fix.
10630         (desktop-read): Set desktop-saved-frameset to nil.
10632 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
10634         * vc/vc.el (vc-ignore): Rewrite.
10635         (vc-default-ignore-completion-table, vc--read-lines)
10636         (vc--add-line, vc--remove-regexp): New functions.
10638         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
10639         (vc-svn-ignore-completion-table): New function.
10641         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
10642         (vc-hg-ignore-completion-table)
10643         (vc-hg-find-ignore-file): New functions.
10645         * vc/vc-git.el (vc-git-ignore): Rewrite.
10646         (vc-git-ignore-completion-table)
10647         (vc-git-find-ignore-file): New functions.
10649         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
10651         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
10652         (vc-bzr-ignore-completion-table)
10653         (vc-bzr-find-ignore-file): New functions.
10655 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
10657         * frameset.el (frameset-prop): New function and setter.
10658         (frameset-save): Do not modify frame list passed by the caller.
10660 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10662         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
10664 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10666         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
10667         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
10669         * custom.el (custom-initialize-default, custom-initialize-set)
10670         (custom-initialize-reset, custom-initialize-changed): Affect the
10671         toplevel-default-value (bug#6275, bug#14586).
10672         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
10673         for bug#6275.
10675 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
10677         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10678         Add cl-def* expressions.
10680         * frameset.el (frameset-filter-params): Fix order of arguments.
10682 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
10684         Move code related to saving frames to frameset.el.
10685         * desktop.el: Require frameset.
10686         (desktop-restore-frames): Doc fix.
10687         (desktop-restore-reuses-frames): Rename from
10688         desktop-restoring-reuses-frames.
10689         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
10690         (desktop-clear): Clear frames too.
10691         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
10692         (desktop--filter-tty*, desktop-save, desktop-read):
10693         Use frameset functions.
10694         (desktop-before-saving-frames-functions, desktop--filter-*-color)
10695         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
10696         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
10697         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
10698         (desktop--process-minibuffer-frames, desktop-save-frames)
10699         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
10700         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
10701         (desktop--sort-states, desktop-restoring-frames-p)
10702         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
10703         (desktop-restoring-frameset-p, desktop-restore-frameset)
10704         (desktop--check-dont-save, desktop-save-frameset): New functions.
10705         (desktop--app-id): New constant.
10706         (desktop-first-buffer, desktop-buffer-ok-count)
10707         (desktop-buffer-fail-count): Move before first use.
10708         * frameset.el: New file.
10710 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10712         * files.el: Use lexical-binding.
10713         (dir-locals-read-from-file): Remove unused `err' variable.
10714         (hack-dir-local-variables--warned-coding): New var.
10715         (hack-dir-local-variables): Use it to avoid repeated warnings.
10716         (make-backup-file-name--default-function): New function.
10717         (make-backup-file-name-function): Use it as default.
10718         (buffer-stale--default-function): New function.
10719         (buffer-stale-function): Use it as default.
10720         (revert-buffer-insert-file-contents--default-function): New function.
10721         (revert-buffer-insert-file-contents-function): Use it as default.
10722         (insert-directory): Avoid add-to-list.
10724         * autorevert.el (auto-revert-handler): Simplify.
10725         Use buffer-stale--default-function.
10727 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
10729         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
10731         * whitespace.el (whitespace-ensure-local-variables): New function.
10732         (whitespace-cleanup-region): Call it.
10733         (whitespace-turn-on): Call it.
10735 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
10737         Complete file name handlers.
10739         * net/tramp.el (tramp-handle-set-visited-file-modtime)
10740         (tramp-handle-verify-visited-file-modtime)
10741         (tramp-handle-file-notify-rm-watch): New functions.
10742         (tramp-call-process): Do not bind `default-directory'.
10744         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10745         Order alphabetically.
10746         <access-file, add-name-to-file, dired-call-process>:
10747         <dired-compress-file, file-acl, file-notify-rm-watch>:
10748         <file-ownership-preserved-p, file-selinux-context>:
10749         <make-directory-internal, make-symbolic-link, set-file-acl>:
10750         <set-file-selinux-context, set-visited-file-modtime>:
10751         <verify-visited-file-modtime>: Add handler.
10752         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
10754         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
10755         <file-notify-add-watch, file-notify-rm-watch>:
10756         <set-file-times, set-visited-file-modtime>:
10757         <verify-visited-file-modtime>: Add handler.
10758         (with-tramp-gvfs-error-message)
10759         (tramp-gvfs-handle-set-visited-file-modtime)
10760         (tramp-gvfs-fuse-file-name): Remove.
10761         (tramp-gvfs-handle-file-notify-add-watch)
10762         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
10763         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
10765         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
10766         Order alphabetically.
10767         <file-notify-rm-watch>: Use default Tramp handler.
10768         <executable-find>: Remove private handler.
10769         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
10770         `default-directory'.
10771         (tramp-sh-handle-executable-find)
10772         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
10773         (tramp-sh-file-gvfs-monitor-dir-process-filter)
10774         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
10775         Do not use `format' in `tramp-message'.
10777         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
10778         <file-notify-rm-watch, set-visited-file-modtime>:
10779         <verify-visited-file-modtime>: Add handler.
10780         (tramp-smb-call-winexe): Do not bind `default-directory'.
10782 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
10784         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
10786 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
10788         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
10789         use it.
10790         (log-view-diff-changeset): Same.
10791         (log-view-diff-common): Call backend command `previous-revision'
10792         to find out the previous revision, in both cases.  Swap the
10793         variables `to' and `fr', so that `fr' usually refers to the
10794         earlier revision (Bug#14989).
10796 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
10798         * ibuf-ext.el (ibuffer-filter-by-filename):
10799         Make it work with dired buffers too.
10801 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
10803         * emacs-lisp/re-builder.el (reb-color-display-p):
10804         * files.el (save-buffers-kill-terminal):
10805         * net/browse-url.el (browse-url):
10806         * server.el (server-save-buffers-kill-terminal):
10807         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
10808         Prefer nil to selected-frame for the first arg of frame-parameter.
10810 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
10812         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
10814 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
10816         * minibuffer.el (completion--twq-all): Try and preserve each
10817         completion's case choice (bug#14907).
10819 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10821         * net/network-stream.el (open-network-stream): Mention the new
10822         :nogreeting parameter.
10823         (network-stream-open-starttls): Use the :nogreeting parameter
10824         (bug#14938).
10826         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
10828         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
10829         more natural than popping.
10831         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
10832         (shr-urlify): Highlight under mouse.
10834 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
10836         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
10838         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
10840         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
10841         buffer for output.
10843         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
10844         point-min==1.  Fix search string.  Fix parentheses missing.
10846         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
10847         assume point-min==1.  Fix search string.  Fix parentheses missing.
10849         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
10851         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
10852         buffer for output.
10854 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
10856         * frame.el (frame-notice-user-settings): Avoid inflooping when the
10857         initial frame is minibuffer-less.  (Bug#14841)
10859 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
10861         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
10862         option.
10864         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
10865         (tramp-maybe-open-connection): Use it.
10867 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
10869         * desktop.el (desktop--make-frame): Include `minibuffer' in the
10870         minimal set of parameters passed when creating a frame, because
10871         the minibuffer status of a frame cannot be changed later.
10873 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
10875         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
10876         replace-regexp-in-string and inadvertent omissions in previous change.
10877         (todo-filter-items): Ensure only file names are comma-separated in
10878         name of filtered items buffer.
10880 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
10882         * desktop.el: Optionally force offscreen frames back onscreen.
10883         (desktop-restoring-reuses-frames): New option.
10884         (desktop--compute-pos, desktop--move-onscreen): New functions.
10885         (desktop--make-frame): Use desktop--move-onscreen.
10887 2013-07-27  Alan Mackenzie  <acm@muc.de>
10889         Fontify a Java generic method as a function.
10890         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
10891         value to t.
10893 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
10895         * calendar/todo-mode.el: Add command to rename todo files.
10896         (todo-rename-file): New command.
10897         (todo-key-bindings-t): Add key binding for it.  Change the
10898         bindings of todo-filter-regexp-items(-multifile) to use `x'
10899         instead of `r', since the latter is better suited to the new
10900         renaming command.
10902 2013-07-27  Alan Mackenzie  <acm@muc.de>
10904         Make Java try-with-resources statement parse properly.
10905         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
10906         (c-block-stmt-1-2-key): New language constants/variables.
10907         * progmodes/cc-engine.el (c-beginning-of-statement-1)
10908         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
10909         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
10910         with c-block-stmt-1-2-key.
10912 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
10914         * desktop.el (desktop--make-frame): Apply most frame parameters after
10915         creating the frame to force (partially or totally) offscreen frames to
10916         be restored as such.
10918 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
10920         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
10921         (Bug#14948)
10923 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10925         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
10926         `base' arg of backtrace-frame.
10928 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
10930         * simple.el (list-processes): Doc fix.
10932 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
10934         * desktop.el (desktop--select-frame):
10935         Try harder to reuse existing frames.
10937 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10939         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
10940         (edebug-eval): Use backtrace-eval.
10941         (edebug--display, edebug--recursive-edit): Don't let-bind the
10942         edebug-outer-* vars that keep track of variables we locally let-bind.
10943         (edebug-outside-excursion): Don't restore outside values of locally
10944         let-bound vars.
10945         (edebug--display): Use user-error.
10946         (cl-lexical-debug, cl-debug-env): Remove.
10948 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
10950         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
10951         are restored to be sure that they are visible before deleting any
10952         remaining ones.
10954 2013-07-26  Matthias Meulien  <orontee@gmail.com>
10956         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
10957         vc-print-root-log.  (Bug#14948)
10959 2013-07-26  Richard Stallman  <rms@gnu.org>
10961         Add aliases for encrypting mail.
10962         * epa.el (epa-mail-aliases): New option.
10963         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
10964         Bind inhibit-read-only so read-only text doesn't ruin everything.
10965         (epa-mail-default-recipients): New subroutine broken out.
10966         Handle epa-mail-aliases.
10968 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10970         Add support for lexical variables to the debugger's `e' command.
10971         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
10972         vars, except for debugger-outer-match-data.
10973         (debugger-frame-number): Move check for "on a function call" from
10974         callers into it.  Add `skip-base' argument.
10975         (debugger-frame, debugger-frame-clear): Simplify accordingly.
10976         (debugger-env-macro): Only reset the state stored in non-variables,
10977         i.e. current-buffer and match-data.
10978         (debugger-eval-expression): Rewrite using backtrace-eval.
10979         * subr.el (internal--called-interactively-p--get-frame): Remove.
10980         (called-interactively-p):
10981         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
10982         `base' arg of backtrace-frame instead.
10984 2013-07-26  Glenn Morris  <rgm@gnu.org>
10986         * align.el (align-regexp): Doc fix.  (Bug#14857)
10987         (align-region): Explicit error if subexpression missing/does not match.
10989         * simple.el (global-visual-line-mode):
10990         Do not duplicate the mode lighter.  (Bug#14858)
10992 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
10994         * window.el (display-buffer): In display-buffer bind
10995         split-window-keep-point to t, bug#14829.
10997 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
10999         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
11000         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
11001         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
11002         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
11003         Change accordingly.
11004         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
11005         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
11007 2013-07-25  Glenn Morris  <rgm@gnu.org>
11009         * dired-x.el (dired-mark-extension): Convert comment to doc string.
11011 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
11013         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
11014         parameter to modify-frame-parameters if the value has not changed;
11015         this is a workaround for bug#14949.
11016         (desktop--make-frame): On cl-delete-if call, check parameter name,
11017         not full parameter.
11019 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
11021         * vc/vc.el (vc-ignore): New function.
11023         * vc/vc-svn.el (vc-svn-ignore): New function.
11025         * vc/vc-hg.el (vc-hg-ignore): New function.
11027         * vc/vc-git.el (vc-git-ignore): New function.
11029         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
11030         (vc-dir-ignore): New function.
11032         * vc/vc-cvs.el (vc-cvs-ignore): New function.
11033         (cvs-append-to-ignore): Move here from pcvs.el.
11035         * vc/vc-bzr.el (vc-bzr-ignore): New function.
11037         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
11039 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
11041         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
11042         (desktop-restore-frames): Warn when deleting an existing frame failed.
11044 2013-07-24  Glenn Morris  <rgm@gnu.org>
11046         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
11048 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
11050         * filenotify.el (file-notify-supported-p):
11051         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
11052         Remove functions.
11054         * autorevert.el (auto-revert-use-notify)
11055         (auto-revert-notify-add-watch):
11056         * net/tramp.el (tramp-file-name-for-operation):
11057         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11058         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11059         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
11060         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11061         Remove `file-notify-supported-p' entry.
11063 2013-07-24  Glenn Morris  <rgm@gnu.org>
11065         * printing.el: Replace all uses of deleted ps-windows-system,
11066         ps-lp-system, ps-flatten-list with lpr- versions.
11068 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11070         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
11071         checked with memq (bug#14935).
11073         * files.el (revert-buffer-function): Use a non-nil default.
11074         (revert-buffer-preserve-modes): Declare var to
11075         provide access to the `preserve-modes' argument.
11076         (revert-buffer): Let-bind it.
11077         (revert-buffer--default): New function, extracted from revert-buffer.
11079 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11081         * lpr.el: Signal print errors more prominently.
11082         (print-region-function): Don't default to nil.
11083         (lpr-print-region): New function, extracted from print-region-1.
11084         Check lpr's return value and signal an error in case of problem.
11085         (print-region-1): Use it.
11086         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
11087         versions instead.
11088         (ps-printer-name): Default to nil.
11089         (ps-printer-name-option): Default to lpr-printer-switch.
11090         (ps-print-region-function): Don't default to nil.
11091         (ps-postscript-code-directory): Simplify default.
11092         (ps-do-despool): Use lpr-print-region to properly check the outcome.
11093         (ps-string-list, ps-eval-switch, ps-flatten-list)
11094         (ps-flatten-list-1): Remove.
11095         (ps-multibyte-buffer): Avoid setq.
11096         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
11097         (print-region-function, ps-print-region-function): Don't set them here.
11099 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
11101         * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
11102         (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
11103         (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
11104         (ido-decorations): Doc fix.
11106         * ansi-color.el: Fix old URL.
11108 2013-07-23  Michael R. Mauger  <michael@mauger.com>
11110         * progmodes/sql.el: Version 3.3
11111         (sql-product-alist): Improve oracle :prompt-cont-regexp.
11112         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
11113         (sql-interactive-remove-continuation-prompt): Rewrite, use
11114         functions above.  Fix continuation prompt and complete output line
11115         handling.
11116         (sql-redirect-one, sql-execute): Use `read-only-mode' on
11117         redirected output buffer.
11118         (sql-mode): Restore deleted code (Bug#13591).
11120 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
11122         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
11124 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
11126         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
11128         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11129         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11130         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
11132 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
11134         * desktop.el (desktop-clear): Simplify; remove useless checks
11135         against invalid buffer names.
11136         (desktop-list*): Use cl-list*.
11137         (desktop-buffer-info, desktop-create-buffer): Simplify.
11139 2013-07-23  Leo Liu  <sdl.web@gmail.com>
11141         * bookmark.el (bookmark-make-record): Restore NAME as a default
11142         value.  (Bug#14933)
11144 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11146         * emacs-lisp/autoload.el (autoload--setup-output): New function,
11147         extracted from autoload--insert-text.
11148         (autoload--insert-text): Remove.
11149         (autoload--print-cookie-text): New function, extracted from
11150         autoload--insert-cookie-text.
11151         (autoload--insert-cookie-text): Remove.
11152         (autoload-generate-file-autoloads): Adjust calls accordingly.
11154         * winner.el (winner-hook-installed-p): Remove.
11155         (winner-mode): Simplify accordingly.
11157         * subr.el (add-to-list): Fix compiler-macro when `append' is
11158         not constant.  Don't use `cl-member' for the base case.
11160         * progmodes/subword.el: Fix boundary case (bug#13758).
11161         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
11162         own group.
11163         (subword-backward-regexp): Make it a constant.
11164         (subword-forward-internal): Don't treat a trailing capital as the
11165         beginning of a word.
11167 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
11169         * emacs-lisp/package.el (package-menu-mode): Don't modify the
11170         global value of tabulated-list-revert-hook (bug#14930).
11172 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
11174         * desktop.el: Require 'cl-lib.
11175         (desktop-before-saving-frames-functions): New hook.
11176         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
11177         for frames being saved.  Rename from desktop--save-minibuffer-frames.
11178         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
11179         Do not save frames with non-nil `desktop-dont-save' parameter.
11180         Filter out deleted frames.
11181         (desktop--find-frame): Use cl-find-if.
11182         (desktop--select-frame): Use cl-(first|second|third) to access values
11183         of desktop-mini.
11184         (desktop--make-frame): Use cl-delete-if.
11185         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
11186         (desktop-restore-frames): Use cl-(first|second|third) to access values
11187         of desktop-mini.  Look for visible frame at the end, not while
11188         restoring frames.
11190         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
11191         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
11192         Use string-match-p, looking-at-p (bug#14927).
11194 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
11196         * desktop.el (desktop-saved-frame-states):
11197         Rename from desktop--saved-states; all users changed.
11198         (desktop-save-frames): Rename from desktop--save-frames.
11199         Do not save state to desktop file.
11200         (desktop-save): Save desktop-saved-frame-states to desktop file
11201         and reset to nil.
11202         (desktop-restoring-frames-p): New function.
11203         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
11204         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
11205         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
11207         * desktop.el: Correctly restore iconified frames.
11208         (desktop--filter-iconified-position): New function.
11209         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
11211 2013-07-20  Glenn Morris  <rgm@gnu.org>
11213         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
11214         Let `message' do the formatting.
11215         (def-gdb-preempt-display-buffer): Add explicit format.
11217         * image-dired.el (image-dired-track-original-file):
11218         Use with-current-buffer.
11219         (image-dired-track-thumbnail): Use with-current-buffer.
11220         Avoid changing point of wrong window.
11222         * image-dired.el (image-dired-track-original-file):
11223         Avoid changing point of wrong window.  (Bug#14909)
11225 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
11227         * progmodes/gdb-mi.el (gdb-done-or-error):
11228         Guard against "%" in gdb output.  (Bug#14127)
11230 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
11232         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
11233         (Bug#14826)
11235         * international/mule.el (coding-system-iso-2022-flags): Fix last
11236         change.
11238 2013-07-20  Kenichi Handa  <handa@gnu.org>
11240         * international/mule.el (coding-system-iso-2022-flags):
11241         Add `8-bit-level-4'.  (Bug#8522)
11243 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11245         * net/shr.el (shr-mouse-browse-url): New command and keystroke
11246         (bug#14815).
11248         * net/eww.el (eww-process-text-input): Allow inputting when the
11249         point is at the start of the line, as the properties aren't
11250         front-sticky.
11252         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
11253         degenerate widths.
11255 2013-07-19  Richard Stallman  <rms@gnu.org>
11257         * epa.el (epa-popup-info-window): Doc fix.
11259         * subr.el (split-string): New arg TRIM.
11261 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
11263         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
11264         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
11266 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
11268         * filenotify.el (file-notify--library): Rename from
11269         `file-notify-support'.  Do not autoload.  Adapt all uses.
11270         (file-notify-supported-p): New defun.
11272         * autorevert.el (auto-revert-use-notify):
11273         Use `file-notify-supported-p' instead of `file-notify-support'.
11274         Adapt docstring.
11275         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
11277         * net/tramp.el (tramp-file-name-for-operation):
11278         Add `file-notify-supported-p'.
11280         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
11281         New defun.
11282         (tramp-sh-file-name-handler-alist): Add it as handler for
11283         `file-notify-supported-p '.
11285         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11286         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11287         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11288         Add `ignore' as handler for `file-notify-*' functions.
11290 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
11292         * simple.el (line-move-partial, line-move): Don't start vscroll or
11293         scroll-up if the current line is not taller than the window.
11294         (Bug#14881)
11296 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
11298         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
11299         highlight question marks in the method names as strings.
11300         (ruby-block-beg-keywords): Inline.
11301         (ruby-font-lock-keyword-beg-re): Extract from
11302         `ruby-font-lock-keywords'.
11304 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
11306         * frame.el (blink-cursor-blinks): New defcustom.
11307         (blink-cursor-blinks-done): New defvar.
11308         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
11309         (blink-cursor-timer-function): Check if number of blinks has been
11310         done on X and NS.
11311         (blink-cursor-suspend, blink-cursor-check): New defuns.
11313 2013-07-15  Glenn Morris  <rgm@gnu.org>
11315         * edmacro.el (edmacro-format-keys): Fix previous change.
11317 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
11319         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
11320         The hack didn't work outside English locales anyway.
11322 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
11324         * simple.el (define-alternatives): Rename from alternatives-define,
11325         per RMS' suggestion.
11327 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
11329         * desktop.el (desktop-restore-frames): Change default to t.
11330         (desktop-restore-in-current-display): Now offer more options.
11331         (desktop-restoring-reuses-frames): New customization option.
11332         (desktop--saved-states): Doc fix.
11333         (desktop-filter-parameters-alist): New variable, renamed and expanded
11334         from desktop--excluded-frame-parameters.
11335         (desktop--target-display): New variable.
11336         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
11337         (desktop--filter-tty*, desktop--filter-*-color)
11338         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
11339         (desktop--filter-save-desktop-parm)
11340         (desktop-restore-in-original-display-p): New functions.
11341         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
11342         (desktop--save-minibuffer-frames): New function, inspired by a similar
11343         function from Martin Rudalics.
11344         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
11345         (desktop--restore-in-this-display-p): Remove.
11346         (desktop--find-frame): Rename from desktop--find-frame-in-display
11347         and add predicate argument.
11348         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
11349         (desktop--reuse-list): New variable.
11350         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
11351         New functions.
11352         (desktop--restore-frames): Add support for "minibuffer-special" frames.
11354 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
11356         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
11358 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
11360         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11361         Highlight conversion methods on Kernel.
11363 2013-07-13  Alan Mackenzie  <acm@muc.de>
11365         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
11366         and comment it out.  This out-commenting enables certain C++
11367         declarations to be parsed correctly.
11369 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
11371         * international/mule.el (define-coding-system): Doc fix.
11373         * simple.el (default-font-height): Don't call font-info if the
11374         frame's default font didn't change since the frame was created.
11375         (Bug#14838)
11377 2013-07-13  Leo Liu  <sdl.web@gmail.com>
11379         * ido.el (ido-read-file-name): Guard against non-symbol value.
11381 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11383         * progmodes/python.el (python-imenu--build-tree): Fix corner case
11384         in nested defuns.
11386 2013-07-13  Leo Liu  <sdl.web@gmail.com>
11388         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
11389         ido-set-matches call.  (Bug#6852)
11391 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
11393         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
11394         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
11395         Ruby 2.0.
11396         (ruby-font-lock-keywords): Distinguish calls to functions with
11397         module-like names from module references.  Highlight character
11398         literals.
11400 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
11402         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
11403         (gdb-send): Handle continued commands.  (Bug#14847)
11405 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
11407         * desktop.el (desktop--v2s): Remove unused local variable.
11408         (desktop-save-buffer): Make defvar-local; adjust docstring.
11409         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
11410         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
11412 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
11414         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
11416 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
11418         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
11419         (Bug#14842)
11421 2013-07-12  Glenn Morris  <rgm@gnu.org>
11423         * doc-view.el: Require cl-lib at runtime too.
11424         (doc-view-remove-if): Remove.
11425         (doc-view-search-next-match, doc-view-search-previous-match):
11426         Use cl-remove-if.
11428         * edmacro.el: Require cl-lib at runtime too.
11429         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
11430         (edmacro-mismatch, edmacro-subseq): Remove.
11432         * shadowfile.el: Require cl-lib.
11433         (shadow-remove-if): Remove.
11434         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
11435         Use cl-remove-if.
11437         * wid-edit.el: Require cl-lib.
11438         (widget-choose): Use cl-remove-if.
11439         (widget-remove-if): Remove.
11441         * progmodes/ebrowse.el: Require cl-lib at runtime too.
11442         (ebrowse-delete-if-not): Remove.
11443         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
11444         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
11445         Use cl-delete-if-not.
11447 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
11449         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
11450         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
11452 2013-07-12  Leo Liu  <sdl.web@gmail.com>
11454         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
11456 2013-07-11  Glenn Morris  <rgm@gnu.org>
11458         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
11459         (edebug-gensym-index, edebug-gensym):
11460         Remove reimplementation of cl-gensym.
11461         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
11463         * thumbs.el: Require cl-lib at run-time too.
11464         (thumbs-gensym-counter, thumbs-gensym):
11465         Remove reimplementation of cl-gensym.
11466         (thumbs-temp-file): Use cl-gensym.
11468         * emacs-lisp/ert.el: Require cl-lib at runtime too.
11469         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
11470         (ert--intersection, ert--set-difference, ert--set-difference-eq)
11471         (ert--union, ert--gensym-counter, ert--gensym-counter)
11472         (ert--coerce-to-vector, ert--remove*, ert--string-position)
11473         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
11474         (ert-make-test-unbound, ert--expand-should-1)
11475         (ert--expand-should, ert--should-error-handle-error)
11476         (should-error, ert--explain-equal-rec)
11477         (ert--plist-difference-explanation, ert-select-tests)
11478         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
11479         Use cl-lib functions rather than reimplementations.
11481 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
11483         * net/tramp.el (tramp-methods): Extend docstring.
11484         (tramp-connection-timeout): New defcustom.
11485         (tramp-error-with-buffer): Reset timestamp only when appropriate.
11486         (with-tramp-progress-reporter): Simplify.
11487         (tramp-process-actions): Improve messages.
11489         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
11490         * net/tramp-sh.el (tramp-maybe-open-connection):
11491         Use `tramp-connection-timeout'.
11492         (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
11493         (Bug#14808)
11495 2013-07-11  Leo Liu  <sdl.web@gmail.com>
11497         * ido.el (ido-read-file-name): Conform to the requirements of
11498         read-file-name.  (Bug#11861)
11499         (ido-read-directory-name): Conform to the requirements of
11500         read-directory-name.
11502 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
11504         * subr.el (delay-warning): New function.
11506 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
11508         * simple.el (default-line-height): New function.
11509         (line-move-partial, line-move): Use it instead of computing the
11510         line height inline.
11511         (line-move-partial): Always compute ROWH.  If the last line is
11512         partially-visible, but its text is completely visible, allow
11513         cursor to enter such a partially-visible line.
11515 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
11517         Improve error messages.  (Bug#14808)
11519         * net/tramp.el (tramp-current-connection): New defvar, moved from
11520         tramp-sh.el.
11521         (tramp-message-show-progress-reporter-message): Remove, not
11522         needed anymore.
11523         (tramp-error-with-buffer): Show message in minibuffer.
11524         Discard input before waiting.  Reset connection timestamp.
11525         (with-tramp-progress-reporter): Improve messages.
11526         (tramp-process-actions): Use progress reporter.  Delete process in
11527         case of error.  Improve messages.
11529         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
11530         Call `tramp-error-with-buffer' with vector and buffer.
11531         (tramp-current-connection): Remove.
11532         (tramp-maybe-open-connection): The car of
11533         `tramp-current-connection' are the first 3 slots of the vector.
11535 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
11537         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
11538         inside continued strings.
11540 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
11542         Timestamp fixes for undo (Bug#14824).
11543         * files.el (clear-visited-file-modtime): Move here from fileio.c.
11545 2013-07-10  Leo Liu  <sdl.web@gmail.com>
11547         * files.el (require-final-newline): Allow safe local value.
11548         (Bug#14834)
11550 2013-07-09  Leo Liu  <sdl.web@gmail.com>
11552         * ido.el (ido-read-directory-name): Handle fallback.
11553         (ido-read-file-name): Update DIR to ido-current-directory.
11554         (Bug#1516)
11555         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
11557 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
11559         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
11560         "autoload".  Remove "warn lower camel case" section, previously
11561         commented out.  Highlight negation char.  Do not highlight the
11562         target in singleton method definitions.
11564 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11566         * faces.el (tty-setup-hook): Declare the hook.
11568         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
11569         and detect when a guard/pred depends on local vars (bug#14773).
11570         (pcase--u1): Adjust caller.
11572 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
11574         * simple.el (line-move-partial, line-move): Account for
11575         line-spacing.
11576         (line-move-partial): Avoid setting vscroll when the last
11577         partially-visible line in window is of default height.
11579 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11581         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
11582         been used a while.
11584 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
11586         * subr.el (read-quoted-char): Remove unused local variable `char'.
11588 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
11590         * vc/ediff.el (ediff-version): Version update.
11591         (ediff-files-command, ediff3-files-command, ediff-merge-command)
11592         (ediff-merge-with-ancestor-command, ediff-directories-command)
11593         (ediff-directories3-command, ediff-merge-directories-command)
11594         (ediff-merge-directories-with-ancestor-command): New functions.
11595         All are command-line interfaces to ediff: to facilitate calling
11596         Emacs with the appropriate ediff functions invoked.
11598         * emulation/viper-cmd.el (viper-del-forward-char-in-insert):
11599         New function.
11600         (viper-save-kill-buffer): Check if buffer is modified.
11602         * emulation/viper.el (viper-version): Version update.
11603         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
11605 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11607         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
11608         * emulation/viper-cmd.el (viper-envelop-ESC-key): Remove function.
11609         (viper-intercept-ESC-key): Simplify.
11610         * emulation/viper-keym.el (viper-ESC-key): Make it a constant,
11611         don't use kbd.
11612         * emulation/viper.el (viper--tty-ESC-filter, viper--lookup-key)
11613         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
11614         (viper-setup-ESC-to-escape): New functions.
11615         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
11616         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
11618 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
11620         * simple.el (default-font-height, window-screen-lines):
11621         New functions.
11622         (line-move, line-move-partial): Use them instead of
11623         frame-char-height and window-text-height.  This makes scrolling
11624         text smoother when the buffer's default face uses a font that is
11625         different from the frame's default font.
11627 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
11629         * files.el (write-file): Do not display confirm dialog for NS,
11630         it does its own dialog, which can't be canceled (Bug#14578).
11632 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
11634         * simple.el (line-move-partial): Adjust the row returned by
11635         posn-at-point for the current window-vscroll.  (Bug#14567)
11637 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
11639         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
11640         (tramp-sh-file-inotifywait-process-filter): Handle file names with
11641         spaces.
11643 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
11645         * window.el (window-state-put-stale-windows): New variable.
11646         (window--state-put-2): Save list of windows without matching buffer.
11647         (window-state-put): Remove "bufferless" windows if possible.
11649 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
11651         * simple.el (alternatives-define): Remove leftover :group keyword.
11652         Tweak docstring.
11654 2013-07-06  Leo Liu  <sdl.web@gmail.com>
11656         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
11657         (ido-enable-virtual-buffers): New variable.
11658         (ido-buffer-internal, ido-toggle-virtual-buffers)
11659         (ido-make-buffer-list): Use it.
11660         (ido-exhibit): Support turning on and off virtual buffers
11661         automatically.
11663 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
11665         * simple.el (alternatives-define): New macro.
11667 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11669         * subr.el (read-quoted-char): Use read-key.
11670         (sit-for): Let read-event decode tty input (bug#14782).
11672 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
11674         * calendar/todo-mode.el: Add handling of file deletion, both by
11675         mode command and externally.  Fix various related bugs.
11676         Clarify Commentary and improve some documentation strings and code.
11677         (todo-delete-file): New command.
11678         (todo-check-file): New function.
11679         (todo-show): Handle external deletion of the file we're trying to
11680         show (bug#14688).  Replace called-interactively-p by an optional
11681         prefix argument to avoid problematic interaction with catch form
11682         when byte compiled (bug#14702).
11683         (todo-quit): Handle external deletion of the archive's todo file.
11684         Make sure the buffer that was visiting the archive file is still
11685         live before trying to bury it.
11686         (todo-category-completions): Handle external deletion of any
11687         category completion files.
11688         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
11689         of todo files, in case of external deletion.
11690         (todo-add-file): Replace unnecessary setq by let-binding.
11691         (todo-find-archive): Check whether there are any archives.
11692         Replace unnecessary setq by let-binding.
11693         (todo-archive-done-item): Use find-file-noselect to get the
11694         archive buffer whether or not the archive already exists.
11695         Remove superfluous code.  Use file size instead of buffer-file-name to
11696         check if the archive is new; if it is, update list of archives.
11697         (todo-default-todo-file): Allow nil to be a valid value for when
11698         there are no todo files.
11699         (todo-reevaluate-default-file-defcustom): Use corrected definition
11700         of todo-default-todo-file.
11701         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
11702         (todo-delete-category, todo-show-categories-table)
11703         (todo-category-number): Clarify comment.
11704         (todo-filter-items): Clarify documentation string.
11705         (todo-show-current-file, todo-display-as-todo-file)
11706         (todo-reset-and-enable-done-separator): Tweak documentation string.
11707         (todo-done-separator): Make separator length window-width, since
11708         bug#2749 is now fixed.
11710 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
11712         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
11713         Support both "gvfs-monitor-dir" and "inotifywait".
11714         (tramp-sh-file-inotifywait-process-filter): Rename from
11715         `tramp-sh-file-notify-process-filter'.
11716         (tramp-sh-file-gvfs-monitor-dir-process-filter)
11717         (tramp-get-remote-gvfs-monitor-dir): New defuns.
11719 2013-07-05  Leo Liu  <sdl.web@gmail.com>
11721         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
11723 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11725         * frame.el (display-pixel-height, display-pixel-width)
11726         (display-mm-height, display-mm-width): Mention behavior on
11727         multi-monitor setups in docstrings.
11728         (w32-display-monitor-attributes-list): Declare function.
11729         (display-monitor-attributes-list): Use it.
11731 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
11733         * filenotify.el: New package.
11735         * autorevert.el (top): Require filenotify.el.
11736         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
11737         instead.
11738         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
11739         (auto-revert-notify-handler): Use `file-notify-*' functions.
11741         * subr.el (file-notify-handle-event): Move function to filenotify.el.
11743         * net/tramp.el (tramp-file-name-for-operation):
11744         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
11746         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
11747         for `file-notify-add-watch' and `file-notify-rm-watch'.
11748         (tramp-process-sentinel): Improve trace.
11749         (tramp-sh-handle-file-notify-add-watch)
11750         (tramp-sh-file-notify-process-filter)
11751         (tramp-sh-handle-file-notify-rm-watch)
11752         (tramp-get-remote-inotifywait): New defuns.
11754 2013-07-03  Juri Linkov  <juri@jurta.org>
11756         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
11757         call of `occur-read-primary-args' to interactive spec.
11759         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
11760         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
11762 2013-07-03  Matthias Meulien  <orontee@gmail.com>
11764         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
11765         `Buffer-menu-multi-occur'.  Add it to the menu.
11766         (Buffer-menu-mode): Document it in docstring.
11767         (Buffer-menu-multi-occur): New command.  (Bug#14673)
11769 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
11771         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
11772         keywords and built-ins.
11774 2013-07-03  Glenn Morris  <rgm@gnu.org>
11776         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
11778         Make info-xref checks case-sensitive by default
11779         * info.el (Info-find-node, Info-find-in-tag-table)
11780         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
11781         Add option for exact case matching of nodes.
11782         * info-xref.el (info-xref): New custom group.
11783         (info-xref-case-fold): New option.
11784         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
11786 2013-07-03  Leo Liu  <sdl.web@gmail.com>
11788         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
11790 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
11792         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
11793         middle of block statement initially, lower the depth.  Remove
11794         FIXME comment, not longer valid.  Remove middle of block statement
11795         detection, no need to do that anymore since we've been using
11796         `ruby-parse-region' here.
11798 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
11800         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
11802 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11804         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
11806 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
11808         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
11809         (desktop-restore-in-current-display): New customization option.
11810         (desktop--excluded-frame-parameters): Add `font'.
11811         (desktop--save-frames): Rename from desktop--save-windows.
11812         (desktop--restore-in-this-display-p): New function.
11813         (desktop--make-full-frame): Remove unwanted width/height from
11814         full(width|height) frames.
11815         (desktop--restore-frames): Rename from desktop--restore-windows.
11816         Obey desktop-restore-current-display.  Do not delete old frames or
11817         select a new frame unless we were able to restore at least one frame.
11819 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
11821         * files.el (find-file-noselect): Simplify conditional expression.
11823         * textmodes/remember.el (remember-append-to-file):
11824         Don't mix `find-buffer-visiting' and `get-file-buffer'.
11826         Add `remember-notes' function to store random notes across Emacs
11827         restarts.
11828         * textmodes/remember.el (remember-data-file): Add :set callback to
11829         affect notes buffer (if any).
11830         (remember-notes): New command.
11831         (remember-notes-buffer-name, bury-remember-notes-on-kill):
11832         New defcustoms for the `remember-notes' function.
11833         (remember-notes-save-and-bury-buffer): New command.
11834         (remember-notes-mode-map): New variable.
11835         (remember-mode): New minor mode.
11836         (remember-notes--kill-buffer-query): New function.
11837         * startup.el (initial-buffer-choice): Add notes to custom type.
11839 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
11841         * bindings.el (right-char, left-char): Don't call sit-for, this is
11842         no longer needed.  Use arithmetic comparison only for numerical
11843         arguments.
11845         * international/mule-cmds.el (select-safe-coding-system):
11846         Handle the case of FROM being a string correctly.  (Bug#14755)
11848 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11850         * net/shr.el (shr-make-table-1): Add a sanity check that allows
11851         progression on degenerate tables.
11852         (shr-rescale-image): ImageMagick animated images currently don't work.
11854 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
11856         Some fixes and improvements for desktop frame restoration.
11857         It is still experimental and disabled by default.
11858         * desktop.el (desktop--save-windows): Put the selected frame at
11859         the head of the list.
11860         (desktop--make-full-frame): New function.
11861         (desktop--restore-windows): Try to re-select the frame that was
11862         selected upon saving.  Do not abort if some frames fail to restore,
11863         just show an error message and continue.  Set up maximized frames
11864         so they have default non-maximized dimensions.
11866 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
11868         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
11869         Don't start heredoc inside a string or comment.
11871 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
11873         * bindings.el (visual-order-cursor-movement): New defcustom.
11874         (right-char, left-char): Provide visual-order cursor motion by
11875         calling move-point-visually.  Update the doc strings.
11877 2013-06-28  Kenichi Handa  <handa@gnu.org>
11879         * international/mule.el (define-coding-system): New coding system
11880         properties :inhibit-null-byte-detection,
11881         :inhibit-iso-escape-detection, and :prefer-utf-8.
11882         (set-buffer-file-coding-system): If :charset-list property of
11883         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
11884         appropriate for setting.
11886         * international/mule-cmds.el (select-safe-coding-system):
11887         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
11888         multibyte characters, return utf-8 (or one of its siblings).
11890         * international/mule-conf.el (prefer-utf-8): New coding system.
11891         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
11892         files.
11894 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
11896         * net/shr.el (shr-render-region): New function.
11898         * net/eww.el: Autoload `eww-browse-url'.
11900 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
11902         * emacs-lisp/package-x.el (package-upload-buffer-internal):
11903         Adapt to `package-desc-version' being a list.
11904         Use `package--ac-desc-version' to retrieve version from a package
11905         archive element.
11907 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
11909         New experimental feature to save&restore window and frame setup.
11910         * desktop.el (desktop-save-windows): New defcustom.
11911         (desktop--saved-states): New var.
11912         (desktop--excluded-frame-parameters): New defconst.
11913         (desktop--filter-frame-parms, desktop--find-frame-in-display)
11914         (desktop--restore-windows, desktop--save-windows): New functions.
11915         (desktop-save): Call `desktop--save-windows'.
11916         (desktop-read): Call `desktop--restore-windows'.
11918 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11920         * net/shr.el (add-face-text-property): Remove compat definition.
11922 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
11924         * info.el (Info-try-follow-nearest-node): Move search for footnote
11925         above search for node name to prevent missing a footnote (bug#14717).
11927 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
11929         * obsolete/otodo-mode.el: Add obsolescence info to file header.
11931 2013-06-27  Leo Liu  <sdl.web@gmail.com>
11933         * net/eww.el (eww-read-bookmarks): Check file size.
11935 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11937         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
11938         advice--pending if newdef is nil or an autoload (bug#13820).
11939         (advice-mapc): New function.
11941 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11943         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
11944         probably.
11945         (eww-mode-map): Add a menu bar.
11946         (eww-add-bookmark): New command.
11947         (eww-bookmark-mode): New mode and commands.
11948         (eww-add-bookmark): Remove newlines from the title.
11949         (eww-bookmark-browse): Don't bug out if it's the only window.
11951 2013-06-26  Glenn Morris  <rgm@gnu.org>
11953         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
11954         (hfy-size): Handle ttys.  (Bug#14668)
11956         * info-xref.el: Update for Texinfo 5 change in *note format.
11957         (info-xref-node-re, info-xref-note-re): New constants.
11958         (info-xref-check-buffer): Use info-xref-note-re.
11960 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11962         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
11964         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
11965         nil terminate the loop (bug#14718).
11967 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11969         * net/eww.el: Rework history traversal.  When going forward/back,
11970         put these actions into the history, too, so that they can be
11971         replayed.
11972         (eww-render): Move the history reset to the correct buffer.
11974 2013-06-25  Juri Linkov  <juri@jurta.org>
11976         * files-x.el (modify-dir-local-variable): Change the header comment
11977         in the file with directory local variables.  (Bug#14692)
11979         * files-x.el (read-file-local-variable-value): Add `default'.
11980         (Bug#14710)
11982 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11984         * net/eww.el (eww-make-unique-file-name): Create a unique file
11985         name before saving to entering `y' accidentally asynchronously.
11987 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
11989         * net/eww.el (eww-download): New command and keystroke.
11991 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11993         * net/eww.el (eww-copy-page-url): Change name of command.
11995         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
11996         be more consistent with Info and dired.
11998         * net/eww.el (eww-mode-map): Ditto.
12000 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12002         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
12003         packages from archives.
12004         (package-archive-contents): Change format; include obsolete packages.
12005         (package-desc): Use `dir' to mark builtin packages.
12006         (package--from-builtin): Set the `dir' field to `builtin'.
12007         (generated-autoload-file, version-control): Declare.
12008         (package-compute-transaction): Change first arg and return value to be
12009         lists of package-descs.  Adjust to new package-archive-contents format.
12010         (package--add-to-archive-contents): Adjust to new
12011         package-archive-contents format.
12012         (package-download-transaction): Arg is now a list of package-descs.
12013         (package-install): If `pkg' is a package name, pass it as
12014         a requirement, so it is subject to the usual (e.g. disabled) checks.
12015         (describe-package): Accept package-desc as well.
12016         (describe-package-1): Describe a specific package-desc.  Add links to
12017         other package-descs for the same package name.
12018         (package-menu-describe-package): Pass the actual package-desc.
12019         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
12020         works correctly.
12021         (package-desc-status): New function.
12022         (package-menu--refresh): New function, extracted
12023         from package-menu--generate.
12024         (package-menu--generate): Use it.
12025         (package-delete): Update package-alist.
12026         (package-menu-execute): Don't call package-initialize.
12028         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
12029         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
12030         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
12031         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
12032         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
12033         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
12035 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
12037         * window.el (window--state-get-1): Workaround for bug#14527.
12038         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
12040 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12042         * net/eww.el (eww-back-url): Implement the history by stashing all
12043         the data into a list.
12044         (eww-forward-url): Allow going forward in the history, too.
12046 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12048         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
12049         for values and use read--expression for expressions (bug#14710).
12050         (read-file-local-variable): Avoid setq.
12051         (read-file-local-variable-mode): Use minor-mode-list.
12053 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
12055         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
12056         for DOI URLs.
12058 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
12060         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
12061         Update imenu-support when dialect changes.
12063 2013-06-25  Leo Liu  <sdl.web@gmail.com>
12065         * ido.el (ido-read-internal): Allow forward slash on windows.
12067 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12069         * net/eww.el (eww): Start of strings is \\`, not ^.
12071 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
12073         * net/shr.el (shr-browse-url): Fix interactive spec.
12075         * net/eww.el (eww): Add a trailing slash to domain names.
12077 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
12079         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
12081 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12083         * net/shr.el (shr-browse-url): Use an external browser if given a
12084         prefix.
12086         * net/eww.el (eww-external-browser): Move to shr.
12088 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
12090         * net/eww.el (eww): Work more correctly for file: URLs.
12091         (eww-detect-charset): Allow quoted charsets.
12092         (eww-yank-page-url): New command and keystroke.
12094 2013-06-24  Daiki Ueno  <ueno@gnu.org>
12096         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
12097         file name of gpg executable.
12098         (epg-context-program): New function.
12099         (epg-context-home-directory): New function.
12100         (epg-context-set-program): New function.
12101         (epg-context-set-home-directory): New function.
12102         (epg--start): Use `epg-context-program' instead of
12103         'epg-gpg-program'.
12104         (epg--list-keys-1): Likewise.
12106 2013-06-24  Leo Liu  <sdl.web@gmail.com>
12108         * ido.el (ido-read-internal): Fix bug#14620.
12110 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
12112         * faces.el (face-documentation): Simplify.
12113         (read-face-attribute, tty-find-type, x-resolve-font-name):
12114         Use `string-match-p'.
12115         (list-faces-display): Use `string-match-p'.  Simplify.
12116         (face-spec-recalc): Check face to avoid face alias loops.
12117         (read-color): Use `string-match-p' and non-capturing parenthesis.
12119 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12121         * net/shr.el (shr-rescale-image): Use the new
12122         :max-width/:max-height functionality.
12124 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
12126         * net/eww.el (eww-search-prefix): New variable.
12127         (eww): Use it.
12128         (eww-external-browser): New variable.
12129         (eww-mode-map): New keystroke.
12130         (eww-browse-with-external-browser): New command.
12132         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
12134 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
12136         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12137         Don't skip aligning the next header field when padding is 0;
12138         otherwise, field width is not respected unless the title is as
12139         wide as the field.
12141 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12143         * emacs-lisp/package.el (package-el-version): Remove.
12144         (package-process-define-package): Fix inf-loop.
12145         (package-install): Allow symbols as arguments again.
12147 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
12149         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
12150         add some more keyword-like methods.
12151         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
12153 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
12155         * bs.el (bs-buffer-show-mark): Make defvar-local.
12156         (bs-mode): Use setq-local.
12158         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
12159         (emacs-lock--try-unlocking): Make defvar-local.
12161 2013-06-22  Glenn Morris  <rgm@gnu.org>
12163         * play/cookie1.el (cookie-apropos): Minor simplification.
12165         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
12167 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
12169         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
12170         `regexp-opt', it breaks the build during dumping.
12172 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
12174         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
12175         Highlight keyword-like methods on Kernel and Module with
12176         font-lock-builtin-face.
12177         (auto-mode-alist): Consolidate different entries into one regexp
12178         and add more *file-s.
12180 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
12182         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
12184         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
12185         (diary-entry): Use it in the action of this button type instead of
12186         diary-goto-entry.
12188         * calendar/todo-mode.el: New version.
12189         (todo-add-category): Append new category to end of file and give
12190         it the highest number, instead of putting it at the beginning and
12191         giving it 0.  Incorporate noninteractive functionality.
12192         (todo-forward-category): Adapt to 1-based category numbering.
12193         Allow skipping over archived categories.
12194         (todo-backward-category): Derive from todo-forward-category.
12195         (todo-backward-item, todo-forward-item): Make noninteractive and
12196         delegate interactive part to new commands.  Make sensitive to done items.
12197         (todo-categories): Make value an alist of category names and
12198         vectors of item counts.
12199         (todo-category-beg): Make a defconst.
12200         (todo-category-number): Use 1 instead of 0 as initial value.
12201         (todo-category-select): Make sensitive to overlays, optional item
12202         highlighting and done items.
12203         (todo-delete-item): Make sensitive to overlays and marked and done items.
12204         (todo-edit-item): Make sensitive to overlays and editing of
12205         date/time header optional.  Add format checks.
12206         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
12207         no-op if point is not on an item.  Advertise using todo-edit-quit.
12208         (todo-edit-mode): Make sensitive to new format, font-locking, and
12209         multiple todo files.
12210         (todo-insert-item, todo-insert-item-here): Derive from
12211         todo-basic-insert-item and extend functionality.
12212         (todo-item-end, todo-item-start): Make sensitive to done items.
12213         (todo-item-string): Don't return text properties.  Restore point.
12214         (todo-jump-to-category): Make sensitive to multiple todo files and
12215         todo archives.  Use extended category completion.
12216         (todo-lower-item, todo-raise-item): Rename to *-priority and
12217         derive from todo-set-item-priority.
12218         (todo-mode): Derive from special-mode.  Make sensitive to new
12219         format, font-locking and multiple todo files.  Make read-only.
12220         (todo-mode-map): Don't suppress digit keys, so they can supply
12221         prefix arguments.  Add many new key bindings.
12222         (todo-prefix): Insert as an overlay instead of file text.
12223         Change semantics from diary date expression to purely visual mark.
12224         (todo-print): Rename to todo-print-buffer.  Make buffer display
12225         features printable.  Remove option to restrict number of items
12226         printed.  Add option to print to file.
12227         (todo-print-function): Rename to todo-print-buffer-function.
12228         (todo-quit): Extend to handle exiting new todo modes.
12229         (todo-remove-item): Make sensitive to overlays.
12230         (todo-save): Extend to buffers of filtered items.
12231         (todo-show): Make sensitive to done items, multiple todo files and
12232         new todo modes.  Offer to convert legacy todo file before creating
12233         first new todo file.
12234         (todo-show-priorities): Rename to todo-top-priorities.
12235         Change semantics of value 0.
12236         (todo-top-priorities): Rename to todo-filter-top-priorities,
12237         derive from todo-filter-items and extend functionality.
12238         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
12239         and extend functionality to other types of filtered items.
12240         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
12241         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
12242         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
12243         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
12244         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
12245         (todo-edit-mode-hook, todo-entry-prefix-function)
12246         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
12247         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
12248         (todo-initials, todo-insert-threshold, todo-item-string-start)
12249         (todo-line-string, todo-menu, todo-mode-hook)
12250         (todo-more-important-p, todo-previous-answer, todo-previous-line)
12251         (todo-print-priorities, todo-remove-separator)
12252         (todo-save-top-priorities-too, todo-string-count-lines)
12253         (todo-string-multiline-p, todo-time-string-format)
12254         (todo-tmp-buffer-name): Remove.
12255         (todo-add-file, todo-archive-done-item, todo-choose-archive)
12256         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
12257         (todo-edit-category-diary-inclusion)
12258         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
12259         (todo-edit-file, todo-edit-item-date-day)
12260         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
12261         (todo-edit-item-date-month, todo-edit-item-date-to-today)
12262         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
12263         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
12264         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
12265         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
12266         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
12267         (todo-filter-top-priorities-multifile, todo-find-archive)
12268         (todo-find-filtered-items-file, todo-go-to-source-item)
12269         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
12270         (todo-jump-to-archive-category, todo-lower-category)
12271         (todo-mark-category, todo-marked-item-p, todo-merge-category)
12272         (todo-move-category, todo-move-item, todo-next-button)
12273         (todo-next-item, todo-padded-string, todo-powerset)
12274         (todo-previous-button, todo-previous-item)
12275         (todo-print-buffer-to-file, todo-raise-category)
12276         (todo-rename-category, todo-repair-categories-sexp, todo-search)
12277         (todo-set-category-number, todo-set-item-priority)
12278         (todo-set-top-priorities-in-category)
12279         (todo-set-top-priorities-in-file, todo-show-categories-table)
12280         (todo-sort-categories-alphabetically-or-numerically)
12281         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
12282         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
12283         (todo-toggle-item-header, todo-toggle-item-highlighting)
12284         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
12285         (todo-toggle-view-done-items, todo-toggle-view-done-only)
12286         (todo-unarchive-items, todo-unmark-category): New commands.
12287         (todo-absolute-file-name, todo-add-to-buffer-list)
12288         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
12289         (todo-basic-insert-item, todo-category-completions)
12290         (todo-category-number, todo-category-string-matcher-1)
12291         (todo-category-string-matcher-2, todo-check-filtered-items-file)
12292         (todo-check-format, todo-clear-matches)
12293         (todo-comment-string-matcher, todo-convert-legacy-date-time)
12294         (todo-current-category, todo-date-string-matcher)
12295         (todo-define-insertion-command, todo-diary-expired-matcher)
12296         (todo-diary-goto-entry, todo-diary-item-p)
12297         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
12298         (todo-display-categories, todo-display-sorted, todo-done-item-p)
12299         (todo-done-item-section-p, todo-done-separator)
12300         (todo-done-string-matcher, todo-files, todo-filter-items)
12301         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
12302         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
12303         (todo-insert-category-line, todo-insert-item-from-calendar)
12304         (todo-insert-sort-button, todo-insert-with-overlays)
12305         (todo-insertion-command-name, todo-insertion-key-bindings)
12306         (todo-label-to-key, todo-longest-category-name-length)
12307         (todo-make-categories-list, todo-mode-external-set)
12308         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
12309         (todo-modes-set-3, todo-multiple-filter-files)
12310         (todo-nondiary-marker-matcher, todo-prefix-overlays)
12311         (todo-read-category, todo-read-date, todo-read-dayname)
12312         (todo-read-file-name, todo-read-time)
12313         (todo-reevaluate-category-completions-files-defcustom)
12314         (todo-reevaluate-default-file-defcustom)
12315         (todo-reevaluate-filelist-defcustoms)
12316         (todo-reevaluate-filter-files-defcustom)
12317         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
12318         (todo-reset-done-separator, todo-reset-done-separator-string)
12319         (todo-reset-done-string, todo-reset-global-current-todo-file)
12320         (todo-reset-highlight-item, todo-reset-nondiary-marker)
12321         (todo-reset-prefix, todo-set-categories)
12322         (todo-set-date-from-calendar, todo-set-show-current-file)
12323         (todo-set-top-priorities, todo-short-file-name)
12324         (todo-show-current-file, todo-sort, todo-time-string-matcher)
12325         (todo-total-item-counts, todo-update-buffer-list)
12326         (todo-update-categories-display, todo-update-categories-sexp)
12327         (todo-update-count, todo-validate-name, todo-y-or-n-p):
12328         New functions.
12329         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
12330         New major modes.
12331         (todo-categories, todo-display, todo-edit, todo-faces)
12332         (todo-filtered): New defgroups.
12333         (todo-archived-only, todo-button, todo-category-string, todo-date)
12334         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
12335         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
12336         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
12337         (todo-add-item-if-new-category, todo-always-add-time-string)
12338         (todo-categories-align, todo-categories-archived-label)
12339         (todo-categories-category-label, todo-categories-diary-label)
12340         (todo-categories-done-label, todo-categories-number-separator)
12341         (todo-categories-todo-label, todo-categories-totals-label)
12342         (todo-category-completions-files, todo-completion-ignore-case)
12343         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
12344         (todo-done-separator-string, todo-done-string)
12345         (todo-files-function, todo-filter-done-items, todo-filter-files)
12346         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
12347         (todo-initial-category, todo-initial-file, todo-item-mark)
12348         (todo-legacy-date-time-regexp, todo-mode-line-function)
12349         (todo-nondiary-marker, todo-number-prefix)
12350         (todo-print-buffer-function, todo-show-current-file)
12351         (todo-show-done-only, todo-show-first, todo-show-with-done)
12352         (todo-skip-archived-categories, todo-top-priorities-overrides)
12353         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
12354         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
12355         New defcustoms.
12356         (todo-category-done, todo-date-pattern, todo-date-string-start)
12357         (todo-diary-items-buffer, todo-done-string-start)
12358         (todo-filtered-items-buffer, todo-item-start)
12359         (todo-month-abbrev-array, todo-month-name-array)
12360         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
12361         (todo-top-priorities-buffer): New defconsts.
12362         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
12363         (todo-categories-with-marks, todo-category-string-face)
12364         (todo-comment-face, todo-comment-string, todo-current-todo-file)
12365         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
12366         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
12367         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
12368         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
12369         (todo-font-lock-keywords, todo-global-current-todo-file)
12370         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
12371         (todo-insertion-commands-args)
12372         (todo-insertion-commands-args-genlist)
12373         (todo-insertion-commands-names, todo-insertion-map)
12374         (todo-key-bindings-t, todo-key-bindings-t+a)
12375         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
12376         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
12377         (todo-nondiary-face, todo-print-buffer, todo-time-face)
12378         (todo-visited): New variables.
12380 2013-06-21  Glenn Morris  <rgm@gnu.org>
12382         * play/cookie1.el (cookie-apropos): Add optional display argument.
12383         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
12384         (psychoanalyze-pinhead): Use cookie-doctor.
12386 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
12388         * emacs-lisp/package.el (tar-get-file-descriptor)
12389         (tar--extract): Declare.
12391 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
12393         Extend flymake's warning predicate to be a function (bug#14217).
12394         * progmodes/flymake.el (flymake-warning-predicate): New.
12395         (flymake-parse-line): Use it.
12396         (flymake-warning-re): Make obsolete alias to
12397         `flymake-warning-predicate'.
12399 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12401         * emacs-lisp/package.el (package-alist): Include obsolete packages.
12402         (package-obsolete-list): Remove.
12403         (package-activate): Remove min-version argument.  Add `force' argument.
12404         Adjust to new package-alist format.
12405         (package-mark-obsolete): Remove.
12406         (package-unpack): Force reload of the package's autoloads.
12407         (package-installed-p): Check builtins if the installed package is not
12408         recent enough.
12409         (package-initialize): Don't reset package-obsolete-list.
12410         Don't specify which package version to activate.
12411         (package-process-define-package, describe-package-1)
12412         (package-menu--generate): Adjust to new package-alist format.
12414 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
12416         * allout-widgets.el (allout-widgets-mode-off)
12417         (allout-widgets-mode-on, allout-widgets-pre-command-business)
12418         (allout-widgets-post-command-business)
12419         (allout-widgets-after-copy-or-kill-function)
12420         (allout-widgets-after-undo-function, allout-test-range-overlaps)
12421         (allout-decorate-item-and-context)
12422         (allout-graphics-modification-handler): Fix typos in docstrings.
12423         (allout-get-or-create-parent-widget): Use `looking-at-p'.
12425         * cmuscheme.el (scheme-start-file): Doc fix.
12426         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
12427         (scheme-input-filter): Use `string-match-p'.
12429         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
12431         * dired-x.el: Use Dired consistently in docstrings.
12433         * dired.el: Use Dired consistently in docstrings.
12434         (dired-readin, dired-mode): Use `setq-local'.
12435         (dired-switches-alist): Make defvar-local.
12436         (dired-buffers-for-dir): Use `zerop'.
12437         (dired-safe-switches-p, dired-switches-escape-p)
12438         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
12439         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
12440         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
12441         (dired-goto-next-nontrivial-file): Use `string-match-p'.
12442         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
12443         (dired-toggle-marks, dired-mark-files-containing-regexp)
12444         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
12445         (dired-flag-auto-save-files, dired-flag-backup-files):
12446         Use `looking-at-p'.
12447         (dired-mark-files-regexp, dired-build-subdir-alist):
12448         Use `string-match-p', `looking-at-p'.
12450         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
12451         (direct-print-region-helper): Use `string-match-p'.
12453 2013-06-21  Leo Liu  <sdl.web@gmail.com>
12455         * comint.el (comint-redirect-results-list-from-process):
12456         Fix infinite loop.
12458 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12460         * net/eww.el (eww-update-header-line-format): Quote % characters.
12462 2013-06-21  Glenn Morris  <rgm@gnu.org>
12464         * play/cookie1.el (cookie): New custom group.
12465         (cookie-file): New option.
12466         (cookie-check-file): New function.
12467         (cookie): Make it interactive.  Make start and end messages optional.
12468         Interactively, display the result.  Default to cookie-file.
12469         (cookie-insert): Default to cookie-file.
12470         (cookie-snarf): Make start and end messages optional.
12471         Default to cookie-file.  Use with-temp-buffer.
12472         (cookie-read): Rename from read-cookie.
12473         Make start and end messages optional.  Default to cookie-file.
12474         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
12475         Do not autoload it.
12476         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
12477         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
12479 2013-06-21  Leo Liu  <sdl.web@gmail.com>
12481         * progmodes/octave.el (octave-mode): Backward compatibility fix.
12483 2013-06-21  Glenn Morris  <rgm@gnu.org>
12485         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
12487 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12488             Daniel Hackney  <dan@haxney.org>
12490         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
12491         Consolidate the single-file vs tarball code.
12492         (package-desc-suffix): New function.
12493         (package-desc-full-name): Don't bother inlining it.
12494         (package-load-descriptor): Return the new package-desc.
12495         (package-mark-obsolete): Remove unused arg `package'.
12496         (package-unpack): Make it work for single files as well.
12497         Make it update package-alist.
12498         (package--make-autoloads-and-stuff): Rename from
12499         package--make-autoloads-and-compile.  Don't compile any more.
12500         (package--compile): New function.
12501         (package-generate-description-file): New function, extracted from
12502         package-unpack-single.
12503         (package-unpack-single): Remove.
12504         (package--with-work-buffer): Add indentation and debugging info.
12505         (package-download-single): Remove.
12506         (package-install-from-archive): Rename from package-download-tar, make
12507         it take a pkg-desc, and make it work for single files as well.
12508         (package-download-transaction): Simplify.
12509         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
12510         external tar program.
12511         (package-install-from-buffer): Remove `pkg-desc' argument.
12512         Use package-tar-file-info for tar-mode buffers.
12513         (package-install-file): Simplify accordingly.
12514         (package-archive-base): Change to take a pkg-desc.
12515         * tar-mode.el (tar--check-descriptor): New function, extracted from
12516         tar-get-descriptor.
12517         (tar-get-descriptor): Use it.
12518         (tar-get-file-descriptor): New function.
12519         (tar--extract): New function, extracted from tar-extract.
12520         (tar--extract): Use it.
12521         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
12522         case the summary uses non-ascii.  Adjust to new calling convention of
12523         package-tar-file-info.
12525 2013-06-21  Leo Liu  <sdl.web@gmail.com>
12527         * comint.el (comint-redirect-results-list-from-process):
12528         Fix random delay.  (Bug#14681)
12530 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
12532         * profiler.el (profiler-format-number): Use log, not log10.
12534 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
12536         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
12538 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12540         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
12541         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
12542         yet available.
12543         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
12544         (AUTOGENEL): ... here.
12545         * emacs-lisp/cl-macs.el (cl--sublis): New function.
12546         (cl--defsubst-expand): Use it.
12548 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
12550         * subr.el (log10): Move here from C code, and declare as obsolete.
12551         All uses of (log10 X) replaced with (log X 10).
12553 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
12555         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
12556         Declare with `defvar-local'.
12557         (tabulated-list-use-header-line, tabulated-list-entries)
12558         (tabulated-list-padding, tabulated-list-printer)
12559         (tabulated-list-sort-key): Declare with `defvar-local'.
12560         (tabulated-list-init-header, tabulated-list-print-fake-header):
12561         Use `setq-local'.
12563 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
12565         * arc-mode.el (archive-mode): Add `archive-write-file' to
12566         `write-contents-functions' also for remote files.  (Bug#14652)
12568 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
12570         * cus-edit.el (custom-commands): Fix typos.
12571         (custom-display): Fix tooltip text.
12572         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
12573         Fix typos in docstrings.
12574         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
12575         (custom-unlispify-menu-entry, custom-magic-value-create)
12576         (custom-add-see-also, custom-group-value-create): Use ?\s.
12577         (custom-guess-type, customize-apropos, editable-field)
12578         (custom-face-value-create): Use `string-match-p'.
12579         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
12581         * custom.el (custom-load-symbol): Use `string-match-p'.
12583         * ansi-color.el: Convert to lexical binding.
12584         (ansi-colors): Fix URL.
12585         (ansi-color-context, ansi-color-context-region): Use defvar-local.
12586         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
12587         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
12589 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12591         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
12593         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
12595 2013-06-19  Tom Tromey  <tromey@redhat.com>
12597         * net/eww.el (eww-top-url): Remove.
12598         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
12599         (eww-render): Set new variables.  Don't set eww-top-url.
12600         (eww-handle-link): Handle "prev", "home", and "contents".
12601         Downcase the rel text.
12602         (eww-top-url): Choose best top URL.
12604 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12606         * net/eww.el: Rewrite to implement form elements "by hand" instead of
12607         relying in widget.el.  Using widget.el leads to too many
12608         user interface inconsistencies.
12609         (eww-self-insert): Implement entering commands in text fields.
12610         (eww-process-text-input): New function to make text input field editing
12611         work.
12612         (eww-submit): Rewrite to use the new-style form methods.
12613         (eww-select-display): Display the correct selected item.
12614         (eww-change-select): Implement changing the select value.
12615         (eww-toggle-checkbox): Implement radio/checkboxes.
12616         (eww-update-field): Fix compilation error.
12617         (eww-tag-textarea): Implement <textarea>.
12619         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
12620         we don't shadow mode-specific bindings.
12622         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
12623         nothing to push.
12625         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
12627 2013-06-19  Glenn Morris  <rgm@gnu.org>
12629         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
12631 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
12633         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
12634         not needed.
12636         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
12638 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12640         * net/browse-url.el (browse-url-browser-function):
12641         `eww-browse-url' has the right calling signature, `eww' does not.
12643 2013-06-19  Glenn Morris  <rgm@gnu.org>
12645         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12646         Only eval autoloaded macros.
12647         (byte-compile-autoload): Only give the macro warning for macros.
12649         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
12650         (ps-underlined-faces): Declare.
12652         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
12653         (speedbar-add-supported-extension): Declare.
12655         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
12656         Don't include a date stamp in the header of the generated file;
12657         it leads to needless differences between output files.
12659 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
12661         * net/secrets.el (secrets-struct-secret-content-type):
12662         Replace check of introspection data by a test call of "CreateItem".
12663         Some servers do not offer introspection.
12665 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12667         * electric.el (electric-pair-mode): Improve interaction with
12668         electric-layout-mode.
12669         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
12670         (electric-pair-syntax): Use text-mode-syntax-table in comments
12671         and strings.
12672         (electric-pair--insert): New function.
12673         (electric-pair-post-self-insert-function): Use it and
12674         electric--after-char-pos.
12676 2013-06-19  Leo Liu  <sdl.web@gmail.com>
12678         * progmodes/octave.el (octave-help): Fix regexp.
12680 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12682         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
12683         (shr-table-horizontal-line): Allow nil as a value, and change the
12684         default.
12685         (shr-insert-table-ruler): Respect the nil value.
12687 2013-06-18  Tom Tromey  <tromey@barimba>
12689         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
12690         New defvars.
12691         (eww-open-file): New defun.
12692         (eww-render): Initialize new variables.
12693         (eww-display-html): Handle "link" and "a".
12694         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
12695         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
12696         (eww-back-url): Rename from eww-previous-url.
12697         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
12698         New defuns.
12700 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
12702         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
12703         Distinguish ternary operator tokens from slash symbol and slash
12704         char literal.
12706 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
12708         Convert symbol prettification into minor mode and global minor mode.
12710         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
12711         `prog-prettify-symbols', and make a local defvar instead of defcustom.
12712         (prettify-symbols--keywords): Rename from
12713         `prog-prettify-symbols-alist' and make a local defvar.
12714         (prettify-symbols--compose-symbol): Rename from
12715         `prog--prettify-font-lock-compose-symbol'.
12716         (prettify-symbols--make-keywords): Rename from
12717         `prog-prettify-font-lock-symbols-keywords' and simplify.
12718         (prog-prettify-install): Remove.
12719         (prettify-symbols-mode): New minor mode, based on
12720         `prog-prettify-install'.
12721         (turn-on-prettify-symbols-mode): New function.
12722         (global-prettify-symbols-mode): New globalized minor mode.
12724         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12725         * progmodes/cfengine.el (cfengine3-mode):
12726         * progmodes/perl-mode.el (perl-mode): Don't call
12727         `prog-prettify-install'; set `prettify-symbols-alist' instead.
12729 2013-06-18  Juri Linkov  <juri@jurta.org>
12731         * files-x.el (modify-file-local-variable-message): New function.
12732         (modify-file-local-variable)
12733         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
12734         and call `modify-file-local-variable-message' when it's non-nil.
12735         (add-file-local-variable, delete-file-local-variable)
12736         (add-file-local-variable-prop-line)
12737         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
12738         and use it.  (Bug#9820)
12740 2013-06-18  Juri Linkov  <juri@jurta.org>
12742         * emulation/vi.el (vi-shell-op):
12743         * emulation/vip.el (vip-execute-com, ex-command):
12744         * emulation/viper-cmd.el (viper-exec-bang):
12745         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
12746         the call of `shell-command-on-region'.  (Bug#14637)
12748         * simple.el (shell-command-on-region): Doc fix.
12750 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12752         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
12753         (bug#14633).
12755 2013-06-18  Glenn Morris  <rgm@gnu.org>
12757         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
12759         * newcomment.el (comment-search-forward, comment-search-backward):
12760         Doc fix.  (Bug#14376)
12762 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
12764         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
12765         (buffer-face-mode-invoke): Doc fix.
12767 2013-06-18  Matthias Meulien  <orontee@gmail.com>
12769         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
12770         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
12772 2013-06-18  Glenn Morris  <rgm@gnu.org>
12774         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
12775         Replace obsolete function generic-make-keywords with its expansion.
12777         * progmodes/python.el (ffap-alist): Declare.
12779         * textmodes/reftex.el (bibtex-mode-map): Declare.
12781 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12783         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
12784         (package-unpack, package-unpack-single): Return the pkg-dir.
12785         (package-download-transaction): Use it to update package-alist.
12787 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12789         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
12790         possible choice.
12792 2013-06-17  Juri Linkov  <juri@jurta.org>
12794         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
12796 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
12798         * emacs-lisp/package.el (package-load-descriptor):
12799         Remove `with-syntax-table' call, `read' doesn't need it.
12800         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
12802 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
12804         * startup.el (command-line): Expand package name returned by
12805         `package--description-file' (bug#14639).
12807 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
12809         * emacs-lisp/package.el (package-load-descriptor): Do not call
12810         `emacs-lisp-mode', just use its syntax table.
12812 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
12814         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
12815         `font-lock-extra-managed-props' if any prettifying keyword is added.
12816         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
12817         (prog-mode): Use `setq-local'.
12819 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12821         * international/characters.el (standard-case-table): Set syntax of ?»
12822         and ?« to punctuation.
12824 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
12826         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
12827         Save relevant match data before calling `syntax-ppss' (bug#14595).
12829 2013-06-15  Juri Linkov  <juri@jurta.org>
12831         * files-x.el (modify-file-local-variable-prop-line): Add local
12832         variables to the end of the existing comment on the first line.
12833         Use `file-auto-mode-skip' to skip interpreter magic line,
12834         and also skip XML declaration.
12836 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12838         * startup.el (package--builtin-versions): New var.
12839         (package-subdirectory-regexp): Remove.
12840         (package--description-file): Hard code its value instead.
12842         * emacs-lisp/package.el: Don't activate packages older than builtin.
12843         (package-obsolete-list): Rename from package-obsolete-alist, and make
12844         it into a simple list of package-desc.
12845         (package-strip-version): Remove.
12846         (package-built-in-p): Use package--builtin-versions.
12847         (package-mark-obsolete): Simplify.
12848         (package-process-define-package): Mark it obsolete if older than the
12849         builtin version.
12850         (package-handle-response): Use line-end-position.
12851         (package-read-archive-contents, package--download-one-archive):
12852         Simplify.
12853         (package--add-to-archive-contents): Skip if older than the builtin or
12854         installed version.
12855         (package-menu-describe-package): Fix last change.
12856         (package-list-unversioned): New var.
12857         (package-menu--generate): Use it.
12859         * emacs-lisp/autoload.el: Manage package--builtin-versions.
12860         (autoload--insert-text, autoload--insert-cookie-text): New functions.
12861         (autoload-builtin-package-versions): New variable.
12862         (autoload-generate-file-autoloads): Use them.
12863         Remove the list of autoloaded functions/macros from the
12864         (autoload...) comments.
12866         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
12868 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
12870         * simple.el (line-move-partial): Don't jump to the next screen
12871         line as soon as it becomes visible.  Instead, continue enlarging
12872         the vscroll until the portion of a tall screen line that's left on
12873         display is about the height of the frame's default font.
12874         (Bug#14567)
12876 2013-06-15  Glenn Morris  <rgm@gnu.org>
12878         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
12879         compilation-error-regexp-alist void, or local while let-bound.
12881         * progmodes/make-mode.el (makefile-mode-syntax-table):
12882         Treat "=" as punctuation.  (Bug#14614)
12884 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
12886         * help-fns.el (describe-variable):
12887         Add extra line for permanent-local variables.
12889 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
12891         * progmodes/scheme.el (scheme-font-lock-keywords-2):
12892         Add export, import, library.  (Bug#9164)
12893         (library): Set indent function.
12895 2013-06-14  Glenn Morris  <rgm@gnu.org>
12897         * term/xterm.el (xterm--query):
12898         Stop after first matching handler.  (Bug#14615)
12900 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
12902         Add support for dired in saveplace.
12903         * dired.el (dired-initial-position-hook): New variable.
12904         (dired-initial-position): Call hook to place cursor position.
12905         * saveplace.el (save-place-to-alist): Add dired position.
12906         (save-place-dired-hook): New function.
12908 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12910         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
12911         through a symbol rather than letrec.
12913         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
12914         (package-desc): Add `dir' field.
12915         (package-desc-full-name): New function.
12916         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
12917         (package-maybe-load-descriptor): Remove.
12918         (package-load-all-descriptors): Just call package-load-descriptor.
12919         (package--disabled-p): New function.
12920         (package-desc-vers, package-desc-doc): Remove aliases.
12921         (package--dir): Remove function.
12922         (package-activate): Check if a package is disabled.
12923         (package-process-define-package): New function, extracted from
12924         define-package.
12925         (define-package): Turn into a place holder.
12926         (package-unpack-single, package-tar-file-info):
12927         Use package--description-file.
12928         (package-compute-transaction): Use package--disabled-p.
12929         (package-download-transaction): Don't call
12930         package-maybe-load-descriptor since they're all loaded anyway.
12931         (package-install): Change argument to be a pkg-desc.
12932         (package-delete): Use a single pkg-desc argument.
12933         (describe-package-1): Use package-desc-dir instead of package--dir.
12934         Use package-desc property instead of package-symbol.
12935         (package-install-button-action): Adjust accordingly.
12936         (package--push): Rewrite.
12937         (package-menu--print-info): Adjust accordingly.  Change the ID format
12938         to be a pkg-desc.
12939         (package-menu-describe-package, package-menu-get-status)
12940         (package-menu--find-upgrades, package-menu-mark-upgrades)
12941         (package-menu-execute, package-menu--name-predicate):
12942         Adjust accordingly.
12943         * startup.el (package--description-file): New function.
12944         (command-line): Use it.
12945         * emacs-lisp/package-x.el (package-upload-buffer-internal):
12946         Use package-desc-version.
12948         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
12949         (byte-compile-preprocess): Use it.
12950         (byte-compile-file-form-defalias): Try a bit harder to use macros we
12951         can't quite recognize.
12952         (byte-compile-add-to-list): Remove.
12953         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
12954         (cconv-closure-convert): Add assertion.
12956         * emacs-lisp/map-ynp.el: Use lexical-binding.
12957         (map-y-or-n-p): Remove unused vars `tail' and `object'.
12958         Factor out some repeated code.
12960 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12962         * subr.el (with-eval-after-load): New macro.
12963         (eval-after-load): Allow form to be a function.
12964         take advantage of lexical-binding.
12965         (do-after-load-evaluation): Use dolist and adjust to new format.
12966         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
12968 2013-06-13  Juri Linkov  <juri@jurta.org>
12970         * replace.el (perform-replace): Display "symbol " and other search
12971         modes from `isearch-message-prefix' in the *Help* buffer.
12973         * isearch.el (isearch-query-replace): Add " symbol" and other
12974         possible search modes from `isearch-message-prefix' to the prompt.
12975         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
12976         when reading a regexp to collect.
12978 2013-06-13  Juri Linkov  <juri@jurta.org>
12980         * isearch.el (word-search-regexp): Match whitespace if the search
12981         string begins or ends in whitespace.  The LAX arg is applied to
12982         both ends of the search string.  Use `regexp-quote' and explicit
12983         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
12984         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
12985         boundaries are replaced with symbol boundaries, and characters
12986         between symbols match non-word non-symbol syntax.  (Bug#14602)
12988 2013-06-13  Juri Linkov  <juri@jurta.org>
12990         * isearch.el (isearch-del-char): Don't exceed the length of
12991         `isearch-string' by the prefix arg.  (Bug#14563)
12993 2013-06-13  Juri Linkov  <juri@jurta.org>
12995         * isearch.el (isearch-yank-word, isearch-yank-line)
12996         (isearch-char-by-name, isearch-quote-char)
12997         (isearch-printing-char, isearch-process-search-char):
12998         Add optional count prefix arg.  (Bug#14563)
13000         * international/isearch-x.el
13001         (isearch-process-search-multibyte-characters):
13002         Add optional count prefix arg.
13004 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13006         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
13007         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
13008         lexical-binding.
13010 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
13012         * subr.el (set-temporary-overlay-map): Add on-exit argument.
13014 2013-06-13  Glenn Morris  <rgm@gnu.org>
13016         * startup.el (tty-handle-args):
13017         Don't just discard "--" and anything after.  (Bug#14608)
13019         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
13021 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
13023         Implement changes in Secret Service API.  Make it backward compatible.
13024         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
13025         (secrets-create-item): Use it.  Prefix properties with interface.
13027 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
13029         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
13030         (term-emulate-terminal): Respect term-suppress-hard-newline.
13032 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
13034         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
13035         Only remove a `thumb-file' overlay.  (Bug#14548)
13037 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
13039         * mail/reporter.el (reporter-submit-bug-report):
13040         Handle missing package-name.  (Bug#14600)
13042 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
13044         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
13045         (reftex-citation-prompt, reftex-default-bibliography)
13046         (reftex-bib-or-thebib, reftex-get-bibfile-list)
13047         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
13048         (reftex-bib-sort-author, reftex-bib-sort-year)
13049         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
13050         (reftex-extract-bib-entries-from-thebibliography)
13051         (reftex-get-bibkey-default, reftex-get-bib-names)
13052         (reftex-parse-bibtex-entry, reftex-get-bib-field)
13053         (reftex-format-bib-entry, reftex-parse-bibitem)
13054         (reftex-format-bibitem, reftex-do-citation)
13055         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
13056         (reftex-restrict-bib-matches, reftex-extract-bib-file)
13057         (reftex-insert-bib-matches, reftex-format-citation)
13058         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
13059         (reftex-create-bibtex-file): Add docstrings, mostly by converting
13060         existing comments into docstrings.
13062 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
13064         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
13066 2013-06-12  Andreas Schwab  <schwab@suse.de>
13068         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
13069         for auto-save files.
13071 2013-06-12  Glenn Morris  <rgm@gnu.org>
13073         * ido.el (ido-delete-ignored-files): Remove.
13074         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
13075         Go back to calling ido-ignore-item-p directly.
13077 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
13079         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
13081         * ido.el (ido-delete-ignored-files): New function,
13082         split from ido-make-file-list-1.
13083         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
13084         (ido-make-file-list-1): Use ido-delete-ignored-files.
13086 2013-06-12  Leo Liu  <sdl.web@gmail.com>
13088         * progmodes/octave.el (inferior-octave-startup)
13089         (inferior-octave-completion-table)
13090         (inferior-octave-track-window-width-change)
13091         (octave-eldoc-function-signatures, octave-help)
13092         (octave-find-definition): Use single quoted strings.
13093         (inferior-octave-startup-args): Change default value.
13094         (inferior-octave-startup): Do not hard code "-i" and
13095         "--no-line-editing".
13096         (inferior-octave-resync-dirs): Add optional arg NOERROR.
13097         (inferior-octave-directory-tracker): Use it.
13098         (octave-goto-function-definition): Robustify.
13099         (octave-help): Support highlighting operators in 'See also'.
13100         (octave-find-definition): Find subfunctions only in Octave mode.
13102 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13104         * help-fns.el (help-fns--compiler-macro): If the handler function is
13105         named, then put a link to it.
13106         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
13107         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
13108         (cl-typep): Use it.
13109         (cl-eval-when): Simplify debug spec.
13110         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
13111         compiler-macro function instead of setting `compiler-macro-file'.
13113 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
13115         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
13116         * vc/vc-hooks.el (vc-stay-local): Doc fix.
13118 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13119             Daniel Hackney  <dan@haxney.org>
13121         First part of Daniel Hackney's patch to package.el.
13122         * emacs-lisp/package.el: Use defstruct.
13123         (package-desc): New, main struct.
13124         (package--bi-desc, package--ac-desc): New structs, used to describe the
13125         format in external files.
13126         (package-desc-vers): Replace with package-desc-version accessor.
13127         (package-desc-doc): Replace with package-desc-summary accessor.
13128         (package-activate-1): Remove `package' arg since the pkg-vec now
13129         includes the name.
13130         (define-package): Use package-desc-from-define.
13131         (package-unpack-single): Change file-name arg to be a symbol.
13132         (package--add-to-archive-contents): Use package-desc-create and new
13133         accessor functions to package--ac-desc.
13134         (package-buffer-info, package-tar-file-info): Return a package-desc.
13135         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
13136         arg to be a package-desc.
13137         (package-install-file): Adjust accordingly.  Use \' to match EOS.
13138         (package--from-builtin): New function.
13139         (describe-package-1, package-menu--generate): Use it.
13140         (package--make-autoloads-and-compile): Change name arg to be a symbol.
13141         (package-generate-autoloads): Idem and return the name of the file.
13142         * emacs-lisp/package-x.el (package-upload-buffer-internal):
13143         Change pkg-info arg to be a package-desc.
13144         Use package-make-ac-desc.
13145         (package-upload-file): Use \' to match EOS.
13146         * finder.el (finder-compile-keywords): Use package-make-builtin.
13148 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13150         * vc/vc.el (vc-deduce-fileset): Change error message.
13151         (vc-read-backend): New function.
13152         (vc-next-action): Use it.
13154         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
13156         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
13157         (prolog-font-lock-keywords): Use regexp-opt instead.
13158         Don't manually highlight strings.
13159         (prolog-mode-variables): Simplify comment-start-skip.
13160         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
13162         * emacs-lisp/generic.el (generic--normalise-comments)
13163         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
13164         (generic-mode-set-comments): Use them.
13165         (generic-bracket-support): Use setq-local.
13166         (generic-make-keywords-list): Declare obsolete.
13168 2013-06-11  Glenn Morris  <rgm@gnu.org>
13170         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13171         Prettify after setting font-lock-defaults.  (Bug#14574)
13173 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
13175         * replace.el (query-replace, occur-read-regexp-defaults-function)
13176         (replace-search):
13177         * subr.el (declare-function, number-sequence, local-set-key)
13178         (substitute-key-definition, locate-user-emacs-file)
13179         (with-silent-modifications, split-string, eval-after-load):
13180         Fix typos, remove unneeded backslashes and reflow some docstrings.
13182 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13184         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
13185         default for Elisp files.
13187 2013-06-11  Glenn Morris  <rgm@gnu.org>
13189         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
13190         although define-derived-mode was doing this anyway.  (Bug#14583)
13192 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
13194         * allout.el (allout-encryption-plaintext-sanitization-regexps):
13195         Fix make-variable-buffer-local call to refer to the correct variable.
13197 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
13199         * eshell/em-term.el (eshell-visual-commands)
13200         (eshell-visual-subcommands, eshell-visual-options):
13201         Add summary line to docstrings.  Add cross-references.
13203 2013-06-10  Glenn Morris  <rgm@gnu.org>
13205         * epa.el (epa-read-file-name): New function.  (Bug#14510)
13206         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
13208 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
13210         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
13211         output redirection to be ignored with visual commands.
13213 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
13215         * eshell/em-term.el (eshell-visual-command-p): New function.
13216         (eshell-term-initialize): Move long lambda to separate function
13217         eshell-visual-command-p.
13218         * eshell/em-dirs.el (eshell-dirs-initialize):
13219         * eshell/em-script.el (eshell-script-initialize):
13220         Add missing #' to lambda.
13222 2013-06-08  Leo Liu  <sdl.web@gmail.com>
13224         * progmodes/octave.el (octave-add-log-current-defun): New function.
13225         (octave-mode): Set add-log-current-defun-function.
13226         (octave-goto-function-definition): Do not move point if not found.
13227         (octave-find-definition): Enhance to try subfunctions first.
13229 2013-06-08  Glenn Morris  <rgm@gnu.org>
13231         * emacs-lisp/bytecomp.el (byte-compile-char-before)
13232         (byte-compile-backward-char, byte-compile-backward-word):
13233         Improve previous change, to handle non-explicit nil.
13235 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13237         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
13238         (smie--opener/closer-at-point): New function.
13239         (smie--matching-block-data): Use it.  Don't match from right after an
13240         opener or right before a closer.  Obey smie-blink-matching-inners.
13241         Don't signal a mismatch for repeated inners like "switch..case..case".
13243 2013-06-07  Leo Liu  <sdl.web@gmail.com>
13245         * progmodes/octave.el (octave-mode): Set comment-use-global-state
13246         to t.  (Bug#14303)
13247         (octave-function-header-regexp): Fix.  (Bug#14570)
13248         (octave-help-mode-finish-hook, octave-help-mode-finish):
13249         Remove.  Just use temp-buffer-show-hook.
13251         * newcomment.el (comment-search-backward): Revert last change.
13252         (Bug#14434)
13254         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
13256 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
13258         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
13259         through xargs, to avoid failure due to MS-Windows limitations on
13260         command-line length.
13262 2013-06-06  Glenn Morris  <rgm@gnu.org>
13264         * font-lock.el (lisp-font-lock-keywords-2):
13265         Treat user-error like error.
13267         * emacs-lisp/bytecomp.el (byte-compile-char-before)
13268         (byte-compile-backward-char, byte-compile-backward-word):
13269         Handle explicit nil arguments.  (Bug#14565)
13271 2013-06-05  Alan Mackenzie  <acm@muc.de>
13273         * isearch.el (isearch-allow-prefix): New user option.
13274         (isearch-other-meta-char): Don't exit isearch when a prefix
13275         argument is typed whilst `isearch-allow-prefix' is non-nil.
13276         (Bug#9706)
13278 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13280         * autorevert.el (auto-revert-notify-handler): Use memq.
13281         Hide assertion failure.
13283         * skeleton.el: Use cl-lib.
13284         (skeleton-further-elements): Use defvar-local.
13285         (skeleton-insert): Use cl-progv.
13287 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
13289         * progmodes/prog-mode.el (prog-prettify-symbols)
13290         (prog-prettify-install): Update docstrings.
13292 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13294         * simple.el: Move all the prog-mode code to prog-mode.el.
13295         * progmodes/prog-mode.el: New file.
13296         * loadup.el: Add prog-mode.el.
13298 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
13300         * simple.el (prog-prettify-symbols): Add version.
13301         (prog-prettify-install): Add convenience function to prettify symbols.
13303         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
13304         (perl--augmented-font-lock-keywords-1)
13305         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
13306         variables and use it.
13308         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
13309         (cfengine3-mode): Remove unneeded variable and use it.
13311         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
13312         (lisp--augmented-font-lock-keywords-1)
13313         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
13314         Remove unneeded variables and use it.
13316 2013-06-05  João Távora  <joaotavora@gmail.com>
13318         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
13319         to point when opening the connection.  (Bug#14380)
13321 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13323         * subr.el (load-history-regexp, load-history-filename-element)
13324         (eval-after-load, after-load-functions, do-after-load-evaluation)
13325         (eval-next-after-load, display-delayed-warnings)
13326         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
13327         definition of save-match-data.
13328         (overriding-local-map): Remove accidental obsolescence declaration.
13330         * emacs-lisp/edebug.el (edebug-result): Move before first use.
13332 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
13334         Generalize symbol prettify support to prog-mode and implement it
13335         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
13336         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
13337         (prog--prettify-font-lock-compose-symbol)
13338         (prog-prettify-font-lock-symbols-keywords): New variables and
13339         functions to support symbol prettification.
13340         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
13341         (lisp--augmented-font-lock-keywords-1)
13342         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
13343         (lisp--prettify-symbols-alist): Implement prettify of lambda.
13344         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
13345         (cfengine3--prettify-symbols-alist, cfengine3-mode):
13346         Implement prettify of -> => :: strings.
13347         * progmodes/perl-mode.el (perl-prettify-symbols)
13348         (perl--font-lock-compose-symbol)
13349         (perl--font-lock-symbols-keywords): Move to prog-mode.
13350         (perl--prettify-symbols-alist): Prettify -> => :: strings.
13351         (perl-font-lock-keywords-1)
13352         (perl-font-lock-keywords-2): Remove explicit prettify support.
13353         (perl--augmented-font-lock-keywords)
13354         (perl--augmented-font-lock-keywords-1)
13355         (perl--augmented-font-lock-keywords-2, perl-mode):
13356         Implement prettify support.
13358 2013-06-05  Leo Liu  <sdl.web@gmail.com>
13360         Re-implement SMIE matching block highlight using
13361         show-paren-data-function.  (Bug#14395)
13362         * emacs-lisp/smie.el (smie-matching-block-highlight)
13363         (smie--highlight-matching-block-overlay)
13364         (smie--highlight-matching-block-lastpos)
13365         (smie-highlight-matching-block)
13366         (smie-highlight-matching-block-mode): Remove.
13367         (smie--matching-block-data-cache): New variable.
13368         (smie--matching-block-data): New function.
13369         (smie-setup): Use smie--matching-block-data for
13370         show-paren-data-function.
13372         * progmodes/octave.el (octave-mode-menu): Fix.
13373         (octave-find-definition): Skip garbage lines.
13375 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13377         Fix compilation error with simultaneous dynamic+lexical scoping.
13378         Add warning when a defvar appears after the first let-binding.
13379         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
13380         (byte-compile-close-variables): Initialize it.
13381         (byte-compile--declare-var): New function.
13382         (byte-compile-file-form-defvar)
13383         (byte-compile-file-form-define-abbrev-table)
13384         (byte-compile-file-form-custom-declare-variable): Use it.
13385         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
13386         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
13387         (byte-compile-bind): Handle dynamic bindings that shadow
13388         lexical bindings.
13389         (byte-compile-unbind): Make arg non-optional.
13390         (byte-compile-let): Simplify.
13391         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
13392         (cconv--analyse-function, cconv-analyse-form): Populate it.
13393         Protect byte-compile-bound-variables to limit the scope of defvars.
13394         (cconv-analyse-form): Add missing rule for (defvar <foo>).
13395         Remove unneeded rule for `declare'.
13397         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
13398         so as to avoid depending on cl-adjoin at run-time.
13399         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
13401         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
13402         (macroexp--warn-and-return): Use it.
13404 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13406         * subr.el: Convert to lexical binding.
13407         (overriding-local-map): Make obsolete.
13408         (add-to-list): Doc fix.  Add compiler macro.
13409         (read-key): Swap values of local maps.
13411 2013-06-05  Leo Liu  <sdl.web@gmail.com>
13413         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
13415 2013-06-04  Leo Liu  <sdl.web@gmail.com>
13417         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
13418         (compilation-auto-jump): Suppress the "Mark set" message to give
13419         way to exit message.
13421 2013-06-04  Alan Mackenzie  <acm@muc.de>
13423         Remove faulty optimisation from indentation calculation.
13424         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
13425         search limit based on 2000 characters back from indent-point.
13427 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
13429         * eshell/em-term.el (cl-lib): Require `cl-lib'.
13431 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13433         * emacs-lisp/lisp.el: Use lexical-binding.
13434         (lisp--local-variables-1, lisp--local-variables): New functions.
13435         (lisp--local-variables-completion-table): New var.
13436         (lisp-completion-at-point): Use it complete let-bound vars.
13438         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
13439         eagerly (bug#14422).
13441 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
13443         * autorevert.el (auto-revert-notify-enabled)
13444         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
13445         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
13446         (auto-revert-notify-handler): Handle also gfilenotify.
13448         * subr.el (file-notify-handle-event): New defun.  Replacing ...
13449         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
13450         Remove.
13452 2013-06-03  Juri Linkov  <juri@jurta.org>
13454         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
13455         `M-s h .'.  (Bug#14427)
13457         * hi-lock.el (highlight-symbol-at-point): New alias for the new
13458         command `hi-lock-face-symbol-at-point'.
13459         (hi-lock-face-symbol-at-point): New command.
13460         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
13461         (hi-lock-menu): Add `highlight-symbol-at-point'.
13462         (hi-lock-mode): Doc fix.
13464         * isearch.el (isearch-forward-symbol-at-point): New command.
13465         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
13466         (isearch-highlight-regexp): Add a regexp which matches
13467         words/symbols for word/symbol mode.
13469         * subr.el (find-tag-default-bounds): New function with the body
13470         mostly moved from `find-tag-default'.
13471         (find-tag-default): Move most code to `find-tag-default-bounds',
13472         call it and apply `buffer-substring-no-properties' afterwards.
13474 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
13476         * eshell/em-term.el (eshell-term-initialize):
13477         Use `cl-intersection' rather than `intersection'.
13479 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
13481         * vc/log-view.el: Doc fix.
13482         (log-view-mode-map): Copy keymap from `special-mode-map'.
13484 2013-06-02  Eric Ludlam  <zappo@gnu.org>
13486         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
13487         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
13488         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
13489         (eieio-unbound, eieio-default-superclass)
13490         (eieio--define-field-accessors, method-static, method-before)
13491         (method-primary, method-after, method-num-lists)
13492         (method-generic-before, method-generic-primary)
13493         (method-generic-after, method-num-slots)
13494         (eieio-specialized-key-to-generic-key)
13495         (eieio--check-type, class-v, class-p)
13496         (eieio-class-name, define-obsolete-function-alias)
13497         (eieio-class-parents-fast, eieio-class-children-fast)
13498         (same-class-fast-p, class-constructor, generic-p)
13499         (generic-primary-only-p, generic-primary-only-one-p)
13500         (class-option-assoc, class-option, eieio-object-p)
13501         (class-abstract-p, class-method-invocation-order)
13502         (eieio-defclass-autoload-map, eieio-defclass-autoload)
13503         (eieio-class-un-autoload, eieio-defclass)
13504         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
13505         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
13506         (eieio--defgeneric-init-form, eieio-defgeneric-form)
13507         (eieio-defgeneric-reset-generic-form)
13508         (eieio-defgeneric-form-primary-only)
13509         (eieio-defgeneric-reset-generic-form-primary-only)
13510         (eieio-defgeneric-form-primary-only-one)
13511         (eieio-defgeneric-reset-generic-form-primary-only-one)
13512         (eieio-unbind-method-implementations)
13513         (eieio--defmethod, eieio--typep)
13514         (eieio-perform-slot-validation, eieio-validate-slot-value)
13515         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
13516         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
13517         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
13518         (eieio-slot-name-index, eieio-class-slot-name-index)
13519         (eieio-set-defaults, eieio-initarg-to-attribute)
13520         (eieio-attribute-to-initarg, eieio-c3-candidate)
13521         (eieio-c3-merge-lists, eieio-class-precedence-c3)
13522         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
13523         (eieio-class-precedence-list, eieio-generic-call-methodname)
13524         (eieio-generic-call-arglst, eieio-generic-call-key)
13525         (eieio-generic-call-next-method-list)
13526         (eieio-pre-method-execution-functions, eieio-generic-call)
13527         (eieio-generic-call-primary-only, eieiomt-method-list)
13528         (eieiomt-optimizing-obarray, eieiomt-install)
13529         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
13530         (eieio-generic-form, eieio-defmethod, make-obsolete)
13531         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
13532         (defclass): Remove `eval-and-compile' from macro.
13533         (call-next-method, shared-initialize): Instead of using
13534         `scoped-class' variable, use new eieio--scoped-class, and
13535         eieio--with-scoped-class.
13536         (initialize-instance): Rename local variable 'scoped-class' to
13537         'this-class' to remove ambiguitity from old global.
13539         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
13540         eieio.el.
13541         (eieio--scoped-class-stack): New variable.
13542         (eieio--scoped-class): New fcn.
13543         (eieio--with-scoped-class): New scoping macro.
13544         (eieio-defclass): Use pushnew instead of add-to-list.
13545         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
13546         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
13547         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
13548         `scoped-class' variable, use new eieio--scoped-class, and
13549         eieio--with-scoped-class.
13551         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
13553 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
13555         * eshell/esh-ext.el (eshell-external-command): Pass args to
13556         `eshell-find-interpreter'.
13557         (eshell-find-interpreter): Add new second parameter ARGS.
13559         * eshell/em-script.el (eshell-script-initialize): Add second arg
13560         to the function added as MATCH to `eshell-interpreter-alist'.
13562         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
13563         the function added as MATCH to `eshell-interpreter-alist'.
13565         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
13566         (eshell-visual-options): New defcustom.
13567         (eshell-escape-control-x): Adapt docstring.
13568         (eshell-term-initialize): Test `eshell-visual-subcommands' and
13569         `eshell-visual-options' in addition to `eshell-visual-commands'.
13570         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
13572 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
13574         * progmodes/python.el (python-indent-block-enders): Add break,
13575         continue and raise keywords.
13577 2013-06-01  Glenn Morris  <rgm@gnu.org>
13579         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
13581         Plain (f)boundp silences compilation warnings since Emacs 22.1.
13582         * progmodes/cc-cmds.el (delete-forward-p):
13583         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
13584         * progmodes/cc-engine.el (buffer-syntactic-context):
13585         * progmodes/cc-fonts.el (face-property-instance):
13586         * progmodes/cc-mode.el (set-keymap-parents):
13587         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
13588         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
13589         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
13590         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
13591         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
13593         * progmodes/cc-vars.el (other): Emacs has this widget since
13594         at least 21.1, so don't (re)define it.
13596         * eshell/em-cmpl.el (eshell-cmpl-initialize):
13597         Replace the obsolete alias pcomplete-arg-quote-list.
13599 2013-06-01  Leo Liu  <sdl.web@gmail.com>
13601         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
13602         punctuation syntax.
13603         (inferior-octave-minimal-columns)
13604         (inferior-octave-last-column-width): New variables.
13605         (inferior-octave-track-window-width-change): New function.
13606         (inferior-octave-mode): Adjust column width so that Octave output,
13607         for example from 'ls', can fit into the window nicely.
13609 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
13611         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
13612         Highlight expansions inside regexp literals.
13614 2013-05-31  Glenn Morris  <rgm@gnu.org>
13616         * obsolete/sym-comp.el (symbol-complete):
13617         Replace obsolete completion-annotate-function.
13619         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
13621 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
13623         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
13624         New function, checks if point is inside a literal that allows
13625         expression expansion.
13626         (ruby-syntax-propertize-expansion): Use it.
13627         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
13628         around the body.
13630 2013-05-30  Juri Linkov  <juri@jurta.org>
13632         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
13633         to "\M-si".
13634         (isearch-invisible): New variable.
13635         (isearch-forward): Doc fix.
13636         (isearch-mode): Set `isearch-invisible'
13637         to the value of `search-invisible'.
13638         (isearch-toggle-case-fold): Doc fix.
13639         (isearch-toggle-invisible): New command.
13640         (isearch-query-replace): Let-bind `search-invisible'
13641         to the value of `isearch-invisible'.
13642         (isearch-search): Use `isearch-invisible' instead of
13643         `search-invisible'.  Let-bind `search-invisible'
13644         to the value of `isearch-invisible'.  (Bug#11378)
13646 2013-05-30  Juri Linkov  <juri@jurta.org>
13648         * replace.el (perform-replace): Avoid `isearch-range-invisible'
13649         call when `query-flag' is nil and `search-invisible' is non-nil.
13650         (Bug#11746)
13652 2013-05-30  Glenn Morris  <rgm@gnu.org>
13654         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
13656         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
13657         (cc-require): Suppress spurious "noruntime" warnings.
13658         (cc-require-when-compile): Use fboundp, for sake of compiler.
13660         * progmodes/cc-mode.el: Move load of cc-vars before that of
13661         cc-langs (which in turn loads cc-vars), to quieten compiler.
13663 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13665         * paren.el: Simplify the code.
13666         (show-paren-mode): Always start the timer.
13667         (show-paren--idle-timer): Rename from show-paren-idle-timer.
13668         (show-paren--overlay, show-paren--overlay-1): Rename from
13669         show-paren-overlay and show-paren-overlay-1, and initialize to an
13670         overlay rather than to nil.
13671         (show-paren-function): Misc cleanup and simplifications.
13673 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13675         * paren.el (show-paren-data-function): New hook.
13676         (show-paren--default): New function, extracted from show-paren-function.
13677         (show-paren-function): Use show-paren-data-function.
13679 2013-05-30  Glenn Morris  <rgm@gnu.org>
13681         * ielm.el (ielm-map, ielm-complete-symbol):
13682         Use completion-at-point rather than obsolete functions.
13683         (inferior-emacs-lisp-mode): Doc fix.
13684         Set completion-at-point-functions, rather than
13685         comint-dynamic-complete-functions.
13687         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
13688         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
13689         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
13691         * image.el (image-animated-p): Tweak definition.
13693         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
13694         (rlogin-process-connection-type): Tweak default.  Add set-after.
13695         (rlogin-host): Doc fix.
13696         (rlogin): Tweak prompt.
13697         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
13699         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
13700         * progmodes/tcl.el (inferior-tcl-mode-map):
13701         Use completion-at-point rather than obsolete alias.
13703         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
13705         * minibuffer.el (read-file-name-completion-ignore-case):
13706         Move before completion--in-region, for eager macro expansion.
13708 2013-05-29  Juri Linkov  <juri@jurta.org>
13710         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
13711         for total count of matching lines.  Add `global-matches' for total
13712         count of matches.  Rename `matches' to `lines' for count of
13713         matching lines.  Add `matches' for count of matches.
13714         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
13715         to `prev-line' for line number of prev match endpt.
13716         Increment `matches' for every match.  Print the number of
13717         matching lines in the header.
13718         (occur-context-lines): Rename `lines' to `curr-line'.
13719         Rename `prev-lines' to `prev-line'.  (Bug#14017)
13721 2013-05-29  Juri Linkov  <juri@jurta.org>
13723         * replace.el (perform-replace): Add `skip-read-only-count',
13724         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
13725         Increment them for corresponding conditions and report the number
13726         of skipped occurrences in the final message.  (Bug#11746)
13727         (query-replace, query-replace-regexp, query-replace-regexp-eval)
13728         (replace-string, replace-regexp): Doc fix.
13730 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13732         * emacs-lisp/trace.el (trace--read-args): Provide a default.
13734         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
13735         prog-mode-map (bug#14504).
13737 2013-05-29  Leo Liu  <sdl.web@gmail.com>
13739         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
13740         (octave-help): Small simplification.
13742         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
13743         off the highlight first.
13745 2013-05-29  Glenn Morris  <rgm@gnu.org>
13747         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
13748         Handle idlwave-last-system-routine-info-cons-cell being nil.
13750         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
13751         (idlwave-write-paths): Simplify via with-temp-buffer.
13753         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
13754         * emulation/cua-rect.el: Also load cua-base at run time.
13756         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
13757         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
13758         (cperl-imenu-on-info): Require imenu.
13760 2013-05-28  Alan Mackenzie  <acm@muc.de>
13762         Handle "capitalised keywords" correctly.
13763         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
13765 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
13767         * eshell/em-unix.el: Add -r option to cp.
13769 2013-05-28  Glenn Morris  <rgm@gnu.org>
13771         * vc/vc-arch.el (vc-exec-after): Declare.
13772         (vc-switches): Autoload.
13773         * vc/vc-bzr.el: No need to require vc when compiling.
13774         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
13775         (vc-resynch-buffer, vc-dir-refresh): Declare.
13776         (vc-setup-buffer, vc-switches): Autoload.
13777         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
13778         (vc-resynch-buffer): Declare.
13779         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
13780         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
13781         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
13782         (grep-read-regexp, grep-read-files, grep-expand-template)
13783         (vc-dir-refresh): Declare.
13784         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
13785         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
13786         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
13787         * vc/vc-mtn.el (vc-exec-after): Declare.
13788         (vc-switches): Autoload.
13789         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
13790         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
13791         (vc-file-tree-walk): Declare.
13792         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
13793         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
13794         (vc-tag-precondition, vc-rename-master): Autoload.
13795         * vc/vc-svn.el (vc-exec-after): Declare.
13796         (vc-switches, vc-setup-buffer): Autoload.
13797         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
13798         Autoload.
13799         (vc-resynch-buffer): Declare.
13801         * obsolete/fast-lock.el (byte-compile-warnings):
13802         Don't warn about obsolete features in this obsolete file.
13804         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
13805         Move definition before use.
13807         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
13808         (dun-unix-verbs): Remove dun-zippy.
13809         (dun-zippy): Remove function.
13811         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
13813 2013-05-27  Juri Linkov  <juri@jurta.org>
13815         * replace.el (replace-search): New function with code moved out
13816         from `perform-replace'.
13817         (replace-highlight, replace-dehighlight): Move function definitions
13818         up closer to `replace-search'.  (Bug#11746)
13820 2013-05-27  Juri Linkov  <juri@jurta.org>
13822         * replace.el (perform-replace): Ignore invisible matches.
13823         In addition to checking `query-replace-skip-read-only', also
13824         filter out matches by calling `run-hook-with-args-until-failure'
13825         on `isearch-filter-predicates', and also check `search-invisible'
13826         for t or call `isearch-range-invisible'.
13827         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
13829 2013-05-27  Juri Linkov  <juri@jurta.org>
13831         * isearch.el (isearch-filter-predicates): Rename from
13832         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
13833         (isearch-message-prefix): Display text from the property
13834         `isearch-message-prefix' of the currently active filters.
13835         (isearch-search): Don't compare `isearch-filter-predicate' with
13836         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
13837         on `isearch-filter-predicates'.  Also check `search-invisible' for t
13838         or call `isearch-range-invisible'.
13839         (isearch-filter-visible): Make obsolete.
13840         (isearch-lazy-highlight-search):
13841         Call `run-hook-with-args-until-failure' on
13842         `isearch-filter-predicates' and use `isearch-range-invisible'.
13844         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
13845         `isearch-filter-predicates' instead of `funcall'ing
13846         `isearch-filter-predicate'.
13847         (Info-mode): Set `Info-isearch-filter' to
13848         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
13850         * dired-aux.el (dired-isearch-filter-predicate-orig):
13851         Remove variable.
13852         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
13853         (dired-isearch-filenames-end): Add and remove
13854         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
13855         instead of changing the value of `isearch-filter-predicate'.
13856         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
13857         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
13858         Put property `isearch-message-prefix' to "filename " on
13859         `dired-isearch-filter-filenames'.
13861         * wdired.el (wdired-change-to-wdired-mode):
13862         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
13863         locally instead of changing `isearch-filter-predicate'.
13864         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
13866 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
13868         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
13869         return the commit hash (Bug#14459).  Also set the
13870         `vc-git-detached' property.
13871         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
13872         (vc-git-mode-line-string): Use the same help-echo format whether
13873         in detached mode or not, because we know the actual revision now.
13874         When in detached mode, shorten the revision to 7 chars.
13876 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13878         * emacs-lisp/easy-mmode.el (define-minor-mode):
13879         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
13880         mode hook and provide a docstring.
13882 2013-05-27  Alan Mackenzie  <acm@muc.de>
13884         Remove spurious syntax-table text properties inserted by C-y.
13885         * progmodes/cc-mode.el (c-after-change): Also clear hard
13886         syntax-table property with value nil.
13888 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
13890         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
13891         when reading the events; the buffer layout shall not be changed.
13893 2013-05-27  Leo Liu  <sdl.web@gmail.com>
13895         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
13896         New variable.
13897         (inferior-octave-directory-tracker): Automatically re-sync
13898         default-directory.
13899         (octave-help): Improve handling of 'See also'.
13901 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13903         * doc-view.el: Minor naming convention tweaks.
13904         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
13906         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
13907         even if there's no `display' property yet (bug#14435).
13909 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
13911         * subr.el (unmsys--file-name): Rename from reveal-filename.
13913         * Makefile.in (custom-deps, finder-data, autoloads)
13914         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
13915         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
13916         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
13918 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13920         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
13921         error-completion on the first 2 args of condition-case (bug#14446).
13922         Don't burp at EOB.
13924 2013-05-25  Leo Liu  <sdl.web@gmail.com>
13926         * comint.el (comint-previous-matching-input): Do not flood the
13927         *Messages* buffer with trivial messages.
13929 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13931         * progmodes/flymake.el (flymake-nop): Don't return a string.
13932         (flymake-set-at): Fix typo.
13934         * simple.el (read--expression): New function, extracted from
13935         eval-expression.  Set completion-at-point-functions (bug#14465).
13936         (eval-expression, eval-minibuffer): Use it.
13938 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
13940         * progmodes/flymake.el (flymake-save-buffer-in-file)
13941         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
13942         (flymake-selected-frame, flymake-log, flymake-ins-after)
13943         (flymake-set-at, flymake-get-buildfile-from-cache)
13944         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
13945         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
13946         Refine the doc string.
13947         (flymake-get-file-name-mode-and-masks): Reformat.
13948         (flymake-get-real-file-name-function): Fix a minor bug.
13950 2013-05-24  Juri Linkov  <juri@jurta.org>
13952         * progmodes/grep.el (grep-mode-font-lock-keywords):
13953         Support =linenumber= format used by git-grep for lines with
13954         function names.  (Bug#13549)
13956 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13958         * progmodes/octave.el (octave-smie-rules): Return nil rather than
13959         0 after a semi-colon; it works better for smie-auto-fill.
13960         (octave--indent-new-comment-line): New function.
13961         (octave-indent-new-comment-line): Use it (indirectly).
13962         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
13963         modify comment-line-break-function.
13965         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
13966         (smie-setup): Use add-function to set it.
13968 2013-05-24  Sam Steingold  <sds@gnu.org>
13970         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
13971         argument (before the `interactive' argument).
13973 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13975         * image-mode.el (image-mode-winprops): Add winprops to
13976         image-mode-winprops-alist before running
13977         image-mode-new-window-functions.
13978         * doc-view.el (doc-view-new-window-function): Don't delay
13979         doc-view-goto-page via timers (bug#14435).
13981 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
13983         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
13984         (doc-view-desktop-save-buffer): New function.
13985         (doc-view-restore-desktop-buffer): New function.
13986         (desktop-buffer-mode-handlers):
13987         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
13988         handler.
13989         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
13990         `desktop-save-buffer' function.
13992 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
13994         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
13995         (tramp-gvfs-file-name-handler): Raise a user error when
13996         `tramp-gvfs-enabled' is nil.
13997         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
13998         Do not raise a user error when loading package.  (Bug#14447)
14000         * net/xesam.el: Move to obsolete/.
14002 2013-05-24  Glenn Morris  <rgm@gnu.org>
14004         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
14006         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
14008         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
14009         (Info-find-node, Man-getpage-in-background): Declare.
14011         * mail/unrmail.el (unrmail):
14012         Replace obsolete detect-coding-with-priority.
14014         * net/socks.el (socks-split-string): Use this rather than split-string.
14015         (socks-nslookup-host): Update for above change.
14016         (dynamic-choice, s5-dynamic-choice-match)
14017         (s5-dynamic-choice-match-inline, s5-widget-value-create):
14018         Comment out unused code.
14020         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
14021         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
14022         (gud-tooltip-echo-area): Make obsolete.
14023         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
14025         * progmodes/js.el (js--optimize-arglist): Declare.
14027         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
14029         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
14030         (ediff-window-C): Declare.
14032         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
14033         Tweak requires to silence compiler.
14035         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
14036         (he-search-string, he-tried-table, he-expand-list)
14037         (he-init-string, he-string-member, he-substitute-string)
14038         (he-reset-string): Declare.
14040         * obsolete/options.el (list-options): Use custom-variable-p,
14041         rather than obsolete alias.
14043 2013-05-23  Sam Steingold  <sds@gnu.org>
14045         * simple.el (shell-command-on-region): Pass the `replace' argument
14046         down to `call-process-region' to comply with the doc as reported on
14047         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
14049 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14051         * emacs-lisp/smie.el (smie-indent-forward-token)
14052         (smie-indent-backward-token): Handle string tokens (bug#14381).
14054 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
14056         * ielm.el (ielm-menu): New menu.
14057         (inferior-emacs-lisp-mode): Set comment-start.
14059 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
14061         * textmodes/reftex.el (reftex-ref-style-toggle):
14062         Fix deactivate action.
14064         * textmodes/reftex-vars.el (reftex-ref-style-alist):
14065         Add cleveref macros.
14067         * textmodes/reftex-parse.el
14068         (reftex-locate-bibliography-files): Accept options for
14069         bibliography commands.
14070         * textmodes/reftex-vars.el (reftex-bibliography-commands):
14071         Add addbibresource.  Basic Biblatex support.
14073 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
14075         * net/tramp-gvfs.el (top):
14076         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
14077         when loading package.  (Bug#14447)
14079 2013-05-23  Glenn Morris  <rgm@gnu.org>
14081         * progmodes/js.el: No need to load comint when compiling.
14082         (ring-insert, comint-send-string, comint-send-input)
14083         (comint-last-input-end, ido-chop): Declare.
14085         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
14086         * vc/ediff-mult.el: Adjust requires.
14087         (ediff-directories-internal, ediff-directory-revisions-internal)
14088         (ediff-patch-file-internal): Declare.
14089         * vc/ediff-ptch.el: Adjust requires.
14090         (ediff-use-last-dir, ediff-buffers-internal): Declare.
14091         (ediff-find-file): Autoload.
14092         * vc/ediff-util.el: No need to load ediff when compiling.
14093         (ediff-regions-internal): Declare.
14094         * vc/ediff-wind.el: Adjust requires.
14095         (ediff-compute-toolbar-width): Define when compiling.
14096         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
14097         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
14098         (dired-get-filename, dired-get-marked-files)
14099         (ediff-last-dir-patch, ediff-patch-default-directory)
14100         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
14101         (ediff-patch-buffer-internal): Declare.
14103         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
14104         (ispell-process, ispell-buffer-local-words, lm-summary)
14105         (lm-section-start, lm-section-end): Declare.
14106         (checkdoc-ispell-init): Simplify.
14108         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
14109         (he-string-member, he-reset-string, he-substitute-string): Declare.
14111         * eshell/em-ls.el: Adjust requires.
14112         (eshell-glob-regexp): Declare.
14113         * eshell/em-tramp.el: Adjust requires.
14114         (eshell-parse-command): Autoload.
14115         * eshell/em-xtra.el: Adjust requires.
14116         (eshell-parse-command): Autoload.
14117         * eshell/esh-ext.el: Adjust requires.
14118         (eshell-parse-command, eshell-close-handles): Autoload.
14119         * eshell/esh-io.el: Adjust requires.
14120         (eshell-output-filter): Autoload.
14121         * eshell/esh-util.el: No need to load tramp when compiling.
14122         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
14123         Declare.
14124         (eshell-parse-ange-ls): Require ange-ftp and tramp.
14125         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
14126         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
14127         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
14128         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
14129         * eshell/esh-opt.el, eshell/esh-proc.el:
14130         * eshell/esh-var.el: Adjust requires.
14131         * eshell/eshell.el: Do not require esh-util twice.
14132         (eshell-add-input-to-history): Declare.
14133         (eshell-command): Check history module is active before using it.
14135         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
14137 2013-05-22  Leo Liu  <sdl.web@gmail.com>
14139         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
14141 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
14143         * autorevert.el (auto-revert-notify-add-watch)
14144         (auto-revert-notify-handler): Add `attrib' for the inotify case,
14145         it indicates changes in file modification time.
14147 2013-05-22  Glenn Morris  <rgm@gnu.org>
14149         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14150         Always delete the autoloaded function from the noruntime and
14151         unresolved functions lists.
14153         * allout.el: No need to load epa, epg, overlay when compiling.
14154         (epg-context-set-passphrase-callback, epg-list-keys)
14155         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
14156         (epg-key-user-id-list): Declare.
14158         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
14159         (viper-set-parsing-style-toggling-macro)
14160         (viper-set-emacs-state-searchstyle-macros):
14161         Use called-interactively-p on Emacs.
14162         (viper-looking-back): Make it an obsolete alias.  Update callers.
14163         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
14164         Use looking-back rather than viper-looking-back.
14165         (viper-tmp-insert-at-eob, viper-enlarge-region)
14166         (viper-read-string-with-history, viper-register-to-point)
14167         (viper-append-to-register, viper-change-state-to-vi)
14168         (viper-backward-char-carefully, viper-forward-char-carefully)
14169         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
14170         (viper-change-state-to-emacs): Declare.
14171         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
14172         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
14173         * emulation/viper-mous.el: Do not load viper-cmd.
14174         (viper-backward-char-carefully, viper-forward-char-carefully)
14175         (viper-forward-word, viper-adjust-window): Declare.
14177         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
14179         * progmodes/idlw-help.el (idlwave-help-fontify):
14180         Use called-interactively-p.
14182         * term/w32console.el (w32-get-console-codepage)
14183         (w32-get-console-output-codepage): Declare.
14185         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
14186         Remove unnecessary declarations.
14187         (dframe-message): Doc fix.
14189         * info.el (dframe-select-attached-frame, dframe-current-frame):
14190         Declare.
14192         * speedbar.el (speedbar-message): Make it an obsolete alias.
14193         Update all callers.
14194         (speedbar-with-attached-buffer)
14195         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
14196         (speedbar-with-writable): Use backquote.
14197         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
14198         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
14199         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
14200         rather than speedbar- aliases.
14201         * mail/rmail.el: Load dframe rather than speedbar when compiling.
14202         (speedbar-make-specialized-keymap, speedbar-insert-button)
14203         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
14204         (speedbar-do-function-pointer): Declare.
14205         (rmail-speedbar-button, rmail-speedbar-find-file)
14206         (rmail-speedbar-move-message):
14207         Use dframe-with-attached-buffer rather than speedbar- alias.
14208         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
14209         (dframe-message, speedbar-make-specialized-keymap)
14210         (speedbar-add-expansion-list, speedbar-mode-functions-list)
14211         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
14212         (speedbar-insert-button, dframe-select-attached-frame)
14213         (dframe-maybee-jump-to-attached-frame)
14214         (speedbar-change-initial-expansion-list)
14215         (speedbar-previously-used-expansion-list-name): Declare.
14216         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
14217         Use dframe-message, dframe-with-attached-buffer rather than
14218         speedbar- aliases.
14219         (gud-sentinel): Silence compiler.
14220         * progmodes/vhdl-mode.el (speedbar-refresh)
14221         (speedbar-do-function-pointer, speedbar-add-supported-extension)
14222         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
14223         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
14224         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
14225         (speedbar-file-lists, speedbar-make-tag-line)
14226         (speedbar-line-directory, speedbar-goto-this-file)
14227         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
14228         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
14229         (speedbar-make-button, speedbar-reset-scanners)
14230         (speedbar-files-item-info, speedbar-line-text)
14231         (speedbar-find-file-in-frame, speedbar-set-timer)
14232         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
14233         (speedbar-with-writable): Do not (re)define it.
14234         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
14235         rather than speedbar- alias.
14237 2013-05-21  Leo Liu  <sdl.web@gmail.com>
14239         * progmodes/octave.el (octave-mode-menu): Update and re-organize
14240         menu items.
14241         (octave-mode): Tweak fill-nobreak-predicate.
14242         (inferior-octave-startup): Check process to avoid infinite loop.
14243         (inferior-octave): Pop to buffer first to show abornmal process
14244         exit information.
14246 2013-05-21  Glenn Morris  <rgm@gnu.org>
14248         * printing.el (pr-menu-bar): Define when compiling.
14250 2013-05-21  Leo Liu  <sdl.web@gmail.com>
14252         * progmodes/octave.el (octave-auto-fill): Remove.
14253         (octave-indent-new-comment-line): Improve.
14254         (octave-mode): Use auto fill mode through
14255         comment-line-break-function and fill-nobreak-predicate.
14256         (octave-goto-function-definition): Support DEFUN_DLD.
14257         (octave-beginning-of-defun): Small tweak.
14258         (octave-help): Show parent directory.
14260 2013-05-21  Glenn Morris  <rgm@gnu.org>
14262         * files.el (dired-unmark):
14263         * progmodes/gud.el (gdb-input): Update declarations.
14265         * calculator.el (electric, ehelp): No need to load when compiling.
14266         (Electric-command-loop, electric-describe-mode): Declare.
14268         * doc-view.el (doc-view-current-converter-processes): Move before use.
14270         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14271         Move MODE-set-explicitly definition before use.
14273         * international/mule-diag.el (mule-diag):
14274         Don't use obsolete window-system-version.
14276         * mail/feedmail.el (smtpmail): No need to load when compiling.
14277         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
14279         * mail/mail-utils.el (rfc822): No need to load when compiling.
14280         (rfc822-addresses): Autoload it.
14281         (mail-strip-quoted-names): Trivial simplification.
14283         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
14284         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
14286         * net/snmp-mode.el (tempo): Don't duplicate requires.
14288         * progmodes/prolog.el (info): No need to load when compiling.
14289         (comint): Require before shell requires it.
14290         (Info-goto-node): Autoload it.
14291         (Info-follow-nearest-node): Declare.
14292         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
14294         * textmodes/artist.el (picture-mode-exit): Declare.
14296         * textmodes/reftex-parse.el (reftex-parse-from-file):
14297         Trivial rewrite so the compiler can parse it better.
14299 2013-05-20  Leo Liu  <sdl.web@gmail.com>
14301         * progmodes/octave.el (octave-help-mode-map)
14302         (octave-help-mode-finish-hook): New variables.
14303         (octave-help-mode, octave-help-mode-finish): New functions.
14304         (octave-help): Use octave-help-mode.
14306 2013-05-20  Glenn Morris  <rgm@gnu.org>
14308         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
14310 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
14312         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
14313         start at point, so that expansion starting right after opening
14314         slash in a regexp is recognized.
14315         (ruby-syntax-before-regexp-re): New defvar, extracted from
14316         ruby-syntax-propertize-function.  Since the value of this regexp
14317         is looked up at runtime now, we should be able to turn
14318         `ruby-syntax-methods-before-regexp' into a defcustom later.
14319         (ruby-syntax-propertize-function): Split regexp matching into two
14320         parts, for opening and closing slashes.  That allows us to skip
14321         over string interpolations and support multiline regexps.
14322         Don't call `ruby-syntax-propertize-expansions', instead use another rule
14323         for them, which calls `ruby-syntax-propertize-expansion'.
14324         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
14325         call to `ruby-syntax-propertize-function'.
14326         (ruby-syntax-propertize-expansion): Extracted from
14327         `ruby-syntax-propertize-expansions'.  Handles one expansion.
14328         (ruby-syntax-propertize-percent-literal): Leave point right after
14329         the percent symbol, so that the expression expansion rule can
14330         propertize the contents.
14331         (ruby-syntax-propertize-heredoc): Leave point at bol following the
14332         heredoc openers.
14333         (ruby-syntax-propertize-expansions): Remove.
14335 2013-05-18  Juri Linkov  <juri@jurta.org>
14337         * man.el (Man-default-man-entry): Remove `-' from the end
14338         of the default value.  (Bug#14400)
14340 2013-05-18  Glenn Morris  <rgm@gnu.org>
14342         * comint.el (comint-password-prompt-regexp):
14343         Allow "password for XXX" where XXX contains colons (eg https://...).
14345 2013-05-18  Leo Liu  <sdl.web@gmail.com>
14347         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
14348         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
14349         (octave-source-directories): Don't check process.
14350         (octave-source-directories, octave-find-definition): Doc fix.
14352 2013-05-18  Glenn Morris  <rgm@gnu.org>
14354         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
14355         Remove backspace/delete bindings.  (Bug#14392)
14357         * cus-dep.el (custom-make-dependencies): Sort the output.
14358         (custom-versions-load-alist): Convert comment to doc.
14360 2013-05-17  Leo Liu  <sdl.web@gmail.com>
14362         * newcomment.el (comment-search-backward): Stricter in finding
14363         comment start.  (Bug#14303)
14365         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
14366         (octave-comment-start-skip): Properly anchored.
14368 2013-05-17  Leo Liu  <sdl.web@gmail.com>
14370         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
14371         Clean up when turned off.  (Bug#14395)
14372         (smie--highlight-matching-block-overlay): No longer buffer-local.
14373         (smie-highlight-matching-block): Adjust.
14375 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
14377         Doc string fix for "nanoseconds" (Bug#14406).
14378         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
14379         Fix doc string typo that had "nanoseconds" instead of "microseconds".
14381 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
14383         * calc/calc-units.el (math-extract-units): Preserve powers
14384         of units.
14386 2013-05-17  Leo Liu  <sdl.web@gmail.com>
14388         * subr.el (delete-consecutive-dups): New function.
14389         * ido.el (ido-set-matches-1): Use it.
14390         * progmodes/octave.el (inferior-octave-completion-table): Use it.
14391         * ido.el (ido-remove-consecutive-dups): Remove.
14393 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14395         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
14396         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
14397         regexp-opt's `words'.
14399 2013-05-16  Leo Liu  <sdl.web@gmail.com>
14401         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
14402         (smie--highlight-matching-block-overlay)
14403         (smie--highlight-matching-block-lastpos)
14404         (smie--highlight-matching-block-timer): New variables.
14405         (smie-highlight-matching-block): New function.
14406         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
14407         (smie-setup): Conditionally enable smie-blink-matching-open.
14409 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
14411         Sync with upstream verilog-mode r840.
14412         * progmodes/verilog-mode.el (verilog-mode-version)
14413         (verilog-mode-release-date): Update.
14414         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
14415         (verilog-sig-tieoff): Fix string error on
14416         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
14417         (verilog-read-decls): Fix parameters confusing
14418         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
14420 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
14422         * subr.el (reveal-filename): New function.
14424         * loadup.el: Compute Emacs executable versions on MS-Windows,
14425         where executables have the .exe extension.  Add a hard link
14426         emacs-XX.YY.ZZ.exe on MS-Windows.
14428         * Makefile.in (XARGS_LIMIT): New variable.
14429         (custom-deps, finder-data, autoloads)
14430         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
14431         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
14432         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
14433         (compile-main): Limit xargs according to $(XARGS_LIMIT).
14435 2013-05-16  Leo Liu  <sdl.web@gmail.com>
14437         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
14438         (octave-mode-menu, octave-mode-map): Remove its uses.
14440 2013-05-16  Reto Zimmermann  <reto@gnu.org>
14442         Sync with upstream vhdl mode v3.34.2.
14443         * progmodes/vhdl-mode.el: Use `push' throughout.
14444         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
14445         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
14446         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
14447         (vhdl-actual-generic-name): New option to derive actual generic name.
14448         (vhdl-port-paste-signals): Replace formal by actual generics.
14449         (vhdl-beautify): New name for old group vhdl-align.  Update users.
14450         (vhdl-beautify-options): New option.
14451         (vhdl-last-input-event): New compat alias.  Use throughout.
14452         (vhdl-goto-line): Replace user level function `goto-line'.
14453         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
14454         vhdl-fix-statement-buffer.
14455         (vhdl-create-mode-menu): Add some entries.
14456         (vhdl-align-region-groups): Respect vhdl-beautify-options.
14457         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
14458         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
14459         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
14460         to force statements on one line.
14461         (vhdl-remove-trailing-spaces-region):
14462         New, split from vhdl-remove-trailing-spaces.
14463         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
14464         Respect vhdl-beautify-options.
14465         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
14466         (vhdl-update-sensitivity-list): Not add with index if exists without.
14467         Not include array index with signal.  Ignore keywords in comments.
14468         (vhdl-get-visible-signals): Regexp tweaks.
14469         (vhdl-template-component-inst): Handle empty library.
14470         (vhdl-template-type): Add template for 'enum' type.
14471         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
14472         Use vhdl-replace-string.
14473         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
14474         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
14475         (vhdl-speedbar-initialize): Update for above name change.
14476         (vhdl-compose-wire-components): Fix in handling of constants.
14477         (vhdl-error-regexp-emacs-alist): New variable.
14478         (vhdl-error-regexp-add-emacs): New function;
14479         adds support for new compile.el (Emacs 22+)
14480         (vhdl-generate-makefile-1): Change target order for single lib. units.
14481         Allow use of absolute file names.
14483 2013-05-16  Leo Liu  <sdl.web@gmail.com>
14485         * simple.el (prog-indent-sexp): Indent enclosing defun.
14487 2013-05-15  Glenn Morris  <rgm@gnu.org>
14489         * cus-start.el (show-trailing-whitespace): Move to editing basics.
14490         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
14491         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
14492         (whitespace-highlight): Move to whitespace group.
14494         * comint.el (comint-source):
14495         * pcmpl-linux.el (pcmpl-linux):
14496         * shell.el (shell-faces):
14497         * eshell/esh-opt.el (eshell-opt):
14498         * international/ccl.el (ccl): Remove empty custom groups.
14500         * completion.el (dynamic-completion-mode):
14501         * jit-lock.el (jit-lock-debug-mode):
14502         * minibuffer.el (completion-in-region-mode):
14503         * type-break.el (type-break-mode-line-message-mode)
14504         (type-break-query-mode):
14505         * emulation/tpu-edt.el (tpu-edt-mode):
14506         * progmodes/subword.el (global-subword-mode, global-superword-mode):
14507         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
14508         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
14510         * term/xterm.el (xterm): Change parent group to terminals.
14512         * master.el (master): Remove empty custom group.
14513         (master-mode): Remove unused :group argument.
14514         * textmodes/refill.el (refill): Remove empty custom group.
14515         (refill-mode): Remove unused :group argument.
14517         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
14519         * cus-dep.el: Provide a feature.
14520         (custom-make-dependencies): Ignore dotfiles (dir-locals).
14521         Don't mistakenly ignore files whose basenames match a basename
14522         from preloaded-file-list (eg cedet/ede/simple.el).
14523         Add a fallback method for getting :group.
14525 2013-05-15  Juri Linkov  <juri@jurta.org>
14527         * isearch.el (isearch-char-by-name): Rename from
14528         `isearch-insert-char-by-name'.  Doc fix.
14529         (isearch-forward): Mention `isearch-char-by-name' in
14530         the docstring.  (Bug#13348)
14532         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
14533         `exit-minibuffer' instead of
14534         `isearch-nonincremental-exit-minibuffer'.
14535         (isearch-edit-string): Remove mention of
14536         `isearch-nonincremental-exit-minibuffer' from docstring.
14537         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
14538         (isearch-forward-exit-minibuffer)
14539         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
14541 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14543         * loadup.el: Just use unversioned DOC.
14545         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
14546         literals as extending to EOB.
14547         (nxml-last-fontify-end): Remove unused variable.
14548         (nxml-after-change1): Use with-silent-modifications.
14549         (nxml-extend-after-change-region): Simplify.
14550         (nxml-extend-after-change-region1): Remove function.
14551         (nxml-after-change1): Don't adjust for dependent regions.
14552         (nxml-fontify-matcher): Simplify.
14553         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
14554         (xmltok-add-dependent): Remove function.
14555         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
14556         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
14557         (xmltok-scan-prolog-after-processing-instruction-open): Treat
14558         unclosed <[[, <?, comment, and other literals as extending to EOB.
14559         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
14560         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
14561         Remove functions.
14562         (rng-do-some-validation-1): Don't mark dependent regions.
14563         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
14564         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
14565         (nxml-clear-dependent-regions): Remove functions.
14566         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
14567         (nxml-ensure-scan-up-to-date):
14568         Don't clear&mark dependent regions.
14570 2013-05-15  Leo Liu  <sdl.web@gmail.com>
14572         * progmodes/octave.el (octave-goto-function-definition):
14573         Improve and fix callers.
14575 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14577         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
14578         the setter (bug#14387).
14580         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
14581         surrounding group (bug#14402).
14583 2013-05-14  Juri Linkov  <juri@jurta.org>
14585         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
14586         (Bug#14390)
14588 2013-05-14  Glenn Morris  <rgm@gnu.org>
14590         * progmodes/f90.el (f90-imenu-generic-expression):
14591         Fix typo in 2013-05-08 change.  (Bug#14402)
14593 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
14595         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
14596         Remove signals for which replies are never received.
14598 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
14600         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
14601         (gdb-handler-alist, gdb-handler-number): Remove variables.
14602         (gdb-handler-list): New variable.
14603         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
14604         (gdb-pending-handler-p, gdb-handle-reply)
14605         (gdb-remove-all-pending-triggers): New functions.
14606         (gdb-discard-unordered-replies): New defcustom.
14607         (gdb-handler): New defstruct.
14608         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
14609         instead of gdb-pending-triggers.  Update docstring.
14610         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
14611         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
14612         (gdb-var-update-handler, def-gdb-auto-update-trigger)
14613         (def-gdb-auto-update-handler, gdb-get-changed-registers)
14614         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
14615         (gdb-frame-handler): Pending triggers are now automatically managed.
14616         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
14617         Remove argument.
14618         (gdb-input): Automatically handles pending triggers.  Update docstring.
14619         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
14620         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
14621         Update comments.
14622         (gdb-done-or-error): Now use gdb-handle-reply.
14624 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
14626         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
14627         gdb-debug-log.
14629 2013-05-14  Glenn Morris  <rgm@gnu.org>
14631         * subr.el (user-emacs-directory-warning): New option.
14632         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
14634 2013-05-14  Leo Liu  <sdl.web@gmail.com>
14636         * progmodes/octave.el (octave-font-lock-keywords): Fix error
14637         during redisplay.
14638         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
14639         (octave-font-lock-texinfo-comment): Fix invalid search bound
14640         error: wrong side of point.
14642 2013-05-14  Glenn Morris  <rgm@gnu.org>
14644         * progmodes/flymake.el (flymake-xml-program): New option.
14645         (flymake-xml-init): Use it.
14647         * term/xterm.el: Provide a feature.
14649         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
14651 2013-05-13  Glenn Morris  <rgm@gnu.org>
14653         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
14654         Add compat aliases as a hack workaround.  (Bug#14384)
14656 2013-05-13  Leo Liu  <sdl.web@gmail.com>
14658         * progmodes/octave.el (octave-indent-comment): Fix indentation for
14659         ###, and %!.
14660         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
14661         C-M-q.
14662         (octave-comment-start-skip): Include %!.
14663         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
14665 2013-05-12  Leo Liu  <sdl.web@gmail.com>
14667         * progmodes/octave.el (inferior-octave-startup): Store the value
14668         of __octave_srcdir__ for octave-source-directories.
14669         (inferior-octave-check-process): New function refactored out of
14670         inferior-octave-send-list-and-digest.
14671         (octave-source-directories)
14672         (octave-find-definition-filename-function): New variables.
14673         (octave-source-directories)
14674         (octave-find-definition-default-filename): New functions.
14675         (octave-find-definition): Improve to find functions implemented in C++.
14677 2013-05-12  Glenn Morris  <rgm@gnu.org>
14679         * calendar/diary-lib.el (diary-outlook-format-1):
14680         Don't include dayname in the output.  (Bug#14349)
14682 2013-05-11  Glenn Morris  <rgm@gnu.org>
14684         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
14686         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
14687         Treat cc-provide like provide.
14689 2013-05-11  Kevin Ryde  <user42@zip.com.au>
14691         * cus-dep.el (custom-make-dependencies):
14692         Use generated-autoload-load-name for the sake of files such
14693         such cedet/semantic/bovine/c.el, where the base file name
14694         is not in load-path.  (Bug#5277)
14696 2013-05-11  Glenn Morris  <rgm@gnu.org>
14698         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
14699         Provide features.
14701 2013-05-11  Leo Liu  <sdl.web@gmail.com>
14703         * progmodes/octave.el (octave-indent-comment): Improve.
14704         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
14705         (octave-eldoc-function-signatures, octave-eldoc-function):
14706         New functions.
14707         (octave-mode, inferior-octave-mode): Add eldoc support.
14709 2013-05-11  Richard Stallman  <rms@gnu.org>
14711         * epa.el (epa-decrypt-file): Take output file name as argument
14712         and read it using `interactive'.
14714 2013-05-11  Leo Liu  <sdl.web@gmail.com>
14716         * progmodes/octave.el (octave-beginning-of-line)
14717         (octave-end-of-line): Check before using up-list because it jumps
14718         out of more syntactic contructs since moving to smie.
14719         (octave-indent-comment): New function.
14720         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
14721         (octave-begin-keywords, octave-end-keywords)
14722         (octave-reserved-words, octave-smie-bnf-table)
14723         (octave-smie-rules): Add new keywords from Octave 3.6.4.
14725 2013-05-11  Glenn Morris  <rgm@gnu.org>
14727         * faces.el (internal-face-x-get-resource):
14728         * frame.el (ns-display-monitor-attributes-list):
14729         * calc/calc-aent.el (math-to-radians-2):
14730         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
14731         Fix declarations.
14733         * calc/calc-menu.el: Make it loadable in isolation.
14735         * net/eudcb-bbdb.el: Make it loadable without bbdb.
14736         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
14737         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
14738         (eudc-bbdb-query-internal): Require 'bbdb.
14740         * lpr.el (lpr-headers-switches):
14741         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
14743         * progmodes/sql.el (sql-login-params): Fix and improve :type.
14745         * emulation/edt-mapper.el: In batch mode, error rather than hang.
14747         * term.el (term-set-escape-char): Make it idempotent.
14749 2013-05-10  Leo Liu  <sdl.web@gmail.com>
14751         * progmodes/octave.el (inferior-octave-completion-table):
14752         No longer a function and all uses changed.  Use cache to speed up
14753         completion due to bug#11906.
14754         (octave-beginning-of-defun): Re-write to be more general.
14756 2013-05-10  Glenn Morris  <rgm@gnu.org>
14758         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
14760 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14762         * comint.el (comint-redirect-send-command-to-process): Use :around
14763         rather than :override for comint-redirect-filter.
14764         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
14765         Call it instead of comint-redirect-original-filter-function (which
14766         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
14768 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
14770         * frame.el (display-monitor-attributes-list): Add NS case.
14771         (ns-display-monitor-attributes-list): Declare.
14773 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
14775         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
14777 2013-05-09  Glenn Morris  <rgm@gnu.org>
14779         * international/fontset.el (vertical-centering-font-regexp):
14780         Set standard-value.
14782         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
14784         * bookmark.el (bookmark-search-delay):
14785         * cus-start.el (vertical-centering-font-regexp):
14786         * ps-mule.el (ps-mule-font-info-database-default):
14787         * ps-print.el (ps-default-fg, ps-default-bg):
14788         * type-break.el (type-break-good-break-interval):
14789         * whitespace.el (whitespace-indentation-regexp)
14790         (whitespace-space-after-tab-regexp):
14791         * emacs-lisp/testcover.el (testcover-1value-functions)
14792         (testcover-noreturn-functions, testcover-progn-functions)
14793         (testcover-prog1-functions):
14794         * emulation/viper-init.el (viper-emacs-state-cursor-color):
14795         * eshell/em-glob.el (eshell-glob-translate-alist):
14796         * play/tetris.el (tetris-tty-colors):
14797         * progmodes/cpp.el (cpp-face-default-list):
14798         * progmodes/flymake.el (flymake-allowed-file-name-masks):
14799         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
14800         (idlwave-help-browser-generic-args):
14801         * progmodes/make-mode.el (makefile-special-targets-list):
14802         * progmodes/python.el (python-shell-virtualenv-path):
14803         * progmodes/verilog-mode.el (verilog-active-low-regexp)
14804         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
14805         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
14806         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
14807         * textmodes/reftex-vars.el (reftex-format-label-function):
14808         * textmodes/remember.el (remember-diary-file): Fix custom types.
14810         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
14811         Add :version.
14813 2013-05-09  Leo Liu  <sdl.web@gmail.com>
14815         * progmodes/octave.el (inferior-octave-completion-at-point):
14816         Restore file completion.  (Bug#14300)
14817         (inferior-octave-startup): Fix incorrect highlighting for the
14818         first prompt.
14820 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14822         * progmodes/ruby-mode.el: First cut at SMIE support.
14823         (ruby-use-smie): New var.
14824         (ruby-smie-grammar): New constant.
14825         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
14826         (ruby-smie--forward-token, ruby-smie--backward-token)
14827         (ruby-smie-rules): New functions.
14828         (ruby-mode-variables): Setup SMIE if applicable.
14830 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
14832         * simple.el (line-move-visual): Signal beginning/end of buffer
14833         only if vertical-motion moved less than it was requested.  Avoids
14834         silly incorrect error messages when there are display strings with
14835         multiple newlines at EOL.
14837 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14839         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
14840         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
14841         (prolog-char-quote-workaround):
14842         * progmodes/cperl-mode.el (cperl-under-as-char):
14843         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
14844         Mark as obsolete.
14845         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
14846         their declaration.
14847         (vhdl-mode-syntax-table-init): Remove.
14849         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
14850         last change.
14852         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
14853         syntax for "_".
14854         (ld-script-font-lock-keywords):
14855         Change regexps to use things like \_< and \_>.
14857         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
14858         Change all regexps to use things like \_< and \_>.
14860         * progmodes/autoconf.el (autoconf-definition-regexp)
14861         (autoconf-font-lock-keywords, autoconf-current-defun-function):
14862         Handle a _ with symbol syntax.
14863         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
14865         * progmodes/ada-mode.el (ada-mode-abbrev-table):
14866         Consolidate declaration.
14867         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
14868         the declaration.
14869         (ada-create-syntax-table): Remove.
14870         (ada-capitalize-word): Don't mess with the syntax of "_" since it
14871         already has the right syntax nowadays.
14872         (ada-goto-next-word): Don't change the syntax of "_".
14874         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
14875         with-wrapper-hook.
14877 2013-05-08  Sam Steingold  <sds@gnu.org>
14879         * thingatpt.el (thing-at-point): Accept optional second argument
14880         NO-PROPERTIES to strip the text properties from the return value.
14881         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
14882         to `thing-at-point' instead of stripping the properties ourselves.
14883         Also, when `thing-at-point' fails to find a url, prepend "http://"
14884         to the filename at point on the assumption that the user is
14885         pointing at something like gnu.org/gnu.
14887 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
14889         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
14890         * faces.el (crm-separator):
14891         Silence byte-compiler.
14893         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
14894         (tool-bar-map): Remove unneeded defvars.
14896 2013-05-08  Leo Liu  <sdl.web@gmail.com>
14898         Re-work a fix for bug#10994 based on Le Wang's patch.
14899         * ido.el (ido-remove-consecutive-dups): New helper.
14900         (ido-completing-read): Use it.
14901         (ido-chop): Revert fix for bug#10994.
14903 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
14905         * cus-edit.el (custom-save-variables):
14906         Pretty-print long values.  (Bug#14187)
14908 2013-05-08  Glenn Morris  <rgm@gnu.org>
14910         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
14911         (m4-mode-syntax-table): Init in the defvar.
14912         (m4-mode-abbrev-table): Let define-derived-mode define it.
14914 2013-05-08  Tom Tromey  <tromey@redhat.com>
14916         * progmodes/m4-mode.el (m4-mode-syntax-table):
14917         Do not treat "_" as word constituent.  (Bug#14167)
14919 2013-05-07  Glenn Morris  <rgm@gnu.org>
14921         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
14922         Remove explicit eshell-isearch-cancel-map.
14924         * progmodes/f90.el (f90-smart-end-names): New option.
14925         (f90-smart-end): Doc fix.
14926         (f90-end-block-optional-name): New constant.
14927         (f90-block-match): Respect f90-smart-end-names.
14929 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14931         * progmodes/octave.el (octave-smie-forward-token): Be more careful
14932         about implicit semi-colons (bug#14218).
14934 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14936         * frame.el (display-monitor-attributes-list)
14937         (frame-monitor-attributes): New functions.
14939 2013-05-06  Leo Liu  <sdl.web@gmail.com>
14941         * progmodes/octave.el (octave-syntax-propertize-function): Change
14942         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
14943         (octave-font-lock-keywords): Use octave-operator-regexp.
14944         (octave-completion-at-point): Rename from
14945         octave-completion-at-point-function.
14946         (inferior-octave-directory-tracker): Robustify.
14947         (octave-text-functions): Remove and fix its uses.  No such things
14948         any more.
14950 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14952         * emacs-lisp/trace.el (trace--display-buffer): New function.
14953         (trace-make-advice): Use it.
14955 2013-05-06  Juri Linkov  <juri@jurta.org>
14957         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
14958         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
14959         Doc fix.
14960         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
14961         in the help string.  (Bug#12985)
14963 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
14965         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
14967 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14969         * progmodes/perl-mode.el: Add support for here documents.
14970         (perl-syntax-propertize-function): Match here-doc markers.
14971         (perl-syntax-propertize-special-constructs): Find their end.
14972         (perl-imenu-generic-expression): Use [:alnum:].
14974         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
14975         (advice--add-function): Refresh the advice if already present
14976         (bug#14317).
14978 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
14980         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
14982 2013-05-06  Glenn Morris  <rgm@gnu.org>
14984         * w32-fns.el (w32-charset-info-alist): Declare.
14986         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
14987         of its defcustom properties.
14988         (eshell-cmpl-initialize): No need to load pcomplete.
14990         * generic-x.el: No need to require comint when compiling.
14992         * net/eudc-export.el: Make it loadable without bbdb.
14993         (top-level): Use require rather than load-library.
14994         (eudc-create-bbdb-record, eudc-bbdbify-phone)
14995         (eudc-batch-export-records-to-bbdb)
14996         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
14997         Require bbdb.
14999 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15001         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
15002         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
15003         some tweaks, instead.
15005 2013-05-05  Leo Liu  <sdl.web@gmail.com>
15007         * progmodes/octave.el (octave-font-lock-keywords)
15008         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
15009         (inferior-octave-send-list-and-digest): Improve error message.
15010         (octave-mode, inferior-octave-mode): Use setq-local.
15011         (octave-help): Set info-lookup-mode.
15013 2013-05-05  Richard Stallman  <rms@gnu.org>
15015         * vc/compare-w.el (compare-windows-whitespace):
15016         Treat no-break space as whitespace.
15018         * mail/rmailsum.el (rmail-summary-rmail-update):
15019         Detect empty summary and don't change selected message.
15020         (rmail-summary-goto-msg): Likewise.
15022         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
15023         Doc fixes, rename args.
15025 2013-05-05  Alan Mackenzie  <acm@muc.de>
15027         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
15029 2013-05-05  Juri Linkov  <juri@jurta.org>
15031         * info.el (Info-read-subfile): Use (point-min) instead of (point)
15032         to not add the length of the summary segment to the return value.
15033         (Bug#14125)
15035 2013-05-05  Leo Liu  <sdl.web@gmail.com>
15037         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
15038         (inferior-octave-output-filter): Remove.
15039         (octave-send-region, inferior-octave-startup): Fix callers.
15040         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
15041         (octave-binary-file-extensions): New user variable.
15042         (octave-find-definition): Confirm if opening binary files.
15043         (octave-help-file): Use octave-find-definition to get the binary
15044         confirmation.
15045         (octave-help): Adjust for octave-help-file change.
15047 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15049         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
15050         Merge the two entries that handle function definitions.
15051         (pascal--syntax-propertize): New const.
15052         (pascal-mode): Use it.  Use setq-local.
15054 2013-05-04  Glenn Morris  <rgm@gnu.org>
15056         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
15057         (diary-from-outlook): Respect diary-from-outlook-function.
15059 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15061         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
15062         Move the declaration from C.
15063         (read-minibuffer, eval-minibuffer): Move from C.
15064         (completion-setup-function): Avoid minibuffer-completion-contents.
15066 2013-05-03  Leo Liu  <sdl.web@gmail.com>
15068         * progmodes/octave.el (octave-font-lock-keywords): Do not
15069         dehighlight 'end' in comments or strings.
15070         (octave-completing-read, octave-goto-function-definition):
15071         New helpers.
15072         (octave-help-buffer): New user variable.
15073         (octave-help-file, octave-help-function): New button types.
15074         (octave-help): New command and bind it to C-h ;.
15075         (octave-find-definition): New command and bind it to M-.
15076         (user-error): Alias to error if not defined.
15078 2013-05-02  Leo Liu  <sdl.web@gmail.com>
15080         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
15081         for \.  (bug#14332)
15082         (octave-font-lock-keywords): Include [ and {.
15084 2013-05-02  Leo Liu  <sdl.web@gmail.com>
15086         * progmodes/octave.el (inferior-octave-startup-file): Change default.
15087         (inferior-octave): Remove calling comint-mode and return the buffer.
15088         (inferior-octave-startup): Cosmetic changes.
15090 2013-05-02  Leo Liu  <sdl.web@gmail.com>
15092         * progmodes/octave.el (octave-syntax-propertize-function):
15093         Include the case when ' is at line beginning.  (Bug#14336)
15095 2013-05-02  Glenn Morris  <rgm@gnu.org>
15097         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
15098         * desktop.el (vc-dir-mode): Just autoload it here.
15100 2013-05-02  Alan Mackenzie  <acm@muc.de>
15102         Eliminate variable c-standard-font-lock-fontify-region-function.
15103         * progmodes/cc-mode.el
15104         (c-standard-font-lock-fontify-region-function): Remove.
15105         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
15107 2013-05-01  Leo Liu  <sdl.web@gmail.com>
15109         * progmodes/octave.el: Compatible with older emacs-24 releases.
15110         (inferior-octave-has-built-in-variables): Remove.  Built-in
15111         variables were removed from Octave in 2007.
15112         (inferior-octave-startup): Fix uses.
15113         (comint-line-beginning-position): Remove compatibility code for
15114         emacs 21.
15116 2013-05-01  Juri Linkov  <juri@jurta.org>
15118         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
15120 2013-05-01  Juri Linkov  <juri@jurta.org>
15122         * comint.el (comint-previous-matching-input): Don't print message
15123         "History item: %d" when `isearch-mode' is active.
15124         (comint-history-isearch-message): Print message "History item: %d"
15125         when `comint-input-ring-index' is not empty and this function is
15126         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
15128 2013-05-01  Leo Liu  <sdl.web@gmail.com>
15130         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
15131         definitions.  Use completion-at-point to insert keywords.
15132         (octave-abbrev-start): Remove.
15133         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
15135 2013-04-30  Leo Liu  <sdl.web@gmail.com>
15137         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
15138         change.
15140 2013-04-30  Alan Mackenzie  <acm@muc.de>
15142         Handle arbitrarily long C++ member initialisation lists.
15143         * progmodes/cc-engine.el (c-back-over-member-initializers):
15144         new function.
15145         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
15146         (most) member init lists.
15148 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
15150         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
15151         variable.
15153 2013-04-30  Leo Liu  <sdl.web@gmail.com>
15155         * progmodes/octave.el (octave-variables): Remove.  No builtin
15156         variables any more.  All converted to functions.
15157         (octave-font-lock-keywords, octave-completion-at-point-function):
15158         Fix uses.
15159         (octave-font-lock-texinfo-comment): New user variable.
15160         (octave-texinfo-font-lock-keywords): New variable for texinfo
15161         comment block.
15162         (octave-function-comment-block): New face.
15163         (octave-font-lock-texinfo-comment): New function.
15164         (octave-mode): Font lock texinfo comment block.
15166 2013-04-29  Leo Liu  <sdl.web@gmail.com>
15168         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
15169         indexing expression.
15170         (octave-continuation-string): Do not use \.
15171         (inferior-octave-complete-impossible): Remove.
15172         (inferior-octave-completion-table)
15173         (inferior-octave-completion-at-point): Remove its uses.
15174         (inferior-octave-startup): completion_matches was introduced to
15175         Octave in 1996 so safe to assume it.
15176         (octave-function-file-comment): Improve to follow how Octave does it.
15177         (octave-update-function-file-comment): Tweak.
15179 2013-04-29  Leo Liu  <sdl.web@gmail.com>
15181         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
15182         (inferior-octave-startup): Remove inferior-octave-startup-hook.
15183         (octave-function-file-comment): Fix typo.
15184         (octave-sync-function-file-names): Use read-char-choice.
15186 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
15188         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
15189         to t for the less important warnings.
15191 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
15193         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
15195 2013-04-27  Glenn Morris  <rgm@gnu.org>
15197         * vc/log-view.el (log-view-current-entry):
15198         Treat "---" separator lines as part of the following rev.  (Bug#14169)
15200 2013-04-27  Juri Linkov  <juri@jurta.org>
15202         * subr.el (read-number): Doc fix about using it by interactive
15203         code letter `n'.  (Bug#14254)
15205 2013-04-27  Juri Linkov  <juri@jurta.org>
15207         * desktop.el (desktop-auto-save-timeout): New option.
15208         (desktop-file-checksum): New variable.
15209         (desktop-save): Add optional arg `auto-save' and don't auto-save
15210         if nothing changed.
15211         (desktop-auto-save-timer): New variable.
15212         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
15213         (after-init-hook): Call `desktop-auto-save-set-timer'.
15214         Suggested by Reuben Thomas <rrt@sc3d.org> in
15215         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
15217 2013-04-27  Leo Liu  <sdl.web@gmail.com>
15219         * progmodes/octave.el (octave-function-file-p)
15220         (octave-skip-comment-forward, octave-function-file-comment)
15221         (octave-update-function-file-comment): New functions.
15222         (octave-mode-map): Bind C-c ; to
15223         octave-update-function-file-comment.
15224         (octave-mode-menu): Add octave-update-function-file-comment.
15225         (octave-mode, inferior-octave-mode): Fix doc-string.
15226         (octave-insert-defun): Conform to Octave's coding convention.
15227         (Bug#14285)
15229         * files.el (basic-save-buffer): Don't let errors in
15230         before-save-hook prevent saving buffer.
15232 2013-04-20  Roland Winkler  <winkler@gnu.org>
15234         * faces.el (read-face-name): Use completing-read if arg multiple
15235         is nil.
15237 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
15239         * ls-lisp.el (ls-lisp-insert-directory): If no files are
15240         displayed, move point to after the totals line.
15241         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
15242         for the details.
15244 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15246         * emacs-lisp/package.el (package-autoload-ensure-default-file):
15247         Add current dir to the load-path.
15248         (package-generate-autoloads): Don't rely on
15249         autoload-ensure-default-file.
15251 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
15253         * textmodes/remember.el (remember-store-in-files): Document that
15254         the file name format is passed to `format-time-string'.
15256 2013-04-26  Leo Liu  <sdl.web@gmail.com>
15258         * progmodes/octave.el (octave-sync-function-file-names): New function.
15259         (octave-mode): Use it in before-save-hook.
15261 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15263         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
15264         (bug#14274).
15266         * progmodes/octave.el (octave-smie-forward-token): Properly skip
15267         \n and comment, even if it's not an implicit ; (bug#14218).
15269 2013-04-26  Glenn Morris  <rgm@gnu.org>
15271         * subr.el (read-number): Once more use `read' rather than
15272         `string-to-number', to trap non-numeric input.  (Bug#14254)
15274 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
15276         * emacs-lisp/syntax.el (syntax-propertize-multiline):
15277         Use `syntax-multiline' text property consistently instead of
15278         `font-lock-multiline'.  (Bug#14237)
15280 2013-04-26  Glenn Morris  <rgm@gnu.org>
15282         * emacs-lisp/shadow.el (list-load-path-shadows):
15283         No longer necessary to check for duplicate simple.el, since
15284         2012-07-07 change to init_lread to not include installation lisp
15285         directories in load-path when running uninstalled.  (Bug#14270)
15287 2013-04-26  Leo Liu  <sdl.web@gmail.com>
15289         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
15290         (octave-mode, inferior-octave-mode): Use setq-local.
15291         (octave-not-in-string-or-comment-p): Rename to
15292         octave-in-string-or-comment-p.
15293         (octave-in-comment-p, octave-in-string-p)
15294         (octave-in-string-or-comment-p): Replace defsubst with defun.
15296 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
15298         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
15300 2013-04-25  Bastien Guerry  <bzg@gnu.org>
15302         * textmodes/remember.el (remember-data-directory)
15303         (remember-directory-file-name-format): Fix custom types.
15305 2013-04-25  Leo Liu  <sdl.web@gmail.com>
15307         * progmodes/octave.el (octave-completion-at-point-function):
15308         Make use of inferior octave process.
15309         (octave-initialize-completions): Remove.
15310         (inferior-octave-completion-table): New function.
15311         (inferior-octave-completion-at-point): Use it.
15312         (octave-completion-alist): Remove.
15314 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15316         * progmodes/opascal.el: Use font-lock and syntax-propertize.
15317         (opascal-mode-syntax-table): New var.
15318         (opascal-literal-kind, opascal-is-literal-end)
15319         (opascal-literal-token-at): Rewrite.
15320         (opascal--literal-start-re, opascal-font-lock-keywords)
15321         (opascal--syntax-propertize): New constants.
15322         (opascal-font-lock-defaults): Adjust.
15323         (opascal-mode): Use them.  Set comment-<foo> variables as well.
15324         (delphi-comment-face, opascal-comment-face, delphi-string-face)
15325         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
15326         (delphi-other-face, opascal-other-face): Remove face variables.
15327         (opascal-save-state): Remove macro.
15328         (opascal-fontifying-progress-step): Remove constant.
15329         (opascal--ignore-changes): Remove var.
15330         (opascal-set-token-property, opascal-parse-next-literal)
15331         (opascal-is-stable-literal, opascal-complete-literal)
15332         (opascal-is-literal-start, opascal-face-of)
15333         (opascal-parse-region, opascal-parse-region-until-stable)
15334         (opascal-fontify-region, opascal-after-change)
15335         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
15336         (opascal-debug-parse-region, opascal-debug-parse-window)
15337         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
15338         (opascal-debug-fontify-buffer): Remove.
15339         (opascal-debug-mode-map): Adjust accordingly.
15341 2013-04-25  Leo Liu  <sdl.web@gmail.com>
15343         Merge octave-mod.el and octave-inf.el into octave.el with some
15344         cleanups.
15345         * progmodes/octave.el: New file renamed from octave-mod.el.
15346         * progmodes/octave-inf.el: Merged into octave.el.
15347         * progmodes/octave-mod.el: Renamed to octave.el.
15349 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
15351         * textmodes/reftex-vars.el
15352         (reftex-label-ignored-macros-and-environments): New defcustom.
15354         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
15356 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15358         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
15359         (smie-indent-keyword): Improve the check to ensure that the next
15360         comment is really on the same line.
15361         (smie-indent-comment): Don't align with a subsequent closer (or eob).
15363         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
15364         semi-colons if the line is not otherwise empty (bug#14218).
15366 2013-04-25  Glenn Morris  <rgm@gnu.org>
15368         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
15370 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15372         * progmodes/opascal.el (opascal-set-token-property): Rename from
15373         opascal-set-text-properties and only set `token' (bug#14134).
15374         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
15375         (opascal-literal-text-properties): Remove.
15376         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
15377         Adjust callers.
15379 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
15381         * textmodes/remember.el (remember-handler-functions): Add an
15382         option for a new handler `remember-store-in-files'.
15383         (remember-data-directory, remember-directory-file-name-format):
15384         New options.
15385         (remember-store-in-files): New function to store remember notes
15386         as separate files within a directory.
15388 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
15390         * progmodes/compile.el (compilation-next-error-function):
15391         Pass "formats" to compilation-find-file (bug#11777).
15393 2013-04-24  Glenn Morris  <rgm@gnu.org>
15395         * vc/vc-bzr.el (vc-bzr-print-log):
15396         * vc/vc-hg.el (vc-hg-print-log):
15397         * vc/vc-svn.el (vc-svn-print-log):
15398         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
15400         * vc/vc-bzr.el (vc-bzr-print-log):
15401         * vc/vc-cvs.el (vc-cvs-print-log):
15402         * vc/vc-git.el (vc-git-print-log):
15403         * vc/vc-hg.el (vc-hg-print-log):
15404         * vc/vc-mtn.el (vc-mtn-print-log):
15405         * vc/vc-rcs.el (vc-rcs-print-log):
15406         * vc/vc-sccs.el (vc-sccs-print-log):
15407         * vc/vc-svn.el (vc-svn-print-log):
15408         * vc/vc.el (vc-print-log-internal): Doc fixes.
15410 2013-04-23  Glenn Morris  <rgm@gnu.org>
15412         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
15413         Remove venerable code attempting to avoid substitute-command-keys.
15415 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
15417         * textmodes/reftex-vars.el (reftex-label-regexps):
15418         Call `reftex-compile-variables' after changes to this variable.
15420 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15422         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
15423         Use lexical-binding.
15424         (jit-lock-force-redisplay): Use markers, check buffer's continued
15425         existence and beware narrowed buffers.
15426         (jit-lock-fontify-now): Adjust call accordingly.
15428 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15430         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
15431         to avoid misleading the user.
15433 2013-04-22  Leo Liu  <sdl.web@gmail.com>
15435         * info-look.el: Prefer latex2e.info.  (Bug#14240)
15437 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
15439         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
15441         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
15442         * net/tramp.el (tramp-call-process): ... here.
15443         (tramp-set-completion-function, tramp-parse-putty):
15444         * net/tramp-adb.el (tramp-adb-execute-adb-command):
15445         * net/tramp-gvfs.el (tramp-gvfs-send-command):
15446         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
15447         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
15448         (tramp-call-local-coding-command): Use `tramp-call-process'
15449         instead of `tramp-compat-call-process'.
15451         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
15452         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
15453         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
15454         (tramp-find-inline-compress): Improve traces.
15455         (tramp-maybe-send-script): Check for Perl binary.
15456         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
15458 2013-04-22  Daiki Ueno  <ueno@gnu.org>
15460         * epg.el (epg-context-pinentry-mode): New function.
15461         (epg-context-set-pinentry-mode): New function.
15462         (epg--start): Pass --pinentry-mode option to gpg command.
15464 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
15466         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
15467         `comint-dynamic-complete' is obsolete since 24.1, replaced by
15468         `completion-at-point'.  (Bug#13774)
15470         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
15471         default key binding for `describe-distribution' has been moved to
15472         `C-h C-o'.  (Bug#13970)
15474 2013-04-21  Glenn Morris  <rgm@gnu.org>
15476         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
15477         Add doc strings.
15478         (vc-print-log): Clarify interactive prompt.
15480 2013-04-20  Glenn Morris  <rgm@gnu.org>
15482         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
15483         No longer include timestamp etc information.
15485 2013-04-20  Roland Winkler  <winkler@gnu.org>
15487         * faces.el (read-face-name): Bug fix, return just one face if arg
15488         multiple is nil.  (Bug#14209)
15490 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15492         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
15493         (remove-function): Autoload.
15495         * comint.el (comint-redirect-original-filter-function): Remove.
15496         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
15497         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
15498         (vc-cvs-annotate-command):
15499         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
15500         * progmodes/prolog.el (prolog-consult-compile):
15501         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
15502         Use add/remove-function instead.
15503         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
15504         (gud-tooltip-process-output, gud-tooltip-tips):
15505         Use add/remove-function instead.
15506         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
15507         (scheme-interaction-mode, exit-scheme-interaction-mode):
15508         Use add/remove-function instead.
15510         * vc/vc-dispatcher.el: Use lexical-binding.
15511         (vc--process-sentinel): Rename from vc-process-sentinel.
15512         Change last arg to be the code to run.  Don't use vc-previous-sentinel
15513         and vc-sentinel-commands any more.
15514         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
15515         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
15517 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
15519         * progmodes/sh-script.el (sh-imenu-generic-expression):
15520         Handle function names with a single character.  (Bug#14111)
15522 2013-04-19  Dima Kogan  <dima@secretsauce.net>  (tiny change)
15524         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
15525         for subroutines defined in an eval (bug#14182).
15527 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15529         * bookmark.el (bookmark-completing-read): Improve handling of empty
15530         string (bug#14176).
15532 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15534         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
15536 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
15538         New faster Imenu implementation (bug#14058).
15539         * progmodes/python.el:
15540         (python-imenu-prev-index-position):
15541         (python-imenu-format-item-label-function)
15542         (python-imenu-format-parent-item-label-function)
15543         (python-imenu-format-parent-item-jump-label-function):
15544         New vars.
15545         (python-imenu-format-item-label)
15546         (python-imenu-format-parent-item-label)
15547         (python-imenu-format-parent-item-jump-label)
15548         (python-imenu--put-parent, python-imenu--build-tree)
15549         (python-imenu-create-index, python-imenu-create-flat-index)
15550         (python-util-popn): New functions.
15551         (python-mode): Set imenu-create-index-function to
15552         python-imenu-create-index.
15554 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15556         * winner.el (winner-active-region): Use region-active-p, activate-mark
15557         and deactivate-mark (bug#14225).
15559         * simple.el (deactivate-mark): Don't inline it.
15561 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
15563         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
15565 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
15567         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
15568         file extensions from the archive-mode entry in order to prefer
15569         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
15571 2013-04-18  Leo Liu  <sdl.web@gmail.com>
15573         * bindings.el (help-event-list): Add ?\?.
15575 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15577         * subr.el (with-wrapper-hook): Declare obsolete.
15578         * simple.el (filter-buffer-substring-function): New hook.
15579         (filter-buffer-substring): Use it.
15580         (filter-buffer-substring-functions): Mark obsolete.
15581         * minibuffer.el (completion-in-region-function): New hook.
15582         (completion-in-region): Use it.
15583         (completion-in-region-functions): Mark obsolete.
15584         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
15585         * abbrev.el (abbrev-expand-function): New hook.
15586         (expand-abbrev): Use it.
15587         (abbrev-expand-functions): Mark obsolete.
15588         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
15589         and :filter-return.
15591 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
15593         * progmodes/python.el (python-nav--syntactically): Fix cornercases
15594         and do not care about match data.
15596 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15598         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
15599         completion tables when completing error conditions and
15600         `declare' arguments.
15601         (lisp-complete-symbol, field-complete): Mark as obsolete.
15602         (check-parens): Unmatched parens are user errors.
15603         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
15605 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
15607         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
15608         command changed buffer (ie. `flyspell-pre-buffer' is not current
15609         buffer), which prevents making decisions based on invalid value of
15610         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
15611         cause an error when `flyspell-pre-point' was nil after switching
15612         buffers.
15613         (flyspell-post-command-hook): No longer needs to change buffers when
15614         checking pre-word.  While at it remove unnecessary progn.
15616 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
15618         * textmodes/ispell.el (ispell-add-per-file-word-list):
15619         Fix `flyspell-correct-word-before-point' error when accepting
15620         words and `coment-padding' is an integer by using
15621         `comment-normalize-vars' (Bug #14214).
15623 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
15625         New defun movement commands.
15626         * progmodes/python.el (python-nav--syntactically)
15627         (python-nav--forward-defun, python-nav-backward-defun)
15628         (python-nav-forward-defun): New functions.
15630 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
15632         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
15633         (python-syntax-context): Use named compiler-macro for backwards
15634         compatibility with Emacs 24.x.
15636 2013-04-17  Leo Liu  <sdl.web@gmail.com>
15638         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
15639         octave-hide-process-buffer.
15641 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15643         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
15644         (bug#14216).
15646 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
15648         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
15649         Fix adjustment of offset when receiving incomplete responses from GDB
15650         (bug#14129).
15652 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15654         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
15655         python-mode-abbrev-table.
15656         (python-skeleton-define): Adjust accordingly.
15657         (python-mode-abbrev-table): New table that inherits from it so that
15658         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
15660         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
15661         (abbrev-symbol): Use it.
15662         (abbrev--before-point): Use it since we already handle inheritance.
15664 2013-04-16  Leo Liu  <sdl.web@gmail.com>
15666         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
15667         binding to info-lookup-symbol.
15669 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
15671         * minibuffer.el (completion--twq-all):
15672         * term/ns-win.el (ns-initialize-window-system):
15673         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
15675 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15677         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
15678         global bindings.
15680         * doc-view.el (doc-view-start-process): Handle url-handler directories.
15682 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
15684         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
15685         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
15686         to nil.
15687         (ruby-end-of-defun): Remove the unused arg, change the docstring
15688         to reflect that this function is only used as the value of
15689         `end-of-defun-function'.
15690         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
15691         to reflect an earlier change that beginning/end-of-defun functions
15692         jump between methods in a class definition, as well as top-level
15693         functions.
15695 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15697         * minibuffer.el (minibuffer-complete): Don't just scroll
15698         a *Completions* that's been iconified.
15699         (minibuffer-force-complete): Make sure repetitions do cycle when going
15700         through completion-in-region -> minibuffer-complete.
15702 2013-04-15  Alan Mackenzie  <acm@muc.de>
15704         Correct the placement of c-cpp-delimiters when there're #s not at
15705         col 0.
15707         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
15708         place a submatch around the #.
15709         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
15710         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
15711         on the #, not BOL.
15713 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15715         * emacs-lisp/nadvice.el: Properly test names when adding advice.
15716         (advice--member-p): New arg `name'.
15717         (advice--add-function, advice-member-p): Use it (bug#14202).
15719 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
15721         Reformulate java imenu-generic-expression.
15722         The old expression contained ill formed regexps.
15724         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
15725         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
15726         (cc-imenu-java-method-arg-regexp): New defconsts.
15727         (cc-imenu-java-build-type-args-regex): New defun.
15728         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
15729         handling of spaces in the regexp.
15731 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
15733         * textmodes/ispell.el (ispell-command-loop): Remove
15734         flyspell highlight of a word when ispell accepts it (bug #14178).
15736 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
15738         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
15739         uses code from the previous `ange-ftp-run-real-handler'.
15740         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
15741         only in case that function exist.  This is needed for proper
15742         unloading of Tramp.
15744 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
15746         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
15748         * textmodes/reftex.el (reftex-compile-variables): Use it.
15750 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15752         * files.el (normal-mode): Only use default major-mode if no other mode
15753         was specified.
15755         * emacs-lisp/trace.el (trace-values): New function.
15757         * files.el: Allow : in local variables (bug#14089).
15758         (hack-local-variable-regexp): New var.
15759         (hack-local-variables-prop-line, hack-local-variables): Use it.
15761 2013-04-13  Roland Winkler  <winkler@gnu.org>
15763         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
15764         data before it gets modified by bibtex-beginning-of-entry.
15766 2013-04-13  Roland Winkler  <winkler@gnu.org>
15768         * textmodes/bibtex.el (bibtex-url): Doc fix.
15770 2013-04-13  Roland Winkler  <winkler@gnu.org>
15772         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
15773         does not visit a BibTeX file, exclude it from the list of buffers
15774         returned by bibtex-initialize.
15776 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
15778         * window.el (split-window): Remove interactive form, since as a
15779         command this function is a special case of split-window-below.
15780         Correct doc string.
15782 2013-04-12  Roland Winkler  <winkler@gnu.org>
15784         * faces.el (read-face-name): Do not override value of arg default.
15785         Allow single faces and strings as default values.  Remove those
15786         elements from return value that are not faces.
15787         (describe-face): Simplify.
15788         (face-at-point): New optional args thing and multiple so that this
15789         function can provide the same functionality previously provided by
15790         read-face-name.
15791         (make-face-bold, make-face-unbold, make-face-italic)
15792         (make-face-unitalic, make-face-bold-italic, invert-face)
15793         (modify-face, read-face-and-attribute): Use face-at-point.
15795         * cus-edit.el (customize-face, customize-face-other-window)
15796         * cus-theme.el (custom-theme-add-face)
15797         * face-remap.el (buffer-face-set)
15798         * facemenu.el (facemenu-set-face): Use face-at-point.
15800 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
15802         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
15804 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
15806         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
15807         off leading { and trailing } from field values.
15809 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15811         * emacs-lisp/timer.el (timer--check): New function.
15812         (timer--time, timer-set-function, timer-event-handler): Use it.
15813         (timer-set-idle-time): Simplify.
15814         (timer--activate): CSE.
15815         (timer-event-handler): Give more info in error message.
15816         (internal-timer-start-idle): New function, moved from C.
15818         * mpc.el (mpc-proc): Add `restart' argument.
15819         (mpc-proc-cmd): Use it.
15820         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
15821         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
15822         less often.
15824 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
15826         * progmodes/sh-script.el: Implement `sh-mode' own
15827         `add-log-current-defun-function' (bug#14112).
15828         (sh-current-defun-name): New function.
15829         (sh-mode): Use the function.
15831 2013-04-09  Bastien Guerry  <bzg@gnu.org>
15833         * simple.el (choose-completion-string): Fix docstring (bug#14163).
15835 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15837         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
15839         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
15840         timer (bug#14156).
15842 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
15844         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
15845         declaration.
15847 2013-04-07  Leo Liu  <sdl.web@gmail.com>
15849         * pcmpl-x.el: New file.
15851 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
15853         Do not set x-display-name until X connection is established.
15854         This is needed to prevent from weird situation described at
15855         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
15856         * frame.el (make-frame): Set x-display-name after call to
15857         window system initialization function, not before.
15858         * term/x-win.el (x-initialize-window-system): Add optional
15859         display argument and use it.
15860         * term/w32-win.el (w32-initialize-window-system):
15861         * term/ns-win.el (ns-initialize-window-system):
15862         * term/pc-win.el (msdos-initialize-window-system):
15863         Add compatible optional display argument.
15865 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
15867         * files.el (normal-backup-enable-predicate): On MS-Windows and
15868         MS-DOS compare truenames of temporary-file-directory and of the
15869         file, so that 8+3 aliases (usually found in $TEMP on Windows)
15870         don't fail comparison by compare-strings.  Also, compare file
15871         names case-insensitively on MS-Windows and MS-DOS.
15873 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15875         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
15876         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
15878 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
15880         * whitespace.el (whitespace-color-on, whitespace-color-off):
15881         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
15883 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
15885         * ispell.el (ispell-set-spellchecker-params):
15886         Really set `ispell-args' for all equivs.
15888 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15890         * ido.el (ido-completions): Use extra elements of ido-decorations
15891         (bug#14143).
15892         (ido-decorations): Update docstring.
15894 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
15896         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
15897         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
15898         nil during initialization, in order not to miss changes since the
15899         file was opened.  (Bug#14140)
15901 2013-04-05  Leo Liu  <sdl.web@gmail.com>
15903         * kmacro.el (kmacro-call-macro): Fix bug#14135.
15905 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
15907         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
15909 2013-04-04  Glenn Morris  <rgm@gnu.org>
15911         * electric.el (electric-pair-inhibit-predicate): Add :version.
15913 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15915         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
15916         when a package is required several times (bug#14082).
15918 2013-04-04  Roland Winkler  <winkler@gnu.org>
15920         * faces.el (read-face-name): Behave as promised by the docstring.
15921         Assume that arg default is a list of faces.
15922         (describe-face): Call read-face-name with list of default faces.
15924 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15926         * bookmark.el: Fix deletion of bookmarks (bug#13972).
15927         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
15928         (bookmark-bmenu-execute-deletions): Only skip first line if it's
15929         the header.
15930         (bookmark-exit-hook-internal): Save even if list is empty.
15932 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
15934         * emacs-lisp/package.el (package-pinned-packages): New var.
15935         (package--add-to-archive-contents): Obey it (bug#14118).
15937 2013-04-03  Alan Mackenzie  <acm@muc.de>
15939         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
15940         Also adapt to the new values of element 7 of a parse state.
15942         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
15943         parameter `not-in-delimiter'.  Handle being inside comment opener.
15944         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
15945         character in case we're typing a '*' after a '/'.
15946         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
15947         instead by passing the parameter to c-state-pp-to-literal.
15949         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
15950         for elt. 7 of a parse state.
15952 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
15954         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
15955         * international/latin1-disp.el, international/mule-util.el:
15956         * language/cyril-util.el, language/european.el, language/ind-util.el:
15957         * language/lao-util.el, language/thai.el, language/tibet-util.el:
15958         * language/tibetan.el, language/viet-util.el:
15959         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
15961 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15963         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
15964         (electric-pair-post-self-insert-function): Use it.
15965         (electric-pair-default-inhibit): New function, extracted from
15966         electric-pair-post-self-insert-function.
15968 2013-03-31  Roland Winkler  <winkler@gnu.org>
15970         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
15972 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15974         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
15976 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
15978         Un-indent after "pass" and "return" statements (Bug#13888)
15979         * progmodes/python.el (python-indent-block-enders): New var.
15980         (python-indent-calculate-indentation): Use it.
15982 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
15984         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
15985         defun.  Defining it as defalias could introduce too eager
15986         byte-compiler optimization.  (Bug#14030)
15988 2013-03-30  Chong Yidong  <cyd@gnu.org>
15990         * iswitchb.el (iswitchb-read-buffer): Fix typo.
15992 2013-03-30  Leo Liu  <sdl.web@gmail.com>
15994         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
15995         (kmacro-execute-from-register): Pass the keyboard macro to
15996         kmacro-call-macro or repeating won't work correctly.
15998 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
16000         * progmodes/subword.el: Back to using `forward-symbol'.
16002         * subr.el (forward-whitespace, forward-symbol)
16003         (forward-same-syntax): Move from thingatpt.el.
16005 2013-03-29  Leo Liu  <sdl.web@gmail.com>
16007         * kmacro.el (kmacro-to-register): New command.
16008         (kmacro-execute-from-register): New function.
16009         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
16011 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16013         * mpc.el: Use defvar-local and setq-local.
16014         (mpc--proc-connect): Connection failures are not bugs.
16015         (mpc-mode-map): `follow-link' only applies to the buffer's content.
16016         (mpc-volume-map): Bind to the up-events.
16018 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16020         * progmodes/subword.el (superword-mode): Use `forward-sexp'
16021         instead of `forward-symbol'.
16023 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16025         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
16026         (edebug--recursive-edit): Use it.
16027         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
16028         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
16030 2013-03-28  Leo Liu  <sdl.web@gmail.com>
16032         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
16034 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
16036         * facemenu.el (list-colors-callback): New defvar.
16037         (list-colors-redisplay): New function.
16038         (list-colors-display): Install list-colors-redisplay as the
16039         revert-buffer-function.  (Bug#14063)
16041 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16043         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
16044         and suffixes don't overlap (bug#14061).
16046         * case-table.el: Use lexical-binding.
16047         (case-table-get-table): New function.
16048         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
16050 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
16052         * progmodes/subword.el: Add `superword-mode' to do word motion
16053         over symbol_words (parallels and leverages `subword-mode' which
16054         does word motion inside MixedCaseWords).
16056 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
16058         * eshell/em-unix.el: Move su and sudo to...
16059         * eshell/em-tramp.el: ...Eshell tramp module.
16061 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16063         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
16064         Change return value to be a sexp.  Delay `get-buffer' to after
16065         restoring the desktop (bug#13951).
16067 2013-03-26  Leo Liu  <sdl.web@gmail.com>
16069         * register.el: Move semantic tag handling back to
16070         cedet/semantic/senator.el.  (Bug#14052)
16072 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16074         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
16075         into the prompt either (bug#13963).
16077 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16079         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
16080         part of "(error-foo)".
16082 2013-03-24  Juri Linkov  <juri@jurta.org>
16084         * replace.el (list-matching-lines-prefix-face): New defcustom.
16085         (occur-1): Pass `list-matching-lines-prefix-face' to the function
16086         `occur-engine' if `face-differs-from-default-p' returns t.
16087         (occur-engine): Add `,' inside backquote construct to evaluate
16088         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
16089         Pass `prefix-face' to the functions `occur-context-lines' and
16090         `occur-engine-add-prefix'.
16091         (occur-engine-add-prefix, occur-context-lines): Add optional arg
16092         `prefix-face' and propertize the prefix with `prefix-face'.
16093         (Bug#14017)
16095 2013-03-24  Leo Liu  <sdl.web@gmail.com>
16097         * nxml/rng-valid.el (rng-validate-while-idle)
16098         (rng-validate-quick-while-idle): Guard against deleted buffer.
16099         (Bug#13999)
16101         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
16102         is the last entry in kill-buffer-hook.
16104         * files.el (kill-buffer-hook): Doc fix.
16106 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
16108         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
16109         Make it safe-local.
16111         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
16113 2013-03-23  Leo Liu  <sdl.web@gmail.com>
16115         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
16116         Remove.
16118         * nxml/rng-valid.el (rng-validate-mode)
16119         (rng-after-change-function, rng-do-some-validation):
16120         * nxml/rng-maint.el (rng-validate-buffer):
16121         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
16122         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
16123         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
16124         (nxml-extend-after-change-region): Use with-silent-modifications.
16126         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
16127         timer-idle-list.
16129         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
16130         (rng-next-error-1, rng-previous-error-1): Do not let-bind
16131         timer-idle-list.  (Bug#13999)
16133 2013-03-23  Juri Linkov  <juri@jurta.org>
16135         * info.el (info-index-match): New face.
16136         (Info-index, Info-apropos-matches): Add a nested subgroup to the
16137         main pattern and add text properties with the new face to matches
16138         in index entries relative to the beginning of the index entry.
16139         (Bug#14015)
16141 2013-03-21  Eric Ludlam  <zappo@gnu.org>
16143         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
16144         Inhibit read only while inserting objects.
16146 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
16148         * progmodes/cfengine.el: Update docs to mention
16149         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
16150         symbol motion.  Remove "_" from the word syntax.
16152 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
16154         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
16155         syntax for both `cfengine2-mode' and `cfengine3-mode'.
16157 2013-03-20  Juri Linkov  <juri@jurta.org>
16159         * info.el (Info-next-reference-or-link)
16160         (Info-prev-reference-or-link): New functions.
16161         (Info-next-reference, Info-prev-reference): Use them.
16162         (Info-try-follow-nearest-node): Handle footnote navigation.
16163         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
16165 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16167         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
16168         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
16170 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
16172         Suppress unnecessary non-ASCII chatter during build process.
16173         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
16174         (batch-skkdic-convert): Suppress most of the chatter.
16175         It's not needed so much now that machines are faster,
16176         and its non-ASCII component was confusing; see Dmitry Gutov in
16177         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
16179 2013-03-20  Leo Liu  <sdl.web@gmail.com>
16181         * ido.el (ido-chop): Fix bug#10994.
16183 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
16185         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
16186         Remove vars.
16187         (whitespace-color-on, whitespace-color-off):
16188         Use `font-lock-fontify-buffer' (Bug#13817).
16190 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16192         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
16193         remapping in mode-line.
16194         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
16196 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
16198         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
16199         value for `whitespace-line' face (Bug#13875).
16200         (whitespace-font-lock-keywords): Change description.
16201         (whitespace-color-on): Don't save `font-lock-keywords' value, save
16202         the constructed keywords instead.
16203         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
16205 2013-03-19  Leo Liu  <sdl.web@gmail.com>
16207         * progmodes/compile.el (compilation-display-error): New command.
16208         (compilation-mode-map, compilation-minor-mode-map): Bind it to
16209         C-o.  (Bug#13992)
16211 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
16213         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
16215 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
16217         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
16219 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
16221         * net/tramp-compat.el (tramp-compat-user-error): New defun.
16223         * net/tramp-adb.el (tramp-adb-handle-shell-command):
16224         * net/tramp-gvfs.el (top):
16225         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
16226         (tramp-handle-shell-command): Use it.
16227         (tramp-dissect-file-name): Raise an error when hostname is a
16228         method name, and neither method nor user is specified.
16230         * net/trampver.el: Update release number.
16232 2013-03-18  Leo Liu  <sdl.web@gmail.com>
16234         Make sure eldoc can be turned off properly.
16235         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
16236         eldoc-mode.
16237         (eldoc-display-message-p): Revert last change.
16238         (eldoc-display-message-no-interference-p)
16239         (eldoc-print-current-symbol-info): Tweak.
16241 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
16243         * doc-view.el (doc-view-new-window-function): Check the new window
16244         overlay's display property instead the char property of the
16245         buffer's first char.  Use `with-selected-window' instead of
16246         `save-window-excursion' with `select-window'.
16247         (doc-view-document->bitmap): Check the current doc-view overlay's
16248         display property instead the char property of the buffer's first char.
16250 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
16252         Automate the build of ja-dic.el (Bug#13984).
16253         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
16254         from the input, rather than assume that it's been done for us by the
16255         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
16256         the current date into a ja-dic.el comment, as that complicates
16257         regression testing.
16259 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16261         * whitespace.el: Fix double evaluation.
16262         (whitespace-space, whitespace-hspace, whitespace-tab)
16263         (whitespace-newline, whitespace-trailing, whitespace-line)
16264         (whitespace-space-before-tab, whitespace-indentation)
16265         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
16266         obsolete defvars.
16267         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
16268         (whitespace-color-on): Use a single font-lock-add-keywords call.
16269         Fix double-evaluation of face variables.
16271 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
16273         * net/tramp-adb.el (tramp-adb-parse-device-names):
16274         Use `start-process' instead of `call-process'.  Otherwise, the
16275         function might be blocked under MS Windows.  (Bug#13299)
16277 2013-03-17  Leo Liu  <sdl.web@gmail.com>
16279         Extend eldoc to display info in the mode-line.  (Bug#13978)
16280         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
16281         (eldoc-mode-line-string): New variable.
16282         (eldoc-minibuffer-message): New function.
16283         (eldoc-message-function): New variable.
16284         (eldoc-message): Use it.
16285         (eldoc-display-message-p)
16286         (eldoc-display-message-no-interference-p):
16287         Support eldoc-post-insert-mode.
16289         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
16290         (eval-expression): Run it.
16292 2013-03-17  Roland Winkler  <winkler@gnu.org>
16294         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
16295         strings in the list of return values.
16297 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
16299         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
16300         radix before checking for HMS forms.
16302 2013-03-16  Leo Liu  <sdl.web@gmail.com>
16304         * progmodes/scheme.el: Add indentation and font-locking for λ.
16305         (Bug#13975)
16307 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16309         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
16310         token before point (bug#13942).
16312 2013-03-16  Leo Liu  <sdl.web@gmail.com>
16314         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
16316 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
16318         * startup.el (command-line-normalize-file-name): Fix handling of
16319         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
16320         <xfq.free@gmail.com> in
16321         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
16323 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
16325         Sync with Tramp 2.2.7.
16327         * net/trampver.el: Update release number.
16329 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
16331         * doc-view.el: Fix bug#13887.
16332         (doc-view-insert-image): Don't modify overlay associated to
16333         non-live windows, and implement horizontal centering of image in
16334         case it's smaller than the window.
16335         (doc-view-new-window-function): Force redisplay of new windows on
16336         doc-view buffers.
16338 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
16340         * saveplace.el (save-place-alist-to-file): Don't sort
16341         `save-place-alist', just pretty-print it (bug#13882).
16343 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
16345         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
16346         Check whether `default-file-name-coding-system' is bound.
16347         It isn't in XEmacs.
16349 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16351         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
16352         backquotes for `obsolete' (bug#13929).
16354         * international/mule.el (find-auto-coding): Include file name in
16355         obsolescence warning (bug#13922).
16357 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
16359         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
16360         for CFEngine 3-specific indentation.
16361         (cfengine3-indent-line): Use it.  Fix up category regex.
16362         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
16364 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16366         * type-break.el (type-break-file-name):
16367         * textmodes/remember.el (remember-data-file):
16368         * strokes.el (strokes-file):
16369         * shadowfile.el (shadow-initialize):
16370         * saveplace.el (save-place-file):
16371         * ps-bdf.el (bdf-cache-file):
16372         * progmodes/idlwave.el (idlwave-config-directory):
16373         * net/quickurl.el (quickurl-url-file):
16374         * international/kkc.el (kkc-init-file-name):
16375         * ido.el (ido-save-directory-list-file):
16376         * emulation/viper.el (viper-custom-file-name):
16377         * emulation/vip.el (vip-startup-file):
16378         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
16379         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
16381 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
16383         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
16384         * language/thai-word.el: Switch to UTF-8.
16386 See ChangeLog.16 for earlier changes.
16388 ;; Local Variables:
16389 ;; coding: utf-8
16390 ;; End:
16392   Copyright (C) 2011-2014 Free Software Foundation, Inc.
16394   This file is part of GNU Emacs.
16396   GNU Emacs is free software: you can redistribute it and/or modify
16397   it under the terms of the GNU General Public License as published by
16398   the Free Software Foundation, either version 3 of the License, or
16399   (at your option) any later version.
16401   GNU Emacs is distributed in the hope that it will be useful,
16402   but WITHOUT ANY WARRANTY; without even the implied warranty of
16403   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16404   GNU General Public License for more details.
16406   You should have received a copy of the GNU General Public License
16407   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.