* net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if possible.
[emacs.git] / lisp / ChangeLog
blob0b7de93cc02522c4eb0c7e87a1c82f6a80924d9e
1 2014-04-20  Michael Albinus  <michael.albinus@gmx.de>
3         * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
4         possible.
6 2014-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8         * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
9         assignments such as "case=hello" (bug#17297).
11 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
13         * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
14         Do not autoload.
15         (tramp-file-name-handler, tramp-completion-file-name-handler):
16         Revert patch from 2014-04-10, it isn't necessary anymore.
17         (tramp-autoload-file-name-handler)
18         (tramp-register-autoload-file-name-handlers): New defuns.
19         (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
20         (tramp-register-file-name-handlers): Remove also
21         `tramp-autoload-file-name-handler' from `file-name-handler-list'.
22         Do not autoload its invocation, but eval it after loading of 'tramp.
24         * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
26         * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
28 2014-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
30         * nxml/nxml-mode.el (nxml-fontify-matcher): Make sure propertization
31         was done (bug#17264).
32         * nxml/xmltok.el (xmltok-scan-after-comment-open): Extend unclosed
33         comment to EOB.
35         * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
36         here-documents (bug#17262).
38 2014-04-16  Eli Zaretskii  <eliz@gnu.org>
40         * term/pc-win.el (x-list-fonts, x-get-selection-value):
41         Provide doc strings, as required by snarf-documentation.
43 2014-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
45         * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
46         arg of overlays-at.  Use `invisible-p'.
48         * obsolete/lucid.el (extent-at):
49         * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
50         overlays-at.
51         (hfy-fontify-buffer): Remove unused var `orig-ovls'.
53 2014-04-14  João Távora  <joaotavora@gmail.com>
55         * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
56         links.  (Bug#17217).
58 2014-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
60         * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
61         Use mapc to loop over a vector.  (Bug#17257).
63 2014-04-13  Michael Albinus  <michael.albinus@gmx.de>
65         * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
66         patch, there are new problems with file names containing spaces.
67         Get rid of backticks.  (Bug#17238)
69 2014-04-13  João Távora  <joaotavora@gmail.com>
71         * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
72         possible bug.
74 2014-04-13  Eli Zaretskii  <eliz@gnu.org>
76         * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
77         (blink-cursor-mode): Mention customization variables and the
78         effect of 'blink-cursor-blinks'.
80 2014-04-12  Barry O'Reilly  <gundaetiapo@gmail.com>
82         * simple.el (undo): Prevent insertion of identity mapping into
83         undo-equiv-table so as undo-only does not inf loop in the presence
84         of consecutive nils in undo list.
86 2014-04-12  Matthias Dahl  <matthias.dahl@binary-island.eu>
88         * faces.el (make-face): Deprecate optional argument as it is no
89         longer needed/used since the conditional X resources handling
90         has been pushed down to make-face-x-resource-internal itself.
91         (make-empty-face): Don't pass optional argument to make-face.
93 2014-04-12  Eli Zaretskii  <eliz@gnu.org>
95         * international/characters.el <standard-case-table>: Add entries
96         for letters from the Coptic block u+2C80-u+2CFF.  (Bug#17243)
97         Set category of Coptic characters be 'g' (Greek).
99 2014-04-12  Leo Liu  <sdl.web@gmail.com>
101         * progmodes/octave.el (completion-table-with-cache): Define if not
102         available.
103         (octave-goto-function-definition)
104         (octave-sync-function-file-names)
105         (octave-find-definition-default-filename): Backquote upattern for
106         compatibility.
108 2014-04-11  Michael Albinus  <michael.albinus@gmx.de>
110         * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
111         name twice due to backticks.  (Bug#17238)
113 2014-04-11  Glenn Morris  <rgm@gnu.org>
115         * term/w32-win.el (x-win-suspend-error):
116         * term/x-win.el (x-win-suspend-error): Sync docs.
118 2014-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
120         Ediff's overlay priorities cause more trouble than they solve.
121         * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
122         (ediff-highest-priority): Remove function (bug#17234).
123         * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
124         * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
125         (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
126         overlay priorities.
128 2014-04-10  Feng Li  <fengli@gmail.com>  (tiny change)
130         * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
131         entry; use symbol boundaries to avoid mis-matches.
133 2014-04-10  Michael Albinus  <michael.albinus@gmx.de>
135         * net/tramp.el (tramp-file-name-handler)
136         (tramp-completion-file-name-handler): Avoid recursive loading.
138         * net/tramp-sh.el (tramp-make-copy-program-file-name):
139         Quote result also locally.
141 2014-04-09  Dmitry Gutov  <dgutov@yandex.ru>
143         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
144         Module methods.  (Bug#17216)
146 2014-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
148         * help.el (describe-bindings): Fix buffer handling (bug#17210).
149         (describe-bindings-internal): Mark obsolete.
151 2014-04-07  João Távora  <joaotavora@gmail.com>
153         * elec-pair.el:
154         (electric-pair--syntax-ppss): When inside comments parse from
155         comment beginning.
156         (electric-pair--balance-info): Fix typo in comment.
157         (electric-pair--in-unterminated-string-p): Delete.
158         (electric-pair--unbalanced-strings-p): New function.
159         (electric-pair-string-bound-function): New var.
160         (electric-pair-inhibit-if-helps-balance): Decide quote pairing
161         according to `electric-pair--in-unterminated-string-p'
163 2014-04-07  João Távora  <joaotavora@gmail.com>
165         * elec-pair.el (electric-pair-inhibit-if-helps-balance):
166         Inhibit quote pairing if point-max is inside an unterminated string.
167         (electric-pair--looking-at-unterminated-string-p): Delete.
168         (electric-pair--in-unterminated-string-p): New function.
170 2014-04-07  Glenn Morris  <rgm@gnu.org>
172         * shell.el (shell-directory-tracker):
173         Go back to just ignoring failures.  (Bug#17159)
175 2014-04-06  João Távora  <joaotavora@gmail.com>
177         Fix `electric-pair-delete-adjacent-pairs' in modes binding
178         backspace. (bug#16981)
179         * elec-pair.el (electric-pair-backward-delete-char): Delete.
180         (electric-pair-backward-delete-char-untabify): Delete.
181         (electric-pair-mode-map): Bind backspace to a menu item filtering
182         a new `electric-pair-delete-pair' command.
183         (electric-pair-delete-pair): New command.
185 2014-04-06  João Távora  <joaotavora@gmail.com>
187         * progmodes/python.el (python-electric-pair-string-delimiter):
188         Fix triple-quoting electricity.  (Bug#17192)
190 2014-04-06  João Távora  <joaotavora@gmail.com>
192         * elec-pair.el (electric-pair-post-self-insert-function):
193         Don't skip whitespace when `electric-pair-text-pairs' and
194         `electric-pair-pairs' were used. syntax to
195         electric-pair--skip-whitespace.  (Bug#17183)
197 2014-04-06  Eli Zaretskii  <eliz@gnu.org>
199         * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
200         "<F>".  (Bug#17199)
202 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
204         * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
205         (mpc--status-idle-timer-run): Use mpc--status-timer-run.
207 2014-04-05  Glenn Morris  <rgm@gnu.org>
209         * help.el (view-lossage): Doc tweak.
211 2014-04-05  Matthias Dahl  <matthias.dahl@binary-island.eu>
213         * faces.el (face-spec-recalc): Call make-face-x-resource-internal
214         only when inhibit-x-resources is nil, and do that earlier in the
215         function.  Doc fix.  (Bug#16694)
216         (face-spec-choose): Accept additional optional argument, whose
217         value is returned if no matching attributes are found.
218         (face-spec-recalc): Use the new optional argument when calling
219         face-spec-choose.  (Bug#16378)
220         (make-face-x-resource-internal): Do nothing when
221         inhibit-x-resources is non-nil.  Don't touch the default face if
222         reversed video is given--as was done in previous versions of Emacs.
223         (face-set-after-frame-default): Don't call
224         make-face-x-resource-internal here.  (Bug#16434)
226 2014-04-04  Tassilo Horn  <tsdh@gnu.org>
228         * doc-view.el (doc-view-bookmark-jump):
229         Use `bookmark-after-jump-hook' to jump to the right page after the
230         buffer is shown in a window.  (bug#16090)
232 2014-04-04  Eli Zaretskii  <eliz@gnu.org>
234         * international/characters.el (mirroring): Fix last change:
235         instead of loading uni-mirrored.el explicitly, do that implicitly
236         by creating the 'mirroring' uniprop table.  This avoids announcing
237         the loading of uni-mirrored.el.
239 2014-04-04  Glenn Morris  <rgm@gnu.org>
241         * files.el (buffer-stale--default-function)
242         (buffer-stale-function, revert-buffer--default):
243         * autorevert.el (auto-revert-buffers): Doc tweaks.
245 2014-04-03  Eli Zaretskii  <eliz@gnu.org>
247         * international/characters.el: Preload uni-mirrored.el.  (Bug#17169)
249 2014-04-03  Glenn Morris  <rgm@gnu.org>
251         * files.el (make-backup-file-name-function)
252         (make-backup-file-name, make-backup-file-name--default-function)
253         (make-backup-file-name-1, find-backup-file-name)
254         (revert-buffer-function, revert-buffer-insert-file-contents-function)
255         (buffer-stale--default-function, buffer-stale-function)
256         (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
257         (revert-buffer, revert-buffer--default)
258         (revert-buffer-insert-file-contents--default-function):
259         Doc fixes related to defaults no longer being nil.
260         (make-backup-file-name-function): Bump :version.
261         Restore nil as a valid but deprecated custom type.
263 2014-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
265         * progmodes/perl-mode.el (perl-syntax-propertize-function): Handle $'
266         used as a variable (bug#17174).
268 2014-04-02  Stefan Monnier  <monnier@iro.umontreal.ca>
270         * progmodes/perl-mode.el (perl-indent-new-calculate):
271         Handle forward-sexp failure (bug#16985).
272         (perl-syntax-propertize-function): Add "foreach" and "for" statement
273         modifiers introducing expressions (bug#17116).
275 2014-04-02  Glenn Morris  <rgm@gnu.org>
277         * menu-bar.el (menu-bar-file-menu):
278         * vc/ediff.el (ediff-current-file):
279         Update for revert-buffer-function no longer being nil by default.
281         * simple.el (command-execute): Respect nil disabled-command-function.
283 2014-04-01  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
285         * simple.el (command-execute): Do not execute the command when it
286         is disabled; fixes thinko in 2013-02-20 conversion from C.  (Bug#17151)
288 2014-03-29  Juri Linkov  <juri@jurta.org>
290         * dired-aux.el (dired-compress-file): Don't use string-match-p
291         because its match data is used afterwards.
293 2014-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
295         * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
296         0 like nil.
298 2014-03-27  Dmitry Gutov  <dgutov@yandex.ru>
300         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
301         Highlight special globals with font-lock-builtin-face.  (Bug#17057)
303         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
304         Don't propertize `?' or `!' as symbol constituent when after
305         colon.  (Bug#17097)
307 2014-03-27  Juanma Barranquero  <lekktu@gmail.com>
309         * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
310         which is no longer needed and causes trouble in GTK builds (bug#17046).
312         * emacs-lisp/package-x.el (package--archive-contents-from-url):
313         Use url-insert-file-contents; package-handle-response no longer exists.
315 2014-03-26  Juanma Barranquero  <lekktu@gmail.com>
317         * emacs-lisp/package.el: Fix bug#16733 (again).
318         (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
319         (url-http-target-url): Remove unused declarations.
320         (package-handle-response): Remove.
321         (package--with-work-buffer): Use url-insert-file-contents and simplify.
322         (package--download-one-archive): Use current-buffer instead of
323         dynamic binding of `buffer'.
324         (describe-package-1): Do not decode readme-string.
326 2014-03-25  Barry O'Reilly  <gundaetiapo@gmail.com>
328         * simple.el (primitive-undo): Correction to 2014-03-24 change.
330 2014-03-25  Michael Albinus  <michael.albinus@gmx.de>
332         * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
334         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
335         from 2014-03-07, it decreases performance unnecessarily.  Let-bind
336         `remote-file-name-inhibit-cache' to nil in the second pass.
337         (tramp-find-executable): Do not call "which" on SunOS.
338         (tramp-send-command-and-check): Fix docstring.
339         (tramp-do-copy-or-rename-file-directly): In the `rename' case,
340         check whether source directory has set the sticky bit.
342 2014-03-24  Barry O'Reilly  <gundaetiapo@gmail.com>
344         * simple.el (primitive-undo): Only process marker adjustments
345         validated against their corresponding (TEXT . POS).  Issue warning
346         for lone marker adjustments in undo history.  (Bug#16818)
347         (undo-make-selective-list): Add marker adjustments to selective
348         undo list based on whether their corresponding (TEXT . POS) is in
349         the region.  Remove variable adjusted-markers, which was unused
350         and only non nil during undo-make-selective-list.
351         (undo-elt-in-region): Return nil when passed a marker adjustment
352         and explain in function doc.
354 2014-03-24  Dmitry Gutov  <dgutov@yandex.ru>
356         * emacs-lisp/package.el (package--add-to-archive-contents):
357         Include already installed and built-in packages in
358         `package-archive-contents'.
359         (package-install): Don't include already installed packages in the
360         options during interactive invocation.  (Bug#16762)
362 2014-03-24  Daniel Colascione  <dancol@dancol.org>
364         * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
365         instead of cl-loop search function.
367 2014-03-24  Juanma Barranquero  <lekktu@gmail.com>
369         * frameset.el (frameset--initial-params): Fix typo in parameter name.
371 2014-03-24  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
373         * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
375 2014-03-24  Dmitry Gutov  <dgutov@yandex.ru>
377         * progmodes/ruby-mode.el (ruby-expression-expansion-re):
378         Match special global variables without curlies, too.
379         (ruby-font-lock-keywords): Simplify the matcher for special global
380         variables.  Don't require a non-word character after the variable.
381         (Bug#17057)
383 2014-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
385         * simple.el (redisplay-highlight-region-function): Increase priority of
386         overlay to make sure boundaries are visible (bug#15899).
388 2014-03-23  Juanma Barranquero  <lekktu@gmail.com>
390         * frameset.el (frameset-restore): Compare display strings with equal.
392         * frame.el (make-frame): Don't quote display name in error message,
393         it is already a string.
395 2014-03-23  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
397         * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
398         the password.
400 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
402         * emacs-lisp/package.el (package-show-package-list): If the buffer
403         is already displayed in another window, switch to that window.
405 2014-03-21  Daniel Colascione  <dancol@dancol.org>
407         * mail/emacsbug.el (report-emacs-bug): Include memory usage
408         information in bug reports.
410 2014-03-23  Daniel Colascione  <dancol@dancol.org>
412         * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
413         list to look for keyword arguments instead of `memq', fixing
414         (Bug#3647) --- unfortunately, only for freshly-compiled code.
415         Please make bootstrap.
417 2014-03-23  Richard Stallman  <rms@gnu.org>
419         * battery.el (battery-linux-sysfs): Search for each field
420         from the beginning of the buffer.
422 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
424         * emacs-lisp/package.el (package-desc): Use the contents of the
425         quoted form, not its cdr.  (Bug#16873)
427 2014-03-22  Juanma Barranquero  <lekktu@gmail.com>
429         * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
430         benefit of doc.c; change parameter profile to match the X function.
432 2014-03-21  Michael Albinus  <michael.albinus@gmx.de>
434         * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
435         and `tramp-copy-env'.
437         * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
438         (tramp-maybe-open-connection): Handle `tramp-login-env'.
440 2014-03-21  Glenn Morris  <rgm@gnu.org>
442         * electric.el (electric-indent-post-self-insert-function): Add doc.
444 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
446         * emacs-lisp/package.el (package-compute-transaction):
447         Use `version-list-<=' to compare the requirement version against
448         the version of package already to be installed.  Update the error
449         message.  (Bug#16826)
451         * progmodes/ruby-mode.el (ruby-smie-rules):
452         Add indentation rule for ` @ '.  (Bug#17050)
454 2014-03-21  Juanma Barranquero  <lekktu@gmail.com>
456         * align.el (align-regexp): Remove superfluous backslash.
458         * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
459         (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
460         (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
461         Fix docstring typos.
462         (ffap-next): Use C-u in docstring.
463         (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
464         (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
465         Remove superfluous backslashes.
466         (ffap-string-at-point): Reflow docstring.
468         * server.el (server-host): Reflow docstring.
469         (server-unload-function): Fix docstring typo.
470         (server-eval-at): Remove superfluous backslash.
472         * skeleton.el (skeleton-insert): Remove superfluous backslash.
473         (skeleton-insert): Doc fix.
474         (skeleton-insert): Reflow docstring.
476         * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
477         (tty-color-approximate, tty-color-by-index, tty-color-values)
478         (tty-color-desc): Remove superfluous backslashes.
480 2014-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
482         * electric.el (electric-newline-and-maybe-indent): New command.
483         Bind it globally to C-j.
484         (electric-indent-mode): Don't mess with the global map any more.
485         Don't drop the post-self-insert-hook is some buffer is still using it
486         (bug#16770).
488         * bindings.el (global-map): Remove C-j binding.
490         * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
491         the docstring of functions advised before dumping (bug#16993).
493 2014-03-19  Stefan-W. Hahn  <stefan.hahn@s-hahn.de>  (tiny change)
495         * ps-print.el (ps-generate-postscript-with-faces):
496         Explicitly deactivate the mark (bug#16866).
497         * simple.el (deactivate-mark): Update region highlight.
499 2014-03-19  Juanma Barranquero  <lekktu@gmail.com>
501         * emacs-lisp/package.el (describe-package-1):
502         Decode commentary (bug#16733).
504 2014-03-18  Juanma Barranquero  <lekktu@gmail.com>
506         * custom.el (defcustom): Doc fix: recommend avoiding destructive
507         modification of the value argument of :set (bug#16755).
509 2014-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
511         * simple.el (newline-and-indent): Do autofill (bug#17031).
513 2014-03-18  Dmitry Gutov  <dgutov@yandex.ru>
515         * newcomment.el (comment-normalize-vars): Only add escaping check
516         to `comment-start-skip' if not `comment-use-syntax'.  (Bug#16971)
517         (comment-beginning): Use `narrow-to-region' instead of moving back
518         one character.
519         (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
520         (comment-start-skip): Update the docstring.
522 2014-03-18  Richard Stallman  <rms@gnu.org>
524         * dired.el (dired-display-file): Force use of other window.
526 2014-03-18  Daniel Colascione  <dancol@dancol.org>
528         * startup.el (tty-handle-args): Remove debug message from 2007.
530 2014-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
532         * emacs-lisp/nadvice.el (advice--interactive-form): New function.
533         (advice--make-interactive-form): Use it to avoid (auto)loading function.
534         (advice--make-1, advice-add, advice-remove):
535         Remove braindead :advice-pending hack.
537 2014-03-17  Glenn Morris  <rgm@gnu.org>
539         * calendar/calendar.el (calendar-generate-month): Apply weekend
540         face to the right days; fixes 2013-08-06 change.  (Bug#17028)
542 2014-03-17  Michael Albinus  <michael.albinus@gmx.de>
544         * net/tramp.el (tramp-action-out-of-band): Read pending output.
545         (tramp-call-process): Trace also DESTINATION.
547         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
548         Quote file names when they are local.  Remove superfluous trace.
550 2014-03-17  Dmitry Gutov  <dgutov@yandex.ru>
552         * newcomment.el (comment-beginning): If `comment-start-skip'
553         doesn't match, move back one char and try again.  (Bug#16971)
555         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
556         Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
557         Set `comment-start-skip' to a simpler value that doesn't try to
558         check if the semicolon is escaped (this is handled by
559         `syntax-ppss' now).  (Bug#16971)
561         * progmodes/scheme.el (scheme-mode-variables): Same.
563 2014-03-16  Martin Rudalics  <rudalics@gmx.at>
565         Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
566         * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
567         current (Bug#16816, Bug#17007).
568         (with-current-buffer-window): New macro doing the same as
569         `with-temp-buffer-window' but with BUFFER-OR-NAME current.
570         * help.el (help-print-return-message): Warn in doc-string to not
571         use this in `with-help-window'.
572         (describe-bindings-internal): Call `describe-buffer-bindings'
573         from within help buffer.  See Juanma's scenario in (Bug#16816).
574         (with-help-window): Update doc-string.
575         * dired.el (dired-mark-pop-up):
576         * files.el (save-buffers-kill-emacs):
577         * register.el (register-preview): Use `with-current-buffer-window'
578         instead of `with-temp-buffer-window'.
580 2014-03-16  Juanma Barranquero  <lekktu@gmail.com>
582         * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
583         Implement inserting into current buffer, documented in their docstrings.
584         (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
585         (rst-section-tree-point, rst-forward-section, rst-indent)
586         (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
587         (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
588         (rst-font-lock-handle-adornment-pre-match-form)
589         (rst-repeat-last-character): Reflow docstrings.
590         (rst-preferred-adornments, rst-update-section, rst-find-title-line)
591         (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
592         (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
593         (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
594         Fix docstring typos.
595         (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
596         (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
597         (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
599 2014-03-15  Juanma Barranquero  <lekktu@gmail.com>
601         * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
602         for compatibility with other ports.
603         (ns-initialize-window-system): Use it.  It is set in term/common-win.el
604         from the -xrm command line argument, but in the Nextstep port its value
605         is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
607         * progmodes/python.el (defconst, python-syntax-count-quotes)
608         (python-indent-region, python-indent-shift-right)
609         (python-indent-dedent-line-backspace, python-nav-backward-sexp)
610         (python-nav-backward-sexp-safe, python-nav-backward-up-list)
611         (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
612         (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
613         (inferior-python-mode, python-shell-make-comint, run-python-internal)
614         (python-shell-buffer-substring, python-shell-send-buffer)
615         (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
616         (python-completion-complete-at-point, python-fill-docstring-style)
617         (python-eldoc-function, python-imenu-format-item-label)
618         (python-imenu-format-parent-item-label)
619         (python-imenu-format-parent-item-jump-label)
620         (python-imenu--build-tree, python-imenu-create-index)
621         (python-imenu-create-flat-index): Fix docstring typos.
622         (python-indent-context, python-shell-prompt-regexp, run-python):
623         Remove superfluous backslashes.
624         (python-indent-line, python-nav-beginning-of-defun)
625         (python-shell-get-buffer, python-shell-get-process)
626         (python-info-current-defun, python-info-current-line-comment-p)
627         (python-info-current-line-empty-p, python-util-popn): Doc fixes.
628         (python-indent-post-self-insert-function, python-shell-send-file)
629         (python-shell-completion-get-completions)
630         (python-shell-completion-complete-or-indent)
631         (python-eldoc--get-doc-at-point): Reflow docstrings.
633 2014-03-14  Glenn Morris  <rgm@gnu.org>
635         * emacs-lisp/package.el (package-menu-mode-map):
636         Replace use of obsolete function alias.  Tweak menu item text.
638         * info.el (Info-finder-find-node):
639         Ignore the `emacs' metapackage.  (Bug#10813)
641         * finder.el (finder-list-matches): Include unversioned packages
642         in the result of a keyword search.
644         * finder.el (finder--builtins-descriptions): New constant.
645         (finder-compile-keywords): Use finder--builtins-descriptions.
647 2014-03-14  Dmitry Gutov  <dgutov@yandex.ru>
649         * simple.el (blink-matching-paren): Describe the new value,
650         `jump', enabling the old behavior.
651         (blink-matching-open): Use that value.  (Bug#17008)
653 2014-03-14  Glenn Morris  <rgm@gnu.org>
655         * finder.el (finder-no-scan-regexp): Add leim-list.
656         (finder-compile-keywords):
657         Don't skip files with same basename.  (Bug#14010)
658         * Makefile.in (setwins_finder): New, excluding leim.
659         (finder-data): Use setwins_finder.
661         * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
662         (help-function-arglist, help-make-usage): Move from here...
663         * help.el (help-split-fundoc, help-add-fundoc-usage)
664         (help-function-arglist, help-make-usage): ... to here.  (Bug#17001)
665         * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
667 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
669         * net/socks.el (socks, socks-override-functions)
670         (socks-find-services-entry):
671         * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
672         (hif-find-ifdef-block):
673         * progmodes/modula2.el (m2-indent): Fix docstring typos.
675         * net/tls.el (tls-program): Reflow docstring.
677         * progmodes/pascal.el (pascal-mode-abbrev-table)
678         (pascal-imenu-generic-expression, pascal-auto-endcomments)
679         (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
680         (pascal-outline-mode): Fix docstring typos.
681         (pascal-mode): Let define-derived-mode document mode hook.
682         (pascal-uncomment-area): Reflow.
683         (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
685         * progmodes/opascal.el (opascal-compound-block-indent)
686         (opascal-case-label-indent): Fix docstring typos.
687         (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
689 2014-03-13  Dmitry Gutov  <dgutov@yandex.ru>
691         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
692         Fontify multiple adjacent negation chars.  (Bug#17004)
694 2014-03-13  Tom Willemse  <tom@ryuslash.org>  (tiny change)
696         * emacs-lisp/package.el (package--prepare-dependencies):
697         Accept requirements without explicit version (bug#14941).
699 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
701         * register.el (register-separator, copy-to-register): Doc fixes.
702         (register-preview-default): Remove unnecessary call to concat.
704         * frameset.el (frameset-restore): When checking for a visible frame,
705         use the action map instead of calling visible-frame-list.
707 2014-03-12  Jonas Bernoulli  <jonas@bernoul.li>
709         * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
711 2014-03-12  Martin Rudalics  <rudalics@gmx.at>
713         * window.el (fit-frame-to-buffer): Get maximum width from
714         display's width instead of height.
716 2014-03-12  Glenn Morris  <rgm@gnu.org>
718         * desktop.el (desktop-restore-frames)
719         (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
720         (desktop-restore-reuses-frames): Doc tweaks.
722         * electric.el (electric-indent-mode): Doc fix.
724 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
726         * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
727         (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
728         (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
729         (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
730         (cvs-dired-use-hook): Fix docstring typos.
731         (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
732         Doc fixes.
734         * vc/pcvs-defs.el (cvs-auto-remove-handled)
735         (cvs-auto-remove-directories, cvs-default-ignore-marks)
736         (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
737         (cvs-execute-single-dir): Fix docstring typos.
739         * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
740         (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
742         * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
744         * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
745         Fix docstring typos.
747 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
749         * frameset.el (frameset--jump-to-register): Add autoload; it could be
750         called from jump-to-register after unloading the frameset package.
752 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
754         * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
755         (bug#16975).  Deactivate the mark before setting it to nil.
756         (activate-mark): Do nothing if region is already active.
758 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
760         * frameset.el (frameset--target-display): Remove definition; declare.
761         (frameset-save, frameset-restore): Let-bind frameset--target-display.
763 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
765         * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
766         (advice-add): Add a :advice--pending marker, so advice--make-1 knows
767         when the advice is pending.
768         (advice-remove): Remove this marker when not needed any more.
770 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
772         * frameset.el: Separate options for reusing frames and cleaning up.
773         (frameset--reuse-list): Remove definition; declare.
774         (frameset--action-map): Declare.
775         (frameset--find-frame-if): Doc fix.
776         (frameset--restore-frame): Cache frame action.
777         (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
778         how to clean up the frame list after restoring.  Remove cleaning
779         options from REUSE-FRAMES.  Change all keyword values to symbols.
780         (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
782         * desktop.el (desktop-restore-forces-onscreen)
783         (desktop-restore-reuses-frames): Use non-keyword values.
784         (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
786 2014-03-10  Glenn Morris  <rgm@gnu.org>
788         * files.el (find-file): Doc fix: update info node name.
790         * emacs-lisp/advice.el (ad-add-advice, defadvice):
791         Doc fix: remove references to deleted info nodes.
793 2014-03-10  Michael Albinus  <michael.albinus@gmx.de>
795         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
796         Do not add `nil' to the environment, when there's no remote `locale'.
797         (tramp-find-inline-encoding): Check, that the remote host has
798         installed perl, before sending scripts.
800 2014-03-10  Leo Liu  <sdl.web@gmail.com>
802         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
803         Clear eldoc-last-message.  (Bug#16920)
805 2014-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
807         * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
808         (bug#14430).
810 2014-03-09  Juri Linkov  <juri@jurta.org>
812         * ansi-color.el (ansi-color-names-vector): Copy default colors
813         from `xterm-standard-colors' that look well on the default white
814         background (and also on the black background) to avoid illegible
815         color combinations like yellow-on-white and white-on-white.
816         http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
818 2014-03-08  Juanma Barranquero  <lekktu@gmail.com>
820         * frameset.el (frameset-restore): When no frame is visible, do not
821         generate a list of frames, just make visible the selected one.
823 2014-03-08  Dmitry Gutov  <dgutov@yandex.ru>
825         * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
826         it only contains the repository root.  (Bug#16897)
828 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
830         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
831         only when `remote-file-name-inhibit-cache' is nil.
832         (tramp-sh-file-name-handler): Use `tramp-error'.  Simplify code.
834 2014-03-06  Martin Rudalics  <rudalics@gmx.at>
836         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
837         Fix doc-strings.
838         (fit-frame-to-buffer): New argument ONLY.  Remove dependency on
839         fit-frame-to-buffer variable.  Fix doc-string.
840         (fit-window-to-buffer): Set ONLY argument in call of
841         fit-frame-to-buffer.  Fix doc-string.
843 2014-03-06  Michael Albinus  <michael.albinus@gmx.de>
845         * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
846         (tramp-action-password): Clear password cache if needed.
847         (tramp-read-passwd): Do not clear password cache.
849         * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
850         cache unless it is the first password request.
852 2014-03-06  Glenn Morris  <rgm@gnu.org>
854         * simple.el (newline): Doc tweak.
856         * emacs-lisp/shadow.el (load-path-shadows-find):
857         Ignore dir-locals.  (Bug#12357)
859 2014-03-05  Glenn Morris  <rgm@gnu.org>
861         * files.el (interpreter-mode-alist):
862         * progmodes/sh-script.el (sh-ancestor-alist): Add dash.  (Bug#16938)
864 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
866         * frameset.el (frameset--initial-params): Filter out null entries.
868 2014-03-05  Martin Rudalics  <rudalics@gmx.at>
870         * window.el (window-min-height, window-min-width):
871         Rewrite doc-strings.
872         (window-body-size): Add PIXELWISE argument to make it consistent
873         with its callees.
875 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
877         * finder.el (finder-mode-map, finder-mode-syntax-table):
878         Revert part of 2014-02-28 change.
880 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
882         * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
883         (eww-setup-buffer): Clear next/prev/etc more reliably.
884         (eww-textarea-map): [tab] doesn't work on tty.
885         Reported by Mario Lang.
887         * net/shr.el (shr-map): Ditto.
889 2014-03-04  Glenn Morris  <rgm@gnu.org>
891         * minibuffer.el (completion-hilit-commonality):
892         Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
894 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
896         * hilit-chg.el (hilit-chg-unload-function): New function.
897         (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
898         (hilit-chg-map-changes): Prefer cardinal number to digit.
899         (hilit-chg-display-changes): Reflow docstring.
900         (highlight-changes-rotate-faces): Remove superfluous backslash.
902 2014-03-04  Michael Albinus  <michael.albinus@gmx.de>
904         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
905         `tramp-send-command-and-check'.
907 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
909         * hexl.el (hexl-address-region, hexl-ascii-region)
910         (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
911         (hexl-backward-short, hexl-forward-short, hexl-backward-word)
912         (hexl-forward-word, hexl-previous-line, hexl-next-line):
913         Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
914         (hexl-mode): Doc fix.
915         (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
916         (hexl-mode-ruler): Fix typos in docstrings.
918         * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
919         (strokes-character, strokes-get-grid-position, strokes-list-strokes):
920         Remove superfluous backslashes.
921         (strokes-last-stroke, strokes-global-map, strokes-mode):
922         Reflow docstrings.
923         (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
924         (strokes-xpm-for-compressed-string): Use quotes with buffer name.
925         (strokes-distance-squared, strokes-global-set-stroke)
926         (strokes-global-set-stroke-string): Doc fixes.
927         (strokes-help): Fix typos; reflow docstring.
929 2014-03-04  Martin Rudalics  <rudalics@gmx.at>
931         * window.el (window-in-direction): Fix doc-string.
933 2014-03-04  Glenn Morris  <rgm@gnu.org>
935         * emacs-lisp/smie.el (smie-config-guess): Doc fix.
936         Explicit error if no grammar.
937         (smie-config-save): Doc fix.  Fix quote typo.
939 2014-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
941         * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
942         electric-indent-mode-hook if we obey electric-indent-mode.
943         (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
944         decide whether we obey electric-indent-mode.
945         (c-change-set-fl-decl-start, c-extend-after-change-region):
946         Silence warnings.
947         (c-electric-indent-mode-hook): Assume we do want to obey
948         electric-indent-mode.
950         * electric.el (electric-indent-mode-has-been-called): Remove.
951         (electric-indent-mode): Fix accordingly.
953         * files.el (hack-local-variables): Mention file name in warning.
955         * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
957 2014-03-04  Michal Nazarewicz  <mina86@mina86.com>
959         * bindings.el: Add comment describing why C-d binds to `delete-char'.
960         * simple.el (delete-forward-char): Mark as interactive-only.
962 2014-03-03  Juanma Barranquero  <lekktu@gmail.com>
964         * icomplete.el (icomplete-completions):
965         Follow-up to 2014-03-01 change.
967         * icomplete.el: Miscellaneous doc fixes.
968         Use Icomplete everywhere instead of icomplete for consistency.
969         (icomplete-max-delay-chars): Fix typo.
970         (icomplete-mode): Use \[].
971         (icomplete-tidy, icomplete-exhibit): Reflow.
972         (icomplete-minibuffer-setup-hook, icomplete-completions):
973         Remove superfluous backlashes.
975         * ido.el: Miscellaneous doc fixes.
976         Use Ido everywhere instead of ido or `ido' for consistency.
977         (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
978         (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
979         (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
980         (ido-separator): Extract obsolescence info from docstring and declare
981         with make-obsolete-variable.
982         (ido-minibuffer-setup-hook): Simplify example.
983         (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
984         (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
985         (ido-completion-help, ido-completing-read): Fix typos in docstrings.
986         (ido-everywhere): Reflow docstring.
987         (ido-toggle-vc): Doc fix.
988         (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
989         of long list of keybindings.
991 2014-03-03  Glenn Morris  <rgm@gnu.org>
993         * frame.el (display-pixel-height, display-pixel-width)
994         (display-mm-dimensions-alist, display-mm-height)
995         (display-mm-width): Doc tweaks.
997 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
999         * simple.el (undo-elt-in-region): Fix buffer corruption for edge
1000         case of undo in region.
1002 2014-03-02  Martin Rudalics  <rudalics@gmx.at>
1004         * window.el (fit-window-to-buffer): Fix argument in window-size
1005         call when window is horizontally combined.
1007 2014-03-02  Juanma Barranquero  <lekktu@gmail.com>
1009         * icomplete.el (icomplete-completions): Use string-width.
1010         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1012 2014-03-01  Dmitry Gutov  <dgutov@yandex.ru>
1014         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1015         Highlight regexp options.  (Bug#16914)
1017 2014-03-01  Martin Rudalics  <rudalics@gmx.at>
1019         * window.el (window--max-delta-1): Round down when calculating
1020         how many lines/columns we can get from a window.
1022 2014-03-01  Glenn Morris  <rgm@gnu.org>
1024         * isearch.el (search-invisible): Doc fix.
1026         * minibuffer.el (completion-hilit-commonality):
1027         Make `base-size' argument optional.  Short-cut if `prefix-len' is 0.
1028         * comint.el (comint-dynamic-list-completions): Doc fix.
1029         * comint.el (comint-dynamic-list-completions):
1030         * filecache.el (file-cache-minibuffer-complete):
1031         * tempo.el (tempo-display-completions):
1032         * eshell/em-hist.el (eshell-list-history):
1033         Replace use of obsolete argument of display-completion-list.
1035 2014-03-01  Juanma Barranquero  <lekktu@gmail.com>
1037         * icomplete.el (icomplete-completions):
1038         Revert back to using "..." when ?… cannot be displayed.
1040 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
1042         * finder.el (finder-unload-function): New function.
1044 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
1046         * dframe.el (dframe-detach):
1047         * find-dired.el (find-dired, find-name-dired):
1048         * finder.el (finder-mode-map, finder-mode-syntax-table)
1049         (finder-headmark, finder-select, finder-mouse-select):
1050         Fix docstring typos.
1052 2014-02-28  Martin Rudalics  <rudalics@gmx.at>
1054         Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
1055         * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
1056         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
1057         Fix doc-string based on a suggestion by Nicolas Richard
1058         <theonewiththeevillook@yahoo.fr>.
1059         * help.el (with-help-window): Fix doc-string.
1061 2014-02-28  Ivan Kanis  <ivan@kanis.fr>
1063         * net/shr.el (shr-image-animate): New option.
1064         (shr-put-image): Respect shr-image-animate.
1066 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
1068         * net/tramp-adb.el (tramp-adb-parse-device-names):
1069         Use `accept-process-output'.
1070         (tramp-adb-handle-file-truename): Cache the localname only.
1071         (tramp-adb-handle-make-directory)
1072         (tramp-adb-handle-delete-directory): Flush file properties correctly.
1073         (tramp-adb-handle-set-file-modes): Do not raise an error when file
1074         modes cannot be changed.
1076         * net/tramp-cache.el (tramp-flush-directory-property): Remove also
1077         file properties of symlinks.
1079 2014-02-28  Per Starbäck  <starback@stp.lingfil.uu.se>
1081         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
1082         required/optional fields to match development biblatex.  (Bug#16781)
1084 2014-02-28  Andy Sawyer  <andy.sawyer@gmail.com>  (tiny change)
1086         * saveplace.el (toggle-save-place):
1087         Fix argument handling.  (Bug#16673)
1089 2014-02-28  Glenn Morris  <rgm@gnu.org>
1091         * minibuffer.el (completions-first-difference)
1092         (completions-common-part, completion-hilit-commonality): Doc fixes.
1094 2014-02-28  Karl Berry  <karl@gnu.org>
1096         * info.el (Info-mode-map): Add H for describe-mode,
1097         to synchronize with standalone Info.
1099 2014-02-28  Emilio C. Lopes  <eclig@gmx.net>
1101         * progmodes/sql.el (sql-interactive-mode):
1102         Avoid setting global comint-input-ring-separator.  (Bug#16814)
1104 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
1106         * net/dbus.el (dbus--init-bus): Declare function.
1107         (dbus-path-local, dbus-interface-local): New defconst.
1108         (dbus-init-bus): Use them.
1109         (dbus-return-values-table): Extend doc.
1110         (dbus-handle-bus-disconnect): Extend error message.
1112 2014-02-27  Juanma Barranquero  <lekktu@gmail.com>
1114         * subr.el (y-or-n-p): Fix double space issue in message.
1116 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
1118         * net/tramp.el (tramp-call-process): Improve trace message.
1119         (tramp-handle-insert-file-contents): Trace error case.
1121         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
1122         <insert-directory>: Use `tramp-handle-insert-directory'.
1123         (tramp-adb-handle-insert-directory): Remove function.
1124         (tramp-adb-send-command-and-check): New defun, replacing
1125         `tramp-adb-command-exit-status'.  Change all callees.
1126         (tramp-adb-handle-file-attributes)
1127         (tramp-adb-handle-directory-files-and-attributes): Use it.
1128         (tramp-adb-ls-output-name-less-p):
1129         Use `directory-listing-before-filename-regexp'.
1130         (tramp-adb-handle-delete-directory): Flush also file properties of
1131         the truename of directory.
1132         (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
1133         (tramp-adb-handle-file-local-copy): Make the local copy readable.
1134         (tramp-adb-handle-write-region): Implement APPEND.
1135         (tramp-adb-handle-rename-file): Make it more robust.  Flush file
1136         properties correctly.
1137         (tramp-adb-maybe-open-connection): Set `tramp-current-*'
1138         variables.  Check for connected devices only when needed.
1140 2014-02-27  Glenn Morris  <rgm@gnu.org>
1142         * minibuffer.el (completion-table-dynamic)
1143         (completion-table-with-cache): Doc fixes.
1145         * emacs-lisp/crm.el (crm-default-separator, crm-separator)
1146         (completing-read-multiple): Doc fixes.
1148 2014-02-27  Daniel Colascione  <dancol@dancol.org>
1150         * minibuffer.el (completion--nth-completion): Fix indentation.
1152         * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
1153         explicit tramp path is empty.
1155 2014-02-27  Glenn Morris  <rgm@gnu.org>
1157         * emacs-lisp/crm.el (completing-read-multiple):
1158         Empower help-enable-auto-load.
1160 2014-02-26  Glenn Morris  <rgm@gnu.org>
1162         * startup.el (command-line): Don't init the tty in daemon mode.
1164         Avoid calling tty-setup-hook twice, eg if a term file
1165         explicitly calls tty-run-terminal-initialization.  (Bug#16859)
1166         * faces.el (tty-run-terminal-initialization): Add run-hook argument.
1167         (tty-create-frame-with-faces): Use it.
1168         * startup.el (command-line): Pass run-hook argument
1169         to tty-run-terminal-initialization.
1171         * dired.el (dired-restore-desktop-buffer): Demote errors;
1172         eg in case a glob match fails.  (Bug#16884)
1174 2014-02-26  Dmitry Gutov  <dgutov@yandex.ru>
1176         * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
1177         error from `read-from-string'.  (Bug#16850)
1179         * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
1180         result of `completing-read' in the interactive form.  (Bug#16854)
1182 2014-02-25  Glenn Morris  <rgm@gnu.org>
1184         * image.el (image-animate, image-animate-timeout):
1185         Stop animating images in dead buffers.  (Bug#16878)
1187         * emacs-lisp/edebug.el (defmacro): Fix debug spec.  (Bug#16868)
1189         * faces.el (tty-setup-hook, tty-run-terminal-initialization):
1190         Doc fixes.
1191         * startup.el (term-setup-hook): Doc fix.  Make obsolete.
1192         * term/sun.el (sun-raw-prefix-hooks):
1193         Use tty-setup-hook instead of term-setup-hook.
1194         (terminal-init-sun): Construct message from bytecomp plist.
1195         * term/wyse50.el (enable-arrow-keys): Doc fix.
1197 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
1199         * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
1200         Fix docstring typos.
1202 2014-02-24  Michael Albinus  <michael.albinus@gmx.de>
1204         * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
1206 2014-02-24  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
1208         * minibuffer.el (completion--try-word-completion):
1209         Fix error when completing M-x commands (bug#16808).
1211 2014-02-24  Leo Liu  <sdl.web@gmail.com>
1213         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
1215 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
1217         * apropos.el (apropos-print): Avoid formatting error when
1218         apropos-do-all and apropos-compact-layout are both t.
1220 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
1222         * apropos.el (apropos-property, apropos-all-words-regexp)
1223         (apropos-true-hit, apropos-variable, apropos-print):
1224         Fix docstring typos, and remove obsolete comment.
1226 2014-02-23  Michael Albinus  <michael.albinus@gmx.de>
1228         * net/tramp-sh.el (tramp-sh-handle-file-truename):
1229         Preserve trailing "/".  (Bug#16851)
1231 2014-02-23  Dmitry Gutov  <dgutov@yandex.ru>
1233         * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
1234         after `=>' (bug#16811).
1235         (ruby-smie-rules): Handle the inconsistent second element of the
1236         list returned by `smie-indent--parent'.
1237         (ruby-font-lock-keywords): Disqualify any identifier before `=' as
1238         method call.
1240 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
1242         * elec-pair.el (electric-pair-text-syntax-table)
1243         (electric-pair-syntax-info, electric-pair--syntax-ppss)
1244         (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
1245         (electric-pair--looking-at-unterminated-string-p): Doc fix.
1246         (electric-pair--inside-string-p): Doc fix.  Use `let', not `let*'.
1248 2014-02-22  Glenn Morris  <rgm@gnu.org>
1250         * imenu.el (imenu--generic-function): Doc fix.
1252         * register.el (frame-configuration-to-register): Make obsolete.
1254 2014-02-22  Juanma Barranquero  <lekktu@gmail.com>
1256         * desktop.el (desktop-save-buffer-p): Do not fail when
1257         desktop-files-not-to-save is nil.  Return t for true result
1258         as the doc says.
1260 2014-02-22  Daniel Colascione  <dancol@dancol.org>
1262         * net/secrets.el (secrets-create-item, secrets-search-items):
1263         Check that attribute values are strings, avoiding the construction
1264         of invalid dbus messages.
1266 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
1268         * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
1269         defun-declarations-alist.
1271 2014-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1273         * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
1274         (bug#16829).
1276 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
1278         * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
1279         (whitespace-newline, whitespace-trailing, whitespace-line)
1280         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
1281         (whitespace-space-after-tab): Fix typo in docstrings.
1283 2014-02-21  Dmitry Gutov  <dgutov@yandex.ru>
1285         * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
1287         * electric.el (electric-indent-functions-without-reindent):
1288         Add `yaml-indent-line'.
1290 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
1292         * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
1293         It has done nothing for years; should be removed after the release.
1295         * simple.el (choose-completion): Fix docstring typo.
1296         (read-quoted-char-radix): Remove unneeded * in docstring.
1297         (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
1298         Don't escape parentheses unnecessarily in docstrings.
1300 2014-02-21  Martin Rudalics  <rudalics@gmx.at>
1302         Fix handling of window-min-height/-width (Bug#16738).
1303         * window.el (window--dump-window, window--dump-frame):
1304         New functions.
1305         (window--min-size-1): Account for window dividers.
1306         When window-resize-pixelwise is nil, delay rounding till after the
1307         sum of the window components has been calculated.
1308         (window--min-delta-1, window--max-delta-1): When PIXELWISE is
1309         nil make sure at least one text line and two text columns remain
1310         fully visible.
1311         (window-resize): Signal an error when window-resize-apply fails.
1312         (window--resize-child-windows): Fix calculation of by how many
1313         pixels a window can still be shrunk via window-new-normal.
1314         (adjust-window-trailing-edge): Call window--resizable with
1315         correct TRAIL argument.
1317         (with-temp-buffer-window): Don't evaluate BODY within
1318         with-current-buffer (Bug#16816).
1320 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
1322         * net/tramp.el (tramp-check-cached-permissions):
1323         Call `file-attributes' with `suffix' being a symbol but a string.
1325 2014-02-21  Daniel Colascione  <dancol@dancol.org>
1327         * net/dbus.el (dbus-init-bus-1): Declare new subr.
1328         (dbus-init-bus): New function: call into dbus-init-bus-1
1329         and installs a handler for the disconnect signal.
1330         (dbus-call-method): Rewrite to look for result in cons.
1331         (dbus-call-method-handler): Store result in cons.
1332         (dbus-check-event): Recognize events with nil sender as valid.
1333         (dbus-handle-bus-disconnect): New function.  React to bus
1334         disconnection signal by synthesizing dbus error for each
1335         pending synchronous or asynchronous call.
1336         (dbus-notice-synchronous-call-errors): New function.
1337         (dbus-handle-event): Raise errors directly only when `dbus-debug'
1338         is true, not all the time.
1340 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
1342         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
1343         Remove obsolescence declarations, these variables do not exist anymore.
1345         * savehist.el (savehist-save-minibuffer-history)
1346         (savehist-additional-variables, savehist-file, savehist-mode-hook)
1347         (savehist-save-hook, savehist-coding-system, savehist-loaded)
1348         (savehist-load, savehist-install, savehist-autosave): Fix typos;
1349         mostly, refer to "Savehist mode" when talking about the mode,
1350         and not the function.
1352         * saveplace.el (save-place): Remove redundant info in docstring.
1353         (save-place-forget-unreadable-files, toggle-save-place)
1354         (save-place-forget-unreadable-files, save-place-dired-hook):
1355         Fix typos and remove unneeded backslashes.
1357 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
1359         * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
1360         (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
1362         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
1363         <insert-directory>: Use `tramp-handle-insert-directory'.
1364         (tramp-gvfs-handle-insert-directory): Remove function.
1366         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1367         Call `tramp-handle-insert-directory'.
1369 2014-02-20  Juanma Barranquero  <lekktu@gmail.com>
1371         * elec-pair.el (electric-pair-syntax-info): Do not check syntax
1372         before the start of buffer/region (bug#16799).
1374 2014-02-20  Glenn Morris  <rgm@gnu.org>
1376         * isearch.el (search-invisible): Doc fix.
1378 2014-02-20  W. Trevor King  <wking@tremily.us>  (tiny change)
1380         * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
1381         (bug#16657).
1383 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
1385         * frameset.el (frameset-restore): Delay removing an old frame's
1386         duplicate id until the new frame has been correctly created.
1388 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
1390         * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
1391         (tramp-check-cached-permissions): Call `file-attributes' if the
1392         cache is empty.
1394         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
1395         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
1397         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
1398         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
1399         (tramp-gvfs-maybe-open-connection): Set always connection
1400         properties, even if target is mounted already.
1402         * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
1403         Set tramp-autoload cookie.
1404         (tramp-get-remote-touch): New defun.
1405         (tramp-sh-handle-set-file-times): Use it.
1406         (tramp-sh-handle-directory-files-and-attributes):
1407         Use `tramp-handle-directory-files-and-attributes' if neither stat
1408         nor perl are available on the remote host.
1410         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
1411         "/".  Write long listing only when "l" belongs to the switches.
1413         * net/trampver.el: Update release number.
1415 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
1417         * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
1419 2014-02-19  Martin Rudalics  <rudalics@gmx.at>
1421         * window.el (window-state-put): Allow WINDOW to refer to an
1422         internal window (Bug#16793).
1424 2014-02-19  Glenn Morris  <rgm@gnu.org>
1426         * textmodes/remember.el: Move provide statement to end.
1427         (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
1428         (remember-notes): Doc fixes.
1430 2014-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1432         * delsel.el (delete-char): Restore incorrectly erased property
1433         (bug#16795).
1435 2014-02-18  Juanma Barranquero  <lekktu@gmail.com>
1437         * frameset.el (frameset--restore-frame): When a frame is being reused
1438         and its root window is not alive, delete all the frame's windows before
1439         restoring the window state.  This works around the issue in bug#16793.
1441 2014-02-18  Glenn Morris  <rgm@gnu.org>
1443         * textmodes/remember.el (remember-data-directory)
1444         (remember-directory-file-name-format, remember-store-in-files)
1445         (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
1446         (remember-notes-save-and-bury-buffer)
1447         (remember-notes--kill-buffer-query): Doc fixes.
1449         * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
1451 2014-02-17  Alan Mackenzie  <acm@muc.de>
1453         Connect electric-indent-mode up with CC Mode.  Bug #15478.
1454         * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
1455         to electric-indent-{,local-}-mode.
1456         (c-basic-common-init): Set electric-indent-inhibit.
1457         Initialise c-electric-flag from electric-indent-mode.
1458         (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
1459         New hook functions which propagate electric-indent-mode to CC mode.
1461         * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
1462         hit, toggle electric-indent-local-mode.
1464         * electric.el (electric-indent-mode-has-been-called):
1465         New variable.
1467 2014-02-17  Juanma Barranquero  <lekktu@gmail.com>
1469         * frameset.el (frameset-cfg-id): New function.
1470         (frameset--reuse-frame, frameset-restore): Use it.
1471         (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
1473 2014-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1475         * ido.el (ido-file-internal): Remove unused var `d'.
1476         Use \` for to match BoS.  Fit within 80n columns.
1478 2014-02-17  Daniel Colascione  <dancol@dancol.org>
1480         * net/dbus.el (dbus-call-method): Work around bug#16775 by having
1481         dbus-call-method check for completion using a busy-wait loop with
1482         gradual backoff.
1484 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
1486         Sync with Tramp 2.2.9.
1488         * net/trampver.el: Update release number.
1490 2014-02-16  Dmitry Gutov  <dgutov@yandex.ru>
1492         * ido.el (ido-file-internal): Don't add the name of an existing
1493         directory twice.  (Bug#16747)
1495 2014-02-16  Glenn Morris  <rgm@gnu.org>
1497         * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
1498         Do not use ediff-defvar-local on pre-defined variables.  (Bug#16744)
1500 2014-02-15  Michael R. Mauger  <michael@mauger.com>
1502         * progmodes/sql.el: Version 3.4
1503         (sql-oracle-options): New default value ("-L").
1504         (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
1505         (sql-placeholders-filter): Correct placeholder pattern.
1506         (sql-read-table-name): Bug fix.  Detect absence of SQLi process.
1507         (sql-login-delay): New variable.
1508         (sql-product-interactive): Use it.
1510 2014-02-15  Juanma Barranquero  <lekktu@gmail.com>
1512         * frameset.el (frameset--jump-to-register): Check that buffer is live
1513         (bug#16749).
1515 2014-02-15  Glenn Morris  <rgm@gnu.org>
1517         * info.el (info-initialize): Revert 2014-01-10 change.
1519 2014-02-14  Glenn Morris  <rgm@gnu.org>
1521         * replace.el (map-query-replace-regexp)
1522         (read-regexp-defaults-function, read-regexp): Doc fixes.
1524         * dired.el (dired-read-regexp):
1525         * faces.el (list-faces-display):
1526         * misearch.el (multi-isearch-read-matching-buffers)
1527         (multi-isearch-read-matching-files):
1528         * play/cookie1.el (cookie-apropos):
1529         * progmodes/grep.el (grep-read-regexp): Doc fixes.
1531         * textmodes/remember.el (remember): Use frameset-to-register
1532         rather than frame-configuration-to-register.
1534 2014-02-14  Jay Belanger  <jay.p.belanger@gmail.com>
1536         * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
1537         incorrect keybinding.
1539 2014-02-13  Daniel Colascione  <dancol@dancol.org>
1541         * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
1542         when adding overlays so that line numbers from compiler match line
1543         numbers we use.
1545 2014-02-13  Glenn Morris  <rgm@gnu.org>
1547         * mail/rmail.el (rmail-probe): Be less strict.  (Bug#16743)
1549         * jit-lock.el (jit-lock-mode): Doc fix.
1551 2014-02-13  Juanma Barranquero  <lekktu@gmail.com>
1553         * apropos.el (apropos-read-pattern): When the user passes an empty
1554         string, give a more helpful error message than "Wrong type
1555         argument: stringp, nil".
1557 2014-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1559         * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
1561 2014-02-13  Glenn Morris  <rgm@gnu.org>
1563         * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
1565 2014-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1567         * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
1568         shift-select commands.
1570 2014-02-12  Dmitry Gutov  <dgutov@yandex.ru>
1572         * progmodes/js.el (js-indent-line): Don't widen.
1573         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
1575 2014-02-12  Glenn Morris  <rgm@gnu.org>
1577         * icomplete.el (icomplete): Add info-link to defgroup.
1578         (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
1579         (icomplete-minibuffer-map, icomplete-mode)
1580         (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
1582         * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
1583         (package-menu-filter): Rename from package-menu-filter-interactive.
1584         Doc fix.
1586 2014-02-11  Juanma Barranquero  <lekktu@gmail.com>
1588         * frameset.el (frameset--jump-to-register): Select the required
1589         window and buffer before restoring position (bug#16696).
1591 2014-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
1593         * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
1595 2014-02-10  Glenn Morris  <rgm@gnu.org>
1597         * jit-lock.el (jit-lock-force-redisplay): Doc fix.  (Bug#14394)
1599 2014-02-10  Eli Zaretskii  <eliz@gnu.org>
1601         * w32-common-fns.el (x-get-selection): Doc fix.
1602         * select.el (x-get-selection): Doc fix.  (Bug#15109)
1604         * face-remap.el (face-remap-add-relative)
1605         (face-remap-remove-relative, face-remap-reset-base)
1606         (face-remap-set-base): Call force-mode-line-update to redisplay
1607         the current buffer due to potential change in faces.  (Bug#16709)
1609 2014-02-10  Michael Albinus  <michael.albinus@gmx.de>
1611         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
1612         script more robustly.
1614 2014-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
1616         * dired.el (dired-get-marked-files): Doc fix (bug#11534).
1618         * simple.el (choose-completion): Doc fix (bug#14160).
1620         * subr.el (event-start): Say what a nil EVENT value means.
1622         * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
1623         (bug#14197).
1625         * progmodes/grep.el (find-program): Doc fix (bug#14289).
1627         * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
1629         * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
1631         * files.el (confirm-kill-emacs): Allow specifying an arbitrary
1632         predicate function (bug#15455).
1634 2014-02-10  Dmitry Gutov  <dgutov@yandex.ru>
1636         * ielm.el (inferior-emacs-lisp-mode): Instead of
1637         `comment-use-global-state', set `comment-use-syntax'.
1639 2014-02-10  Glenn Morris  <rgm@gnu.org>
1641         * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
1643 2014-02-09  Alan Mackenzie  <acm@muc.de>
1645         Fix c-invalidate-state-cache on narrowed buffers.
1646         * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
1647         Widen when setting and clearing the CPP delimiter properties.
1649 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1651         * help.el (describe-bindings): Doc fix (bug#9888).
1653         * files.el (save-buffer): Use ARG as the parameter name for
1654         consistency (bug#10346).
1655         (save-buffer): Clarify the 0 argument (bug#10346).
1657         * cus-edit.el (customize-apropos): Fix error string.
1658         (custom-buffer-create): Doc fix (bug#11122).
1659         (custom-sort-items): Doc fix (bug#11121).
1661         * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
1663         * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
1664         (icomplete-simple-completing-p): Mention the previous variable.
1666         * font-lock.el (font-lock-value-in-major-mode): Clarify the
1667         meaning of the parameter (bug#12282).
1669         * files.el (find-file-noselect): Clarify prompt when changing
1670         readedness (bug#13261).
1671         (locate-file): Suffixes aren't returned, so don't say that they
1672         are (bug#12674).
1673         (backup-inhibited): Doc clarification (bug#12525).
1675         * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
1676         before we actually start to delete things (bug#16331).
1678         * subr.el (event-start): Doc fix (bug#14228).
1679         (event-end): Ditto.
1681 2014-02-09  Glenn Morris  <rgm@gnu.org>
1683         * emacs-lisp/warnings.el (lwarn):
1684         Empower help-enable-auto-load.  (Bug#15940)
1686 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
1688         * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
1689         (Bug#16690)
1691 2014-02-08  Michael Albinus  <michael.albinus@gmx.de>
1693         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1694         Insert output at end of buffer.  (Bug#16120)
1696 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1698         * simple.el (choose-completion-string-functions): Document new
1699         calling convention (bug#14153).
1700         (execute-extended-command): Clarify doc string (bug#13373).
1702         * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
1704         * find-dired.el (find-name-dired): Doc fix (bug#14290).
1705         (find-grep-dired): Doc fix (bug#14288).
1707 2014-02-08  Juri Linkov  <juri@jurta.org>
1709         * isearch.el (isearch-quote-char): Check character validity
1710         like in `quoted-insert' (bug#16677).
1712 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1714         * files.el (find-file-visit-truename): Doc clarification (bug#14697).
1716         * isearch.el (isearch-hide-immediately): Doc clarification
1717         (bug#14723).
1719         * simple.el (line-move): Document utility function used many
1720         places in the Emacs sources (bug#14843).
1722         * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
1723         (dired-prev-marked-file): Doc fix (bug#14855).
1724         (dired-up-directory): Doc fix (bug#14848).
1726         * minibuffer.el (read-file-name): Doc clarification (bug#15096).
1728         * files.el (file-relative-name): Doc fix (bug#15159).
1730         * fringe.el (fringe-styles): Doc fix (bug#15239).
1732         * isearch.el (isearch-filter-predicate): Documentation typo fix
1733         (bug#15474).
1735         * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
1737         * isearch.el (isearch-cmds): Doc clarification (bug#15547).
1739         * replace.el (replace-match-maybe-edit): Doc clarification
1740         (bug#15632).
1742         * subr.el (add-to-list): Refill the paragraphs (bug#15791).
1744         * macros.el (insert-kbd-macro): Doc fix (bug#16025).
1746 2014-02-08  Glenn Morris  <rgm@gnu.org>
1748         * help-fns.el (describe-variable):
1749         Check {file,dir}-local-variables-alist, and buffer-file-name,
1750         in the correct buffer.
1752 2014-02-08  Ingo Lohmar  <i.lohmar@gmail.com>
1754         * help-fns.el (describe-variable): Fix the case where
1755         a value is directory-local with no dir-locals file.  (Bug#16635)
1757 2014-02-08  Glenn Morris  <rgm@gnu.org>
1759         * abbrev.el (edit-abbrevs-mode):
1760         Derive from fundamental-mode.  (Bug#16682)
1762 2014-02-07  Juanma Barranquero  <lekktu@gmail.com>
1764         * simple.el (quoted-insert): Check character validity (bug#16677).
1766 2014-02-07  Juri Linkov  <juri@jurta.org>
1768         * desktop.el (desktop-read): Claim the lock when the owner is not
1769         the current process.  (Bug#16157)
1771 2014-02-07  Juri Linkov  <juri@jurta.org>
1773         * desktop.el (desktop-buffers-not-to-save): Change default from nil
1774         to "\\` ".  (Bug#16651)
1776 2014-02-07  Juri Linkov  <juri@jurta.org>
1778         * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
1779         when enabling, and `desktop-auto-save-cancel-timer' when disabling.
1780         (desktop-auto-save-cancel-timer): New function with some code from
1781         `desktop-auto-save-set-timer'.
1782         (after-init-hook): Don't call `desktop-auto-save-set-timer'.
1783         Instead of setting `desktop-save-mode' to nil, call
1784         `desktop-save-mode' with arg 0.  (Bug#16630)
1786 2014-02-07  Glenn Morris  <rgm@gnu.org>
1788         * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
1789         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
1790         (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
1792         * obsolete/iswitchb.el: Move to obsolete/.
1793         * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
1794         since obsolete/ is not scanned for autoloads.
1795         * emacs-lisp/authors.el (authors-valid-file-names):
1796         Add iswitchb.el.
1798         * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
1799         Disable now non-functional find-file-hook.
1801 2014-02-06  Michael Albinus  <michael.albinus@gmx.de>
1803         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
1804         instead of ";" in order to avoid additional prompts.  Let heredoc
1805         scripts read from tty.  (Bug#16582)
1806         (tramp-send-command): No special handling of heredocs, it isn't
1807         necessary anymore.
1809 2014-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1811         * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
1812         with a space (bug#16664).  Limit the symbols considered to the ones
1813         that are bound or fbound (bug#16646).
1815 2014-02-06  Glenn Morris  <rgm@gnu.org>
1817         * epa.el (epa-mail-aliases): Doc fix.
1819 2014-02-06  Dmitry Gutov  <dgutov@yandex.ru>
1821         * emacs-lisp/lisp.el (lisp-completion-at-point):
1822         Use `completion-table-merge' instead of `completion-table-in-turn'
1823         (bug#16604).
1825         * minibuffer.el (completion-table-merge): New function.
1827 2014-02-05  Michael Albinus  <michael.albinus@gmx.de>
1829         * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
1830         (tramp-sh-handle-set-file-acl)
1831         (tramp-sh-handle-start-file-process)
1832         (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
1833         (tramp-find-executable, tramp-send-command): Use it.
1835 2014-02-05  Glenn Morris  <rgm@gnu.org>
1837         * epa.el (epa-mail-aliases): Fix custom type.  Doc tweak.
1839 2014-02-04  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1841         * progmodes/python.el (python-shell-send-string)
1842         (python-shell-send-string-no-output): Fix docstring (Bug#16547).
1844 2014-02-04  Anders Lindgren  <andlind@gmail.com>
1846         * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
1847         the names (bug#16620).
1849 2014-02-03  Martin Rudalics  <rudalics@gmx.at>
1851         * faces.el (window-divider): New default value.  Rewrite doc-string.
1852         (window-divider-first-pixel, window-divider-last-pixel): New faces.
1854 2014-02-03  Dmitry Gutov  <dgutov@yandex.ru>
1856         * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
1857         `protected' and `public' can also be called without arguments.
1859 2014-02-03  Glenn Morris  <rgm@gnu.org>
1861         * register.el (window-configuration-to-register)
1862         (frame-configuration-to-register): Unadvertise unused argument.
1863         * frameset.el (frameset-to-register): Remove unused argument.
1865         * frameset.el (frameset-to-register):
1866         * kmacro.el (kmacro-to-register):
1867         * register.el (increment-register):
1868         * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
1869         (calc-append-to-register, calc-prepend-to-register):
1870         * play/gametree.el (gametree-layout-to-register)
1871         (gametree-apply-register-layout):
1872         * textmodes/picture.el (picture-clear-rectangle-to-register)
1873         (picture-yank-rectangle-from-register):
1874         * vc/emerge.el (emerge-combine-versions-register):
1875         Use register-read-with-preview to read registers.
1877 2014-02-03  João Távora  <joaotavora@gmail.com>
1879         * elec-pair.el (electric-pair-backward-delete-char): Don't error
1880         when at beginning of (possibly narrowed) buffer.
1882 2014-02-02  Daniel Colascione  <dancol@dancol.org>
1884         * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
1885         Also try to display local help from just before point.
1887 2014-02-02  Alan Mackenzie  <bug-cc-mode@gnu.org>
1889         c-parse-state.  Don't "append-lower-brace-pair" in certain
1890         circumstances.  Also fix an obscure bug where "\\s!" shouldn't be
1891         recognised as a comment.
1893         * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
1894         as well as normal comment starter.
1895         (c-parse-state-get-strategy): Extra return possibility
1896         'back-and-forward.
1897         (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
1898         return value list to indicate replacement of a brace-pair cons
1899         with its car.
1900         (c-parse-state-1): With 'back-and-forward, only call
1901         c-append-lower-brace-pair-to state-cache when cons-separated.
1903 2014-02-02  Jan Djärv  <jan.h.d@swipnet.se>
1905         * term/ns-win.el (ns-suspend-error): New function.
1906         (ns-initialize-window-system): Add ns-suspend-error to
1907         suspend-hook (Bug#16612).
1909 2014-02-02  Daniel Colascione  <dancol@dancol.org>
1911         * progmodes/cc-defs.el (c-find-assignment-for-mode):
1912         Make loading cc-mode silent.
1914 2014-02-02  Daniel Colascione  <dancol@dancol.org>
1916         * comint.el (comint-prompt-read-only): Change doc to suggest
1917         remap keybinding.
1919 2014-02-02  Glenn Morris  <rgm@gnu.org>
1921         * register.el (register-read-with-preview, point-to-register)
1922         (window-configuration-to-register, frame-configuration-to-register)
1923         (jump-to-register, number-to-register, view-register, insert-register)
1924         (copy-to-register, append-to-register, prepend-to-register)
1925         (copy-rectangle-to-register): Doc fixes.
1927 2014-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1929         * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
1930         * emacs-lisp/find-func.el (find-function-C-source): Idem.
1931         * emacs-lisp/nadvice.el (advice--cd*r): New function.
1932         * help-fns.el (describe-function-1): Use it.
1934 2014-02-02  Glenn Morris  <rgm@gnu.org>
1936         * register.el (register-preview-default): New function,
1937         split from register-preview.
1938         (register-preview-function): Rename from register-preview-functions,
1939         make it not a hook.
1940         (register-preview): Use register-preview-function.
1941         (register-read-with-preview): Error on non-character event.  (Bug#16595)
1943 2014-02-01  Dmitry Gutov  <dgutov@yandex.ru>
1945         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
1946         `:' before binary operators (bug#16609).  Don't check for `:'
1947         before `[' and `(', or their syntax status.  A percent literal
1948         can't end with either.
1949         (ruby-font-lock-keywords): For built-ins that require arguments,
1950         check that they're followed by something that looks like argument
1951         (bug#16610).
1953 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1955         * subr.el (butlast): Document what an omitted N means (bug#13437).
1956         (nbutlast): Ditto.
1958 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1960         * net/shr.el (shr-generic): Make into a defsubst to make the stack
1961         depth shallower (bug#16587).
1962         (shr-tag-svg): Respect `shr-inhibit-images'.
1963         (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
1965 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
1967         * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
1968         (ruby-smie-grammar): Make "." right-associative.  Make its priority
1969         lower than the ternary and all binary operators.
1970         (ruby-smie-rules): Indent "(" relative to the first non-"."
1971         parent, or the first "." parent at indentation.
1972         Use `ruby-align-chained-calls' for indentation of "." tokens.
1973         (Bug#16593)
1975 2014-01-31  Juri Linkov  <juri@jurta.org>
1977         * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
1978         from `make-hash-table'.
1980         * textmodes/ispell.el (ispell-init-process): Change message format
1981         to be consistent with other messages.
1983 2014-01-31  Glenn Morris  <rgm@gnu.org>
1985         * delsel.el (delete-selection-mode): Doc fix.
1987         * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
1988         (trace-function-background): Doc fixes.
1990         * ido.el (ido-use-virtual-buffers): Doc fix.
1991         Reset :version, since the default value has not changed.
1993         * register.el (register-preview-delay, register-read-with-preview):
1994         Doc fixes.
1996         * mail/reporter.el (reporter-dump-variable): In case of void-variable,
1997         do not mess with mail-buffer position (fixes 2009-11-03 change).
1998         * progmodes/cc-mode.el (c-submit-bug-report):
1999         Check auto-fill-mode is bound.  (Bug#16592)
2001 2014-01-31  Darren Hoo  <darren.hoo@gmail.com>
2003         * startup.el (fancy-splash-image-file): New function,
2004         split from fancy-splash-head.
2005         (fancy-splash-head, use-fancy-splash-screens-p): Use it,
2006         so that we are both using the same image.  (Bug#16574)
2008 2014-01-30  Glenn Morris  <rgm@gnu.org>
2010         * simple.el (eval-expression): Doc fix.
2012         * hexl.el (hexl-mode-hook):
2013         * ielm.el (ielm-mode-hook):
2014         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
2015         (lisp-interaction-mode-hook):
2016         * progmodes/cfengine.el (cfengine3-documentation-function):
2017         Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
2019 2014-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2021         * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
2022         is a symbol (bug#16584).
2024 2014-01-30  Glenn Morris  <rgm@gnu.org>
2026         * help.el (help-for-help-internal): Add "P" to text.
2028 2014-01-29  Glenn Morris  <rgm@gnu.org>
2030         * simple.el (just-one-space, cycle-spacing): Doc fixes.
2032 2014-01-28  Martin Rudalics  <rudalics@gmx.at>
2034         * window.el (fit-frame-to-buffer): Fix calculations for margins and
2035         height constraints.
2037 2014-01-28  Luke Lee  <luke.yx.lee@gmail.com>
2039         * progmodes/hideif.el: Extend to full CPP expression syntax.
2040         (hif-token-alist): Add missing tokens.
2041         (hif-token-regexp): Add support for float/octal/hex immediates.
2042         (hif-string-literal-regexp): New const.
2043         (hif-tokenize): Recognize strings and float/octal/hex immediates.
2044         (hif-exprlist): New function.
2045         (hif-parse-if-exp): Use it.
2046         (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
2047         (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
2048         (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
2049         (hif-logxor, hif-comma): New functions.
2051 2014-01-28  Glenn Morris  <rgm@gnu.org>
2053         * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
2055         * indent.el (tab-stop-list): Doc fix.  Add :version.
2057         * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
2058         (cvs-append-to-ignore): Add compatibility alias.
2060 2014-01-27  Glenn Morris  <rgm@gnu.org>
2062         * dired.el (dired-hide-details-mode): Don't autoload it,
2063         since it cannot be used outside Dired buffers anyway.
2065         * emulation/cua-base.el (cua-mode): Doc fix.
2067         * dired.el (dired-hide-details-hide-symlink-targets)
2068         (dired-hide-details-hide-information-lines)
2069         (dired-hide-details-mode): Doc fixes.
2071         * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
2072         * strokes.el (strokes-file): Doc fix.  Bump :version.
2073         (strokes-help): Doc fix.
2074         * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
2075         * emulation/viper.el (viper): Doc fix for custom group.
2076         (top-level): Remove oh-so-no-longer-relevant text about vip.
2077         * obsolete/otodo-mode.el (todo-prefix): Doc fix.
2079         * ido.el (ido-save-directory-list-file):
2080         * saveplace.el (save-place-file):
2081         * calendar/timeclock.el (timeclock-file):
2082         * net/quickurl.el (quickurl-url-file):
2083         * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
2084         * progmodes/idlwave.el (idlwave-config-directory):
2085         * textmodes/remember.el (remember-data-file):
2086         Bump :version.
2088 2014-01-26  Glenn Morris  <rgm@gnu.org>
2090         * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
2091         Doc fix.  Make obsolete.
2092         (opascal-mode): No longer mention opascal-tab-always-indents in doc.
2094         * sort.el (delete-duplicate-lines): Doc fix.
2096 2014-01-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2098         * progmodes/ada-mode.el (ada):
2099         * woman.el (woman): Link to info manual and Commentary section.
2101         * progmodes/flymake.el (flymake):
2102         * nxml/nxml-mode.el (nxml):
2103         * net/eww.el (eww):
2104         * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
2105         * htmlfontify.el (htmlfontify):
2106         * ses.el (ses):
2107         * epa.el (epa):
2108         * ido.el (ido): Link to info manual.
2110 2014-01-25  Leo Liu  <sdl.web@gmail.com>
2112         * progmodes/flymake.el (flymake-make-overlay): No rear advance.
2114 2014-01-25  Adam Sjøgren  <asjo@koldfront.dk>
2116         * net/shr.el (shr-tag-img): Prefer the title over the alt text
2117         (bug#16537).
2119 2014-01-24  Juanma Barranquero  <lekktu@gmail.com>
2121         * net/eww.el (eww-download-callback):
2122         Fix reference to eww-download-directory.
2124         * emacs-lisp/bytecomp.el (byte-compile-file):
2125         Remove unused local variable `file-name'.
2127 2014-01-24  Glenn Morris  <rgm@gnu.org>
2129         * woman.el (woman-default-faces, woman-monochrome-faces):
2130         Fix obsolescence specification.
2132         * subr.el (with-demoted-errors): Doc fix.
2134 2014-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2136         * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
2137         (cl--macroexp-fboundp): New function.
2138         (cl--make-type-test): Use it.
2140 2014-01-23  Glenn Morris  <rgm@gnu.org>
2142         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
2143         * simple.el (eval-expression): Doc fixes.
2145 2014-01-22  Glenn Morris  <rgm@gnu.org>
2147         * emacs-lisp/authors.el (authors-fixed-entries): Addition.
2149 2014-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2151         * emacs-lisp/package.el: Write files silently.
2152         (package-autoload-ensure-default-file, package--write-file-no-coding)
2153         (package-generate-description-file, package--download-one-archive)
2154         (package-install-from-archive): Tell `write-region' to stay quiet.
2155         (package-menu-mode, package-menu--print-info): Omit the Archive column
2156         if there's only one archive.
2157         (package-all-keywords, package--has-keyword-p): Remove dead code.
2159 2014-01-22  Glenn Morris  <rgm@gnu.org>
2161         * version.el (emacs-bzr-version-bzr): Fix typo.
2163         * version.el (emacs-repository-get-version):
2164         Check either .bzr or .git, but not both.
2165         Make the git case actually use the DIR argument, and return nil
2166         rather than the empty string.
2167         Avoid error if .git exists but the git executable is not found.
2169 2014-01-22  Martin Rudalics  <rudalics@gmx.at>
2171         Fixes in window size functions around Bug#16430 and Bug#16470.
2172         * window.el (window-total-size, window-size): New argument ROUND.
2173         (window--min-delta-1, window-min-delta, window--max-delta-1):
2174         Be more conservative when calculating the numbers of lines or
2175         columns a window can shrink (Bug#16430).
2176         (fit-window-to-buffer): Simplify code.
2177         * term.el (term-window-width): Call window-body-width again.
2179 2014-01-22  Glenn Morris  <rgm@gnu.org>
2181         * image.el (image-format-suffixes): Doc fix.
2183         * international/quail.el (quail-define-package): Doc fix.
2185         * emacs-lisp/authors.el (authors-valid-file-names)
2186         (authors-renamed-files-alist): Additions.
2188         * vc/vc-git.el (vc-git-print-log): Remove --follow;
2189         reverts 2014-01-09 change.  (Bug#16422)
2191         * calc/calc-embed.el (thing-at-point-looking-at):
2192         * emacs-lisp/map-ynp.el (x-popup-dialog):
2193         * obsolete/lmenu.el (x-popup-dialog):
2194         * emacs-lisp/package.el (url-recreate-url):
2195         * mail/mailclient.el (clipboard-kill-ring-save):
2196         * subr.el (x-popup-dialog): Update declaration.
2197         * mail/rmail.el (rmail-mime-message-p):
2198         * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
2200 2014-01-21  Daniel Colascione  <dancol@dancol.org>
2202         * progmodes/sh-script.el (sh--inside-noncommand-expression):
2203         Correctly detect when we're inside an arithmetic expansion form
2204         containing nested parenthesis.
2205         (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
2206         to detect cases where we shouldn't expand "<<" to a heredoc
2207         skeleton.
2209 2014-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2211         * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
2212         (eldoc--message-command-p): New function.
2213         (eldoc-display-message-p): Use it.
2214         (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
2215         message is not automatically erased for us.
2216         (eldoc-print-current-symbol-info): Erase previous message, if any.
2218 2014-01-21  Tassilo Horn  <tsdh@gnu.org>
2220         * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
2221         specify it's an interactive function.
2223         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
2224         Fix regex used for scanning for citation keys which failed for
2225         citations with optional arguments.
2227 2014-01-21  Leo Liu  <sdl.web@gmail.com>
2229         * simple.el (read--expression): Don't enable eldoc-mode.
2231 2014-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2233         * simple.el (move-beginning-of-line): Make sure we don't move forward
2234         (bug#16497).
2236 2014-01-20  Juri Linkov  <juri@jurta.org>
2238         * saveplace.el (toggle-save-place, save-place-to-alist)
2239         (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
2240         'dired-mode) before checking for dired-directory.  (Bug#16477)
2242 2014-01-20  Juri Linkov  <juri@jurta.org>
2244         * indent.el (indent-line-to): Use backward-to-indentation
2245         instead of back-to-indentation.  (Bug#16461)
2247 2014-01-20  Paul Eggert  <eggert@cs.ucla.edu>
2249         Revert some of the CANNOT_DUMP fix (Bug#16494).
2250         Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
2251         but fixing this can wait until after the next release.
2252         * Makefile.in (emacs): Keep EMACSLOADPATH empty.
2254 2014-01-19  Michael Albinus  <michael.albinus@gmx.de>
2256         * eshell/esh-mode.el (eshell-password-prompt-regexp):
2257         Use `password-word-equivalents'.
2258         (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
2259         to t.  (Bug#5664, Bug#13124)
2261 2014-01-19  Alan Mackenzie  <acm@muc.de>
2263         Bind open-paren-in-column-0-is-defun-start to nil at some entry
2264         points.
2265         * progmodes/cc-engine.el (c-invalidate-state-cache-1)
2266         (c-parse-state-1, c-guess-basic-syntax): Bind it here.
2267         * progmodes/cc-mode.el (c-before-change, c-after-change)
2268         (c-font-lock-fontify-region): Bind it here.
2270 2014-01-19  Martin Rudalics  <rudalics@gmx.at>
2272         * term.el (term-window-width): Call window-text-width instead of
2273         window-width (Bug#16470).
2275 2014-01-18  Paul Eggert  <eggert@cs.ucla.edu>
2277         * simple.el (password-word-equivalents): Remove duplicates.
2278         Sort, to make this easier next time.
2279         Downcase.  Omit ": " after "jelszó".
2281 2014-01-18  Jan Djärv  <jan.h.d@swipnet.se>
2283         * term/common-win.el (saved-region-selection): Defvar it.
2284         (x-select-text): Set saved-region-selection (Bug#16382).
2286 2014-01-18  Glenn Morris  <rgm@gnu.org>
2288         * emacs-lisp/authors.el (authors-aliases)
2289         (authors-renamed-files-alist): Add some entries.
2291 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
2293         * net/tramp.el (tramp-password-prompt-regexp):
2294         Use `password-word-equivalents' if available.
2295         (tramp-action-password, tramp-process-one-action)
2296         (tramp-read-passwd): Let-bind `case-fold-search' to t.  (Bug#13124)
2298 2014-01-17  Chong Yidong  <cyd@gnu.org>
2300         * simple.el (password-word-equivalents): New defcustom.
2301         * comint.el (comint-password-prompt-regexp): Use it.  Bump version
2302         to 24.4.
2303         (comint-watch-for-password-prompt): Let-bind `case-fold-search'
2304         to t.  (Bug#13124)
2306 2014-01-17  Dmitry Gutov  <dgutov@yandex.ru>
2308         * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
2309         (ruby-align-to-stmt-keywords): Change the default value.
2310         Use `ruby-alignable-keywords' to generate the possible customization
2311         choices.
2312         (ruby-smie-rules): Instead of using a hardcoded list of alignable
2313         keywords, check against the value of `ruby-alignable-keywords'
2314         (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
2316 2014-01-17  Glenn Morris  <rgm@gnu.org>
2318         * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
2320         Make M-x authors return zero *Authors Errors* from current logs.
2321         * emacs-lisp/authors.el (authors-obsolete-files-regexps)
2322         (authors-ignored-files): Add some entries, remove others.
2323         (authors-ambiguous-files, authors-valid-file-names):
2324         Add some entries.
2325         (authors-renamed-files-alist): Add, remove, and adjust entries.
2326         (authors-renamed-files-regexps): Add some entries.
2327         Remove some very broad ones.  Make some entries `lax'.
2328         (authors-lax-changelogs): New constant.
2329         (authors-disambiguate-file-name): Treat top-level specially.
2330         (authors-lax-changelog-p): New function.
2331         (authors-canonical-file-name): Check file as written against
2332         authors-valid-file-names.  Do not special-case etc/.
2333         Handle `lax' logs and authors-renamed-files-regexps elements.
2335 2014-01-16  Dmitry Gutov  <dgutov@yandex.ru>
2337         * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
2338         `assoc'.  Use `nth' instead of `cdr'.  Make private.  Update all
2339         callers.
2341 2014-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2343         * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
2344         Assume we're already in the proper buffer.
2345         Inspired by Anders Lindgren <andlind@gmail.com>.
2346         (follow-post-command-hook): Call it from the right buffer.
2347         (follow-comint-scroll-to-bottom): Adjust call.
2348         (follow-all-followers): Use get-buffer-window-list.
2350 2014-01-15  Daniel Colascione  <dancol@dancol.org>
2352         * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
2353         `buffer-file-name' in interactive-form so that we don't leave
2354         pathless file names in `file-name-history'.
2356 2014-01-15  Juri Linkov  <juri@jurta.org>
2358         * indent.el (indent-rigidly): Set deactivate-mark to nil
2359         in transient indentation mode.  (Bug#16438)
2361 2014-01-15  Dmitry Gutov  <dgutov@yandex.ru>
2363         * emacs-lisp/package.el (package-desc-keywords): New function
2364         (Bug#16222).
2365         (describe-package-1, package-all-keywords)
2366         (package--has-keyword-p): Use it.
2368 2014-01-14  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
2370         * simple.el (define-alternatives): When creating the
2371         COMMAND-alternatives variable, assign COMMAND as its definition
2372         name so that `describe-variable' can relocate it.
2374 2014-01-14  Matthew Leach  <matthew@mattleach.net>  (tiny change)
2376         * font-lock.el (font-lock-keywords): Fix typo in docstring
2377         (bug#16307).
2379 2014-01-14  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
2381         * ispell.el (ispell-region): Reset `in-comment' for new line
2382         instead of wrongly reset `add-coment' (bug#13577).
2384 2014-01-14  Daiki Ueno  <ueno@gnu.org>
2386         * epa-file.el (epa-file-write-region): Encode the region according
2387         to `buffer-file-format'.  Problem reported at:
2388         <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
2390 2014-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2392         * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
2393         so it applies in the right buffer (bug#16410).
2395 2014-01-13  Daniel Colascione  <dancol@dancol.org>
2397         * textmodes/rst.el (rst-define-key): Provide deprecated
2398         keybindings through named functions instead of anonymous ones so
2399         that "??" doesn't appear in describe-mode output.
2401 2014-01-13  Bastien Guerry  <bzg@gnu.org>
2403         * simple.el (define-alternatives): Call the selected command
2404         interactively.  When setting `COMMAND--implementation' for the
2405         first time, tell the user how to chose another implementation.
2406         Enhance the docstring.
2408 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2410         * vc/log-edit.el: Fix highlighting of summary when it's the first line.
2411         (log-edit--match-first-line): New function.
2412         (log-edit-font-lock-keywords): Use it.
2413         (log-edit-mode): Make jit-lock-defer-multiline work.
2415 2014-01-13  Bastien Guerry  <bzg@gnu.org>
2417         * rect.el (rectangle-mark-mode): When the region is not active,
2418         display a message saying that the mark as been set and that
2419         rectangle mode is in use.
2420         (rectangle--highlight-for-redisplay): Only put an overlay with a
2421         visible vertical bar when (display-graphic-p) is non-nil.
2422         This partially fixes Bug#16403.
2424 2014-01-13  Juri Linkov  <juri@jurta.org>
2426         * info.el (Info-find-file): Go to DIR before displaying the error
2427         about a nonexistent file if no previous Info file is visited.
2428         Use `user-error' instead of `error' for "Info file %s does not exist".
2429         (Info-find-node-2): In case of a nonexistent node in unwind forms
2430         go to the Top node if there is no previous node to revert to.
2431         (Bug#16405)
2433 2014-01-13  Martin Rudalics  <rudalics@gmx.at>
2435         fit-frame/window-to-buffer code fixes including one for Bug#14096.
2436         * window.el (fit-frame-to-buffer): Fix doc-string.
2437         Respect window-min-height/-width.  Fit pixelwise when
2438         frame-resize-pixelwise is non-nil.  Adjust right/bottom edge
2439         when avoiding that frame goes partially off-screen.
2440         (fit-window-to-buffer): Respect window-min-height/-width
2441         (Bug#14096).
2443 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2445         * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
2446         after an empty line.
2448 2014-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2450         * net/shr.el (shr-render-region): Autoload.
2452 2014-01-12  Xue Fuqiao  <xfq.free@gmail.com>
2454         * net/eww.el (eww-download-directory): Rename from
2455         `eww-download-path' (Bug#16419).
2457 2014-01-12  Leo Liu  <sdl.web@gmail.com>
2459         * dired-x.el (dired-mode-map): Fix last change.
2461         * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
2463 2014-01-12  Paul Eggert  <eggert@cs.ucla.edu>
2465         Spelling fixes.
2466         * emacs-lisp/generic.el (generic--normalize-comments):
2467         Rename from generic--normalise-comments.  All uses changed.
2468         * play/bubbles.el (bubbles--neighborhood-score)
2469         (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
2470         (bubbles--neighborhood-available)
2471         (bubbles--update-neighborhood-score):
2472         Rename from names with 'neighbourhood'.  All uses changed.
2474 2014-01-12  Leo Liu  <sdl.web@gmail.com>
2476         Re-implement the feature of showing eldoc info after editing.
2477         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
2478         (eldoc-edit-message-commands): New function.
2479         (eldoc-print-after-edit): New variable.
2480         (eldoc-pre-command-refresh-echo-area): Emit message only by
2481         eldoc-message-commands.
2482         (eldoc-mode): Restrict eldoc-message-commands to editing commands
2483         if eldoc-print-after-edit is set.  (Bug#16346)
2484         * simple.el (read--expression): Enable eldoc-mode.
2485         * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
2487 2014-01-11  Dani Moncayo  <dmoncayo@gmail.com>
2488             Eric S. Raymond  <esr@thyrsus.com>
2490         * version.el (emacs-repository-get-version): Enhance so the
2491         function works correctly in either a Bazaar or Git repo.
2493 2014-01-11  Eric S. Raymond  <esr@thyrsus.com>
2495         * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
2496         Goes with removal of the joke manpages from /etc.
2498 2014-01-10  Kenichi Handa  <handa@gnu.org>
2500         * mail/rmail.el (rmail-get-coding-system):
2501         Check rmail-get-coding-function before "funcall"ing it.
2503 2014-01-10  Glenn Morris  <rgm@gnu.org>
2505         * emacs-lisp/authors.el (authors-fixed-entries):
2506         Update for files that no longer exist.
2508 2014-01-10  Eric S. Raymond  <esr@thyrsus.com>
2510         * version.el (emacs-bzr-get-version): Restore compatibilty with
2511         24.3 (Tested).
2513 2014-01-10  Bozhidar Batsov  <bozhidar@batsov.com>
2515         * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
2516         and Podfile.
2518 2014-01-10  Eli Zaretskii  <eliz@gnu.org>
2520         * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
2522 2014-01-10  Chong Yidong  <cyd@gnu.org>
2524         * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
2526 2014-01-10  Anders Lindgren  <andlind@gmail.com>
2528         * follow.el (follow-cache-command-list): Include right-char and
2529         left-char.
2531 2014-01-10  Paul Eggert  <eggert@cs.ucla.edu>
2533         Spelling fixes.
2534         * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
2535         * woman.el (woman-mark-horizontal-position):
2536         Rename from woman-mark-horizonal-position.  Use changed.
2538 2014-01-10  Glenn Morris  <rgm@gnu.org>
2540         * info.el (info-initialize): If running uninstalled, ensure our
2541         own info files are always found first, even if INFOPATH is set.
2543         * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
2545 2014-01-09  David Engster  <deng@randomsample.de>
2547         * emacs-lisp/eieio-custom.el:
2548         * emacs-lisp/eieio-opt.el: Set generated autoload file to
2549         'eieio.el'.  This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
2550         * emacs-lisp/eieio.el: Regenerate autoloads.
2552 2014-01-09  Eric S. Raymond  <esr@thyrsus.com>
2554         * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
2555         following renames.  (Bug#8756)
2557 2014-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2559         * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
2560         (bug#16382).
2561         (activate-mark): Add `no-tmm' argument.
2562         (set-mark, push-mark-command): Use it instead of running
2563         activate-mark-hook by hand.
2565 2014-01-08  Eric S. Raymond  <esr@thyrsus.com>
2567         In preparation for the move to git, sanitize out some
2568         Bazaar-specific names.
2570         * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
2572         * version.el (emacs-bzr-version): Name changed to
2573         emacs-repository-version.  Obsolete-variable alias made.
2574         * loadup.el: Follow through on this name change.
2575         * mail/emacsbug.el (report-emacs-bug): Factor out any
2576         assumption about the version control system in use.
2578 2014-01-08  David Engster  <deng@randomsample.de>
2580         * help-fns.el (help-fns-describe-function-functions):
2581         New variable to call functions for augmenting help buffers.
2582         (describe-function-1): Remove explicit calls to
2583         `help-fns--compiler-macro', `help-fns--parent-mode' and
2584         `help-fns--obsolete'.  Put them in above new variable instead, and
2585         call them through `run-hook-with-args'.
2586         * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
2587         `eieio-describe-class'.  Not meant for interactive use anymore,
2588         but to augment existing help buffers.  Remove optional second
2589         argument.  Create proper button for file location.
2590         Rewrite function to use `insert' instead of `princ' and `prin1' where
2591         possible.
2592         (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
2593         (eieio-method-def, eieio-class-def): Move further up.
2594         (describe-method, describe-generic, eieio-describe-method):
2595         Remove aliases.
2596         (eieio-help-constructor, eieio-help-generic): Rename from
2597         `eieio-describe-constructor' and `eieio-describe-generic', resp.
2598         Rewrite to use `insert' in the current buffer and use proper help
2599         buttons.
2600         (eieio-help-find-method-definition)
2601         (eieio-help-find-class-definition): Also accept symbols as
2602         arguments.
2603         (eieio-help-mode-augmentation-maybee): Remove.
2604         (eieio-describe-class-sb): Use `describe-function'.
2605         * emacs-lisp/eieio.el (help-fns-describe-function-functions):
2606         Add `eieio-help-generic' and `eieio-help-constructor'.
2608 2014-01-08  Paul Eggert  <eggert@cs.ucla.edu>
2610         Spelling fixes.
2611         * language/china-util.el (hz-ascii-designation):
2612         Rename from hz-ascii-designnation.
2613         (hz-ascii-designation): Rename from hz-ascii-designnation.
2614         All uses changed.
2616 2014-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2618         * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
2619         package-alist.
2621 2014-01-08  Bastien Guerry  <bzg@gnu.org>
2623         * emacs-lisp/package.el (package-delete):
2624         Correctly delete the package from package-alist.
2626 2014-01-08  Daiki Ueno  <ueno@gnu.org>
2628         * emacs-lisp/package.el (url-recreate-url): Declare.
2629         (url-http-target-url): Declare.
2630         (package-handle-response): Include requested URL in the error message.
2631         (package--check-signature): Don't re-signal errors from
2632         package--with-work-buffer.  Suggested by Stefan Monnier.
2634 2014-01-07  Bastien Guerry  <bzg@gnu.org>
2636         * minibuffer.el (completion--try-word-completion): When both a
2637         hyphen and a space are possible candidates for the character
2638         following a word, display both candidates.  (Bug#15980)
2640 2014-01-07  Martin Rudalics  <rudalics@gmx.at>
2642         * window.el (balance-windows-2): While rounding don't give a
2643         window more than the remainder.  Bug#16351, bug#16383.
2645 2014-01-07  Glenn Morris  <rgm@gnu.org>
2647         * menu-bar.el (menu-bar-help-extra-packages): Remove.
2648         (menu-bar-help-menu): Use view-external-packages instead.
2650 2014-01-07  Bastien Guerry  <bzg@gnu.org>
2652         * emacs-lisp/package.el (package-delete): Also delete the package
2653         name from `package-alist', not its description only.
2655 2014-01-07  Glenn Morris  <rgm@gnu.org>
2657         * help.el (view-external-packages):
2658         * menu-bar.el (menu-bar-help-extra-packages):
2659         Visit efaq.info rather than etc/MORE.STUFF.
2661 2014-01-07  Juri Linkov  <juri@jurta.org>
2663         * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
2664         isearch-exit and isearch-delete-char resp.  (Bug#16342, bug#16035)
2666         * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
2667         that shadows RET.  (Bug#16342)
2669 2014-01-07  Chong Yidong  <cyd@gnu.org>
2671         * isearch.el (isearch-yank-char, isearch-yank-word)
2672         (isearch-yank-line): Doc fix.
2674 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2676         * abbrev.el (define-abbrev): Beware new meaning of fboundp.
2677         * emacs-lisp/elint.el (elint-find-builtins):
2678         * emacs-lisp/eldoc.el (eldoc-symbol-function):
2679         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
2680         (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
2681         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
2682         * apropos.el (apropos-safe-documentation):
2683         * subr.el (symbol-file): Remove redundant fboundp.
2684         * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
2686 2014-01-06  Bastien Guerry  <bzg@gnu.org>
2688         * hl-line.el (global-hl-line-overlay): Make a local variable.
2689         (global-hl-line-overlays): New variable to store all overlays.
2690         (global-hl-line-mode): Don't delete overlays from the current
2691         buffer when `global-hl-line-sticky-flag' is non-nil.
2692         (global-hl-line-highlight): Add new overlays to
2693         `global-hl-line-overlays'.
2694         (global-hl-line-unhighlight-all): New function to delete all
2695         overlays when turning off `global-hl-line-mode'.
2696         This fixes Bug#16183.
2698 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2700         * subr.el (set-transient-map): Fix nested case and docstring.
2702 2014-01-06  Tassilo Horn  <tsdh@gnu.org>
2704         * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
2705         `Texinfo' entry.
2707 2014-01-06  Daniel Colascione  <dancol@dancol.org>
2709         Fix defun navigation in vc log view.
2711         * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
2712         like `beginning-of-defun'.
2713         (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
2714         log-view-end-of-defun to log-view-end-of-defun-1.  Replace
2715         log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
2716         (log-view-extract-comment): Call `log-view-current-entry' directly
2717         instead of relying on broken `log-view-beginning-of-defun' behavior.
2719 2014-01-06  Paul Eggert  <eggert@cs.ucla.edu>
2721         Spelling fixes.
2722         * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
2723         * emacs-lisp/debug.el (cancel-debug-on-entry):
2724         * epg.el (epg-error-to-string):
2725         * files.el (recover-file):
2726         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
2727         * mail/emacsbug.el (report-emacs-bug-hook):
2728         * mail/sendmail.el (mail-recover):
2729         * ses.el (ses-yank-resize):
2730         * term/ns-win.el (ns-print-buffer):
2731         Spelling fixes in diagnostics, mostly for "canceled" with one L.
2732         * epg.el (epg-key-capability-alist): Rename from misspelled version.
2733         All uses changed.
2734         * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
2736 2014-01-06  Leo Liu  <sdl.web@gmail.com>
2738         * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
2739         to avoid shadowing global key.  (Bug#16354)
2741 2014-01-06  Daniel Colascione  <dancol@dancol.org>
2743         * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
2744         rst-mode.
2746 2014-01-05  Martin Rudalics  <rudalics@gmx.at>
2748         * window.el (balance-windows): Add mising t to fix Bug#16351.
2750 2014-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2752         * net/shr.el (shr-descend): Don't bug out if the anchor is empty
2753         (bug#16285).
2754         (shr-insert): If we have a word that's longer than `shr-width',
2755         break after it anyway.  Otherwise we'll do no breaking once we get
2756         such a long word.
2758 2014-01-05  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
2760         * net/eww.el (eww): Support single/double quote for search.
2761         * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
2762         (eww-history-quit): Delete and use quit-window.
2763         (eww-history-kill): Delete, because it doesn't work well and
2764         not necessary.
2765         (eww-history-mode-map): Delete some keys and add easy-menu.
2767 2014-01-05  Paul Eggert  <eggert@cs.ucla.edu>
2769         Fix misspelling of 'chinese' in rx (Bug#16237).
2770         * emacs-lisp/rx.el (rx-categories): Correct spelling of
2771         chinese-two-byte.
2773         Change subword regexps back to vars (Bug#16296).
2774         * progmodes/subword.el (subword-forward-regexp)
2775         (subword-backward-regexp): Change these back to variables.
2777 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2779         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
2780         syntax-begin-function (bug#16247).
2782 2014-01-03  Chong Yidong  <cyd@gnu.org>
2784         * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
2785         (advice--docstring): Delete variable.
2786         (advice--make-1): Leave the docstring empty.
2787         (advice-add): Use function-documentation for advised docstring.
2789         * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
2790         Ignore function-documentation property when getting documentation.
2791         (ad-activate-advised-definition): Use function-documentation
2792         generate the docstring.
2793         (ad-make-advised-definition): Don't call
2794         ad-make-advised-definition-docstring.
2795         (ad-make-advised-definition-docstring, ad-advised-definition-p):
2796         Delete functions.
2798         * progmodes/sql.el (sql-help): Use function-documentation instead
2799         of dynamic-docstring-function property.  No need to autoload now.
2800         (sql--help-docstring): New variable.
2801         (sql--make-help-docstring): Use it.
2803 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2805         * ielm.el (ielm-tab): Retarget.
2806         (ielm-map): Use ielm-tab for tab.
2807         (ielm-complete-filename): Use comint-filename-completion.
2808         (ielm-complete-symbol): Remove.
2809         (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
2810         remove ielm-tab from completion-at-point-functions (bug#16224).
2812         * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
2813         Beware signals raised by predicates (bug#16201).
2815 2014-01-02  Richard Stallman  <rms@gnu.org>
2817         * dired-aux.el (dired-do-print): Handle printer-name.
2819         * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
2820         * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
2821         (rmail-epa-decrypt): Turn off mime processing.
2823         * mail/rmail.el (rmail-make-in-reply-to-field):
2824         Add parens in message-id.
2826         * mail/rmail.el (rmail-get-coding-function): Variable.
2827         (rmail-get-coding-system): Use it.
2829 2013-12-31  Eli Zaretskii  <eliz@gnu.org>
2831         * international/mule-conf.el: Unify the charset indian-is13194.
2832         (indian-is13194): Specify unify-map.
2834 2013-12-31  Leo Liu  <sdl.web@gmail.com>
2836         * subr.el (set-temporary-overlay-map): Obsolete alias.  (Bug#16305)
2838 2013-12-30  Daniel Colascione  <dancol@dancol.org>
2840         * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
2841         of printing a useless when we resume from sleep.
2843         * progmodes/sh-script.el
2844         (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
2845         in indentation code.  (Bug#16233)
2847 2013-12-28  João Távora  <joaotavora@gmail.com>
2849         * elec-pair.el (electric-pair-post-self-insert-function):
2850         Don't open extra newlines at beginning of buffer.  (Bug#16272)
2852 2013-12-28  Eli Zaretskii  <eliz@gnu.org>
2854         * frame.el (window-system-for-display): Don't allow to create a
2855         GUI frame from a -nw session on MS-Windows.  (Bug#14739)
2857 2013-12-28  Glenn Morris  <rgm@gnu.org>
2859         * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
2860         Update callers.
2862         * apropos.el (apropos-match-face):
2863         * calculator.el (calculator-displayer):
2864         * dabbrev.el (dabbrev-search-these-buffers-only):
2865         * face-remap.el (buffer-face-mode-face):
2866         * simple.el (yank-handled-properties):
2867         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
2868         * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
2869         * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
2870         (hashcash-double-spend-database):
2871         * progmodes/ruby-mode.el (ruby-deep-indent-paren)
2872         (ruby-deep-indent-paren-style):
2873         * textmodes/flyspell.el (flyspell-auto-correct-binding):
2874         * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
2875         (rst-toc-insert-number-separator, rst-toc-insert-max-level):
2876         * vc/pcvs-defs.el (cvs-minor-mode-prefix):
2877         Specify custom types.
2879         * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
2880         * bookmark.el (bookmark-bmenu-use-header-line):
2881         * doc-view.el (doc-view-scale-internally):
2882         * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
2883         * register.el (register-preview-delay):
2884         * net/shr.el (shr-bullet):
2885         * progmodes/cfengine.el (cfengine-cf-promises)
2886         (cfengine-parameters-indent):
2887         * progmodes/octave.el (inferior-octave-error-regexp-alist):
2888         * textmodes/reftex-vars.el (reftex-label-regexps):
2889         * vc/log-edit.el (log-edit-setup-add-author): Add version.
2891         * net/tls.el (tls-certtool-program): Fix default value.
2893         * desktop.el (desktop-restore-in-current-display):
2894         * newcomment.el (comment-empty-lines):
2895         * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
2896         (idlwave-pad-keyword):
2897         * progmodes/tcl.el (tcl-tab-always-indent):
2898         * textmodes/reftex-vars.el (reftex-index-default-tag):
2899         * elec-pair.el (electric-pair-skip-whitespace):
2900         * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
2902         * emacs-lisp/authors.el (authors-ignored-files)
2903         (authors-valid-file-names, authors-renamed-files-alist): Additions.
2905 2013-12-27  Jarek Czekalski  <jarekczek@poczta.onet.pl>
2907         * shell.el (shell-dynamic-complete-command): Doc fix.
2908         (shell--command-completion-data): Shell completion now matches
2909         executable filenames from the current buffer's directory, on
2910         systems in which this behavior is the default (windows-nt, ms-dos).
2912 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2914         * net/shr.el (shr-insert): Don't infloop if the width is zero.
2916 2013-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2918         * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
2919         (bug#16251).
2921         * electric.el: Move all electric-pair-* to elec-pair.el.
2922         * elec-pair.el: New file, split from electric.el.
2924 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2926         * net/shr.el (shr-find-fill-point): Don't try to fill if the
2927         indentation level is larger than the width, because that will
2928         infloop.
2929         (shr-insert): Fill repeatedly long texts, so that Japanese is
2930         formatted correctly (bug#16263).
2931         (shr-find-fill-point): Off by one error in comparison with the
2932         indentation.
2934 2013-12-26  João Távora  <joaotavora@gmail.com>
2936         * electric.el (electric-pair-mode): More flexible engine for skip-
2937         and inhibit predicates, new options for pairing-related functionality.
2938         (electric-pair-preserve-balance): Pair/skip parentheses and quotes
2939         if that keeps or improves their balance in buffers.
2940         (electric-pair-delete-adjacent-pairs): Delete the pair when
2941         backspacing over adjacent matched delimiters.
2942         (electric-pair-open-extra-newline): Open extra newline when
2943         inserting newlines between adjacent matched delimiters.
2944         (electric--sort-post-self-insertion-hook):
2945         Sort post-self-insert-hook according to priority values when
2946         minor-modes are activated.
2947         * simple.el (newline-and-indent): Call newline with interactive
2948         set to t.
2949         (blink-paren-post-self-insert-function): Set priority to 100.
2950         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2951         Use electric-pair-text-pairs to pair backtick-and-quote in strings and
2952         comments.  Locally set electric-pair-skip-whitespace to 'chomp and
2953         electric-pair-open-newline-between-pairs to nil.
2955 2013-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2957         * progmodes/python.el: Use lexical-binding.
2958         (python-nav-beginning-of-defun): Stop searching ASAP.
2960 2013-12-25  Xue Fuqiao  <xfq.free@gmail.com>
2962         * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
2963         Fix interactive spec.  Doc fix.  (Bug#15754)
2965 2013-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2967         * emacs-lisp/byte-run.el (eval-when-compile):
2968         * progmodes/cc-defs.el (cc-eval-when-compile):
2969         Fix edebug spec (bug#16184).
2971 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2973         * net/shr.el (shr-visit-file): Remove debugging function.
2974         (shr-insert): Don't infloop if we can't find a good place to break
2975         the line (bug#16256).
2977 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2979         * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
2980         (python-nav--lisp-forward-sexp-safe): Use it.  Rename from
2981         python-nav-lisp-forward-sexp-safe.
2982         (python-nav--forward-sexp): New argument SAFE allows switching
2983         forward sexp movement behavior for parens.
2984         (python-nav-forward-sexp): Throw errors on unterminated parens
2985         (Bug#16191).
2986         (python-nav-backward-sexp, python-nav-forward-sexp-safe)
2987         (python-nav-backward-sexp-safe): New functions.
2988         (python-shell-buffer-substring):
2989         Use `python-nav-forward-sexp-safe'.
2991 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2993         * net/shr.el (shr-find-fill-point): Don't break lines before a
2994         quotation mark.
2995         (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
2996         (shr-find-fill-point): Remove the special checks for the quotation
2997         mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
2999 2013-12-25  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
3001         * net/eww.el (eww-form-textarea): Use a different face for
3002         textareas than text input since they have different keymaps
3003         (bug#16142).
3005 2013-12-24  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3007         * progmodes/python.el (python-nav-beginning-of-statement):
3008         Speed up (Bug#15295).
3010 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3012         * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
3013         the window configuration.
3015 2013-12-24  Eli Zaretskii  <eliz@gnu.org>
3017         * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
3018         we run on MS-Windows or MS-DOS.
3020 2013-12-24  Martin Rudalics  <rudalics@gmx.at>
3022         * window.el (balance-windows-area): Call window-size instead of
3023         window-height and window-width.  Bug#16241.
3025 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3027         * net/eww.el (eww-bookmark-quit): Remove.
3028         (eww-bookmark-browse): Restore the window configuration when you
3029         choose a bookmark (bug#16144).
3031 2013-12-24  Daniel Colascione  <dancol@dancol.org>
3033         * icomplete.el: Remove redundant :group arguments to `defcustom'
3034         throughout.
3035         (icomplete-show-matches-on-no-input): New customizable variable.
3036         (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
3037         we have something to show.
3038         (icomplete-exhibit): Compute completions even if we have no user input.
3040 2013-12-23  Daniel Colascione  <dancol@dancol.org>
3042         * icomplete.el: Move `provide' to end of file.
3044 2013-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
3046         * net/gnutls.el (gnutls-verify-error): Add version tag.
3048 2013-12-23  Chong Yidong  <cyd@gnu.org>
3050         * subr.el (set-transient-map): Rename from
3051         set-temporary-overlay-map.  Doc fix.
3053         * face-remap.el (text-scale-adjust):
3054         * indent.el (indent-rigidly):
3055         * kmacro.el (kmacro-call-macro):
3056         * minibuffer.el (minibuffer-force-complete):
3057         * repeat.el (repeat):
3058         * simple.el (universal-argument--mode):
3059         * calendar/todo-mode.el (todo-insert-item--next-param):
3060         * progmodes/f90.el (f90-abbrev-start): Callers changed.
3062         * indent.el (indent-rigidly): Use substitute-command-keys.
3064 2013-12-22  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
3066         * net/eww.el (eww-tag-select): Add text-property to jump to next
3067         select field.
3068         (eww): Add non-supported ftp error.
3070 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
3072         * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
3073         comments.  Handle electric indent after typing `?' and `!'.
3075 2013-12-22  Chong Yidong  <cyd@gnu.org>
3077         * faces.el (face-spec-recalc): If the theme specs are not
3078         applicable to a frame, fall back on the defface spec.
3079         This prevents themes from obliterating faces on low-color terminals.
3081 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
3083         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
3084         after `{'.  We need it after block openers, and it doesn't seem
3085         to hurt after hash openers.
3087 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
3089         * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
3090         extracted from `ruby-smie-rules'.
3091         (ruby--electric-indent-chars): New variable.
3092         (ruby--electric-indent-p): New function.
3093         (ruby-mode): Use `electric-indent-functions' instead of
3094         `electric-indent-chars'.
3096 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
3098         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
3099         docstring.
3100         (ruby-smie-rules): Indent plus one level after `=>'.
3102 2013-12-21  Richard Stallman  <rms@gnu.org>
3104         * simple.el (newline): Doc fix.
3106 2013-12-21  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
3108         * net/eww.el (eww-list-histories, eww-list-histories)
3109         (eww-history-browse, eww-history-quit, eww-history-kill)
3110         (eww-history-mode-map, eww-history-mode): New command and
3111         functions to list browser histories.
3112         (eww-form-text): Support text form with disabled
3113         and readonly attributes.
3114         (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
3116 2013-12-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3118         * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
3119         (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
3120         (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
3121         (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
3122         Use `user-error'.
3123         (eww-bookmark-mode-map): Add menu.
3124         (eww-render, eww-mode): Use `setq-local'.
3125         (eww-tool-bar-map): New variable.
3126         (eww-mode): Set `tool-bar-map'.
3127         (eww-view-source): Check for `html-mode' with `fboundp'.
3129 2013-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3131         * net/shr.el (shr--extract-best-source): Don't bug out on audio
3132         elements with text inside.  Also remove debugging.
3134 2013-12-21  Jan Djärv  <jan.h.d@swipnet.se>
3136         * cus-start.el (all): Add ns-use-srgb-colorspace.
3138 2013-12-21  Chong Yidong  <cyd@gnu.org>
3140         * custom.el (custom-theme-recalc-face): Do nothing if the face is
3141         undefined.  Thus, theme settings for undefined faces do not take
3142         effect until the faces are defined with defface, the same as with
3143         theme variables.
3145         * faces.el (face-spec-set): Use face-spec-recalc in all cases.
3146         (face-spec-reset-face): Don't assign extra properties in temacs.
3147         (face-spec-recalc): Apply X resources too.
3149 2013-12-21  Chong Yidong  <cyd@gnu.org>
3151         * faces.el (face-spec-set):
3152         * cus-face.el (custom-theme-set-faces, custom-set-faces):
3153         * custom.el (defface): Doc fixes (Bug#16203).
3155         * indent.el (indent-rigidly-map): Add docstring, and move commands
3156         into named functions.
3157         (indent-rigidly-left, indent-rigidly-right)
3158         (indent-rigidly-left-to-tab-stop)
3159         (indent-rigidly-right-to-tab-stop): New functions.  Decide on
3160         indentation direction based on bidi direction, and accumulate
3161         sequential commands in a single undo boundary.
3162         (indent-rigidly--pop-undo): New utility function.
3164 2013-12-20  Juanma Barranquero  <lekktu@gmail.com>
3166         * faces.el (read-face-name): Require crm.el when using crm-separator.
3168 2013-12-20  Daniel Colascione  <dancol@dancol.org>
3170         * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
3171         so that we don't reflow comments into the shebang line.
3173 2013-12-20  Juri Linkov  <juri@jurta.org>
3175         * saveplace.el (save-place-to-alist): Add `dired-filename' as
3176         a position when `dired-directory' is non-nil.  Check integer
3177         positions with `integerp'.
3178         (toggle-save-place, save-places-to-alist): Add check for
3179         `dired-directory'.
3180         (save-place-find-file-hook): Check integer positions with
3181         `integerp'.
3182         (save-place-dired-hook): Use `dired-goto-file' when
3183         `dired-filename' is found in the assoc list.  Check integer
3184         positions with `integerp'.
3185         (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
3187         * dired.el (dired-initial-position-hook): Rename back from
3188         `dired-initial-point-hook'.
3189         (dired-initial-position): Rename `dired-initial-point-hook' to
3190         `dired-initial-position-hook'.
3191         (dired-file-name-at-point): Doc fix.  (Bug#15329)
3193 2013-12-20  Juri Linkov  <juri@jurta.org>
3195         * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
3196         (read-regexp-suggestions): New function.
3197         (read-regexp): Use `read-regexp-defaults-function' to get default values.
3198         Use `read-regexp-suggestions'.  Add non-empty default to history
3199         for empty input.
3200         (occur-read-regexp-defaults-function): Remove function.
3201         (occur-read-primary-args): Use `regexp-history-last' instead of
3202         `occur-read-regexp-defaults-function'.
3204         * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
3205         (hi-lock-line-face-buffer, hi-lock-face-buffer)
3206         (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
3207         `hi-lock-read-regexp-defaults-function'.  Doc fix.
3208         (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
3209         with `find-tag-default-as-symbol-regexp'.  Doc fix.
3210         (hi-lock-read-regexp-defaults): Remove function.
3211         (hi-lock-regexp-okay): Add check for null.
3213         * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
3214         the arg DEFAULTS.  Move formatting of the prompt to `read-regexp'.
3216         * subr.el (find-tag-default-as-symbol-regexp): New function.
3217         (find-tag-default-as-regexp): Move symbol regexp formatting to
3218         `find-tag-default-as-symbol-regexp'.
3220 2013-12-20  E Sabof  <esabof@gmail.com>  (tiny change)
3222         * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
3223         (Bug#14179)
3225 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
3227         * calendar/todo-mode.el: New implementation of item insertion
3228         commands and key bindings.
3229         (todo-key-prompt): New face.
3230         (todo-insert-item): New command.
3231         (todo-insert-item--parameters): New defconst, replacing defvar
3232         todo-insertion-commands-args-genlist.
3233         (todo-insert-item--param-key-alist): New defconst, replacing
3234         defvar todo-insertion-commands-arg-key-list.
3235         (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
3236         (todo-insert-item--argsleft, todo-insert-item--apply-args)
3237         (todo-insert-item--next-param): New functions.
3238         (todo-insert-item--args, todo-insert-item--argleft)
3239         (todo-insert-item--argsleft, todo-insert-item--newargsleft):
3240         New variables.
3241         (todo-key-bindings-t): Change binding of "i" from
3242         todo-insertion-map to todo-insert-item.
3243         (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
3244         (todo-insertion-command-name, todo-insertion-commands-names)
3245         (todo-define-insertion-command, todo-insertion-commands)
3246         (todo-insertion-key-bindings, todo-insertion-map): Remove.
3248 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
3250         * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
3251         (todo-toggle-item-highlighting): Use eval-and-compile instead of
3252         eval-when-compile.
3253         (todo-move-category): Allow choosing a non-existing todo file to
3254         move the category to, and create that file.
3255         (todo-default-priority): New user option.
3256         (todo-set-item-priority): Use it.
3257         (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
3258         (desktop-restore-file-buffer): Declare.
3259         (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
3260         (todo-modes-set-2): Locally set desktop-save-buffer to
3261         todo-desktop-save-buffer.
3262         (todo-mode, todo-archive-mode, todo-filtered-items-mode)
3263         (auto-mode-alist): Add autoload cookie.
3265 2013-12-20  Bozhidar Batsov  <bozhidar@batsov.com>
3267         * emacs-lisp/subr-x.el: Renamed from helpers.el.
3268         helpers.el was a poor choice of name.
3269         (string-remove-prefix): New function.
3270         (string-remove-suffix): New function.
3272 2013-12-20  Martin Rudalics  <rudalics@gmx.at>
3274         Fix assignment for new window total sizes.
3275         * window.el (window--pixel-to-size): Remove function.
3276         (window--pixel-to-total-1, window--pixel-to-total):
3277         Fix calculation of new total sizes.
3279 2013-12-20  Vitalie Spinu  <spinuvit@gmail.com>
3281         * comint.el (comint-output-filter): Fix rear-nonsticky property
3282         placement (Bug#16010).
3284 2013-12-20  Chong Yidong  <cyd@gnu.org>
3286         * faces.el (read-color): Minor fix for completion function.
3288 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
3290         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
3291         New option.  (Bug#16182)
3292         (ruby-smie--indent-to-stmt-p): Use it.
3293         (ruby-smie-rules): Revert the logic in the handling of `when'.
3294         Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
3295         (ruby-deep-arglist, ruby-deep-indent-paren)
3296         (ruby-deep-indent-paren-style): Update docstrings to note that the
3297         vars don't have any effect with SMIE.
3299 2013-12-20  Jay Belanger  <jay.p.belanger@gmail.com>
3301         * calc/calc.el (calc-enter, calc-pop): Use the variable
3302         `calc-context-sensitive-enter'.
3304 2013-12-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3306         * net/shr.el (shr-insert): Protect against infloops in degenerate
3307         tables.
3309 2013-12-20  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3311         * progmodes/octave.el (octave): Add link to manual and octave
3312         homepage.
3313         (octave-mode-menu): Link to octave-mode manual.
3315 2013-12-20  Leo Liu  <sdl.web@gmail.com>
3317         * skeleton.el (skeleton-pair-insert-maybe): Disable newline
3318         insertion using skeleton-end-newline.  (Bug#16138)
3320 2013-12-20  Juri Linkov  <juri@jurta.org>
3322         * replace.el (occur-engine): Use `add-face-text-property'
3323         to add the face property to matches and titles.  (Bug#14645)
3325         * hi-lock.el (hi-green): Use lighter color "light green" closer to
3326         the palette of other hi-lock colors.
3327         (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
3329 2013-12-19  Juri Linkov  <juri@jurta.org>
3331         * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
3332         Put :advertised-binding on `M-s c', `M-s r', `M-s e'.  (Bug#16035)
3333         (minibuffer-history-symbol): Move variable declaration closer to
3334         its usage.
3336         * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
3337         (Bug#14785)
3339 2013-12-19  Juri Linkov  <juri@jurta.org>
3341         * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
3342         New function.
3343         (log-edit-hook): Add it to :options.  (Bug#16170)
3345 2013-12-19  Juri Linkov  <juri@jurta.org>
3347         * simple.el (eval-expression-print-format): Don't check for
3348         command names and the last command.  Always display additional
3349         formats of the integer result in the echo area, and insert them
3350         to the current buffer only with a zero prefix arg.
3351         Display character when char-displayable-p is non-nil.
3352         (eval-expression): With a zero prefix arg, set `print-length' and
3353         `print-level' to nil, and insert the integer values from
3354         `eval-expression-print-format' at the end.  Doc fix.  (Bug#12985)
3356         * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
3357         `eval-last-sexp-arg-internal'.  Doc fix.
3358         (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
3359         `eval-last-sexp-print-value'.  Doc fix.
3360         (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
3361         Set `print-length' and `print-level' to nil when arg is zero.
3362         (eval-last-sexp): Doc fix.
3363         (eval-defun-2): Print the integer values from
3364         `eval-expression-print-format' at the end.
3366         * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
3367         values from `eval-expression-print-format' at the end.
3369         * ielm.el (ielm-eval-input): Print the integer
3370         values from `eval-expression-print-format' at the end.
3372 2013-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3374         * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
3375         2013-12-11T19:01:44Z!tzz@lifelogs.com.
3377 2013-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3379         * hl-line.el (hl-line-make-overlay): New fun.  Set priority (bug#16192).
3380         (hl-line-highlight, global-hl-line-highlight): Use it.
3381         (hl-line-overlay): Use defvar-local.
3383 2013-12-19  Jan Djärv  <jan.h.d@swipnet.se>
3385         * term/ns-win.el: Require dnd.
3386         (global-map): Remove drag items.
3387         (ns-insert-text, ns-set-foreground-at-mouse)
3388         (ns-set-background-at-mouse):
3389         Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
3390         (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
3391         New functions.
3393 2013-12-19  Glenn Morris  <rgm@gnu.org>
3395         * emacs-lisp/ert.el (ert-select-tests):
3396         Fix string/symbol mixup.  (Bug#16121)
3398 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
3400         * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
3401         keywords to their parent.
3403 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
3405         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
3406         first arg to be a string (fixed dead code), or an operator symbol.
3407         (ruby-smie--forward-token): Tokenize ` @ ' before strings and
3408         operator symbols.
3409         (ruby-smie-rules): Remove parent token check in the `.' clause, it
3410         did nothing.  Don't respond to `(:after ".")', it will be called
3411         with :before anyway.  Remove the ` @ ' rule, it didn't seem to
3412         change anything.  Only return indentation for binary operators
3413         when they are hanging.  De-dent opening paren when its parent is
3414         `.', otherwise it looks bad when the dot is not at bol or eol
3415         (bug#16182).
3417 2013-12-19  Juri Linkov  <juri@jurta.org>
3419         * replace.el (query-replace-read-args): Split a non-negative arg
3420         and a negative arg into separate elements.
3421         (query-replace, query-replace-regexp, replace-string)
3422         (replace-regexp): Add arg `backward'.  Doc fix.
3423         (replace-match-maybe-edit): When new arg `backward' is non-nil,
3424         move point to the beginning of the match.
3425         (replace-search, replace-highlight): Use new arg `backward'
3426         to set the value of `isearch-forward'.
3427         (perform-replace): Add arg `backward' and use it to perform
3428         replacement backward.  (Bug#14979)
3430         * isearch.el (isearch-query-replace): Use a negative prefix arg
3431         to call `perform-replace' with a non-nil arg `backward'.
3433 2013-12-18  Juri Linkov  <juri@jurta.org>
3435         * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
3436         to the default list.  Move `log-edit-show-files' to the end.
3437         Add more available functions to options.
3438         (log-edit): Move default specific settings to
3439         `log-edit-insert-message-template'.  Don't move point.
3440         (log-edit-insert-message-template): New function.
3441         (log-edit-insert-changelog): Add `save-excursion' and don't move point.
3442         (Bug#16170)
3444 2013-12-18  Juri Linkov  <juri@jurta.org>
3446         * help-mode.el (help-mode-map): Bind "l" to help-go-back,
3447         and "r" to help-go-forward for compatibity with Info.  (Bug#16178)
3449 2013-12-18  Leo Liu  <sdl.web@gmail.com>
3451         * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
3452         (Bug#16186)
3454 2013-12-18  Eli Zaretskii  <eliz@gnu.org>
3456         * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
3457         formats for displaying file sizes when the -s switch is given.
3458         Instead, compute a separate format for displaying the size in
3459         blocks, which is displayed in addition to the "regular" size.
3460         When -h is given in addition to -s, produce size in blocks in
3461         human-readable form as well.  (Bug#16179)
3463 2013-12-18  Tassilo Horn  <tsdh@gnu.org>
3465         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
3466         Reference tables with ~\ref{...} instead of only \ref{...}.
3468 2013-12-18  Chong Yidong  <cyd@gnu.org>
3470         * cus-edit.el (custom-magic-alist): Fix "themed" description
3471         (Bug#14348).
3473         * custom.el (custom-push-theme): If custom--inhibit-theme-enable
3474         is non-nil, do not create a new entry in the symbol's theme-value
3475         or theme-face property; update theme-settings only (Bug#14664).
3476         (custom-available-themes): Doc fix.
3478         * cus-theme.el (custom-new-theme-mode-map): Add bindings
3479         (Bug#15674).
3481         * replace.el (occur-engine): Avoid infloop (Bug#7593).
3483 2013-12-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3485         * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
3486         (Bug#13914).
3488 2013-12-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
3490         * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
3492 2013-12-18  Glenn Morris  <rgm@gnu.org>
3494         * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
3495         * cus-start.el (load-prefer-newer): New option.
3497 2013-12-18  Le Wang  <l26wang@gmail.com>
3499         * comint.el (comint-previous-matching-input-from-input):
3500         Retain point (Bug#13404).
3502 2013-12-18  Chong Yidong  <cyd@gnu.org>
3504         * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
3506 2013-12-18  Glenn Morris  <rgm@gnu.org>
3508         * mail/emacsbug.el (report-emacs-bug):
3509         Only mention enable-multibyte-characters if non-standard.
3511 2013-12-17  Juri Linkov  <juri@jurta.org>
3513         * arc-mode.el (archive-extract-by-file): Check if directory exists
3514         before deletion to not show irrelevant errors if it doesn't exist.
3516 2013-12-17  Juri Linkov  <juri@jurta.org>
3518         * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
3519         (Bug#14751)
3521         * net/eww.el (browse-web): Add alias to `eww'.
3522         (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
3523         Bind "S-SPC" to `scroll-down-command'.  (Bug#16178)
3525         * net/browse-url.el (browse-url-browser-function): Move `eww'
3526         closer to similar functions.
3528         * startup.el (fancy-startup-screen, fancy-about-screen):
3529         Set browse-url-browser-function to eww-browse-url locally.
3530         (Bug#14751)
3532 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3534         * window.el (window--pixel-to-total): Remove unused `mini' var.
3535         (maximize-window, minimize-window): Remove unused `pixelwise' arg.
3536         (split-window): Remove unused `new' var.
3537         (window--display-buffer): Remove unused `frame' and `delta' vars.
3538         (fit-window-to-buffer): Remove unused vars `frame', `display-height',
3539         and display-width'.
3541 2013-12-17  Martin Rudalics  <rudalics@gmx.at>
3543         * dired.el (dired-mark-pop-up):
3544         * register.el (register-preview): Don't bind
3545         split-height-threshold here since it's now done in
3546         display-buffer-below-selected.
3548 2013-12-17  oblique  <psyberbits@gmail.com>  (tiny change)
3550         * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
3551         xterm-rgb-convert-to-16bit.
3552         (rxvt-register-default-colors): Standardize with
3553         xterm-register-default-colors (Bug#14078).
3555 2013-12-17  Dima Kogan  <dima@secretsauce.net>  (tiny change)
3557         * simple.el (kill-region): Pass mark first, then point, so that
3558         kill-append works right (Bug#12819).
3559         (copy-region-as-kill, kill-ring-save): Likewise.
3561 2013-12-17  Leo Liu  <sdl.web@gmail.com>
3563         * net/rcirc.el (rcirc-add-face):
3564         * eshell/em-prompt.el (eshell-emit-prompt):
3565         * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
3566         (Bug#16167)
3568 2013-12-17  Chong Yidong  <cyd@gnu.org>
3570         * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
3571         Suggested by Xue Fuqiao.
3573 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
3575         * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
3577 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3579         * net/shr.el (shr-insert-document): Remove unused var
3580         `shr-preliminary-table-render'.
3581         (shr-rescale-image): Remove unused arg `force'.
3582         (shr-put-image): Update calls accordingly.
3583         (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
3585 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
3587         * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
3588         (smie-indent-close): Call `smie-indent--rule-1' with METHOD
3589         :close-all, to see which indentation method to use (Bug#16116).
3590         (smie-rules-function): Document the method :close-all.
3592 2013-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3594         * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
3596         * net/eww.el (eww-display-html): If we can't find the anchor we're
3597         looking for, then go to point-min.
3599 2013-12-16  Paul Eggert  <eggert@cs.ucla.edu>
3601         Fix problems with CANNOT_DUMP and EMACSLOADPATH.
3602         * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
3603         * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
3604         Expand dir too, in case it's relative.
3606 2013-12-16  Juri Linkov  <juri@jurta.org>
3608         * desktop.el (desktop-auto-save-timeout): Change default to
3609         `auto-save-timeout'.  Doc fix.
3610         (desktop-save): Skip the timestamp in desktop-saved-frameset
3611         when checking for auto-save changes.
3612         (desktop-auto-save): Don't call desktop-auto-save-set-timer since
3613         `desktop-auto-save' is called repeatedly by the idle timer.
3614         (desktop-auto-save-set-timer): Replace `run-with-timer' with
3615         `run-with-idle-timer' and a non-nil arg REPEAT.  Doc fix.
3616         (Bug#15331)
3618 2013-12-16  Juri Linkov  <juri@jurta.org>
3620         * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
3621         (Bug#16035)
3622         (isearch-pre-command-hook): Check `this-command' for symbolp.
3624 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3626         * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
3628 2013-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
3630         * progmodes/cfengine.el (cfengine3--current-word): Remove.
3631         (cfengine3--current-function): Bring in the current-function
3632         functionality from `cfengine3--current-word'.
3633         (cfengine3-completion-function): Bring in the
3634         bounds-of-current-word functionality from
3635         `cfengine3--current-word'.
3637 2013-12-16  Martin Rudalics  <rudalics@gmx.at>
3639         * window.el (display-buffer-below-selected):
3640         Bind split-height-threshold to 0 as suggested by Juri Linkov.
3642 2013-12-16  Leo Liu  <sdl.web@gmail.com>
3644         * progmodes/compile.el (compile-goto-error): Do not push-mark.
3645         Remove NOMSG arg and all uses changed.
3647 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3649         * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
3650         (cua--deactivate-rectangle): Don't deactivate the mark.
3651         (cua-set-rectangle-mark): Don't set mark-active since
3652         cua--activate-rectangle already does it for us.
3653         (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
3654         non-rectangular region.
3656         * emulation/cua-base.el (cua-repeat-replace-region):
3657         Use with-current-buffer.
3659         * net/gnutls.el: Use cl-lib.
3660         (gnutls-negotiate): `mapcan' -> cl-mapcan.
3662 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
3664         * emacs-lisp/package.el (package-built-in-p): Support both
3665         built-in and the package.el converted package descriptions.
3666         (package-show-package-list): Allow keywords.
3667         (package-keyword-button-action): Use it instead of
3668         `finder-list-matches'.
3669         (package-menu-filter-interactive): Interactive filtering (by
3670         keyword) function.
3671         (package-menu--generate): Support keywords and change keymappings
3672         and headers when they are given.
3673         (package--has-keyword-p): Helper function.
3674         (package-menu--refresh): Use it.
3675         (package--mapc): Helper function.
3676         (package-all-keywords): Use it.
3677         (package-menu-mode-map): Set up menu items and keybindings to
3678         provide a filtering UI.
3680 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
3682         * net/gnutls.el (gnutls-verify-error): New defcustom to control
3683         the behavior when a certificate fails validation.  Defaults to
3684         old behavior: never abort, just warn.
3685         (gnutls-negotiate): Use it.
3687 2013-12-14  Martin Rudalics  <rudalics@gmx.at>
3689         * window.el (display-buffer-below-selected): Never split window
3690         horizontally.  Suggested by Juri Linkov <juri@jurta.org>.
3692 2013-12-14  Tom Willemse  <tom@ryuslash.org>  (tiny change)
3694         * emacs-lisp/package.el (package--prepare-dependencies): New function.
3695         (package-buffer-info): Use it (bug#15108).
3697 2013-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3699         * icomplete.el (icomplete-completions): Make sure the prefix is already
3700         displayed elsewhere before hiding it (bug#16219).
3702 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
3704         * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
3705         open-paren tokens when preceded by a open-paren, too.
3706         (ruby-smie-rules): Handle virtual indentation after open-paren
3707         tokens specially.  If there is code between it and eol, return the
3708         column where is starts (Bug#16118).
3710 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
3712         * progmodes/cfengine.el: Fix `add-hook' doc.
3713         (cfengine-mode-syntax-functions-regex): Initialize sensibly.
3714         (cfengine3--current-word): Fix parameters.
3715         (cfengine3-make-syntax-cache): Simplify further.
3716         (cfengine3-completion-function, cfengine3--current-function):
3717         Use `assq' for symbols.
3718         (cfengine3--current-function): Fix `cfengine3--current-word' call.
3720 2013-12-13  Glenn Morris  <rgm@gnu.org>
3722         * loadup.el (load-path): Warn if site-load or site-init changes it.
3723         No more need to reset it when bootstrapping.
3725 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
3727         * progmodes/cfengine.el (cfengine-cf-promises): Add more default
3728         locations for cf-promises.
3729         (cfengine-mode-syntax-functions-regex): New caching variable.
3730         (cfengine3-fallback-syntax): Fallback syntax for cases where
3731         cf-promises doesn't run.
3732         (cfengine3--current-word): Reimplement using
3733         `cfengine-mode-syntax-functions-regex'.
3734         (cfengine3-completion-function, cfengine3--current-function):
3735         Use `cfengine3-make-syntax-cache' directly.
3736         (cfengine3-clear-syntax-cache): New function.
3737         (cfengine3-make-syntax-cache): Simplify and create
3738         `cfengine-mode-syntax-functions-regex' on demand.
3739         (cfengine3-format-function-docstring): Don't call
3740         `cfengine3-make-syntax-cache' explicitly.
3742 2013-12-13  Martin Rudalics  <rudalics@gmx.at>
3744         Fix windmove-find-other-window broken after pixelwise resizing
3745         (Bug#16017).
3746         * windmove.el (windmove-other-window-loc): Revert change from
3747         2013-12-04.
3748         (windmove-find-other-window): Call window-in-direction.
3749         * window.el (window-in-direction): New arguments SIGN, WRAP and
3750         MINI to emulate original windmove-find-other-window behavior.
3752 2013-12-13  Dmitry Gutov  <dgutov@yandex.ru>
3754         * simple.el (blink-matching--overlay): New variable.
3755         (blink-matching-open): Instead of moving point, highlight the
3756         matching paren with an overlay
3757         (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
3759         * faces.el (paren-showing-faces, show-paren-match)
3760         (show-paren-mismatch): Move from paren.el.
3762 2013-12-13  Leo Liu  <sdl.web@gmail.com>
3764         * indent.el (indent-region): Disable progress reporter in
3765         minibuffer.  (Bug#16108)
3767         * bindings.el (visual-order-cursor-movement): Fix version.
3769 2013-12-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3771         * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
3772         Also match after beginning of line.
3773         (python-pdbtrack-set-tracked-buffer): Fix logic for remote
3774         files.  Thanks to Russell Sim.  (Bug#15378)
3776 2013-12-13  Juri Linkov  <juri@jurta.org>
3778         * simple.el <Keypad support>: Remove key bindings duplicated
3779         with bindings.el.  (Bug#14397)
3781 2013-12-13  Juri Linkov  <juri@jurta.org>
3783         * comint.el (comint-mode-map): Replace `delete-char' with
3784         `delete-forward-char'.  (Bug#16109)
3786 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3788         * progmodes/python.el (python-indent-calculate-indentation):
3789         Fix de-denters cornercase.  (Bug#15731)
3791 2013-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3793         * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
3794         (advice--make): Pay attention to `depth'.
3795         (advice--make-1): Don't autoload commands eagerly.
3796         * emacs-lisp/elp.el (elp-instrument-function):
3797         * emacs-lisp/trace.el (trace-function-internal):
3798         * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
3800         * iswitchb.el (iswitchb-mode): Don't belittle ido.
3802 2013-12-12  Eli Zaretskii  <eliz@gnu.org>
3804         * term/w32-win.el (w32-handle-dropped-file):
3805         * startup.el (normal-top-level):
3806         * net/browse-url.el (browse-url-file-url):
3807         * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
3808         decode file names using 'utf-8' rather than
3809         file-name-coding-system.
3811 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3813         * progmodes/python.el (python-indent-context)
3814         (python-indent-calculate-indentation): Fix auto-identation
3815         behavior for comment blocks.  (Bug#15916)
3817 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
3819         * progmodes/python.el (python-indent-calculate-indentation):
3820         When determining indentation, don't treat "return", "pass", etc., as
3821         operators when they are just string constituents.  (Bug#15812)
3823 2013-12-12  Juri Linkov  <juri@jurta.org>
3825         * uniquify.el (uniquify-buffer-name-style): Change default to
3826         `post-forward-angle-brackets'.
3828         * menu-bar.el (menu-bar-options-menu): Don't require preloaded
3829         `uniquify'.  Change default to `post-forward-angle-brackets'.
3831 2013-12-11  Glenn Morris  <rgm@gnu.org>
3833         * emacs-lisp/package.el (finder-list-matches):
3834         Autoload rather than falsely declaring.
3836 2013-12-11  Teodor Zlatanov  <tzz@lifelogs.com>
3838         * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
3839         (eww-mode-map): Use them.
3841 2013-12-11  Martin Rudalics  <rudalics@gmx.at>
3843         * window.el (display-buffer-in-side-window): Fix doc-string
3844         (Bug#16115).
3846 2013-12-11  Juanma Barranquero  <lekktu@gmail.com>
3848         * vc/vc-git.el: Silence byte-compiler warnings.
3849         (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
3850         (log-edit-set-header): Declare.
3852 2013-12-11  Eli Zaretskii  <eliz@gnu.org>
3854         * Makefile.in (custom-deps, finder-data): Run output file names
3855         through unmsys--file-name.  (Bug#16099)
3857 2013-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3859         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
3860         comment-start-skip, which fails when that uses submatch 1 (bug#16041).
3862         * emulation/cua-base.el (cua-paste): Add `delete-selection' property
3863         instead of deleting the selection "by hand" (bug#16098).
3864         Rely on insert-for-yank to yank rectangles.
3865         (cua-highlight-region-shift-only): Mark obsolete.
3866         (cua-mode): Don't enable/disable transient-mark-mode,
3867         shift-select-mode (cua-mode works both with and without them), and
3868         pc-selection-mode (obsolete).
3869         * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
3870         (cua--deactivate-rectangle): Deactivate it.
3872         * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
3873         (delete-selection-helper): Make sure yank starts at the top of the
3874         deleted region.
3875         (minibuffer-keyboard-quit): Use region-active-p.
3877         * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
3879         * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
3880         to `delete' (bug#16109).
3882 2013-12-11  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3884         * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
3885         info manual and show keybindings and set `:group' keyword.
3887 2013-12-11  Juri Linkov  <juri@jurta.org>
3889         * delsel.el (delete-active-region): Let-bind `this-command'
3890         to prevent `kill-region' from changing its original value.
3891         (delete-selection-helper): Handle `overwrite-mode' for the type
3892         `kill' exactly the same way as for the type `t'.
3893         (insert-char, quoted-insert, reindent-then-newline-and-indent):
3894         Support more commands.  (Bug#13312)
3896 2013-12-11  Juri Linkov  <juri@jurta.org>
3898         * bindings.el: Map kp keys to non-kp keys systematically
3899         with basic modifiers control, meta and shift.  (Bug#14397)
3901 2013-12-11  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
3903         * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
3904         "Close browser" menu items.  Fix wrong function of "List
3905         bookmarks".
3907 2013-12-11  Juri Linkov  <juri@jurta.org>
3909         * misearch.el (multi-isearch-buffers): Set the value of
3910         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
3911         arg of isearch-forward to t.
3912         (multi-isearch-buffers-regexp): Set the value of
3913         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
3914         arg of isearch-forward-regexp to t.
3915         (multi-isearch-files): Set the value of
3916         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
3917         arg of isearch-forward to t.
3918         (multi-isearch-files-regexp): Set the value of
3919         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
3920         arg of isearch-forward-regexp to t.  (Bug#16035)
3922         * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
3923         arg of isearch-forward to t.
3924         (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
3925         arg of isearch-forward-regexp to t.
3926         (dired-isearch-filter-filenames): Remove unnecessary check for
3927         `dired-isearch-filenames'.
3929         * comint.el (comint-history-isearch-backward):
3930         Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
3931         (comint-history-isearch-backward-regexp):
3932         Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
3934 2013-12-10  Eli Zaretskii  <eliz@gnu.org>
3936         * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
3937         unmsys--file-name.  (Bug#16099)
3939 2013-12-10  Teodor Zlatanov  <tzz@lifelogs.com>
3941         * emacs-lisp/package.el (package-keyword-button-action):
3942         Remove finder.el require dependency.
3944 2013-12-09  Teodor Zlatanov  <tzz@lifelogs.com>
3946         * emacs-lisp/package.el: Require finder.el.
3947         (describe-package-1): Add keyword buttons.
3948         (package-make-button): New convenience function.
3949         (package-keyword-button-action): Keyword button action using
3950         `finder-list-matches'.
3952 2013-12-09  Eli Zaretskii  <eliz@gnu.org>
3954         * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
3955         last commit.
3957 2013-12-09  Michael Albinus  <michael.albinus@gmx.de>
3959         * autorevert.el (auto-revert-notify-add-watch): Do not handle
3960         symlinked files.
3962 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
3964         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
3965         after the end of a percent literal.
3967 2013-12-09  Cameron Desautels  <camdez@gmail.com>  (tiny change)
3969         * progmodes/ruby-mode.el (ruby-forward-string): Document.
3970         Handle caret-delimited strings (Bug#16079).
3972 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
3974         * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
3975         When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
3976         `ruby-parse-partial' (Bug#16078).
3978 2013-12-09  Leo Liu  <sdl.web@gmail.com>
3980         * subr.el (read-passwd): Disable show-paren-mode.  (Bug#16091)
3982 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
3984         * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
3985         (js-switch-indent-offset): New option.
3986         (js--proper-indentation): Use it.  And handle the case when
3987         "default" is actually a key in an object literal.
3988         (js--same-line): New function.
3989         (js--multi-line-declaration-indentation): Use it.
3990         (js--indent-in-array-comp, js--array-comp-indentation):
3991         New functions.
3992         (js--proper-indentation): Use them, to handle array comprehension
3993         continuations.
3995 2013-12-08  Leo Liu  <sdl.web@gmail.com>
3997         * progmodes/flymake.el (flymake-highlight-line): Re-write.
3998         (flymake-make-overlay): Remove arg MOUSE-FACE.
3999         (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
4001 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4003         * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
4004         New function.
4005         (redisplay-highlight-region-function): Use it.
4007         * emulation/cua-base.el (cua--explicit-region-start)
4008         (cua--last-region-shifted): Remove.
4009         (cua--deactivate): Use deactivate-mark.
4010         (cua--pre-command-handler-1): Don't handle shift-selection.
4011         (cua--post-command-handler-1): Don't change transient-mark-mode.
4012         (cua--select-keymaps): Use region-active-p rather than
4013         cua--explicit-region-start or cua--last-region-shifted.
4014         (cua-mode): Enable shift-select-mode.
4016 2013-12-08  Leo Liu  <sdl.web@gmail.com>
4018         * progmodes/flymake.el (flymake-popup-current-error-menu):
4019         Rename from flymake-display-err-menu-for-current-line.  Reimplement.
4020         (flymake-posn-at-point-as-event, flymake-popup-menu)
4021         (flymake-make-emacs-menu): Remove.  (Bug#16077)
4023 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4025         * rect.el (rectangle-mark-mode): Activate mark even if
4026         transient-mark-mode is off (bug#16066).
4027         (rectangle--highlight-for-redisplay): Fix boundary condition when point
4028         is > mark and at bolp.
4030         * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
4031         (region-extract-function): Use it.
4032         (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
4033         (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
4034         Delete functions.
4035         (cua--init-rectangles): Don't re-remap copy-region-as-kill,
4036         kill-ring-save, kill-region, delete-char, delete-forward-char.
4037         Ignore self-insert-iso.
4039         * emulation/cua-gmrk.el (cua--init-global-mark):
4040         Ignore `self-insert-iso'.
4042         * emulation/cua-base.el (cua--prefix-copy-handler)
4043         (cua--prefix-cut-handler): Rely on region-extract-function rather than
4044         checking cua--rectangle.
4045         (cua-delete-region): Use region-extract-function.
4046         (cua-replace-region): Delete function.
4047         (cua-copy-region, cua-cut-region): Obey region-extract-function.
4048         (cua--pre-command-handler-1): Don't do the delete-selection thing.
4049         (cua--self-insert-char-p): Ignore `self-insert-iso'.
4050         (cua--init-keymaps): Don't remap delete-selection commands.
4051         (cua-mode): Use delete-selection-mode instead of rolling our own
4052         (bug#16085).
4054         * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
4055         Obey region-extract-function.
4057         Make registers and delete-selection-mode work on rectangles.
4058         * register.el (describe-register-1): Don't modify the register's value.
4059         (copy-to-register): Obey region-extract-function.
4060         * delsel.el (delete-active-region): Obey region-extract-function.
4062 2013-12-08  Leo Liu  <sdl.web@gmail.com>
4064         * progmodes/flymake.el (flymake, flymake-error-bitmap)
4065         (flymake-warning-bitmap, flymake-fringe-indicator-position)
4066         (flymake-compilation-prevents-syntax-check)
4067         (flymake-start-syntax-check-on-newline)
4068         (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
4069         (flymake-start-syntax-check-on-find-file, flymake-log-level)
4070         (flymake-xml-program, flymake-master-file-dirs)
4071         (flymake-master-file-count-limit)
4072         (flymake-allowed-file-name-masks): Relocate.
4073         (flymake-makehash, flymake-float-time)
4074         (flymake-replace-regexp-in-string, flymake-split-string)
4075         (flymake-get-temp-dir): Remove.
4076         (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
4077         (flymake-current-row, flymake-selected-frame)
4078         (flymake-get-point-pixel-pos): Remove xemacs compatibity and
4079         related functions.  (Bug#16077)
4081 2013-12-07  Bozhidar Batsov  <bozhidar@batsov.com>
4083         * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
4085 2013-12-07  Tassilo Horn  <tsdh@gnu.org>
4087         * help-fns.el (describe-function-1): Use new advice-* functions
4088         rather than old ad-* functions.  Fix function type description and
4089         source links for advised functions and subrs.
4091 2013-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4093         * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
4095 2013-12-06  Michael Albinus  <michael.albinus@gmx.de>
4097         * progmodes/compile.el (compilation-start):
4098         * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
4100         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4101         Handle long command lines, lasting from "sh -c ...".  (Bug#16045)
4103 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
4105         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4106         Touch up the last change.
4108 2013-12-06  Leo Liu  <sdl.web@gmail.com>
4110         * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
4111         (inferior-octave-startup): Always use "octave> " for prompt.
4112         (octave-goto-function-definition)
4113         (octave-sync-function-file-names)
4114         (octave-find-definition-default-filename): Remove redundant backquotes.
4116 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
4118         * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
4119         syntax for `?'.
4120         (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
4121         where appropriate already.
4122         (ruby-syntax-propertize-function): Propertize `?' and `!' at the
4123         end of method names (Bug#15874).
4125 2013-12-06  Juri Linkov  <juri@jurta.org>
4127         * isearch.el (isearch--saved-overriding-local-map):
4128         New internal variable.
4129         (isearch-mode): Set it to the initial value of
4130         `overriding-terminal-local-map'.
4131         (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
4132         with `isearch--saved-overriding-local-map'.  (Bug#16035)
4134 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
4136         * progmodes/octave.el (inferior-octave-completion-table):
4137         Turn back into function, use `completion-table-with-cache'
4138         (Bug#11906).  Update all references.
4140         * minibuffer.el (completion-table-with-cache): New function.
4142 2013-12-05  Cameron Desautels  <camdez@gmail.com>  (tiny change)
4144         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
4146 2013-12-05  Teodor Zlatanov  <tzz@lifelogs.com>
4148         * net/eww.el (eww-current-source): New variable to store page
4149         source.
4150         (eww-display-html, eww-mode, eww-save-history)
4151         (eww-restore-history): Use it.
4152         (eww-view-source): New command to view page source.
4153         Opportunistically uses `html-mode' to highlight the buffer.
4154         (eww-mode-map): Install it.
4156 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
4158         * net/dbus.el (dbus-unregister-service)
4159         (dbus-escape-as-identifier, dbus-unescape-from-identifier):
4160         Fix docstring.
4161         (dbus-unregister-service): Skip :serial entries in
4162         `dbus-registered-objects-table'.
4163         (dbus-byte-array-to-string): New optional arg MULTIBYTE.
4165 2013-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
4167         * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
4168         around keywords with extra `split-string' argument.
4170 2013-12-04  Martin Rudalics  <rudalics@gmx.at>
4172         * windmove.el (windmove-other-window-loc): Handle navigation
4173         between windows (excluding the minibuffer window - Bug#16017).
4175 2013-12-04  Michael Albinus  <michael.albinus@gmx.de>
4177         * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
4178         in D-Bus type syntax.
4179         (dbus-unescape-from-identifier): Use `byte-to-string' in order to
4180         preserve unibyte strings.  (Bug#16048)
4182 2013-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4184         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
4185         Call force-mode-line-update is the proper buffer (bug#16042).
4187 2013-12-04  Dmitry Gutov  <dgutov@yandex.ru>
4189         * vc/log-edit.el (log-edit-add-new-comment): Rename to
4190         `log-edit-remember-comment', make argument optional.  Adjust all
4191         callers.
4192         (log-edit-mode): Add `log-edit-remember-comment' to
4193         `kill-buffer-hook' locally.
4194         (log-edit-kill-buffer): Don't remember comment explicitly since
4195         the buffer is killed anyway.
4197 2013-12-04  Juri Linkov  <juri@jurta.org>
4199         * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
4200         add-hook and remove-hook for multi-buffer search.  (Bug#16035)
4202 2013-12-03  Tom Regner  <tom@goochesa.de>  (tiny change)
4204         * notifications.el (notifications-close-notification): Call the
4205         D-Bus method with ID being a `:uint32'.  (Bug#16030)
4207 2013-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4209         * net/eww.el (eww-render): Don't pass arg to eww-display-image.
4211 2013-12-03  Juri Linkov  <juri@jurta.org>
4213         * progmodes/compile.el (compilation-start): Rename window alist
4214         entry `no-display-ok' to `allow-no-window'.
4216         * simple.el (shell-command): Add window alist entry
4217         `allow-no-window' to `display-buffer'.
4218         (async-shell-command): Doc fix.
4220         * window.el (display-buffer-no-window): New action function.
4221         (display-buffer-alist, display-buffer): Doc fix.  (Bug#13594)
4223 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
4225         * vc/log-edit.el (log-edit-set-header): Extract from
4226         `log-edit-toggle-header'.
4227         (log-edit-extract-headers): Separate the summary, when extracted
4228         from header, from the rest of the message with an empty line.
4230         * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
4231         line, if present, to the Summary header.
4233 2013-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4235         * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
4236         in current-buffer (bug#16029).
4238 2013-12-02  Helmut Eller  <eller.helmut@gmail.com>
4240         * emacs-lisp/debug.el (debugger-toggle-locals): New command.
4241         (debugger-mode-map): Bind it.
4242         (debugger--backtrace-base): New function.
4243         (debugger-eval-expression): Use it.
4244         (debugger-frame-number): Skip local vars when present.
4245         (debugger--locals-visible-p, debugger--insert-locals)
4246         (debugger--show-locals, debugger--hide-locals): New functions.
4248 2013-12-02  Michael Albinus  <michael.albinus@gmx.de>
4250         * net/tramp-sh.el (tramp-remote-process-environment): Do not set
4251         "LC_ALL".
4252         (tramp-get-remote-locale): New defun.
4253         (tramp-open-connection-setup-interactive-shell): Use it.
4255 2013-12-02  Leo Liu  <sdl.web@gmail.com>
4257         * subr.el (process-live-p): Return nil for non-process.  (Bug#16023)
4259         * progmodes/sh-script.el (sh-shell-process):
4260         * progmodes/octave.el (inferior-octave-process-live-p):
4261         * progmodes/gdb-mi.el (gdb-delchar-or-quit)
4262         (gdb-inferior-io-sentinel):
4263         * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
4265 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
4267         * vc/log-edit.el (log-edit-kill-buffer): Move the use of
4268         `save-selected-window' to `log-edit-hide-buf'.  This makes
4269         `log-edit-show-files' idempotent.
4270         (log-edit-show-files): Mark the new window as dedicated.
4272 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
4274         * vc/log-edit.el (log-edit-mode-map): Add binding for
4275         `log-edit-kill-biffer'.
4276         (log-edit-hide-buf): Add a FIXME comment.
4277         (log-edit-add-new-comment): New function, extracted from
4278         `log-edit-done'.
4279         (log-edit-done, log-edit-add-to-changelog): Use it.
4280         (log-edit-kill-buffer): New command.
4282 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4284         * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
4285         instead of killing the buffer.
4287 2013-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4289         * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
4291 2013-12-01  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4293         * net/eww.el (eww-form-checkbox-selected-symbol)
4294         (eww-form-checkbox-symbol): New customizable variable.
4295         (eww-form-checkbox, eww-toggle-checkbox):
4296         Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
4298         * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
4299         (shr--get-media-pref, shr--extract-best-source): New function.
4300         (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
4301         no :src tag was specified.
4303         * net/eww.el (eww-use-external-browser-for-content-type): New variable.
4304         (eww-render): Handle `eww-use-external-browser-for-content-type'.
4305         Use \\` to match beginning of string instead of ^.
4306         (eww-browse-with-external-browser): Provide optional URL parameter.
4307         (eww-render): Set `eww-current-title' back to "".
4309         * net/shr.el (shr-tag-video): Display content for video if no
4310         poster is available.
4311         (shr-tag-audio): Add support for <audio> tag.
4313         * net/eww.el (eww-text-input-types): New const.
4314         (eww-process-text-input): Treat input types in
4315         `eww-text-input-types' as text.
4317         * net/shr.el (shr-tag-table): Fix comment typo.
4319 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4321         * net/eww.el (eww-follow-link): New command to avoid reloading
4322         pages when we follow #target links (bug#15243).
4323         (eww-quit): Special mode buffers shouldn't query before exiting.
4325 2013-12-01  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
4327         * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
4328         forms.
4330 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4332         * net/eww.el (eww-restore-history): Update the window title after
4333         moving in the history.
4334         (eww-current-dom): New variable used to save the current DOM.
4336 2013-12-01  Dmitry Gutov  <dgutov@yandex.ru>
4338         * vc/log-edit.el (log-edit-mode-map): Add binding for
4339         `log-edit-beginning-of-line'.
4340         (log-edit-setup-add-author): New user option.
4341         (log-edit-beginning-of-line): New command.
4342         (log-edit): Move major mode call above the contents setup so that
4343         the local variable values are already applied.
4344         (log-edit): Only insert "Author: " when
4345         `log-edit-setup-add-author' is non-nil.
4346         (log-edit): When SETUP is non-nil, position point after ": "
4347         instead of point-min.
4349 2013-12-01  Glenn Morris  <rgm@gnu.org>
4351         * startup.el (command-line): Warn if ~/emacs.d is in load-path.
4353 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
4355         * startup.el (fancy-splash-frame): On MS-Windows, trigger
4356         redisplay to make sure the initial frame gets a chance to become
4357         visible.  (Bug#16014)
4359 2013-11-30  Martin Rudalics  <rudalics@gmx.at>
4361         Support resizing frames and windows pixelwise.
4362         * cus-start.el (frame-resize-pixelwise)
4363         (window-resize-pixelwise): New entries.
4364         * emacs-lisp/debug.el (debug): Use window-total-height instead
4365         of window-total-size.
4366         * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
4367         * help.el (describe-bindings-internal): Use help-buffer as
4368         argument for with-help-window.
4369         (temp-buffer-max-width): New option.
4370         (resize-temp-buffer-window, help-window-setup)
4371         (with-help-window): Rewrite.
4372         * mouse.el (mouse-drag-line): Rewrite.  Add key bindings for
4373         dragging dividers.
4374         * window.el (frame-char-size, window-min-pixel-height)
4375         (window-safe-min-pixel-height, window-safe-min-pixel-width)
4376         (window-min-pixel-width, window-safe-min-pixel-size)
4377         (window-combination-p, window-safe-min-size)
4378         (window-resizable-p, window--size-to-pixel)
4379         (window--pixel-to-size, window--resize-apply-p): New functions.
4380         (window-safe-min-height): Fix doc-string.
4381         (window-size, window-min-size, window--min-size-1)
4382         (window-sizable, window-sizable-p, window--min-delta-1)
4383         (window-min-delta, window--max-delta-1, window-max-delta)
4384         (window--resizable, window--resizable-p, window-resizable)
4385         (window-full-height-p, window-full-width-p, window-at-side-p)
4386         (window--in-direction-2, window-in-direction)
4387         (window--resize-reset-1, window--resize-mini-window)
4388         (window-resize, window-resize-no-error)
4389         (window--resize-child-windows-normal)
4390         (window--resize-child-windows, window--resize-siblings)
4391         (window--resize-this-window, window--resize-root-window)
4392         (window--resize-root-window-vertically)
4393         (adjust-window-trailing-edge, enlarge-window, shrink-window)
4394         (maximize-window, minimize-window, delete-window)
4395         (quit-restore-window, window-split-min-size, split-window)
4396         (balance-windows-2, balance-windows)
4397         (balance-windows-area-adjust, balance-windows-area)
4398         (window--state-get-1, window-state-get, window--state-put-1)
4399         (window--state-put-2, window-state-put)
4400         (display-buffer-record-window, window--display-buffer):
4401         Make functions handle pixelwise sizing of windows.
4402         (display-buffer--action-function-custom-type)
4403         (display-buffer-fallback-action):
4404         Add display-buffer-in-previous-window.
4405         (display-buffer-use-some-window): Resize window to height it had
4406         before.
4407         (fit-window-to-buffer-horizontally): New option.
4408         (fit-frame-to-buffer): Describe new values.
4409         (fit-frame-to-buffer-bottom-margin): Replace with
4410         fit-frame-to-buffer-margins.
4411         (window--sanitize-margin): New function.
4412         (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
4413         using window-text-pixel-size.
4415 2013-11-30  Glenn Morris  <rgm@gnu.org>
4417         * emacs-lisp/bytecomp.el (byte-compile-form):
4418         Make the `interactive-only' warning like the `obsolete' one.
4419         * comint.el (comint-run):
4420         * files.el (insert-file-literally, insert-file):
4421         * replace.el (replace-string, replace-regexp):
4422         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
4423         (goto-line, insert-buffer, next-line, previous-line):
4424         Tweak `interactive-only' spec.
4426         Stop keeping (most) generated cedet grammar files in the repository.
4427         * Makefile.in (semantic): New.
4428         (compile-main): Depend on semantic.
4430 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4432         * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
4433         available.  Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
4435         * uniquify.el (uniquify-buffer-name-style): Change default.
4437         * loadup.el: Preload "uniquify".
4439         * time.el (display-time-update): Update all mode lines (bug#15999).
4441         * electric.el (electric-indent-mode): Enable by default.
4442         * loadup.el: Preload "electric".
4444 2013-11-29  Bozhidar Batsov  <bozhidar@batsov.com>
4446         * emacs-lisp/helpers.el (string-empty-p): New function.
4447         (string-blank-p): New function.
4449 2013-11-29  Andreas Politz  <politza@hochschule-trier.de>
4451         * imenu.el (imenu--index-alist): Add missing dot to the docstring
4452         (Bug#14029).
4454 2013-11-29  Andreas Politz  <politza@fh-trier.de>
4455         * imenu.el (imenu--subalist-p): Don't error on non-conses and
4456         allow non-lambda lists as functions.
4457         (imenu--in-alist): Don't recurse into non-subalists.
4458         (imenu): Don't pass function itself as an argument (Bug#14029).
4460 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4462         * progmodes/python.el (python-mode-map): Remove binding for ":".
4463         (python-indent-electric-colon): Remove command.
4464         (python-indent-post-self-insert-function): Integrate the previous code
4465         of python-indent-electric-colon.  Make it conditional on
4466         electric-indent-mode.
4467         (python-mode): Add ?: to electric-indent-chars.
4468         Move python-indent-post-self-insert-function to the end of
4469         post-self-insert-hook.
4471 2013-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4473         * doc-view.el (doc-view-goto-page): Update mode-line.
4475         * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
4477 2013-11-27  Glenn Morris  <rgm@gnu.org>
4479         * international/charprop.el, international/uni-bidi.el:
4480         * international/uni-category.el, international/uni-combining.el:
4481         * international/uni-comment.el, international/uni-decimal.el:
4482         * international/uni-decomposition.el, international/uni-digit.el:
4483         * international/uni-lowercase.el, international/uni-mirrored.el:
4484         * international/uni-name.el, international/uni-numeric.el:
4485         * international/uni-old-name.el, international/uni-titlecase.el:
4486         * international/uni-uppercase.el:
4487         Remove generated files from VCS repository.
4489 2013-11-27  Eli Zaretskii  <eliz@gnu.org>
4491         * filenotify.el (file-notify-add-watch): Don't special-case
4492         w32notify when computing the directory to watch.
4494 2013-11-27  Glenn Morris  <rgm@gnu.org>
4496         Make bootstrap without generated uni-*.el files possible again.
4497         * loadup.el: Update command-line-args checking for unidata-gen.
4498         Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
4499         * composite.el, international/characters.el:
4500         Handle unicode tables being undefined.
4502         Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
4503         * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
4504         (compile-main): Depend on leim rule.
4505         (leim): New rule.
4506         * loadup.el: Move leim-list.el to leim/ subdirectory.
4507         * startup.el (normal-top-level): No more leim directory.
4508         * international/ja-dic-cnv.el (skkdic-convert):
4509         Disable version-control and autoloads in output files.
4510         * international/titdic-cnv.el (titdic-convert, miscdic-convert):
4511         Disable version-control and autoloads in output files.
4512         * leim/quail: Move here from ../leim.
4513         * leim/quail/hangul.el (hangul-input-method-activate):
4514         Add autoload cookie.
4515         (generated-autoload-load-name): Set file-local value.
4516         * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
4517         (generated-autoload-load-name): Set file-local value.
4519 2013-11-26  Kenjiro NAKAYAMA  <knakayam@redhat.com>
4521         * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
4522         (eww-add-bookmark): Ask confirmation when add to bookmarks.
4523         (eww-quit): Ask confirmation before quitting eww.
4525 2013-11-26  Eli Zaretskii  <eliz@gnu.org>
4527         * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
4528         reading output from Diff on MS-Windows and MS-DOS.
4530 2013-11-26  Bozhidar Batsov  <bozhidar@batsov.com>
4532         * emacs-lisp/helpers.el (string-reverse): New function.
4534 2013-11-26  Michael Albinus  <michael.albinus@gmx.de>
4536         * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
4537         names on MS Windows, like "/[::1]:".
4539         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
4540         SWITCHES.
4542 2013-11-26  Glenn Morris  <rgm@gnu.org>
4544         * progmodes/python.el (python-indent-guess-indent-offset):
4545         Avoid corner-case error.  (Bug#15975)
4547         Preload leim-list.el.  (Bug#4789)
4548         * loadup.el: Load leim-list.el when found.
4549         * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
4551 2013-11-25  Bozhidar Batsov  <bozhidar@batsov.com>
4553         * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
4555         * emacs-lisp/helpers.el (string-join): New function.
4557 2013-11-25  Sebastian Wiesner  <lunaryorn@gmail.com>  (tiny change)
4559         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4560         Mark as obsolete and replace it with a symbol property.
4561         (byte-compile-form): Use new 'interactive-only property.
4562         * comint.el, files.el, replace.el, simple.el:
4563         Apply new 'interactive-only properly.
4565 2013-11-25  Martin Rudalics  <rudalics@gmx.at>
4567         * window.el (display-buffer-at-bottom): Make sure that
4568         split-window-sensibly creates the new window on bottom
4569         (Bug#15961).
4571 2013-11-23  David Kastrup  <dak@gnu.org>
4573         * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
4574         on the conflict markers when available.
4575         (smerge--get-marker): New function.
4576         (smerge-end-re, smerge-base-re): Add subgroup.
4578 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4580         * frame.el (handle-focus-in, handle-focus-out): Add missing
4581         interactive spec.
4583 2013-11-25  Michael Albinus  <michael.albinus@gmx.de>
4585         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
4586         `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
4588 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4590         * play/gomoku.el: Don't use intangible property.  Use lexical-binding.
4591         (gomoku--last-pos): New var.
4592         (gomoku--intangible-chars): New const.
4593         (gomoku--intangible): New function.
4594         (gomoku-mode): Use it.  Derive from special-mode.
4595         (gomoku-move-up): Adjust line count.
4596         (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
4597         (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
4598         Simplify accordingly.
4600         * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
4601         Remove blink-cursor code.
4602         (blink-cursor-timer-function, blink-cursor-suspend):
4603         Don't special-case GUIs.
4604         (blink-cursor-mode): Use focus-in/out-hook.
4606 2013-11-25  Dmitry Gutov  <dgutov@yandex.ru>
4608         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
4609         work when annotation is invisible (Bug#13886).
4611 2013-11-24  Simon Schubert  <2@0x2c.org>  (tiny change)
4613         * json.el (json-alist-p): Only return non-nil if the alist has
4614         simple keys (Bug#13518).
4616 2013-11-24  Mihir Rege  <mihirrege@gmail.com>  (tiny change)
4618         * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
4619         when control-statement is the first statement in a buffer (Bug#15956).
4621 2013-11-24  Dmitry Gutov  <dgutov@yandex.ru>
4623         * imenu.el (imenu-generic-skip-comments-and-strings):
4624         New option (Bug#15560).
4625         (imenu--generic-function): Use it.
4627 2013-11-24  Jorgen Schaefer  <contact@jorgenschaefer.de>
4629         * minibuffer.el (completion--in-region-1): Scroll the correct window.
4630         (Bug#13898)
4632 2013-11-24  Bozhidar Batsov  <bozhidar@batsov.com>
4634         * emacs-lisp/helpers.el: Add some string helpers.
4635         (string-trim-left): Removes leading whitespace.
4636         (string-trim-right): Removes trailing whitespace.
4637         (string-trim): Removes leading and trailing whitespace.
4639         * subr.el (string-suffix-p): New function.
4641 2013-11-23  Glenn Morris  <rgm@gnu.org>
4643         * progmodes/python.el (python-shell-send-file):
4644         Add option to delete file when done.  (Bug#15647)
4645         (python-shell-send-string, python-shell-send-region): Use it.
4647 2013-11-23  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
4649         * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
4650         to set buffer-read-only to t, never to nil.  (Bug#15938)
4652         * textmodes/tex-mode.el (latex-noindent-environments):
4653         Add safe-local-variable property.  (Bug#15936)
4655 2013-11-23  Glenn Morris  <rgm@gnu.org>
4657         * textmodes/enriched.el (enriched-mode): Doc fix.
4658         * emacs-lisp/authors.el (authors-renamed-files-alist):
4659         Add enriched.doc -> enriched.txt.
4661         * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
4663 2013-11-22  Leo Liu  <sdl.web@gmail.com>
4665         * progmodes/octave.el (inferior-octave-startup): Spit out error
4666         message.
4668 2013-11-22  Bozhidar Batsov  <bozhidar@batsov.com>
4670         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
4671         Improve docstring.
4672         Add :version.
4673         (ruby-encoding-magic-comment-style): Add :version.
4675 2013-11-22  Leo Liu  <sdl.web@gmail.com>
4677         * progmodes/octave.el (octave-operator-regexp): Exclude newline.
4678         (Bug#15076)
4679         (octave-help-mode): Adapt to change to help-mode-finish to use
4680         derived-mode-p on 2013-09-17.
4681         (inferior-octave-prompt): Also match octave-gui.
4682         (octave-kill-process): Don't ask twice.  (Bug#10564)
4684 2013-11-22  Leo Liu  <sdl.web@gmail.com>
4686         * progmodes/octave.el (inferior-octave-process-live-p): New helper.
4687         (inferior-octave-startup, inferior-octave-check-process)
4688         (inferior-octave-track-window-width-change)
4689         (octave-completion-at-point, octave-eldoc-function): Use it.
4690         (octave-kill-process): Provide confirmation.  (Bug#10564)
4692 2013-11-21  Leo Liu  <sdl.web@gmail.com>
4694         * progmodes/octave.el (octave-mode, inferior-octave-mode):
4695         Fix obsolete variable comment-use-global-state.
4697 2013-11-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4699         * progmodes/octave.el (octave-mode-map, octave-mode-menu):
4700         Add `octave-source-file'.
4701         (octave-source-file): New function.  (Bug#15935)
4703 2013-11-21  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>
4705         * net/eww.el (eww-local-regex): New variable.
4706         (eww): Use it to detect localhost and similar.
4708 2013-11-21  Leo Liu  <sdl.web@gmail.com>
4710         Add completion for command `ag'.
4711         * pcmpl-x.el (pcmpl-x-ag-options): New variable.
4712         (pcomplete/ag): New function.
4713         (pcmpl-x-ag-options): New function.  Handle `[no]' in long options.
4715 2013-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4717         * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
4718         (bug#14646).
4719         (make-obsolete): Remove interactive spec.
4721 2013-11-21  Glenn Morris  <rgm@gnu.org>
4723         * startup.el (command-line-1): Use path-separator with -L.
4725 2013-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
4727         * emacs-lisp/package.el (describe-package-1): Add package archive
4728         to shown fields.
4730 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
4732         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
4733         Change default to "# encoding: %s" to differentiate it from the
4734         default Ruby encoding comment template.
4736 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
4738         * ses.el (ses-mode): Doc fix.  (Bug#14748)
4740 2013-11-20  Leo Liu  <sdl.web@gmail.com>
4742         * window.el (display-buffer-alist): Doc fix.  (Bug#13594)
4744 2013-11-19  Dan Nicolaescu  <dann@gnu.org>
4746         * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
4747         when rebase or bisect are in progress.
4749 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
4751         * filenotify.el (file-notify-add-watch): Doc fix.
4753 2013-11-19  Leo Liu  <sdl.web@gmail.com>
4755         * obsolete/rcompile.el: Mark obsolete.
4757         * progmodes/compile.el (compilation-start)
4758         (compilation-goto-locus, compilation-find-file):
4759         Pass no-display-ok and handle nil value from display-buffer.
4760         (Bug#13594)
4762         * window.el (display-buffer-alist, display-buffer): Document the
4763         new parameter no-display-ok.  Return either a window or nil
4764         but never a non-window value.
4766 2013-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4768         * electric.el (electric-indent-mode-map): Remove.
4769         (electric-indent-mode): Change the global-map instead (bug#15915).
4771         * textmodes/text-mode.el (paragraph-indent-minor-mode):
4772         Use add-function.
4774 2013-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4776         * emacs-lisp/nadvice.el (remove-function): Align with
4777         add-function's behavior.
4779         * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
4780         (gdb--string-regexp): New constant.
4781         (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
4782         (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
4783         (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
4784         submatch 1.
4785         (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
4786         Adjust use accordingly.
4787         (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
4789 2013-11-17  Adam Sokolnicki  <adam.sokolnicki@gmail.com>  (tiny change)
4791         * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
4792         interpolation curlies (Bug#15914).
4794 2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
4796         * calc/calc.el (calc-context-sensitive-enter): New variable.
4797         (calc-enter): Use `calc-context-sensitive-enter'.
4799 2013-11-16  Teodor Zlatanov  <tzz@lifelogs.com>
4801         * progmodes/cfengine.el: Version bump.
4802         (cfengine-cf-promises): New defcustom to locate cf-promises.
4803         (cfengine3-vartypes): Add new "data" type.
4804         (cfengine3--current-word): New function to get current name-like
4805         word or its bounds.
4806         (cfengine3--current-function): New function to look up a CFEngine
4807         function's definition.
4808         (cfengine3-format-function-docstring): New function.
4809         (cfengine3-make-syntax-cache): New function.
4810         (cfengine3-documentation-function): New function: ElDoc glue.
4811         (cfengine3-completion-function): New function: completion glue.
4812         (cfengine3-mode): Set `compile-command',
4813         `eldoc-documentation-function', and add to
4814         `completion-at-point-functions'.
4816 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
4818         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
4819         `tramp-current-connection'.
4821 2013-11-15  Dmitry Gutov  <dgutov@yandex.ru>
4823         * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
4824         nil/self/true/false with "end of symbol".
4826 2013-11-15  Bozhidar Batsov  <bozhidar@batsov.com>
4828         * subr.el (version-regexp-alist): Fix a typo.
4830 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
4832         * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
4833         "en_US.utf8" and "LC_CTYPE" to "".
4834         (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
4835         (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
4837 2013-11-15  Leo Liu  <sdl.web@gmail.com>
4839         * loadhist.el (read-feature): Get rid of fake feature nil.  (Bug#15889)
4841 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4843         * progmodes/gud.el (ctl-x-map):
4844         Remove C-x SPC binding.  (Bug#12342)
4845         (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
4847 2013-11-14  Bozhidar Batsov  <bozhidar@batsov.com>
4849         * subr.el (version-regexp-alist):
4850         Recognize hg, svn and darcs versions as snapshot versions.
4852         * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
4853         'always-utf8 value of `ruby-insert-encoding-magic-comment'.
4854         (ruby--encoding-comment-required-p): Extract from
4855         `ruby-mode-set-encoding'.
4856         (ruby-mode-set-encoding): Add the ability to always insert an
4857         utf-8 encoding comment.  Fix and simplify coding comment update
4858         logic.
4860 2013-11-14  Michael Albinus  <michael.albinus@gmx.de>
4862         * net/tramp-gvfs.el (top): Run init code only when
4863         `tramp-gvfs-enabled' is not nil.
4864         (tramp-gvfs-enabled): Check also :system bus.
4866 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4868         Sync with upstream verilog-mode revision 78e66ba.
4869         * progmodes/verilog-mode.el (verilog-end-of-defun)
4870         (verilog-type-completion, verilog-get-list): Remove unused funcs.
4871         (verilog-get-end-of-defun): Remove unused argument.
4872         (verilog-comment-depth): Remove unused local `e'.
4873         (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
4874         Don't pass arg to verilog-get-end-of-defun.
4876 2013-11-14  Glenn Morris  <rgm@gnu.org>
4878         * obsolete/assoc.el (aget): Prefix dynamic variable.
4880         * allout-widgets.el (allout-widgets): No need to autoload defgroup.
4882 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4884         * widget.el, hfy-cmap.el: Remove bogus package version number.
4886 2013-11-13  Glenn Morris  <rgm@gnu.org>
4888         * replace.el (replace-eval-replacement):
4889         Try to give more helpful error message.  (Bug#15836)
4891         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
4892         (archive-7z-update): Avoid custom type mismatches.
4894         * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
4896 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
4898         * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
4899         address can be empty.
4901         * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
4902         Accept nil SWITCHES.
4903         (tramp-gvfs-handle-write-region): Implement APPEND.
4905 2013-11-12  Dmitry Gutov  <dgutov@yandex.ru>
4907         * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
4908         binary "|" operator and closing block args delimiter.
4909         Remove FIXME comment referring to Ruby 1.8-only syntax.
4910         (ruby-smie--implicit-semi-p): Not after "|" operator.
4911         (ruby-smie--closing-pipe-p): New function.
4912         (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
4913         (ruby-smie-rules): Indent after "|".
4915 2013-11-12  Glenn Morris  <rgm@gnu.org>
4917         * ps-print.el (ps-face-attribute-list):
4918         Handle anonymous faces.  (Bug#15827)
4920 2013-11-12  Martin Rudalics  <rudalics@gmx.at>
4922         * window.el (display-buffer-other-frame): Fix doc-string.
4923         (Bug#15868)
4925 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4927         * subr.el (force-mode-line-update): Delete, move to buffer.c.
4929 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
4931         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
4932         (tramp-sh-handle-file-local-copy): Don't write a message when
4933         saving temporary files.
4935         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
4936         both directories are remote.
4937         (tramp-smb-handle-directory-files): Do not return double entries.
4938         Do not expand full file names.
4939         (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
4940         (tramp-smb-handle-write-region): Implement APPEND.
4941         (tramp-smb-get-stat-capability): Fix a stupid bug.
4943 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4945         * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
4947 2013-11-11  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
4949         * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
4950         throwing error over malformed let/let* (bug#15814).
4952 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4954         * iswitchb.el (iswitchb-mode): Mark obsolete.
4956 2013-11-11  Glenn Morris  <rgm@gnu.org>
4958         * international/uni-bidi.el, international/uni-category.el:
4959         * international/uni-name.el, international/uni-numeric.el:
4960         Regenerate for Unicode 6.3.0.
4962 2013-11-10  Michael Albinus  <michael.albinus@gmx.de>
4964         * net/tramp.el (tramp-methods):
4965         * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
4966         2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
4968 2013-11-09  Andreas Schwab  <schwab@linux-m68k.org>
4970         * progmodes/sh-script.el (sh-font-lock-keywords-var):
4971         Force highlighting text after Summary keyword in doc face for rpm.
4973 2013-11-09  Dmitry Gutov  <dgutov@yandex.ru>
4975         * textmodes/ispell.el (ispell-lookup-words): When `look' is not
4976         available and the word has no wildcards, append one to the grep pattern.
4977         http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
4978         (ispell-complete-word): Call `ispell-lookup-words' with the value
4979         independent of `ispell-look-p'.
4981 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
4983         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
4984         Not after "||".
4985         (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
4986         their parent.
4988 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4990         * progmodes/ruby-mode.el: Don't require cl any more.  Use pcase instead.
4991         (ruby-font-lock-keywords): Use backquote.
4993 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
4995         * progmodes/ruby-mode.el (ruby-smie--forward-token)
4996         (ruby-smie--backward-token): Only consider full-string matches.
4998 2013-11-08  Jan Djärv  <jan.h.d@swipnet.se>
5000         * faces.el (describe-face): Add distant-foreground.
5002 2013-11-08  Bozhidar Batsov  <bozhidar@batsov.com>
5004         * progmodes/ruby-mode.el: Improve encoding comment handling.
5005         (ruby-encoding-magic-comment-style): New option.
5006         (ruby-custom-encoding-magic-comment-template): New option.
5007         (ruby--insert-coding-comment, ruby--detect-encoding):
5008         New functions extracted from `ruby-mode-set-encoding'.
5009         (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
5010         to control the style of the auto-inserted encoding comment.
5012 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
5014         * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
5015         Use `smie-backward-sexp' with token argument.
5017 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
5019         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
5020         Remove instrumentation code.
5022 2013-11-08  Glenn Morris  <rgm@gnu.org>
5024         * progmodes/autoconf.el (autoconf-mode):
5025         Tweak comment-start-skip.  (Bug#15822)
5027 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5029         * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
5030         at bobp (bug#15826).
5031         (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
5033 2013-11-08  Darren Hoo  <darren.hoo@gmail.com>
5035         * man.el (Man-start-calling): New macro, extracted from
5036         Man-getpage-in-background.
5037         (Man-getpage-in-background): Use it.
5038         (Man-update-manpage): New command.
5039         (Man-mode-map): Bind it.
5041 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
5043         * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
5044         of "and", "or", "&&" and "||".
5045         (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
5046         argument.  Prohibit opening curly brace because it could only be a
5047         block opener in that position.
5048         (ruby-smie--forward-token, ruby-smie--backward-token):
5049         Separate "|" from "&" or "*" going after it.  That can happen in block
5050         arguments.
5051         (ruby-smie--indent-to-stmt): New function, seeks the end of
5052         previous statement or beginning of buffer.
5053         (ruby-smie-rules): Use it.
5054         (ruby-smie-rules): Check if there's a ":" before a curly block
5055         opener candidate; if there is, it's a hash.
5057 2013-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5059         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
5060         (cl--block-wrapper): Fix last accidental change.
5062 2013-11-07  Michael Albinus  <michael.albinus@gmx.de>
5064         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
5065         Instrument, in order to hunt failure on hydra.
5067 2013-11-05  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
5069         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
5070         malformed bindings form (bug#15814).
5072 2013-11-07  Dmitry Gutov  <dgutov@yandex.ru>
5074         * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
5075         "." compared to " @ ".  This incidentally fixes some indentation
5076         examples with "do".
5077         (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
5078         (ruby-smie-grammar): New tokens: "and" and "or".
5079         (ruby-smie--args-separator-p): Fix the check for tokens at POS.
5080         Exclude "and" and "or".  Remove "do" in order to work around token
5081         priorities.
5082         (ruby-smie-rules): Add all infix tokens.  Handle the case of
5083         beginning-of-buffer.
5085 2013-11-06  Glenn Morris  <rgm@gnu.org>
5087         * Makefile.in (setwins_almost, setwins_for_subdirs):
5088         Avoid accidental matches.
5090 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5092         * menu-bar.el (popup-menu): Use key-binding.
5094 2013-11-06  Eli Zaretskii  <eliz@gnu.org>
5096         * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
5097         menus, support also the menus produced by minor modes.
5098         (Bug#15817)
5100 2013-11-06  Leo Liu  <sdl.web@gmail.com>
5102         * thingatpt.el (thing-at-point-looking-at): Add optional arg
5103         DISTANCE to bound the search.  All uses changed.  (Bug#15808)
5105 2013-11-06  Glenn Morris  <rgm@gnu.org>
5107         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
5108         (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
5109         (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
5111 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5113         * electric.el (electric-indent-just-newline): New command.
5114         (electric-indent-mode-map): New keymap.
5115         (electric-indent-mode, electric-pair-mode, electric-layout-mode):
5116         Re-add :group which weren't redundant.
5118         * electric.el (electric-indent-local-mode): New minor mode.
5119         (electric-indent-functions-without-reindent): New var.
5120         (electric-indent-post-self-insert-function): Use it.
5121         * emacs-lisp/gv.el (buffer-local-value): Add setter.
5123 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
5125         * international/quail.el (quail-help): Be more explicit about the
5126         meaning of the labels shown on the keys.  (Bug#15800)
5128         * startup.el (normal-top-level): Load the subdirs.el files before
5129         setting the locale environment.  (Bug#15805)
5131 2013-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5133         * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
5134         via arguments so as to get the right ones (bug#15418).
5136         * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
5138 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
5140         Fix problems found while writing a test suite.
5142         * net/tramp-compat.el (tramp-compat-load): New defun.
5143         * net/tramp.el (tramp-handle-load): Use it.
5145         * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
5146         "(numberp ok-if-already-exists)" correctly.
5148 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
5150         * international/characters.el (glyphless-char-display-control):
5151         Add usage note.
5153 2013-11-05  Bozhidar Batsov  <bozhidar@batsov.com>
5155         * progmodes/python.el (python-mode):
5156         * progmodes/scheme.el (scheme-mode):
5157         * progmodes/prolog.el (prolog-mode):
5158         * progmodes/ruby-mode.el (ruby-mode):
5159         * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
5160         (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
5162 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5164         * rect.el (rectangle--highlight-for-redisplay):
5165         * emacs-lisp/smie.el (smie--next-indent-change):
5166         Use buffer-chars-modified-tick.
5168         * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
5170         * electric.el (electric-indent-post-self-insert-function):
5171         Only delete trailing whitepsace if it is indeed trailing (bug#15767).
5173 2013-11-04  Helmut Eller  <eller.helmut@gmail.com>
5175         * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
5177 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
5179         * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
5180         (bug#15786).
5182 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5184         * emacs-lisp/helpers.el: Move from helpers.el.  Use lexical-binding.
5186         * progmodes/python.el: Fix up last change.
5187         (python-shell--save-temp-file): New function.
5188         (python-shell-send-string): Use it.  Remove `msg' arg.  Don't assume
5189         `string' comes from the current buffer.
5190         (python-shell-send-string-no-output): Remove `msg' arg.
5191         (python--use-fake-loc): New var.
5192         (python-shell-buffer-substring): Obey it.  Try to compensate for the
5193         extra coding line added by python-shell--save-temp-file.
5194         (python-shell-send-region): Use python-shell--save-temp-file and
5195         python-shell-send-file directly.  Add `nomain' argument.
5196         (python-shell-send-buffer): Use python-shell-send-region.
5197         (python-electric-pair-string-delimiter): New function.
5198         (python-mode): Use it.
5200 2013-11-04  Eli Zaretskii  <eliz@gnu.org>
5202         * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
5203         eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
5204         environment and decoding all of the default-directory's to here
5205         from command-line.
5206         (command-line): Decode also argv[0].
5208         * loadup.el: Error out if default-directory is a multibyte string
5209         when we are dumping.
5211         * Makefile.in (emacs): Don't set LC_ALL=C.  (Bug#15260)
5213 2013-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
5215         * emacs-lisp/package.el (package-menu-mode)
5216         (package-menu--print-info, package-menu--archive-predicate):
5217         Add Archive column to package list.
5219 2013-11-04  Michael Albinus  <michael.albinus@gmx.de>
5221         Fix problems found while writing a test suite.
5223         * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
5224         (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
5225         (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
5226         to nil when running original file name handler.  Otherwise,
5227         there are problems with constructs like "$$FOO".
5229         * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
5230         for `localname'.
5232 2013-11-04  Bozhidar Batsov  <bozhidar@batsov.com>
5234         * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
5236         * subr.el (version<, version<=, version=):
5237         Update docstrings with information for snapshot versions.
5239         * helpers.el: New library for misc helper functions.
5240         (hash-table-keys): New function returning a list of hash keys.
5241         (hash-table-values): New function returning a list of hash values.
5243 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
5245         * progmodes/ruby-mode.el (ruby-smie--forward-token)
5246         (ruby-smie--backward-token): Tokenize heredocs as semicolons.
5248 2013-11-04  Michal Nazarewicz  <mina86@mina86.com>
5250         * textmodes/fill.el (fill-single-char-nobreak-p): New function
5251         checking whether point is after a 1-letter word.
5253 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
5255         * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
5256         Don't infloop when expanding region over `multiline' syntax-type that
5257         begins a line (bug#15778).
5259 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5261         * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
5262         Make it into a proper minor mode.
5263         (rectangle--region): (implicitly) rename to rectangle-mark-mode.
5264         (rectangle-mark-mode-map): New keymap.
5265         (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
5267 2013-11-04  Glenn Morris  <rgm@gnu.org>
5269         * startup.el (command-line-1): Allow `-L :...' to append to load-path.
5271 2013-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5273         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
5274         (ruby-smie-rules): Use smie-rule-parent instead.
5276         * emacs-lisp/smie.el (smie-rule-parent): Always call
5277         smie-indent-virtual rather than only for hanging tokens.
5278         (smie--next-indent-change): New helper command.
5280 2013-11-03  Glenn Morris  <rgm@gnu.org>
5282         * Makefile.in (abs_srcdir): Remove.
5283         (emacs): Unset EMACSLOADPATH.
5285 2013-11-02  Glenn Morris  <rgm@gnu.org>
5287         * Makefile.in (EMACS): Use a relative filename.
5288         (abs_top_builddir): Remove.
5289         (custom-deps, finder-data, autoloads): Use --chdir.
5291         * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
5293         Use relative filenames in TAGS files.
5294         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
5295         (lisptagsfiles4, TAGS): Use relative file names.
5296         (TAGS-LISP): Remove.
5297         (maintainer-clean): No more TAGS-LISP file.
5299         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
5300         (lisptagsfiles4): Use absolute filenames again.
5301         (TAGS, TAGS-LISP): Not everything needs to run in one line.
5302         Remove all *loaddefs files, not just the first.  Remove esh-groups.
5303         (maintainer-clean): Delete TAGS, TAGS-LISP.
5305 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
5307         * emacs-lisp/package.el (package-version-join):
5308         Recognize snapshot versions.
5310 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
5312         * subr.el (version-regexp-alist): Add support for snapshot versions.
5314 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
5316         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
5317         New function, replacement for `smie-rule-parent' for when we want to
5318         skip over our direct parent if it's an assignment token..
5319         (ruby-smie-rules): Use it.
5321 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
5323         * progmodes/ruby-mode.el: Use `syntax-propertize-function'
5324         unconditionally.  Remove now unnecessary forward declarations.
5325         Remove XEmacs-specific setup.
5326         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
5327         (ruby-font-lock-syntactic-keywords)
5328         (ruby-comment-beg-syntax, ruby-in-here-doc-p)
5329         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
5330         (ruby-here-doc-end-syntax): Remove.
5331         (ruby-mode): Don't check whether `syntax-propertize-rules' is
5332         defined as function.
5334 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
5336         * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
5338 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
5340         * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
5341         table and abbrev table, `define-derived-mode' does that for us
5342         anyway.
5344 2013-11-01  Glenn Morris  <rgm@gnu.org>
5346         * Makefile.in: Remove manual mh-e dependencies (writing .elc
5347         files is atomic for some time, so no parallel compilation issues).
5349 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
5351         * faces.el (face-x-resources): Add :distant-foreground.
5352         (region): Use :distant-foreground for gtk and ns.
5354 2013-11-01  Tassilo Horn  <tsdh@gnu.org>
5356         Allow multiple bibliographies when BibLaTeX is used rather than
5357         BibTeX.
5358         * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
5359         (reftex-locate-bibliography-files): Us it.
5361 2013-11-01  Claudio Bley  <claudio.bley@googlemail.com>
5363         * image.el (image-type-header-regexps): Fix the 'pbm' part to
5364         allow comments in pbm files.
5366         * term/w32-win.el (dynamic-library-alist): Support newer versions
5367         of libjpeg starting with v7: look only for the DLL from the
5368         version against which Emacs was built.
5369         Support versions of libpng beyond 1.4.x.
5370         Support libtiff v4.x.
5372 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
5374         * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
5375         (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
5376         Add property :safe.
5377         (ruby-deep-arglist): Add property :type.
5379 2013-10-31  Glenn Morris  <rgm@gnu.org>
5381         * Makefile.in (custom-deps, finder-data): No need to setq the target
5382         variables, we are in the right directory and the defaults work fine.
5384 2013-10-30  Glenn Morris  <rgm@gnu.org>
5386         * Makefile.in (autoloads): Do not use abs_lisp.
5388         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5389         `newline' does not respect `standard-output', so use `princ'.
5391 2013-10-30  Alp Aker  <alp.tekin.aker@gmail.com>
5393         Ensure unmarking in buffer menu clears 'S' marks.  (Bug#15761)
5394         * buff-menu.el (Buffer-menu--unmark): New function.
5395         (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
5397 2013-10-30  Glenn Morris  <rgm@gnu.org>
5399         * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
5401         * emacs-lisp/package.el (lm-homepage): Declare.
5403         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
5404         Fix doc typos.
5406         * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
5408         * Makefile.in (finder-data, autoloads, update-subdirs)
5409         (compile-main, compile-clean, compile-always, bootstrap-clean):
5410         Check return value of cd.
5411         (compile-calc): Remove.
5413 2013-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5415         * simple.el (copy-region-as-kill): Fix call to region-extract-function.
5417         * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
5418         (byte-compile-and-folded): New function.
5419         (=, <, >, <=, >=): Use it.
5421         * dos-w32.el (minibuffer-history-case-insensitive-variables)
5422         (path-separator, null-device, buffer-file-coding-system)
5423         (lpr-headers-switches): Check system-type before modifying them.
5424         (find-buffer-file-type-coding-system): Mark obsolete.
5425         (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
5426         find-file-not-found-set-buffer-file-coding-system.
5427         (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
5428         (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
5429         (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
5430         (w32-direct-print-region-helper, w32-direct-print-region-function)
5431         (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
5432         * startup.el (normal-top-level-add-subdirs-to-load-path):
5433         * ps-print.el (ps-print-region-function):
5434         * lpr.el (print-region-function): Use new name.
5436         * subr.el (custom-declare-variable-early): Remove function.
5437         (custom-declare-variable-list): Remove var.
5438         (error, user-error): Remove `while' loop.
5439         (read-quoted-char-radix, read-quoted-char): Move to simple.el.
5440         (user-emacs-directory-warning, locate-user-emacs-file):
5441         Move to files.el.
5442         * simple.el (read-quoted-char-radix, read-quoted-char):
5443         * files.el (user-emacs-directory-warning, locate-user-emacs-file):
5444         Move from subr.el.
5445         * custom.el (custom-declare-variable-list): Don't process
5446         custom-declare-variable-list.
5448         * progmodes/python.el (python-shell-get-buffer): New function.
5449         (python-shell-get-process): Use it.
5450         (python-shell-send-string): Always use utf-8 and add a cookie to tell
5451         Python which encoding was used.  Don't split-string since we only care
5452         about the first line.  Return the temp-file, if applicable.
5453         (python-shell-send-region): Tell compile.el how to turn locations in
5454         the temp-file into locations in the source buffer.
5456 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5458         * subr.el (undefined): Add missing behavior from the C code for
5459         unbound keys.
5461         * rect.el: Use lexical-binding.  Add new rectangular region support.
5462         (rectangle-mark): New command.
5463         (rectangle--region): New var.
5464         (deactivate-mark-hook): Reset rectangle--region.
5465         (rectangle--extract-region, rectangle--insert-for-yank)
5466         (rectangle--highlight-for-redisplay)
5467         (rectangle--unhighlight-for-redisplay): New functions.
5468         (region-extract-function, redisplay-unhighlight-region-function)
5469         (redisplay-highlight-region-function): Use them to handle
5470         rectangular region.
5471         * simple.el (region-extract-function): New var.
5472         (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
5473         (kill-new, kill-append): Remove obsolete `yank-handler' argument.
5474         (kill-region): Replace obsolete `yank-handler' arg with `region'.
5475         (copy-region-as-kill, kill-ring-save): Add `region' argument.
5476         (redisplay-unhighlight-region-function)
5477         (redisplay-highlight-region-function): New vars.
5478         (redisplay--update-region-highlight): New function.
5479         (pre-redisplay-function): Use it.
5480         (exchange-point-and-mark): Don't deactivate the mark before
5481         reactivate-it anyway.
5482         * comint.el (comint-kill-region): Remove yank-handler argument.
5483         * delsel.el (delete-backward-char, backward-delete-char-untabify)
5484         (delete-char): Remove property, since it's now part of their
5485         default behavior.
5486         (self-insert-iso): Remove property since this command doesn't exist.
5488         * emacs-lisp/package.el (package--download-one-archive)
5489         (describe-package-1): Don't query the user about final newline.
5491 2013-10-29  Daniel Colascione  <dancol@dancol.org>
5493         * net/tramp.el (tramp-methods): Document new functionality.
5494         * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
5495         tramp-hostname-checker if method provides one instead of scanning
5496         argument list for "%h" to decide hostname acceptability.
5498 2013-10-28  Michael Albinus  <michael.albinus@gmx.de>
5500         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
5501         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
5502         Handle COPY-CONTENTS.  (Bug#15737)
5504 2013-10-28  Daiki Ueno  <ueno@gnu.org>
5506         * epa-file.el
5507         (epa-file-cache-passphrase-for-symmetric-encryption):
5508         Document that this option has no effect with GnuPG 2.0 (bug#15552).
5510 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
5512         * image.el (defimage, image-load-path): Doc fixes.
5514 2013-10-27  Alan Mackenzie  <acm@muc.de>
5516         Indent statements in macros following "##" correctly.
5517         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
5518         Modify the "#" arm of a cond form to handle "#" and "##" operators.
5520 2013-10-27  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
5522         * linum.el (linum-update-window): Fix boundary test (bug#13446).
5524 2013-10-27  Dmitry Gutov  <dgutov@yandex.ru>
5526         * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
5527         after `=' is probably a new expression.
5529 2013-10-27  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5531         * man.el (man-imenu-title): New option.
5532         (Man-mode-map): Add menu.  (Bug#15722)
5533         (Man-mode): Add imenu to menu.
5535 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
5537         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
5538         specific in what the first arg can be: a non-keyword word,
5539         string/regexp/percent literal opener, opening paren, or unary
5540         operator followed directly by word.
5542 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5544         * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
5545         (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
5546         (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
5547         (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
5548         Remove vars, they do not apply any more.
5549         (prolog-mode-abbrev-table): Remove redundant declaration.
5550         (prolog-upper-case-string, prolog-lower-case-string): Remove.
5551         (prolog-use-smie): Remove.
5552         (prolog-smie-rules): Add indentation rule for the if-then-else layout
5553         supported by prolog-electric-if-then-else-flag.
5554         (prolog-mode-variables, prolog-menu): Use setq-local.
5555         (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
5556         Remove binding to `Backspace' since this key doesn't exist anyway.
5557         Remove bindings for electric self-inserting keys.
5558         (prog-mode): Assume it's defined.
5559         (prolog-post-self-insert): New function.
5560         (prolog-mode): Use it.
5561         (prolog-indent-line, prolog-indent-level)
5562         (prolog-find-indent-of-matching-paren)
5563         (prolog-indentation-level-of-line, prolog-goto-comment-column)
5564         (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
5565         (prolog-goto-next-paren, prolog-in-string-or-comment)
5566         (prolog-tokenize, prolog-inside-mline-comment)
5567         (prolog-find-start-of-mline-comment): Remove functions.
5568         (prolog-find-unmatched-paren, prolog-clause-end)
5569         (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
5570         (prolog-electric--if-then-else): Rename from
5571         prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
5572         (prolog-tokenize-searchkey): Remove const.
5573         (prolog-clause-info): Use forward-sexp.
5574         (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
5575         (prolog-electric-if-then-else): Remove commands.
5576         (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
5577         for use in post-self-insert-hook.
5578         (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
5579         for use in post-self-insert-hook.
5580         (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
5581         for use in post-self-insert-hook.
5582         (prolog-electric--underscore): Rename from prolog-electric--underscore;
5583         adapt it for use in post-self-insert-hook.
5585 2013-10-25  Michael Albinus  <michael.albinus@gmx.de>
5587         * emacs-lisp/ert.el (ert-run-tests-interactively):
5588         Use `completing-read'.  (Bug#9756)
5590 2013-10-25  Eli Zaretskii  <eliz@gnu.org>
5592         * simple.el (line-move): Call line-move-1 instead of
5593         line-move-visual when the current window hscroll is zero, but
5594         temporary-goal-column indicates we will need to hscroll as result
5595         of the movement.  (Bug#15712)
5597 2013-10-25  Dmitry Gutov  <dgutov@yandex.ru>
5599         * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
5600         capitalization.  Use :visible instead of :active.
5601         Fix `ruby-indent-exp' reference.  Add menu items for the generic
5602         commands that are used with SMIE.
5603         (ruby-do-end-to-brace): Insert space after `{'.
5605 2013-10-25  John Anthony  <john@jo.hnanthony.com>
5607         * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu.  (Bug#15600)
5609         * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu.  (Bug#15599)
5611 2013-10-25  Glenn Morris  <rgm@gnu.org>
5613         * vc/vc.el (vc-print-log): Don't use a working revision unless
5614         one was explicitly specified.  (Bug#15322)
5616 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5618         * subr.el (add-to-list): Preserve return value in compiler-macro
5619         (bug#15692).
5621 2013-10-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5623         * progmodes/octave.el (octave-lookfor): Handle empty lookfor
5624         result.  Ask user to retry using '-all' flag.  (Bug#15701)
5626 2013-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5628         * emacs-lisp/smie.el: New smie-config system.
5629         (smie-config): New defcustom.
5630         (smie-edebug, smie-config-show-indent, smie-config-set-indent)
5631         (smie-config-guess, smie-config-save): New commands.
5632         (smie-config--mode-local, smie-config--buffer-local)
5633         (smie-config--trace, smie-config--modefuns): New vars.
5634         (smie-config--advice, smie-config--mode-hook)
5635         (smie-config--setter, smie-config-local, smie-config--get-trace)
5636         (smie-config--guess-value, smie-config--guess): New functions.
5637         (smie-indent-forward-token, smie-indent-backward-token): Don't copy
5638         text properties.  Treat "string fence" syntax like string syntax.
5640         * progmodes/sh-script.el (sh-use-smie): Change default.
5641         (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
5642         (sh-var-value): Simplify by CSE.
5643         (sh-show-indent, sh-set-indent, sh-learn-line-indent)
5644         (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
5645         is used.
5646         (sh-guess-basic-offset): Use cl-incf.
5647         (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
5649 2013-10-24  Helmut Eller  <eller.helmut@gmail.com>
5651         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
5652         (bug#15699).
5654 2013-10-24  Glenn Morris  <rgm@gnu.org>
5656         * Makefile.in (abs_top_srcdir): Remove.
5657         (update-subdirs): Use relative path to update-subdirs.
5659 2013-10-24  Eli Zaretskii  <eliz@gnu.org>
5661         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
5662         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
5663         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
5664         Call unmsys--file-name before expand-file-name, not after it.
5666 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
5668         * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
5669         (ert-test-skipped): New error.
5670         (ert-skip, ert-stats-skipped): New defuns.
5671         (ert--skip-unless): New macro.
5672         (ert-test-skipped): New struct.
5673         (ert--run-test-debugger, ert-test-result-type-p)
5674         (ert-test-result-expected-p, ert--stats, ert-stats-completed)
5675         (ert--stats-set-test-and-result, ert-char-for-test-result)
5676         (ert-string-for-test-result, ert-run-tests-batch)
5677         (ert--results-update-ewoc-hf, ert-run-tests-interactively):
5678         Handle skipped tests.  (Bug#9803)
5680 2013-10-24  Glenn Morris  <rgm@gnu.org>
5682         * Makefile.in (check-declare): Remove unnecessary path in -l argument.
5684         * Makefile.in (abs_top_srcdir): New, set by configure.
5685         (update-subdirs): Correct build-aux location.
5687 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
5689         * vc/vc.el (vc-print-root-log): Always set `default-directory'
5690         value, whether we could auto-deduce `backend', or not.
5692         * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
5693         with parameters" example.  Simplify the "is it block or is it
5694         hash" check, but also make it more thorough.
5696 2013-10-23  Masashi Fujimoto  <masfj.dev@gmail.com>  (tiny change)
5698         * battery.el (battery-pmset): Handle OS X Mavericks.  (Bug#15694)
5700 2013-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5702         * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
5703         { if it is hanging.
5705         * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
5706         :before ";".
5708 2013-10-23  Jed Brown  <jed@59A2.org>  (tiny change)
5710         * progmodes/compile.el (compilation-directory-matcher)
5711         (compilation-page-delimiter):
5712         Support GNU Make-4.0 directory quoting.  (Bug#15678)
5714 2013-10-23  Leo Liu  <sdl.web@gmail.com>
5716         * ido.el (ido-tidy): Handle read-only text.
5718 2013-10-23  Glenn Morris  <rgm@gnu.org>
5720         * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
5721         (emacs, compile, compile-always):
5722         Quote entities that might contain whitespace.
5723         (custom-deps, finder-data, autoloads): Use abs_lisp.
5724         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
5725         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
5726         ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
5728 2013-10-23  Dmitry Gutov  <dgutov@yandex.ru>
5730         * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
5731         Use `following-char'.
5733 2013-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5735         * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
5736         * progmodes/ruby-mode.el (ruby-smie-rules):
5737         Remove corresponding workaround.  Fix indentation rule of ";" so it
5738         also applies when ";" is the parent.
5740 2013-10-22  Xue Fuqiao  <xfq.free@gmail.com>
5742         * frame.el (display-screens, display-pixel-height)
5743         (display-pixel-width, display-mm-width, display-backing-store)
5744         (display-save-under, display-planes, display-color-cells)
5745         (display-visual-class, display-monitor-attributes-list):
5746         Mention the optional ‘display’ argument in doc strings.
5748 2013-10-22  Michael Gauland  <mikelygee@amuri.net>
5750         * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
5751         viewers such as evince when ebnf-production-name-p is nil.  (Bug#15625)
5753 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
5755         * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
5756         TODO.  Add "." after " @ ".
5757         (ruby-smie--at-dot-call): New function.  Checks if point at method
5758         call with explicit target.
5759         (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
5760         to the method name tokens when it precedes them.
5761         (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
5762         (ruby-smie-rules): Add rule for indentation before and after "."
5763         token.
5765 2013-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5767         * textmodes/remember.el (remember-diary-extract-entries):
5768         Avoid add-to-list.
5770         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
5771         an instruction.
5773 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
5775         * progmodes/ruby-mode.el (ruby-smie-grammar):
5776         Add (almost) all infix operators.
5777         (ruby-smie--implicit-semi-p): Add new operator chars.
5779         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
5780         `smie-down-list'.
5781         (ruby-smie--args-separator-p): Check that there's no newline
5782         between method call and its arguments.
5784 2013-10-20  Alan Mackenzie  <acm@muc.de>
5786         Allow comma separated lists after Java "implements".
5788         * progmodes/cc-engine.el (c-backward-over-enum-header):
5789         Parse commas.
5790         * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
5791         from a "disallowed" list in enum fontification.
5793 2013-10-20  Johan Bockgård  <bojohan@gnu.org>
5795         * startup.el (default-frame-background-mode): Remove unused defvar.
5797         * progmodes/verilog-mode.el (verilog-mode): Don't set
5798         comment-indent-function globally.
5800 2013-10-20  Jan Djärv  <jan.h.d@swipnet.se>
5802         * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
5803         Move Info menu item creation to ns-win.el.
5805         * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
5806         in menu bar.
5808         * menu-bar.el: Move GNUstep specific menus...
5810         * term/ns-win.el (ns-initialize-window-system): ... to here.
5812 2013-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5814         * simple.el (newline): Only run post-self-insert-hook when
5815         called interactively.
5817 2013-10-19  Johan Bockgård  <bojohan@gnu.org>
5819         * icomplete.el (icomplete-with-completion-tables): Add :version.
5821 2013-10-19  Alan Mackenzie  <acm@muc.de>
5823         Fix fontification bugs with constructors and const.
5825         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
5826         CASE 2) Remove the check for the absence of a suffix construct
5827         after a function declaration with only types (no identifiers) in
5828         the parentheses.  Also, accept a function declaration with just a
5829         type inside the parentheses, if this type can be positively
5830         recognised as such, or if a prefix keyword like "explicit" nails
5831         down the construct as a declaration.
5833 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
5835         * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
5836         TTY menu actions and down-mouse-N to tty-menu-ignore.  This solves
5837         the problem whereby selecting a menu item that leads to a
5838         minibuffer prompt moves the cursor out of the minibuffer window,
5839         making it hard to type at the prompt.  Suggested by Stefan Monnier
5840         <monnier@iro.umontreal.ca>.
5842 2013-10-19  Jan Djärv  <jan.h.d@swipnet.se>
5844         * menu-bar.el: Don't make Services menu.
5846 2013-10-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5848         * ffap.el: Handle "/usr/include/c++/<version>" directories.
5849         (ffap-alist): Use ffap-c++-mode for c++-mode.
5850         (ffap-c++-path): New variable.
5851         (ffap-c++-mode): New function.
5853 2013-10-19  Joe Vornehm Jr.  <joe.vornehm@gmail.com>  (tiny change)
5855         * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
5857 2013-10-18  Michael Albinus  <michael.albinus@gmx.de>
5859         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
5860         introduced on 2013-09-08, which results in an infinite loop
5861         requesting a password.
5863 2013-10-18  Glenn Morris  <rgm@gnu.org>
5865         * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
5867 2013-10-18  Wilson Snyder  <wsnyder@wsnyder.org>
5869         Sync with upstream verilog-mode revision 1a6ecec7.
5870         * progmodes/verilog-mode.el (verilog-mode-version): Update.
5871         (verilog-mode-release-date): Remove.
5872         (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
5873         (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
5874         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
5875         (verilog-auto-tieoff-ignore-regexp)
5876         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
5877         (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
5878         (verilog-signals-with, verilog-dir-cache-preserving)
5879         (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
5880         Doc fixes.
5881         (verilog-case-fold): New option, to control case folding in
5882         regexp searches, bug597.
5883         (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
5884         (verilog-string-match-fold, verilog-in-paren-count)
5885         (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
5886         (verilog-at-close-struct-p): New functions.
5887         (verilog-beg-block-re-ordered, verilog-extended-case-re)
5888         (verilog-forward-sexp, verilog-set-auto-endcomments)
5889         (verilog-leap-to-case-head): Handle "unique0" case.
5890         (verilog-in-constraint-re): New constant.
5891         (verilog-keywords, verilog-type-font-keywords):
5892         Add some SystemVerilog 1800-2012 keywords.
5893         (verilog-label-be): Remove unimplemented argument, bug669.
5894         (verilog-batch-execute-func): When batch expanding clear
5895         create-lockfiles to prevent spurious user locks when a file ends
5896         up not changing.
5897         (verilog-calculate-indent, verilog-calc-1)
5898         (verilog-at-close-constraint-p, verilog-at-constraint-p)
5899         (verilog-do-indent): Fix indentation of nested constraints
5900         and structures.
5901         (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
5902         (verilog-auto-inst-param): Use verilog-string-match-fold.
5903         (verilog-read-inst-module-matcher):
5904         Fix AUTOINST on gate primitives with #1.
5905         (verilog-read-decls): Fix double-declaring user-defined typed signals.
5906         Reads all user-defined typed variables.
5907         (verilog-read-defines): Fix reading definitions inside comments, bug647.
5908         (verilog-signals-matching-regexp)
5909         (verilog-signals-not-matching-regexp, verilog-auto):
5910         Respect verilog-case-fold.
5911         (verilog-diff-report): Fix line count.
5912         (verilog-auto-assign-modport): Remove unused local `modi'.
5913         (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
5914         better handle multidimensional arrays.
5915         Fix packed array ports misadding bit index in AUTOINST, bug637.
5916         (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
5917         to not double-declare existing outputs and inputs, respectively.
5918         (verilog-template-map): Bind U to verilog-sk-uvm-component.
5919         (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
5920         (verilog-sk-uvm-component): New skeleton.
5921         (verilog-submit-bug-report): Add verilog-case-fold,
5922         remove verilog-mode-release-date.
5924 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
5926         * subr.el (sit-for): Call (input-pending-p t) so as to behave
5927         as before.
5929 2013-10-18  Reuben Thomas  <rrt@sc3d.org>
5931         * textmodes/remember.el (remember): Set buffer-offer-save in
5932         remember buffers (bug#13566).
5934 2013-10-18  Daniel Colascione  <dancol@dancol.org>
5936         When evaluating forms in ielm, direct standard output to ielm
5937         buffer.  Add new ielm-return-for-effect command.  Remove trailing
5938         whitespace throughout.
5940         * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
5941         (ielm-return-for-effect): New command.
5942         (ielm-send-input): Accept optional `for-effect' parameter.
5943         (ielm-eval-input): Accept optional `for-effect' parameter.
5944         Bind `standard-output' to stream we create using
5945         `ielm-standard-output-impl'.  Suppress printing result when
5946         `for-effect'.
5947         (ielm-standard-output-impl): New function.
5948         (inferior-emacs-lisp-mode): Explain new features in documentation.
5950 2013-10-17  Michael Albinus  <michael.albinus@gmx.de>
5952         Code cleanup.
5954         * net/tramp.el (tramp-debug-message): Do not check for connection
5955         buffer.
5956         (tramp-message): Use "vector" connection property.
5958         * net/tramp.el (tramp-rfn-eshadow-update-overlay)
5959         (tramp-equal-remote, tramp-eshell-directory-change)
5960         * net/tramp-adb.el (tramp-adb-handle-copy-file)
5961         (tramp-adb-handle-rename-file)
5962         * net/tramp-cmds.el (tramp-list-remote-buffers)
5963         (tramp-cleanup-connection, tramp-cleanup-this-connection)
5964         * net/tramp-compat.el (tramp-compat-process-running-p)
5965         * net/tramp-ftp.el (tramp-ftp-file-name-handler)
5966         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
5967         (tramp-gvfs-handle-rename-file)
5968         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
5969         (tramp-set-file-uid-gid)
5970         * net/tramp-smb.el (tramp-smb-handle-copy-file)
5971         (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
5972         of `file-remote-p'.
5974         * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
5975         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
5976         (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
5977         (tramp-gw-open-network-stream): Suppress unrelated traces.
5979         * net/tramp-adb.el (tramp-adb-maybe-open-connection)
5980         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
5981         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
5982         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
5983         connection property.
5985         * net/tramp-cache.el (top): Suppress traces when reading
5986         persistency file.
5988         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
5989         Refactor common code.  Improve debug message.
5990         (tramp-maybe-open-connection)
5991         * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
5992         connection buffer too early.
5994         * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
5995         from `tramp-smb-actions-with-acl'.
5996         (tramp-smb-actions-set-acl): New defconst.
5997         (tramp-smb-handle-copy-directory)
5998         (tramp-smb-action-get-acl): New defun, renamed from
5999         `tramp-smb-action-with-acl'.
6000         (tramp-smb-action-set-acl): New defun.
6001         (tramp-smb-handle-set-file-acl): Rewrite.
6003 2013-10-17  Glenn Morris  <rgm@gnu.org>
6005         * indent.el (indent-rigidly): Fix 2013-10-08 change.  (Bug#15635)
6007 2013-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6009         * skeleton.el (skeleton-newline): Remove.
6010         (skeleton-internal-1): Use (insert "\n") instead.
6012         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
6013         let-bindings.
6015         * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
6016         forward-sexp-function while we redo its job (bug#15613).
6018 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
6020         * calc/calc-comb.el (math-prime-test): Don't assume large integers are
6021         represented by lists.
6023 2013-10-16  Glenn Morris  <rgm@gnu.org>
6025         * tmm.el (tmm--history): New dynamic variable.
6026         (tmm-prompt): Use tmm--history in place of `history'.  (Bug#15623)
6028 2013-10-16  Michael Albinus  <michael.albinus@gmx.de>
6030         * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
6031         (tramp-smb-errors): Add error messages.
6032         (tramp-smb-actions-with-acl): New defconst.
6033         (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
6034         (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
6035         (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
6036         (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
6037         (tramp-smb-get-stat-capability): Fix tests.
6039 2013-10-16  Dima Kogan  <dima@secretsauce.net>  (tiny change)
6041         * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
6042         (bug#15580).
6044 2013-10-16  Glenn Morris  <rgm@gnu.org>
6046         * ansi-color.el (ansi-color-drop-regexp):
6047         Add 1J, 1K, 2K.  (Bug#15617)
6049         * files.el (hack-local-variables--warned-lexical): New.
6050         (hack-local-variables):
6051         Warn about misplaced lexical-binding.  (Bug#15616)
6053         * net/eww.el (eww-render): Always set eww-current-url,
6054         and update header line.  (Bug#15622)
6055         (eww-display-html): ... Rather than just doing it here.
6057 2013-10-15  Eli Zaretskii  <eliz@gnu.org>
6059         * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
6060         menu navigations commands.
6062 2013-10-14  Dima Kogan  <dima@secretsauce.net>  (tiny change)
6064         * progmodes/subword.el (subword-capitalize): Be careful when
6065         the search for [[:alpha:]] fails (bug#15580).
6067 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
6069         * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
6070         to commands that scroll the menu.
6072 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
6074         * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
6075         Handle methods ending with `?' and `!'.
6077 2013-10-14  Akinori MUSHA  <knu@iDaemons.org>
6079         * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
6080         `japanese-cp932' to `cp932' to fix the problem where saving a
6081         source file written in Shift_JIS twice would end up having
6082         `coding: japanese-cp932' which Ruby could not recognize.
6083         (ruby-mode-set-encoding): Add support for encodings mapped to nil
6084         in `ruby-encoding-map'.
6085         (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
6086         doesn't need to be explicitly declared in magic comment.
6087         (ruby-encoding-map): Add type declaration for better customize UI.
6089 2013-10-13  Glenn Morris  <rgm@gnu.org>
6091         * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
6092         Occur buffers are read-only.  http://bugs.debian.org/720775
6094         * emacs-lisp/authors.el (authors-fixed-entries):
6095         Comment out old alpha stuff.
6097 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
6099         * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
6100         to `after-save-hook' instead of `before-save-hook'.
6101         (ruby-mode-set-encoding): Use the value of coding system used to
6102         write the file.  Call `basic-save-buffer-1' after modifying the
6103         buffer.
6105 2013-10-13  Alan Mackenzie  <acm@muc.de>
6107         Fix indentation/fontification of Java enum with
6108         "implements"/generic.
6110         * progmodes/cc-engine.el (c-backward-over-enum-header):
6111         Extracted from the three other places and enhanced to handle generics.
6112         (c-inside-bracelist-p): Uses new function above.
6113         * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
6114         function above.
6115         (c-font-lock-enum-tail): Uses new function above.
6117 2013-10-13  Kenichi Handa  <handa@gnu.org>
6119         * international/mule-cmds.el (select-safe-coding-system): Remove a
6120         superfluous condition in chekcing whether a coding system is safe
6121         or not.
6123 2013-10-13  Oleh Krehel  <ohwoeowho@gmail.com>
6125         * replace.el (how-many): Fix rstart and !rend case.  (Bug#15589)
6127 2013-10-13  Andreas Politz  <politza@hochschule-trier.de>
6129         * progmodes/sql.el (sql-add-product): Fix paren typo.  (Bug#15435)
6131 2013-10-13  Glenn Morris  <rgm@gnu.org>
6133         * menu-bar.el (menu-bar-update-buffers):
6134         Unify Buffers menu prompt string.  (Bug#15576)
6136         * face-remap.el (text-scale-adjust): Doc fix.  (Bug#15434)
6138         * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
6139         Add some entries.
6140         (authors-fixed-entries): Use accented form of name.
6142 2013-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6144         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
6145         method calls (bug#15594).
6146         (ruby-smie--args-separator-p): New function.
6147         (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
6148         recognize paren-free method calls.
6150         * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
6151         internals of universal-argument.
6153 2013-10-11  Eli Zaretskii  <eliz@gnu.org>
6155         * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
6156         Bind all menu-bar sequences to tty-menu-exit -- this pops down a
6157         dropped menu on second mouse click on the menu bar.
6159 2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6161         * progmodes/sh-script.el: Provide simpl(e|istic) completion.
6162         (explicit-shell-file-name): Declare.
6163         (sh--vars-before-point, sh--cmd-completion-table): New functions.
6164         (sh-completion-at-point-function): New function.
6165         (sh-mode): Use it.
6166         (sh-smie--keyword-p): Remove unused argument.
6167         (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
6168         vars.
6169         (sh-set-shell): Always setup SMIE, even if we use the
6170         old indentation code.
6172 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
6174         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
6175         cases of ? and =.
6176         (ruby-smie-rules): Simplify the "do" rule.  The cases when the
6177         predicate would return nil are almost non-existent.
6178         (ruby-smie--redundant-do-p): Include "until" and "for" statements.
6180         * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
6181         cache also after commands that modify the buffer but don't move
6182         point.
6184 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6186         * env.el (substitute-env-in-file-name): New function.
6187         (substitute-env-vars): Extend the meaning of the optional arg.
6189 2013-10-10  Eli Zaretskii  <eliz@gnu.org>
6191         * term/w32-win.el (dynamic-library-alist): Define separate lists
6192         of GIF DLLs for versions before and after 5.0.0 of giflib.
6193         (Bug#15531)
6195 2013-10-10  João Távora  <joaotavora@gmail.com>
6197         * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
6198         not locked, use last revision and current source as
6199         defaults.  (Bug#15569)
6201 2013-10-10  Masatake YAMATO  <yamato@redhat.com>
6203         * menu-bar.el (menu-bar-open): Don't use popup-menu if
6204         menu-bar is hidden.
6206 2013-10-10  Martin Rudalics  <rudalics@gmx.at>
6208         * window.el (pop-to-buffer-same-window): Fix doc-string.
6209         (Bug#15492)
6211 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6213         * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
6215 2013-10-10  Andrei Chițu  <andrei.chitu1@gmail.com>  (tiny change)
6217         * calendar/icalendar.el (icalendar-import-file):
6218         Fix interactive spec.  (Bug#15482)
6220 2013-10-10  Glenn Morris  <rgm@gnu.org>
6222         * desktop.el (desktop-save): Default to saving in .emacs.d,
6223         since PWD is no longer in desktop-path by default.  (Bug#15319)
6225         * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
6226         now that text mode has a menu with the same entry.
6227         (menu-bar-text-mode-auto-fill): Remove now unused func.
6228         * textmodes/text-mode.el (text-mode-map):
6229         Use auto-fill help text from menu-bar.el.
6231 2013-10-10  John Anthony  <john@jo.hnanthony.com>
6233         * textmodes/text-mode.el (text-mode-map): Add a menu.  (Bug#15562)
6235 2013-10-09  Juri Linkov  <juri@jurta.org>
6237         * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
6238         instead of this-command-keys.  Add universal-argument-more and
6239         universal-argument-minus to the list of prefix commands.  (Bug#15568)
6241 2013-10-09  Glenn Morris  <rgm@gnu.org>
6243         * vc/vc-svn.el (vc-svn-create-repo):
6244         Expand paths in file://... url.  (Bug#15446)
6246         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
6247         Add some entries.
6248         (authors): Remove unused local variables.
6250 2013-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6252         * profiler.el: Create a more coherent calltree from partial backtraces.
6253         (profiler-format): Hide the tail with `invisible' so that C-s can still
6254         find the hidden elements.
6255         (profiler-calltree-depth): Don't recurse so enthusiastically.
6256         (profiler-function-equal): New hash-table-test.
6257         (profiler-calltree-build-unified): New function.
6258         (profiler-calltree-build): Use it.
6259         (profiler-report-make-name-part): Indent the calltree less.
6260         (profiler-report-mode): Add visibility specs for profiler-format.
6261         (profiler-report-expand-entry, profiler-report-toggle-entry):
6262         Expand the whole subtree when provided with a prefix arg.
6264 2013-10-09  Dmitry Gutov  <dgutov@yandex.ru>
6266         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
6267         iuwu-mod token.
6268         (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
6269         hanging iuwu-mod token.
6270         (ruby-smie--forward-token): Do not include a dot after a token in
6271         that token.
6272         (ruby-smie--backward-token): Likewise.
6274 2013-10-08  Juri Linkov  <juri@jurta.org>
6276         * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
6277         to isearch-other-control-char.
6278         (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
6279         and isearch-post-command-hook to post-command-hook.
6280         (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
6281         and isearch-post-command-hook from post-command-hook.
6282         (isearch-unread-key-sequence)
6283         (isearch-reread-key-sequence-naturally)
6284         (isearch-lookup-scroll-key, isearch-other-control-char)
6285         (isearch-other-meta-char): Remove functions.
6286         (isearch-pre-command-hook, isearch-post-command-hook):
6287         New functions based on isearch-other-meta-char rewritten
6288         relying on the new behavior of overriding-terminal-local-map
6289         that does not replace the local keymaps any more.  (Bug#15200)
6291 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
6293         Support menus on text-mode terminals.
6294         * tmm.el (tmm-menubar): Adapt doc string to TTY menus
6295         functionality.
6297         * tooltip.el (tooltip-mode): Don't error out on TTYs.
6299         * menu-bar.el (popup-menu, popup-menu-normalize-position):
6300         Move here from mouse.el.
6301         (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
6302         and arrow keys.
6303         (tty-menu-navigation-map): New map for TTY menu navigation.
6305         * loadup.el ("tooltip"): Load even if x-show-tip is not available.
6307         * frame.el (display-mouse-p): Report text-mode mouse as available
6308         on w32.
6309         (display-popup-menus-p): Report availability if mouse is
6310         available; don't condition on window-system.
6312         * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
6313         (tty-menu-selected-face): New faces.
6315 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6317         * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
6318         (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
6319         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
6320         (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
6321         New constants.
6322         (lisp-mode-variables): New `elisp' argument.
6323         (emacs-lisp-mode): Use it.
6324         * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
6325         (lisp-font-lock-keywords-2): Move to lisp-mode.el.
6327         * indent.el: Use lexical-binding.
6328         (indent-region): Add progress reporter.
6329         (tab-stop-list): Make it implicitly extend to infinity by repeating the
6330         last step.
6331         (indent--next-tab-stop): New function to implement this behavior.
6332         (tab-to-tab-stop, move-to-tab-stop): Use it.
6334 2013-10-08  Teemu Likonen  <tlikonen@iki.fi>
6336         * indent.el (indent-rigidly--current-indentation): New function.
6337         (indent-rigidly-map): New var.
6338         (indent-rigidly): Use it to provide interactive mode (bug#8196).
6340 2013-10-08  Bastien Guerry  <bzg@gnu.org>
6342         * register.el (insert-register): Fix 2013-10-07 change.
6344 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6346         * progmodes/perl-mode.el: Use lexical-binding.
6347         Remove redundant :group args.
6348         (perl-nochange): Change default to be closer to other major modes's
6349         standard behavior.
6350         (perl-indent-line): Don't consider text on current line as a
6351         valid beginning of function from which to indent.
6353         * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
6354         with more than one argument (bug#15538).
6356         * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
6358         * vc/pcvs.el: Use lexical-binding.
6359         (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
6360         environment of `eval'.
6361         (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
6362         than a list of expressions.  Adjust callers.
6363         * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
6365 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
6367         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
6368         case of the dot in a chained method call being on the following line.
6370 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6372         * electric.el (electric-indent-inhibit): New var.
6373         (electric-indent-post-self-insert-function): Use it.
6374         * progmodes/python.el (python-mode): Set it.
6376         * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
6377         open braces.
6379         * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
6381         * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
6382         (css-mode): Use electric-indent-chars.
6384         * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
6385         (font-lock-beg, font-lock-end): Move before first use.
6386         (nxml-mode): Use syntax-propertize-function.
6387         (nxml-after-change, nxml-after-change1): Adjust accordingly.
6388         (nxml-extend-after-change-region): Remove.
6389         * nxml/xmltok.el: Use lexical-binding.
6390         (xmltok-save): Use `declare'.
6391         (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
6392         * nxml/nxml-util.el: Use lexical-binding.
6393         (nxml-with-degradation-on-error, nxml-with-invisible-motion):
6394         Use `declare'.
6395         * nxml/nxml-ns.el: Use lexical-binding.
6396         (nxml-ns-save): Use `declare'.
6397         (nxml-ns-prefixes-for): Avoid add-to-list.
6398         * nxml/rng-match.el: Use lexical-binding.
6399         (rng--ipattern): Use cl-defstruct.
6400         (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
6401         (rng-cons-group-after, rng-subst-group-after)
6402         (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
6403         Use closures instead of `(lambda...).
6405 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
6407         * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
6408         of BEG and END.
6410         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6411         Use `tramp-handle-insert-file-contents'.
6412         (tramp-gvfs-handle-insert-file-contents): Remove function.
6414         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
6415         Use `save-restriction' in order to keep markers.
6417         * net/trampver.el: Update release number.
6419 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6421         * progmodes/compile.el (compilation-parse-errors):
6422         Use compilation--put-prop.
6423         (compilation--ensure-parse): Check compilation-multiline.
6425         * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
6427         * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
6428         lexical-binding.
6430         * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
6432         * progmodes/ruby-mode.el: Fix recently added tests.
6433         (ruby-smie-grammar): Add - and +.
6434         (ruby-smie--redundant-do-p, ruby-smie--forward-id)
6435         (ruby-smie--backward-id): New functions.
6436         (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
6437         (ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
6438         any more.
6440 2013-10-07  Leo Liu  <sdl.web@gmail.com>
6442         * register.el (register-preview-delay)
6443         (register-preview-functions): New variables.
6444         (register-read-with-preview, register-preview)
6445         (register-describe-oneline): New functions.
6446         (point-to-register, window-configuration-to-register)
6447         (frame-configuration-to-register, jump-to-register)
6448         (number-to-register, view-register, insert-register)
6449         (copy-to-register, append-to-register, prepend-to-register)
6450         (copy-rectangle-to-register): Use register-read-with-preview to
6451         read register.  (Bug#15525)
6453 2013-10-06  Dato Simó  <dato@net.com.org.es>  (tiny change)
6455         * net/network-stream.el (network-stream-open-starttls): Don't add
6456         --insecure if it's already present, because that gnutls-cli
6457         rejects getting that parameter twice.
6459 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
6461         * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
6462         keyword, too.
6464 2013-10-05  Dmitry Gutov  <dgutov@yandex.ru>
6466         * newcomment.el (comment-use-global-state): Change default value
6467         to t, mark obsolete (Bug#15251).
6468         (comment-beginning): In addition to `comment-to-syntax', check the
6469         value of `comment-use-global-state'.
6471 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6473         * progmodes/ruby-mode.el (ruby-use-smie): Change default.
6474         (ruby-comment-column): Follow the global default, by default.
6475         (ruby-smie-grammar): Add assignment syntax.
6476         (ruby-smie--implicit-semi-p): No implicit semi-colon after an
6477         open-paren, a comma, or a \.
6478         (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
6479         and line continuations.
6480         (ruby-smie-rules): Adjust handling of open-paren, now that it's never
6481         followed by implicit semi-colons.  Add rule for string concatenation
6482         and for indentation at BOB.
6483         (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
6485         * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
6486         calling next-sexp, since next-token may have skipped chars which
6487         next-sexp doesn't know should be skipped!
6489 2013-10-05  Leo Liu  <sdl.web@gmail.com>
6491         * progmodes/octave.el (octave-send-region):
6492         Call compilation-forget-errors.
6494 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
6496         * vc/vc-svn.el (vc-svn-find-admin-dir):
6497         * vc/vc-rcs.el (vc-rcs-find-admin-dir):
6498         * vc/vc-mtn.el (vc-mtn-find-admin-dir):
6499         * vc/vc-cvs.el (vc-cvs-find-admin-dir):
6500         * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
6502 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6504         * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
6506 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6508         * subr.el (read-passwd): Hide chars even when called within a context
6509         where after-change-functions is disabled (bug#15501).
6510         (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
6511         until we removed ourself from overriding-terminal-local-map.
6513 2013-10-04  Leo Liu  <sdl.web@gmail.com>
6515         * progmodes/octave.el (inferior-octave-mode):
6516         Call compilation-forget-errors.
6518 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
6520         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
6522 2013-10-04  Michael Albinus  <michael.albinus@gmx.de>
6524         * net/secrets.el (secrets-create-collection): Add optional
6525         argument ALIAS.  Use proper Label keyword.  Append ALIAS as
6526         dbus-call-method argument.  (Bug#15516)
6528 2013-10-04  Leo Liu  <sdl.web@gmail.com>
6530         * progmodes/octave.el (inferior-octave-error-regexp-alist)
6531         (inferior-octave-compilation-font-lock-keywords): New variables.
6532         (compilation-error-regexp-alist)
6533         (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
6534         (inferior-octave-mode): Use compilation-shell-minor-mode.
6536 2013-10-04  Jorgen Schaefer  <forcer@forcix.cx>
6538         * minibuffer.el (completion--replace): Be careful that `end' might be
6539         a marker.
6541 2013-10-03  Daiki Ueno  <ueno@gnu.org>
6543         Add support for package signature checking.
6544         * emacs-lisp/package.el (url-http-file-exists-p)
6545         (epg-make-context, epg-context-set-home-directory)
6546         (epg-verify-string, epg-context-result-for)
6547         (epg-signature-status, epg-signature-to-string)
6548         (epg-check-configuration, epg-configuration)
6549         (epg-import-keys-from-file): Declare.
6550         (package-check-signature): New user option.
6551         (package-unsigned-archives): New user option.
6552         (package-desc): Add `signed' field.
6553         (package-load-descriptor): Set `signed' field if .signed file exists.
6554         (package--archive-file-exists-p): New function.
6555         (package--check-signature): New function.
6556         (package-install-from-archive): Check package signature.
6557         (package--download-one-archive): Check archive signature.
6558         (package-delete): Remove .signed file.
6559         (package-import-keyring): New command.
6560         (package-refresh-contents): Import default keyring.
6561         (package-desc-status): Add "unsigned" status.
6562         (describe-package-1, package-menu--print-info)
6563         (package-menu-mark-delete, package-menu--find-upgrades)
6564         (package-menu--status-predicate): Support "unsigned" status.
6566 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6568         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
6569         the new compilation scheme using the new byte-codes.
6571         * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
6572         (byte-pophandler): New byte codes.
6573         (byte-goto-ops): Adjust accordingly.
6574         (byte-compile--use-old-handlers): New var.
6575         (byte-compile-catch): Use new byte codes depending on
6576         byte-compile--use-old-handlers.
6577         (byte-compile-condition-case--old): Rename from
6578         byte-compile-condition-case.
6579         (byte-compile-condition-case--new): New function.
6580         (byte-compile-condition-case): New function that dispatches depending
6581         on byte-compile--use-old-handlers.
6582         (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
6583         when we can.
6585         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6586         Optimize under `condition-case' and `catch' if
6587         byte-compile--use-old-handlers is nil.
6588         (disassemble-offset): Handle new bytecodes.
6590 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6592         * subr.el (error): Use `declare'.
6593         (decode-char, encode-char): Use advertised-calling-convention instead
6594         of the docstring to discourage use of the `restriction' arg.
6596 2013-10-03  Daiki Ueno  <ueno@gnu.org>
6598         * epg.el (epg-verify-file): Add a comment saying that it does not
6599         notify verification error as a return value nor a signal.
6600         (epg-verify-string): Ditto.
6602 2013-10-02  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
6604         * progmodes/compile.el (compilation-start): Try globbing the arg to
6605         `cd' (bug#15417).
6607 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
6609         Sync with Tramp 2.2.8.
6611         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
6612         * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
6613         * net/trampver.el: Update release number.
6615 2013-10-01  Jan Djärv  <jan.h.d@swipnet.se>
6617         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
6618         and default-process-coding-system for darwin only.
6620 2013-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6622         * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
6624 2013-10-01  Mitchel Humpherys  <mitch.special@gmail.com>  (tiny change)
6626         * vc/vc-git.el (vc-git-grep): Disable pager.
6628 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
6630         * emacs-lisp/package.el (package-buffer-info, describe-package-1):
6631         Use :url instead of :homepage, as per
6632         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
6634         * newcomment.el (comment-beginning): When `comment-use-syntax' is
6635         non-nil, use `syntax-ppss' (Bug#15251).
6637 2013-09-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6639         * progmodes/octave.el (inferior-octave-startup-file):
6640         Prefer ~/.emacs.d/init_octave.m.
6642 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
6644         * emacs-lisp/package.el (package-desc-from-define):
6645         Accept additional arguments as plist, convert them to an alist and store
6646         them in the `extras' slot.
6647         (package-generate-description-file): Convert extras alist back to
6648         plist and append to the `define-package' form arguments.
6649         (package--alist-to-plist): New function.
6650         (package--ac-desc): Add `extras' slot.
6651         (package--add-to-archive-contents): Check if the archive-contents
6652         vector is long enough, and if it is, pass its `extras' slot value
6653         to `package-desc-create'.
6654         (package-buffer-info): Call `lm-homepage', pass the returned value
6655         to `package-desc-from-define'.
6656         (describe-package-1): Render the homepage button (Bug#13291).
6658         * emacs-lisp/package-x.el (package-upload-buffer-internal):
6659         Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
6661 2013-09-29  Jan Djärv  <jan.h.d@swipnet.se>
6663         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
6664         and default-process-coding-system to utf-8-unix (Bug#15402).
6666 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
6668         * subr.el (looking-back): Do not recommend using looking-back.
6670 2013-09-28  Alan Mackenzie  <acm@muc.de>
6672         Fix indentation/fontification of Java enum with "implements".
6674         * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
6675         regexp which matches "implements", etc., in Java.
6676         * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
6677         specifier clauses coming after "enum".
6678         * progmodes/cc-fonts.el (c-font-lock-declarations)
6679         (c-font-lock-enum-tail): Check for extra specifier clauses coming
6680         after "enum".
6682 2013-09-28  Jan Djärv  <jan.h.d@swipnet.se>
6684         * faces.el (region): Change ns_selection_color to
6685         ns_selection_fg_color, add ns_selection_bg_color.
6687 2013-09-28  Leo Liu  <sdl.web@gmail.com>
6689         * progmodes/octave.el (inferior-octave-completion-table)
6690         (inferior-octave-completion-at-point): Minor tweaks.
6692         * textmodes/ispell.el (ispell-lookup-words): Rename from
6693         lookup-words.  (Bug#15460)
6694         (lookup-words): Obsolete.
6695         (ispell-complete-word, ispell-command-loop): All uses changed.
6697 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6699         * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
6700         (octave-mode-menu): Add octave-send-buffer.
6701         (octave-send-buffer): New function.
6703 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6705         * progmodes/octave.el (octave-mode-map): Add key binding for
6706         octave-lookfor.
6707         (octave-mode-menu): Add octave-lookfor.
6708         (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
6709         octave-lookfor.
6710         (octave-lookfor): New function.
6712 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6714         * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
6715         (cl--loop-iterator-function): Rename from cl--loop-map-form and change
6716         its convention.
6717         (cl--loop-set-iterator-function): New function.
6718         (cl-loop): Adjust accordingly, so as not to use cl-subst.
6719         (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
6720         Bind `it' with `let' instead of substituting it with `cl-subst'.
6721         (cl--unused-var-p): New function.
6722         (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
6723         Eliminate some unused variable warnings (bug#15326).
6725 2013-09-27  Tassilo Horn  <tsdh@gnu.org>
6727         * doc-view.el (doc-view-scale-reset): Rename from
6728         `doc-view-reset-zoom-level'.
6729         (doc-view-scale-adjust): New command.
6730         (doc-view-mode-map): Remap `text-scale-adjust' bindings to
6731         `doc-view-scale-adjust'.
6733 2013-09-26  Tassilo Horn  <tsdh@gnu.org>
6735         * doc-view.el (doc-view-reset-zoom-level): New command.
6736         (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
6737         zoom commands (bug#15466).
6739 2013-09-26  Kenichi Handa  <handa@gnu.org>
6741         * international/quail.el (quail-help): Make it not a command.
6743 2013-09-26  Leo Liu  <sdl.web@gmail.com>
6745         * minibuffer.el (completion-all-sorted-completions): Make args
6746         optional as they are.
6748 2013-09-25  Daniel Colascione  <dancol@dancol.org>
6750         * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
6751         specs are and that they're not evaluated.
6753 2013-09-24  Sam Steingold  <sds@gnu.org>
6755         * midnight.el (clean-buffer-list-kill-regexps)
6756         (clean-buffer-list-kill-buffer-names): Update for the new Man
6757         buffer naming which includes the object name.
6759 2013-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6761         * eshell/esh-cmd.el (eshell--sep-terms): New var.
6762         (eshell-parse-command, eshell-parse-pipeline): Use it since
6763         eshell-separate-commands requires a dynamic scoped var.
6764         Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
6766 2013-09-23  Leo Liu  <sdl.web@gmail.com>
6768         * autoinsert.el (auto-insert-alist): Make the value of
6769         lexical-binding match its file setting.
6771 2013-09-23  Juanma Barranquero  <lekktu@gmail.com>
6773         * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
6775         * autoarg.el (autoarg-kp-digit-argument):
6776         * electric.el (Electric-command-loop):
6777         * kmacro.el (kmacro-step-edit-insert):
6778         Do not set universal-argument-num-events.
6780 2013-09-22  Leo Liu  <sdl.web@gmail.com>
6782         * files.el (interpreter-mode-alist): Add octave.
6784 2013-09-21  Alan Mackenzie  <acm@muc.de>
6786         C++: fontify identifier in declaration following "public:" correctly.
6787         * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
6788         to match "public", etc.
6789         (c-decl-prefix-re): Add ":" into the C++ value.
6790         * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
6791         bit.  Add a check for a ":" preceded by "public", etc.
6793 2013-09-21  Eli Zaretskii  <eliz@gnu.org>
6795         * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
6796         recognized by GDB 7.5 and later.
6798 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
6800         * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
6802 2013-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6804         * subr.el (internal--call-interactively): New const.
6805         (called-interactively-p): Use it (bug#3984).
6807 2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
6809         * vc/pcvs.el (cvs-mode-ignore):
6810         * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
6811         Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
6813 2013-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6815         * eshell/em-ls.el: Use advice.  Remove redundant :group keywords.
6816         (eshell-ls-orig-insert-directory): Remove.
6817         (eshell-ls-unload-hook): Not a defcustom any more.  Use advice-remove.
6818         (eshell-ls-use-in-dired): Use advice-add/remove.
6819         (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
6820         Add `orig-fun' arg for use in :around advice.
6821         Make it check (redundantly) eshell-ls-use-in-dired.
6823 2013-09-19  Glenn Morris  <rgm@gnu.org>
6825         * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
6827         * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
6829         * emacs-lisp/eieio.el (class-parent): Undo previous change.
6831 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
6833         * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
6834         (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
6835         (tramp-get-remote-python): New defuns.
6836         (tramp-get-remote-uid-with-perl)
6837         (tramp-get-remote-gid-with-perl): New defuns.  Perl code
6838         contributed by yary <not.com@gmail.com> (tiny change).
6839         (tramp-get-remote-uid-with-python)
6840         (tramp-get-remote-gid-with-python): New defuns.  Python code
6841         contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
6842         (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
6844 2013-09-19  Glenn Morris  <rgm@gnu.org>
6846         * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
6848         * eshell/em-unix.el (eshell-remove-entries):
6849         Rename argument to avoid name-clash with global `top-level'.
6851         * eshell/esh-proc.el (eshell-kill-process-function):
6852         Remove eshell-reset-after-proc from eshell-kill-hook if present.
6853         (eshell-reset-after-proc): Remove unused arg `proc'.
6855         * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
6856         (directory-files-and-attributes): Mark unused arg.
6858         * eshell/em-unix.el (eshell-remove-entries):
6859         Remove unused arg `path'.  Update callers.
6861         * eshell/em-hist.el (eshell-hist-parse-arguments):
6862         Remove unused arg `silent'.  Update callers.
6864         * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
6865         Fix (f)boundp mix-up.
6867         * eshell/em-smart.el (eshell-smart-scroll-window)
6868         (eshell-disable-after-change):
6869         * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
6871 2013-09-18  Alan Mackenzie  <acm@muc.de>
6873         Fix fontification of type when followed by "const".
6874         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
6875         "known" types from fontification.
6877 2013-09-18  Glenn Morris  <rgm@gnu.org>
6879         * emacs-lisp/chart.el (x-display-color-cells): Declare.
6880         (chart-face-list): Drop Emacsen without display-color-p.
6882         * net/eww.el (libxml-parse-html-region): Declare.
6883         (eww-display-html): Explicit error if no libxml2 support.
6885         * doc-view.el (doc-view-mode): Silence --without-x compilation.
6887         * image.el (image-type-from-buffer, image-multi-frame-p):
6888         Remove --without-x warning/error.
6890         * mouse.el (mouse-yank-primary):
6891         * term.el (term-mouse-paste):
6892         Reorder to silence --without-x compilation.
6894         * mpc.el (doc-view-mode): Silence --without-x compilation.
6896         * mail/rmailmm.el (rmail-mime-set-bulk-data):
6897         Silence --without-x compilation.
6899         * progmodes/gud.el (gud-find-file, gud-mode):
6900         Silence --without-x compilation.
6901         (tooltip-mode): Declare.
6903         * wdired.el (dired-backup-overwrite): Remove declaration.
6904         (wdired-mode-map): Add doc string.
6906         * custom.el (x-get-resource): Declare.
6908         * eshell/em-glob.el (ange-cache):
6909         * eshell/em-unix.el (ange-cache): Declare.
6911         * faces.el (x-display-list, x-open-connection, x-get-resource):
6912         Declare.
6914         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
6915         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
6916         Declare.
6918         * frame.el (x-display-grayscale-p, x-display-name): Declare.
6920         * net/gnutls.el (gnutls-log-level): Declare.
6922         * net/shr.el (image-size, image-animate): Declare.
6924         * simple.el (font-info): Declare.
6926         * subr.el (x-popup-dialog): Declare.
6928         * term/common-win.el (x-select-enable-primary)
6929         (x-last-selected-text-primary, x-last-selected-text-clipboard):
6930         Declare.
6932         * term/ns-win.el (x-handle-args): Declare.
6934         * term/x-win.el (x-select-enable-clipboard): Declare.
6936         * term/w32-win.el (create-default-fontset): Declare.
6938         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
6939         Declare.
6941         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
6942         (fit-frame-to-buffer): Explicit error if --without-x.
6943         (mouse-autoselect-window-select): Silence compiler.
6945         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
6947         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
6948         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
6949         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
6950         * eshell/esh-util.el (eshell-sublist):
6951         Remove unused local variables.
6953         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
6955         * textmodes/two-column.el: Make 2C-split work for --without-x.
6956         (scroll-bar-columns): Autoload.
6957         (top-level): Require fringe when compiling.
6959 2013-09-18  Leo Liu  <sdl.web@gmail.com>
6961         * subr.el (add-hook): Robustify to handle closure as well.
6963 2013-09-17  Glenn Morris  <rgm@gnu.org>
6965         * simple.el (messages-buffer-mode-map): Unbind "g".
6967 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6969         * help-mode.el (help-mode-finish): Use derived-mode-p.
6970         Remove obsolete highlighting.
6972         * play/life.el (life-mode): Use define-derived-mode.  Derive from
6973         special-mode.
6974         (life): Let-bind inhibit-read-only.
6975         (life-setup): Avoid `setq'.  Use `life-mode'.
6977         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
6978         which should not be needed any more.
6979         (package-menu-refresh, package-menu-describe-package): Use user-error.
6981         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
6982         (eshell-post-rewrite-command-hook): Make obsolete.
6983         (eshell-parse-command): Simplify.
6984         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
6985         (eshell--cmd): Declare.
6986         (eshell-parse-pipeline): Remove unused var `final-p'.
6987         Pass a dynvar to eshell-post-rewrite-command-hook.
6988         Implement the new eshell-post-rewrite-command-function.
6989         (eshell-invoke-directly): Remove unused arg `input'.
6990         * eshell/esh-io.el (eshell-io-initialize):
6991         Use eshell-post-rewrite-command-function (bug#15399).
6992         (eshell--apply-redirections): Rename from eshell-apply-redirections;
6993         adjust to new calling convention.
6994         (eshell-create-handles): Rename args to avoid clashing with dynvar
6995         `standard-output'.
6997 2013-09-17  Glenn Morris  <rgm@gnu.org>
6999         * simple.el (messages-buffer-mode): New major mode.
7000         (messages-buffer): New function.
7001         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
7002         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
7003         (ert-run-test): Use `messages-buffer' function.
7004         (ert--force-message-log-buffer-truncation): Ignore read-only.
7005         * help.el (view-echo-area-messages): Use `messages-buffer' function.
7006         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
7008 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7010         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
7012         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
7014 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7016         * icomplete.el (icomplete-in-buffer): New var.
7017         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
7018         vars and replace them with functions.
7019         (icomplete-minibuffer-setup): Adjust accordingly.
7020         (icomplete--completion-table, icomplete--completion-predicate)
7021         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
7022         New functions.
7023         (icomplete-forward-completions, icomplete-backward-completions)
7024         (icomplete-simple-completing-p, icomplete-exhibit)
7025         (icomplete-completions): Use them.
7026         (icomplete--in-region-buffer): New var.
7027         (icomplete--in-region-setup): New function.
7028         (icomplete-mode): Use it.
7030         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
7031         (bug#15379).
7032         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
7033         return args and options.
7034         (eshell-eval-using-options): Use the new return value of
7035         eshell--do-opts to set the options's vars in their scope.
7036         (eshell--set-option): Rename from eshell-set-option.
7037         Add arg `opt-vals'.
7038         (eshell--process-option): Rename from eshell-process-option.
7039         Add arg `opt-vals'.
7040         (eshell--process-args): Use an `opt-vals' alist to store the options's
7041         values during their processing and return them additionally to the
7042         remaining args.
7044 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
7046         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
7047         continuation character an operator, as far as indentation is
7048         concerned (Bug#15369).
7050 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
7052         * window.el (window--state-put-2): Don't process buffer state
7053         when buffer doesn't exist any more (Bug#15382).
7055 2013-09-15  Glenn Morris  <rgm@gnu.org>
7057         * eshell/em-unix.el (eshell/rm):
7058         Make -f ignore missing files.  (Bug#15373)
7060         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
7061         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
7062         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
7064 2013-09-14  Glenn Morris  <rgm@gnu.org>
7066         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
7068 2013-09-13  Glenn Morris  <rgm@gnu.org>
7070         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
7071         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
7073 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
7075         * frame.el (x-focus-frame): Mark as declared in frame.c.
7077 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7079         * ls-lisp.el: Use advice-add.
7080         (original-insert-directory): Remove.
7081         (ls-lisp--insert-directory): Rename from insert-directory; add
7082         `orig-fun' argument.
7083         (insert-directory): Advise.
7085 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
7087         * term.el (term-emulate-terminal): Decode the command string
7088         before passing it to term-command-hook.  (Bug#15337)
7090 2013-09-13  Glenn Morris  <rgm@gnu.org>
7092         * eshell/esh-util.el (ange-cache): Move declaration earlier.
7094         * eshell/esh-ext.el (eshell-search-path): Declare.
7096         * eshell/em-prompt.el (eshell/pwd): Autoload it.
7097         Otherwise an error occurs if eshell-dirs module not loaded.
7099         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
7101 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
7103         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
7104         `tramp-check-proper-host'.  Check for a valid method name.
7106         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7107         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7108         * net/tramp-sh.el (tramp-maybe-open-connection):
7109         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
7111         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
7112         also for hash values.
7114 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7116         * term/ns-win.el (parameters): Don't declare as dynamic.
7117         (before-make-frame-hook): Don't add ineffective function.
7119         * eshell/*.el: Use lexical-binding (bug#15231).
7121 2013-09-12  Kenichi Handa  <handa@gnu.org>
7123         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
7125 2013-09-12  Glenn Morris  <rgm@gnu.org>
7127         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
7128         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
7130         * subr.el (do-after-load-evaluation): Also give compiler warnings
7131         when obsolete files are used (except by obsolete files).
7133         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
7134         in the status output, assume `filename' is the first.  (Bug#15322)
7136         * vc/vc.el (vc-deduce-fileset): Doc fix.
7138         * calc/calc-help.el (Info-goto-node):
7139         * progmodes/cperl-mode.el (Info-find-node):
7140         * vc/ediff.el (Info-goto-node): Update declarations.
7142         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
7144         * vc/vc-bzr.el (vc-compilation-mode): Declare.
7145         (vc-bzr-pull): Require vc-dispatcher.
7146         * vc/vc-git.el (vc-compilation-mode): Declare.
7147         (vc-git-pull): Require vc-dispatcher.
7149         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
7151         * progmodes/octave.el (help-button-action): Declare.
7153         * shell.el (shell-directory-tracker): Output error as a message
7154         rather than just returning it as a string.
7155         (shell-process-pushd): Remove useless use of message.
7157         * dframe.el (dframe-timer-fn):
7158         * files.el (dir-locals-read-from-file):
7159         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
7160         (mpc-format):
7161         * reveal.el (reveal-post-command):
7162         * saveplace.el (load-save-place-alist-from-file):
7163         * shell.el (shell-resync-dirs):
7164         * w32-common-fns.el (x-get-selection-value):
7165         * emacs-lisp/copyright.el (copyright-find-copyright):
7166         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
7167         * emulation/tpu-edt.el (tpu-copy-keyfile):
7168         * play/bubbles.el (bubbles--mark-neighbourhood):
7169         * progmodes/executable.el
7170         (executable-make-buffer-file-executable-if-script-p):
7171         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
7173 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7175         Cleanup Eshell to rely less on dynamic scoping.
7176         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
7177         last-value, and ext-command here.  Bind `args' closer to `body'.
7178         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
7179         (eshell--args): Declare new dynamic var.
7180         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
7181         last-value, and ext-command.  Pass `args' to `body'.
7182         (eshell-process-args): Bind eshell--args.
7183         (eshell-set-option): Use eshell--args.
7184         * eshell/eshell.el (eshell): Use derived-mode-p.
7185         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
7186         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
7187         (eshell-glob-function): Declare.
7188         * eshell/esh-util.el: Require cl-lib.
7189         (eshell-read-hosts-file): Avoid add-to-list.
7190         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
7191         `err'.
7192         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
7193         Declare.
7194         (eshell/diff): Remove unused var `err'.
7195         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
7196         `killflag'.
7197         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
7198         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
7199         first use.
7200         * eshell/em-glob.el (eshell-glob-matches, message-shown):
7201         Move declaration before first use.
7202         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
7203         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
7204         rely on cl-return.
7206 2013-09-12  Glenn Morris  <rgm@gnu.org>
7208         * term/ns-win.el (global-map): Remove binding for ispell-next,
7209         deleted 1999-05-29.  (Bug#15357)
7211 2013-09-11  Glenn Morris  <rgm@gnu.org>
7213         * echistory.el (electric-command-history): Remove call to deleted func.
7215         * play/landmark.el (landmark-mode): Fix typos.
7217         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
7218         Check cvs-sort-ignore-file is bound.
7220         * savehist.el: No need for cl when compiling on Emacs.
7222 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7224         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
7225         (bug#15338).
7226         (eshell-self-insert-command, eshell-send-invisible):
7227         Remove unused argument.
7228         (eshell-handle-control-codes): Remove unused var `orig'.
7229         Avoid delete-backward-char.
7231         * files.el (set-auto-mode): Simplify a bit further.
7233 2013-09-11  Glenn Morris  <rgm@gnu.org>
7235         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
7236         (set-auto-mode): Don't regexp-quote elements.
7237         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
7238         * progmodes/cc-mode.el (interpreter-mode-alist):
7239         * progmodes/ruby-mode.el (interpreter-mode-alist):
7240         Revert previous change.
7242 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7244         * play/snake.el (snake-mode):
7245         * play/mpuz.el (mpuz-mode):
7246         * play/landmark.el (lm-mode):
7247         * play/blackbox.el (blackbox-mode):
7248         * play/5x5.el (5x5-mode):
7249         * obsolete/options.el (Edit-options-mode):
7250         * net/quickurl.el (quickurl-list-mode):
7251         * net/newst-treeview.el (newsticker-treeview-mode):
7252         * mail/rmailsum.el (rmail-summary-mode):
7253         * mail/mspools.el (mspools-mode):
7254         * locate.el (locate-mode):
7255         * ibuffer.el (ibuffer-mode):
7256         * emulation/ws-mode.el (wordstar-mode):
7257         * emacs-lisp/debug.el (debugger-mode):
7258         * array.el (array-mode):
7259         * net/eudc.el (eudc-mode): Use define-derived-mode.
7260         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
7261         Move initialization into declaration.
7262         (mairix-searches-mode): Use define-derived-mode.
7263         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
7264         (eudc-edit-hotlist): Use dolist.
7265         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
7266         (Man-mode): Use define-derived-mode.
7267         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
7268         (Info-edit-mode): Use define-derived-mode.
7269         (Info-cease-edit): Use Info-mode.
7270         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
7271         into declaration.
7272         (eshell-mode): Use define-derived-mode.
7273         * chistory.el (command-history-mode-map): Rename from
7274         command-history-map.
7275         (command-history-mode): Use define-derived-mode.
7276         (Command-history-setup): Remove function.
7277         * calc/calc.el (calc-trail-mode-map): New var.
7278         (calc-trail-mode): Use define-derived-mode.
7279         (calc-trail-buffer): Set calc-main-buffer manually.
7280         * bookmark.el (bookmark-insert-annotation): New function.
7281         (bookmark-edit-annotation): Use it.
7282         (bookmark-edit-annotation-mode): Make it a proper major mode.
7283         (bookmark-send-edited-annotation): Use derived-mode-p.
7284         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
7285         closer to its ideal place.  Use \' to match EOS.
7287         * profiler.el (profiler-calltree-find): Use function-equal.
7289 2013-09-10  Glenn Morris  <rgm@gnu.org>
7291         * files.el (interpreter-mode-alist): Convert to regexps.
7292         (set-auto-mode): Adapt for this.  (Bug#15306)
7293         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
7294         Comment out unused variable.
7295         * progmodes/cc-mode.el (interpreter-mode-alist):
7296         * progmodes/python.el (interpreter-mode-alist):
7297         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
7298         * progmodes/sh-script.el (sh-set-shell):
7299         No longer use interpreter-mode-alist to get list of shells.
7301         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
7303 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7305         * simple.el: Use set-temporary-overlay-map for universal-argument.
7306         (universal-argument-map): Don't use default-bindings (bug#15317).
7307         Bind switch-frame explicitly.  Replace universal-argument-minus with
7308         a conditional binding.
7309         (universal-argument-num-events, saved-overriding-map): Remove.
7310         (restore-overriding-map): Remove.
7311         (universal-argument--mode): Rename from save&set-overriding-map,
7312         and rewrite.
7313         (universal-argument, universal-argument-more, negative-argument)
7314         (digit-argument): Adjust accordingly.
7315         (universal-argument-minus): Remove.
7316         (universal-argument-other-key): Remove.
7318         * subr.el (with-demoted-errors): Add `format' argument.
7320 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
7322         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
7323         `tramp-cleanup-connection'.
7325         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
7326         parameters KEEP-DEBUG and KEEP-PASSWORD.
7328         * net/tramp.el (tramp-file-name-handler):
7329         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7330         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
7331         (tramp-maybe-open-connection):
7332         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7333         Use `tramp-cleanup-connection'.
7335         * net/tramp-sh.el (tramp-maybe-open-connection):
7336         Catch 'uname-changed inside the progress reporter.
7338 2013-09-10  Glenn Morris  <rgm@gnu.org>
7340         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
7342         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
7343         returns "alternate access method" in mode (eg "-rw-r--r--.").
7345 2013-09-08  Glenn Morris  <rgm@gnu.org>
7347         * saveplace.el (load-save-place-alist-from-file):
7348         Demote errors.  (Bug#15305)
7350 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
7352         Improve compatibility with older Emacsen, and XEmacs.
7354         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
7355         only if it is bound.  It isn't for XEmacs.
7356         (with-tramp-progress-reporter): Do not let-bind `result'.
7357         This yields to scoping errors in XEmacs.
7358         (tramp-handle-make-auto-save-file-name): New function, moved from
7359         tramp-sh.el.
7361         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
7362         for `make-auto-save-file-name'.
7363         (tramp-adb--gnu-switches-to-ash):
7364         Use `tramp-compat-replace-regexp-in-string'.
7366         * net/tramp-cache.el (tramp-cache-print): Call
7367         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
7369         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
7370         bound.  It isn't for XEmacs.
7372         * net/tramp-compat.el (tramp-compat-copy-file):
7373         Catch `wrong-number-of-arguments' error.
7374         (tramp-compat-replace-regexp-in-string): New defun.
7376         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
7377         for `make-auto-save-file-name'.
7378         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
7379         `copy-file'.
7380         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
7381         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
7382         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
7384         * net/tramp-gw.el (tramp-gw-open-network-stream):
7385         Use `tramp-compat-replace-regexp-in-string'.
7387         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
7388         Call `tramp-handle-make-auto-save-file-name'.
7389         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
7390         (tramp-sh-file-gvfs-monitor-dir-process-filter)
7391         (tramp-sh-file-inotifywait-process-filter):
7392         Use `tramp-compat-replace-regexp-in-string'.
7393         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
7395         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
7396         for `make-auto-save-file-name'.
7397         (tramp-smb-handle-copy-directory):
7398         Call `tramp-compat-replace-regexp-in-string'.
7399         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
7400         (tramp-smb-handle-copy-file): Improve error message.
7401         (tramp-smb-handle-rename-file): Rename directly only in case
7402         `newname' does not exist yet.  This is a restriction of smbclient.
7403         (tramp-smb-maybe-open-connection): Rerun the function only when
7404         `auth-sources' is non-nil.
7406 2013-09-08  Kenichi Handa  <handa@gnu.org>
7408         * international/characters.el: Set category "^" (Combining) for
7409         more characters.
7411 2013-09-07  Alan Mackenzie  <acm@muc.de>
7413         Correctly fontify Java class constructors.
7414         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
7415         in Java Mode.
7416         (c-recognize-typeless-decls): Set the Java value to t.
7417         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
7418         While handling a "(", add a check for, effectively, Java, and handle a
7419         "typeless" declaration there.
7421 2013-09-07  Roland Winkler  <winkler@gnu.org>
7423         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
7424         field subtitle for entry type book.
7426 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7428         * minibuffer.el: Make minibuffer-complete call completion-in-region
7429         rather than other way around.
7430         (completion--some, completion-pcm--find-all-completions):
7431         Don't delay signals when debugging.
7432         (minibuffer-completion-contents): Beware fields within the
7433         minibuffer contents.
7434         (completion-all-sorted-completions): Use defvar-local.
7435         (completion--do-completion, completion--cache-all-sorted-completions)
7436         (completion-all-sorted-completions, minibuffer-force-complete):
7437         Add args `beg' and `end'.
7438         (completion--in-region-1): New fun, extracted from minibuffer-complete.
7439         (minibuffer-complete): Use completion-in-region.
7440         (completion-complete-and-exit): New fun, extracted from
7441         minibuffer-complete-and-exit.
7442         (minibuffer-complete-and-exit): Use it.
7443         (completion--complete-and-exit): Rename from
7444         minibuffer--complete-and-exit.
7445         (completion-in-region--single-word): New function, extracted from
7446         minibuffer-complete-word.
7447         (minibuffer-complete-word): Use it.
7448         (display-completion-list): Make `common-substring' argument obsolete.
7449         (completion--in-region): Call completion--in-region-1 instead of
7450         minibuffer-complete.
7451         (completion-help-at-point): Pass boundaries to
7452         minibuffer-completion-help as args rather than via an overlay.
7453         (completion-pcm--string->pattern): Use `any-delim'.
7454         (completion-pcm--optimize-pattern): New function.
7455         (completion-pcm--pattern->regex): Handle `any-delim'.
7456         * icomplete.el (icomplete-forward-completions)
7457         (icomplete-backward-completions, icomplete-completions):
7458         Adjust calls to completion-all-sorted-completions and
7459         completion--cache-all-sorted-completions.
7460         (icomplete-with-completion-tables): Default to t.
7461         * emacs-lisp/crm.el (crm--current-element): Rename from
7462         crm--select-current-element.  Don't put an overlay but return the
7463         boundaries instead.
7464         (crm--completion-command): Take two new args to bind to the boundaries.
7465         (crm-completion-help): Adjust accordingly.
7466         (crm-complete): Use completion-in-region.
7467         (crm-complete-word): Use completion-in-region--single-word.
7468         (crm-complete-and-exit): Use completion-complete-and-exit.
7470 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7472         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
7473         than dynamically.
7475 2013-09-06  Juri Linkov  <juri@jurta.org>
7477         * info.el (Info-display-images-node): When image file doesn't exist
7478         display text version of the image if it's provided in the Info file.
7479         Otherwise, display the location of missing image from SRC attribute.
7480         Add help-echo text property from ALT attribute.  (Bug#15279)
7482 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7484         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
7485         (edit-abbrevs-mode): Use define-derived-mode.
7487         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
7488         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
7489         that it's defined.
7490         (epa-key-list-mode, epa-key-mode, epa-info-mode):
7491         Use define-derived-mode.
7493         * epg.el (epg-start-encrypt): Minor CSE simplification.
7495 2013-09-06  William Xu  <william.xwl@gmail.com>
7497         * arc-mode.el: Add support for 7za (bug#15264).
7498         (archive-7z-program): New var.
7499         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
7500         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
7501         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
7503 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
7505         Remove URL syntax.
7507         * net/tramp.el (tramp-syntax, tramp-prefix-format)
7508         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
7509         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
7510         (tramp-postfix-host-format, tramp-file-name-regexp)
7511         (tramp-completion-file-name-regexp)
7512         (tramp-completion-dissect-file-name)
7513         (tramp-handle-substitute-in-file-name): Remove 'url case.
7514         (tramp-file-name-regexp-url)
7515         (tramp-completion-file-name-regexp-url): Remove constants.
7517 2013-09-06  Glenn Morris  <rgm@gnu.org>
7519         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
7521 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
7523         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
7524         keywords" below "here-doc beginnings" (Bug#15270).
7526 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7528         * subr.el (pop): Use `car-safe'.
7529         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
7530         to detect unused `pop' return value.
7532         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
7533         var `block-regexp'.
7534         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
7535         (python-fill-string): Remove unused var `marker'.
7536         (python-skeleton-add-menu-items): Remove unused var `items'.
7538         * international/mule-cmds.el: Require CL.
7539         (find-coding-systems-for-charsets): Avoid add-to-list.
7540         (sanitize-coding-system-list): New function, extracted from
7541         select-safe-coding-system-interactively.
7542         (select-safe-coding-system-interactively): Use it.
7543         (read-input-method-name): Accept symbols for `default'.
7545         * emacs-lisp/advice.el (defadvice): Add indent rule.
7547 2013-09-05  Daniel Hackney  <dan@haxney.org>
7549         * dired-x.el:
7550         * net/ange-ftp.el:
7551         * net/browse-url.el:
7552         * net/dbus.el:
7553         * net/eudc.el:
7554         * net/eudcb-ldap.el:
7555         * net/eww.el:
7556         * net/imap.el:
7557         * printing.el:
7558         * vc/ediff-diff.el:
7559         * vc/ediff-init.el:
7560         * vc/ediff-merg.el:
7561         * vc/ediff-mult.el:
7562         * vc/ediff-util.el:
7563         * vc/ediff-wind.el:
7564         * vc/ediff.el:
7565         * vc/emerge.el:
7566         * vc/pcvs.el:
7567         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
7568         byte compiler.  Remove some unused let-bound variables.
7570 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7572         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
7573         a "ref-cell", since it gets better optimized (bug#14883).
7575 2013-09-05  Glenn Morris  <rgm@gnu.org>
7577         * progmodes/cc-awk.el (c-forward-sws): Declare.
7579 2013-09-04  Glenn Morris  <rgm@gnu.org>
7581         * generic-x.el [rul-generic-mode]: Require cc-mode.
7582         (c++-mode-syntax-table): Declare.
7583         (rul-generic-mode-syntax-table): Init in the defvar.
7585 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7587         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
7588         (vc-do-command, vc-set-async-update):
7589         * vc/vc-mtn.el (vc-mtn-dir-status):
7590         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
7591         (vc-hg-pull, vc-hg-merge-branch):
7592         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
7593         (vc-git-merge-branch):
7594         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
7595         (vc-cvs-dir-status-files):
7596         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
7597         (vc-bzr-dir-status-files):
7598         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
7599         * vc/vc-annotate.el: Use lexical-binding.
7600         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
7601         (vc-sentinel-movepoint): Declare.
7602         (vc-annotate): Don't use `goto-line'.
7603         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
7604         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
7605         (vc-sentinel-movepoint): Declare.
7606         * vc/vc-svn.el: Use lexical-binding.
7607         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
7608         * vc/vc-sccs.el:
7609         * vc/vc-rcs.el: Use lexical-binding.
7611         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
7612         `deleted'.  Don't drop errors silently.
7614         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
7616 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
7618         * vc/vc.el (vc-ignore): Rewrite.
7619         (vc-default-ignore): New function.
7620         (vc-default-ignore-completion-table): Use find-ignore-file.
7622         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
7623         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
7624         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
7625         Remove.  Most code moved to vc.el.
7627 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7629         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
7630         * net/tramp-smb.el (tramp-smb-get-file-entries):
7631         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
7632         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
7634         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
7635         Update call to it.
7636         (eww-change-select): Remove unused var `properties'.
7637         (eww-make-unique-file-name): Remove unused var `base'.
7639         * finder.el (finder-compile-keywords): Don't mess with windows.
7641         * calculator.el (calculator-funcall): Fix typo in last change.
7643         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
7645         * emacs-lisp/package.el (package-activate-1): Don't let a missing
7646         <pkg>-autoloads.el file stop us.
7648         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
7649         warnings, and factor out common code.
7651 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
7653         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
7654         two-character operators and whether the character preceding them
7655         changes their meaning (Bug#15208).
7657 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
7659         Format code sent to Python shell for robustness.
7660         * progmodes/python.el (python-shell-buffer-substring):
7661         New function.
7662         (python-shell-send-region, python-shell-send-buffer): Use it.
7664 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
7666         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
7667         * net/tramp.el (tramp-user-error): ... here.
7668         (tramp-find-method, tramp-check-proper-host)
7669         (tramp-dissect-file-name, tramp-debug-message)
7670         (tramp-handle-shell-command):
7671         * net/tramp-adb.el (tramp-adb-handle-shell-command):
7672         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
7674         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
7676 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
7678         * avoid.el (mouse-avoidance-point-position)
7679         (mouse-avoidance-too-close-p): Handle case where posn-at-point
7680         returns nil.
7682 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
7684         * progmodes/python.el (python-shell-completion-get-completions):
7685         Drop use of deleted `comint-last-prompt-overlay'.
7686         (python-nav-if-name-main): New command.
7688 2013-09-01  Glenn Morris  <rgm@gnu.org>
7690         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7691         Avoid leading space in $wins.  Otherwise the sed command used by
7692         eg compile-main ends up containing "/*.el".  (Bug#15170)
7694         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
7696 2013-08-30  Glenn Morris  <rgm@gnu.org>
7698         * emacs-lisp/bytecomp.el (byte-recompile-directory):
7699         Fix is-this-a-directory logic.  (Bug#15220)
7701 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7703         * textmodes/css-mode.el: Use SMIE.
7704         (css-smie-grammar): New var.
7705         (css-smie--forward-token, css-smie--backward-token)
7706         (css-smie-rules): New functions.
7707         (css-mode): Use them.
7708         (css-navigation-syntax-table): Remove var.
7709         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
7710         (css-indent-calculate, css-indent-line): Remove functions.
7712         Misc changes to reduce use of `(lambda...); and other cleanups.
7713         * cus-edit.el: Use lexical-binding.
7714         (customize-push-and-save, customize-apropos)
7715         (custom-buffer-create-internal): Use closures.
7716         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
7717         * progmodes/ada-xref.el: Use setq.
7718         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
7719         * dframe.el: Use lexical-binding.
7720         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
7721         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
7722         * descr-text.el: Use lexical-binding.
7723         (describe-text-widget, describe-text-sexp, describe-property-list):
7724         Use closures.
7725         * comint.el (comint-history-isearch-push-state): Use a closure.
7726         * calculator.el: Use lexical-binding.
7727         (calculator-number-to-string): Make it work with lexical-binding.
7728         (calculator-funcall): Same and use cl-letf.
7730         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
7731         (lisp--company-doc-string, lisp--company-location): New functions.
7732         (lisp-completion-at-point): Use them to improve Company support.
7734         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
7735         params of lambda expressions.
7736         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
7737         (ruby-smie--opening-pipe-p): New function.
7738         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
7739         symbols and matched |...| for formal params.
7740         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
7741         from being treated as hanging.  Handle "rescue".
7743 2013-08-29  Glenn Morris  <rgm@gnu.org>
7745         * progmodes/cc-engine.el (c-pull-open-brace):
7746         Move definition before use.
7748 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7750         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
7751         are immutable.  Don't use `unsafe' any more.
7752         (cl--defsubst-expand): Don't substitute at the same time as keeping
7753         a residual unused let-binding.  Don't use `unsafe' any more.
7755 2013-08-29  Glenn Morris  <rgm@gnu.org>
7757         * calendar/cal-china.el (calendar-chinese-year-cache):
7758         Recenter on 2015.
7760         * nxml/nxml-util.el (nxml-debug-clear-inside):
7761         Use cl-loop rather than loop.
7763         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
7765         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
7767 2013-08-28  Glenn Morris  <rgm@gnu.org>
7769         * progmodes/antlr-mode.el: No need to require cc-mode twice.
7771         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
7773         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
7775 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7777         * simple.el (repeat-complex-command--called-interactively-skip):
7778         New function.
7779         (repeat-complex-command): Use it (bug#14136).
7781         * progmodes/cc-mode.el: Minor cleanup of var declarations.
7782         (c-define-abbrev-table): Add `doc' argument.
7783         (c-mode-abbrev-table, c++-mode-abbrev-table)
7784         (objc-mode-abbrev-table, java-mode-abbrev-table)
7785         (idl-mode-abbrev-table, pike-mode-abbrev-table)
7786         (awk-mode-abbrev-table): Use it.
7787         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
7788         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
7789         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
7790         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
7791         Move initialization into the declaration; and remove any
7792         autoload cookie.
7794         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
7795         and dynamic let binding.
7797         * vc/smerge-mode.el: Remove redundant :group args.
7799         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
7800         to load-path.
7802 2013-08-28  Juri Linkov  <juri@jurta.org>
7804         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
7805         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
7806         (isearch-other-meta-char): Handle an undefined shifted printing
7807         character by downshifting it.  (Bug#15200)
7809 2013-08-28  Juri Linkov  <juri@jurta.org>
7811         * isearch.el (isearch-search): Change regexp error message for
7812         non-regexp searches.  (Bug#15166)
7814 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
7816         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
7817         for portability to hosts where /bin/sh has problems.
7819 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7821         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
7823 2013-08-27  Juri Linkov  <juri@jurta.org>
7825         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
7826         in the keyboard macro.  (Bug#15126)
7828 2013-08-27  Juri Linkov  <juri@jurta.org>
7830         * isearch.el (isearch-quote-char): Comment out converting unibyte
7831         to multibyte, thus syncing with its `quoted-insert' counterpart.
7832         (Bug#15166)
7834 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
7836         * window.el (display-buffer-use-some-window): Add missing
7837         argument in call of get-largest-window (Bug#15185).
7838         Reported by Stephen Leake.
7840 2013-08-27  Glenn Morris  <rgm@gnu.org>
7842         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
7844 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7846         * progmodes/python.el (python-font-lock-keywords): Don't return nil
7847         from a matcher-function unless there's no more matches (bug#15161).
7849 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
7851         * minibuffer.el: Revert change from 2013-08-20.
7853         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
7854         with text property `tramp-default', if appropriate.
7855         (tramp-check-proper-host): New defun.
7856         (tramp-dissect-file-name): Do not check hostname.  Revert change
7857         of 2013-03-18.
7858         (tramp-backtrace): Make VEC-OR-PROC optional.
7860         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7861         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7862         * net/tramp-sh.el (tramp-maybe-open-connection):
7863         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7864         Apply `tramp-check-proper-host'.
7866 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
7868         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
7869         lambda expression in order to have `describe-variable' display it.
7871 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
7873         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
7874         BUF can be optional.  (Bug#15186)
7876 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
7878         * progmodes/flymake.el (flymake-get-real-file-name-function):
7879         Fix broken customization.  (Bug#15184)
7881 2013-08-25  Alan Mackenzie  <acm@muc.de>
7883         Improve indentation of bracelists defined by macros (without "=").
7885         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
7886         expansion begins with "{", regard it as bracelist when it doesn't
7887         contain a ";".
7889         Parse C++ inher-intro when there's a template split over 2 lines.
7891         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
7892         rigorously the search for "class" etc. followed by ":".
7894         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
7895         random languages a regexp which never matches rather than nil.
7897         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
7899         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
7900         (c-awk-regexp-one-line-possibly-open-char-list-re)
7901         (c-awk-one-line-possibly-open-regexp-re)
7902         (c-awk-one-line-non-syn-ws*-re): Remove.
7903         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
7904         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
7905         (c-awk-space*-unclosed-regexp-/-re): New constants.
7906         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
7907         aren't regexp delimiters.
7909         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
7910         handling for a rare situation in AWK Mode involving unterminated
7911         strings/regexps.
7913 2013-08-23  Glenn Morris  <rgm@gnu.org>
7915         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
7917         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
7919         * files.el (create-file-buffer): If the result would begin with
7920         spaces, prepend a "|" instead of removing them.  (Bug#15162)
7922 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7924         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
7925         text-properties (bug#15155).
7927         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
7928         exist any more.
7929         (calc-keypad-redraw): Remove unused var `pad'.
7930         (calc-keypad-press): Remove unused var `menu'.
7932 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
7934         * window.el (display-buffer-pop-up-frame):
7935         Call pop-up-frame-function with BUFFER current so `make-frame' will
7936         use it as the new frame's buffer (Bug#15133).
7938 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7940         * calendar/timeclock.el: Minor cleanups.
7941         (timeclock-ask-before-exiting, timeclock-use-display-time):
7942         Use `symbol'.
7943         (timeclock-modeline-display): Define as alias before the
7944         actual definition.
7945         (timeclock-mode-line-display): Use define-minor-mode.
7946         (timeclock-day-list-template): Make it a function, add an argument.
7947         (timeclock-day-list-required, timeclock-day-list-length)
7948         (timeclock-day-list-debt, timeclock-day-list-span)
7949         (timeclock-day-list-break): Adjust calls accordingly.
7951 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7953         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
7954         Use read--expression so that completion works again.
7956 2013-08-21  Sam Steingold  <sds@gnu.org>
7958         Add rudimentary inferior shell interaction
7959         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
7960         (sh-set-shell): Reset it.
7961         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
7962         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
7964 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7966         * align.el: Use lexical-binding.
7967         (align-region): Simplify accordingly.
7969 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
7971         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
7973         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
7974         `non-essential' up.
7976 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
7978         * net/tramp.el:
7979         * net/tramp-adb.el:
7980         * net/tramp-cmds.el:
7981         * net/tramp-ftp.el:
7982         * net/tramp-gvfs.el:
7983         * net/tramp-gw.el:
7984         * net/tramp-sh.el: Don't wrap external variable declarations by
7985         `eval-when-compile'.
7987 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7989         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
7990         now that Emacs supports ImageMagick animations.
7992 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
7994         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
7995         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
7997 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
7999         * window.el (mouse-autoselect-window-select): Do autoselect when
8000         mouse pointer is on margin.
8002 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
8004         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
8006 2013-08-16  Glenn Morris  <rgm@gnu.org>
8008         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
8009         Handle "Remote Directory" response of some clients.  (Bug#15058)
8011         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
8012         Tweak warning.  (Bug#14926)
8014         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
8015         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
8017         * image-mode.el (image-mode-map): Add menu items to reverse,
8018         increase, decrease, reset animation speed.
8019         (image--set-speed, image-increase-speed, image-decrease-speed)
8020         (image-reverse-speed, image-reset-speed): New functions.
8021         (image-mode-map): Add bindings for speed commands.
8023         * image.el (image-animate-get-speed, image-animate-set-speed):
8024         New functions.
8025         (image-animate-timeout): Respect image :speed property.
8027 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8029         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
8030         previous line (bug#15101).
8031         (debugger-eval-expression, debugger-record-expression):
8032         Use read--expression (bug#15102).
8034 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
8036         Remove byte compiler warnings, visible when compiling with
8037         `byte-compile-force-lexical-warnings' set to t.
8039         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
8040         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
8041         (tramp-handle-unhandled-file-name-directory)
8042         (tramp-handle-file-notify-add-watch, tramp-action-login)
8043         (tramp-action-succeed, tramp-action-permission-denied)
8044         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
8045         arguments with "_".
8047         * net/tramp-adb.el (tramp-adb-parse-device-names)
8048         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
8049         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
8050         (tramp-adb-handle-file-truename): Remove unused arguments.
8052         * net/tramp-cache.el (tramp-flush-directory-property)
8053         (tramp-flush-connection-property, tramp-list-connections)
8054         (tramp-parse-connection-properties): Prefix unused arguments with "_".
8056         * net/tramp-compat.el (tramp-compat-make-temp-file):
8057         Rename FILENAME to F.
8059         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
8060         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
8061         (tramp-zeroconf-parse-workstation-device-names)
8062         (tramp-zeroconf-parse-webdav-device-names)
8063         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
8065         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
8066         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
8068         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
8069         arguments.
8070         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
8071         (tramp-sh-handle-insert-file-contents-literally)
8072         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
8073         with "_".
8074         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
8075         Remove unused variables.
8077         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8078         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
8079         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
8081         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
8082         Make them a defconst.
8083         (tramp-uuencode-region): Remove unused variable.
8085 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
8087         * frameset.el (frameset--prop-setter): New function.
8088         (frameset-prop): Add gv-setter declaration.
8089         (frameset-filter-minibuffer): Deal with the case that the minibuffer
8090         parameter was already set in FILTERED.  Doc fix.
8091         (frameset--record-minibuffer-relationships): Allow saving a
8092         minibufferless frame without its corresponding minibuffer frame.
8093         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
8094         frame, if the frame id matches.
8095         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
8096         frames before orphaned ones.
8097         (frameset-restore): Warn about orphaned windows, instead of error out.
8099 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
8101         * window.el (window-make-atom): Don't overwrite parameter
8102         already present.
8103         (display-buffer-in-atom-window): Handle special case where we
8104         split an already atomic window.
8105         (window--major-non-side-window, display-buffer-in-side-window)
8106         (window--side-check): Ignore minibuffer window when walking
8107         window tree.
8108         (window-deletable-p): Return 'frame only if no other frame uses
8109         our minibuffer window.
8110         (record-window-buffer): Run buffer-list-update-hook.
8111         (split-window): Make sure window--check-frame won't destroy an
8112         existing atomic window in case the new window gets nested
8113         inside.
8114         (display-buffer-at-bottom): Ignore minibuffer window when
8115         walking window tree.  Don't split a side window.
8116         (pop-to-buffer): Don't set-buffer here, the select-window call
8117         should do that.
8118         (mouse-autoselect-window-select): Autoselect only if we are in the
8119         text portion of the window.
8121 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8123         * net/shr.el (shr-parse-image-data): New function to grab both the
8124         data itself and the Content-Type.
8125         (shr-put-image): Use it.
8127         * net/eww.el (eww-display-image): Ditto.
8129         * image.el (image-content-type-suffixes): New variable.
8131 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
8133         * progmodes/python.el (python-imenu--build-tree)
8134         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
8136 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
8138         * simple.el (backward-word): Mention the optional argument.
8140 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8142         * frameset.el (frameset--make): Rename constructor from make-frameset.
8143         (frameset-p, frameset-valid-p): Don't autoload.
8144         (frameset-valid-p): Use normal accessors.
8146 2013-08-13  Glenn Morris  <rgm@gnu.org>
8148         * progmodes/compile.el (compile-command): Tweak example in doc.
8149         * obsolete/scribe.el (scribe-mode):
8150         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
8152         * mail/feedmail.el (feedmail-confirm-outgoing)
8153         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
8155         * cus-start.el (truncate-partial-width-windows): Fix type.
8157         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
8159         * net/shr.el (shr-table-horizontal-line): Fix custom type.
8161 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8163         * emacs-lisp/timer.el (timer--time-setter): New function.
8164         (timer--time): Use it as gv-setter.
8166         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
8167         setter is not a symbol.
8169 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
8171         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
8172         if sending fails.  This makes debugging easier.
8174 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
8176         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
8177         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
8178         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
8180 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
8182         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
8184 2013-08-12  Glenn Morris  <rgm@gnu.org>
8186         * format.el (format-annotate-function):
8187         Handle read-only text properties in the source.  (Bug#14887)
8189 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8191         * net/eww.el (eww-display-html): Ignore coding system errors.
8192         One web site uses "utf-8lias" as the coding system.
8194 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
8196         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
8198 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
8200         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
8201         (tutorial--detailed-help): Remove unused local variables.
8202         (tutorial--save-tutorial-to): Use ignore-errors.
8203         (help-with-tutorial): Use looking-at-p.
8205         * view.el (view-buffer-other-window, view-buffer-other-frame):
8206         Mark unused arguments.
8208         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
8209         (woman-select-symbol-fonts, woman, woman-find-file)
8210         (woman-insert-file-contents, woman-non-underline-faces):
8211         Use string-match-p.
8212         (woman1-unquote): Move declaration.
8214         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
8215         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
8216         argument.  Remove unused local variable.
8217         (xml-parse-elem-type): Use string-match-p.
8218         (xml-substitute-numeric-entities): Use ignore-errors.
8220         * calculator.el (calculator): Mark unused argument.
8221         (calculator-paste, calculator-quit, calculator-integer-p):
8222         Use ignore-errors.
8223         (calculator-string-to-number, calculator-decimal, calculator-exp)
8224         (calculator-op-or-exp): Use string-match-p.
8226         * dired.el (dired-buffer-more-recently-used-p): Declare.
8227         (dired-insert-set-properties, dired-insert-old-subdirs):
8228         Use ignore-errors.
8230         * dired-aux.el (dired-compress): Use ignore-errors.
8231         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
8232         (dired-do-async-shell-command, dired-do-shell-command)
8233         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
8234         (dired-insert-subdir-validate): Use string-match-p.
8235         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
8236         (dired-add-entry): Use string-match-p, looking-at-p.
8237         (dired-insert-subdir-newpos): Remove unused local variable.
8239         * filenotify.el (file-notify-callback): Remove unused local variable.
8241         * filesets.el (filesets-error): Mark unused argument.
8242         (filesets-which-command-p, filesets-filter-dir-names)
8243         (filesets-directory-files, filesets-get-external-viewer)
8244         (filesets-ingroup-get-data): Use string-match-p.
8246         * find-file.el (ff-other-file-name, ff-other-file-name)
8247         (ff-find-the-other-file, ff-cc-hh-converter):
8248         Remove unused local variables.
8249         (ff-get-file-name): Use string-match-p.
8250         (ff-all-dirs-under): Use ignore-errors.
8252         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
8253         (follow-select-if-visible): Remove unused local variable.
8255         * forms.el (read-file-filter): Move declaration.
8256         (forms--make-format, forms--make-parser, forms-insert-record):
8257         Quote function with #'.
8258         (forms--update): Use string-match-p.  Quote function with #'.
8260         * help-mode.el (help-dir-local-var-def): Mark unused argument.
8261         (help-make-xrefs): Use looking-at-p.
8262         (help-xref-on-pp): Use looking-at-p, ignore-errors.
8264         * ibuffer.el (ibuffer-ext-visible-p): Declare.
8265         (ibuffer-confirm-operation-on): Use string-match-p.
8267         * msb.el (msb-item-handler, msb-dired-item-handler):
8268         Mark unused arguments.
8270         * ses.el (ses-decode-cell-symbol)
8271         (ses-kill-override): Remove unused local variable.
8272         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
8273         (ses-load): Use ignore-errors, looking-at-p.
8274         (ses-jump-safe): Use ignore-errors.
8275         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
8277         * tabify.el (untabify, tabify): Mark unused arguments.
8279         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
8280         Mark unused argument.
8281         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
8282         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
8284         * emacs-lisp/timer.el (timer--time): Define setter with
8285         gv-define-setter to avoid deprecation warning.
8287         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
8288         (*record-cmpl-statistics-p*): Remove (was commented out).
8289         (cmpl-statistics-block): Remove (body was commented out).
8290         All callers changed.
8291         (add-completions-from-buffer, load-completions-from-file):
8292         Remove unused variables.
8294 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
8296         * filecache.el (file-cache-delete-file-list):
8297         Print message only when told so.
8298         (file-cache-files-matching): Use #' in mapconcat argument.
8300         * ffap.el (ffap-url-at-point): Fix reference to variable
8301         thing-at-point-default-mail-uri-scheme.
8303 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8305         * subr.el (define-error): New function.
8306         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
8307         error-file-not-found and define with define-error.
8308         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
8309         and define with define-error.
8310         * userlock.el (file-locked, file-supersession):
8311         * simple.el (mark-inactive):
8312         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
8313         * progmodes/ada-mode.el (ada-mode-errors):
8314         * play/life.el (life-extinct):
8315         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
8316         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
8317         * nxml/rng-util.el (rng-error):
8318         * nxml/rng-uri.el (rng-uri-error):
8319         * nxml/rng-match.el (rng-compile-error):
8320         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
8321         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
8322         * nxml/nxml-rap.el (nxml-scan-error):
8323         * nxml/nxml-outln.el (nxml-outline-error):
8324         * net/soap-client.el (soap-error):
8325         * net/gnutls.el (gnutls-error):
8326         * net/ange-ftp.el (ftp-error):
8327         * mpc.el (mpc-proc-error):
8328         * json.el (json-error, json-readtable-error, json-unknown-keyword)
8329         (json-number-format, json-string-escape, json-string-format)
8330         (json-key-format, json-object-format):
8331         * jka-compr.el (compression-error):
8332         * international/quail.el (quail-error):
8333         * international/kkc.el (kkc-error):
8334         * emacs-lisp/ert.el (ert-test-failed):
8335         * calc/calc.el (calc-error, inexact-result, math-overflow)
8336         (math-underflow):
8337         * bookmark.el (bookmark-error-no-filename):
8338         * epg.el (epg-error): Define with define-error.
8340         * time.el (display-time-event-handler)
8341         (display-time-next-load-average): Don't call sit-for since it seems
8342         unnecessary (bug#15045).
8344         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
8345         Use #' instead of ' to quote functions.
8346         (checkdoc-output-mode): Use setq-local.
8347         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
8348         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
8349         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
8350         (checkdoc-ispell, checkdoc-ispell-current-buffer)
8351         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
8352         (checkdoc-ispell-message-text, checkdoc-ispell-start)
8353         (checkdoc-ispell-continue, checkdoc-ispell-comments)
8354         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
8356         * ido.el (ido-completion-help): Fix up compiler warning.
8358 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
8360         * frameset.el (frameset-p): Add autoload cookie.
8361         (frameset--jump-to-register): New function, based on code moved from
8362         register.el.
8363         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
8365         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
8366         (frameset-restore, frameset-save, frameset-session-filter-alist):
8367         Remove declarations.
8368         (register-alist): Doc fix.
8369         (frameset-to-register): Move to frameset.el.
8370         (jump-to-register, describe-register-1): Remove frameset-specific code.
8372 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
8374         * allout-widgets.el (allout-widgets-pre-command-business)
8375         (allout-widgets-post-command-business)
8376         (allout-widgets-after-change-handler)
8377         (allout-decorate-item-and-context, allout-set-boundary-marker)
8378         (allout-body-modification-handler)
8379         (allout-graphics-modification-handler): Mark ignored arguments.
8380         (allout-widgets-post-command-business)
8381         (allout-widgets-exposure-change-processor)
8382         (allout-widgets-exposure-undo-processor)
8383         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
8384         (allout-parse-item-at-point, allout-decorate-item-guides)
8385         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
8386         * allout.el (epa-passphrase-callback-function): Declare.
8387         (allout-overlay-insert-in-front-handler)
8388         (allout-overlay-interior-modification-handler)
8389         (allout-isearch-end-handler, allout-chart-siblings)
8390         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
8391         (allout-yank-processing, allout-process-exposed)
8392         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
8393         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
8394         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
8395         (lisp-indent-defform): Mark ignored arguments.
8396         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
8397         (calculate-lisp-indent): Remove unused variables.
8398         * international/characters.el (indian-2-column, arabic-2-column)
8399         (tibetan): Mark ignored arguments.
8400         (use-cjk-char-width-table): Mark ignored arguments.
8401         Remove unused variables.
8402         * international/fontset.el (build-default-fontset-data)
8403         (x-compose-font-name, create-fontset-from-fontset-spec):
8404         Mark ignored arguments.
8405         (fontset-plain-name): Remove unused variables.
8406         * international/mule.el (charset-id, charset-bytes, generic-char-p)
8407         (keyboard-coding-system): Mark ignored arguments.
8408         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
8409         * help.el (resize-temp-buffer-window):
8410         * window.el (display-buffer-in-major-side-window)
8411         (display-buffer-in-side-window, display-buffer-in-previous-window):
8412         Remove unused variables.
8413         * isearch.el (isearch-forward-symbol):
8414         * version.el (emacs-bzr-version-bzr):
8415         * international/mule-cmds.el (current-language-environment):
8416         * term/common-win.el (x-handle-iconic, x-handle-geometry)
8417         (x-handle-display):
8418         * term/pc-win.el (x-list-fonts, x-display-planes)
8419         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
8420         (x-server-version, x-display-screens, x-display-mm-height)
8421         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
8422         (x-selection-owner-p, x-own-selection-internal)
8423         (x-disown-selection-internal, x-get-selection-internal)
8424         (msdos-initialize-window-system):
8425         * term/tty-colors.el (tty-color-alist, tty-color-clear):
8426         * term/x-win.el (x-handle-no-bitmap-icon):
8427         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
8428         (vc-default-find-file-hook, vc-default-extra-menu):
8429         Mark ignored arguments.
8431 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8433         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
8434         break-condition in the context of the debugged code (bug#12685).
8436 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
8438         * comint.el:
8439         Do not use an overlay to highlight the last prompt.  (Bug#14744)
8440         (comint-mode): Make comint-last-prompt buffer local.
8441         (comint-last-prompt): New variable.
8442         (comint-last-prompt-overlay): Remove.  Superseded by
8443         comint-last-prompt.
8444         (comint-snapshot-last-prompt, comint-output-filter):
8445         Use comint-last-prompt.
8447 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
8449         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
8450         (frameset-save): Check validity of the resulting frameset.
8452 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
8454         * ido.el (ido-record-command): Add doc string.
8456 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
8458         * frameset.el (frameset): Do not disable creation of the default
8459         frameset-p predicate.  Doc fix.
8460         (frameset-valid-p): New function, copied from the old predicate-p.
8461         Add additional checks.
8462         (frameset-restore): Check with frameset-valid-p.
8463         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
8464         (frameset-name, frameset-description, frameset-properties)
8465         (frameset-states): Add docstring.
8466         (frameset-session-filter-alist, frameset-persistent-filter-alist)
8467         (frameset-filter-alist): Doc fixes.
8469 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
8471         * frameset.el (frameset-p, frameset-prop): Doc fixes.
8473 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8475         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
8476         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
8477         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
8478         (byte-compile-normal-call): Remove obsolescence check.
8480 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
8482         * frameset.el (frameset-restore): Doc fix.
8484         * register.el (frameset-frame-id, frameset-frame-with-id)
8485         (frameset-p, frameset-restore, frameset-save): Declare.
8486         (register-alist): Document framesets.
8487         (frameset-session-filter-alist): Declare.
8488         (frameset-to-register): New function.
8489         (jump-to-register): Implement jumping to framesets.  Doc fix.
8490         (describe-register-1): Describe framesets.
8492         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
8494 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
8496         * desktop.el (desktop-save-frameset): Use new frameset-save args.
8497         Use lexical-binding.
8499         * frameset.el (frameset): Use type vector, not list (incompatible
8500         change).  Do not declare a new constructor, use the default one.
8501         Upgrade suggested properties `app', `name' and `desc' to slots `app',
8502         `name' and `description', respectively, and add read-only slot
8503         `timestamp'.  Doc fixes.
8504         (frameset-copy, frameset-persistent-filter-alist)
8505         (frameset-filter-alist, frameset-switch-to-gui-p)
8506         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
8507         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
8508         (frameset-filter-iconified, frameset-keep-original-display-p):
8509         Doc fixes.
8510         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
8511         Rename from frameset-filter-(save|restore)-param.  All callers changed.
8512         Doc fix.
8513         (frameset-p): Adapt to change to vector and be more thorough.
8514         Change arg name to OBJECT.  Doc fix.
8515         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
8516         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
8517         All callers changed.
8518         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
8519         All callers changed.
8520         (frameset--record-minibuffer-relationships): Rename from
8521         frameset--process-minibuffer-frames.  All callers changed.
8522         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
8523         Use new default constructor (again).  Doc fix.
8524         (frameset--find-frame-if): Rename from `frameset--find-frame'.
8525         All callers changed.
8526         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
8527         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
8528         Doc fix.
8529         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
8530         PARAMETERS and WINDOW-STATE, respectively.
8531         (frameset-restore): Add new keyword argument PREDICATE.
8532         Reset frameset--target-display to nil.  Doc fix.
8534 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8536         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
8537         (bat-mode): Use it.
8538         (bat-mode-syntax-table): Mark \n as end-of-comment.
8539         (bat-font-lock-keywords): Remove comment rule.
8541         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
8542         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
8544         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
8545         (byte-compile-callargs-warn): Use `push'.
8546         (byte-compile-arglist-warn): Ignore higher-order "calls".
8547         (byte-compile-file-form-autoload): Use `pcase'.
8548         (byte-compile-function-form): If quoting a symbol, check that it exists.
8550 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
8552         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
8553         and add a few popular commands found in batch files.
8554         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
8555         (dos-mode): Doc fixes.
8557 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8559         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
8560         (dos-mode): Use setq-local.  Add space after "rem".
8561         (dos-mode-syntax-table): Don't use "w" for symbol chars.
8562         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
8564 2013-08-07  Arni Magnusson  <arnima@hafro.is>
8566         * progmodes/dos.el: New file.
8567         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
8568         dos-mode.
8570 2013-08-06  Glenn Morris  <rgm@gnu.org>
8572         * calendar/calendar.el: Add new faces, and day-header-array.
8573         (calendar-weekday-header, calendar-weekend-header)
8574         (calendar-month-header): New faces.
8575         (calendar-day-header-construct): New function.
8576         (calendar-day-header-width): Also :set calendar-day-header-array.
8577         (calendar-american-month-header, calendar-european-month-header)
8578         (calendar-iso-month-header): Use calendar- faces.
8579         (calendar-generate-month):
8580         Use calendar-day-header-array for day headers; apply faces to them.
8581         (calendar-mode): Check calendar-font-lock-keywords non-nil.
8582         (calendar-abbrev-construct): Add optional maxlen argument.
8583         (calendar-day-name-array): Doc fix.
8584         (calendar-day-name-array, calendar-abbrev-length)
8585         (calendar-day-abbrev-array):
8586         Also :set calendar-day-header-array, and maybe redraw.
8587         (calendar-day-header-array): New option.  (Bug#15007)
8588         (calendar-font-lock-keywords): Set to nil and make obsolete.
8589         (calendar-day-name): Add option to use header array.
8591 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8593         * net/shr.el (shr-render-td): Remove debugging.
8594         (shr-render-td): Make width computation consistent by defaulting
8595         all zero-width columns to 10 characters.  This may not be optimal,
8596         but it's at least consistent.
8597         (shr-make-table-1): Redo last change to fix the real problem in
8598         colspan handling.
8600 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
8602         * files.el (cache-long-line-scans):
8603         Make obsolete alias to `cache-long-scans'.
8605 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
8607         * frameset.el (frameset, frameset-filter-alist)
8608         (frameset-filter-params, frameset-save, frameset--reuse-frame)
8609         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
8610         (frameset-compute-pos): Rename from frameset--compute-pos,
8611         and add docstring.
8612         (frameset-move-onscreen): Use frameset-compute-pos.
8613         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
8615         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
8616         Fix typos in docstrings.
8618 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
8620         * frame.el (get-other-frame): Tiny cleanup.
8622 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
8624         * vc/vc.el (vc-default-ignore-completion-table):
8625         Silence byte-compiler warning.
8627         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
8628         slot, which can indeed be nil.
8629         (frameset-live-filter-alist, frameset-persistent-filter-alist):
8630         Move entry for `left' from persistent to live filter alist.
8631         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
8632         Doc fixes.
8633         (frameset-filter-params): When restoring a frame, copy items added to
8634         `filtered', to avoid unwittingly modifying the original parameters.
8635         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
8636         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
8638         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
8639         to use looking-at-p instead of looking-at.  (Bug#15028)
8641 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8643         Revert introduction of isearch-filter-predicates (bug#14714).
8644         Rely on add-function instead.
8645         * isearch.el (isearch-filter-predicates): Rename it back to
8646         isearch-filter-predicate.
8647         (isearch-message-prefix): Use advice-function-mapc and advice
8648         properties to get the isearch-message-prefix.
8649         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
8650         instead of run-hook-with-args-until-failure.
8651         (isearch-filter-visible): Not obsolete any more.
8652         * loadup.el: Preload nadvice.
8653         * replace.el (perform-replace): Revert to funcall
8654         instead of run-hook-with-args-until-failure.
8655         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
8656         * dired-aux.el (dired-isearch-filenames-mode): Rename from
8657         dired-isearch-filenames-toggle; make it into a proper minor mode.
8658         Use add/remove-function.
8659         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
8660         Call the minor-mode rather than add/remove-hook.
8661         (dired-isearch-filter-filenames):
8662         Remove isearch-message-prefix property.
8663         * info.el (Info--search-loop): New function, extracted from Info-search.
8664         Funcall isearch-filter-predicate instead of
8665         run-hook-with-args-until-failure isearch-filter-predicates.
8666         (Info-search): Use it.
8667         (Info-mode): Use isearch-filter-predicate instead of
8668         isearch-filter-predicates.
8670 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
8672         Do not call to `selected-window' where it is assumed by default.
8673         Affected functions are `window-minibuffer-p', `window-dedicated-p',
8674         `window-hscroll', `window-width', `window-height', `window-buffer',
8675         `window-frame', `window-start', `window-point', `next-window'
8676         and `window-display-table'.
8677         * abbrev.el (abbrev--default-expand):
8678         * bs.el (bs--show-with-configuration):
8679         * buff-menu.el (Buffer-menu-mouse-select):
8680         * calc/calc.el (calc):
8681         * calendar/calendar.el (calendar-generate-window):
8682         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
8683         (diary-make-entry):
8684         * comint.el (send-invisible, comint-dynamic-complete-filename)
8685         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
8686         * completion.el (complete):
8687         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
8688         * disp-table.el (describe-current-display-table):
8689         * doc-view.el (doc-view-insert-image):
8690         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
8691         * ehelp.el (with-electric-help):
8692         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8693         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
8694         * emacs-lisp/helper.el (Helper-help-scroller):
8695         * emulation/cua-base.el (cua--post-command-handler-1):
8696         * eshell/esh-mode.el (eshell-output-filter):
8697         * ffap.el (ffap-gnus-wrapper):
8698         * help-macro.el (make-help-screen):
8699         * hilit-chg.el (highlight-compare-buffers):
8700         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
8701         * hl-line.el (global-hl-line-highlight):
8702         * icomplete.el (icomplete-simple-completing-p):
8703         * isearch.el (isearch-done):
8704         * jit-lock.el (jit-lock-stealth-fontify):
8705         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
8706         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8707         * mpc.el (mpc-tagbrowser, mpc):
8708         * net/rcirc.el (rcirc-any-buffer):
8709         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
8710         * play/landmark.el (landmark-max-width, landmark-max-height):
8711         * play/zone.el (zone):
8712         * progmodes/compile.el (compilation-goto-locus):
8713         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
8714         * progmodes/etags.el (find-tag-other-window):
8715         * progmodes/fortran.el (fortran-column-ruler):
8716         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
8717         * progmodes/verilog-mode.el (verilog-point-text):
8718         * reposition.el (reposition-window):
8719         * rot13.el (toggle-rot13-mode):
8720         * server.el (server-switch-buffer):
8721         * shell.el (shell-dynamic-complete-command)
8722         (shell-dynamic-complete-environment-variable):
8723         * simple.el (insert-buffer, set-selective-display)
8724         (delete-completion-window):
8725         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
8726         (speedbar-recenter):
8727         * startup.el (fancy-splash-head):
8728         * textmodes/ispell.el (ispell-command-loop):
8729         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
8730         * tutorial.el (help-with-tutorial):
8731         * vc/add-log.el (add-change-log-entry):
8732         * vc/compare-w.el (compare-windows):
8733         * vc/ediff-help.el (ediff-indent-help-message):
8734         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
8735         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
8736         (ediff-setup-control-frame):
8737         * vc/emerge.el (emerge-position-region):
8738         * vc/pcvs-util.el (cvs-bury-buffer):
8739         * window.el (walk-windows, mouse-autoselect-window-select):
8740         * winner.el (winner-set-conf, winner-undo): Related users changed.
8742 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
8744         * frameset.el (frameset--set-id): Doc fix.
8745         (frameset-frame-id, frameset-frame-id-equal-p)
8746         (frameset-locate-frame-id): New functions.
8747         (frameset--process-minibuffer-frames, frameset--reuse-frame)
8748         (frameset-restore): Use them.
8750 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
8752         Do not call to `selected-frame' where it is assumed by default.
8753         Affected functions are `raise-frame', `redraw-frame',
8754         `frame-first-window', `frame-terminal' and `delete-frame'.
8755         * calendar/appt.el (appt-disp-window):
8756         * epg.el (epg-wait-for-completion):
8757         * follow.el (follow-delete-other-windows-and-split)
8758         (follow-avoid-tail-recenter):
8759         * international/mule.el (set-terminal-coding-system):
8760         * mail/rmail.el (rmail-mail-return):
8761         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
8762         * progmodes/f90.el (f90-add-imenu-menu):
8763         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
8764         * server.el (server-switch-buffer):
8765         * simple.el (delete-completion-window):
8766         * talk.el (talk):
8767         * term/xterm.el (terminal-init-xterm-modify-other-keys)
8768         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
8769         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
8770         * vc/ediff.el (ediff-documentation): Related users changed.
8771         * frame.el (selected-terminal): Remove the leftover.
8773 2013-08-05  Glenn Morris  <rgm@gnu.org>
8775         * calendar/calendar.el (calendar-generate-month):
8776         Fix for calendar-column-width != 1 + calendar-day-digit-width.
8777         (calendar-generate-month, calendar-font-lock-keywords):
8778         Fix for calendar-day-header-width > length of any day name.
8780 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
8782         * desktop.el (desktop-clear): Use new name of sort predicate.
8784         * frameset.el (frameset): Add docstring.  Move :version property to its
8785         own `version' slot.
8786         (frameset-copy): Rename from copy-frameset.
8787         (frameset-p): Check more thoroughly.
8788         (frameset-prop): Do not check for :version, which is no longer a prop.
8789         (frameset-live-filter-alist, frameset-persistent-filter-alist):
8790         Use new :never value instead of t.
8791         (frameset-filter-alist): Expand and clarify docstring.
8792         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
8793         (frameset-filter-minibuffer, frameset-filter-save-param)
8794         (frameset-filter-restore-param, frameset-filter-iconified):
8795         Add pointer to docstring of frameset-filter-alist.
8796         (frameset-filter-params): Rename filter values to be more meaningful:
8797         :never instead of t, and reverse the meanings of :save and :restore.
8798         (frameset--process-minibuffer-frames): Clarify error message.
8799         (frameset-save): Avoid unnecessary and confusing call to framep.
8800         Use new BOA constructor for framesets.
8801         (frameset--reuse-list): Doc fix.
8802         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
8803         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
8804         (frameset-minibufferless-first-p): Doc fix.
8805         Rename from frameset-sort-frames-for-deletion.
8806         (frameset-restore): Doc fixes.  Use new function names.
8807         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
8809 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
8811         * desktop.el (desktop-restore-forces-onscreen)
8812         (desktop-restore-reuses-frames): Document :keyword constant values.
8813         (desktop-filter-parameters-alist): Remove, now identical to
8814         frameset-filter-alist.
8815         (desktop--filter-tty*): Remove, moved to frameset.el.
8816         (desktop-save-frameset, desktop-restore-frameset):
8817         Do not pass :filters argument.
8819         * frameset.el (frameset-live-filter-alist)
8820         (frameset-persistent-filter-alist): New variables.
8821         (frameset-filter-alist): Use them.  Add autoload cookie.
8822         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
8823         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
8824         `frameset--id' (it's supposed to be internal to frameset.el).
8825         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
8826         (frameset--initial-params): New function.
8827         (frameset--get-frame): Use it.  Doc fix.
8828         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
8829         Accept :all, not 'all.
8830         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
8831         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
8832         with fbound symbols.  Fix frame id matching, and remove matching ids if
8833         the frame being restored is deleted.  Obey :delete.
8835 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8837         * subr.el (macrop): New function.
8838         (text-clone--maintaining): New var.
8839         (text-clone--maintain): Rename from text-clone-maintain.  Use it
8840         instead of inhibit-modification-hooks.
8842         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
8843         a proxy, so as handle autoloads and redefinitions of the target.
8844         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
8846         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
8847         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
8848         (pcase--mutually-exclusive-p): New function.
8849         (pcase--split-consp): Use it.
8850         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
8851         mutually exclusive with the current predicate.
8853         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
8854         (edebug-macrop): Remove.  Use `macrop' instead.
8855         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
8856         (ad-macro-p):
8857         * eshell/esh-cmd.el (eshell-macrop):
8858         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
8860 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8862         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
8863         (advice-mapc): New function, using it.
8864         (advice-function-member-p): New function.
8865         (advice--normalize): Store the cdr in advice--saved-rewrite since
8866         that's the part that will be changed.
8867         (advice--symbol-function): New function.
8868         (advice-remove): Handle removal before the function is defined.
8869         Adjust to new advice--saved-rewrite.
8870         (advice-member-p): Use advice-function-member-p and
8871         advice--symbol-function.
8873 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
8875         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
8876         (frameset-filter-minibuffer): Doc fix.
8877         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
8878         (frameset--set-id, frameset--process-minibuffer-frames)
8879         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
8880         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
8882         * desktop.el (desktop-clear): Only delete frames when called
8883         interactively and desktop-restore-frames is non-nil.  Doc fix.
8884         (desktop-read): Set desktop-saved-frameset to nil.
8886 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
8888         * vc/vc.el (vc-ignore): Rewrite.
8889         (vc-default-ignore-completion-table, vc--read-lines)
8890         (vc--add-line, vc--remove-regexp): New functions.
8892         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
8893         (vc-svn-ignore-completion-table): New function.
8895         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
8896         (vc-hg-ignore-completion-table)
8897         (vc-hg-find-ignore-file): New functions.
8899         * vc/vc-git.el (vc-git-ignore): Rewrite.
8900         (vc-git-ignore-completion-table)
8901         (vc-git-find-ignore-file): New functions.
8903         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
8905         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
8906         (vc-bzr-ignore-completion-table)
8907         (vc-bzr-find-ignore-file): New functions.
8909 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
8911         * frameset.el (frameset-prop): New function and setter.
8912         (frameset-save): Do not modify frame list passed by the caller.
8914 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8916         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
8918 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8920         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
8921         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
8923         * custom.el (custom-initialize-default, custom-initialize-set)
8924         (custom-initialize-reset, custom-initialize-changed): Affect the
8925         toplevel-default-value (bug#6275, bug#14586).
8926         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
8927         for bug#6275.
8929 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
8931         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8932         Add cl-def* expressions.
8934         * frameset.el (frameset-filter-params): Fix order of arguments.
8936 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
8938         Move code related to saving frames to frameset.el.
8939         * desktop.el: Require frameset.
8940         (desktop-restore-frames): Doc fix.
8941         (desktop-restore-reuses-frames): Rename from
8942         desktop-restoring-reuses-frames.
8943         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
8944         (desktop-clear): Clear frames too.
8945         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
8946         (desktop--filter-tty*, desktop-save, desktop-read):
8947         Use frameset functions.
8948         (desktop-before-saving-frames-functions, desktop--filter-*-color)
8949         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
8950         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
8951         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
8952         (desktop--process-minibuffer-frames, desktop-save-frames)
8953         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
8954         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
8955         (desktop--sort-states, desktop-restoring-frames-p)
8956         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
8957         (desktop-restoring-frameset-p, desktop-restore-frameset)
8958         (desktop--check-dont-save, desktop-save-frameset): New functions.
8959         (desktop--app-id): New constant.
8960         (desktop-first-buffer, desktop-buffer-ok-count)
8961         (desktop-buffer-fail-count): Move before first use.
8962         * frameset.el: New file.
8964 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8966         * files.el: Use lexical-binding.
8967         (dir-locals-read-from-file): Remove unused `err' variable.
8968         (hack-dir-local-variables--warned-coding): New var.
8969         (hack-dir-local-variables): Use it to avoid repeated warnings.
8970         (make-backup-file-name--default-function): New function.
8971         (make-backup-file-name-function): Use it as default.
8972         (buffer-stale--default-function): New function.
8973         (buffer-stale-function): Use it as default.
8974         (revert-buffer-insert-file-contents--default-function): New function.
8975         (revert-buffer-insert-file-contents-function): Use it as default.
8976         (insert-directory): Avoid add-to-list.
8978         * autorevert.el (auto-revert-handler): Simplify.
8979         Use buffer-stale--default-function.
8981 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
8983         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
8985         * whitespace.el (whitespace-ensure-local-variables): New function.
8986         (whitespace-cleanup-region): Call it.
8987         (whitespace-turn-on): Call it.
8989 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
8991         Complete file name handlers.
8993         * net/tramp.el (tramp-handle-set-visited-file-modtime)
8994         (tramp-handle-verify-visited-file-modtime)
8995         (tramp-handle-file-notify-rm-watch): New functions.
8996         (tramp-call-process): Do not bind `default-directory'.
8998         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8999         Order alphabetically.
9000         <access-file, add-name-to-file, dired-call-process>:
9001         <dired-compress-file, file-acl, file-notify-rm-watch>:
9002         <file-ownership-preserved-p, file-selinux-context>:
9003         <make-directory-internal, make-symbolic-link, set-file-acl>:
9004         <set-file-selinux-context, set-visited-file-modtime>:
9005         <verify-visited-file-modtime>: Add handler.
9006         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
9008         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
9009         <file-notify-add-watch, file-notify-rm-watch>:
9010         <set-file-times, set-visited-file-modtime>:
9011         <verify-visited-file-modtime>: Add handler.
9012         (with-tramp-gvfs-error-message)
9013         (tramp-gvfs-handle-set-visited-file-modtime)
9014         (tramp-gvfs-fuse-file-name): Remove.
9015         (tramp-gvfs-handle-file-notify-add-watch)
9016         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
9017         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
9019         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9020         Order alphabetically.
9021         <file-notify-rm-watch>: Use default Tramp handler.
9022         <executable-find>: Remove private handler.
9023         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
9024         `default-directory'.
9025         (tramp-sh-handle-executable-find)
9026         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
9027         (tramp-sh-file-gvfs-monitor-dir-process-filter)
9028         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
9029         Do not use `format' in `tramp-message'.
9031         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
9032         <file-notify-rm-watch, set-visited-file-modtime>:
9033         <verify-visited-file-modtime>: Add handler.
9034         (tramp-smb-call-winexe): Do not bind `default-directory'.
9036 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
9038         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
9040 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
9042         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
9043         use it.
9044         (log-view-diff-changeset): Same.
9045         (log-view-diff-common): Call backend command `previous-revision'
9046         to find out the previous revision, in both cases.  Swap the
9047         variables `to' and `fr', so that `fr' usually refers to the
9048         earlier revision (Bug#14989).
9050 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
9052         * ibuf-ext.el (ibuffer-filter-by-filename):
9053         Make it work with dired buffers too.
9055 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
9057         * emacs-lisp/re-builder.el (reb-color-display-p):
9058         * files.el (save-buffers-kill-terminal):
9059         * net/browse-url.el (browse-url):
9060         * server.el (server-save-buffers-kill-terminal):
9061         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
9062         Prefer nil to selected-frame for the first arg of frame-parameter.
9064 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
9066         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
9068 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
9070         * minibuffer.el (completion--twq-all): Try and preserve each
9071         completion's case choice (bug#14907).
9073 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9075         * net/network-stream.el (open-network-stream): Mention the new
9076         :nogreeting parameter.
9077         (network-stream-open-starttls): Use the :nogreeting parameter
9078         (bug#14938).
9080         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
9082         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
9083         more natural than popping.
9085         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
9086         (shr-urlify): Highlight under mouse.
9088 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
9090         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
9092         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
9094         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
9095         buffer for output.
9097         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
9098         point-min==1.  Fix search string.  Fix parentheses missing.
9100         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
9101         assume point-min==1.  Fix search string.  Fix parentheses missing.
9103         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
9105         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
9106         buffer for output.
9108 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
9110         * frame.el (frame-notice-user-settings): Avoid inflooping when the
9111         initial frame is minibuffer-less.  (Bug#14841)
9113 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
9115         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
9116         option.
9118         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9119         (tramp-maybe-open-connection): Use it.
9121 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
9123         * desktop.el (desktop--make-frame): Include `minibuffer' in the
9124         minimal set of parameters passed when creating a frame, because
9125         the minibuffer status of a frame cannot be changed later.
9127 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
9129         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
9130         replace-regexp-in-string and inadvertent omissions in previous change.
9131         (todo-filter-items): Ensure only file names are comma-separated in
9132         name of filtered items buffer.
9134 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
9136         * desktop.el: Optionally force offscreen frames back onscreen.
9137         (desktop-restoring-reuses-frames): New option.
9138         (desktop--compute-pos, desktop--move-onscreen): New functions.
9139         (desktop--make-frame): Use desktop--move-onscreen.
9141 2013-07-27  Alan Mackenzie  <acm@muc.de>
9143         Fontify a Java generic method as a function.
9144         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
9145         value to t.
9147 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
9149         * calendar/todo-mode.el: Add command to rename todo files.
9150         (todo-rename-file): New command.
9151         (todo-key-bindings-t): Add key binding for it.  Change the
9152         bindings of todo-filter-regexp-items(-multifile) to use `x'
9153         instead of `r', since the latter is better suited to the new
9154         renaming command.
9156 2013-07-27  Alan Mackenzie  <acm@muc.de>
9158         Make Java try-with-resources statement parse properly.
9159         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
9160         (c-block-stmt-1-2-key): New language constants/variables.
9161         * progmodes/cc-engine.el (c-beginning-of-statement-1)
9162         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
9163         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
9164         with c-block-stmt-1-2-key.
9166 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
9168         * desktop.el (desktop--make-frame): Apply most frame parameters after
9169         creating the frame to force (partially or totally) offscreen frames to
9170         be restored as such.
9172 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
9174         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
9175         (Bug#14948)
9177 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9179         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
9180         `base' arg of backtrace-frame.
9182 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
9184         * simple.el (list-processes): Doc fix.
9186 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
9188         * desktop.el (desktop--select-frame):
9189         Try harder to reuse existing frames.
9191 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9193         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
9194         (edebug-eval): Use backtrace-eval.
9195         (edebug--display, edebug--recursive-edit): Don't let-bind the
9196         edebug-outer-* vars that keep track of variables we locally let-bind.
9197         (edebug-outside-excursion): Don't restore outside values of locally
9198         let-bound vars.
9199         (edebug--display): Use user-error.
9200         (cl-lexical-debug, cl-debug-env): Remove.
9202 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
9204         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
9205         are restored to be sure that they are visible before deleting any
9206         remaining ones.
9208 2013-07-26  Matthias Meulien  <orontee@gmail.com>
9210         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
9211         vc-print-root-log.  (Bug#14948)
9213 2013-07-26  Richard Stallman  <rms@gnu.org>
9215         Add aliases for encrypting mail.
9216         * epa.el (epa-mail-aliases): New option.
9217         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
9218         Bind inhibit-read-only so read-only text doesn't ruin everything.
9219         (epa-mail-default-recipients): New subroutine broken out.
9220         Handle epa-mail-aliases.
9222 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9224         Add support for lexical variables to the debugger's `e' command.
9225         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
9226         vars, except for debugger-outer-match-data.
9227         (debugger-frame-number): Move check for "on a function call" from
9228         callers into it.  Add `skip-base' argument.
9229         (debugger-frame, debugger-frame-clear): Simplify accordingly.
9230         (debugger-env-macro): Only reset the state stored in non-variables,
9231         i.e. current-buffer and match-data.
9232         (debugger-eval-expression): Rewrite using backtrace-eval.
9233         * subr.el (internal--called-interactively-p--get-frame): Remove.
9234         (called-interactively-p):
9235         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
9236         `base' arg of backtrace-frame instead.
9238 2013-07-26  Glenn Morris  <rgm@gnu.org>
9240         * align.el (align-regexp): Doc fix.  (Bug#14857)
9241         (align-region): Explicit error if subexpression missing/does not match.
9243         * simple.el (global-visual-line-mode):
9244         Do not duplicate the mode lighter.  (Bug#14858)
9246 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
9248         * window.el (display-buffer): In display-buffer bind
9249         split-window-keep-point to t, bug#14829.
9251 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
9253         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
9254         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
9255         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
9256         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
9257         Change accordingly.
9258         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
9259         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
9261 2013-07-25  Glenn Morris  <rgm@gnu.org>
9263         * dired-x.el (dired-mark-extension): Convert comment to doc string.
9265 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
9267         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
9268         parameter to modify-frame-parameters if the value has not changed;
9269         this is a workaround for bug#14949.
9270         (desktop--make-frame): On cl-delete-if call, check parameter name,
9271         not full parameter.
9273 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
9275         * vc/vc.el (vc-ignore): New function.
9277         * vc/vc-svn.el (vc-svn-ignore): New function.
9279         * vc/vc-hg.el (vc-hg-ignore): New function.
9281         * vc/vc-git.el (vc-git-ignore): New function.
9283         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
9284         (vc-dir-ignore): New function.
9286         * vc/vc-cvs.el (vc-cvs-ignore): New function.
9287         (cvs-append-to-ignore): Move here from pcvs.el.
9289         * vc/vc-bzr.el (vc-bzr-ignore): New function.
9291         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
9293 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
9295         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
9296         (desktop-restore-frames): Warn when deleting an existing frame failed.
9298 2013-07-24  Glenn Morris  <rgm@gnu.org>
9300         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
9302 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
9304         * filenotify.el (file-notify-supported-p):
9305         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
9306         Remove functions.
9308         * autorevert.el (auto-revert-use-notify)
9309         (auto-revert-notify-add-watch):
9310         * net/tramp.el (tramp-file-name-for-operation):
9311         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9312         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9313         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9314         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
9315         Remove `file-notify-supported-p' entry.
9317 2013-07-24  Glenn Morris  <rgm@gnu.org>
9319         * printing.el: Replace all uses of deleted ps-windows-system,
9320         ps-lp-system, ps-flatten-list with lpr- versions.
9322 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9324         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
9325         checked with memq (bug#14935).
9327         * files.el (revert-buffer-function): Use a non-nil default.
9328         (revert-buffer-preserve-modes): Declare var to
9329         provide access to the `preserve-modes' argument.
9330         (revert-buffer): Let-bind it.
9331         (revert-buffer--default): New function, extracted from revert-buffer.
9333 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9335         * lpr.el: Signal print errors more prominently.
9336         (print-region-function): Don't default to nil.
9337         (lpr-print-region): New function, extracted from print-region-1.
9338         Check lpr's return value and signal an error in case of problem.
9339         (print-region-1): Use it.
9340         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
9341         versions instead.
9342         (ps-printer-name): Default to nil.
9343         (ps-printer-name-option): Default to lpr-printer-switch.
9344         (ps-print-region-function): Don't default to nil.
9345         (ps-postscript-code-directory): Simplify default.
9346         (ps-do-despool): Use lpr-print-region to properly check the outcome.
9347         (ps-string-list, ps-eval-switch, ps-flatten-list)
9348         (ps-flatten-list-1): Remove.
9349         (ps-multibyte-buffer): Avoid setq.
9350         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
9351         (print-region-function, ps-print-region-function): Don't set them here.
9353 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
9355         * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
9356         (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
9357         (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
9358         (ido-decorations): Doc fix.
9360         * ansi-color.el: Fix old URL.
9362 2013-07-23  Michael R. Mauger  <michael@mauger.com>
9364         * progmodes/sql.el: Version 3.3
9365         (sql-product-alist): Improve oracle :prompt-cont-regexp.
9366         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
9367         (sql-interactive-remove-continuation-prompt): Rewrite, use
9368         functions above.  Fix continuation prompt and complete output line
9369         handling.
9370         (sql-redirect-one, sql-execute): Use `read-only-mode' on
9371         redirected output buffer.
9372         (sql-mode): Restore deleted code (Bug#13591).
9374 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
9376         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
9378 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
9380         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
9382         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9383         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9384         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
9386 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
9388         * desktop.el (desktop-clear): Simplify; remove useless checks
9389         against invalid buffer names.
9390         (desktop-list*): Use cl-list*.
9391         (desktop-buffer-info, desktop-create-buffer): Simplify.
9393 2013-07-23  Leo Liu  <sdl.web@gmail.com>
9395         * bookmark.el (bookmark-make-record): Restore NAME as a default
9396         value.  (Bug#14933)
9398 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9400         * emacs-lisp/autoload.el (autoload--setup-output): New function,
9401         extracted from autoload--insert-text.
9402         (autoload--insert-text): Remove.
9403         (autoload--print-cookie-text): New function, extracted from
9404         autoload--insert-cookie-text.
9405         (autoload--insert-cookie-text): Remove.
9406         (autoload-generate-file-autoloads): Adjust calls accordingly.
9408         * winner.el (winner-hook-installed-p): Remove.
9409         (winner-mode): Simplify accordingly.
9411         * subr.el (add-to-list): Fix compiler-macro when `append' is
9412         not constant.  Don't use `cl-member' for the base case.
9414         * progmodes/subword.el: Fix boundary case (bug#13758).
9415         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
9416         own group.
9417         (subword-backward-regexp): Make it a constant.
9418         (subword-forward-internal): Don't treat a trailing capital as the
9419         beginning of a word.
9421 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
9423         * emacs-lisp/package.el (package-menu-mode): Don't modify the
9424         global value of tabulated-list-revert-hook (bug#14930).
9426 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
9428         * desktop.el: Require 'cl-lib.
9429         (desktop-before-saving-frames-functions): New hook.
9430         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
9431         for frames being saved.  Rename from desktop--save-minibuffer-frames.
9432         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
9433         Do not save frames with non-nil `desktop-dont-save' parameter.
9434         Filter out deleted frames.
9435         (desktop--find-frame): Use cl-find-if.
9436         (desktop--select-frame): Use cl-(first|second|third) to access values
9437         of desktop-mini.
9438         (desktop--make-frame): Use cl-delete-if.
9439         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
9440         (desktop-restore-frames): Use cl-(first|second|third) to access values
9441         of desktop-mini.  Look for visible frame at the end, not while
9442         restoring frames.
9444         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
9445         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
9446         Use string-match-p, looking-at-p (bug#14927).
9448 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
9450         * desktop.el (desktop-saved-frame-states):
9451         Rename from desktop--saved-states; all users changed.
9452         (desktop-save-frames): Rename from desktop--save-frames.
9453         Do not save state to desktop file.
9454         (desktop-save): Save desktop-saved-frame-states to desktop file
9455         and reset to nil.
9456         (desktop-restoring-frames-p): New function.
9457         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
9458         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
9459         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
9461         * desktop.el: Correctly restore iconified frames.
9462         (desktop--filter-iconified-position): New function.
9463         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
9465 2013-07-20  Glenn Morris  <rgm@gnu.org>
9467         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
9468         Let `message' do the formatting.
9469         (def-gdb-preempt-display-buffer): Add explicit format.
9471         * image-dired.el (image-dired-track-original-file):
9472         Use with-current-buffer.
9473         (image-dired-track-thumbnail): Use with-current-buffer.
9474         Avoid changing point of wrong window.
9476         * image-dired.el (image-dired-track-original-file):
9477         Avoid changing point of wrong window.  (Bug#14909)
9479 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
9481         * progmodes/gdb-mi.el (gdb-done-or-error):
9482         Guard against "%" in gdb output.  (Bug#14127)
9484 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
9486         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
9487         (Bug#14826)
9489         * international/mule.el (coding-system-iso-2022-flags): Fix last
9490         change.
9492 2013-07-20  Kenichi Handa  <handa@gnu.org>
9494         * international/mule.el (coding-system-iso-2022-flags):
9495         Add `8-bit-level-4'.  (Bug#8522)
9497 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9499         * net/shr.el (shr-mouse-browse-url): New command and keystroke
9500         (bug#14815).
9502         * net/eww.el (eww-process-text-input): Allow inputting when the
9503         point is at the start of the line, as the properties aren't
9504         front-sticky.
9506         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
9507         degenerate widths.
9509 2013-07-19  Richard Stallman  <rms@gnu.org>
9511         * epa.el (epa-popup-info-window): Doc fix.
9513         * subr.el (split-string): New arg TRIM.
9515 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
9517         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
9518         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
9520 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
9522         * filenotify.el (file-notify--library): Rename from
9523         `file-notify-support'.  Do not autoload.  Adapt all uses.
9524         (file-notify-supported-p): New defun.
9526         * autorevert.el (auto-revert-use-notify):
9527         Use `file-notify-supported-p' instead of `file-notify-support'.
9528         Adapt docstring.
9529         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
9531         * net/tramp.el (tramp-file-name-for-operation):
9532         Add `file-notify-supported-p'.
9534         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
9535         New defun.
9536         (tramp-sh-file-name-handler-alist): Add it as handler for
9537         `file-notify-supported-p '.
9539         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9540         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9541         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
9542         Add `ignore' as handler for `file-notify-*' functions.
9544 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
9546         * simple.el (line-move-partial, line-move): Don't start vscroll or
9547         scroll-up if the current line is not taller than the window.
9548         (Bug#14881)
9550 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
9552         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
9553         highlight question marks in the method names as strings.
9554         (ruby-block-beg-keywords): Inline.
9555         (ruby-font-lock-keyword-beg-re): Extract from
9556         `ruby-font-lock-keywords'.
9558 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
9560         * frame.el (blink-cursor-blinks): New defcustom.
9561         (blink-cursor-blinks-done): New defvar.
9562         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
9563         (blink-cursor-timer-function): Check if number of blinks has been
9564         done on X and NS.
9565         (blink-cursor-suspend, blink-cursor-check): New defuns.
9567 2013-07-15  Glenn Morris  <rgm@gnu.org>
9569         * edmacro.el (edmacro-format-keys): Fix previous change.
9571 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
9573         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
9574         The hack didn't work outside English locales anyway.
9576 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
9578         * simple.el (define-alternatives): Rename from alternatives-define,
9579         per RMS' suggestion.
9581 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
9583         * desktop.el (desktop-restore-frames): Change default to t.
9584         (desktop-restore-in-current-display): Now offer more options.
9585         (desktop-restoring-reuses-frames): New customization option.
9586         (desktop--saved-states): Doc fix.
9587         (desktop-filter-parameters-alist): New variable, renamed and expanded
9588         from desktop--excluded-frame-parameters.
9589         (desktop--target-display): New variable.
9590         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
9591         (desktop--filter-tty*, desktop--filter-*-color)
9592         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
9593         (desktop--filter-save-desktop-parm)
9594         (desktop-restore-in-original-display-p): New functions.
9595         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
9596         (desktop--save-minibuffer-frames): New function, inspired by a similar
9597         function from Martin Rudalics.
9598         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
9599         (desktop--restore-in-this-display-p): Remove.
9600         (desktop--find-frame): Rename from desktop--find-frame-in-display
9601         and add predicate argument.
9602         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
9603         (desktop--reuse-list): New variable.
9604         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
9605         New functions.
9606         (desktop--restore-frames): Add support for "minibuffer-special" frames.
9608 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
9610         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
9612 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
9614         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
9615         Highlight conversion methods on Kernel.
9617 2013-07-13  Alan Mackenzie  <acm@muc.de>
9619         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
9620         and comment it out.  This out-commenting enables certain C++
9621         declarations to be parsed correctly.
9623 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
9625         * international/mule.el (define-coding-system): Doc fix.
9627         * simple.el (default-font-height): Don't call font-info if the
9628         frame's default font didn't change since the frame was created.
9629         (Bug#14838)
9631 2013-07-13  Leo Liu  <sdl.web@gmail.com>
9633         * ido.el (ido-read-file-name): Guard against non-symbol value.
9635 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9637         * progmodes/python.el (python-imenu--build-tree): Fix corner case
9638         in nested defuns.
9640 2013-07-13  Leo Liu  <sdl.web@gmail.com>
9642         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
9643         ido-set-matches call.  (Bug#6852)
9645 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
9647         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
9648         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
9649         Ruby 2.0.
9650         (ruby-font-lock-keywords): Distinguish calls to functions with
9651         module-like names from module references.  Highlight character
9652         literals.
9654 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
9656         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
9657         (gdb-send): Handle continued commands.  (Bug#14847)
9659 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
9661         * desktop.el (desktop--v2s): Remove unused local variable.
9662         (desktop-save-buffer): Make defvar-local; adjust docstring.
9663         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
9664         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
9666 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
9668         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
9670 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
9672         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
9673         (Bug#14842)
9675 2013-07-12  Glenn Morris  <rgm@gnu.org>
9677         * doc-view.el: Require cl-lib at runtime too.
9678         (doc-view-remove-if): Remove.
9679         (doc-view-search-next-match, doc-view-search-previous-match):
9680         Use cl-remove-if.
9682         * edmacro.el: Require cl-lib at runtime too.
9683         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
9684         (edmacro-mismatch, edmacro-subseq): Remove.
9686         * shadowfile.el: Require cl-lib.
9687         (shadow-remove-if): Remove.
9688         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
9689         Use cl-remove-if.
9691         * wid-edit.el: Require cl-lib.
9692         (widget-choose): Use cl-remove-if.
9693         (widget-remove-if): Remove.
9695         * progmodes/ebrowse.el: Require cl-lib at runtime too.
9696         (ebrowse-delete-if-not): Remove.
9697         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
9698         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
9699         Use cl-delete-if-not.
9701 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
9703         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
9704         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
9706 2013-07-12  Leo Liu  <sdl.web@gmail.com>
9708         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
9710 2013-07-11  Glenn Morris  <rgm@gnu.org>
9712         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
9713         (edebug-gensym-index, edebug-gensym):
9714         Remove reimplementation of cl-gensym.
9715         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
9717         * thumbs.el: Require cl-lib at run-time too.
9718         (thumbs-gensym-counter, thumbs-gensym):
9719         Remove reimplementation of cl-gensym.
9720         (thumbs-temp-file): Use cl-gensym.
9722         * emacs-lisp/ert.el: Require cl-lib at runtime too.
9723         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
9724         (ert--intersection, ert--set-difference, ert--set-difference-eq)
9725         (ert--union, ert--gensym-counter, ert--gensym-counter)
9726         (ert--coerce-to-vector, ert--remove*, ert--string-position)
9727         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
9728         (ert-make-test-unbound, ert--expand-should-1)
9729         (ert--expand-should, ert--should-error-handle-error)
9730         (should-error, ert--explain-equal-rec)
9731         (ert--plist-difference-explanation, ert-select-tests)
9732         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
9733         Use cl-lib functions rather than reimplementations.
9735 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
9737         * net/tramp.el (tramp-methods): Extend docstring.
9738         (tramp-connection-timeout): New defcustom.
9739         (tramp-error-with-buffer): Reset timestamp only when appropriate.
9740         (with-tramp-progress-reporter): Simplify.
9741         (tramp-process-actions): Improve messages.
9743         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9744         * net/tramp-sh.el (tramp-maybe-open-connection):
9745         Use `tramp-connection-timeout'.
9746         (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
9747         (Bug#14808)
9749 2013-07-11  Leo Liu  <sdl.web@gmail.com>
9751         * ido.el (ido-read-file-name): Conform to the requirements of
9752         read-file-name.  (Bug#11861)
9753         (ido-read-directory-name): Conform to the requirements of
9754         read-directory-name.
9756 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
9758         * subr.el (delay-warning): New function.
9760 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
9762         * simple.el (default-line-height): New function.
9763         (line-move-partial, line-move): Use it instead of computing the
9764         line height inline.
9765         (line-move-partial): Always compute ROWH.  If the last line is
9766         partially-visible, but its text is completely visible, allow
9767         cursor to enter such a partially-visible line.
9769 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
9771         Improve error messages.  (Bug#14808)
9773         * net/tramp.el (tramp-current-connection): New defvar, moved from
9774         tramp-sh.el.
9775         (tramp-message-show-progress-reporter-message): Remove, not
9776         needed anymore.
9777         (tramp-error-with-buffer): Show message in minibuffer.
9778         Discard input before waiting.  Reset connection timestamp.
9779         (with-tramp-progress-reporter): Improve messages.
9780         (tramp-process-actions): Use progress reporter.  Delete process in
9781         case of error.  Improve messages.
9783         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
9784         Call `tramp-error-with-buffer' with vector and buffer.
9785         (tramp-current-connection): Remove.
9786         (tramp-maybe-open-connection): The car of
9787         `tramp-current-connection' are the first 3 slots of the vector.
9789 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
9791         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
9792         inside continued strings.
9794 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
9796         Timestamp fixes for undo (Bug#14824).
9797         * files.el (clear-visited-file-modtime): Move here from fileio.c.
9799 2013-07-10  Leo Liu  <sdl.web@gmail.com>
9801         * files.el (require-final-newline): Allow safe local value.
9802         (Bug#14834)
9804 2013-07-09  Leo Liu  <sdl.web@gmail.com>
9806         * ido.el (ido-read-directory-name): Handle fallback.
9807         (ido-read-file-name): Update DIR to ido-current-directory.
9808         (Bug#1516)
9809         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
9811 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
9813         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
9814         "autoload".  Remove "warn lower camel case" section, previously
9815         commented out.  Highlight negation char.  Do not highlight the
9816         target in singleton method definitions.
9818 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9820         * faces.el (tty-setup-hook): Declare the hook.
9822         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
9823         and detect when a guard/pred depends on local vars (bug#14773).
9824         (pcase--u1): Adjust caller.
9826 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
9828         * simple.el (line-move-partial, line-move): Account for
9829         line-spacing.
9830         (line-move-partial): Avoid setting vscroll when the last
9831         partially-visible line in window is of default height.
9833 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9835         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
9836         been used a while.
9838 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
9840         * subr.el (read-quoted-char): Remove unused local variable `char'.
9842 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
9844         * ediff.el (ediff-version): Version update.
9845         (ediff-files-command, ediff3-files-command, ediff-merge-command)
9846         (ediff-merge-with-ancestor-command, ediff-directories-command)
9847         (ediff-directories3-command, ediff-merge-directories-command)
9848         (ediff-merge-directories-with-ancestor-command): New functions.
9849         All are command-line interfaces to ediff: to facilitate calling
9850         Emacs with the appropriate ediff functions invoked.
9852         * viper-cmd.el (viper-del-forward-char-in-insert): New function.
9853         (viper-save-kill-buffer): Check if buffer is modified.
9855         * viper.el (viper-version): Version update.
9856         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
9858 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9860         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
9861         * viper-cmd.el (viper-envelop-ESC-key): Remove function.
9862         (viper-intercept-ESC-key): Simplify.
9863         * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
9864         * viper.el (viper--tty-ESC-filter, viper--lookup-key)
9865         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
9866         (viper-setup-ESC-to-escape): New functions.
9867         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
9868         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
9870 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
9872         * simple.el (default-font-height, window-screen-lines):
9873         New functions.
9874         (line-move, line-move-partial): Use them instead of
9875         frame-char-height and window-text-height.  This makes scrolling
9876         text smoother when the buffer's default face uses a font that is
9877         different from the frame's default font.
9879 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
9881         * files.el (write-file): Do not display confirm dialog for NS,
9882         it does its own dialog, which can't be canceled (Bug#14578).
9884 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
9886         * simple.el (line-move-partial): Adjust the row returned by
9887         posn-at-point for the current window-vscroll.  (Bug#14567)
9889 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
9891         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
9892         (tramp-sh-file-inotifywait-process-filter): Handle file names with
9893         spaces.
9895 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
9897         * window.el (window-state-put-stale-windows): New variable.
9898         (window--state-put-2): Save list of windows without matching buffer.
9899         (window-state-put): Remove "bufferless" windows if possible.
9901 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
9903         * simple.el (alternatives-define): Remove leftover :group keyword.
9904         Tweak docstring.
9906 2013-07-06  Leo Liu  <sdl.web@gmail.com>
9908         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
9909         (ido-enable-virtual-buffers): New variable.
9910         (ido-buffer-internal, ido-toggle-virtual-buffers)
9911         (ido-make-buffer-list): Use it.
9912         (ido-exhibit): Support turning on and off virtual buffers
9913         automatically.
9915 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
9917         * simple.el (alternatives-define): New macro.
9919 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9921         * subr.el (read-quoted-char): Use read-key.
9922         (sit-for): Let read-event decode tty input (bug#14782).
9924 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
9926         * calendar/todo-mode.el: Add handling of file deletion, both by
9927         mode command and externally.  Fix various related bugs.
9928         Clarify Commentary and improve some documentation strings and code.
9929         (todo-delete-file): New command.
9930         (todo-check-file): New function.
9931         (todo-show): Handle external deletion of the file we're trying to
9932         show (bug#14688).  Replace called-interactively-p by an optional
9933         prefix argument to avoid problematic interaction with catch form
9934         when byte compiled (bug#14702).
9935         (todo-quit): Handle external deletion of the archive's todo file.
9936         Make sure the buffer that was visiting the archive file is still
9937         live before trying to bury it.
9938         (todo-category-completions): Handle external deletion of any
9939         category completion files.
9940         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
9941         of todo files, in case of external deletion.
9942         (todo-add-file): Replace unnecessary setq by let-binding.
9943         (todo-find-archive): Check whether there are any archives.
9944         Replace unnecessary setq by let-binding.
9945         (todo-archive-done-item): Use find-file-noselect to get the
9946         archive buffer whether or not the archive already exists.
9947         Remove superfluous code.  Use file size instead of buffer-file-name to
9948         check if the archive is new; if it is, update list of archives.
9949         (todo-default-todo-file): Allow nil to be a valid value for when
9950         there are no todo files.
9951         (todo-reevaluate-default-file-defcustom): Use corrected definition
9952         of todo-default-todo-file.
9953         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
9954         (todo-delete-category, todo-show-categories-table)
9955         (todo-category-number): Clarify comment.
9956         (todo-filter-items): Clarify documentation string.
9957         (todo-show-current-file, todo-display-as-todo-file)
9958         (todo-reset-and-enable-done-separator): Tweak documentation string.
9959         (todo-done-separator): Make separator length window-width, since
9960         bug#2749 is now fixed.
9962 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
9964         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
9965         Support both "gvfs-monitor-dir" and "inotifywait".
9966         (tramp-sh-file-inotifywait-process-filter): Rename from
9967         `tramp-sh-file-notify-process-filter'.
9968         (tramp-sh-file-gvfs-monitor-dir-process-filter)
9969         (tramp-get-remote-gvfs-monitor-dir): New defuns.
9971 2013-07-05  Leo Liu  <sdl.web@gmail.com>
9973         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
9975 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9977         * frame.el (display-pixel-height, display-pixel-width)
9978         (display-mm-height, display-mm-width): Mention behavior on
9979         multi-monitor setups in docstrings.
9980         (w32-display-monitor-attributes-list): Declare function.
9981         (display-monitor-attributes-list): Use it.
9983 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
9985         * filenotify.el: New package.
9987         * autorevert.el (top): Require filenotify.el.
9988         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
9989         instead.
9990         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
9991         (auto-revert-notify-handler): Use `file-notify-*' functions.
9993         * subr.el (file-notify-handle-event): Move function to filenotify.el.
9995         * net/tramp.el (tramp-file-name-for-operation):
9996         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
9998         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
9999         for `file-notify-add-watch' and `file-notify-rm-watch'.
10000         (tramp-process-sentinel): Improve trace.
10001         (tramp-sh-handle-file-notify-add-watch)
10002         (tramp-sh-file-notify-process-filter)
10003         (tramp-sh-handle-file-notify-rm-watch)
10004         (tramp-get-remote-inotifywait): New defuns.
10006 2013-07-03  Juri Linkov  <juri@jurta.org>
10008         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
10009         call of `occur-read-primary-args' to interactive spec.
10011         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
10012         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
10014 2013-07-03  Matthias Meulien  <orontee@gmail.com>
10016         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
10017         `Buffer-menu-multi-occur'.  Add it to the menu.
10018         (Buffer-menu-mode): Document it in docstring.
10019         (Buffer-menu-multi-occur): New command.  (Bug#14673)
10021 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
10023         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
10024         keywords and built-ins.
10026 2013-07-03  Glenn Morris  <rgm@gnu.org>
10028         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
10030         Make info-xref checks case-sensitive by default
10031         * info.el (Info-find-node, Info-find-in-tag-table)
10032         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
10033         Add option for exact case matching of nodes.
10034         * info-xref.el (info-xref): New custom group.
10035         (info-xref-case-fold): New option.
10036         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
10038 2013-07-03  Leo Liu  <sdl.web@gmail.com>
10040         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
10042 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
10044         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
10045         middle of block statement initially, lower the depth.  Remove
10046         FIXME comment, not longer valid.  Remove middle of block statement
10047         detection, no need to do that anymore since we've been using
10048         `ruby-parse-region' here.
10050 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
10052         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
10054 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10056         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
10058 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
10060         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
10061         (desktop-restore-in-current-display): New customization option.
10062         (desktop--excluded-frame-parameters): Add `font'.
10063         (desktop--save-frames): Rename from desktop--save-windows.
10064         (desktop--restore-in-this-display-p): New function.
10065         (desktop--make-full-frame): Remove unwanted width/height from
10066         full(width|height) frames.
10067         (desktop--restore-frames): Rename from desktop--restore-windows.
10068         Obey desktop-restore-current-display.  Do not delete old frames or
10069         select a new frame unless we were able to restore at least one frame.
10071 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
10073         * files.el (find-file-noselect): Simplify conditional expression.
10075         * textmodes/remember.el (remember-append-to-file):
10076         Don't mix `find-buffer-visiting' and `get-file-buffer'.
10078         Add `remember-notes' function to store random notes across Emacs
10079         restarts.
10080         * textmodes/remember.el (remember-data-file): Add :set callback to
10081         affect notes buffer (if any).
10082         (remember-notes): New command.
10083         (remember-notes-buffer-name, bury-remember-notes-on-kill):
10084         New defcustoms for the `remember-notes' function.
10085         (remember-notes-save-and-bury-buffer): New command.
10086         (remember-notes-mode-map): New variable.
10087         (remember-mode): New minor mode.
10088         (remember-notes--kill-buffer-query): New function.
10089         * startup.el (initial-buffer-choice): Add notes to custom type.
10091 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
10093         * bindings.el (right-char, left-char): Don't call sit-for, this is
10094         no longer needed.  Use arithmetic comparison only for numerical
10095         arguments.
10097         * international/mule-cmds.el (select-safe-coding-system):
10098         Handle the case of FROM being a string correctly.  (Bug#14755)
10100 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10102         * net/shr.el (shr-make-table-1): Add a sanity check that allows
10103         progression on degenerate tables.
10104         (shr-rescale-image): ImageMagick animated images currently don't work.
10106 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
10108         Some fixes and improvements for desktop frame restoration.
10109         It is still experimental and disabled by default.
10110         * desktop.el (desktop--save-windows): Put the selected frame at
10111         the head of the list.
10112         (desktop--make-full-frame): New function.
10113         (desktop--restore-windows): Try to re-select the frame that was
10114         selected upon saving.  Do not abort if some frames fail to restore,
10115         just show an error message and continue.  Set up maximized frames
10116         so they have default non-maximized dimensions.
10118 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
10120         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
10121         Don't start heredoc inside a string or comment.
10123 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
10125         * bindings.el (visual-order-cursor-movement): New defcustom.
10126         (right-char, left-char): Provide visual-order cursor motion by
10127         calling move-point-visually.  Update the doc strings.
10129 2013-06-28  Kenichi Handa  <handa@gnu.org>
10131         * international/mule.el (define-coding-system): New coding system
10132         properties :inhibit-null-byte-detection,
10133         :inhibit-iso-escape-detection, and :prefer-utf-8.
10134         (set-buffer-file-coding-system): If :charset-list property of
10135         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
10136         appropriate for setting.
10138         * international/mule-cmds.el (select-safe-coding-system):
10139         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
10140         multibyte characters, return utf-8 (or one of its siblings).
10142         * international/mule-conf.el (prefer-utf-8): New coding system.
10143         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
10144         files.
10146 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
10148         * net/shr.el (shr-render-region): New function.
10150         * net/eww.el: Autoload `eww-browse-url'.
10152 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
10154         * emacs-lisp/package-x.el (package-upload-buffer-internal):
10155         Adapt to `package-desc-version' being a list.
10156         Use `package--ac-desc-version' to retrieve version from a package
10157         archive element.
10159 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
10161         New experimental feature to save&restore window and frame setup.
10162         * desktop.el (desktop-save-windows): New defcustom.
10163         (desktop--saved-states): New var.
10164         (desktop--excluded-frame-parameters): New defconst.
10165         (desktop--filter-frame-parms, desktop--find-frame-in-display)
10166         (desktop--restore-windows, desktop--save-windows): New functions.
10167         (desktop-save): Call `desktop--save-windows'.
10168         (desktop-read): Call `desktop--restore-windows'.
10170 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10172         * net/shr.el (add-face-text-property): Remove compat definition.
10174 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
10176         * info.el (Info-try-follow-nearest-node): Move search for footnote
10177         above search for node name to prevent missing a footnote (bug#14717).
10179 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
10181         * obsolete/otodo-mode.el: Add obsolescence info to file header.
10183 2013-06-27  Leo Liu  <sdl.web@gmail.com>
10185         * net/eww.el (eww-read-bookmarks): Check file size.
10187 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10189         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
10190         advice--pending if newdef is nil or an autoload (bug#13820).
10191         (advice-mapc): New function.
10193 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10195         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
10196         probably.
10197         (eww-mode-map): Add a menu bar.
10198         (eww-add-bookmark): New command.
10199         (eww-bookmark-mode): New mode and commands.
10200         (eww-add-bookmark): Remove newlines from the title.
10201         (eww-bookmark-browse): Don't bug out if it's the only window.
10203 2013-06-26  Glenn Morris  <rgm@gnu.org>
10205         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
10206         (hfy-size): Handle ttys.  (Bug#14668)
10208         * info-xref.el: Update for Texinfo 5 change in *note format.
10209         (info-xref-node-re, info-xref-note-re): New constants.
10210         (info-xref-check-buffer): Use info-xref-note-re.
10212 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10214         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
10216         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
10217         nil terminate the loop (bug#14718).
10219 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10221         * net/eww.el: Rework history traversal.  When going forward/back,
10222         put these actions into the history, too, so that they can be
10223         replayed.
10224         (eww-render): Move the history reset to the correct buffer.
10226 2013-06-25  Juri Linkov  <juri@jurta.org>
10228         * files-x.el (modify-dir-local-variable): Change the header comment
10229         in the file with directory local variables.  (Bug#14692)
10231         * files-x.el (read-file-local-variable-value): Add `default'.
10232         (Bug#14710)
10234 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10236         * net/eww.el (eww-make-unique-file-name): Create a unique file
10237         name before saving to entering `y' accidentally asynchronously.
10239 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
10241         * net/eww.el (eww-download): New command and keystroke.
10243 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10245         * net/eww.el (eww-copy-page-url): Change name of command.
10247         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
10248         be more consistent with Info and dired.
10250         * net/eww.el (eww-mode-map): Ditto.
10252 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10254         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
10255         packages from archives.
10256         (package-archive-contents): Change format; include obsolete packages.
10257         (package-desc): Use `dir' to mark builtin packages.
10258         (package--from-builtin): Set the `dir' field to `builtin'.
10259         (generated-autoload-file, version-control): Declare.
10260         (package-compute-transaction): Change first arg and return value to be
10261         lists of package-descs.  Adjust to new package-archive-contents format.
10262         (package--add-to-archive-contents): Adjust to new
10263         package-archive-contents format.
10264         (package-download-transaction): Arg is now a list of package-descs.
10265         (package-install): If `pkg' is a package name, pass it as
10266         a requirement, so it is subject to the usual (e.g. disabled) checks.
10267         (describe-package): Accept package-desc as well.
10268         (describe-package-1): Describe a specific package-desc.  Add links to
10269         other package-descs for the same package name.
10270         (package-menu-describe-package): Pass the actual package-desc.
10271         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
10272         works correctly.
10273         (package-desc-status): New function.
10274         (package-menu--refresh): New function, extracted
10275         from package-menu--generate.
10276         (package-menu--generate): Use it.
10277         (package-delete): Update package-alist.
10278         (package-menu-execute): Don't call package-initialize.
10280         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
10281         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
10282         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
10283         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
10284         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
10285         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
10287 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
10289         * window.el (window--state-get-1): Workaround for bug#14527.
10290         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
10292 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10294         * net/eww.el (eww-back-url): Implement the history by stashing all
10295         the data into a list.
10296         (eww-forward-url): Allow going forward in the history, too.
10298 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10300         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
10301         for values and use read--expression for expressions (bug#14710).
10302         (read-file-local-variable): Avoid setq.
10303         (read-file-local-variable-mode): Use minor-mode-list.
10305 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10307         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
10308         for DOI URLs.
10310 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10312         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
10313         Update imenu-support when dialect changes.
10315 2013-06-25  Leo Liu  <sdl.web@gmail.com>
10317         * ido.el (ido-read-internal): Allow forward slash on windows.
10319 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10321         * net/eww.el (eww): Start of strings is \\`, not ^.
10323 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
10325         * net/shr.el (shr-browse-url): Fix interactive spec.
10327         * net/eww.el (eww): Add a trailing slash to domain names.
10329 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
10331         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
10333 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10335         * net/shr.el (shr-browse-url): Use an external browser if given a
10336         prefix.
10338         * net/eww.el (eww-external-browser): Move to shr.
10340 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
10342         * net/eww.el (eww): Work more correctly for file: URLs.
10343         (eww-detect-charset): Allow quoted charsets.
10344         (eww-yank-page-url): New command and keystroke.
10346 2013-06-24  Daiki Ueno  <ueno@gnu.org>
10348         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
10349         file name of gpg executable.
10350         (epg-context-program): New function.
10351         (epg-context-home-directory): New function.
10352         (epg-context-set-program): New function.
10353         (epg-context-set-home-directory): New function.
10354         (epg--start): Use `epg-context-program' instead of
10355         'epg-gpg-program'.
10356         (epg--list-keys-1): Likewise.
10358 2013-06-24  Leo Liu  <sdl.web@gmail.com>
10360         * ido.el (ido-read-internal): Fix bug#14620.
10362 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
10364         * faces.el (face-documentation): Simplify.
10365         (read-face-attribute, tty-find-type, x-resolve-font-name):
10366         Use `string-match-p'.
10367         (list-faces-display): Use `string-match-p'.  Simplify.
10368         (face-spec-recalc): Check face to avoid face alias loops.
10369         (read-color): Use `string-match-p' and non-capturing parenthesis.
10371 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10373         * net/shr.el (shr-rescale-image): Use the new
10374         :max-width/:max-height functionality.
10376 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
10378         * net/eww.el (eww-search-prefix): New variable.
10379         (eww): Use it.
10380         (eww-external-browser): New variable.
10381         (eww-mode-map): New keystroke.
10382         (eww-browse-with-external-browser): New command.
10384         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
10386 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
10388         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
10389         Don't skip aligning the next header field when padding is 0;
10390         otherwise, field width is not respected unless the title is as
10391         wide as the field.
10393 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10395         * emacs-lisp/package.el (package-el-version): Remove.
10396         (package-process-define-package): Fix inf-loop.
10397         (package-install): Allow symbols as arguments again.
10399 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
10401         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
10402         add some more keyword-like methods.
10403         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
10405 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
10407         * bs.el (bs-buffer-show-mark): Make defvar-local.
10408         (bs-mode): Use setq-local.
10410         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
10411         (emacs-lock--try-unlocking): Make defvar-local.
10413 2013-06-22  Glenn Morris  <rgm@gnu.org>
10415         * play/cookie1.el (cookie-apropos): Minor simplification.
10417         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
10419 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
10421         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
10422         `regexp-opt', it breaks the build during dumping.
10424 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
10426         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
10427         Highlight keyword-like methods on Kernel and Module with
10428         font-lock-builtin-face.
10429         (auto-mode-alist): Consolidate different entries into one regexp
10430         and add more *file-s.
10432 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
10434         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
10436         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
10437         (diary-entry): Use it in the action of this button type instead of
10438         diary-goto-entry.
10440         * calendar/todo-mode.el: New version.
10441         (todo-add-category): Append new category to end of file and give
10442         it the highest number, instead of putting it at the beginning and
10443         giving it 0.  Incorporate noninteractive functionality.
10444         (todo-forward-category): Adapt to 1-based category numbering.
10445         Allow skipping over archived categories.
10446         (todo-backward-category): Derive from todo-forward-category.
10447         (todo-backward-item, todo-forward-item): Make noninteractive and
10448         delegate interactive part to new commands.  Make sensitive to done items.
10449         (todo-categories): Make value an alist of category names and
10450         vectors of item counts.
10451         (todo-category-beg): Make a defconst.
10452         (todo-category-number): Use 1 instead of 0 as initial value.
10453         (todo-category-select): Make sensitive to overlays, optional item
10454         highlighting and done items.
10455         (todo-delete-item): Make sensitive to overlays and marked and done items.
10456         (todo-edit-item): Make sensitive to overlays and editing of
10457         date/time header optional.  Add format checks.
10458         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
10459         no-op if point is not on an item.  Advertise using todo-edit-quit.
10460         (todo-edit-mode): Make sensitive to new format, font-locking, and
10461         multiple todo files.
10462         (todo-insert-item, todo-insert-item-here): Derive from
10463         todo-basic-insert-item and extend functionality.
10464         (todo-item-end, todo-item-start): Make sensitive to done items.
10465         (todo-item-string): Don't return text properties.  Restore point.
10466         (todo-jump-to-category): Make sensitive to multiple todo files and
10467         todo archives.  Use extended category completion.
10468         (todo-lower-item, todo-raise-item): Rename to *-priority and
10469         derive from todo-set-item-priority.
10470         (todo-mode): Derive from special-mode.  Make sensitive to new
10471         format, font-locking and multiple todo files.  Make read-only.
10472         (todo-mode-map): Don't suppress digit keys, so they can supply
10473         prefix arguments.  Add many new key bindings.
10474         (todo-prefix): Insert as an overlay instead of file text.
10475         Change semantics from diary date expression to purely visual mark.
10476         (todo-print): Rename to todo-print-buffer.  Make buffer display
10477         features printable.  Remove option to restrict number of items
10478         printed.  Add option to print to file.
10479         (todo-print-function): Rename to todo-print-buffer-function.
10480         (todo-quit): Extend to handle exiting new todo modes.
10481         (todo-remove-item): Make sensitive to overlays.
10482         (todo-save): Extend to buffers of filtered items.
10483         (todo-show): Make sensitive to done items, multiple todo files and
10484         new todo modes.  Offer to convert legacy todo file before creating
10485         first new todo file.
10486         (todo-show-priorities): Rename to todo-top-priorities.
10487         Change semantics of value 0.
10488         (todo-top-priorities): Rename to todo-filter-top-priorities,
10489         derive from todo-filter-items and extend functionality.
10490         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
10491         and extend functionality to other types of filtered items.
10492         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
10493         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
10494         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
10495         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
10496         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
10497         (todo-edit-mode-hook, todo-entry-prefix-function)
10498         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
10499         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
10500         (todo-initials, todo-insert-threshold, todo-item-string-start)
10501         (todo-line-string, todo-menu, todo-mode-hook)
10502         (todo-more-important-p, todo-previous-answer, todo-previous-line)
10503         (todo-print-priorities, todo-remove-separator)
10504         (todo-save-top-priorities-too, todo-string-count-lines)
10505         (todo-string-multiline-p, todo-time-string-format)
10506         (todo-tmp-buffer-name): Remove.
10507         (todo-add-file, todo-archive-done-item, todo-choose-archive)
10508         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
10509         (todo-edit-category-diary-inclusion)
10510         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
10511         (todo-edit-file, todo-edit-item-date-day)
10512         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
10513         (todo-edit-item-date-month, todo-edit-item-date-to-today)
10514         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
10515         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
10516         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
10517         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
10518         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
10519         (todo-filter-top-priorities-multifile, todo-find-archive)
10520         (todo-find-filtered-items-file, todo-go-to-source-item)
10521         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
10522         (todo-jump-to-archive-category, todo-lower-category)
10523         (todo-mark-category, todo-marked-item-p, todo-merge-category)
10524         (todo-move-category, todo-move-item, todo-next-button)
10525         (todo-next-item, todo-padded-string, todo-powerset)
10526         (todo-previous-button, todo-previous-item)
10527         (todo-print-buffer-to-file, todo-raise-category)
10528         (todo-rename-category, todo-repair-categories-sexp, todo-search)
10529         (todo-set-category-number, todo-set-item-priority)
10530         (todo-set-top-priorities-in-category)
10531         (todo-set-top-priorities-in-file, todo-show-categories-table)
10532         (todo-sort-categories-alphabetically-or-numerically)
10533         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
10534         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
10535         (todo-toggle-item-header, todo-toggle-item-highlighting)
10536         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
10537         (todo-toggle-view-done-items, todo-toggle-view-done-only)
10538         (todo-unarchive-items, todo-unmark-category): New commands.
10539         (todo-absolute-file-name, todo-add-to-buffer-list)
10540         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
10541         (todo-basic-insert-item, todo-category-completions)
10542         (todo-category-number, todo-category-string-matcher-1)
10543         (todo-category-string-matcher-2, todo-check-filtered-items-file)
10544         (todo-check-format, todo-clear-matches)
10545         (todo-comment-string-matcher, todo-convert-legacy-date-time)
10546         (todo-current-category, todo-date-string-matcher)
10547         (todo-define-insertion-command, todo-diary-expired-matcher)
10548         (todo-diary-goto-entry, todo-diary-item-p)
10549         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
10550         (todo-display-categories, todo-display-sorted, todo-done-item-p)
10551         (todo-done-item-section-p, todo-done-separator)
10552         (todo-done-string-matcher, todo-files, todo-filter-items)
10553         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
10554         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
10555         (todo-insert-category-line, todo-insert-item-from-calendar)
10556         (todo-insert-sort-button, todo-insert-with-overlays)
10557         (todo-insertion-command-name, todo-insertion-key-bindings)
10558         (todo-label-to-key, todo-longest-category-name-length)
10559         (todo-make-categories-list, todo-mode-external-set)
10560         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
10561         (todo-modes-set-3, todo-multiple-filter-files)
10562         (todo-nondiary-marker-matcher, todo-prefix-overlays)
10563         (todo-read-category, todo-read-date, todo-read-dayname)
10564         (todo-read-file-name, todo-read-time)
10565         (todo-reevaluate-category-completions-files-defcustom)
10566         (todo-reevaluate-default-file-defcustom)
10567         (todo-reevaluate-filelist-defcustoms)
10568         (todo-reevaluate-filter-files-defcustom)
10569         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
10570         (todo-reset-done-separator, todo-reset-done-separator-string)
10571         (todo-reset-done-string, todo-reset-global-current-todo-file)
10572         (todo-reset-highlight-item, todo-reset-nondiary-marker)
10573         (todo-reset-prefix, todo-set-categories)
10574         (todo-set-date-from-calendar, todo-set-show-current-file)
10575         (todo-set-top-priorities, todo-short-file-name)
10576         (todo-show-current-file, todo-sort, todo-time-string-matcher)
10577         (todo-total-item-counts, todo-update-buffer-list)
10578         (todo-update-categories-display, todo-update-categories-sexp)
10579         (todo-update-count, todo-validate-name, todo-y-or-n-p):
10580         New functions.
10581         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
10582         New major modes.
10583         (todo-categories, todo-display, todo-edit, todo-faces)
10584         (todo-filtered): New defgroups.
10585         (todo-archived-only, todo-button, todo-category-string, todo-date)
10586         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
10587         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
10588         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
10589         (todo-add-item-if-new-category, todo-always-add-time-string)
10590         (todo-categories-align, todo-categories-archived-label)
10591         (todo-categories-category-label, todo-categories-diary-label)
10592         (todo-categories-done-label, todo-categories-number-separator)
10593         (todo-categories-todo-label, todo-categories-totals-label)
10594         (todo-category-completions-files, todo-completion-ignore-case)
10595         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
10596         (todo-done-separator-string, todo-done-string)
10597         (todo-files-function, todo-filter-done-items, todo-filter-files)
10598         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
10599         (todo-initial-category, todo-initial-file, todo-item-mark)
10600         (todo-legacy-date-time-regexp, todo-mode-line-function)
10601         (todo-nondiary-marker, todo-number-prefix)
10602         (todo-print-buffer-function, todo-show-current-file)
10603         (todo-show-done-only, todo-show-first, todo-show-with-done)
10604         (todo-skip-archived-categories, todo-top-priorities-overrides)
10605         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
10606         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
10607         New defcustoms.
10608         (todo-category-done, todo-date-pattern, todo-date-string-start)
10609         (todo-diary-items-buffer, todo-done-string-start)
10610         (todo-filtered-items-buffer, todo-item-start)
10611         (todo-month-abbrev-array, todo-month-name-array)
10612         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
10613         (todo-top-priorities-buffer): New defconsts.
10614         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
10615         (todo-categories-with-marks, todo-category-string-face)
10616         (todo-comment-face, todo-comment-string, todo-current-todo-file)
10617         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
10618         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
10619         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
10620         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
10621         (todo-font-lock-keywords, todo-global-current-todo-file)
10622         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
10623         (todo-insertion-commands-args)
10624         (todo-insertion-commands-args-genlist)
10625         (todo-insertion-commands-names, todo-insertion-map)
10626         (todo-key-bindings-t, todo-key-bindings-t+a)
10627         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
10628         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
10629         (todo-nondiary-face, todo-print-buffer, todo-time-face)
10630         (todo-visited): New variables.
10632 2013-06-21  Glenn Morris  <rgm@gnu.org>
10634         * play/cookie1.el (cookie-apropos): Add optional display argument.
10635         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
10636         (psychoanalyze-pinhead): Use cookie-doctor.
10638 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
10640         * emacs-lisp/package.el (tar-get-file-descriptor)
10641         (tar--extract): Declare.
10643 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
10645         Extend flymake's warning predicate to be a function (bug#14217).
10646         * progmodes/flymake.el (flymake-warning-predicate): New.
10647         (flymake-parse-line): Use it.
10648         (flymake-warning-re): Make obsolete alias to
10649         `flymake-warning-predicate'.
10651 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10653         * emacs-lisp/package.el (package-alist): Include obsolete packages.
10654         (package-obsolete-list): Remove.
10655         (package-activate): Remove min-version argument.  Add `force' argument.
10656         Adjust to new package-alist format.
10657         (package-mark-obsolete): Remove.
10658         (package-unpack): Force reload of the package's autoloads.
10659         (package-installed-p): Check builtins if the installed package is not
10660         recent enough.
10661         (package-initialize): Don't reset package-obsolete-list.
10662         Don't specify which package version to activate.
10663         (package-process-define-package, describe-package-1)
10664         (package-menu--generate): Adjust to new package-alist format.
10666 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
10668         * allout-widgets.el (allout-widgets-mode-off)
10669         (allout-widgets-mode-on, allout-widgets-pre-command-business)
10670         (allout-widgets-post-command-business)
10671         (allout-widgets-after-copy-or-kill-function)
10672         (allout-widgets-after-undo-function, allout-test-range-overlaps)
10673         (allout-decorate-item-and-context)
10674         (allout-graphics-modification-handler): Fix typos in docstrings.
10675         (allout-get-or-create-parent-widget): Use `looking-at-p'.
10677         * cmuscheme.el (scheme-start-file): Doc fix.
10678         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
10679         (scheme-input-filter): Use `string-match-p'.
10681         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
10683         * dired-x.el: Use Dired consistently in docstrings.
10685         * dired.el: Use Dired consistently in docstrings.
10686         (dired-readin, dired-mode): Use `setq-local'.
10687         (dired-switches-alist): Make defvar-local.
10688         (dired-buffers-for-dir): Use `zerop'.
10689         (dired-safe-switches-p, dired-switches-escape-p)
10690         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
10691         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
10692         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
10693         (dired-goto-next-nontrivial-file): Use `string-match-p'.
10694         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
10695         (dired-toggle-marks, dired-mark-files-containing-regexp)
10696         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
10697         (dired-flag-auto-save-files, dired-flag-backup-files):
10698         Use `looking-at-p'.
10699         (dired-mark-files-regexp, dired-build-subdir-alist):
10700         Use `string-match-p', `looking-at-p'.
10702         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
10703         (direct-print-region-helper): Use `string-match-p'.
10705 2013-06-21  Leo Liu  <sdl.web@gmail.com>
10707         * comint.el (comint-redirect-results-list-from-process):
10708         Fix infinite loop.
10710 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10712         * net/eww.el (eww-update-header-line-format): Quote % characters.
10714 2013-06-21  Glenn Morris  <rgm@gnu.org>
10716         * play/cookie1.el (cookie): New custom group.
10717         (cookie-file): New option.
10718         (cookie-check-file): New function.
10719         (cookie): Make it interactive.  Make start and end messages optional.
10720         Interactively, display the result.  Default to cookie-file.
10721         (cookie-insert): Default to cookie-file.
10722         (cookie-snarf): Make start and end messages optional.
10723         Default to cookie-file.  Use with-temp-buffer.
10724         (cookie-read): Rename from read-cookie.
10725         Make start and end messages optional.  Default to cookie-file.
10726         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
10727         Do not autoload it.
10728         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
10729         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
10731 2013-06-21  Leo Liu  <sdl.web@gmail.com>
10733         * progmodes/octave.el (octave-mode): Backward compatibility fix.
10735 2013-06-21  Glenn Morris  <rgm@gnu.org>
10737         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
10739 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10740             Daniel Hackney  <dan@haxney.org>
10742         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
10743         Consolidate the single-file vs tarball code.
10744         (package-desc-suffix): New function.
10745         (package-desc-full-name): Don't bother inlining it.
10746         (package-load-descriptor): Return the new package-desc.
10747         (package-mark-obsolete): Remove unused arg `package'.
10748         (package-unpack): Make it work for single files as well.
10749         Make it update package-alist.
10750         (package--make-autoloads-and-stuff): Rename from
10751         package--make-autoloads-and-compile.  Don't compile any more.
10752         (package--compile): New function.
10753         (package-generate-description-file): New function, extracted from
10754         package-unpack-single.
10755         (package-unpack-single): Remove.
10756         (package--with-work-buffer): Add indentation and debugging info.
10757         (package-download-single): Remove.
10758         (package-install-from-archive): Rename from package-download-tar, make
10759         it take a pkg-desc, and make it work for single files as well.
10760         (package-download-transaction): Simplify.
10761         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
10762         external tar program.
10763         (package-install-from-buffer): Remove `pkg-desc' argument.
10764         Use package-tar-file-info for tar-mode buffers.
10765         (package-install-file): Simplify accordingly.
10766         (package-archive-base): Change to take a pkg-desc.
10767         * tar-mode.el (tar--check-descriptor): New function, extracted from
10768         tar-get-descriptor.
10769         (tar-get-descriptor): Use it.
10770         (tar-get-file-descriptor): New function.
10771         (tar--extract): New function, extracted from tar-extract.
10772         (tar--extract): Use it.
10773         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
10774         case the summary uses non-ascii.  Adjust to new calling convention of
10775         package-tar-file-info.
10777 2013-06-21  Leo Liu  <sdl.web@gmail.com>
10779         * comint.el (comint-redirect-results-list-from-process):
10780         Fix random delay.  (Bug#14681)
10782 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
10784         * profiler.el (profiler-format-number): Use log, not log10.
10786 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
10788         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
10790 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10792         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
10793         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
10794         yet available.
10795         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
10796         (AUTOGENEL): ... here.
10797         * emacs-lisp/cl-macs.el (cl--sublis): New function.
10798         (cl--defsubst-expand): Use it.
10800 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
10802         * subr.el (log10): Move here from C code, and declare as obsolete.
10803         All uses of (log10 X) replaced with (log X 10).
10805 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
10807         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
10808         Declare with `defvar-local'.
10809         (tabulated-list-use-header-line, tabulated-list-entries)
10810         (tabulated-list-padding, tabulated-list-printer)
10811         (tabulated-list-sort-key): Declare with `defvar-local'.
10812         (tabulated-list-init-header, tabulated-list-print-fake-header):
10813         Use `setq-local'.
10815 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
10817         * arc-mode.el (archive-mode): Add `archive-write-file' to
10818         `write-contents-functions' also for remote files.  (Bug#14652)
10820 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
10822         * cus-edit.el (custom-commands): Fix typos.
10823         (custom-display): Fix tooltip text.
10824         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
10825         Fix typos in docstrings.
10826         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
10827         (custom-unlispify-menu-entry, custom-magic-value-create)
10828         (custom-add-see-also, custom-group-value-create): Use ?\s.
10829         (custom-guess-type, customize-apropos, editable-field)
10830         (custom-face-value-create): Use `string-match-p'.
10831         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
10833         * custom.el (custom-load-symbol): Use `string-match-p'.
10835         * ansi-color.el: Convert to lexical binding.
10836         (ansi-colors): Fix URL.
10837         (ansi-color-context, ansi-color-context-region): Use defvar-local.
10838         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
10839         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
10841 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10843         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
10845         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
10847 2013-06-19  Tom Tromey  <tromey@redhat.com>
10849         * net/eww.el (eww-top-url): Remove.
10850         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
10851         (eww-render): Set new variables.  Don't set eww-top-url.
10852         (eww-handle-link): Handle "prev", "home", and "contents".
10853         Downcase the rel text.
10854         (eww-top-url): Choose best top URL.
10856 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10858         * net/eww.el: Rewrite to implement form elements "by hand" instead of
10859         relying in widget.el.  Using widget.el leads to too many
10860         user interface inconsistencies.
10861         (eww-self-insert): Implement entering commands in text fields.
10862         (eww-process-text-input): New function to make text input field editing
10863         work.
10864         (eww-submit): Rewrite to use the new-style form methods.
10865         (eww-select-display): Display the correct selected item.
10866         (eww-change-select): Implement changing the select value.
10867         (eww-toggle-checkbox): Implement radio/checkboxes.
10868         (eww-update-field): Fix compilation error.
10869         (eww-tag-textarea): Implement <textarea>.
10871         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
10872         we don't shadow mode-specific bindings.
10874         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
10875         nothing to push.
10877         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
10879 2013-06-19  Glenn Morris  <rgm@gnu.org>
10881         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
10883 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
10885         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
10886         not needed.
10888         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
10890 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10892         * net/browse-url.el (browse-url-browser-function):
10893         `eww-browse-url' has the right calling signature, `eww' does not.
10895 2013-06-19  Glenn Morris  <rgm@gnu.org>
10897         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10898         Only eval autoloaded macros.
10899         (byte-compile-autoload): Only give the macro warning for macros.
10901         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
10902         (ps-underlined-faces): Declare.
10904         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
10905         (speedbar-add-supported-extension): Declare.
10907         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
10908         Don't include a date stamp in the header of the generated file;
10909         it leads to needless differences between output files.
10911 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
10913         * net/secrets.el (secrets-struct-secret-content-type):
10914         Replace check of introspection data by a test call of "CreateItem".
10915         Some servers do not offer introspection.
10917 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10919         * electric.el (electric-pair-mode): Improve interaction with
10920         electric-layout-mode.
10921         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
10922         (electric-pair-syntax): Use text-mode-syntax-table in comments
10923         and strings.
10924         (electric-pair--insert): New function.
10925         (electric-pair-post-self-insert-function): Use it and
10926         electric--after-char-pos.
10928 2013-06-19  Leo Liu  <sdl.web@gmail.com>
10930         * progmodes/octave.el (octave-help): Fix regexp.
10932 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10934         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
10935         (shr-table-horizontal-line): Allow nil as a value, and change the
10936         default.
10937         (shr-insert-table-ruler): Respect the nil value.
10939 2013-06-18  Tom Tromey  <tromey@barimba>
10941         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
10942         New defvars.
10943         (eww-open-file): New defun.
10944         (eww-render): Initialize new variables.
10945         (eww-display-html): Handle "link" and "a".
10946         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
10947         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
10948         (eww-back-url): Rename from eww-previous-url.
10949         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
10950         New defuns.
10952 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
10954         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
10955         Distinguish ternary operator tokens from slash symbol and slash
10956         char literal.
10958 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
10960         Convert symbol prettification into minor mode and global minor mode.
10962         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
10963         `prog-prettify-symbols', and make a local defvar instead of defcustom.
10964         (prettify-symbols--keywords): Rename from
10965         `prog-prettify-symbols-alist' and make a local defvar.
10966         (prettify-symbols--compose-symbol): Rename from
10967         `prog--prettify-font-lock-compose-symbol'.
10968         (prettify-symbols--make-keywords): Rename from
10969         `prog-prettify-font-lock-symbols-keywords' and simplify.
10970         (prog-prettify-install): Remove.
10971         (prettify-symbols-mode): New minor mode, based on
10972         `prog-prettify-install'.
10973         (turn-on-prettify-symbols-mode): New function.
10974         (global-prettify-symbols-mode): New globalized minor mode.
10976         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10977         * progmodes/cfengine.el (cfengine3-mode):
10978         * progmodes/perl-mode.el (perl-mode): Don't call
10979         `prog-prettify-install'; set `prettify-symbols-alist' instead.
10981 2013-06-18  Juri Linkov  <juri@jurta.org>
10983         * files-x.el (modify-file-local-variable-message): New function.
10984         (modify-file-local-variable)
10985         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
10986         and call `modify-file-local-variable-message' when it's non-nil.
10987         (add-file-local-variable, delete-file-local-variable)
10988         (add-file-local-variable-prop-line)
10989         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
10990         and use it.  (Bug#9820)
10992 2013-06-18  Juri Linkov  <juri@jurta.org>
10994         * emulation/vi.el (vi-shell-op):
10995         * emulation/vip.el (vip-execute-com, ex-command):
10996         * emulation/viper-cmd.el (viper-exec-bang):
10997         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
10998         the call of `shell-command-on-region'.  (Bug#14637)
11000         * simple.el (shell-command-on-region): Doc fix.
11002 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11004         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
11005         (bug#14633).
11007 2013-06-18  Glenn Morris  <rgm@gnu.org>
11009         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
11011         * newcomment.el (comment-search-forward, comment-search-backward):
11012         Doc fix.  (Bug#14376)
11014 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
11016         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
11017         (buffer-face-mode-invoke): Doc fix.
11019 2013-06-18  Matthias Meulien  <orontee@gmail.com>
11021         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
11022         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
11024 2013-06-18  Glenn Morris  <rgm@gnu.org>
11026         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
11027         Replace obsolete function generic-make-keywords with its expansion.
11029         * progmodes/python.el (ffap-alist): Declare.
11031         * textmodes/reftex.el (bibtex-mode-map): Declare.
11033 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11035         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
11036         (package-unpack, package-unpack-single): Return the pkg-dir.
11037         (package-download-transaction): Use it to update package-alist.
11039 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11041         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
11042         possible choice.
11044 2013-06-17  Juri Linkov  <juri@jurta.org>
11046         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
11048 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
11050         * emacs-lisp/package.el (package-load-descriptor):
11051         Remove `with-syntax-table' call, `read' doesn't need it.
11052         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
11054 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
11056         * startup.el (command-line): Expand package name returned by
11057         `package--description-file' (bug#14639).
11059 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
11061         * emacs-lisp/package.el (package-load-descriptor): Do not call
11062         `emacs-lisp-mode', just use its syntax table.
11064 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
11066         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
11067         `font-lock-extra-managed-props' if any prettifying keyword is added.
11068         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
11069         (prog-mode): Use `setq-local'.
11071 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11073         * international/characters.el (standard-case-table): Set syntax of ?»
11074         and ?« to punctuation.
11076 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
11078         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
11079         Save relevant match data before calling `syntax-ppss' (bug#14595).
11081 2013-06-15  Juri Linkov  <juri@jurta.org>
11083         * files-x.el (modify-file-local-variable-prop-line): Add local
11084         variables to the end of the existing comment on the first line.
11085         Use `file-auto-mode-skip' to skip interpreter magic line,
11086         and also skip XML declaration.
11088 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11090         * startup.el (package--builtin-versions): New var.
11091         (package-subdirectory-regexp): Remove.
11092         (package--description-file): Hard code its value instead.
11094         * emacs-lisp/package.el: Don't activate packages older than builtin.
11095         (package-obsolete-list): Rename from package-obsolete-alist, and make
11096         it into a simple list of package-desc.
11097         (package-strip-version): Remove.
11098         (package-built-in-p): Use package--builtin-versions.
11099         (package-mark-obsolete): Simplify.
11100         (package-process-define-package): Mark it obsolete if older than the
11101         builtin version.
11102         (package-handle-response): Use line-end-position.
11103         (package-read-archive-contents, package--download-one-archive):
11104         Simplify.
11105         (package--add-to-archive-contents): Skip if older than the builtin or
11106         installed version.
11107         (package-menu-describe-package): Fix last change.
11108         (package-list-unversioned): New var.
11109         (package-menu--generate): Use it.
11111         * emacs-lisp/autoload.el: Manage package--builtin-versions.
11112         (autoload--insert-text, autoload--insert-cookie-text): New functions.
11113         (autoload-builtin-package-versions): New variable.
11114         (autoload-generate-file-autoloads): Use them.
11115         Remove the list of autoloaded functions/macros from the
11116         (autoload...) comments.
11118         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
11120 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
11122         * simple.el (line-move-partial): Don't jump to the next screen
11123         line as soon as it becomes visible.  Instead, continue enlarging
11124         the vscroll until the portion of a tall screen line that's left on
11125         display is about the height of the frame's default font.
11126         (Bug#14567)
11128 2013-06-15  Glenn Morris  <rgm@gnu.org>
11130         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
11131         compilation-error-regexp-alist void, or local while let-bound.
11133         * progmodes/make-mode.el (makefile-mode-syntax-table):
11134         Treat "=" as punctuation.  (Bug#14614)
11136 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
11138         * help-fns.el (describe-variable):
11139         Add extra line for permanent-local variables.
11141 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
11143         * progmodes/scheme.el (scheme-font-lock-keywords-2):
11144         Add export, import, library.  (Bug#9164)
11145         (library): Set indent function.
11147 2013-06-14  Glenn Morris  <rgm@gnu.org>
11149         * term/xterm.el (xterm--query):
11150         Stop after first matching handler.  (Bug#14615)
11152 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
11154         Add support for dired in saveplace.
11155         * dired.el (dired-initial-position-hook): New variable.
11156         (dired-initial-position): Call hook to place cursor position.
11157         * saveplace.el (save-place-to-alist): Add dired position.
11158         (save-place-dired-hook): New function.
11160 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11162         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
11163         through a symbol rather than letrec.
11165         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
11166         (package-desc): Add `dir' field.
11167         (package-desc-full-name): New function.
11168         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
11169         (package-maybe-load-descriptor): Remove.
11170         (package-load-all-descriptors): Just call package-load-descriptor.
11171         (package--disabled-p): New function.
11172         (package-desc-vers, package-desc-doc): Remove aliases.
11173         (package--dir): Remove function.
11174         (package-activate): Check if a package is disabled.
11175         (package-process-define-package): New function, extracted from
11176         define-package.
11177         (define-package): Turn into a place holder.
11178         (package-unpack-single, package-tar-file-info):
11179         Use package--description-file.
11180         (package-compute-transaction): Use package--disabled-p.
11181         (package-download-transaction): Don't call
11182         package-maybe-load-descriptor since they're all loaded anyway.
11183         (package-install): Change argument to be a pkg-desc.
11184         (package-delete): Use a single pkg-desc argument.
11185         (describe-package-1): Use package-desc-dir instead of package--dir.
11186         Use package-desc property instead of package-symbol.
11187         (package-install-button-action): Adjust accordingly.
11188         (package--push): Rewrite.
11189         (package-menu--print-info): Adjust accordingly.  Change the ID format
11190         to be a pkg-desc.
11191         (package-menu-describe-package, package-menu-get-status)
11192         (package-menu--find-upgrades, package-menu-mark-upgrades)
11193         (package-menu-execute, package-menu--name-predicate):
11194         Adjust accordingly.
11195         * startup.el (package--description-file): New function.
11196         (command-line): Use it.
11197         * emacs-lisp/package-x.el (package-upload-buffer-internal):
11198         Use package-desc-version.
11200         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
11201         (byte-compile-preprocess): Use it.
11202         (byte-compile-file-form-defalias): Try a bit harder to use macros we
11203         can't quite recognize.
11204         (byte-compile-add-to-list): Remove.
11205         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
11206         (cconv-closure-convert): Add assertion.
11208         * emacs-lisp/map-ynp.el: Use lexical-binding.
11209         (map-y-or-n-p): Remove unused vars `tail' and `object'.
11210         Factor out some repeated code.
11212 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11214         * subr.el (with-eval-after-load): New macro.
11215         (eval-after-load): Allow form to be a function.
11216         take advantage of lexical-binding.
11217         (do-after-load-evaluation): Use dolist and adjust to new format.
11218         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
11220 2013-06-13  Juri Linkov  <juri@jurta.org>
11222         * replace.el (perform-replace): Display "symbol " and other search
11223         modes from `isearch-message-prefix' in the *Help* buffer.
11225         * isearch.el (isearch-query-replace): Add " symbol" and other
11226         possible search modes from `isearch-message-prefix' to the prompt.
11227         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
11228         when reading a regexp to collect.
11230 2013-06-13  Juri Linkov  <juri@jurta.org>
11232         * isearch.el (word-search-regexp): Match whitespace if the search
11233         string begins or ends in whitespace.  The LAX arg is applied to
11234         both ends of the search string.  Use `regexp-quote' and explicit
11235         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
11236         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
11237         boundaries are replaced with symbol boundaries, and characters
11238         between symbols match non-word non-symbol syntax.  (Bug#14602)
11240 2013-06-13  Juri Linkov  <juri@jurta.org>
11242         * isearch.el (isearch-del-char): Don't exceed the length of
11243         `isearch-string' by the prefix arg.  (Bug#14563)
11245 2013-06-13  Juri Linkov  <juri@jurta.org>
11247         * isearch.el (isearch-yank-word, isearch-yank-line)
11248         (isearch-char-by-name, isearch-quote-char)
11249         (isearch-printing-char, isearch-process-search-char):
11250         Add optional count prefix arg.  (Bug#14563)
11252         * international/isearch-x.el
11253         (isearch-process-search-multibyte-characters):
11254         Add optional count prefix arg.
11256 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11258         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
11259         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
11260         lexical-binding.
11262 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
11264         * subr.el (set-temporary-overlay-map): Add on-exit argument.
11266 2013-06-13  Glenn Morris  <rgm@gnu.org>
11268         * startup.el (tty-handle-args):
11269         Don't just discard "--" and anything after.  (Bug#14608)
11271         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
11273 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
11275         Implement changes in Secret Service API.  Make it backward compatible.
11276         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
11277         (secrets-create-item): Use it.  Prefix properties with interface.
11279 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
11281         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
11282         (term-emulate-terminal): Respect term-suppress-hard-newline.
11284 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
11286         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
11287         Only remove a `thumb-file' overlay.  (Bug#14548)
11289 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
11291         * mail/reporter.el (reporter-submit-bug-report):
11292         Handle missing package-name.  (Bug#14600)
11294 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
11296         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
11297         (reftex-citation-prompt, reftex-default-bibliography)
11298         (reftex-bib-or-thebib, reftex-get-bibfile-list)
11299         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
11300         (reftex-bib-sort-author, reftex-bib-sort-year)
11301         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
11302         (reftex-extract-bib-entries-from-thebibliography)
11303         (reftex-get-bibkey-default, reftex-get-bib-names)
11304         (reftex-parse-bibtex-entry, reftex-get-bib-field)
11305         (reftex-format-bib-entry, reftex-parse-bibitem)
11306         (reftex-format-bibitem, reftex-do-citation)
11307         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
11308         (reftex-restrict-bib-matches, reftex-extract-bib-file)
11309         (reftex-insert-bib-matches, reftex-format-citation)
11310         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
11311         (reftex-create-bibtex-file): Add docstrings, mostly by converting
11312         existing comments into docstrings.
11314 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
11316         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
11318 2013-06-12  Andreas Schwab  <schwab@suse.de>
11320         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
11321         for auto-save files.
11323 2013-06-12  Glenn Morris  <rgm@gnu.org>
11325         * ido.el (ido-delete-ignored-files): Remove.
11326         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
11327         Go back to calling ido-ignore-item-p directly.
11329 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
11331         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
11333         * ido.el (ido-delete-ignored-files): New function,
11334         split from ido-make-file-list-1.
11335         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
11336         (ido-make-file-list-1): Use ido-delete-ignored-files.
11338 2013-06-12  Leo Liu  <sdl.web@gmail.com>
11340         * progmodes/octave.el (inferior-octave-startup)
11341         (inferior-octave-completion-table)
11342         (inferior-octave-track-window-width-change)
11343         (octave-eldoc-function-signatures, octave-help)
11344         (octave-find-definition): Use single quoted strings.
11345         (inferior-octave-startup-args): Change default value.
11346         (inferior-octave-startup): Do not hard code "-i" and
11347         "--no-line-editing".
11348         (inferior-octave-resync-dirs): Add optional arg NOERROR.
11349         (inferior-octave-directory-tracker): Use it.
11350         (octave-goto-function-definition): Robustify.
11351         (octave-help): Support highlighting operators in 'See also'.
11352         (octave-find-definition): Find subfunctions only in Octave mode.
11354 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11356         * help-fns.el (help-fns--compiler-macro): If the handler function is
11357         named, then put a link to it.
11358         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
11359         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
11360         (cl-typep): Use it.
11361         (cl-eval-when): Simplify debug spec.
11362         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
11363         compiler-macro function instead of setting `compiler-macro-file'.
11365 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
11367         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
11368         * vc/vc-hooks.el (vc-stay-local): Doc fix.
11370 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11371             Daniel Hackney  <dan@haxney.org>
11373         First part of Daniel Hackney's patch to package.el.
11374         * emacs-lisp/package.el: Use defstruct.
11375         (package-desc): New, main struct.
11376         (package--bi-desc, package--ac-desc): New structs, used to describe the
11377         format in external files.
11378         (package-desc-vers): Replace with package-desc-version accessor.
11379         (package-desc-doc): Replace with package-desc-summary accessor.
11380         (package-activate-1): Remove `package' arg since the pkg-vec now
11381         includes the name.
11382         (define-package): Use package-desc-from-define.
11383         (package-unpack-single): Change file-name arg to be a symbol.
11384         (package--add-to-archive-contents): Use package-desc-create and new
11385         accessor functions to package--ac-desc.
11386         (package-buffer-info, package-tar-file-info): Return a package-desc.
11387         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
11388         arg to be a package-desc.
11389         (package-install-file): Adjust accordingly.  Use \' to match EOS.
11390         (package--from-builtin): New function.
11391         (describe-package-1, package-menu--generate): Use it.
11392         (package--make-autoloads-and-compile): Change name arg to be a symbol.
11393         (package-generate-autoloads): Idem and return the name of the file.
11394         * emacs-lisp/package-x.el (package-upload-buffer-internal):
11395         Change pkg-info arg to be a package-desc.
11396         Use package-make-ac-desc.
11397         (package-upload-file): Use \' to match EOS.
11398         * finder.el (finder-compile-keywords): Use package-make-builtin.
11400 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11402         * vc/vc.el (vc-deduce-fileset): Change error message.
11403         (vc-read-backend): New function.
11404         (vc-next-action): Use it.
11406         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
11408         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
11409         (prolog-font-lock-keywords): Use regexp-opt instead.
11410         Don't manually highlight strings.
11411         (prolog-mode-variables): Simplify comment-start-skip.
11412         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
11414         * emacs-lisp/generic.el (generic--normalise-comments)
11415         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
11416         (generic-mode-set-comments): Use them.
11417         (generic-bracket-support): Use setq-local.
11418         (generic-make-keywords-list): Declare obsolete.
11420 2013-06-11  Glenn Morris  <rgm@gnu.org>
11422         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11423         Prettify after setting font-lock-defaults.  (Bug#14574)
11425 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
11427         * replace.el (query-replace, occur-read-regexp-defaults-function)
11428         (replace-search):
11429         * subr.el (declare-function, number-sequence, local-set-key)
11430         (substitute-key-definition, locate-user-emacs-file)
11431         (with-silent-modifications, split-string, eval-after-load):
11432         Fix typos, remove unneeded backslashes and reflow some docstrings.
11434 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11436         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
11437         default for Elisp files.
11439 2013-06-11  Glenn Morris  <rgm@gnu.org>
11441         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
11442         although define-derived-mode was doing this anyway.  (Bug#14583)
11444 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
11446         * allout.el (allout-encryption-plaintext-sanitization-regexps):
11447         Fix make-variable-buffer-local call to refer to the correct variable.
11449 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
11451         * eshell/em-term.el (eshell-visual-commands)
11452         (eshell-visual-subcommands, eshell-visual-options):
11453         Add summary line to docstrings.  Add cross-references.
11455 2013-06-10  Glenn Morris  <rgm@gnu.org>
11457         * epa.el (epa-read-file-name): New function.  (Bug#14510)
11458         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
11460 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
11462         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
11463         output redirection to be ignored with visual commands.
11465 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
11467         * eshell/em-term.el (eshell-visual-command-p): New function.
11468         (eshell-term-initialize): Move long lambda to separate function
11469         eshell-visual-command-p.
11470         * eshell/em-dirs.el (eshell-dirs-initialize):
11471         * eshell/em-script.el (eshell-script-initialize):
11472         Add missing #' to lambda.
11474 2013-06-08  Leo Liu  <sdl.web@gmail.com>
11476         * progmodes/octave.el (octave-add-log-current-defun): New function.
11477         (octave-mode): Set add-log-current-defun-function.
11478         (octave-goto-function-definition): Do not move point if not found.
11479         (octave-find-definition): Enhance to try subfunctions first.
11481 2013-06-08  Glenn Morris  <rgm@gnu.org>
11483         * emacs-lisp/bytecomp.el (byte-compile-char-before)
11484         (byte-compile-backward-char, byte-compile-backward-word):
11485         Improve previous change, to handle non-explicit nil.
11487 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11489         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
11490         (smie--opener/closer-at-point): New function.
11491         (smie--matching-block-data): Use it.  Don't match from right after an
11492         opener or right before a closer.  Obey smie-blink-matching-inners.
11493         Don't signal a mismatch for repeated inners like "switch..case..case".
11495 2013-06-07  Leo Liu  <sdl.web@gmail.com>
11497         * progmodes/octave.el (octave-mode): Set comment-use-global-state
11498         to t.  (Bug#14303)
11499         (octave-function-header-regexp): Fix.  (Bug#14570)
11500         (octave-help-mode-finish-hook, octave-help-mode-finish):
11501         Remove.  Just use temp-buffer-show-hook.
11503         * newcomment.el (comment-search-backward): Revert last change.
11504         (Bug#14434)
11506         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
11508 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
11510         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
11511         through xargs, to avoid failure due to MS-Windows limitations on
11512         command-line length.
11514 2013-06-06  Glenn Morris  <rgm@gnu.org>
11516         * font-lock.el (lisp-font-lock-keywords-2):
11517         Treat user-error like error.
11519         * emacs-lisp/bytecomp.el (byte-compile-char-before)
11520         (byte-compile-backward-char, byte-compile-backward-word):
11521         Handle explicit nil arguments.  (Bug#14565)
11523 2013-06-05  Alan Mackenzie  <acm@muc.de>
11525         * isearch.el (isearch-allow-prefix): New user option.
11526         (isearch-other-meta-char): Don't exit isearch when a prefix
11527         argument is typed whilst `isearch-allow-prefix' is non-nil.
11528         (Bug#9706)
11530 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11532         * autorevert.el (auto-revert-notify-handler): Use memq.
11533         Hide assertion failure.
11535         * skeleton.el: Use cl-lib.
11536         (skeleton-further-elements): Use defvar-local.
11537         (skeleton-insert): Use cl-progv.
11539 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
11541         * progmodes/prog-mode.el (prog-prettify-symbols)
11542         (prog-prettify-install): Update docstrings.
11544 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11546         * simple.el: Move all the prog-mode code to prog-mode.el.
11547         * progmodes/prog-mode.el: New file.
11548         * loadup.el: Add prog-mode.el.
11550 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
11552         * simple.el (prog-prettify-symbols): Add version.
11553         (prog-prettify-install): Add convenience function to prettify symbols.
11555         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
11556         (perl--augmented-font-lock-keywords-1)
11557         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
11558         variables and use it.
11560         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
11561         (cfengine3-mode): Remove unneeded variable and use it.
11563         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
11564         (lisp--augmented-font-lock-keywords-1)
11565         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
11566         Remove unneeded variables and use it.
11568 2013-06-05  João Távora  <joaotavora@gmail.com>
11570         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
11571         to point when opening the connection.  (Bug#14380)
11573 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11575         * subr.el (load-history-regexp, load-history-filename-element)
11576         (eval-after-load, after-load-functions, do-after-load-evaluation)
11577         (eval-next-after-load, display-delayed-warnings)
11578         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
11579         definition of save-match-data.
11580         (overriding-local-map): Remove accidental obsolescence declaration.
11582         * emacs-lisp/edebug.el (edebug-result): Move before first use.
11584 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
11586         Generalize symbol prettify support to prog-mode and implement it
11587         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
11588         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
11589         (prog--prettify-font-lock-compose-symbol)
11590         (prog-prettify-font-lock-symbols-keywords): New variables and
11591         functions to support symbol prettification.
11592         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
11593         (lisp--augmented-font-lock-keywords-1)
11594         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
11595         (lisp--prettify-symbols-alist): Implement prettify of lambda.
11596         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
11597         (cfengine3--prettify-symbols-alist, cfengine3-mode):
11598         Implement prettify of -> => :: strings.
11599         * progmodes/perl-mode.el (perl-prettify-symbols)
11600         (perl--font-lock-compose-symbol)
11601         (perl--font-lock-symbols-keywords): Move to prog-mode.
11602         (perl--prettify-symbols-alist): Prettify -> => :: strings.
11603         (perl-font-lock-keywords-1)
11604         (perl-font-lock-keywords-2): Remove explicit prettify support.
11605         (perl--augmented-font-lock-keywords)
11606         (perl--augmented-font-lock-keywords-1)
11607         (perl--augmented-font-lock-keywords-2, perl-mode):
11608         Implement prettify support.
11610 2013-06-05  Leo Liu  <sdl.web@gmail.com>
11612         Re-implement SMIE matching block highlight using
11613         show-paren-data-function.  (Bug#14395)
11614         * emacs-lisp/smie.el (smie-matching-block-highlight)
11615         (smie--highlight-matching-block-overlay)
11616         (smie--highlight-matching-block-lastpos)
11617         (smie-highlight-matching-block)
11618         (smie-highlight-matching-block-mode): Remove.
11619         (smie--matching-block-data-cache): New variable.
11620         (smie--matching-block-data): New function.
11621         (smie-setup): Use smie--matching-block-data for
11622         show-paren-data-function.
11624         * progmodes/octave.el (octave-mode-menu): Fix.
11625         (octave-find-definition): Skip garbage lines.
11627 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11629         Fix compilation error with simultaneous dynamic+lexical scoping.
11630         Add warning when a defvar appears after the first let-binding.
11631         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
11632         (byte-compile-close-variables): Initialize it.
11633         (byte-compile--declare-var): New function.
11634         (byte-compile-file-form-defvar)
11635         (byte-compile-file-form-define-abbrev-table)
11636         (byte-compile-file-form-custom-declare-variable): Use it.
11637         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
11638         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
11639         (byte-compile-bind): Handle dynamic bindings that shadow
11640         lexical bindings.
11641         (byte-compile-unbind): Make arg non-optional.
11642         (byte-compile-let): Simplify.
11643         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
11644         (cconv--analyse-function, cconv-analyse-form): Populate it.
11645         Protect byte-compile-bound-variables to limit the scope of defvars.
11646         (cconv-analyse-form): Add missing rule for (defvar <foo>).
11647         Remove unneeded rule for `declare'.
11649         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
11650         so as to avoid depending on cl-adjoin at run-time.
11651         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
11653         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
11654         (macroexp--warn-and-return): Use it.
11656 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11658         * subr.el: Convert to lexical binding.
11659         (overriding-local-map): Make obsolete.
11660         (add-to-list): Doc fix.  Add compiler macro.
11661         (read-key): Swap values of local maps.
11663 2013-06-05  Leo Liu  <sdl.web@gmail.com>
11665         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
11667 2013-06-04  Leo Liu  <sdl.web@gmail.com>
11669         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
11670         (compilation-auto-jump): Suppress the "Mark set" message to give
11671         way to exit message.
11673 2013-06-04  Alan Mackenzie  <acm@muc.de>
11675         Remove faulty optimisation from indentation calculation.
11676         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
11677         search limit based on 2000 characters back from indent-point.
11679 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
11681         * eshell/em-term.el (cl-lib): Require `cl-lib'.
11683 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11685         * emacs-lisp/lisp.el: Use lexical-binding.
11686         (lisp--local-variables-1, lisp--local-variables): New functions.
11687         (lisp--local-variables-completion-table): New var.
11688         (lisp-completion-at-point): Use it complete let-bound vars.
11690         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
11691         eagerly (bug#14422).
11693 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
11695         * autorevert.el (auto-revert-notify-enabled)
11696         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
11697         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
11698         (auto-revert-notify-handler): Handle also gfilenotify.
11700         * subr.el (file-notify-handle-event): New defun.  Replacing ...
11701         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
11702         Remove.
11704 2013-06-03  Juri Linkov  <juri@jurta.org>
11706         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
11707         `M-s h .'.  (Bug#14427)
11709         * hi-lock.el (highlight-symbol-at-point): New alias for the new
11710         command `hi-lock-face-symbol-at-point'.
11711         (hi-lock-face-symbol-at-point): New command.
11712         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
11713         (hi-lock-menu): Add `highlight-symbol-at-point'.
11714         (hi-lock-mode): Doc fix.
11716         * isearch.el (isearch-forward-symbol-at-point): New command.
11717         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
11718         (isearch-highlight-regexp): Add a regexp which matches
11719         words/symbols for word/symbol mode.
11721         * subr.el (find-tag-default-bounds): New function with the body
11722         mostly moved from `find-tag-default'.
11723         (find-tag-default): Move most code to `find-tag-default-bounds',
11724         call it and apply `buffer-substring-no-properties' afterwards.
11726 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
11728         * eshell/em-term.el (eshell-term-initialize):
11729         Use `cl-intersection' rather than `intersection'.
11731 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
11733         * vc/log-view.el: Doc fix.
11734         (log-view-mode-map): Copy keymap from `special-mode-map'.
11736 2013-06-02  Eric Ludlam  <zappo@gnu.org>
11738         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
11739         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
11740         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
11741         (eieio-unbound, eieio-default-superclass)
11742         (eieio--define-field-accessors, method-static, method-before)
11743         (method-primary, method-after, method-num-lists)
11744         (method-generic-before, method-generic-primary)
11745         (method-generic-after, method-num-slots)
11746         (eieio-specialized-key-to-generic-key)
11747         (eieio--check-type, class-v, class-p)
11748         (eieio-class-name, define-obsolete-function-alias)
11749         (eieio-class-parents-fast, eieio-class-children-fast)
11750         (same-class-fast-p, class-constructor, generic-p)
11751         (generic-primary-only-p, generic-primary-only-one-p)
11752         (class-option-assoc, class-option, eieio-object-p)
11753         (class-abstract-p, class-method-invocation-order)
11754         (eieio-defclass-autoload-map, eieio-defclass-autoload)
11755         (eieio-class-un-autoload, eieio-defclass)
11756         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
11757         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
11758         (eieio--defgeneric-init-form, eieio-defgeneric-form)
11759         (eieio-defgeneric-reset-generic-form)
11760         (eieio-defgeneric-form-primary-only)
11761         (eieio-defgeneric-reset-generic-form-primary-only)
11762         (eieio-defgeneric-form-primary-only-one)
11763         (eieio-defgeneric-reset-generic-form-primary-only-one)
11764         (eieio-unbind-method-implementations)
11765         (eieio--defmethod, eieio--typep)
11766         (eieio-perform-slot-validation, eieio-validate-slot-value)
11767         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
11768         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
11769         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
11770         (eieio-slot-name-index, eieio-class-slot-name-index)
11771         (eieio-set-defaults, eieio-initarg-to-attribute)
11772         (eieio-attribute-to-initarg, eieio-c3-candidate)
11773         (eieio-c3-merge-lists, eieio-class-precedence-c3)
11774         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
11775         (eieio-class-precedence-list, eieio-generic-call-methodname)
11776         (eieio-generic-call-arglst, eieio-generic-call-key)
11777         (eieio-generic-call-next-method-list)
11778         (eieio-pre-method-execution-functions, eieio-generic-call)
11779         (eieio-generic-call-primary-only, eieiomt-method-list)
11780         (eieiomt-optimizing-obarray, eieiomt-install)
11781         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
11782         (eieio-generic-form, eieio-defmethod, make-obsolete)
11783         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
11784         (defclass): Remove `eval-and-compile' from macro.
11785         (call-next-method, shared-initialize): Instead of using
11786         `scoped-class' variable, use new eieio--scoped-class, and
11787         eieio--with-scoped-class.
11788         (initialize-instance): Rename local variable 'scoped-class' to
11789         'this-class' to remove ambiguitity from old global.
11791         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
11792         eieio.el.
11793         (eieio--scoped-class-stack): New variable.
11794         (eieio--scoped-class): New fcn.
11795         (eieio--with-scoped-class): New scoping macro.
11796         (eieio-defclass): Use pushnew instead of add-to-list.
11797         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
11798         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
11799         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
11800         `scoped-class' variable, use new eieio--scoped-class, and
11801         eieio--with-scoped-class.
11803         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
11805 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
11807         * eshell/esh-ext.el (eshell-external-command): Pass args to
11808         `eshell-find-interpreter'.
11809         (eshell-find-interpreter): Add new second parameter ARGS.
11811         * eshell/em-script.el (eshell-script-initialize): Add second arg
11812         to the function added as MATCH to `eshell-interpreter-alist'.
11814         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
11815         the function added as MATCH to `eshell-interpreter-alist'.
11817         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
11818         (eshell-visual-options): New defcustom.
11819         (eshell-escape-control-x): Adapt docstring.
11820         (eshell-term-initialize): Test `eshell-visual-subcommands' and
11821         `eshell-visual-options' in addition to `eshell-visual-commands'.
11822         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
11824 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11826         * progmodes/python.el (python-indent-block-enders): Add break,
11827         continue and raise keywords.
11829 2013-06-01  Glenn Morris  <rgm@gnu.org>
11831         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
11833         Plain (f)boundp silences compilation warnings since Emacs 22.1.
11834         * progmodes/cc-cmds.el (delete-forward-p):
11835         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
11836         * progmodes/cc-engine.el (buffer-syntactic-context):
11837         * progmodes/cc-fonts.el (face-property-instance):
11838         * progmodes/cc-mode.el (set-keymap-parents):
11839         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
11840         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
11841         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
11842         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
11843         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
11845         * progmodes/cc-vars.el (other): Emacs has this widget since
11846         at least 21.1, so don't (re)define it.
11848         * eshell/em-cmpl.el (eshell-cmpl-initialize):
11849         Replace the obsolete alias pcomplete-arg-quote-list.
11851 2013-06-01  Leo Liu  <sdl.web@gmail.com>
11853         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
11854         punctuation syntax.
11855         (inferior-octave-minimal-columns)
11856         (inferior-octave-last-column-width): New variables.
11857         (inferior-octave-track-window-width-change): New function.
11858         (inferior-octave-mode): Adjust column width so that Octave output,
11859         for example from 'ls', can fit into the window nicely.
11861 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
11863         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
11864         Highlight expansions inside regexp literals.
11866 2013-05-31  Glenn Morris  <rgm@gnu.org>
11868         * obsolete/sym-comp.el (symbol-complete):
11869         Replace obsolete completion-annotate-function.
11871         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
11873 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
11875         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
11876         New function, checks if point is inside a literal that allows
11877         expression expansion.
11878         (ruby-syntax-propertize-expansion): Use it.
11879         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
11880         around the body.
11882 2013-05-30  Juri Linkov  <juri@jurta.org>
11884         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
11885         to "\M-si".
11886         (isearch-invisible): New variable.
11887         (isearch-forward): Doc fix.
11888         (isearch-mode): Set `isearch-invisible'
11889         to the value of `search-invisible'.
11890         (isearch-toggle-case-fold): Doc fix.
11891         (isearch-toggle-invisible): New command.
11892         (isearch-query-replace): Let-bind `search-invisible'
11893         to the value of `isearch-invisible'.
11894         (isearch-search): Use `isearch-invisible' instead of
11895         `search-invisible'.  Let-bind `search-invisible'
11896         to the value of `isearch-invisible'.  (Bug#11378)
11898 2013-05-30  Juri Linkov  <juri@jurta.org>
11900         * replace.el (perform-replace): Avoid `isearch-range-invisible'
11901         call when `query-flag' is nil and `search-invisible' is non-nil.
11902         (Bug#11746)
11904 2013-05-30  Glenn Morris  <rgm@gnu.org>
11906         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
11908         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
11909         (cc-require): Suppress spurious "noruntime" warnings.
11910         (cc-require-when-compile): Use fboundp, for sake of compiler.
11912         * progmodes/cc-mode.el: Move load of cc-vars before that of
11913         cc-langs (which in turn loads cc-vars), to quieten compiler.
11915 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11917         * paren.el: Simplify the code.
11918         (show-paren-mode): Always start the timer.
11919         (show-paren--idle-timer): Rename from show-paren-idle-timer.
11920         (show-paren--overlay, show-paren--overlay-1): Rename from
11921         show-paren-overlay and show-paren-overlay-1, and initialize to an
11922         overlay rather than to nil.
11923         (show-paren-function): Misc cleanup and simplifications.
11925 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11927         * paren.el (show-paren-data-function): New hook.
11928         (show-paren--default): New function, extracted from show-paren-function.
11929         (show-paren-function): Use show-paren-data-function.
11931 2013-05-30  Glenn Morris  <rgm@gnu.org>
11933         * ielm.el (ielm-map, ielm-complete-symbol):
11934         Use completion-at-point rather than obsolete functions.
11935         (inferior-emacs-lisp-mode): Doc fix.
11936         Set completion-at-point-functions, rather than
11937         comint-dynamic-complete-functions.
11939         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
11940         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
11941         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
11943         * image.el (image-animated-p): Tweak definition.
11945         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
11946         (rlogin-process-connection-type): Tweak default.  Add set-after.
11947         (rlogin-host): Doc fix.
11948         (rlogin): Tweak prompt.
11949         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
11951         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
11952         * progmodes/tcl.el (inferior-tcl-mode-map):
11953         Use completion-at-point rather than obsolete alias.
11955         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
11957         * minibuffer.el (read-file-name-completion-ignore-case):
11958         Move before completion--in-region, for eager macro expansion.
11960 2013-05-29  Juri Linkov  <juri@jurta.org>
11962         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
11963         for total count of matching lines.  Add `global-matches' for total
11964         count of matches.  Rename `matches' to `lines' for count of
11965         matching lines.  Add `matches' for count of matches.
11966         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
11967         to `prev-line' for line number of prev match endpt.
11968         Increment `matches' for every match.  Print the number of
11969         matching lines in the header.
11970         (occur-context-lines): Rename `lines' to `curr-line'.
11971         Rename `prev-lines' to `prev-line'.  (Bug#14017)
11973 2013-05-29  Juri Linkov  <juri@jurta.org>
11975         * replace.el (perform-replace): Add `skip-read-only-count',
11976         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
11977         Increment them for corresponding conditions and report the number
11978         of skipped occurrences in the final message.  (Bug#11746)
11979         (query-replace, query-replace-regexp, query-replace-regexp-eval)
11980         (replace-string, replace-regexp): Doc fix.
11982 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11984         * emacs-lisp/trace.el (trace--read-args): Provide a default.
11986         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
11987         prog-mode-map (bug#14504).
11989 2013-05-29  Leo Liu  <sdl.web@gmail.com>
11991         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
11992         (octave-help): Small simplification.
11994         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
11995         off the highlight first.
11997 2013-05-29  Glenn Morris  <rgm@gnu.org>
11999         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
12000         Handle idlwave-last-system-routine-info-cons-cell being nil.
12002         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
12003         (idlwave-write-paths): Simplify via with-temp-buffer.
12005         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
12006         * emulation/cua-rect.el: Also load cua-base at run time.
12008         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
12009         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
12010         (cperl-imenu-on-info): Require imenu.
12012 2013-05-28  Alan Mackenzie  <acm@muc.de>
12014         Handle "capitalised keywords" correctly.
12015         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
12017 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
12019         * eshell/em-unix.el: Add -r option to cp.
12021 2013-05-28  Glenn Morris  <rgm@gnu.org>
12023         * vc/vc-arch.el (vc-exec-after): Declare.
12024         (vc-switches): Autoload.
12025         * vc/vc-bzr.el: No need to require vc when compiling.
12026         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
12027         (vc-resynch-buffer, vc-dir-refresh): Declare.
12028         (vc-setup-buffer, vc-switches): Autoload.
12029         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
12030         (vc-resynch-buffer): Declare.
12031         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
12032         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
12033         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
12034         (grep-read-regexp, grep-read-files, grep-expand-template)
12035         (vc-dir-refresh): Declare.
12036         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
12037         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
12038         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
12039         * vc/vc-mtn.el (vc-exec-after): Declare.
12040         (vc-switches): Autoload.
12041         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
12042         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
12043         (vc-file-tree-walk): Declare.
12044         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
12045         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
12046         (vc-tag-precondition, vc-rename-master): Autoload.
12047         * vc/vc-svn.el (vc-exec-after): Declare.
12048         (vc-switches, vc-setup-buffer): Autoload.
12049         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
12050         Autoload.
12051         (vc-resynch-buffer): Declare.
12053         * obsolete/fast-lock.el (byte-compile-warnings):
12054         Don't warn about obsolete features in this obsolete file.
12056         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
12057         Move definition before use.
12059         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
12060         (dun-unix-verbs): Remove dun-zippy.
12061         (dun-zippy): Remove function.
12063         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
12065 2013-05-27  Juri Linkov  <juri@jurta.org>
12067         * replace.el (replace-search): New function with code moved out
12068         from `perform-replace'.
12069         (replace-highlight, replace-dehighlight): Move function definitions
12070         up closer to `replace-search'.  (Bug#11746)
12072 2013-05-27  Juri Linkov  <juri@jurta.org>
12074         * replace.el (perform-replace): Ignore invisible matches.
12075         In addition to checking `query-replace-skip-read-only', also
12076         filter out matches by calling `run-hook-with-args-until-failure'
12077         on `isearch-filter-predicates', and also check `search-invisible'
12078         for t or call `isearch-range-invisible'.
12079         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
12081 2013-05-27  Juri Linkov  <juri@jurta.org>
12083         * isearch.el (isearch-filter-predicates): Rename from
12084         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
12085         (isearch-message-prefix): Display text from the property
12086         `isearch-message-prefix' of the currently active filters.
12087         (isearch-search): Don't compare `isearch-filter-predicate' with
12088         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
12089         on `isearch-filter-predicates'.  Also check `search-invisible' for t
12090         or call `isearch-range-invisible'.
12091         (isearch-filter-visible): Make obsolete.
12092         (isearch-lazy-highlight-search):
12093         Call `run-hook-with-args-until-failure' on
12094         `isearch-filter-predicates' and use `isearch-range-invisible'.
12096         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
12097         `isearch-filter-predicates' instead of `funcall'ing
12098         `isearch-filter-predicate'.
12099         (Info-mode): Set `Info-isearch-filter' to
12100         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
12102         * dired-aux.el (dired-isearch-filter-predicate-orig):
12103         Remove variable.
12104         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
12105         (dired-isearch-filenames-end): Add and remove
12106         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
12107         instead of changing the value of `isearch-filter-predicate'.
12108         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
12109         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
12110         Put property `isearch-message-prefix' to "filename " on
12111         `dired-isearch-filter-filenames'.
12113         * wdired.el (wdired-change-to-wdired-mode):
12114         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
12115         locally instead of changing `isearch-filter-predicate'.
12116         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
12118 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
12120         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
12121         return the commit hash (Bug#14459).  Also set the
12122         `vc-git-detached' property.
12123         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
12124         (vc-git-mode-line-string): Use the same help-echo format whether
12125         in detached mode or not, because we know the actual revision now.
12126         When in detached mode, shorten the revision to 7 chars.
12128 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12130         * emacs-lisp/easy-mmode.el (define-minor-mode):
12131         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
12132         mode hook and provide a docstring.
12134 2013-05-27  Alan Mackenzie  <acm@muc.de>
12136         Remove spurious syntax-table text properties inserted by C-y.
12137         * progmodes/cc-mode.el (c-after-change): Also clear hard
12138         syntax-table property with value nil.
12140 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
12142         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
12143         when reading the events; the buffer layout shall not be changed.
12145 2013-05-27  Leo Liu  <sdl.web@gmail.com>
12147         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
12148         New variable.
12149         (inferior-octave-directory-tracker): Automatically re-sync
12150         default-directory.
12151         (octave-help): Improve handling of 'See also'.
12153 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12155         * doc-view.el: Minor naming convention tweaks.
12156         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
12158         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
12159         even if there's no `display' property yet (bug#14435).
12161 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
12163         * subr.el (unmsys--file-name): Rename from reveal-filename.
12165         * Makefile.in (custom-deps, finder-data, autoloads)
12166         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
12167         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
12168         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
12170 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12172         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
12173         error-completion on the first 2 args of condition-case (bug#14446).
12174         Don't burp at EOB.
12176 2013-05-25  Leo Liu  <sdl.web@gmail.com>
12178         * comint.el (comint-previous-matching-input): Do not flood the
12179         *Messages* buffer with trivial messages.
12181 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12183         * progmodes/flymake.el (flymake-nop): Don't return a string.
12184         (flymake-set-at): Fix typo.
12186         * simple.el (read--expression): New function, extracted from
12187         eval-expression.  Set completion-at-point-functions (bug#14465).
12188         (eval-expression, eval-minibuffer): Use it.
12190 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
12192         * progmodes/flymake.el (flymake-save-buffer-in-file)
12193         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
12194         (flymake-selected-frame, flymake-log, flymake-ins-after)
12195         (flymake-set-at, flymake-get-buildfile-from-cache)
12196         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
12197         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
12198         Refine the doc string.
12199         (flymake-get-file-name-mode-and-masks): Reformat.
12200         (flymake-get-real-file-name-function): Fix a minor bug.
12202 2013-05-24  Juri Linkov  <juri@jurta.org>
12204         * progmodes/grep.el (grep-mode-font-lock-keywords):
12205         Support =linenumber= format used by git-grep for lines with
12206         function names.  (Bug#13549)
12208 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12210         * progmodes/octave.el (octave-smie-rules): Return nil rather than
12211         0 after a semi-colon; it works better for smie-auto-fill.
12212         (octave--indent-new-comment-line): New function.
12213         (octave-indent-new-comment-line): Use it (indirectly).
12214         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
12215         modify comment-line-break-function.
12217         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
12218         (smie-setup): Use add-function to set it.
12220 2013-05-24  Sam Steingold  <sds@gnu.org>
12222         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
12223         argument (before the `interactive' argument).
12225 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12227         * image-mode.el (image-mode-winprops): Add winprops to
12228         image-mode-winprops-alist before running
12229         image-mode-new-window-functions.
12230         * doc-view.el (doc-view-new-window-function): Don't delay
12231         doc-view-goto-page via timers (bug#14435).
12233 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
12235         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
12236         (doc-view-desktop-save-buffer): New function.
12237         (doc-view-restore-desktop-buffer): New function.
12238         (desktop-buffer-mode-handlers):
12239         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
12240         handler.
12241         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
12242         `desktop-save-buffer' function.
12244 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
12246         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
12247         (tramp-gvfs-file-name-handler): Raise a user error when
12248         `tramp-gvfs-enabled' is nil.
12249         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
12250         Do not raise a user error when loading package.  (Bug#14447)
12252         * net/xesam.el: Move to obsolete/.
12254 2013-05-24  Glenn Morris  <rgm@gnu.org>
12256         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
12258         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
12260         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
12261         (Info-find-node, Man-getpage-in-background): Declare.
12263         * mail/unrmail.el (unrmail):
12264         Replace obsolete detect-coding-with-priority.
12266         * net/socks.el (socks-split-string): Use this rather than split-string.
12267         (socks-nslookup-host): Update for above change.
12268         (dynamic-choice, s5-dynamic-choice-match)
12269         (s5-dynamic-choice-match-inline, s5-widget-value-create):
12270         Comment out unused code.
12272         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
12273         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
12274         (gud-tooltip-echo-area): Make obsolete.
12275         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
12277         * progmodes/js.el (js--optimize-arglist): Declare.
12279         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
12281         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
12282         (ediff-window-C): Declare.
12284         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
12285         Tweak requires to silence compiler.
12287         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
12288         (he-search-string, he-tried-table, he-expand-list)
12289         (he-init-string, he-string-member, he-substitute-string)
12290         (he-reset-string): Declare.
12292         * obsolete/options.el (list-options): Use custom-variable-p,
12293         rather than obsolete alias.
12295 2013-05-23  Sam Steingold  <sds@gnu.org>
12297         * simple.el (shell-command-on-region): Pass the `replace' argument
12298         down to `call-process-region' to comply with the doc as reported on
12299         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
12301 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12303         * emacs-lisp/smie.el (smie-indent-forward-token)
12304         (smie-indent-backward-token): Handle string tokens (bug#14381).
12306 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
12308         * ielm.el (ielm-menu): New menu.
12309         (inferior-emacs-lisp-mode): Set comment-start.
12311 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
12313         * textmodes/reftex.el (reftex-ref-style-toggle):
12314         Fix deactivate action.
12316         * textmodes/reftex-vars.el (reftex-ref-style-alist):
12317         Add cleveref macros.
12319         * textmodes/reftex-parse.el
12320         (reftex-locate-bibliography-files): Accept options for
12321         bibliography commands.
12322         * textmodes/reftex-vars.el (reftex-bibliography-commands):
12323         Add addbibresource.  Basic Biblatex support.
12325 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
12327         * net/tramp-gvfs.el (top):
12328         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
12329         when loading package.  (Bug#14447)
12331 2013-05-23  Glenn Morris  <rgm@gnu.org>
12333         * progmodes/js.el: No need to load comint when compiling.
12334         (ring-insert, comint-send-string, comint-send-input)
12335         (comint-last-input-end, ido-chop): Declare.
12337         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
12338         * vc/ediff-mult.el: Adjust requires.
12339         (ediff-directories-internal, ediff-directory-revisions-internal)
12340         (ediff-patch-file-internal): Declare.
12341         * vc/ediff-ptch.el: Adjust requires.
12342         (ediff-use-last-dir, ediff-buffers-internal): Declare.
12343         (ediff-find-file): Autoload.
12344         * vc/ediff-util.el: No need to load ediff when compiling.
12345         (ediff-regions-internal): Declare.
12346         * vc/ediff-wind.el: Adjust requires.
12347         (ediff-compute-toolbar-width): Define when compiling.
12348         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
12349         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
12350         (dired-get-filename, dired-get-marked-files)
12351         (ediff-last-dir-patch, ediff-patch-default-directory)
12352         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
12353         (ediff-patch-buffer-internal): Declare.
12355         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
12356         (ispell-process, ispell-buffer-local-words, lm-summary)
12357         (lm-section-start, lm-section-end): Declare.
12358         (checkdoc-ispell-init): Simplify.
12360         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
12361         (he-string-member, he-reset-string, he-substitute-string): Declare.
12363         * eshell/em-ls.el: Adjust requires.
12364         (eshell-glob-regexp): Declare.
12365         * eshell/em-tramp.el: Adjust requires.
12366         (eshell-parse-command): Autoload.
12367         * eshell/em-xtra.el: Adjust requires.
12368         (eshell-parse-command): Autoload.
12369         * eshell/esh-ext.el: Adjust requires.
12370         (eshell-parse-command, eshell-close-handles): Autoload.
12371         * eshell/esh-io.el: Adjust requires.
12372         (eshell-output-filter): Autoload.
12373         * eshell/esh-util.el: No need to load tramp when compiling.
12374         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
12375         Declare.
12376         (eshell-parse-ange-ls): Require ange-ftp and tramp.
12377         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
12378         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
12379         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
12380         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
12381         * eshell/esh-opt.el, eshell/esh-proc.el:
12382         * eshell/esh-var.el: Adjust requires.
12383         * eshell/eshell.el: Do not require esh-util twice.
12384         (eshell-add-input-to-history): Declare.
12385         (eshell-command): Check history module is active before using it.
12387         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
12389 2013-05-22  Leo Liu  <sdl.web@gmail.com>
12391         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
12393 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
12395         * autorevert.el (auto-revert-notify-add-watch)
12396         (auto-revert-notify-handler): Add `attrib' for the inotify case,
12397         it indicates changes in file modification time.
12399 2013-05-22  Glenn Morris  <rgm@gnu.org>
12401         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12402         Always delete the autoloaded function from the noruntime and
12403         unresolved functions lists.
12405         * allout.el: No need to load epa, epg, overlay when compiling.
12406         (epg-context-set-passphrase-callback, epg-list-keys)
12407         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
12408         (epg-key-user-id-list): Declare.
12410         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12411         (viper-set-parsing-style-toggling-macro)
12412         (viper-set-emacs-state-searchstyle-macros):
12413         Use called-interactively-p on Emacs.
12414         (viper-looking-back): Make it an obsolete alias.  Update callers.
12415         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
12416         Use looking-back rather than viper-looking-back.
12417         (viper-tmp-insert-at-eob, viper-enlarge-region)
12418         (viper-read-string-with-history, viper-register-to-point)
12419         (viper-append-to-register, viper-change-state-to-vi)
12420         (viper-backward-char-carefully, viper-forward-char-carefully)
12421         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
12422         (viper-change-state-to-emacs): Declare.
12423         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
12424         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
12425         * emulation/viper-mous.el: Do not load viper-cmd.
12426         (viper-backward-char-carefully, viper-forward-char-carefully)
12427         (viper-forward-word, viper-adjust-window): Declare.
12429         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
12431         * progmodes/idlw-help.el (idlwave-help-fontify):
12432         Use called-interactively-p.
12434         * term/w32console.el (w32-get-console-codepage)
12435         (w32-get-console-output-codepage): Declare.
12437         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
12438         Remove unnecessary declarations.
12439         (dframe-message): Doc fix.
12441         * info.el (dframe-select-attached-frame, dframe-current-frame):
12442         Declare.
12444         * speedbar.el (speedbar-message): Make it an obsolete alias.
12445         Update all callers.
12446         (speedbar-with-attached-buffer)
12447         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
12448         (speedbar-with-writable): Use backquote.
12449         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
12450         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
12451         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
12452         rather than speedbar- aliases.
12453         * mail/rmail.el: Load dframe rather than speedbar when compiling.
12454         (speedbar-make-specialized-keymap, speedbar-insert-button)
12455         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
12456         (speedbar-do-function-pointer): Declare.
12457         (rmail-speedbar-button, rmail-speedbar-find-file)
12458         (rmail-speedbar-move-message):
12459         Use dframe-with-attached-buffer rather than speedbar- alias.
12460         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
12461         (dframe-message, speedbar-make-specialized-keymap)
12462         (speedbar-add-expansion-list, speedbar-mode-functions-list)
12463         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
12464         (speedbar-insert-button, dframe-select-attached-frame)
12465         (dframe-maybee-jump-to-attached-frame)
12466         (speedbar-change-initial-expansion-list)
12467         (speedbar-previously-used-expansion-list-name): Declare.
12468         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
12469         Use dframe-message, dframe-with-attached-buffer rather than
12470         speedbar- aliases.
12471         (gud-sentinel): Silence compiler.
12472         * progmodes/vhdl-mode.el (speedbar-refresh)
12473         (speedbar-do-function-pointer, speedbar-add-supported-extension)
12474         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
12475         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
12476         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
12477         (speedbar-file-lists, speedbar-make-tag-line)
12478         (speedbar-line-directory, speedbar-goto-this-file)
12479         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
12480         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
12481         (speedbar-make-button, speedbar-reset-scanners)
12482         (speedbar-files-item-info, speedbar-line-text)
12483         (speedbar-find-file-in-frame, speedbar-set-timer)
12484         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
12485         (speedbar-with-writable): Do not (re)define it.
12486         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
12487         rather than speedbar- alias.
12489 2013-05-21  Leo Liu  <sdl.web@gmail.com>
12491         * progmodes/octave.el (octave-mode-menu): Update and re-organize
12492         menu items.
12493         (octave-mode): Tweak fill-nobreak-predicate.
12494         (inferior-octave-startup): Check process to avoid infinite loop.
12495         (inferior-octave): Pop to buffer first to show abornmal process
12496         exit information.
12498 2013-05-21  Glenn Morris  <rgm@gnu.org>
12500         * printing.el (pr-menu-bar): Define when compiling.
12502 2013-05-21  Leo Liu  <sdl.web@gmail.com>
12504         * progmodes/octave.el (octave-auto-fill): Remove.
12505         (octave-indent-new-comment-line): Improve.
12506         (octave-mode): Use auto fill mode through
12507         comment-line-break-function and fill-nobreak-predicate.
12508         (octave-goto-function-definition): Support DEFUN_DLD.
12509         (octave-beginning-of-defun): Small tweak.
12510         (octave-help): Show parent directory.
12512 2013-05-21  Glenn Morris  <rgm@gnu.org>
12514         * files.el (dired-unmark):
12515         * progmodes/gud.el (gdb-input): Update declarations.
12517         * calculator.el (electric, ehelp): No need to load when compiling.
12518         (Electric-command-loop, electric-describe-mode): Declare.
12520         * doc-view.el (doc-view-current-converter-processes): Move before use.
12522         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12523         Move MODE-set-explicitly definition before use.
12525         * international/mule-diag.el (mule-diag):
12526         Don't use obsolete window-system-version.
12528         * mail/feedmail.el (smtpmail): No need to load when compiling.
12529         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
12531         * mail/mail-utils.el (rfc822): No need to load when compiling.
12532         (rfc822-addresses): Autoload it.
12533         (mail-strip-quoted-names): Trivial simplification.
12535         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
12536         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
12538         * net/snmp-mode.el (tempo): Don't duplicate requires.
12540         * progmodes/prolog.el (info): No need to load when compiling.
12541         (comint): Require before shell requires it.
12542         (Info-goto-node): Autoload it.
12543         (Info-follow-nearest-node): Declare.
12544         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
12546         * textmodes/artist.el (picture-mode-exit): Declare.
12548         * textmodes/reftex-parse.el (reftex-parse-from-file):
12549         Trivial rewrite so the compiler can parse it better.
12551 2013-05-20  Leo Liu  <sdl.web@gmail.com>
12553         * progmodes/octave.el (octave-help-mode-map)
12554         (octave-help-mode-finish-hook): New variables.
12555         (octave-help-mode, octave-help-mode-finish): New functions.
12556         (octave-help): Use octave-help-mode.
12558 2013-05-20  Glenn Morris  <rgm@gnu.org>
12560         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
12562 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
12564         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
12565         start at point, so that expansion starting right after opening
12566         slash in a regexp is recognized.
12567         (ruby-syntax-before-regexp-re): New defvar, extracted from
12568         ruby-syntax-propertize-function.  Since the value of this regexp
12569         is looked up at runtime now, we should be able to turn
12570         `ruby-syntax-methods-before-regexp' into a defcustom later.
12571         (ruby-syntax-propertize-function): Split regexp matching into two
12572         parts, for opening and closing slashes.  That allows us to skip
12573         over string interpolations and support multiline regexps.
12574         Don't call `ruby-syntax-propertize-expansions', instead use another rule
12575         for them, which calls `ruby-syntax-propertize-expansion'.
12576         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
12577         call to `ruby-syntax-propertize-function'.
12578         (ruby-syntax-propertize-expansion): Extracted from
12579         `ruby-syntax-propertize-expansions'.  Handles one expansion.
12580         (ruby-syntax-propertize-percent-literal): Leave point right after
12581         the percent symbol, so that the expression expansion rule can
12582         propertize the contents.
12583         (ruby-syntax-propertize-heredoc): Leave point at bol following the
12584         heredoc openers.
12585         (ruby-syntax-propertize-expansions): Remove.
12587 2013-05-18  Juri Linkov  <juri@jurta.org>
12589         * man.el (Man-default-man-entry): Remove `-' from the end
12590         of the default value.  (Bug#14400)
12592 2013-05-18  Glenn Morris  <rgm@gnu.org>
12594         * comint.el (comint-password-prompt-regexp):
12595         Allow "password for XXX" where XXX contains colons (eg https://...).
12597 2013-05-18  Leo Liu  <sdl.web@gmail.com>
12599         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
12600         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
12601         (octave-source-directories): Don't check process.
12602         (octave-source-directories, octave-find-definition): Doc fix.
12604 2013-05-18  Glenn Morris  <rgm@gnu.org>
12606         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
12607         Remove backspace/delete bindings.  (Bug#14392)
12609         * cus-dep.el (custom-make-dependencies): Sort the output.
12610         (custom-versions-load-alist): Convert comment to doc.
12612 2013-05-17  Leo Liu  <sdl.web@gmail.com>
12614         * newcomment.el (comment-search-backward): Stricter in finding
12615         comment start.  (Bug#14303)
12617         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
12618         (octave-comment-start-skip): Properly anchored.
12620 2013-05-17  Leo Liu  <sdl.web@gmail.com>
12622         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
12623         Clean up when turned off.  (Bug#14395)
12624         (smie--highlight-matching-block-overlay): No longer buffer-local.
12625         (smie-highlight-matching-block): Adjust.
12627 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
12629         Doc string fix for "nanoseconds" (Bug#14406).
12630         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
12631         Fix doc string typo that had "nanoseconds" instead of "microseconds".
12633 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
12635         * calc/calc-units.el (math-extract-units): Preserve powers
12636         of units.
12638 2013-05-17  Leo Liu  <sdl.web@gmail.com>
12640         * subr.el (delete-consecutive-dups): New function.
12641         * ido.el (ido-set-matches-1): Use it.
12642         * progmodes/octave.el (inferior-octave-completion-table): Use it.
12643         * ido.el (ido-remove-consecutive-dups): Remove.
12645 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12647         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12648         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
12649         regexp-opt's `words'.
12651 2013-05-16  Leo Liu  <sdl.web@gmail.com>
12653         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
12654         (smie--highlight-matching-block-overlay)
12655         (smie--highlight-matching-block-lastpos)
12656         (smie--highlight-matching-block-timer): New variables.
12657         (smie-highlight-matching-block): New function.
12658         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
12659         (smie-setup): Conditionally enable smie-blink-matching-open.
12661 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
12663         Sync with upstream verilog-mode r840.
12664         * progmodes/verilog-mode.el (verilog-mode-version)
12665         (verilog-mode-release-date): Update.
12666         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
12667         (verilog-sig-tieoff): Fix string error on
12668         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
12669         (verilog-read-decls): Fix parameters confusing
12670         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
12672 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
12674         * subr.el (reveal-filename): New function.
12676         * loadup.el: Compute Emacs executable versions on MS-Windows,
12677         where executables have the .exe extension.  Add a hard link
12678         emacs-XX.YY.ZZ.exe on MS-Windows.
12680         * Makefile.in (XARGS_LIMIT): New variable.
12681         (custom-deps, finder-data, autoloads)
12682         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
12683         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
12684         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
12685         (compile-main): Limit xargs according to $(XARGS_LIMIT).
12687 2013-05-16  Leo Liu  <sdl.web@gmail.com>
12689         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
12690         (octave-mode-menu, octave-mode-map): Remove its uses.
12692 2013-05-16  Reto Zimmermann  <reto@gnu.org>
12694         Sync with upstream vhdl mode v3.34.2.
12695         * progmodes/vhdl-mode.el: Use `push' throughout.
12696         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
12697         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
12698         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
12699         (vhdl-actual-generic-name): New option to derive actual generic name.
12700         (vhdl-port-paste-signals): Replace formal by actual generics.
12701         (vhdl-beautify): New name for old group vhdl-align.  Update users.
12702         (vhdl-beautify-options): New option.
12703         (vhdl-last-input-event): New compat alias.  Use throughout.
12704         (vhdl-goto-line): Replace user level function `goto-line'.
12705         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
12706         vhdl-fix-statement-buffer.
12707         (vhdl-create-mode-menu): Add some entries.
12708         (vhdl-align-region-groups): Respect vhdl-beautify-options.
12709         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
12710         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
12711         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
12712         to force statements on one line.
12713         (vhdl-remove-trailing-spaces-region):
12714         New, split from vhdl-remove-trailing-spaces.
12715         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
12716         Respect vhdl-beautify-options.
12717         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
12718         (vhdl-update-sensitivity-list): Not add with index if exists without.
12719         Not include array index with signal.  Ignore keywords in comments.
12720         (vhdl-get-visible-signals): Regexp tweaks.
12721         (vhdl-template-component-inst): Handle empty library.
12722         (vhdl-template-type): Add template for 'enum' type.
12723         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
12724         Use vhdl-replace-string.
12725         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
12726         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
12727         (vhdl-speedbar-initialize): Update for above name change.
12728         (vhdl-compose-wire-components): Fix in handling of constants.
12729         (vhdl-error-regexp-emacs-alist): New variable.
12730         (vhdl-error-regexp-add-emacs): New function;
12731         adds support for new compile.el (Emacs 22+)
12732         (vhdl-generate-makefile-1): Change target order for single lib. units.
12733         Allow use of absolute file names.
12735 2013-05-16  Leo Liu  <sdl.web@gmail.com>
12737         * simple.el (prog-indent-sexp): Indent enclosing defun.
12739 2013-05-15  Glenn Morris  <rgm@gnu.org>
12741         * cus-start.el (show-trailing-whitespace): Move to editing basics.
12742         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
12743         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
12744         (whitespace-highlight): Move to whitespace group.
12746         * comint.el (comint-source):
12747         * pcmpl-linux.el (pcmpl-linux):
12748         * shell.el (shell-faces):
12749         * eshell/esh-opt.el (eshell-opt):
12750         * international/ccl.el (ccl): Remove empty custom groups.
12752         * completion.el (dynamic-completion-mode):
12753         * jit-lock.el (jit-lock-debug-mode):
12754         * minibuffer.el (completion-in-region-mode):
12755         * type-break.el (type-break-mode-line-message-mode)
12756         (type-break-query-mode):
12757         * emulation/tpu-edt.el (tpu-edt-mode):
12758         * progmodes/subword.el (global-subword-mode, global-superword-mode):
12759         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
12760         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
12762         * term/xterm.el (xterm): Change parent group to terminals.
12764         * master.el (master): Remove empty custom group.
12765         (master-mode): Remove unused :group argument.
12766         * textmodes/refill.el (refill): Remove empty custom group.
12767         (refill-mode): Remove unused :group argument.
12769         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
12771         * cus-dep.el: Provide a feature.
12772         (custom-make-dependencies): Ignore dotfiles (dir-locals).
12773         Don't mistakenly ignore files whose basenames match a basename
12774         from preloaded-file-list (eg cedet/ede/simple.el).
12775         Add a fallback method for getting :group.
12777 2013-05-15  Juri Linkov  <juri@jurta.org>
12779         * isearch.el (isearch-char-by-name): Rename from
12780         `isearch-insert-char-by-name'.  Doc fix.
12781         (isearch-forward): Mention `isearch-char-by-name' in
12782         the docstring.  (Bug#13348)
12784         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
12785         `exit-minibuffer' instead of
12786         `isearch-nonincremental-exit-minibuffer'.
12787         (isearch-edit-string): Remove mention of
12788         `isearch-nonincremental-exit-minibuffer' from docstring.
12789         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
12790         (isearch-forward-exit-minibuffer)
12791         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
12793 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12795         * loadup.el: Just use unversioned DOC.
12797         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
12798         literals as extending to EOB.
12799         (nxml-last-fontify-end): Remove unused variable.
12800         (nxml-after-change1): Use with-silent-modifications.
12801         (nxml-extend-after-change-region): Simplify.
12802         (nxml-extend-after-change-region1): Remove function.
12803         (nxml-after-change1): Don't adjust for dependent regions.
12804         (nxml-fontify-matcher): Simplify.
12805         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
12806         (xmltok-add-dependent): Remove function.
12807         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
12808         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
12809         (xmltok-scan-prolog-after-processing-instruction-open): Treat
12810         unclosed <[[, <?, comment, and other literals as extending to EOB.
12811         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
12812         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
12813         Remove functions.
12814         (rng-do-some-validation-1): Don't mark dependent regions.
12815         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
12816         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
12817         (nxml-clear-dependent-regions): Remove functions.
12818         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
12819         (nxml-ensure-scan-up-to-date):
12820         Don't clear&mark dependent regions.
12822 2013-05-15  Leo Liu  <sdl.web@gmail.com>
12824         * progmodes/octave.el (octave-goto-function-definition):
12825         Improve and fix callers.
12827 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12829         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
12830         the setter (bug#14387).
12832         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
12833         surrounding group (bug#14402).
12835 2013-05-14  Juri Linkov  <juri@jurta.org>
12837         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
12838         (Bug#14390)
12840 2013-05-14  Glenn Morris  <rgm@gnu.org>
12842         * progmodes/f90.el (f90-imenu-generic-expression):
12843         Fix typo in 2013-05-08 change.  (Bug#14402)
12845 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
12847         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
12848         Remove signals for which replies are never received.
12850 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
12852         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
12853         (gdb-handler-alist, gdb-handler-number): Remove variables.
12854         (gdb-handler-list): New variable.
12855         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
12856         (gdb-pending-handler-p, gdb-handle-reply)
12857         (gdb-remove-all-pending-triggers): New functions.
12858         (gdb-discard-unordered-replies): New defcustom.
12859         (gdb-handler): New defstruct.
12860         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
12861         instead of gdb-pending-triggers.  Update docstring.
12862         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
12863         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
12864         (gdb-var-update-handler, def-gdb-auto-update-trigger)
12865         (def-gdb-auto-update-handler, gdb-get-changed-registers)
12866         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
12867         (gdb-frame-handler): Pending triggers are now automatically managed.
12868         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
12869         Remove argument.
12870         (gdb-input): Automatically handles pending triggers.  Update docstring.
12871         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
12872         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
12873         Update comments.
12874         (gdb-done-or-error): Now use gdb-handle-reply.
12876 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
12878         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
12879         gdb-debug-log.
12881 2013-05-14  Glenn Morris  <rgm@gnu.org>
12883         * subr.el (user-emacs-directory-warning): New option.
12884         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
12886 2013-05-14  Leo Liu  <sdl.web@gmail.com>
12888         * progmodes/octave.el (octave-font-lock-keywords): Fix error
12889         during redisplay.
12890         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
12891         (octave-font-lock-texinfo-comment): Fix invalid search bound
12892         error: wrong side of point.
12894 2013-05-14  Glenn Morris  <rgm@gnu.org>
12896         * progmodes/flymake.el (flymake-xml-program): New option.
12897         (flymake-xml-init): Use it.
12899         * term/xterm.el: Provide a feature.
12901         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
12903 2013-05-13  Glenn Morris  <rgm@gnu.org>
12905         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
12906         Add compat aliases as a hack workaround.  (Bug#14384)
12908 2013-05-13  Leo Liu  <sdl.web@gmail.com>
12910         * progmodes/octave.el (octave-indent-comment): Fix indentation for
12911         ###, and %!.
12912         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
12913         C-M-q.
12914         (octave-comment-start-skip): Include %!.
12915         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
12917 2013-05-12  Leo Liu  <sdl.web@gmail.com>
12919         * progmodes/octave.el (inferior-octave-startup): Store the value
12920         of __octave_srcdir__ for octave-source-directories.
12921         (inferior-octave-check-process): New function refactored out of
12922         inferior-octave-send-list-and-digest.
12923         (octave-source-directories)
12924         (octave-find-definition-filename-function): New variables.
12925         (octave-source-directories)
12926         (octave-find-definition-default-filename): New functions.
12927         (octave-find-definition): Improve to find functions implemented in C++.
12929 2013-05-12  Glenn Morris  <rgm@gnu.org>
12931         * calendar/diary-lib.el (diary-outlook-format-1):
12932         Don't include dayname in the output.  (Bug#14349)
12934 2013-05-11  Glenn Morris  <rgm@gnu.org>
12936         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
12938         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
12939         Treat cc-provide like provide.
12941 2013-05-11  Kevin Ryde  <user42@zip.com.au>
12943         * cus-dep.el (custom-make-dependencies):
12944         Use generated-autoload-load-name for the sake of files such
12945         such cedet/semantic/bovine/c.el, where the base file name
12946         is not in load-path.  (Bug#5277)
12948 2013-05-11  Glenn Morris  <rgm@gnu.org>
12950         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
12951         Provide features.
12953 2013-05-11  Leo Liu  <sdl.web@gmail.com>
12955         * progmodes/octave.el (octave-indent-comment): Improve.
12956         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
12957         (octave-eldoc-function-signatures, octave-eldoc-function):
12958         New functions.
12959         (octave-mode, inferior-octave-mode): Add eldoc support.
12961 2013-05-11  Richard Stallman  <rms@gnu.org>
12963         * epa.el (epa-decrypt-file): Take output file name as argument
12964         and read it using `interactive'.
12966 2013-05-11  Leo Liu  <sdl.web@gmail.com>
12968         * progmodes/octave.el (octave-beginning-of-line)
12969         (octave-end-of-line): Check before using up-list because it jumps
12970         out of more syntactic contructs since moving to smie.
12971         (octave-indent-comment): New function.
12972         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
12973         (octave-begin-keywords, octave-end-keywords)
12974         (octave-reserved-words, octave-smie-bnf-table)
12975         (octave-smie-rules): Add new keywords from Octave 3.6.4.
12977 2013-05-11  Glenn Morris  <rgm@gnu.org>
12979         * faces.el (internal-face-x-get-resource):
12980         * frame.el (ns-display-monitor-attributes-list):
12981         * calc/calc-aent.el (math-to-radians-2):
12982         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
12983         Fix declarations.
12985         * calc/calc-menu.el: Make it loadable in isolation.
12987         * net/eudcb-bbdb.el: Make it loadable without bbdb.
12988         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
12989         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
12990         (eudc-bbdb-query-internal): Require 'bbdb.
12992         * lpr.el (lpr-headers-switches):
12993         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
12995         * progmodes/sql.el (sql-login-params): Fix and improve :type.
12997         * emulation/edt-mapper.el: In batch mode, error rather than hang.
12999         * term.el (term-set-escape-char): Make it idempotent.
13001 2013-05-10  Leo Liu  <sdl.web@gmail.com>
13003         * progmodes/octave.el (inferior-octave-completion-table):
13004         No longer a function and all uses changed.  Use cache to speed up
13005         completion due to bug#11906.
13006         (octave-beginning-of-defun): Re-write to be more general.
13008 2013-05-10  Glenn Morris  <rgm@gnu.org>
13010         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
13012 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13014         * comint.el (comint-redirect-send-command-to-process): Use :around
13015         rather than :override for comint-redirect-filter.
13016         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
13017         Call it instead of comint-redirect-original-filter-function (which
13018         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
13020 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
13022         * frame.el (display-monitor-attributes-list): Add NS case.
13023         (ns-display-monitor-attributes-list): Declare.
13025 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
13027         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
13029 2013-05-09  Glenn Morris  <rgm@gnu.org>
13031         * international/fontset.el (vertical-centering-font-regexp):
13032         Set standard-value.
13034         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
13036         * bookmark.el (bookmark-search-delay):
13037         * cus-start.el (vertical-centering-font-regexp):
13038         * ps-mule.el (ps-mule-font-info-database-default):
13039         * ps-print.el (ps-default-fg, ps-default-bg):
13040         * type-break.el (type-break-good-break-interval):
13041         * whitespace.el (whitespace-indentation-regexp)
13042         (whitespace-space-after-tab-regexp):
13043         * emacs-lisp/testcover.el (testcover-1value-functions)
13044         (testcover-noreturn-functions, testcover-progn-functions)
13045         (testcover-prog1-functions):
13046         * emulation/viper-init.el (viper-emacs-state-cursor-color):
13047         * eshell/em-glob.el (eshell-glob-translate-alist):
13048         * play/tetris.el (tetris-tty-colors):
13049         * progmodes/cpp.el (cpp-face-default-list):
13050         * progmodes/flymake.el (flymake-allowed-file-name-masks):
13051         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
13052         (idlwave-help-browser-generic-args):
13053         * progmodes/make-mode.el (makefile-special-targets-list):
13054         * progmodes/python.el (python-shell-virtualenv-path):
13055         * progmodes/verilog-mode.el (verilog-active-low-regexp)
13056         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
13057         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
13058         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
13059         * textmodes/reftex-vars.el (reftex-format-label-function):
13060         * textmodes/remember.el (remember-diary-file): Fix custom types.
13062         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
13063         Add :version.
13065 2013-05-09  Leo Liu  <sdl.web@gmail.com>
13067         * progmodes/octave.el (inferior-octave-completion-at-point):
13068         Restore file completion.  (Bug#14300)
13069         (inferior-octave-startup): Fix incorrect highlighting for the
13070         first prompt.
13072 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13074         * progmodes/ruby-mode.el: First cut at SMIE support.
13075         (ruby-use-smie): New var.
13076         (ruby-smie-grammar): New constant.
13077         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
13078         (ruby-smie--forward-token, ruby-smie--backward-token)
13079         (ruby-smie-rules): New functions.
13080         (ruby-mode-variables): Setup SMIE if applicable.
13082 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
13084         * simple.el (line-move-visual): Signal beginning/end of buffer
13085         only if vertical-motion moved less than it was requested.  Avoids
13086         silly incorrect error messages when there are display strings with
13087         multiple newlines at EOL.
13089 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13091         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
13092         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
13093         (prolog-char-quote-workaround):
13094         * progmodes/cperl-mode.el (cperl-under-as-char):
13095         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
13096         Mark as obsolete.
13097         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
13098         their declaration.
13099         (vhdl-mode-syntax-table-init): Remove.
13101         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
13102         last change.
13104         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
13105         syntax for "_".
13106         (ld-script-font-lock-keywords):
13107         Change regexps to use things like \_< and \_>.
13109         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
13110         Change all regexps to use things like \_< and \_>.
13112         * progmodes/autoconf.el (autoconf-definition-regexp)
13113         (autoconf-font-lock-keywords, autoconf-current-defun-function):
13114         Handle a _ with symbol syntax.
13115         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
13117         * progmodes/ada-mode.el (ada-mode-abbrev-table):
13118         Consolidate declaration.
13119         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
13120         the declaration.
13121         (ada-create-syntax-table): Remove.
13122         (ada-capitalize-word): Don't mess with the syntax of "_" since it
13123         already has the right syntax nowadays.
13124         (ada-goto-next-word): Don't change the syntax of "_".
13126         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
13127         with-wrapper-hook.
13129 2013-05-08  Sam Steingold  <sds@gnu.org>
13131         * thingatpt.el (thing-at-point): Accept optional second argument
13132         NO-PROPERTIES to strip the text properties from the return value.
13133         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
13134         to `thing-at-point' instead of stripping the properties ourselves.
13135         Also, when `thing-at-point' fails to find a url, prepend "http://"
13136         to the filename at point on the assumption that the user is
13137         pointing at something like gnu.org/gnu.
13139 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
13141         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
13142         * faces.el (crm-separator):
13143         Silence byte-compiler.
13145         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
13146         (tool-bar-map): Remove unneeded defvars.
13148 2013-05-08  Leo Liu  <sdl.web@gmail.com>
13150         Re-work a fix for bug#10994 based on Le Wang's patch.
13151         * ido.el (ido-remove-consecutive-dups): New helper.
13152         (ido-completing-read): Use it.
13153         (ido-chop): Revert fix for bug#10994.
13155 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
13157         * cus-edit.el (custom-save-variables):
13158         Pretty-print long values.  (Bug#14187)
13160 2013-05-08  Glenn Morris  <rgm@gnu.org>
13162         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
13163         (m4-mode-syntax-table): Init in the defvar.
13164         (m4-mode-abbrev-table): Let define-derived-mode define it.
13166 2013-05-08  Tom Tromey  <tromey@redhat.com>
13168         * progmodes/m4-mode.el (m4-mode-syntax-table):
13169         Do not treat "_" as word constituent.  (Bug#14167)
13171 2013-05-07  Glenn Morris  <rgm@gnu.org>
13173         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
13174         Remove explicit eshell-isearch-cancel-map.
13176         * progmodes/f90.el (f90-smart-end-names): New option.
13177         (f90-smart-end): Doc fix.
13178         (f90-end-block-optional-name): New constant.
13179         (f90-block-match): Respect f90-smart-end-names.
13181 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13183         * progmodes/octave.el (octave-smie-forward-token): Be more careful
13184         about implicit semi-colons (bug#14218).
13186 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13188         * frame.el (display-monitor-attributes-list)
13189         (frame-monitor-attributes): New functions.
13191 2013-05-06  Leo Liu  <sdl.web@gmail.com>
13193         * progmodes/octave.el (octave-syntax-propertize-function): Change
13194         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
13195         (octave-font-lock-keywords): Use octave-operator-regexp.
13196         (octave-completion-at-point): Rename from
13197         octave-completion-at-point-function.
13198         (inferior-octave-directory-tracker): Robustify.
13199         (octave-text-functions): Remove and fix its uses.  No such things
13200         any more.
13202 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13204         * emacs-lisp/trace.el (trace--display-buffer): New function.
13205         (trace-make-advice): Use it.
13207 2013-05-06  Juri Linkov  <juri@jurta.org>
13209         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
13210         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
13211         Doc fix.
13212         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
13213         in the help string.  (Bug#12985)
13215 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
13217         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
13219 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13221         * progmodes/perl-mode.el: Add support for here documents.
13222         (perl-syntax-propertize-function): Match here-doc markers.
13223         (perl-syntax-propertize-special-constructs): Find their end.
13224         (perl-imenu-generic-expression): Use [:alnum:].
13226         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
13227         (advice--add-function): Refresh the advice if already present
13228         (bug#14317).
13230 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
13232         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
13234 2013-05-06  Glenn Morris  <rgm@gnu.org>
13236         * w32-fns.el (w32-charset-info-alist): Declare.
13238         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
13239         of its defcustom properties.
13240         (eshell-cmpl-initialize): No need to load pcomplete.
13242         * generic-x.el: No need to require comint when compiling.
13244         * net/eudc-export.el: Make it loadable without bbdb.
13245         (top-level): Use require rather than load-library.
13246         (eudc-create-bbdb-record, eudc-bbdbify-phone)
13247         (eudc-batch-export-records-to-bbdb)
13248         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
13249         Require bbdb.
13251 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13253         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
13254         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
13255         some tweaks, instead.
13257 2013-05-05  Leo Liu  <sdl.web@gmail.com>
13259         * progmodes/octave.el (octave-font-lock-keywords)
13260         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
13261         (inferior-octave-send-list-and-digest): Improve error message.
13262         (octave-mode, inferior-octave-mode): Use setq-local.
13263         (octave-help): Set info-lookup-mode.
13265 2013-05-05  Richard Stallman  <rms@gnu.org>
13267         * vc/compare-w.el (compare-windows-whitespace):
13268         Treat no-break space as whitespace.
13270         * mail/rmailsum.el (rmail-summary-rmail-update):
13271         Detect empty summary and don't change selected message.
13272         (rmail-summary-goto-msg): Likewise.
13274         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
13275         Doc fixes, rename args.
13277 2013-05-05  Alan Mackenzie  <acm@muc.de>
13279         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
13281 2013-05-05  Juri Linkov  <juri@jurta.org>
13283         * info.el (Info-read-subfile): Use (point-min) instead of (point)
13284         to not add the length of the summary segment to the return value.
13285         (Bug#14125)
13287 2013-05-05  Leo Liu  <sdl.web@gmail.com>
13289         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
13290         (inferior-octave-output-filter): Remove.
13291         (octave-send-region, inferior-octave-startup): Fix callers.
13292         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
13293         (octave-binary-file-extensions): New user variable.
13294         (octave-find-definition): Confirm if opening binary files.
13295         (octave-help-file): Use octave-find-definition to get the binary
13296         confirmation.
13297         (octave-help): Adjust for octave-help-file change.
13299 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13301         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
13302         Merge the two entries that handle function definitions.
13303         (pascal--syntax-propertize): New const.
13304         (pascal-mode): Use it.  Use setq-local.
13306 2013-05-04  Glenn Morris  <rgm@gnu.org>
13308         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
13309         (diary-from-outlook): Respect diary-from-outlook-function.
13311 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13313         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
13314         Move the declaration from C.
13315         (read-minibuffer, eval-minibuffer): Move from C.
13316         (completion-setup-function): Avoid minibuffer-completion-contents.
13318 2013-05-03  Leo Liu  <sdl.web@gmail.com>
13320         * progmodes/octave.el (octave-font-lock-keywords): Do not
13321         dehighlight 'end' in comments or strings.
13322         (octave-completing-read, octave-goto-function-definition):
13323         New helpers.
13324         (octave-help-buffer): New user variable.
13325         (octave-help-file, octave-help-function): New button types.
13326         (octave-help): New command and bind it to C-h ;.
13327         (octave-find-definition): New command and bind it to M-.
13328         (user-error): Alias to error if not defined.
13330 2013-05-02  Leo Liu  <sdl.web@gmail.com>
13332         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
13333         for \.  (bug#14332)
13334         (octave-font-lock-keywords): Include [ and {.
13336 2013-05-02  Leo Liu  <sdl.web@gmail.com>
13338         * progmodes/octave.el (inferior-octave-startup-file): Change default.
13339         (inferior-octave): Remove calling comint-mode and return the buffer.
13340         (inferior-octave-startup): Cosmetic changes.
13342 2013-05-02  Leo Liu  <sdl.web@gmail.com>
13344         * progmodes/octave.el (octave-syntax-propertize-function):
13345         Include the case when ' is at line beginning.  (Bug#14336)
13347 2013-05-02  Glenn Morris  <rgm@gnu.org>
13349         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
13350         * desktop.el (vc-dir-mode): Just autoload it here.
13352 2013-05-02  Alan Mackenzie  <acm@muc.de>
13354         Eliminate variable c-standard-font-lock-fontify-region-function.
13355         * progmodes/cc-mode.el
13356         (c-standard-font-lock-fontify-region-function): Remove.
13357         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
13359 2013-05-01  Leo Liu  <sdl.web@gmail.com>
13361         * progmodes/octave.el: Compatible with older emacs-24 releases.
13362         (inferior-octave-has-built-in-variables): Remove.  Built-in
13363         variables were removed from Octave in 2007.
13364         (inferior-octave-startup): Fix uses.
13365         (comint-line-beginning-position): Remove compatibility code for
13366         emacs 21.
13368 2013-05-01  Juri Linkov  <juri@jurta.org>
13370         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
13372 2013-05-01  Juri Linkov  <juri@jurta.org>
13374         * comint.el (comint-previous-matching-input): Don't print message
13375         "History item: %d" when `isearch-mode' is active.
13376         (comint-history-isearch-message): Print message "History item: %d"
13377         when `comint-input-ring-index' is not empty and this function is
13378         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
13380 2013-05-01  Leo Liu  <sdl.web@gmail.com>
13382         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
13383         definitions.  Use completion-at-point to insert keywords.
13384         (octave-abbrev-start): Remove.
13385         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
13387 2013-04-30  Leo Liu  <sdl.web@gmail.com>
13389         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
13390         change.
13392 2013-04-30  Alan Mackenzie  <acm@muc.de>
13394         Handle arbitrarily long C++ member initialisation lists.
13395         * progmodes/cc-engine.el (c-back-over-member-initializers):
13396         new function.
13397         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
13398         (most) member init lists.
13400 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
13402         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
13403         variable.
13405 2013-04-30  Leo Liu  <sdl.web@gmail.com>
13407         * progmodes/octave.el (octave-variables): Remove.  No builtin
13408         variables any more.  All converted to functions.
13409         (octave-font-lock-keywords, octave-completion-at-point-function):
13410         Fix uses.
13411         (octave-font-lock-texinfo-comment): New user variable.
13412         (octave-texinfo-font-lock-keywords): New variable for texinfo
13413         comment block.
13414         (octave-function-comment-block): New face.
13415         (octave-font-lock-texinfo-comment): New function.
13416         (octave-mode): Font lock texinfo comment block.
13418 2013-04-29  Leo Liu  <sdl.web@gmail.com>
13420         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
13421         indexing expression.
13422         (octave-continuation-string): Do not use \.
13423         (inferior-octave-complete-impossible): Remove.
13424         (inferior-octave-completion-table)
13425         (inferior-octave-completion-at-point): Remove its uses.
13426         (inferior-octave-startup): completion_matches was introduced to
13427         Octave in 1996 so safe to assume it.
13428         (octave-function-file-comment): Improve to follow how Octave does it.
13429         (octave-update-function-file-comment): Tweak.
13431 2013-04-29  Leo Liu  <sdl.web@gmail.com>
13433         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
13434         (inferior-octave-startup): Remove inferior-octave-startup-hook.
13435         (octave-function-file-comment): Fix typo.
13436         (octave-sync-function-file-names): Use read-char-choice.
13438 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
13440         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
13441         to t for the less important warnings.
13443 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
13445         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
13447 2013-04-27  Glenn Morris  <rgm@gnu.org>
13449         * vc/log-view.el (log-view-current-entry):
13450         Treat "---" separator lines as part of the following rev.  (Bug#14169)
13452 2013-04-27  Juri Linkov  <juri@jurta.org>
13454         * subr.el (read-number): Doc fix about using it by interactive
13455         code letter `n'.  (Bug#14254)
13457 2013-04-27  Juri Linkov  <juri@jurta.org>
13459         * desktop.el (desktop-auto-save-timeout): New option.
13460         (desktop-file-checksum): New variable.
13461         (desktop-save): Add optional arg `auto-save' and don't auto-save
13462         if nothing changed.
13463         (desktop-auto-save-timer): New variable.
13464         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
13465         (after-init-hook): Call `desktop-auto-save-set-timer'.
13466         Suggested by Reuben Thomas <rrt@sc3d.org> in
13467         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
13469 2013-04-27  Leo Liu  <sdl.web@gmail.com>
13471         * progmodes/octave.el (octave-function-file-p)
13472         (octave-skip-comment-forward, octave-function-file-comment)
13473         (octave-update-function-file-comment): New functions.
13474         (octave-mode-map): Bind C-c ; to
13475         octave-update-function-file-comment.
13476         (octave-mode-menu): Add octave-update-function-file-comment.
13477         (octave-mode, inferior-octave-mode): Fix doc-string.
13478         (octave-insert-defun): Conform to Octave's coding convention.
13479         (Bug#14285)
13481         * files.el (basic-save-buffer): Don't let errors in
13482         before-save-hook prevent saving buffer.
13484 2013-04-20  Roland Winkler  <winkler@gnu.org>
13486         * faces.el (read-face-name): Use completing-read if arg multiple
13487         is nil.
13489 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
13491         * ls-lisp.el (ls-lisp-insert-directory): If no files are
13492         displayed, move point to after the totals line.
13493         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
13494         for the details.
13496 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13498         * emacs-lisp/package.el (package-autoload-ensure-default-file):
13499         Add current dir to the load-path.
13500         (package-generate-autoloads): Don't rely on
13501         autoload-ensure-default-file.
13503 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
13505         * textmodes/remember.el (remember-store-in-files): Document that
13506         the file name format is passed to `format-time-string'.
13508 2013-04-26  Leo Liu  <sdl.web@gmail.com>
13510         * progmodes/octave.el (octave-sync-function-file-names): New function.
13511         (octave-mode): Use it in before-save-hook.
13513 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13515         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
13516         (bug#14274).
13518         * progmodes/octave.el (octave-smie-forward-token): Properly skip
13519         \n and comment, even if it's not an implicit ; (bug#14218).
13521 2013-04-26  Glenn Morris  <rgm@gnu.org>
13523         * subr.el (read-number): Once more use `read' rather than
13524         `string-to-number', to trap non-numeric input.  (Bug#14254)
13526 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
13528         * emacs-lisp/syntax.el (syntax-propertize-multiline):
13529         Use `syntax-multiline' text property consistently instead of
13530         `font-lock-multiline'.  (Bug#14237)
13532 2013-04-26  Glenn Morris  <rgm@gnu.org>
13534         * emacs-lisp/shadow.el (list-load-path-shadows):
13535         No longer necessary to check for duplicate simple.el, since
13536         2012-07-07 change to init_lread to not include installation lisp
13537         directories in load-path when running uninstalled.  (Bug#14270)
13539 2013-04-26  Leo Liu  <sdl.web@gmail.com>
13541         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
13542         (octave-mode, inferior-octave-mode): Use setq-local.
13543         (octave-not-in-string-or-comment-p): Rename to
13544         octave-in-string-or-comment-p.
13545         (octave-in-comment-p, octave-in-string-p)
13546         (octave-in-string-or-comment-p): Replace defsubst with defun.
13548 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
13550         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
13552 2013-04-25  Bastien Guerry  <bzg@gnu.org>
13554         * textmodes/remember.el (remember-data-directory)
13555         (remember-directory-file-name-format): Fix custom types.
13557 2013-04-25  Leo Liu  <sdl.web@gmail.com>
13559         * progmodes/octave.el (octave-completion-at-point-function):
13560         Make use of inferior octave process.
13561         (octave-initialize-completions): Remove.
13562         (inferior-octave-completion-table): New function.
13563         (inferior-octave-completion-at-point): Use it.
13564         (octave-completion-alist): Remove.
13566 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13568         * progmodes/opascal.el: Use font-lock and syntax-propertize.
13569         (opascal-mode-syntax-table): New var.
13570         (opascal-literal-kind, opascal-is-literal-end)
13571         (opascal-literal-token-at): Rewrite.
13572         (opascal--literal-start-re, opascal-font-lock-keywords)
13573         (opascal--syntax-propertize): New constants.
13574         (opascal-font-lock-defaults): Adjust.
13575         (opascal-mode): Use them.  Set comment-<foo> variables as well.
13576         (delphi-comment-face, opascal-comment-face, delphi-string-face)
13577         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
13578         (delphi-other-face, opascal-other-face): Remove face variables.
13579         (opascal-save-state): Remove macro.
13580         (opascal-fontifying-progress-step): Remove constant.
13581         (opascal--ignore-changes): Remove var.
13582         (opascal-set-token-property, opascal-parse-next-literal)
13583         (opascal-is-stable-literal, opascal-complete-literal)
13584         (opascal-is-literal-start, opascal-face-of)
13585         (opascal-parse-region, opascal-parse-region-until-stable)
13586         (opascal-fontify-region, opascal-after-change)
13587         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
13588         (opascal-debug-parse-region, opascal-debug-parse-window)
13589         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
13590         (opascal-debug-fontify-buffer): Remove.
13591         (opascal-debug-mode-map): Adjust accordingly.
13593 2013-04-25  Leo Liu  <sdl.web@gmail.com>
13595         Merge octave-mod.el and octave-inf.el into octave.el with some
13596         cleanups.
13597         * progmodes/octave.el: New file renamed from octave-mod.el.
13598         * progmodes/octave-inf.el: Merged into octave.el.
13599         * progmodes/octave-mod.el: Renamed to octave.el.
13601 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
13603         * textmodes/reftex-vars.el
13604         (reftex-label-ignored-macros-and-environments): New defcustom.
13606         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
13608 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13610         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
13611         (smie-indent-keyword): Improve the check to ensure that the next
13612         comment is really on the same line.
13613         (smie-indent-comment): Don't align with a subsequent closer (or eob).
13615         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
13616         semi-colons if the line is not otherwise empty (bug#14218).
13618 2013-04-25  Glenn Morris  <rgm@gnu.org>
13620         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
13622 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13624         * progmodes/opascal.el (opascal-set-token-property): Rename from
13625         opascal-set-text-properties and only set `token' (bug#14134).
13626         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
13627         (opascal-literal-text-properties): Remove.
13628         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
13629         Adjust callers.
13631 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
13633         * textmodes/remember.el (remember-handler-functions): Add an
13634         option for a new handler `remember-store-in-files'.
13635         (remember-data-directory, remember-directory-file-name-format):
13636         New options.
13637         (remember-store-in-files): New function to store remember notes
13638         as separate files within a directory.
13640 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
13642         * progmodes/compile.el (compilation-next-error-function):
13643         Pass "formats" to compilation-find-file (bug#11777).
13645 2013-04-24  Glenn Morris  <rgm@gnu.org>
13647         * vc/vc-bzr.el (vc-bzr-print-log):
13648         * vc/vc-hg.el (vc-hg-print-log):
13649         * vc/vc-svn.el (vc-svn-print-log):
13650         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
13652         * vc/vc-bzr.el (vc-bzr-print-log):
13653         * vc/vc-cvs.el (vc-cvs-print-log):
13654         * vc/vc-git.el (vc-git-print-log):
13655         * vc/vc-hg.el (vc-hg-print-log):
13656         * vc/vc-mtn.el (vc-mtn-print-log):
13657         * vc/vc-rcs.el (vc-rcs-print-log):
13658         * vc/vc-sccs.el (vc-sccs-print-log):
13659         * vc/vc-svn.el (vc-svn-print-log):
13660         * vc/vc.el (vc-print-log-internal): Doc fixes.
13662 2013-04-23  Glenn Morris  <rgm@gnu.org>
13664         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
13665         Remove venerable code attempting to avoid substitute-command-keys.
13667 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
13669         * textmodes/reftex-vars.el (reftex-label-regexps):
13670         Call `reftex-compile-variables' after changes to this variable.
13672 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13674         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
13675         Use lexical-binding.
13676         (jit-lock-force-redisplay): Use markers, check buffer's continued
13677         existence and beware narrowed buffers.
13678         (jit-lock-fontify-now): Adjust call accordingly.
13680 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13682         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
13683         to avoid misleading the user.
13685 2013-04-22  Leo Liu  <sdl.web@gmail.com>
13687         * info-look.el: Prefer latex2e.info.  (Bug#14240)
13689 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
13691         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
13693         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
13694         * net/tramp.el (tramp-call-process): ... here.
13695         (tramp-set-completion-function, tramp-parse-putty):
13696         * net/tramp-adb.el (tramp-adb-execute-adb-command):
13697         * net/tramp-gvfs.el (tramp-gvfs-send-command):
13698         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
13699         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
13700         (tramp-call-local-coding-command): Use `tramp-call-process'
13701         instead of `tramp-compat-call-process'.
13703         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
13704         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
13705         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
13706         (tramp-find-inline-compress): Improve traces.
13707         (tramp-maybe-send-script): Check for Perl binary.
13708         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
13710 2013-04-22  Daiki Ueno  <ueno@gnu.org>
13712         * epg.el (epg-context-pinentry-mode): New function.
13713         (epg-context-set-pinentry-mode): New function.
13714         (epg--start): Pass --pinentry-mode option to gpg command.
13716 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
13718         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
13719         `comint-dynamic-complete' is obsolete since 24.1, replaced by
13720         `completion-at-point'.  (Bug#13774)
13722         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
13723         default key binding for `describe-distribution' has been moved to
13724         `C-h C-o'.  (Bug#13970)
13726 2013-04-21  Glenn Morris  <rgm@gnu.org>
13728         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
13729         Add doc strings.
13730         (vc-print-log): Clarify interactive prompt.
13732 2013-04-20  Glenn Morris  <rgm@gnu.org>
13734         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
13735         No longer include timestamp etc information.
13737 2013-04-20  Roland Winkler  <winkler@gnu.org>
13739         * faces.el (read-face-name): Bug fix, return just one face if arg
13740         multiple is nil.  (Bug#14209)
13742 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13744         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
13745         (remove-function): Autoload.
13747         * comint.el (comint-redirect-original-filter-function): Remove.
13748         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
13749         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
13750         (vc-cvs-annotate-command):
13751         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
13752         * progmodes/prolog.el (prolog-consult-compile):
13753         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
13754         Use add/remove-function instead.
13755         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
13756         (gud-tooltip-process-output, gud-tooltip-tips):
13757         Use add/remove-function instead.
13758         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
13759         (scheme-interaction-mode, exit-scheme-interaction-mode):
13760         Use add/remove-function instead.
13762         * vc/vc-dispatcher.el: Use lexical-binding.
13763         (vc--process-sentinel): Rename from vc-process-sentinel.
13764         Change last arg to be the code to run.  Don't use vc-previous-sentinel
13765         and vc-sentinel-commands any more.
13766         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
13767         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
13769 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
13771         * progmodes/sh-script.el (sh-imenu-generic-expression):
13772         Handle function names with a single character.  (Bug#14111)
13774 2013-04-19  Dima Kogan  <dima@secretsauce.net>  (tiny change)
13776         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
13777         for subroutines defined in an eval (bug#14182).
13779 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13781         * bookmark.el (bookmark-completing-read): Improve handling of empty
13782         string (bug#14176).
13784 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13786         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
13788 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
13790         New faster Imenu implementation (bug#14058).
13791         * progmodes/python.el:
13792         (python-imenu-prev-index-position):
13793         (python-imenu-format-item-label-function)
13794         (python-imenu-format-parent-item-label-function)
13795         (python-imenu-format-parent-item-jump-label-function):
13796         New vars.
13797         (python-imenu-format-item-label)
13798         (python-imenu-format-parent-item-label)
13799         (python-imenu-format-parent-item-jump-label)
13800         (python-imenu--put-parent, python-imenu--build-tree)
13801         (python-imenu-create-index, python-imenu-create-flat-index)
13802         (python-util-popn): New functions.
13803         (python-mode): Set imenu-create-index-function to
13804         python-imenu-create-index.
13806 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13808         * winner.el (winner-active-region): Use region-active-p, activate-mark
13809         and deactivate-mark (bug#14225).
13811         * simple.el (deactivate-mark): Don't inline it.
13813 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
13815         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
13817 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
13819         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
13820         file extensions from the archive-mode entry in order to prefer
13821         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
13823 2013-04-18  Leo Liu  <sdl.web@gmail.com>
13825         * bindings.el (help-event-list): Add ?\?.
13827 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13829         * subr.el (with-wrapper-hook): Declare obsolete.
13830         * simple.el (filter-buffer-substring-function): New hook.
13831         (filter-buffer-substring): Use it.
13832         (filter-buffer-substring-functions): Mark obsolete.
13833         * minibuffer.el (completion-in-region-function): New hook.
13834         (completion-in-region): Use it.
13835         (completion-in-region-functions): Mark obsolete.
13836         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
13837         * abbrev.el (abbrev-expand-function): New hook.
13838         (expand-abbrev): Use it.
13839         (abbrev-expand-functions): Mark obsolete.
13840         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
13841         and :filter-return.
13843 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
13845         * progmodes/python.el (python-nav--syntactically): Fix cornercases
13846         and do not care about match data.
13848 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13850         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
13851         completion tables when completing error conditions and
13852         `declare' arguments.
13853         (lisp-complete-symbol, field-complete): Mark as obsolete.
13854         (check-parens): Unmatched parens are user errors.
13855         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
13857 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
13859         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
13860         command changed buffer (ie. `flyspell-pre-buffer' is not current
13861         buffer), which prevents making decisions based on invalid value of
13862         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
13863         cause an error when `flyspell-pre-point' was nil after switching
13864         buffers.
13865         (flyspell-post-command-hook): No longer needs to change buffers when
13866         checking pre-word.  While at it remove unnecessary progn.
13868 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
13870         * textmodes/ispell.el (ispell-add-per-file-word-list):
13871         Fix `flyspell-correct-word-before-point' error when accepting
13872         words and `coment-padding' is an integer by using
13873         `comment-normalize-vars' (Bug #14214).
13875 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
13877         New defun movement commands.
13878         * progmodes/python.el (python-nav--syntactically)
13879         (python-nav--forward-defun, python-nav-backward-defun)
13880         (python-nav-forward-defun): New functions.
13882 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
13884         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
13885         (python-syntax-context): Use named compiler-macro for backwards
13886         compatibility with Emacs 24.x.
13888 2013-04-17  Leo Liu  <sdl.web@gmail.com>
13890         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
13891         octave-hide-process-buffer.
13893 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13895         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
13896         (bug#14216).
13898 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
13900         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
13901         Fix adjustment of offset when receiving incomplete responses from GDB
13902         (bug#14129).
13904 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13906         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
13907         python-mode-abbrev-table.
13908         (python-skeleton-define): Adjust accordingly.
13909         (python-mode-abbrev-table): New table that inherits from it so that
13910         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
13912         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
13913         (abbrev-symbol): Use it.
13914         (abbrev--before-point): Use it since we already handle inheritance.
13916 2013-04-16  Leo Liu  <sdl.web@gmail.com>
13918         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
13919         binding to info-lookup-symbol.
13921 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
13923         * minibuffer.el (completion--twq-all):
13924         * term/ns-win.el (ns-initialize-window-system):
13925         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
13927 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13929         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
13930         global bindings.
13932         * doc-view.el (doc-view-start-process): Handle url-handler directories.
13934 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
13936         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
13937         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
13938         to nil.
13939         (ruby-end-of-defun): Remove the unused arg, change the docstring
13940         to reflect that this function is only used as the value of
13941         `end-of-defun-function'.
13942         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
13943         to reflect an earlier change that beginning/end-of-defun functions
13944         jump between methods in a class definition, as well as top-level
13945         functions.
13947 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13949         * minibuffer.el (minibuffer-complete): Don't just scroll
13950         a *Completions* that's been iconified.
13951         (minibuffer-force-complete): Make sure repetitions do cycle when going
13952         through completion-in-region -> minibuffer-complete.
13954 2013-04-15  Alan Mackenzie  <acm@muc.de>
13956         Correct the placement of c-cpp-delimiters when there're #s not at
13957         col 0.
13959         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
13960         place a submatch around the #.
13961         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
13962         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
13963         on the #, not BOL.
13965 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13967         * emacs-lisp/nadvice.el: Properly test names when adding advice.
13968         (advice--member-p): New arg `name'.
13969         (advice--add-function, advice-member-p): Use it (bug#14202).
13971 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
13973         Reformulate java imenu-generic-expression.
13974         The old expression contained ill formed regexps.
13976         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
13977         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
13978         (cc-imenu-java-method-arg-regexp): New defconsts.
13979         (cc-imenu-java-build-type-args-regex): New defun.
13980         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
13981         handling of spaces in the regexp.
13983 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13985         * textmodes/ispell.el (ispell-command-loop): Remove
13986         flyspell highlight of a word when ispell accepts it (bug #14178).
13988 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
13990         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
13991         uses code from the previous `ange-ftp-run-real-handler'.
13992         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
13993         only in case that function exist.  This is needed for proper
13994         unloading of Tramp.
13996 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
13998         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
14000         * textmodes/reftex.el (reftex-compile-variables): Use it.
14002 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14004         * files.el (normal-mode): Only use default major-mode if no other mode
14005         was specified.
14007         * emacs-lisp/trace.el (trace-values): New function.
14009         * files.el: Allow : in local variables (bug#14089).
14010         (hack-local-variable-regexp): New var.
14011         (hack-local-variables-prop-line, hack-local-variables): Use it.
14013 2013-04-13  Roland Winkler  <winkler@gnu.org>
14015         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
14016         data before it gets modified by bibtex-beginning-of-entry.
14018 2013-04-13  Roland Winkler  <winkler@gnu.org>
14020         * textmodes/bibtex.el (bibtex-url): Doc fix.
14022 2013-04-13  Roland Winkler  <winkler@gnu.org>
14024         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
14025         does not visit a BibTeX file, exclude it from the list of buffers
14026         returned by bibtex-initialize.
14028 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
14030         * window.el (split-window): Remove interactive form, since as a
14031         command this function is a special case of split-window-below.
14032         Correct doc string.
14034 2013-04-12  Roland Winkler  <winkler@gnu.org>
14036         * faces.el (read-face-name): Do not override value of arg default.
14037         Allow single faces and strings as default values.  Remove those
14038         elements from return value that are not faces.
14039         (describe-face): Simplify.
14040         (face-at-point): New optional args thing and multiple so that this
14041         function can provide the same functionality previously provided by
14042         read-face-name.
14043         (make-face-bold, make-face-unbold, make-face-italic)
14044         (make-face-unitalic, make-face-bold-italic, invert-face)
14045         (modify-face, read-face-and-attribute): Use face-at-point.
14047         * cus-edit.el (customize-face, customize-face-other-window)
14048         * cus-theme.el (custom-theme-add-face)
14049         * face-remap.el (buffer-face-set)
14050         * facemenu.el (facemenu-set-face): Use face-at-point.
14052 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
14054         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
14056 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
14058         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
14059         off leading { and trailing } from field values.
14061 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14063         * emacs-lisp/timer.el (timer--check): New function.
14064         (timer--time, timer-set-function, timer-event-handler): Use it.
14065         (timer-set-idle-time): Simplify.
14066         (timer--activate): CSE.
14067         (timer-event-handler): Give more info in error message.
14068         (internal-timer-start-idle): New function, moved from C.
14070         * mpc.el (mpc-proc): Add `restart' argument.
14071         (mpc-proc-cmd): Use it.
14072         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
14073         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
14074         less often.
14076 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
14078         * progmodes/sh-script.el: Implement `sh-mode' own
14079         `add-log-current-defun-function' (bug#14112).
14080         (sh-current-defun-name): New function.
14081         (sh-mode): Use the function.
14083 2013-04-09  Bastien Guerry  <bzg@gnu.org>
14085         * simple.el (choose-completion-string): Fix docstring (bug#14163).
14087 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14089         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
14091         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
14092         timer (bug#14156).
14094 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
14096         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
14097         declaration.
14099 2013-04-07  Leo Liu  <sdl.web@gmail.com>
14101         * pcmpl-x.el: New file.
14103 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
14105         Do not set x-display-name until X connection is established.
14106         This is needed to prevent from weird situation described at
14107         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
14108         * frame.el (make-frame): Set x-display-name after call to
14109         window system initialization function, not before.
14110         * term/x-win.el (x-initialize-window-system): Add optional
14111         display argument and use it.
14112         * term/w32-win.el (w32-initialize-window-system):
14113         * term/ns-win.el (ns-initialize-window-system):
14114         * term/pc-win.el (msdos-initialize-window-system):
14115         Add compatible optional display argument.
14117 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
14119         * files.el (normal-backup-enable-predicate): On MS-Windows and
14120         MS-DOS compare truenames of temporary-file-directory and of the
14121         file, so that 8+3 aliases (usually found in $TEMP on Windows)
14122         don't fail comparison by compare-strings.  Also, compare file
14123         names case-insensitively on MS-Windows and MS-DOS.
14125 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14127         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
14128         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
14130 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
14132         * whitespace.el (whitespace-color-on, whitespace-color-off):
14133         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
14135 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
14137         * ispell.el (ispell-set-spellchecker-params):
14138         Really set `ispell-args' for all equivs.
14140 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14142         * ido.el (ido-completions): Use extra elements of ido-decorations
14143         (bug#14143).
14144         (ido-decorations): Update docstring.
14146 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
14148         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
14149         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
14150         nil during initialization, in order not to miss changes since the
14151         file was opened.  (Bug#14140)
14153 2013-04-05  Leo Liu  <sdl.web@gmail.com>
14155         * kmacro.el (kmacro-call-macro): Fix bug#14135.
14157 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
14159         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
14161 2013-04-04  Glenn Morris  <rgm@gnu.org>
14163         * electric.el (electric-pair-inhibit-predicate): Add :version.
14165 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14167         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
14168         when a package is required several times (bug#14082).
14170 2013-04-04  Roland Winkler  <winkler@gnu.org>
14172         * faces.el (read-face-name): Behave as promised by the docstring.
14173         Assume that arg default is a list of faces.
14174         (describe-face): Call read-face-name with list of default faces.
14176 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14178         * bookmark.el: Fix deletion of bookmarks (bug#13972).
14179         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
14180         (bookmark-bmenu-execute-deletions): Only skip first line if it's
14181         the header.
14182         (bookmark-exit-hook-internal): Save even if list is empty.
14184 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
14186         * emacs-lisp/package.el (package-pinned-packages): New var.
14187         (package--add-to-archive-contents): Obey it (bug#14118).
14189 2013-04-03  Alan Mackenzie  <acm@muc.de>
14191         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
14192         Also adapt to the new values of element 7 of a parse state.
14194         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
14195         parameter `not-in-delimiter'.  Handle being inside comment opener.
14196         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
14197         character in case we're typing a '*' after a '/'.
14198         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
14199         instead by passing the parameter to c-state-pp-to-literal.
14201         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
14202         for elt. 7 of a parse state.
14204 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
14206         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
14207         * international/latin1-disp.el, international/mule-util.el:
14208         * language/cyril-util.el, language/european.el, language/ind-util.el:
14209         * language/lao-util.el, language/thai.el, language/tibet-util.el:
14210         * language/tibetan.el, language/viet-util.el:
14211         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
14213 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14215         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
14216         (electric-pair-post-self-insert-function): Use it.
14217         (electric-pair-default-inhibit): New function, extracted from
14218         electric-pair-post-self-insert-function.
14220 2013-03-31  Roland Winkler  <winkler@gnu.org>
14222         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
14224 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14226         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
14228 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
14230         Un-indent after "pass" and "return" statements (Bug#13888)
14231         * progmodes/python.el (python-indent-block-enders): New var.
14232         (python-indent-calculate-indentation): Use it.
14234 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
14236         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
14237         defun.  Defining it as defalias could introduce too eager
14238         byte-compiler optimization.  (Bug#14030)
14240 2013-03-30  Chong Yidong  <cyd@gnu.org>
14242         * iswitchb.el (iswitchb-read-buffer): Fix typo.
14244 2013-03-30  Leo Liu  <sdl.web@gmail.com>
14246         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
14247         (kmacro-execute-from-register): Pass the keyboard macro to
14248         kmacro-call-macro or repeating won't work correctly.
14250 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
14252         * progmodes/subword.el: Back to using `forward-symbol'.
14254         * subr.el (forward-whitespace, forward-symbol)
14255         (forward-same-syntax): Move from thingatpt.el.
14257 2013-03-29  Leo Liu  <sdl.web@gmail.com>
14259         * kmacro.el (kmacro-to-register): New command.
14260         (kmacro-execute-from-register): New function.
14261         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
14263 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14265         * mpc.el: Use defvar-local and setq-local.
14266         (mpc--proc-connect): Connection failures are not bugs.
14267         (mpc-mode-map): `follow-link' only applies to the buffer's content.
14268         (mpc-volume-map): Bind to the up-events.
14270 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14272         * progmodes/subword.el (superword-mode): Use `forward-sexp'
14273         instead of `forward-symbol'.
14275 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14277         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
14278         (edebug--recursive-edit): Use it.
14279         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
14280         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
14282 2013-03-28  Leo Liu  <sdl.web@gmail.com>
14284         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
14286 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
14288         * facemenu.el (list-colors-callback): New defvar.
14289         (list-colors-redisplay): New function.
14290         (list-colors-display): Install list-colors-redisplay as the
14291         revert-buffer-function.  (Bug#14063)
14293 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14295         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
14296         and suffixes don't overlap (bug#14061).
14298         * case-table.el: Use lexical-binding.
14299         (case-table-get-table): New function.
14300         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
14302 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
14304         * progmodes/subword.el: Add `superword-mode' to do word motion
14305         over symbol_words (parallels and leverages `subword-mode' which
14306         does word motion inside MixedCaseWords).
14308 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
14310         * eshell/em-unix.el: Move su and sudo to...
14311         * eshell/em-tramp.el: ...Eshell tramp module.
14313 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14315         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
14316         Change return value to be a sexp.  Delay `get-buffer' to after
14317         restoring the desktop (bug#13951).
14319 2013-03-26  Leo Liu  <sdl.web@gmail.com>
14321         * register.el: Move semantic tag handling back to
14322         cedet/semantic/senator.el.  (Bug#14052)
14324 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14326         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
14327         into the prompt either (bug#13963).
14329 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14331         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
14332         part of "(error-foo)".
14334 2013-03-24  Juri Linkov  <juri@jurta.org>
14336         * replace.el (list-matching-lines-prefix-face): New defcustom.
14337         (occur-1): Pass `list-matching-lines-prefix-face' to the function
14338         `occur-engine' if `face-differs-from-default-p' returns t.
14339         (occur-engine): Add `,' inside backquote construct to evaluate
14340         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
14341         Pass `prefix-face' to the functions `occur-context-lines' and
14342         `occur-engine-add-prefix'.
14343         (occur-engine-add-prefix, occur-context-lines): Add optional arg
14344         `prefix-face' and propertize the prefix with `prefix-face'.
14345         (Bug#14017)
14347 2013-03-24  Leo Liu  <sdl.web@gmail.com>
14349         * nxml/rng-valid.el (rng-validate-while-idle)
14350         (rng-validate-quick-while-idle): Guard against deleted buffer.
14351         (Bug#13999)
14353         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
14354         is the last entry in kill-buffer-hook.
14356         * files.el (kill-buffer-hook): Doc fix.
14358 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
14360         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
14361         Make it safe-local.
14363         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
14365 2013-03-23  Leo Liu  <sdl.web@gmail.com>
14367         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
14368         Remove.
14370         * nxml/rng-valid.el (rng-validate-mode)
14371         (rng-after-change-function, rng-do-some-validation):
14372         * nxml/rng-maint.el (rng-validate-buffer):
14373         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
14374         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
14375         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
14376         (nxml-extend-after-change-region): Use with-silent-modifications.
14378         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
14379         timer-idle-list.
14381         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
14382         (rng-next-error-1, rng-previous-error-1): Do not let-bind
14383         timer-idle-list.  (Bug#13999)
14385 2013-03-23  Juri Linkov  <juri@jurta.org>
14387         * info.el (info-index-match): New face.
14388         (Info-index, Info-apropos-matches): Add a nested subgroup to the
14389         main pattern and add text properties with the new face to matches
14390         in index entries relative to the beginning of the index entry.
14391         (Bug#14015)
14393 2013-03-21  Eric Ludlam  <zappo@gnu.org>
14395         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
14396         Inhibit read only while inserting objects.
14398 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
14400         * progmodes/cfengine.el: Update docs to mention
14401         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
14402         symbol motion.  Remove "_" from the word syntax.
14404 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
14406         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
14407         syntax for both `cfengine2-mode' and `cfengine3-mode'.
14409 2013-03-20  Juri Linkov  <juri@jurta.org>
14411         * info.el (Info-next-reference-or-link)
14412         (Info-prev-reference-or-link): New functions.
14413         (Info-next-reference, Info-prev-reference): Use them.
14414         (Info-try-follow-nearest-node): Handle footnote navigation.
14415         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
14417 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14419         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
14420         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
14422 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
14424         Suppress unnecessary non-ASCII chatter during build process.
14425         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
14426         (batch-skkdic-convert): Suppress most of the chatter.
14427         It's not needed so much now that machines are faster,
14428         and its non-ASCII component was confusing; see Dmitry Gutov in
14429         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
14431 2013-03-20  Leo Liu  <sdl.web@gmail.com>
14433         * ido.el (ido-chop): Fix bug#10994.
14435 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
14437         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
14438         Remove vars.
14439         (whitespace-color-on, whitespace-color-off):
14440         Use `font-lock-fontify-buffer' (Bug#13817).
14442 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14444         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
14445         remapping in mode-line.
14446         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
14448 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
14450         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
14451         value for `whitespace-line' face (Bug#13875).
14452         (whitespace-font-lock-keywords): Change description.
14453         (whitespace-color-on): Don't save `font-lock-keywords' value, save
14454         the constructed keywords instead.
14455         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
14457 2013-03-19  Leo Liu  <sdl.web@gmail.com>
14459         * progmodes/compile.el (compilation-display-error): New command.
14460         (compilation-mode-map, compilation-minor-mode-map): Bind it to
14461         C-o.  (Bug#13992)
14463 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
14465         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
14467 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
14469         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
14471 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
14473         * net/tramp-compat.el (tramp-compat-user-error): New defun.
14475         * net/tramp-adb.el (tramp-adb-handle-shell-command):
14476         * net/tramp-gvfs.el (top):
14477         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
14478         (tramp-handle-shell-command): Use it.
14479         (tramp-dissect-file-name): Raise an error when hostname is a
14480         method name, and neither method nor user is specified.
14482         * net/trampver.el: Update release number.
14484 2013-03-18  Leo Liu  <sdl.web@gmail.com>
14486         Make sure eldoc can be turned off properly.
14487         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
14488         eldoc-mode.
14489         (eldoc-display-message-p): Revert last change.
14490         (eldoc-display-message-no-interference-p)
14491         (eldoc-print-current-symbol-info): Tweak.
14493 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
14495         * doc-view.el (doc-view-new-window-function): Check the new window
14496         overlay's display property instead the char property of the
14497         buffer's first char.  Use `with-selected-window' instead of
14498         `save-window-excursion' with `select-window'.
14499         (doc-view-document->bitmap): Check the current doc-view overlay's
14500         display property instead the char property of the buffer's first char.
14502 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
14504         Automate the build of ja-dic.el (Bug#13984).
14505         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
14506         from the input, rather than assume that it's been done for us by the
14507         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
14508         the current date into a ja-dic.el comment, as that complicates
14509         regression testing.
14511 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14513         * whitespace.el: Fix double evaluation.
14514         (whitespace-space, whitespace-hspace, whitespace-tab)
14515         (whitespace-newline, whitespace-trailing, whitespace-line)
14516         (whitespace-space-before-tab, whitespace-indentation)
14517         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
14518         obsolete defvars.
14519         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
14520         (whitespace-color-on): Use a single font-lock-add-keywords call.
14521         Fix double-evaluation of face variables.
14523 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
14525         * net/tramp-adb.el (tramp-adb-parse-device-names):
14526         Use `start-process' instead of `call-process'.  Otherwise, the
14527         function might be blocked under MS Windows.  (Bug#13299)
14529 2013-03-17  Leo Liu  <sdl.web@gmail.com>
14531         Extend eldoc to display info in the mode-line.  (Bug#13978)
14532         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
14533         (eldoc-mode-line-string): New variable.
14534         (eldoc-minibuffer-message): New function.
14535         (eldoc-message-function): New variable.
14536         (eldoc-message): Use it.
14537         (eldoc-display-message-p)
14538         (eldoc-display-message-no-interference-p):
14539         Support eldoc-post-insert-mode.
14541         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
14542         (eval-expression): Run it.
14544 2013-03-17  Roland Winkler  <winkler@gnu.org>
14546         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
14547         strings in the list of return values.
14549 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
14551         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
14552         radix before checking for HMS forms.
14554 2013-03-16  Leo Liu  <sdl.web@gmail.com>
14556         * progmodes/scheme.el: Add indentation and font-locking for λ.
14557         (Bug#13975)
14559 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14561         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
14562         token before point (bug#13942).
14564 2013-03-16  Leo Liu  <sdl.web@gmail.com>
14566         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
14568 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
14570         * startup.el (command-line-normalize-file-name): Fix handling of
14571         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
14572         <xfq.free@gmail.com> in
14573         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
14575 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
14577         Sync with Tramp 2.2.7.
14579         * net/trampver.el: Update release number.
14581 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
14583         * doc-view.el: Fix bug#13887.
14584         (doc-view-insert-image): Don't modify overlay associated to
14585         non-live windows, and implement horizontal centering of image in
14586         case it's smaller than the window.
14587         (doc-view-new-window-function): Force redisplay of new windows on
14588         doc-view buffers.
14590 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
14592         * saveplace.el (save-place-alist-to-file): Don't sort
14593         `save-place-alist', just pretty-print it (bug#13882).
14595 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
14597         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
14598         Check whether `default-file-name-coding-system' is bound.
14599         It isn't in XEmacs.
14601 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14603         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
14604         backquotes for `obsolete' (bug#13929).
14606         * international/mule.el (find-auto-coding): Include file name in
14607         obsolescence warning (bug#13922).
14609 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
14611         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
14612         for CFEngine 3-specific indentation.
14613         (cfengine3-indent-line): Use it.  Fix up category regex.
14614         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
14616 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14618         * type-break.el (type-break-file-name):
14619         * textmodes/remember.el (remember-data-file):
14620         * strokes.el (strokes-file):
14621         * shadowfile.el (shadow-initialize):
14622         * saveplace.el (save-place-file):
14623         * ps-bdf.el (bdf-cache-file):
14624         * progmodes/idlwave.el (idlwave-config-directory):
14625         * net/quickurl.el (quickurl-url-file):
14626         * international/kkc.el (kkc-init-file-name):
14627         * ido.el (ido-save-directory-list-file):
14628         * emulation/viper.el (viper-custom-file-name):
14629         * emulation/vip.el (vip-startup-file):
14630         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
14631         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
14633 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
14635         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
14636         * language/thai-word.el: Switch to UTF-8.
14638 See ChangeLog.16 for earlier changes.
14640 ;; Local Variables:
14641 ;; coding: utf-8
14642 ;; End:
14644   Copyright (C) 2011-2014 Free Software Foundation, Inc.
14646   This file is part of GNU Emacs.
14648   GNU Emacs is free software: you can redistribute it and/or modify
14649   it under the terms of the GNU General Public License as published by
14650   the Free Software Foundation, either version 3 of the License, or
14651   (at your option) any later version.
14653   GNU Emacs is distributed in the hope that it will be useful,
14654   but WITHOUT ANY WARRANTY; without even the implied warranty of
14655   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14656   GNU General Public License for more details.
14658   You should have received a copy of the GNU General Public License
14659   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.