* net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
[emacs.git] / lisp / ChangeLog
blob2c5b40ef86a921b48a4a24d8db37d361484909a0
1 2014-04-11  Michael Albinus  <michael.albinus@gmx.de>
3         * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
4         name twice due to backticks.  (Bug#17238)
6 2014-04-11  Glenn Morris  <rgm@gnu.org>
8         * term/w32-win.el (x-win-suspend-error):
9         * term/x-win.el (x-win-suspend-error): Sync docs.
11 2014-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13         Ediff's overlay priorities cause more trouble than they solve.
14         * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
15         (ediff-highest-priority): Remove function (bug#17234).
16         * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
17         * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
18         (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
19         overlay priorities.
21 2014-04-10  Feng Li  <fengli@gmail.com>  (tiny change)
23         * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
24         entry; use symbol boundaries to avoid mis-matches.
26 2014-04-10  Michael Albinus  <michael.albinus@gmx.de>
28         * net/tramp.el (tramp-file-name-handler)
29         (tramp-completion-file-name-handler): Avoid recursive loading.
31         * net/tramp-sh.el (tramp-make-copy-program-file-name):
32         Quote result also locally.
34 2014-04-09  Dmitry Gutov  <dgutov@yandex.ru>
36         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
37         Module methods.  (Bug#17216)
39 2014-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
41         * help.el (describe-bindings): Fix buffer handling (bug#17210).
42         (describe-bindings-internal): Mark obsolete.
44 2014-04-07  João Távora  <joaotavora@gmail.com>
46         * elec-pair.el:
47         (electric-pair--syntax-ppss): When inside comments parse from
48         comment beginning.
49         (electric-pair--balance-info): Fix typo in comment.
50         (electric-pair--in-unterminated-string-p): Delete.
51         (electric-pair--unbalanced-strings-p): New function.
52         (electric-pair-string-bound-function): New var.
53         (electric-pair-inhibit-if-helps-balance): Decide quote pairing
54         according to `electric-pair--in-unterminated-string-p'
56 2014-04-07  João Távora  <joaotavora@gmail.com>
58         * elec-pair.el (electric-pair-inhibit-if-helps-balance):
59         Inhibit quote pairing if point-max is inside an unterminated string.
60         (electric-pair--looking-at-unterminated-string-p): Delete.
61         (electric-pair--in-unterminated-string-p): New function.
63 2014-04-07  Glenn Morris  <rgm@gnu.org>
65         * shell.el (shell-directory-tracker):
66         Go back to just ignoring failures.  (Bug#17159)
68 2014-04-06  João Távora  <joaotavora@gmail.com>
70         Fix `electric-pair-delete-adjacent-pairs' in modes binding
71         backspace. (bug#16981)
72         * elec-pair.el (electric-pair-backward-delete-char): Delete.
73         (electric-pair-backward-delete-char-untabify): Delete.
74         (electric-pair-mode-map): Bind backspace to a menu item filtering
75         a new `electric-pair-delete-pair' command.
76         (electric-pair-delete-pair): New command.
78 2014-04-06  João Távora  <joaotavora@gmail.com>
80         * progmodes/python.el (python-electric-pair-string-delimiter):
81         Fix triple-quoting electricity.  (Bug#17192)
83 2014-04-06  João Távora  <joaotavora@gmail.com>
85         * elec-pair.el (electric-pair-post-self-insert-function):
86         Don't skip whitespace when `electric-pair-text-pairs' and
87         `electric-pair-pairs' were used. syntax to
88         electric-pair--skip-whitespace.  (Bug#17183)
90 2014-04-06  Eli Zaretskii  <eliz@gnu.org>
92         * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
93         "<F>".  (Bug#17199)
95 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
97         * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
98         (mpc--status-idle-timer-run): Use mpc--status-timer-run.
100 2014-04-05  Glenn Morris  <rgm@gnu.org>
102         * help.el (view-lossage): Doc tweak.
104 2014-04-05  Matthias Dahl  <ml_emacs-lists@binary-island.eu>
106         * faces.el (face-spec-recalc): Call make-face-x-resource-internal
107         only when inhibit-x-resources is nil, and do that earlier in the
108         function.  Doc fix.  (Bug#16694)
109         (face-spec-choose): Accept additional optional argument, whose
110         value is returned if no matching attributes are found.
111         (face-spec-recalc): Use the new optional argument when calling
112         face-spec-choose.  (Bug#16378)
113         (make-face-x-resource-internal): Do nothing when
114         inhibit-x-resources is non-nil.  Don't touch the default face if
115         reversed video is given--as was done in previous versions of Emacs.
116         (face-set-after-frame-default): Don't call
117         make-face-x-resource-internal here.  (Bug#16434)
119 2014-04-04  Tassilo Horn  <tsdh@gnu.org>
121         * doc-view.el (doc-view-bookmark-jump):
122         Use `bookmark-after-jump-hook' to jump to the right page after the
123         buffer is shown in a window.  (bug#16090)
125 2014-04-04  Eli Zaretskii  <eliz@gnu.org>
127         * international/characters.el (mirroring): Fix last change:
128         instead of loading uni-mirrored.el explicitly, do that implicitly
129         by creating the 'mirroring' uniprop table.  This avoids announcing
130         the loading of uni-mirrored.el.
132 2014-04-04  Glenn Morris  <rgm@gnu.org>
134         * files.el (buffer-stale--default-function)
135         (buffer-stale-function, revert-buffer--default):
136         * autorevert.el (auto-revert-buffers): Doc tweaks.
138 2014-04-03  Eli Zaretskii  <eliz@gnu.org>
140         * international/characters.el: Preload uni-mirrored.el.  (Bug#17169)
142 2014-04-03  Glenn Morris  <rgm@gnu.org>
144         * files.el (make-backup-file-name-function)
145         (make-backup-file-name, make-backup-file-name--default-function)
146         (make-backup-file-name-1, find-backup-file-name)
147         (revert-buffer-function, revert-buffer-insert-file-contents-function)
148         (buffer-stale--default-function, buffer-stale-function)
149         (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
150         (revert-buffer, revert-buffer--default)
151         (revert-buffer-insert-file-contents--default-function):
152         Doc fixes related to defaults no longer being nil.
153         (make-backup-file-name-function): Bump :version.
154         Restore nil as a valid but deprecated custom type.
156 2014-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
158         * progmodes/perl-mode.el (perl-syntax-propertize-function): Handle $'
159         used as a variable (bug#17174).
161 2014-04-02  Stefan Monnier  <monnier@iro.umontreal.ca>
163         * progmodes/perl-mode.el (perl-indent-new-calculate):
164         Handle forward-sexp failure (bug#16985).
165         (perl-syntax-propertize-function): Add "foreach" and "for" statement
166         modifiers introducing expressions (bug#17116).
168 2014-04-02  Glenn Morris  <rgm@gnu.org>
170         * menu-bar.el (menu-bar-file-menu):
171         * vc/ediff.el (ediff-current-file):
172         Update for revert-buffer-function no longer being nil by default.
174         * simple.el (command-execute): Respect nil disabled-command-function.
176 2014-04-01  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
178         * simple.el (command-execute): Do not execute the command when it
179         is disabled; fixes thinko in 2013-02-20 conversion from C.  (Bug#17151)
181 2014-03-29  Juri Linkov  <juri@jurta.org>
183         * dired-aux.el (dired-compress-file): Don't use string-match-p
184         because its match data is used afterwards.
186 2014-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
188         * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
189         0 like nil.
191 2014-03-27  Dmitry Gutov  <dgutov@yandex.ru>
193         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
194         Highlight special globals with font-lock-builtin-face.  (Bug#17057)
196         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
197         Don't propertize `?' or `!' as symbol constituent when after
198         colon.  (Bug#17097)
200 2014-03-27  Juanma Barranquero  <lekktu@gmail.com>
202         * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
203         which is no longer needed and causes trouble in GTK builds (bug#17046).
205         * emacs-lisp/package-x.el (package--archive-contents-from-url):
206         Use url-insert-file-contents; package-handle-response no longer exists.
208 2014-03-26  Juanma Barranquero  <lekktu@gmail.com>
210         * emacs-lisp/package.el: Fix bug#16733 (again).
211         (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
212         (url-http-target-url): Remove unused declarations.
213         (package-handle-response): Remove.
214         (package--with-work-buffer): Use url-insert-file-contents and simplify.
215         (package--download-one-archive): Use current-buffer instead of
216         dynamic binding of `buffer'.
217         (describe-package-1): Do not decode readme-string.
219 2014-03-25  Barry O'Reilly  <gundaetiapo@gmail.com>
221         * simple.el (primitive-undo): Correction to 2014-03-24 change.
223 2014-03-25  Michael Albinus  <michael.albinus@gmx.de>
225         * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
227         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
228         from 2014-03-07, it decreases performance unnecessarily.  Let-bind
229         `remote-file-name-inhibit-cache' to nil in the second pass.
230         (tramp-find-executable): Do not call "which" on SunOS.
231         (tramp-send-command-and-check): Fix docstring.
232         (tramp-do-copy-or-rename-file-directly): In the `rename' case,
233         check whether source directory has set the sticky bit.
235 2014-03-24  Barry O'Reilly  <gundaetiapo@gmail.com>
237         * simple.el (primitive-undo): Only process marker adjustments
238         validated against their corresponding (TEXT . POS).  Issue warning
239         for lone marker adjustments in undo history.  (Bug#16818)
240         (undo-make-selective-list): Add marker adjustments to selective
241         undo list based on whether their corresponding (TEXT . POS) is in
242         the region.  Remove variable adjusted-markers, which was unused
243         and only non nil during undo-make-selective-list.
244         (undo-elt-in-region): Return nil when passed a marker adjustment
245         and explain in function doc.
247 2014-03-24  Dmitry Gutov  <dgutov@yandex.ru>
249         * emacs-lisp/package.el (package--add-to-archive-contents):
250         Include already installed and built-in packages in
251         `package-archive-contents'.
252         (package-install): Don't include already installed packages in the
253         options during interactive invocation.  (Bug#16762)
255 2014-03-24  Daniel Colascione  <dancol@dancol.org>
257         * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
258         instead of cl-loop search function.
260 2014-03-24  Juanma Barranquero  <lekktu@gmail.com>
262         * frameset.el (frameset--initial-params): Fix typo in parameter name.
264 2014-03-24  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
266         * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
268 2014-03-24  Dmitry Gutov  <dgutov@yandex.ru>
270         * progmodes/ruby-mode.el (ruby-expression-expansion-re):
271         Match special global variables without curlies, too.
272         (ruby-font-lock-keywords): Simplify the matcher for special global
273         variables.  Don't require a non-word character after the variable.
274         (Bug#17057)
276 2014-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
278         * simple.el (redisplay-highlight-region-function): Increase priority of
279         overlay to make sure boundaries are visible (bug#15899).
281 2014-03-23  Juanma Barranquero  <lekktu@gmail.com>
283         * frameset.el (frameset-restore): Compare display strings with equal.
285         * frame.el (make-frame): Don't quote display name in error message,
286         it is already a string.
288 2014-03-23  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
290         * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
291         the password.
293 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
295         * emacs-lisp/package.el (package-show-package-list): If the buffer
296         is already displayed in another window, switch to that window.
298 2014-03-21  Daniel Colascione  <dancol@dancol.org>
300         * mail/emacsbug.el (report-emacs-bug): Include memory usage
301         information in bug reports.
303 2014-03-23  Daniel Colascione  <dancol@dancol.org>
305         * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
306         list to look for keyword arguments instead of `memq', fixing
307         (Bug#3647) --- unfortunately, only for freshly-compiled code.
308         Please make bootstrap.
310 2014-03-23  Richard Stallman  <rms@gnu.org>
312         * battery.el (battery-linux-sysfs): Search for each field
313         from the beginning of the buffer.
315 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
317         * emacs-lisp/package.el (package-desc): Use the contents of the
318         quoted form, not its cdr.  (Bug#16873)
320 2014-03-22  Juanma Barranquero  <lekktu@gmail.com>
322         * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
323         benefit of doc.c; change parameter profile to match the X function.
325 2014-03-21  Michael Albinus  <michael.albinus@gmx.de>
327         * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
328         and `tramp-copy-env'.
330         * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
331         (tramp-maybe-open-connection): Handle `tramp-login-env'.
333 2014-03-21  Glenn Morris  <rgm@gnu.org>
335         * electric.el (electric-indent-post-self-insert-function): Add doc.
337 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
339         * emacs-lisp/package.el (package-compute-transaction):
340         Use `version-list-<=' to compare the requirement version against
341         the version of package already to be installed.  Update the error
342         message.  (Bug#16826)
344         * progmodes/ruby-mode.el (ruby-smie-rules):
345         Add indentation rule for ` @ '.  (Bug#17050)
347 2014-03-21  Juanma Barranquero  <lekktu@gmail.com>
349         * align.el (align-regexp): Remove superfluous backslash.
351         * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
352         (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
353         (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
354         Fix docstring typos.
355         (ffap-next): Use C-u in docstring.
356         (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
357         (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
358         Remove superfluous backslashes.
359         (ffap-string-at-point): Reflow docstring.
361         * server.el (server-host): Reflow docstring.
362         (server-unload-function): Fix docstring typo.
363         (server-eval-at): Remove superfluous backslash.
365         * skeleton.el (skeleton-insert): Remove superfluous backslash.
366         (skeleton-insert): Doc fix.
367         (skeleton-insert): Reflow docstring.
369         * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
370         (tty-color-approximate, tty-color-by-index, tty-color-values)
371         (tty-color-desc): Remove superfluous backslashes.
373 2014-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
375         * electric.el (electric-newline-and-maybe-indent): New command.
376         Bind it globally to C-j.
377         (electric-indent-mode): Don't mess with the global map any more.
378         Don't drop the post-self-insert-hook is some buffer is still using it
379         (bug#16770).
381         * bindings.el (global-map): Remove C-j binding.
383         * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
384         the docstring of functions advised before dumping (bug#16993).
386 2014-03-19  Stefan-W. Hahn  <stefan.hahn@s-hahn.de>  (tiny change)
388         * ps-print.el (ps-generate-postscript-with-faces):
389         Explicitly deactivate the mark (bug#16866).
390         * simple.el (deactivate-mark): Update region highlight.
392 2014-03-19  Juanma Barranquero  <lekktu@gmail.com>
394         * emacs-lisp/package.el (describe-package-1):
395         Decode commentary (bug#16733).
397 2014-03-18  Juanma Barranquero  <lekktu@gmail.com>
399         * custom.el (defcustom): Doc fix: recommend avoiding destructive
400         modification of the value argument of :set (bug#16755).
402 2014-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
404         * simple.el (newline-and-indent): Do autofill (bug#17031).
406 2014-03-18  Dmitry Gutov  <dgutov@yandex.ru>
408         * newcomment.el (comment-normalize-vars): Only add escaping check
409         to `comment-start-skip' if not `comment-use-syntax'.  (Bug#16971)
410         (comment-beginning): Use `narrow-to-region' instead of moving back
411         one character.
412         (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
413         (comment-start-skip): Update the docstring.
415 2014-03-18  Richard Stallman  <rms@gnu.org>
417         * dired.el (dired-display-file): Force use of other window.
419 2014-03-18  Daniel Colascione  <dancol@dancol.org>
421         * startup.el (tty-handle-args): Remove debug message from 2007.
423 2014-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
425         * emacs-lisp/nadvice.el (advice--interactive-form): New function.
426         (advice--make-interactive-form): Use it to avoid (auto)loading function.
427         (advice--make-1, advice-add, advice-remove):
428         Remove braindead :advice-pending hack.
430 2014-03-17  Glenn Morris  <rgm@gnu.org>
432         * calendar/calendar.el (calendar-generate-month): Apply weekend
433         face to the right days; fixes 2013-08-06 change.  (Bug#17028)
435 2014-03-17  Michael Albinus  <michael.albinus@gmx.de>
437         * net/tramp.el (tramp-action-out-of-band): Read pending output.
438         (tramp-call-process): Trace also DESTINATION.
440         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
441         Quote file names when they are local.  Remove superfluous trace.
443 2014-03-17  Dmitry Gutov  <dgutov@yandex.ru>
445         * newcomment.el (comment-beginning): If `comment-start-skip'
446         doesn't match, move back one char and try again.  (Bug#16971)
448         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
449         Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
450         Set `comment-start-skip' to a simpler value that doesn't try to
451         check if the semicolon is escaped (this is handled by
452         `syntax-ppss' now).  (Bug#16971)
454         * progmodes/scheme.el (scheme-mode-variables): Same.
456 2014-03-16  Martin Rudalics  <rudalics@gmx.at>
458         Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
459         * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
460         current (Bug#16816, Bug#17007).
461         (with-current-buffer-window): New macro doing the same as
462         `with-temp-buffer-window' but with BUFFER-OR-NAME current.
463         * help.el (help-print-return-message): Warn in doc-string to not
464         use this in `with-help-window'.
465         (describe-bindings-internal): Call `describe-buffer-bindings'
466         from within help buffer.  See Juanma's scenario in (Bug#16816).
467         (with-help-window): Update doc-string.
468         * dired.el (dired-mark-pop-up):
469         * files.el (save-buffers-kill-emacs):
470         * register.el (register-preview): Use `with-current-buffer-window'
471         instead of `with-temp-buffer-window'.
473 2014-03-16  Juanma Barranquero  <lekktu@gmail.com>
475         * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
476         Implement inserting into current buffer, documented in their docstrings.
477         (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
478         (rst-section-tree-point, rst-forward-section, rst-indent)
479         (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
480         (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
481         (rst-font-lock-handle-adornment-pre-match-form)
482         (rst-repeat-last-character): Reflow docstrings.
483         (rst-preferred-adornments, rst-update-section, rst-find-title-line)
484         (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
485         (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
486         (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
487         Fix docstring typos.
488         (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
489         (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
490         (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
492 2014-03-15  Juanma Barranquero  <lekktu@gmail.com>
494         * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
495         for compatibility with other ports.
496         (ns-initialize-window-system): Use it.  It is set in term/common-win.el
497         from the -xrm command line argument, but in the Nextstep port its value
498         is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
500         * progmodes/python.el (defconst, python-syntax-count-quotes)
501         (python-indent-region, python-indent-shift-right)
502         (python-indent-dedent-line-backspace, python-nav-backward-sexp)
503         (python-nav-backward-sexp-safe, python-nav-backward-up-list)
504         (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
505         (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
506         (inferior-python-mode, python-shell-make-comint, run-python-internal)
507         (python-shell-buffer-substring, python-shell-send-buffer)
508         (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
509         (python-completion-complete-at-point, python-fill-docstring-style)
510         (python-eldoc-function, python-imenu-format-item-label)
511         (python-imenu-format-parent-item-label)
512         (python-imenu-format-parent-item-jump-label)
513         (python-imenu--build-tree, python-imenu-create-index)
514         (python-imenu-create-flat-index): Fix docstring typos.
515         (python-indent-context, python-shell-prompt-regexp, run-python):
516         Remove superfluous backslashes.
517         (python-indent-line, python-nav-beginning-of-defun)
518         (python-shell-get-buffer, python-shell-get-process)
519         (python-info-current-defun, python-info-current-line-comment-p)
520         (python-info-current-line-empty-p, python-util-popn): Doc fixes.
521         (python-indent-post-self-insert-function, python-shell-send-file)
522         (python-shell-completion-get-completions)
523         (python-shell-completion-complete-or-indent)
524         (python-eldoc--get-doc-at-point): Reflow docstrings.
526 2014-03-14  Glenn Morris  <rgm@gnu.org>
528         * emacs-lisp/package.el (package-menu-mode-map):
529         Replace use of obsolete function alias.  Tweak menu item text.
531         * info.el (Info-finder-find-node):
532         Ignore the `emacs' metapackage.  (Bug#10813)
534         * finder.el (finder-list-matches): Include unversioned packages
535         in the result of a keyword search.
537         * finder.el (finder--builtins-descriptions): New constant.
538         (finder-compile-keywords): Use finder--builtins-descriptions.
540 2014-03-14  Dmitry Gutov  <dgutov@yandex.ru>
542         * simple.el (blink-matching-paren): Describe the new value,
543         `jump', enabling the old behavior.
544         (blink-matching-open): Use that value.  (Bug#17008)
546 2014-03-14  Glenn Morris  <rgm@gnu.org>
548         * finder.el (finder-no-scan-regexp): Add leim-list.
549         (finder-compile-keywords):
550         Don't skip files with same basename.  (Bug#14010)
551         * Makefile.in (setwins_finder): New, excluding leim.
552         (finder-data): Use setwins_finder.
554         * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
555         (help-function-arglist, help-make-usage): Move from here...
556         * help.el (help-split-fundoc, help-add-fundoc-usage)
557         (help-function-arglist, help-make-usage): ... to here.  (Bug#17001)
558         * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
560 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
562         * net/socks.el (socks, socks-override-functions)
563         (socks-find-services-entry):
564         * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
565         (hif-find-ifdef-block):
566         * progmodes/modula2.el (m2-indent): Fix docstring typos.
568         * net/tls.el (tls-program): Reflow docstring.
570         * progmodes/pascal.el (pascal-mode-abbrev-table)
571         (pascal-imenu-generic-expression, pascal-auto-endcomments)
572         (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
573         (pascal-outline-mode): Fix docstring typos.
574         (pascal-mode): Let define-derived-mode document mode hook.
575         (pascal-uncomment-area): Reflow.
576         (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
578         * progmodes/opascal.el (opascal-compound-block-indent)
579         (opascal-case-label-indent): Fix docstring typos.
580         (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
582 2014-03-13  Dmitry Gutov  <dgutov@yandex.ru>
584         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
585         Fontify multiple adjacent negation chars.  (Bug#17004)
587 2014-03-13  Tom Willemse  <tom@ryuslash.org>  (tiny change)
589         * emacs-lisp/package.el (package--prepare-dependencies):
590         Accept requirements without explicit version (bug#14941).
592 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
594         * register.el (register-separator, copy-to-register): Doc fixes.
595         (register-preview-default): Remove unnecessary call to concat.
597         * frameset.el (frameset-restore): When checking for a visible frame,
598         use the action map instead of calling visible-frame-list.
600 2014-03-12  Jonas Bernoulli  <jonas@bernoul.li>
602         * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
604 2014-03-12  Martin Rudalics  <rudalics@gmx.at>
606         * window.el (fit-frame-to-buffer): Get maximum width from
607         display's width instead of height.
609 2014-03-12  Glenn Morris  <rgm@gnu.org>
611         * desktop.el (desktop-restore-frames)
612         (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
613         (desktop-restore-reuses-frames): Doc tweaks.
615         * electric.el (electric-indent-mode): Doc fix.
617 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
619         * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
620         (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
621         (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
622         (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
623         (cvs-dired-use-hook): Fix docstring typos.
624         (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
625         Doc fixes.
627         * vc/pcvs-defs.el (cvs-auto-remove-handled)
628         (cvs-auto-remove-directories, cvs-default-ignore-marks)
629         (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
630         (cvs-execute-single-dir): Fix docstring typos.
632         * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
633         (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
635         * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
637         * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
638         Fix docstring typos.
640 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
642         * frameset.el (frameset--jump-to-register): Add autoload; it could be
643         called from jump-to-register after unloading the frameset package.
645 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
647         * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
648         (bug#16975).  Deactivate the mark before setting it to nil.
649         (activate-mark): Do nothing if region is already active.
651 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
653         * frameset.el (frameset--target-display): Remove definition; declare.
654         (frameset-save, frameset-restore): Let-bind frameset--target-display.
656 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
658         * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
659         (advice-add): Add a :advice--pending marker, so advice--make-1 knows
660         when the advice is pending.
661         (advice-remove): Remove this marker when not needed any more.
663 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
665         * frameset.el: Separate options for reusing frames and cleaning up.
666         (frameset--reuse-list): Remove definition; declare.
667         (frameset--action-map): Declare.
668         (frameset--find-frame-if): Doc fix.
669         (frameset--restore-frame): Cache frame action.
670         (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
671         how to clean up the frame list after restoring.  Remove cleaning
672         options from REUSE-FRAMES.  Change all keyword values to symbols.
673         (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
675         * desktop.el (desktop-restore-forces-onscreen)
676         (desktop-restore-reuses-frames): Use non-keyword values.
677         (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
679 2014-03-10  Glenn Morris  <rgm@gnu.org>
681         * files.el (find-file): Doc fix: update info node name.
683         * emacs-lisp/advice.el (ad-add-advice, defadvice):
684         Doc fix: remove references to deleted info nodes.
686 2014-03-10  Michael Albinus  <michael.albinus@gmx.de>
688         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
689         Do not add `nil' to the environment, when there's no remote `locale'.
690         (tramp-find-inline-encoding): Check, that the remote host has
691         installed perl, before sending scripts.
693 2014-03-10  Leo Liu  <sdl.web@gmail.com>
695         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
696         Clear eldoc-last-message.  (Bug#16920)
698 2014-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
700         * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
701         (bug#14430).
703 2014-03-09  Juri Linkov  <juri@jurta.org>
705         * ansi-color.el (ansi-color-names-vector): Copy default colors
706         from `xterm-standard-colors' that look well on the default white
707         background (and also on the black background) to avoid illegible
708         color combinations like yellow-on-white and white-on-white.
709         http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
711 2014-03-08  Juanma Barranquero  <lekktu@gmail.com>
713         * frameset.el (frameset-restore): When no frame is visible, do not
714         generate a list of frames, just make visible the selected one.
716 2014-03-08  Dmitry Gutov  <dgutov@yandex.ru>
718         * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
719         it only contains the repository root.  (Bug#16897)
721 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
723         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
724         only when `remote-file-name-inhibit-cache' is nil.
725         (tramp-sh-file-name-handler): Use `tramp-error'.  Simplify code.
727 2014-03-06  Martin Rudalics  <rudalics@gmx.at>
729         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
730         Fix doc-strings.
731         (fit-frame-to-buffer): New argument ONLY.  Remove dependency on
732         fit-frame-to-buffer variable.  Fix doc-string.
733         (fit-window-to-buffer): Set ONLY argument in call of
734         fit-frame-to-buffer.  Fix doc-string.
736 2014-03-06  Michael Albinus  <michael.albinus@gmx.de>
738         * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
739         (tramp-action-password): Clear password cache if needed.
740         (tramp-read-passwd): Do not clear password cache.
742         * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
743         cache unless it is the first password request.
745 2014-03-06  Glenn Morris  <rgm@gnu.org>
747         * simple.el (newline): Doc tweak.
749         * emacs-lisp/shadow.el (load-path-shadows-find):
750         Ignore dir-locals.  (Bug#12357)
752 2014-03-05  Glenn Morris  <rgm@gnu.org>
754         * files.el (interpreter-mode-alist):
755         * progmodes/sh-script.el (sh-ancestor-alist): Add dash.  (Bug#16938)
757 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
759         * frameset.el (frameset--initial-params): Filter out null entries.
761 2014-03-05  Martin Rudalics  <rudalics@gmx.at>
763         * window.el (window-min-height, window-min-width):
764         Rewrite doc-strings.
765         (window-body-size): Add PIXELWISE argument to make it consistent
766         with its callees.
768 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
770         * finder.el (finder-mode-map, finder-mode-syntax-table):
771         Revert part of 2014-02-28 change.
773 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
775         * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
776         (eww-setup-buffer): Clear next/prev/etc more reliably.
777         (eww-textarea-map): [tab] doesn't work on tty.
778         Reported by Mario Lang.
780         * net/shr.el (shr-map): Ditto.
782 2014-03-04  Glenn Morris  <rgm@gnu.org>
784         * minibuffer.el (completion-hilit-commonality):
785         Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
787 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
789         * hilit-chg.el (hilit-chg-unload-function): New function.
790         (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
791         (hilit-chg-map-changes): Prefer cardinal number to digit.
792         (hilit-chg-display-changes): Reflow docstring.
793         (highlight-changes-rotate-faces): Remove superfluous backslash.
795 2014-03-04  Michael Albinus  <michael.albinus@gmx.de>
797         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
798         `tramp-send-command-and-check'.
800 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
802         * hexl.el (hexl-address-region, hexl-ascii-region)
803         (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
804         (hexl-backward-short, hexl-forward-short, hexl-backward-word)
805         (hexl-forward-word, hexl-previous-line, hexl-next-line):
806         Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
807         (hexl-mode): Doc fix.
808         (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
809         (hexl-mode-ruler): Fix typos in docstrings.
811         * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
812         (strokes-character, strokes-get-grid-position, strokes-list-strokes):
813         Remove superfluous backslashes.
814         (strokes-last-stroke, strokes-global-map, strokes-mode):
815         Reflow docstrings.
816         (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
817         (strokes-xpm-for-compressed-string): Use quotes with buffer name.
818         (strokes-distance-squared, strokes-global-set-stroke)
819         (strokes-global-set-stroke-string): Doc fixes.
820         (strokes-help): Fix typos; reflow docstring.
822 2014-03-04  Martin Rudalics  <rudalics@gmx.at>
824         * window.el (window-in-direction): Fix doc-string.
826 2014-03-04  Glenn Morris  <rgm@gnu.org>
828         * emacs-lisp/smie.el (smie-config-guess): Doc fix.
829         Explicit error if no grammar.
830         (smie-config-save): Doc fix.  Fix quote typo.
832 2014-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
834         * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
835         electric-indent-mode-hook if we obey electric-indent-mode.
836         (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
837         decide whether we obey electric-indent-mode.
838         (c-change-set-fl-decl-start, c-extend-after-change-region):
839         Silence warnings.
840         (c-electric-indent-mode-hook): Assume we do want to obey
841         electric-indent-mode.
843         * electric.el (electric-indent-mode-has-been-called): Remove.
844         (electric-indent-mode): Fix accordingly.
846         * files.el (hack-local-variables): Mention file name in warning.
848         * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
850 2014-03-04  Michal Nazarewicz  <mina86@mina86.com>
852         * bindings.el: Add comment describing why C-d binds to `delete-char'.
853         * simple.el (delete-forward-char): Mark as interactive-only.
855 2014-03-03  Juanma Barranquero  <lekktu@gmail.com>
857         * icomplete.el (icomplete-completions):
858         Follow-up to 2014-03-01 change.
860         * icomplete.el: Miscellaneous doc fixes.
861         Use Icomplete everywhere instead of icomplete for consistency.
862         (icomplete-max-delay-chars): Fix typo.
863         (icomplete-mode): Use \[].
864         (icomplete-tidy, icomplete-exhibit): Reflow.
865         (icomplete-minibuffer-setup-hook, icomplete-completions):
866         Remove superfluous backlashes.
868         * ido.el: Miscellaneous doc fixes.
869         Use Ido everywhere instead of ido or `ido' for consistency.
870         (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
871         (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
872         (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
873         (ido-separator): Extract obsolescence info from docstring and declare
874         with make-obsolete-variable.
875         (ido-minibuffer-setup-hook): Simplify example.
876         (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
877         (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
878         (ido-completion-help, ido-completing-read): Fix typos in docstrings.
879         (ido-everywhere): Reflow docstring.
880         (ido-toggle-vc): Doc fix.
881         (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
882         of long list of keybindings.
884 2014-03-03  Glenn Morris  <rgm@gnu.org>
886         * frame.el (display-pixel-height, display-pixel-width)
887         (display-mm-dimensions-alist, display-mm-height)
888         (display-mm-width): Doc tweaks.
890 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
892         * simple.el (undo-elt-in-region): Fix buffer corruption for edge
893         case of undo in region.
895 2014-03-02  Martin Rudalics  <rudalics@gmx.at>
897         * window.el (fit-window-to-buffer): Fix argument in window-size
898         call when window is horizontally combined.
900 2014-03-02  Juanma Barranquero  <lekktu@gmail.com>
902         * icomplete.el (icomplete-completions): Use string-width.
903         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
905 2014-03-01  Dmitry Gutov  <dgutov@yandex.ru>
907         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
908         Highlight regexp options.  (Bug#16914)
910 2014-03-01  Martin Rudalics  <rudalics@gmx.at>
912         * window.el (window--max-delta-1): Round down when calculating
913         how many lines/columns we can get from a window.
915 2014-03-01  Glenn Morris  <rgm@gnu.org>
917         * isearch.el (search-invisible): Doc fix.
919         * minibuffer.el (completion-hilit-commonality):
920         Make `base-size' argument optional.  Short-cut if `prefix-len' is 0.
921         * comint.el (comint-dynamic-list-completions): Doc fix.
922         * comint.el (comint-dynamic-list-completions):
923         * filecache.el (file-cache-minibuffer-complete):
924         * tempo.el (tempo-display-completions):
925         * eshell/em-hist.el (eshell-list-history):
926         Replace use of obsolete argument of display-completion-list.
928 2014-03-01  Juanma Barranquero  <lekktu@gmail.com>
930         * icomplete.el (icomplete-completions):
931         Revert back to using "..." when ?… cannot be displayed.
933 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
935         * finder.el (finder-unload-function): New function.
937 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
939         * dframe.el (dframe-detach):
940         * find-dired.el (find-dired, find-name-dired):
941         * finder.el (finder-mode-map, finder-mode-syntax-table)
942         (finder-headmark, finder-select, finder-mouse-select):
943         Fix docstring typos.
945 2014-02-28  Martin Rudalics  <rudalics@gmx.at>
947         Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
948         * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
949         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
950         Fix doc-string based on a suggestion by Nicolas Richard
951         <theonewiththeevillook@yahoo.fr>.
952         * help.el (with-help-window): Fix doc-string.
954 2014-02-28  Ivan Kanis  <ivan@kanis.fr>
956         * net/shr.el (shr-image-animate): New option.
957         (shr-put-image): Respect shr-image-animate.
959 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
961         * net/tramp-adb.el (tramp-adb-parse-device-names):
962         Use `accept-process-output'.
963         (tramp-adb-handle-file-truename): Cache the localname only.
964         (tramp-adb-handle-make-directory)
965         (tramp-adb-handle-delete-directory): Flush file properties correctly.
966         (tramp-adb-handle-set-file-modes): Do not raise an error when file
967         modes cannot be changed.
969         * net/tramp-cache.el (tramp-flush-directory-property): Remove also
970         file properties of symlinks.
972 2014-02-28  Per Starbäck  <starback@stp.lingfil.uu.se>
974         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
975         required/optional fields to match development biblatex.  (Bug#16781)
977 2014-02-28  Andy Sawyer  <andy.sawyer@gmail.com>  (tiny change)
979         * saveplace.el (toggle-save-place):
980         Fix argument handling.  (Bug#16673)
982 2014-02-28  Glenn Morris  <rgm@gnu.org>
984         * minibuffer.el (completions-first-difference)
985         (completions-common-part, completion-hilit-commonality): Doc fixes.
987 2014-02-28  Karl Berry  <karl@gnu.org>
989         * info.el (Info-mode-map): Add H for describe-mode,
990         to synchronize with standalone Info.
992 2014-02-28  Emilio C. Lopes  <eclig@gmx.net>
994         * progmodes/sql.el (sql-interactive-mode):
995         Avoid setting global comint-input-ring-separator.  (Bug#16814)
997 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
999         * net/dbus.el (dbus--init-bus): Declare function.
1000         (dbus-path-local, dbus-interface-local): New defconst.
1001         (dbus-init-bus): Use them.
1002         (dbus-return-values-table): Extend doc.
1003         (dbus-handle-bus-disconnect): Extend error message.
1005 2014-02-27  Juanma Barranquero  <lekktu@gmail.com>
1007         * subr.el (y-or-n-p): Fix double space issue in message.
1009 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
1011         * net/tramp.el (tramp-call-process): Improve trace message.
1012         (tramp-handle-insert-file-contents): Trace error case.
1014         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
1015         <insert-directory>: Use `tramp-handle-insert-directory'.
1016         (tramp-adb-handle-insert-directory): Remove function.
1017         (tramp-adb-send-command-and-check): New defun, replacing
1018         `tramp-adb-command-exit-status'.  Change all callees.
1019         (tramp-adb-handle-file-attributes)
1020         (tramp-adb-handle-directory-files-and-attributes): Use it.
1021         (tramp-adb-ls-output-name-less-p):
1022         Use `directory-listing-before-filename-regexp'.
1023         (tramp-adb-handle-delete-directory): Flush also file properties of
1024         the truename of directory.
1025         (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
1026         (tramp-adb-handle-file-local-copy): Make the local copy readable.
1027         (tramp-adb-handle-write-region): Implement APPEND.
1028         (tramp-adb-handle-rename-file): Make it more robust.  Flush file
1029         properties correctly.
1030         (tramp-adb-maybe-open-connection): Set `tramp-current-*'
1031         variables.  Check for connected devices only when needed.
1033 2014-02-27  Glenn Morris  <rgm@gnu.org>
1035         * minibuffer.el (completion-table-dynamic)
1036         (completion-table-with-cache): Doc fixes.
1038         * emacs-lisp/crm.el (crm-default-separator, crm-separator)
1039         (completing-read-multiple): Doc fixes.
1041 2014-02-27  Daniel Colascione  <dancol@dancol.org>
1043         * minibuffer.el (completion--nth-completion): Fix indentation.
1045         * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
1046         explicit tramp path is empty.
1048 2014-02-27  Glenn Morris  <rgm@gnu.org>
1050         * emacs-lisp/crm.el (completing-read-multiple):
1051         Empower help-enable-auto-load.
1053 2014-02-26  Glenn Morris  <rgm@gnu.org>
1055         * startup.el (command-line): Don't init the tty in daemon mode.
1057         Avoid calling tty-setup-hook twice, eg if a term file
1058         explicitly calls tty-run-terminal-initialization.  (Bug#16859)
1059         * faces.el (tty-run-terminal-initialization): Add run-hook argument.
1060         (tty-create-frame-with-faces): Use it.
1061         * startup.el (command-line): Pass run-hook argument
1062         to tty-run-terminal-initialization.
1064         * dired.el (dired-restore-desktop-buffer): Demote errors;
1065         eg in case a glob match fails.  (Bug#16884)
1067 2014-02-26  Dmitry Gutov  <dgutov@yandex.ru>
1069         * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
1070         error from `read-from-string'.  (Bug#16850)
1072         * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
1073         result of `completing-read' in the interactive form.  (Bug#16854)
1075 2014-02-25  Glenn Morris  <rgm@gnu.org>
1077         * image.el (image-animate, image-animate-timeout):
1078         Stop animating images in dead buffers.  (Bug#16878)
1080         * emacs-lisp/edebug.el (defmacro): Fix debug spec.  (Bug#16868)
1082         * faces.el (tty-setup-hook, tty-run-terminal-initialization):
1083         Doc fixes.
1084         * startup.el (term-setup-hook): Doc fix.  Make obsolete.
1085         * term/sun.el (sun-raw-prefix-hooks):
1086         Use tty-setup-hook instead of term-setup-hook.
1087         (terminal-init-sun): Construct message from bytecomp plist.
1088         * term/wyse50.el (enable-arrow-keys): Doc fix.
1090 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
1092         * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
1093         Fix docstring typos.
1095 2014-02-24  Michael Albinus  <michael.albinus@gmx.de>
1097         * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
1099 2014-02-24  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
1101         * minibuffer.el (completion--try-word-completion):
1102         Fix error when completing M-x commands (bug#16808).
1104 2014-02-24  Leo Liu  <sdl.web@gmail.com>
1106         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
1108 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
1110         * apropos.el (apropos-print): Avoid formatting error when
1111         apropos-do-all and apropos-compact-layout are both t.
1113 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
1115         * apropos.el (apropos-property, apropos-all-words-regexp)
1116         (apropos-true-hit, apropos-variable, apropos-print):
1117         Fix docstring typos, and remove obsolete comment.
1119 2014-02-23  Michael Albinus  <michael.albinus@gmx.de>
1121         * net/tramp-sh.el (tramp-sh-handle-file-truename):
1122         Preserve trailing "/".  (Bug#16851)
1124 2014-02-23  Dmitry Gutov  <dgutov@yandex.ru>
1126         * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
1127         after `=>' (bug#16811).
1128         (ruby-smie-rules): Handle the inconsistent second element of the
1129         list returned by `smie-indent--parent'.
1130         (ruby-font-lock-keywords): Disqualify any identifier before `=' as
1131         method call.
1133 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
1135         * elec-pair.el (electric-pair-text-syntax-table)
1136         (electric-pair-syntax-info, electric-pair--syntax-ppss)
1137         (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
1138         (electric-pair--looking-at-unterminated-string-p): Doc fix.
1139         (electric-pair--inside-string-p): Doc fix.  Use `let', not `let*'.
1141 2014-02-22  Glenn Morris  <rgm@gnu.org>
1143         * imenu.el (imenu--generic-function): Doc fix.
1145         * register.el (frame-configuration-to-register): Make obsolete.
1147 2014-02-22  Juanma Barranquero  <lekktu@gmail.com>
1149         * desktop.el (desktop-save-buffer-p): Do not fail when
1150         desktop-files-not-to-save is nil.  Return t for true result
1151         as the doc says.
1153 2014-02-22  Daniel Colascione  <dancol@dancol.org>
1155         * net/secrets.el (secrets-create-item, secrets-search-items):
1156         Check that attribute values are strings, avoiding the construction
1157         of invalid dbus messages.
1159 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
1161         * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
1162         defun-declarations-alist.
1164 2014-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1166         * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
1167         (bug#16829).
1169 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
1171         * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
1172         (whitespace-newline, whitespace-trailing, whitespace-line)
1173         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
1174         (whitespace-space-after-tab): Fix typo in docstrings.
1176 2014-02-21  Dmitry Gutov  <dgutov@yandex.ru>
1178         * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
1180         * electric.el (electric-indent-functions-without-reindent):
1181         Add `yaml-indent-line'.
1183 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
1185         * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
1186         It has done nothing for years; should be removed after the release.
1188         * simple.el (choose-completion): Fix docstring typo.
1189         (read-quoted-char-radix): Remove unneeded * in docstring.
1190         (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
1191         Don't escape parentheses unnecessarily in docstrings.
1193 2014-02-21  Martin Rudalics  <rudalics@gmx.at>
1195         Fix handling of window-min-height/-width (Bug#16738).
1196         * window.el (window--dump-window, window--dump-frame):
1197         New functions.
1198         (window--min-size-1): Account for window dividers.
1199         When window-resize-pixelwise is nil, delay rounding till after the
1200         sum of the window components has been calculated.
1201         (window--min-delta-1, window--max-delta-1): When PIXELWISE is
1202         nil make sure at least one text line and two text columns remain
1203         fully visible.
1204         (window-resize): Signal an error when window-resize-apply fails.
1205         (window--resize-child-windows): Fix calculation of by how many
1206         pixels a window can still be shrunk via window-new-normal.
1207         (adjust-window-trailing-edge): Call window--resizable with
1208         correct TRAIL argument.
1210         (with-temp-buffer-window): Don't evaluate BODY within
1211         with-current-buffer (Bug#16816).
1213 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
1215         * net/tramp.el (tramp-check-cached-permissions):
1216         Call `file-attributes' with `suffix' being a symbol but a string.
1218 2014-02-21  Daniel Colascione  <dancol@dancol.org>
1220         * net/dbus.el (dbus-init-bus-1): Declare new subr.
1221         (dbus-init-bus): New function: call into dbus-init-bus-1
1222         and installs a handler for the disconnect signal.
1223         (dbus-call-method): Rewrite to look for result in cons.
1224         (dbus-call-method-handler): Store result in cons.
1225         (dbus-check-event): Recognize events with nil sender as valid.
1226         (dbus-handle-bus-disconnect): New function.  React to bus
1227         disconnection signal by synthesizing dbus error for each
1228         pending synchronous or asynchronous call.
1229         (dbus-notice-synchronous-call-errors): New function.
1230         (dbus-handle-event): Raise errors directly only when `dbus-debug'
1231         is true, not all the time.
1233 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
1235         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
1236         Remove obsolescence declarations, these variables do not exist anymore.
1238         * savehist.el (savehist-save-minibuffer-history)
1239         (savehist-additional-variables, savehist-file, savehist-mode-hook)
1240         (savehist-save-hook, savehist-coding-system, savehist-loaded)
1241         (savehist-load, savehist-install, savehist-autosave): Fix typos;
1242         mostly, refer to "Savehist mode" when talking about the mode,
1243         and not the function.
1245         * saveplace.el (save-place): Remove redundant info in docstring.
1246         (save-place-forget-unreadable-files, toggle-save-place)
1247         (save-place-forget-unreadable-files, save-place-dired-hook):
1248         Fix typos and remove unneeded backslashes.
1250 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
1252         * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
1253         (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
1255         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
1256         <insert-directory>: Use `tramp-handle-insert-directory'.
1257         (tramp-gvfs-handle-insert-directory): Remove function.
1259         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1260         Call `tramp-handle-insert-directory'.
1262 2014-02-20  Juanma Barranquero  <lekktu@gmail.com>
1264         * elec-pair.el (electric-pair-syntax-info): Do not check syntax
1265         before the start of buffer/region (bug#16799).
1267 2014-02-20  Glenn Morris  <rgm@gnu.org>
1269         * isearch.el (search-invisible): Doc fix.
1271 2014-02-20  W. Trevor King  <wking@tremily.us>  (tiny change)
1273         * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
1274         (bug#16657).
1276 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
1278         * frameset.el (frameset-restore): Delay removing an old frame's
1279         duplicate id until the new frame has been correctly created.
1281 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
1283         * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
1284         (tramp-check-cached-permissions): Call `file-attributes' if the
1285         cache is empty.
1287         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
1288         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
1290         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
1291         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
1292         (tramp-gvfs-maybe-open-connection): Set always connection
1293         properties, even if target is mounted already.
1295         * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
1296         Set tramp-autoload cookie.
1297         (tramp-get-remote-touch): New defun.
1298         (tramp-sh-handle-set-file-times): Use it.
1299         (tramp-sh-handle-directory-files-and-attributes):
1300         Use `tramp-handle-directory-files-and-attributes' if neither stat
1301         nor perl are available on the remote host.
1303         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
1304         "/".  Write long listing only when "l" belongs to the switches.
1306         * net/trampver.el: Update release number.
1308 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
1310         * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
1312 2014-02-19  Martin Rudalics  <rudalics@gmx.at>
1314         * window.el (window-state-put): Allow WINDOW to refer to an
1315         internal window (Bug#16793).
1317 2014-02-19  Glenn Morris  <rgm@gnu.org>
1319         * textmodes/remember.el: Move provide statement to end.
1320         (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
1321         (remember-notes): Doc fixes.
1323 2014-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1325         * delsel.el (delete-char): Restore incorrectly erased property
1326         (bug#16795).
1328 2014-02-18  Juanma Barranquero  <lekktu@gmail.com>
1330         * frameset.el (frameset--restore-frame): When a frame is being reused
1331         and its root window is not alive, delete all the frame's windows before
1332         restoring the window state.  This works around the issue in bug#16793.
1334 2014-02-18  Glenn Morris  <rgm@gnu.org>
1336         * textmodes/remember.el (remember-data-directory)
1337         (remember-directory-file-name-format, remember-store-in-files)
1338         (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
1339         (remember-notes-save-and-bury-buffer)
1340         (remember-notes--kill-buffer-query): Doc fixes.
1342         * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
1344 2014-02-17  Alan Mackenzie  <acm@muc.de>
1346         Connect electric-indent-mode up with CC Mode.  Bug #15478.
1347         * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
1348         to electric-indent-{,local-}-mode.
1349         (c-basic-common-init): Set electric-indent-inhibit.
1350         Initialise c-electric-flag from electric-indent-mode.
1351         (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
1352         New hook functions which propagate electric-indent-mode to CC mode.
1354         * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
1355         hit, toggle electric-indent-local-mode.
1357         * electric.el (electric-indent-mode-has-been-called):
1358         New variable.
1360 2014-02-17  Juanma Barranquero  <lekktu@gmail.com>
1362         * frameset.el (frameset-cfg-id): New function.
1363         (frameset--reuse-frame, frameset-restore): Use it.
1364         (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
1366 2014-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1368         * ido.el (ido-file-internal): Remove unused var `d'.
1369         Use \` for to match BoS.  Fit within 80n columns.
1371 2014-02-17  Daniel Colascione  <dancol@dancol.org>
1373         * net/dbus.el (dbus-call-method): Work around bug#16775 by having
1374         dbus-call-method check for completion using a busy-wait loop with
1375         gradual backoff.
1377 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
1379         Sync with Tramp 2.2.9.
1381         * net/trampver.el: Update release number.
1383 2014-02-16  Dmitry Gutov  <dgutov@yandex.ru>
1385         * ido.el (ido-file-internal): Don't add the name of an existing
1386         directory twice.  (Bug#16747)
1388 2014-02-16  Glenn Morris  <rgm@gnu.org>
1390         * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
1391         Do not use ediff-defvar-local on pre-defined variables.  (Bug#16744)
1393 2014-02-15  Michael R. Mauger  <michael@mauger.com>
1395         * progmodes/sql.el: Version 3.4
1396         (sql-oracle-options): New default value ("-L").
1397         (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
1398         (sql-placeholders-filter): Correct placeholder pattern.
1399         (sql-read-table-name): Bug fix.  Detect absence of SQLi process.
1400         (sql-login-delay): New variable.
1401         (sql-product-interactive): Use it.
1403 2014-02-15  Juanma Barranquero  <lekktu@gmail.com>
1405         * frameset.el (frameset--jump-to-register): Check that buffer is live
1406         (bug#16749).
1408 2014-02-15  Glenn Morris  <rgm@gnu.org>
1410         * info.el (info-initialize): Revert 2014-01-10 change.
1412 2014-02-14  Glenn Morris  <rgm@gnu.org>
1414         * replace.el (map-query-replace-regexp)
1415         (read-regexp-defaults-function, read-regexp): Doc fixes.
1417         * dired.el (dired-read-regexp):
1418         * faces.el (list-faces-display):
1419         * misearch.el (multi-isearch-read-matching-buffers)
1420         (multi-isearch-read-matching-files):
1421         * play/cookie1.el (cookie-apropos):
1422         * progmodes/grep.el (grep-read-regexp): Doc fixes.
1424         * textmodes/remember.el (remember): Use frameset-to-register
1425         rather than frame-configuration-to-register.
1427 2014-02-14  Jay Belanger  <jay.p.belanger@gmail.com>
1429         * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
1430         incorrect keybinding.
1432 2014-02-13  Daniel Colascione  <dancol@dancol.org>
1434         * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
1435         when adding overlays so that line numbers from compiler match line
1436         numbers we use.
1438 2014-02-13  Glenn Morris  <rgm@gnu.org>
1440         * mail/rmail.el (rmail-probe): Be less strict.  (Bug#16743)
1442         * jit-lock.el (jit-lock-mode): Doc fix.
1444 2014-02-13  Juanma Barranquero  <lekktu@gmail.com>
1446         * apropos.el (apropos-read-pattern): When the user passes an empty
1447         string, give a more helpful error message than "Wrong type
1448         argument: stringp, nil".
1450 2014-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1452         * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
1454 2014-02-13  Glenn Morris  <rgm@gnu.org>
1456         * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
1458 2014-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1460         * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
1461         shift-select commands.
1463 2014-02-12  Dmitry Gutov  <dgutov@yandex.ru>
1465         * progmodes/js.el (js-indent-line): Don't widen.
1466         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
1468 2014-02-12  Glenn Morris  <rgm@gnu.org>
1470         * icomplete.el (icomplete): Add info-link to defgroup.
1471         (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
1472         (icomplete-minibuffer-map, icomplete-mode)
1473         (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
1475         * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
1476         (package-menu-filter): Rename from package-menu-filter-interactive.
1477         Doc fix.
1479 2014-02-11  Juanma Barranquero  <lekktu@gmail.com>
1481         * frameset.el (frameset--jump-to-register): Select the required
1482         window and buffer before restoring position (bug#16696).
1484 2014-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
1486         * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
1488 2014-02-10  Glenn Morris  <rgm@gnu.org>
1490         * jit-lock.el (jit-lock-force-redisplay): Doc fix.  (Bug#14394)
1492 2014-02-10  Eli Zaretskii  <eliz@gnu.org>
1494         * w32-common-fns.el (x-get-selection): Doc fix.
1495         * select.el (x-get-selection): Doc fix.  (Bug#15109)
1497         * face-remap.el (face-remap-add-relative)
1498         (face-remap-remove-relative, face-remap-reset-base)
1499         (face-remap-set-base): Call force-mode-line-update to redisplay
1500         the current buffer due to potential change in faces.  (Bug#16709)
1502 2014-02-10  Michael Albinus  <michael.albinus@gmx.de>
1504         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
1505         script more robustly.
1507 2014-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
1509         * dired.el (dired-get-marked-files): Doc fix (bug#11534).
1511         * simple.el (choose-completion): Doc fix (bug#14160).
1513         * subr.el (event-start): Say what a nil EVENT value means.
1515         * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
1516         (bug#14197).
1518         * progmodes/grep.el (find-program): Doc fix (bug#14289).
1520         * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
1522         * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
1524         * files.el (confirm-kill-emacs): Allow specifying an arbitrary
1525         predicate function (bug#15455).
1527 2014-02-10  Dmitry Gutov  <dgutov@yandex.ru>
1529         * ielm.el (inferior-emacs-lisp-mode): Instead of
1530         `comment-use-global-state', set `comment-use-syntax'.
1532 2014-02-10  Glenn Morris  <rgm@gnu.org>
1534         * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
1536 2014-02-09  Alan Mackenzie  <acm@muc.de>
1538         Fix c-invalidate-state-cache on narrowed buffers.
1539         * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
1540         Widen when setting and clearing the CPP delimiter properties.
1542 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1544         * help.el (describe-bindings): Doc fix (bug#9888).
1546         * files.el (save-buffer): Use ARG as the parameter name for
1547         consistency (bug#10346).
1548         (save-buffer): Clarify the 0 argument (bug#10346).
1550         * cus-edit.el (customize-apropos): Fix error string.
1551         (custom-buffer-create): Doc fix (bug#11122).
1552         (custom-sort-items): Doc fix (bug#11121).
1554         * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
1556         * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
1557         (icomplete-simple-completing-p): Mention the previous variable.
1559         * font-lock.el (font-lock-value-in-major-mode): Clarify the
1560         meaning of the parameter (bug#12282).
1562         * files.el (find-file-noselect): Clarify prompt when changing
1563         readedness (bug#13261).
1564         (locate-file): Suffixes aren't returned, so don't say that they
1565         are (bug#12674).
1566         (backup-inhibited): Doc clarification (bug#12525).
1568         * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
1569         before we actually start to delete things (bug#16331).
1571         * subr.el (event-start): Doc fix (bug#14228).
1572         (event-end): Ditto.
1574 2014-02-09  Glenn Morris  <rgm@gnu.org>
1576         * emacs-lisp/warnings.el (lwarn):
1577         Empower help-enable-auto-load.  (Bug#15940)
1579 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
1581         * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
1582         (Bug#16690)
1584 2014-02-08  Michael Albinus  <michael.albinus@gmx.de>
1586         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1587         Insert output at end of buffer.  (Bug#16120)
1589 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1591         * simple.el (choose-completion-string-functions): Document new
1592         calling convention (bug#14153).
1593         (execute-extended-command): Clarify doc string (bug#13373).
1595         * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
1597         * find-dired.el (find-name-dired): Doc fix (bug#14290).
1598         (find-grep-dired): Doc fix (bug#14288).
1600 2014-02-08  Juri Linkov  <juri@jurta.org>
1602         * isearch.el (isearch-quote-char): Check character validity
1603         like in `quoted-insert' (bug#16677).
1605 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1607         * files.el (find-file-visit-truename): Doc clarification (bug#14697).
1609         * isearch.el (isearch-hide-immediately): Doc clarification
1610         (bug#14723).
1612         * simple.el (line-move): Document utility function used many
1613         places in the Emacs sources (bug#14843).
1615         * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
1616         (dired-prev-marked-file): Doc fix (bug#14855).
1617         (dired-up-directory): Doc fix (bug#14848).
1619         * minibuffer.el (read-file-name): Doc clarification (bug#15096).
1621         * files.el (file-relative-name): Doc fix (bug#15159).
1623         * fringe.el (fringe-styles): Doc fix (bug#15239).
1625         * isearch.el (isearch-filter-predicate): Documentation typo fix
1626         (bug#15474).
1628         * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
1630         * isearch.el (isearch-cmds): Doc clarification (bug#15547).
1632         * replace.el (replace-match-maybe-edit): Doc clarification
1633         (bug#15632).
1635         * subr.el (add-to-list): Refill the paragraphs (bug#15791).
1637         * macros.el (insert-kbd-macro): Doc fix (bug#16025).
1639 2014-02-08  Glenn Morris  <rgm@gnu.org>
1641         * help-fns.el (describe-variable):
1642         Check {file,dir}-local-variables-alist, and buffer-file-name,
1643         in the correct buffer.
1645 2014-02-08  Ingo Lohmar  <i.lohmar@gmail.com>
1647         * help-fns.el (describe-variable): Fix the case where
1648         a value is directory-local with no dir-locals file.  (Bug#16635)
1650 2014-02-08  Glenn Morris  <rgm@gnu.org>
1652         * abbrev.el (edit-abbrevs-mode):
1653         Derive from fundamental-mode.  (Bug#16682)
1655 2014-02-07  Juanma Barranquero  <lekktu@gmail.com>
1657         * simple.el (quoted-insert): Check character validity (bug#16677).
1659 2014-02-07  Juri Linkov  <juri@jurta.org>
1661         * desktop.el (desktop-read): Claim the lock when the owner is not
1662         the current process.  (Bug#16157)
1664 2014-02-07  Juri Linkov  <juri@jurta.org>
1666         * desktop.el (desktop-buffers-not-to-save): Change default from nil
1667         to "\\` ".  (Bug#16651)
1669 2014-02-07  Juri Linkov  <juri@jurta.org>
1671         * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
1672         when enabling, and `desktop-auto-save-cancel-timer' when disabling.
1673         (desktop-auto-save-cancel-timer): New function with some code from
1674         `desktop-auto-save-set-timer'.
1675         (after-init-hook): Don't call `desktop-auto-save-set-timer'.
1676         Instead of setting `desktop-save-mode' to nil, call
1677         `desktop-save-mode' with arg 0.  (Bug#16630)
1679 2014-02-07  Glenn Morris  <rgm@gnu.org>
1681         * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
1682         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
1683         (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
1685         * obsolete/iswitchb.el: Move to obsolete/.
1686         * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
1687         since obsolete/ is not scanned for autoloads.
1688         * emacs-lisp/authors.el (authors-valid-file-names):
1689         Add iswitchb.el.
1691         * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
1692         Disable now non-functional find-file-hook.
1694 2014-02-06  Michael Albinus  <michael.albinus@gmx.de>
1696         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
1697         instead of ";" in order to avoid additional prompts.  Let heredoc
1698         scripts read from tty.  (Bug#16582)
1699         (tramp-send-command): No special handling of heredocs, it isn't
1700         necessary anymore.
1702 2014-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1704         * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
1705         with a space (bug#16664).  Limit the symbols considered to the ones
1706         that are bound or fbound (bug#16646).
1708 2014-02-06  Glenn Morris  <rgm@gnu.org>
1710         * epa.el (epa-mail-aliases): Doc fix.
1712 2014-02-06  Dmitry Gutov  <dgutov@yandex.ru>
1714         * emacs-lisp/lisp.el (lisp-completion-at-point):
1715         Use `completion-table-merge' instead of `completion-table-in-turn'
1716         (bug#16604).
1718         * minibuffer.el (completion-table-merge): New function.
1720 2014-02-05  Michael Albinus  <michael.albinus@gmx.de>
1722         * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
1723         (tramp-sh-handle-set-file-acl)
1724         (tramp-sh-handle-start-file-process)
1725         (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
1726         (tramp-find-executable, tramp-send-command): Use it.
1728 2014-02-05  Glenn Morris  <rgm@gnu.org>
1730         * epa.el (epa-mail-aliases): Fix custom type.  Doc tweak.
1732 2014-02-04  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1734         * progmodes/python.el (python-shell-send-string)
1735         (python-shell-send-string-no-output): Fix docstring (Bug#16547).
1737 2014-02-04  Anders Lindgren  <andlind@gmail.com>
1739         * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
1740         the names (bug#16620).
1742 2014-02-03  Martin Rudalics  <rudalics@gmx.at>
1744         * faces.el (window-divider): New default value.  Rewrite doc-string.
1745         (window-divider-first-pixel, window-divider-last-pixel): New faces.
1747 2014-02-03  Dmitry Gutov  <dgutov@yandex.ru>
1749         * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
1750         `protected' and `public' can also be called without arguments.
1752 2014-02-03  Glenn Morris  <rgm@gnu.org>
1754         * register.el (window-configuration-to-register)
1755         (frame-configuration-to-register): Unadvertise unused argument.
1756         * frameset.el (frameset-to-register): Remove unused argument.
1758         * frameset.el (frameset-to-register):
1759         * kmacro.el (kmacro-to-register):
1760         * register.el (increment-register):
1761         * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
1762         (calc-append-to-register, calc-prepend-to-register):
1763         * play/gametree.el (gametree-layout-to-register)
1764         (gametree-apply-register-layout):
1765         * textmodes/picture.el (picture-clear-rectangle-to-register)
1766         (picture-yank-rectangle-from-register):
1767         * vc/emerge.el (emerge-combine-versions-register):
1768         Use register-read-with-preview to read registers.
1770 2014-02-03  João Távora  <joaotavora@gmail.com>
1772         * elec-pair.el (electric-pair-backward-delete-char): Don't error
1773         when at beginning of (possibly narrowed) buffer.
1775 2014-02-02  Daniel Colascione  <dancol@dancol.org>
1777         * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
1778         Also try to display local help from just before point.
1780 2014-02-02  Alan Mackenzie  <bug-cc-mode@gnu.org>
1782         c-parse-state.  Don't "append-lower-brace-pair" in certain
1783         circumstances.  Also fix an obscure bug where "\\s!" shouldn't be
1784         recognised as a comment.
1786         * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
1787         as well as normal comment starter.
1788         (c-parse-state-get-strategy): Extra return possibility
1789         'back-and-forward.
1790         (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
1791         return value list to indicate replacement of a brace-pair cons
1792         with its car.
1793         (c-parse-state-1): With 'back-and-forward, only call
1794         c-append-lower-brace-pair-to state-cache when cons-separated.
1796 2014-02-02  Jan Djärv  <jan.h.d@swipnet.se>
1798         * term/ns-win.el (ns-suspend-error): New function.
1799         (ns-initialize-window-system): Add ns-suspend-error to
1800         suspend-hook (Bug#16612).
1802 2014-02-02  Daniel Colascione  <dancol@dancol.org>
1804         * progmodes/cc-defs.el (c-find-assignment-for-mode):
1805         Make loading cc-mode silent.
1807 2014-02-02  Daniel Colascione  <dancol@dancol.org>
1809         * comint.el (comint-prompt-read-only): Change doc to suggest
1810         remap keybinding.
1812 2014-02-02  Glenn Morris  <rgm@gnu.org>
1814         * register.el (register-read-with-preview, point-to-register)
1815         (window-configuration-to-register, frame-configuration-to-register)
1816         (jump-to-register, number-to-register, view-register, insert-register)
1817         (copy-to-register, append-to-register, prepend-to-register)
1818         (copy-rectangle-to-register): Doc fixes.
1820 2014-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1822         * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
1823         * emacs-lisp/find-func.el (find-function-C-source): Idem.
1824         * emacs-lisp/nadvice.el (advice--cd*r): New function.
1825         * help-fns.el (describe-function-1): Use it.
1827 2014-02-02  Glenn Morris  <rgm@gnu.org>
1829         * register.el (register-preview-default): New function,
1830         split from register-preview.
1831         (register-preview-function): Rename from register-preview-functions,
1832         make it not a hook.
1833         (register-preview): Use register-preview-function.
1834         (register-read-with-preview): Error on non-character event.  (Bug#16595)
1836 2014-02-01  Dmitry Gutov  <dgutov@yandex.ru>
1838         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
1839         `:' before binary operators (bug#16609).  Don't check for `:'
1840         before `[' and `(', or their syntax status.  A percent literal
1841         can't end with either.
1842         (ruby-font-lock-keywords): For built-ins that require arguments,
1843         check that they're followed by something that looks like argument
1844         (bug#16610).
1846 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1848         * subr.el (butlast): Document what an omitted N means (bug#13437).
1849         (nbutlast): Ditto.
1851 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1853         * net/shr.el (shr-generic): Make into a defsubst to make the stack
1854         depth shallower (bug#16587).
1855         (shr-tag-svg): Respect `shr-inhibit-images'.
1856         (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
1858 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
1860         * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
1861         (ruby-smie-grammar): Make "." right-associative.  Make its priority
1862         lower than the ternary and all binary operators.
1863         (ruby-smie-rules): Indent "(" relative to the first non-"."
1864         parent, or the first "." parent at indentation.
1865         Use `ruby-align-chained-calls' for indentation of "." tokens.
1866         (Bug#16593)
1868 2014-01-31  Juri Linkov  <juri@jurta.org>
1870         * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
1871         from `make-hash-table'.
1873         * textmodes/ispell.el (ispell-init-process): Change message format
1874         to be consistent with other messages.
1876 2014-01-31  Glenn Morris  <rgm@gnu.org>
1878         * delsel.el (delete-selection-mode): Doc fix.
1880         * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
1881         (trace-function-background): Doc fixes.
1883         * ido.el (ido-use-virtual-buffers): Doc fix.
1884         Reset :version, since the default value has not changed.
1886         * register.el (register-preview-delay, register-read-with-preview):
1887         Doc fixes.
1889         * mail/reporter.el (reporter-dump-variable): In case of void-variable,
1890         do not mess with mail-buffer position (fixes 2009-11-03 change).
1891         * progmodes/cc-mode.el (c-submit-bug-report):
1892         Check auto-fill-mode is bound.  (Bug#16592)
1894 2014-01-31  Darren Hoo  <darren.hoo@gmail.com>
1896         * startup.el (fancy-splash-image-file): New function,
1897         split from fancy-splash-head.
1898         (fancy-splash-head, use-fancy-splash-screens-p): Use it,
1899         so that we are both using the same image.  (Bug#16574)
1901 2014-01-30  Glenn Morris  <rgm@gnu.org>
1903         * simple.el (eval-expression): Doc fix.
1905         * hexl.el (hexl-mode-hook):
1906         * ielm.el (ielm-mode-hook):
1907         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
1908         (lisp-interaction-mode-hook):
1909         * progmodes/cfengine.el (cfengine3-documentation-function):
1910         Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
1912 2014-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1914         * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
1915         is a symbol (bug#16584).
1917 2014-01-30  Glenn Morris  <rgm@gnu.org>
1919         * help.el (help-for-help-internal): Add "P" to text.
1921 2014-01-29  Glenn Morris  <rgm@gnu.org>
1923         * simple.el (just-one-space, cycle-spacing): Doc fixes.
1925 2014-01-28  Martin Rudalics  <rudalics@gmx.at>
1927         * window.el (fit-frame-to-buffer): Fix calculations for margins and
1928         height constraints.
1930 2014-01-28  Luke Lee  <luke.yx.lee@gmail.com>
1932         * progmodes/hideif.el: Extend to full CPP expression syntax.
1933         (hif-token-alist): Add missing tokens.
1934         (hif-token-regexp): Add support for float/octal/hex immediates.
1935         (hif-string-literal-regexp): New const.
1936         (hif-tokenize): Recognize strings and float/octal/hex immediates.
1937         (hif-exprlist): New function.
1938         (hif-parse-if-exp): Use it.
1939         (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
1940         (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
1941         (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
1942         (hif-logxor, hif-comma): New functions.
1944 2014-01-28  Glenn Morris  <rgm@gnu.org>
1946         * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
1948         * indent.el (tab-stop-list): Doc fix.  Add :version.
1950         * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
1951         (cvs-append-to-ignore): Add compatibility alias.
1953 2014-01-27  Glenn Morris  <rgm@gnu.org>
1955         * dired.el (dired-hide-details-mode): Don't autoload it,
1956         since it cannot be used outside Dired buffers anyway.
1958         * emulation/cua-base.el (cua-mode): Doc fix.
1960         * dired.el (dired-hide-details-hide-symlink-targets)
1961         (dired-hide-details-hide-information-lines)
1962         (dired-hide-details-mode): Doc fixes.
1964         * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
1965         * strokes.el (strokes-file): Doc fix.  Bump :version.
1966         (strokes-help): Doc fix.
1967         * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
1968         * emulation/viper.el (viper): Doc fix for custom group.
1969         (top-level): Remove oh-so-no-longer-relevant text about vip.
1970         * obsolete/otodo-mode.el (todo-prefix): Doc fix.
1972         * ido.el (ido-save-directory-list-file):
1973         * saveplace.el (save-place-file):
1974         * calendar/timeclock.el (timeclock-file):
1975         * net/quickurl.el (quickurl-url-file):
1976         * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
1977         * progmodes/idlwave.el (idlwave-config-directory):
1978         * textmodes/remember.el (remember-data-file):
1979         Bump :version.
1981 2014-01-26  Glenn Morris  <rgm@gnu.org>
1983         * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
1984         Doc fix.  Make obsolete.
1985         (opascal-mode): No longer mention opascal-tab-always-indents in doc.
1987         * sort.el (delete-duplicate-lines): Doc fix.
1989 2014-01-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1991         * progmodes/ada-mode.el (ada):
1992         * woman.el (woman): Link to info manual and Commentary section.
1994         * progmodes/flymake.el (flymake):
1995         * nxml/nxml-mode.el (nxml):
1996         * net/eww.el (eww):
1997         * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
1998         * htmlfontify.el (htmlfontify):
1999         * ses.el (ses):
2000         * epa.el (epa):
2001         * ido.el (ido): Link to info manual.
2003 2014-01-25  Leo Liu  <sdl.web@gmail.com>
2005         * progmodes/flymake.el (flymake-make-overlay): No rear advance.
2007 2014-01-25  Adam Sjøgren  <asjo@koldfront.dk>
2009         * net/shr.el (shr-tag-img): Prefer the title over the alt text
2010         (bug#16537).
2012 2014-01-24  Juanma Barranquero  <lekktu@gmail.com>
2014         * net/eww.el (eww-download-callback):
2015         Fix reference to eww-download-directory.
2017         * emacs-lisp/bytecomp.el (byte-compile-file):
2018         Remove unused local variable `file-name'.
2020 2014-01-24  Glenn Morris  <rgm@gnu.org>
2022         * woman.el (woman-default-faces, woman-monochrome-faces):
2023         Fix obsolescence specification.
2025         * subr.el (with-demoted-errors): Doc fix.
2027 2014-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2029         * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
2030         (cl--macroexp-fboundp): New function.
2031         (cl--make-type-test): Use it.
2033 2014-01-23  Glenn Morris  <rgm@gnu.org>
2035         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
2036         * simple.el (eval-expression): Doc fixes.
2038 2014-01-22  Glenn Morris  <rgm@gnu.org>
2040         * emacs-lisp/authors.el (authors-fixed-entries): Addition.
2042 2014-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2044         * emacs-lisp/package.el: Write files silently.
2045         (package-autoload-ensure-default-file, package--write-file-no-coding)
2046         (package-generate-description-file, package--download-one-archive)
2047         (package-install-from-archive): Tell `write-region' to stay quiet.
2048         (package-menu-mode, package-menu--print-info): Omit the Archive column
2049         if there's only one archive.
2050         (package-all-keywords, package--has-keyword-p): Remove dead code.
2052 2014-01-22  Glenn Morris  <rgm@gnu.org>
2054         * version.el (emacs-bzr-version-bzr): Fix typo.
2056         * version.el (emacs-repository-get-version):
2057         Check either .bzr or .git, but not both.
2058         Make the git case actually use the DIR argument, and return nil
2059         rather than the empty string.
2060         Avoid error if .git exists but the git executable is not found.
2062 2014-01-22  Martin Rudalics  <rudalics@gmx.at>
2064         Fixes in window size functions around Bug#16430 and Bug#16470.
2065         * window.el (window-total-size, window-size): New argument ROUND.
2066         (window--min-delta-1, window-min-delta, window--max-delta-1):
2067         Be more conservative when calculating the numbers of lines or
2068         columns a window can shrink (Bug#16430).
2069         (fit-window-to-buffer): Simplify code.
2070         * term.el (term-window-width): Call window-body-width again.
2072 2014-01-22  Glenn Morris  <rgm@gnu.org>
2074         * image.el (image-format-suffixes): Doc fix.
2076         * international/quail.el (quail-define-package): Doc fix.
2078         * emacs-lisp/authors.el (authors-valid-file-names)
2079         (authors-renamed-files-alist): Additions.
2081         * vc/vc-git.el (vc-git-print-log): Remove --follow;
2082         reverts 2014-01-09 change.  (Bug#16422)
2084         * calc/calc-embed.el (thing-at-point-looking-at):
2085         * emacs-lisp/map-ynp.el (x-popup-dialog):
2086         * obsolete/lmenu.el (x-popup-dialog):
2087         * emacs-lisp/package.el (url-recreate-url):
2088         * mail/mailclient.el (clipboard-kill-ring-save):
2089         * subr.el (x-popup-dialog): Update declaration.
2090         * mail/rmail.el (rmail-mime-message-p):
2091         * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
2093 2014-01-21  Daniel Colascione  <dancol@dancol.org>
2095         * progmodes/sh-script.el (sh--inside-noncommand-expression):
2096         Correctly detect when we're inside an arithmetic expansion form
2097         containing nested parenthesis.
2098         (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
2099         to detect cases where we shouldn't expand "<<" to a heredoc
2100         skeleton.
2102 2014-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2104         * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
2105         (eldoc--message-command-p): New function.
2106         (eldoc-display-message-p): Use it.
2107         (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
2108         message is not automatically erased for us.
2109         (eldoc-print-current-symbol-info): Erase previous message, if any.
2111 2014-01-21  Tassilo Horn  <tsdh@gnu.org>
2113         * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
2114         specify it's an interactive function.
2116         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
2117         Fix regex used for scanning for citation keys which failed for
2118         citations with optional arguments.
2120 2014-01-21  Leo Liu  <sdl.web@gmail.com>
2122         * simple.el (read--expression): Don't enable eldoc-mode.
2124 2014-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2126         * simple.el (move-beginning-of-line): Make sure we don't move forward
2127         (bug#16497).
2129 2014-01-20  Juri Linkov  <juri@jurta.org>
2131         * saveplace.el (toggle-save-place, save-place-to-alist)
2132         (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
2133         'dired-mode) before checking for dired-directory.  (Bug#16477)
2135 2014-01-20  Juri Linkov  <juri@jurta.org>
2137         * indent.el (indent-line-to): Use backward-to-indentation
2138         instead of back-to-indentation.  (Bug#16461)
2140 2014-01-20  Paul Eggert  <eggert@cs.ucla.edu>
2142         Revert some of the CANNOT_DUMP fix (Bug#16494).
2143         Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
2144         but fixing this can wait until after the next release.
2145         * Makefile.in (emacs): Keep EMACSLOADPATH empty.
2147 2014-01-19  Michael Albinus  <michael.albinus@gmx.de>
2149         * eshell/esh-mode.el (eshell-password-prompt-regexp):
2150         Use `password-word-equivalents'.
2151         (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
2152         to t.  (Bug#5664, Bug#13124)
2154 2014-01-19  Alan Mackenzie  <acm@muc.de>
2156         Bind open-paren-in-column-0-is-defun-start to nil at some entry
2157         points.
2158         * progmodes/cc-engine.el (c-invalidate-state-cache-1)
2159         (c-parse-state-1, c-guess-basic-syntax): Bind it here.
2160         * progmodes/cc-mode.el (c-before-change, c-after-change)
2161         (c-font-lock-fontify-region): Bind it here.
2163 2014-01-19  Martin Rudalics  <rudalics@gmx.at>
2165         * term.el (term-window-width): Call window-text-width instead of
2166         window-width (Bug#16470).
2168 2014-01-18  Paul Eggert  <eggert@cs.ucla.edu>
2170         * simple.el (password-word-equivalents): Remove duplicates.
2171         Sort, to make this easier next time.
2172         Downcase.  Omit ": " after "jelszó".
2174 2014-01-18  Jan Djärv  <jan.h.d@swipnet.se>
2176         * term/common-win.el (saved-region-selection): Defvar it.
2177         (x-select-text): Set saved-region-selection (Bug#16382).
2179 2014-01-18  Glenn Morris  <rgm@gnu.org>
2181         * emacs-lisp/authors.el (authors-aliases)
2182         (authors-renamed-files-alist): Add some entries.
2184 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
2186         * net/tramp.el (tramp-password-prompt-regexp):
2187         Use `password-word-equivalents' if available.
2188         (tramp-action-password, tramp-process-one-action)
2189         (tramp-read-passwd): Let-bind `case-fold-search' to t.  (Bug#13124)
2191 2014-01-17  Chong Yidong  <cyd@gnu.org>
2193         * simple.el (password-word-equivalents): New defcustom.
2194         * comint.el (comint-password-prompt-regexp): Use it.  Bump version
2195         to 24.4.
2196         (comint-watch-for-password-prompt): Let-bind `case-fold-search'
2197         to t.  (Bug#13124)
2199 2014-01-17  Dmitry Gutov  <dgutov@yandex.ru>
2201         * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
2202         (ruby-align-to-stmt-keywords): Change the default value.
2203         Use `ruby-alignable-keywords' to generate the possible customization
2204         choices.
2205         (ruby-smie-rules): Instead of using a hardcoded list of alignable
2206         keywords, check against the value of `ruby-alignable-keywords'
2207         (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
2209 2014-01-17  Glenn Morris  <rgm@gnu.org>
2211         * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
2213         Make M-x authors return zero *Authors Errors* from current logs.
2214         * emacs-lisp/authors.el (authors-obsolete-files-regexps)
2215         (authors-ignored-files): Add some entries, remove others.
2216         (authors-ambiguous-files, authors-valid-file-names):
2217         Add some entries.
2218         (authors-renamed-files-alist): Add, remove, and adjust entries.
2219         (authors-renamed-files-regexps): Add some entries.
2220         Remove some very broad ones.  Make some entries `lax'.
2221         (authors-lax-changelogs): New constant.
2222         (authors-disambiguate-file-name): Treat top-level specially.
2223         (authors-lax-changelog-p): New function.
2224         (authors-canonical-file-name): Check file as written against
2225         authors-valid-file-names.  Do not special-case etc/.
2226         Handle `lax' logs and authors-renamed-files-regexps elements.
2228 2014-01-16  Dmitry Gutov  <dgutov@yandex.ru>
2230         * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
2231         `assoc'.  Use `nth' instead of `cdr'.  Make private.  Update all
2232         callers.
2234 2014-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2236         * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
2237         Assume we're already in the proper buffer.
2238         Inspired by Anders Lindgren <andlind@gmail.com>.
2239         (follow-post-command-hook): Call it from the right buffer.
2240         (follow-comint-scroll-to-bottom): Adjust call.
2241         (follow-all-followers): Use get-buffer-window-list.
2243 2014-01-15  Daniel Colascione  <dancol@dancol.org>
2245         * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
2246         `buffer-file-name' in interactive-form so that we don't leave
2247         pathless file names in `file-name-history'.
2249 2014-01-15  Juri Linkov  <juri@jurta.org>
2251         * indent.el (indent-rigidly): Set deactivate-mark to nil
2252         in transient indentation mode.  (Bug#16438)
2254 2014-01-15  Dmitry Gutov  <dgutov@yandex.ru>
2256         * emacs-lisp/package.el (package-desc-keywords): New function
2257         (Bug#16222).
2258         (describe-package-1, package-all-keywords)
2259         (package--has-keyword-p): Use it.
2261 2014-01-14  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
2263         * simple.el (define-alternatives): When creating the
2264         COMMAND-alternatives variable, assign COMMAND as its definition
2265         name so that `describe-variable' can relocate it.
2267 2014-01-14  Matthew Leach  <matthew@mattleach.net>  (tiny change)
2269         * font-lock.el (font-lock-keywords): Fix typo in docstring
2270         (bug#16307).
2272 2014-01-14  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
2274         * ispell.el (ispell-region): Reset `in-comment' for new line
2275         instead of wrongly reset `add-coment' (bug#13577).
2277 2014-01-14  Daiki Ueno  <ueno@gnu.org>
2279         * epa-file.el (epa-file-write-region): Encode the region according
2280         to `buffer-file-format'.  Problem reported at:
2281         <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
2283 2014-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2285         * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
2286         so it applies in the right buffer (bug#16410).
2288 2014-01-13  Daniel Colascione  <dancol@dancol.org>
2290         * textmodes/rst.el (rst-define-key): Provide deprecated
2291         keybindings through named functions instead of anonymous ones so
2292         that "??" doesn't appear in describe-mode output.
2294 2014-01-13  Bastien Guerry  <bzg@gnu.org>
2296         * simple.el (define-alternatives): Call the selected command
2297         interactively.  When setting `COMMAND--implementation' for the
2298         first time, tell the user how to chose another implementation.
2299         Enhance the docstring.
2301 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2303         * vc/log-edit.el: Fix highlighting of summary when it's the first line.
2304         (log-edit--match-first-line): New function.
2305         (log-edit-font-lock-keywords): Use it.
2306         (log-edit-mode): Make jit-lock-defer-multiline work.
2308 2014-01-13  Bastien Guerry  <bzg@gnu.org>
2310         * rect.el (rectangle-mark-mode): When the region is not active,
2311         display a message saying that the mark as been set and that
2312         rectangle mode is in use.
2313         (rectangle--highlight-for-redisplay): Only put an overlay with a
2314         visible vertical bar when (display-graphic-p) is non-nil.
2315         This partially fixes Bug#16403.
2317 2014-01-13  Juri Linkov  <juri@jurta.org>
2319         * info.el (Info-find-file): Go to DIR before displaying the error
2320         about a nonexistent file if no previous Info file is visited.
2321         Use `user-error' instead of `error' for "Info file %s does not exist".
2322         (Info-find-node-2): In case of a nonexistent node in unwind forms
2323         go to the Top node if there is no previous node to revert to.
2324         (Bug#16405)
2326 2014-01-13  Martin Rudalics  <rudalics@gmx.at>
2328         fit-frame/window-to-buffer code fixes including one for Bug#14096.
2329         * window.el (fit-frame-to-buffer): Fix doc-string.
2330         Respect window-min-height/-width.  Fit pixelwise when
2331         frame-resize-pixelwise is non-nil.  Adjust right/bottom edge
2332         when avoiding that frame goes partially off-screen.
2333         (fit-window-to-buffer): Respect window-min-height/-width
2334         (Bug#14096).
2336 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2338         * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
2339         after an empty line.
2341 2014-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2343         * net/shr.el (shr-render-region): Autoload.
2345 2014-01-12  Xue Fuqiao  <xfq.free@gmail.com>
2347         * net/eww.el (eww-download-directory): Rename from
2348         `eww-download-path' (Bug#16419).
2350 2014-01-12  Leo Liu  <sdl.web@gmail.com>
2352         * dired-x.el (dired-mode-map): Fix last change.
2354         * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
2356 2014-01-12  Paul Eggert  <eggert@cs.ucla.edu>
2358         Spelling fixes.
2359         * emacs-lisp/generic.el (generic--normalize-comments):
2360         Rename from generic--normalise-comments.  All uses changed.
2361         * play/bubbles.el (bubbles--neighborhood-score)
2362         (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
2363         (bubbles--neighborhood-available)
2364         (bubbles--update-neighborhood-score):
2365         Rename from names with 'neighbourhood'.  All uses changed.
2367 2014-01-12  Leo Liu  <sdl.web@gmail.com>
2369         Re-implement the feature of showing eldoc info after editing.
2370         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
2371         (eldoc-edit-message-commands): New function.
2372         (eldoc-print-after-edit): New variable.
2373         (eldoc-pre-command-refresh-echo-area): Emit message only by
2374         eldoc-message-commands.
2375         (eldoc-mode): Restrict eldoc-message-commands to editing commands
2376         if eldoc-print-after-edit is set.  (Bug#16346)
2377         * simple.el (read--expression): Enable eldoc-mode.
2378         * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
2380 2014-01-11  Dani Moncayo  <dmoncayo@gmail.com>
2381             Eric S. Raymond  <esr@thyrsus.com>
2383         * version.el (emacs-repository-get-version): Enhance so the
2384         function works correctly in either a Bazaar or Git repo.
2386 2014-01-11  Eric S. Raymond  <esr@thyrsus.com>
2388         * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
2389         Goes with removal of the joke manpages from /etc.
2391 2014-01-10  Kenichi Handa  <handa@gnu.org>
2393         * mail/rmail.el (rmail-get-coding-system):
2394         Check rmail-get-coding-function before "funcall"ing it.
2396 2014-01-10  Glenn Morris  <rgm@gnu.org>
2398         * emacs-lisp/authors.el (authors-fixed-entries):
2399         Update for files that no longer exist.
2401 2014-01-10  Eric S. Raymond  <esr@thyrsus.com>
2403         * version.el (emacs-bzr-get-version): Restore compatibilty with
2404         24.3 (Tested).
2406 2014-01-10  Bozhidar Batsov  <bozhidar@batsov.com>
2408         * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
2409         and Podfile.
2411 2014-01-10  Eli Zaretskii  <eliz@gnu.org>
2413         * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
2415 2014-01-10  Chong Yidong  <cyd@gnu.org>
2417         * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
2419 2014-01-10  Anders Lindgren  <andlind@gmail.com>
2421         * follow.el (follow-cache-command-list): Include right-char and
2422         left-char.
2424 2014-01-10  Paul Eggert  <eggert@cs.ucla.edu>
2426         Spelling fixes.
2427         * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
2428         * woman.el (woman-mark-horizontal-position):
2429         Rename from woman-mark-horizonal-position.  Use changed.
2431 2014-01-10  Glenn Morris  <rgm@gnu.org>
2433         * info.el (info-initialize): If running uninstalled, ensure our
2434         own info files are always found first, even if INFOPATH is set.
2436         * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
2438 2014-01-09  David Engster  <deng@randomsample.de>
2440         * emacs-lisp/eieio-custom.el:
2441         * emacs-lisp/eieio-opt.el: Set generated autoload file to
2442         'eieio.el'.  This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
2443         * emacs-lisp/eieio.el: Regenerate autoloads.
2445 2014-01-09  Eric S. Raymond  <esr@thyrsus.com>
2447         * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
2448         following renames.  (Bug#8756)
2450 2014-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2452         * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
2453         (bug#16382).
2454         (activate-mark): Add `no-tmm' argument.
2455         (set-mark, push-mark-command): Use it instead of running
2456         activate-mark-hook by hand.
2458 2014-01-08  Eric S. Raymond  <esr@thyrsus.com>
2460         In preparation for the move to git, sanitize out some
2461         Bazaar-specific names.
2463         * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
2465         * version.el (emacs-bzr-version): Name changed to
2466         emacs-repository-version.  Obsolete-variable alias made.
2467         * loadup.el: Follow through on this name change.
2468         * mail/emacsbug.el (report-emacs-bug): Factor out any
2469         assumption about the version control system in use.
2471 2014-01-08  David Engster  <deng@randomsample.de>
2473         * help-fns.el (help-fns-describe-function-functions):
2474         New variable to call functions for augmenting help buffers.
2475         (describe-function-1): Remove explicit calls to
2476         `help-fns--compiler-macro', `help-fns--parent-mode' and
2477         `help-fns--obsolete'.  Put them in above new variable instead, and
2478         call them through `run-hook-with-args'.
2479         * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
2480         `eieio-describe-class'.  Not meant for interactive use anymore,
2481         but to augment existing help buffers.  Remove optional second
2482         argument.  Create proper button for file location.
2483         Rewrite function to use `insert' instead of `princ' and `prin1' where
2484         possible.
2485         (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
2486         (eieio-method-def, eieio-class-def): Move further up.
2487         (describe-method, describe-generic, eieio-describe-method):
2488         Remove aliases.
2489         (eieio-help-constructor, eieio-help-generic): Rename from
2490         `eieio-describe-constructor' and `eieio-describe-generic', resp.
2491         Rewrite to use `insert' in the current buffer and use proper help
2492         buttons.
2493         (eieio-help-find-method-definition)
2494         (eieio-help-find-class-definition): Also accept symbols as
2495         arguments.
2496         (eieio-help-mode-augmentation-maybee): Remove.
2497         (eieio-describe-class-sb): Use `describe-function'.
2498         * emacs-lisp/eieio.el (help-fns-describe-function-functions):
2499         Add `eieio-help-generic' and `eieio-help-constructor'.
2501 2014-01-08  Paul Eggert  <eggert@cs.ucla.edu>
2503         Spelling fixes.
2504         * language/china-util.el (hz-ascii-designation):
2505         Rename from hz-ascii-designnation.
2506         (hz-ascii-designation): Rename from hz-ascii-designnation.
2507         All uses changed.
2509 2014-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2511         * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
2512         package-alist.
2514 2014-01-08  Bastien Guerry  <bzg@gnu.org>
2516         * emacs-lisp/package.el (package-delete):
2517         Correctly delete the package from package-alist.
2519 2014-01-08  Daiki Ueno  <ueno@gnu.org>
2521         * emacs-lisp/package.el (url-recreate-url): Declare.
2522         (url-http-target-url): Declare.
2523         (package-handle-response): Include requested URL in the error message.
2524         (package--check-signature): Don't re-signal errors from
2525         package--with-work-buffer.  Suggested by Stefan Monnier.
2527 2014-01-07  Bastien Guerry  <bzg@gnu.org>
2529         * minibuffer.el (completion--try-word-completion): When both a
2530         hyphen and a space are possible candidates for the character
2531         following a word, display both candidates.  (Bug#15980)
2533 2014-01-07  Martin Rudalics  <rudalics@gmx.at>
2535         * window.el (balance-windows-2): While rounding don't give a
2536         window more than the remainder.  Bug#16351, bug#16383.
2538 2014-01-07  Glenn Morris  <rgm@gnu.org>
2540         * menu-bar.el (menu-bar-help-extra-packages): Remove.
2541         (menu-bar-help-menu): Use view-external-packages instead.
2543 2014-01-07  Bastien Guerry  <bzg@gnu.org>
2545         * emacs-lisp/package.el (package-delete): Also delete the package
2546         name from `package-alist', not its description only.
2548 2014-01-07  Glenn Morris  <rgm@gnu.org>
2550         * help.el (view-external-packages):
2551         * menu-bar.el (menu-bar-help-extra-packages):
2552         Visit efaq.info rather than etc/MORE.STUFF.
2554 2014-01-07  Juri Linkov  <juri@jurta.org>
2556         * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
2557         isearch-exit and isearch-delete-char resp.  (Bug#16342, bug#16035)
2559         * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
2560         that shadows RET.  (Bug#16342)
2562 2014-01-07  Chong Yidong  <cyd@gnu.org>
2564         * isearch.el (isearch-yank-char, isearch-yank-word)
2565         (isearch-yank-line): Doc fix.
2567 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2569         * abbrev.el (define-abbrev): Beware new meaning of fboundp.
2570         * emacs-lisp/elint.el (elint-find-builtins):
2571         * emacs-lisp/eldoc.el (eldoc-symbol-function):
2572         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
2573         (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
2574         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
2575         * apropos.el (apropos-safe-documentation):
2576         * subr.el (symbol-file): Remove redundant fboundp.
2577         * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
2579 2014-01-06  Bastien Guerry  <bzg@gnu.org>
2581         * hl-line.el (global-hl-line-overlay): Make a local variable.
2582         (global-hl-line-overlays): New variable to store all overlays.
2583         (global-hl-line-mode): Don't delete overlays from the current
2584         buffer when `global-hl-line-sticky-flag' is non-nil.
2585         (global-hl-line-highlight): Add new overlays to
2586         `global-hl-line-overlays'.
2587         (global-hl-line-unhighlight-all): New function to delete all
2588         overlays when turning off `global-hl-line-mode'.
2589         This fixes Bug#16183.
2591 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2593         * subr.el (set-transient-map): Fix nested case and docstring.
2595 2014-01-06  Tassilo Horn  <tsdh@gnu.org>
2597         * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
2598         `Texinfo' entry.
2600 2014-01-06  Daniel Colascione  <dancol@dancol.org>
2602         Fix defun navigation in vc log view.
2604         * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
2605         like `beginning-of-defun'.
2606         (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
2607         log-view-end-of-defun to log-view-end-of-defun-1.  Replace
2608         log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
2609         (log-view-extract-comment): Call `log-view-current-entry' directly
2610         instead of relying on broken `log-view-beginning-of-defun' behavior.
2612 2014-01-06  Paul Eggert  <eggert@cs.ucla.edu>
2614         Spelling fixes.
2615         * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
2616         * emacs-lisp/debug.el (cancel-debug-on-entry):
2617         * epg.el (epg-error-to-string):
2618         * files.el (recover-file):
2619         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
2620         * mail/emacsbug.el (report-emacs-bug-hook):
2621         * mail/sendmail.el (mail-recover):
2622         * ses.el (ses-yank-resize):
2623         * term/ns-win.el (ns-print-buffer):
2624         Spelling fixes in diagnostics, mostly for "canceled" with one L.
2625         * epg.el (epg-key-capability-alist): Rename from misspelled version.
2626         All uses changed.
2627         * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
2629 2014-01-06  Leo Liu  <sdl.web@gmail.com>
2631         * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
2632         to avoid shadowing global key.  (Bug#16354)
2634 2014-01-06  Daniel Colascione  <dancol@dancol.org>
2636         * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
2637         rst-mode.
2639 2014-01-05  Martin Rudalics  <rudalics@gmx.at>
2641         * window.el (balance-windows): Add mising t to fix Bug#16351.
2643 2014-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2645         * net/shr.el (shr-descend): Don't bug out if the anchor is empty
2646         (bug#16285).
2647         (shr-insert): If we have a word that's longer than `shr-width',
2648         break after it anyway.  Otherwise we'll do no breaking once we get
2649         such a long word.
2651 2014-01-05  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
2653         * net/eww.el (eww): Support single/double quote for search.
2654         * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
2655         (eww-history-quit): Delete and use quit-window.
2656         (eww-history-kill): Delete, because it doesn't work well and
2657         not necessary.
2658         (eww-history-mode-map): Delete some keys and add easy-menu.
2660 2014-01-05  Paul Eggert  <eggert@cs.ucla.edu>
2662         Fix misspelling of 'chinese' in rx (Bug#16237).
2663         * emacs-lisp/rx.el (rx-categories): Correct spelling of
2664         chinese-two-byte.
2666         Change subword regexps back to vars (Bug#16296).
2667         * progmodes/subword.el (subword-forward-regexp)
2668         (subword-backward-regexp): Change these back to variables.
2670 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2672         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
2673         syntax-begin-function (bug#16247).
2675 2014-01-03  Chong Yidong  <cyd@gnu.org>
2677         * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
2678         (advice--docstring): Delete variable.
2679         (advice--make-1): Leave the docstring empty.
2680         (advice-add): Use function-documentation for advised docstring.
2682         * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
2683         Ignore function-documentation property when getting documentation.
2684         (ad-activate-advised-definition): Use function-documentation
2685         generate the docstring.
2686         (ad-make-advised-definition): Don't call
2687         ad-make-advised-definition-docstring.
2688         (ad-make-advised-definition-docstring, ad-advised-definition-p):
2689         Delete functions.
2691         * progmodes/sql.el (sql-help): Use function-documentation instead
2692         of dynamic-docstring-function property.  No need to autoload now.
2693         (sql--help-docstring): New variable.
2694         (sql--make-help-docstring): Use it.
2696 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2698         * ielm.el (ielm-tab): Retarget.
2699         (ielm-map): Use ielm-tab for tab.
2700         (ielm-complete-filename): Use comint-filename-completion.
2701         (ielm-complete-symbol): Remove.
2702         (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
2703         remove ielm-tab from completion-at-point-functions (bug#16224).
2705         * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
2706         Beware signals raised by predicates (bug#16201).
2708 2014-01-02  Richard Stallman  <rms@gnu.org>
2710         * dired-aux.el (dired-do-print): Handle printer-name.
2712         * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
2713         * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
2714         (rmail-epa-decrypt): Turn off mime processing.
2716         * mail/rmail.el (rmail-make-in-reply-to-field):
2717         Add parens in message-id.
2719         * mail/rmail.el (rmail-get-coding-function): Variable.
2720         (rmail-get-coding-system): Use it.
2722 2013-12-31  Eli Zaretskii  <eliz@gnu.org>
2724         * international/mule-conf.el: Unify the charset indian-is13194.
2725         (indian-is13194): Specify unify-map.
2727 2013-12-31  Leo Liu  <sdl.web@gmail.com>
2729         * subr.el (set-temporary-overlay-map): Obsolete alias.  (Bug#16305)
2731 2013-12-30  Daniel Colascione  <dancol@dancol.org>
2733         * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
2734         of printing a useless when we resume from sleep.
2736         * progmodes/sh-script.el
2737         (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
2738         in indentation code.  (Bug#16233)
2740 2013-12-28  João Távora  <joaotavora@gmail.com>
2742         * elec-pair.el (electric-pair-post-self-insert-function):
2743         Don't open extra newlines at beginning of buffer.  (Bug#16272)
2745 2013-12-28  Eli Zaretskii  <eliz@gnu.org>
2747         * frame.el (window-system-for-display): Don't allow to create a
2748         GUI frame from a -nw session on MS-Windows.  (Bug#14739)
2750 2013-12-28  Glenn Morris  <rgm@gnu.org>
2752         * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
2753         Update callers.
2755         * apropos.el (apropos-match-face):
2756         * calculator.el (calculator-displayer):
2757         * dabbrev.el (dabbrev-search-these-buffers-only):
2758         * face-remap.el (buffer-face-mode-face):
2759         * simple.el (yank-handled-properties):
2760         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
2761         * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
2762         * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
2763         (hashcash-double-spend-database):
2764         * progmodes/ruby-mode.el (ruby-deep-indent-paren)
2765         (ruby-deep-indent-paren-style):
2766         * textmodes/flyspell.el (flyspell-auto-correct-binding):
2767         * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
2768         (rst-toc-insert-number-separator, rst-toc-insert-max-level):
2769         * vc/pcvs-defs.el (cvs-minor-mode-prefix):
2770         Specify custom types.
2772         * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
2773         * bookmark.el (bookmark-bmenu-use-header-line):
2774         * doc-view.el (doc-view-scale-internally):
2775         * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
2776         * register.el (register-preview-delay):
2777         * net/shr.el (shr-bullet):
2778         * progmodes/cfengine.el (cfengine-cf-promises)
2779         (cfengine-parameters-indent):
2780         * progmodes/octave.el (inferior-octave-error-regexp-alist):
2781         * textmodes/reftex-vars.el (reftex-label-regexps):
2782         * vc/log-edit.el (log-edit-setup-add-author): Add version.
2784         * net/tls.el (tls-certtool-program): Fix default value.
2786         * desktop.el (desktop-restore-in-current-display):
2787         * newcomment.el (comment-empty-lines):
2788         * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
2789         (idlwave-pad-keyword):
2790         * progmodes/tcl.el (tcl-tab-always-indent):
2791         * textmodes/reftex-vars.el (reftex-index-default-tag):
2792         * elec-pair.el (electric-pair-skip-whitespace):
2793         * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
2795         * emacs-lisp/authors.el (authors-ignored-files)
2796         (authors-valid-file-names, authors-renamed-files-alist): Additions.
2798 2013-12-27  Jarek Czekalski  <jarekczek@poczta.onet.pl>
2800         * shell.el (shell-dynamic-complete-command): Doc fix.
2801         (shell--command-completion-data): Shell completion now matches
2802         executable filenames from the current buffer's directory, on
2803         systems in which this behavior is the default (windows-nt, ms-dos).
2805 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2807         * net/shr.el (shr-insert): Don't infloop if the width is zero.
2809 2013-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2811         * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
2812         (bug#16251).
2814         * electric.el: Move all electric-pair-* to elec-pair.el.
2815         * elec-pair.el: New file, split from electric.el.
2817 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2819         * net/shr.el (shr-find-fill-point): Don't try to fill if the
2820         indentation level is larger than the width, because that will
2821         infloop.
2822         (shr-insert): Fill repeatedly long texts, so that Japanese is
2823         formatted correctly (bug#16263).
2824         (shr-find-fill-point): Off by one error in comparison with the
2825         indentation.
2827 2013-12-26  João Távora  <joaotavora@gmail.com>
2829         * electric.el (electric-pair-mode): More flexible engine for skip-
2830         and inhibit predicates, new options for pairing-related functionality.
2831         (electric-pair-preserve-balance): Pair/skip parentheses and quotes
2832         if that keeps or improves their balance in buffers.
2833         (electric-pair-delete-adjacent-pairs): Delete the pair when
2834         backspacing over adjacent matched delimiters.
2835         (electric-pair-open-extra-newline): Open extra newline when
2836         inserting newlines between adjacent matched delimiters.
2837         (electric--sort-post-self-insertion-hook):
2838         Sort post-self-insert-hook according to priority values when
2839         minor-modes are activated.
2840         * simple.el (newline-and-indent): Call newline with interactive
2841         set to t.
2842         (blink-paren-post-self-insert-function): Set priority to 100.
2843         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2844         Use electric-pair-text-pairs to pair backtick-and-quote in strings and
2845         comments.  Locally set electric-pair-skip-whitespace to 'chomp and
2846         electric-pair-open-newline-between-pairs to nil.
2848 2013-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2850         * progmodes/python.el: Use lexical-binding.
2851         (python-nav-beginning-of-defun): Stop searching ASAP.
2853 2013-12-25  Xue Fuqiao  <xfq.free@gmail.com>
2855         * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
2856         Fix interactive spec.  Doc fix.  (Bug#15754)
2858 2013-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2860         * emacs-lisp/byte-run.el (eval-when-compile):
2861         * progmodes/cc-defs.el (cc-eval-when-compile):
2862         Fix edebug spec (bug#16184).
2864 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2866         * net/shr.el (shr-visit-file): Remove debugging function.
2867         (shr-insert): Don't infloop if we can't find a good place to break
2868         the line (bug#16256).
2870 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2872         * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
2873         (python-nav--lisp-forward-sexp-safe): Use it.  Rename from
2874         python-nav-lisp-forward-sexp-safe.
2875         (python-nav--forward-sexp): New argument SAFE allows switching
2876         forward sexp movement behavior for parens.
2877         (python-nav-forward-sexp): Throw errors on unterminated parens
2878         (Bug#16191).
2879         (python-nav-backward-sexp, python-nav-forward-sexp-safe)
2880         (python-nav-backward-sexp-safe): New functions.
2881         (python-shell-buffer-substring):
2882         Use `python-nav-forward-sexp-safe'.
2884 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2886         * net/shr.el (shr-find-fill-point): Don't break lines before a
2887         quotation mark.
2888         (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
2889         (shr-find-fill-point): Remove the special checks for the quotation
2890         mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
2892 2013-12-25  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
2894         * net/eww.el (eww-form-textarea): Use a different face for
2895         textareas than text input since they have different keymaps
2896         (bug#16142).
2898 2013-12-24  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2900         * progmodes/python.el (python-nav-beginning-of-statement):
2901         Speed up (Bug#15295).
2903 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2905         * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
2906         the window configuration.
2908 2013-12-24  Eli Zaretskii  <eliz@gnu.org>
2910         * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
2911         we run on MS-Windows or MS-DOS.
2913 2013-12-24  Martin Rudalics  <rudalics@gmx.at>
2915         * window.el (balance-windows-area): Call window-size instead of
2916         window-height and window-width.  Bug#16241.
2918 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2920         * net/eww.el (eww-bookmark-quit): Remove.
2921         (eww-bookmark-browse): Restore the window configuration when you
2922         choose a bookmark (bug#16144).
2924 2013-12-24  Daniel Colascione  <dancol@dancol.org>
2926         * icomplete.el: Remove redundant :group arguments to `defcustom'
2927         throughout.
2928         (icomplete-show-matches-on-no-input): New customizable variable.
2929         (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
2930         we have something to show.
2931         (icomplete-exhibit): Compute completions even if we have no user input.
2933 2013-12-23  Daniel Colascione  <dancol@dancol.org>
2935         * icomplete.el: Move `provide' to end of file.
2937 2013-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
2939         * net/gnutls.el (gnutls-verify-error): Add version tag.
2941 2013-12-23  Chong Yidong  <cyd@gnu.org>
2943         * subr.el (set-transient-map): Rename from
2944         set-temporary-overlay-map.  Doc fix.
2946         * face-remap.el (text-scale-adjust):
2947         * indent.el (indent-rigidly):
2948         * kmacro.el (kmacro-call-macro):
2949         * minibuffer.el (minibuffer-force-complete):
2950         * repeat.el (repeat):
2951         * simple.el (universal-argument--mode):
2952         * calendar/todo-mode.el (todo-insert-item--next-param):
2953         * progmodes/f90.el (f90-abbrev-start): Callers changed.
2955         * indent.el (indent-rigidly): Use substitute-command-keys.
2957 2013-12-22  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
2959         * net/eww.el (eww-tag-select): Add text-property to jump to next
2960         select field.
2961         (eww): Add non-supported ftp error.
2963 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
2965         * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
2966         comments.  Handle electric indent after typing `?' and `!'.
2968 2013-12-22  Chong Yidong  <cyd@gnu.org>
2970         * faces.el (face-spec-recalc): If the theme specs are not
2971         applicable to a frame, fall back on the defface spec.
2972         This prevents themes from obliterating faces on low-color terminals.
2974 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
2976         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
2977         after `{'.  We need it after block openers, and it doesn't seem
2978         to hurt after hash openers.
2980 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
2982         * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
2983         extracted from `ruby-smie-rules'.
2984         (ruby--electric-indent-chars): New variable.
2985         (ruby--electric-indent-p): New function.
2986         (ruby-mode): Use `electric-indent-functions' instead of
2987         `electric-indent-chars'.
2989 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
2991         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
2992         docstring.
2993         (ruby-smie-rules): Indent plus one level after `=>'.
2995 2013-12-21  Richard Stallman  <rms@gnu.org>
2997         * simple.el (newline): Doc fix.
2999 2013-12-21  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
3001         * net/eww.el (eww-list-histories, eww-list-histories)
3002         (eww-history-browse, eww-history-quit, eww-history-kill)
3003         (eww-history-mode-map, eww-history-mode): New command and
3004         functions to list browser histories.
3005         (eww-form-text): Support text form with disabled
3006         and readonly attributes.
3007         (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
3009 2013-12-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3011         * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
3012         (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
3013         (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
3014         (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
3015         Use `user-error'.
3016         (eww-bookmark-mode-map): Add menu.
3017         (eww-render, eww-mode): Use `setq-local'.
3018         (eww-tool-bar-map): New variable.
3019         (eww-mode): Set `tool-bar-map'.
3020         (eww-view-source): Check for `html-mode' with `fboundp'.
3022 2013-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3024         * net/shr.el (shr--extract-best-source): Don't bug out on audio
3025         elements with text inside.  Also remove debugging.
3027 2013-12-21  Jan Djärv  <jan.h.d@swipnet.se>
3029         * cus-start.el (all): Add ns-use-srgb-colorspace.
3031 2013-12-21  Chong Yidong  <cyd@gnu.org>
3033         * custom.el (custom-theme-recalc-face): Do nothing if the face is
3034         undefined.  Thus, theme settings for undefined faces do not take
3035         effect until the faces are defined with defface, the same as with
3036         theme variables.
3038         * faces.el (face-spec-set): Use face-spec-recalc in all cases.
3039         (face-spec-reset-face): Don't assign extra properties in temacs.
3040         (face-spec-recalc): Apply X resources too.
3042 2013-12-21  Chong Yidong  <cyd@gnu.org>
3044         * faces.el (face-spec-set):
3045         * cus-face.el (custom-theme-set-faces, custom-set-faces):
3046         * custom.el (defface): Doc fixes (Bug#16203).
3048         * indent.el (indent-rigidly-map): Add docstring, and move commands
3049         into named functions.
3050         (indent-rigidly-left, indent-rigidly-right)
3051         (indent-rigidly-left-to-tab-stop)
3052         (indent-rigidly-right-to-tab-stop): New functions.  Decide on
3053         indentation direction based on bidi direction, and accumulate
3054         sequential commands in a single undo boundary.
3055         (indent-rigidly--pop-undo): New utility function.
3057 2013-12-20  Juanma Barranquero  <lekktu@gmail.com>
3059         * faces.el (read-face-name): Require crm.el when using crm-separator.
3061 2013-12-20  Daniel Colascione  <dancol@dancol.org>
3063         * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
3064         so that we don't reflow comments into the shebang line.
3066 2013-12-20  Juri Linkov  <juri@jurta.org>
3068         * saveplace.el (save-place-to-alist): Add `dired-filename' as
3069         a position when `dired-directory' is non-nil.  Check integer
3070         positions with `integerp'.
3071         (toggle-save-place, save-places-to-alist): Add check for
3072         `dired-directory'.
3073         (save-place-find-file-hook): Check integer positions with
3074         `integerp'.
3075         (save-place-dired-hook): Use `dired-goto-file' when
3076         `dired-filename' is found in the assoc list.  Check integer
3077         positions with `integerp'.
3078         (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
3080         * dired.el (dired-initial-position-hook): Rename back from
3081         `dired-initial-point-hook'.
3082         (dired-initial-position): Rename `dired-initial-point-hook' to
3083         `dired-initial-position-hook'.
3084         (dired-file-name-at-point): Doc fix.  (Bug#15329)
3086 2013-12-20  Juri Linkov  <juri@jurta.org>
3088         * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
3089         (read-regexp-suggestions): New function.
3090         (read-regexp): Use `read-regexp-defaults-function' to get default values.
3091         Use `read-regexp-suggestions'.  Add non-empty default to history
3092         for empty input.
3093         (occur-read-regexp-defaults-function): Remove function.
3094         (occur-read-primary-args): Use `regexp-history-last' instead of
3095         `occur-read-regexp-defaults-function'.
3097         * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
3098         (hi-lock-line-face-buffer, hi-lock-face-buffer)
3099         (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
3100         `hi-lock-read-regexp-defaults-function'.  Doc fix.
3101         (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
3102         with `find-tag-default-as-symbol-regexp'.  Doc fix.
3103         (hi-lock-read-regexp-defaults): Remove function.
3104         (hi-lock-regexp-okay): Add check for null.
3106         * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
3107         the arg DEFAULTS.  Move formatting of the prompt to `read-regexp'.
3109         * subr.el (find-tag-default-as-symbol-regexp): New function.
3110         (find-tag-default-as-regexp): Move symbol regexp formatting to
3111         `find-tag-default-as-symbol-regexp'.
3113 2013-12-20  E Sabof  <esabof@gmail.com>  (tiny change)
3115         * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
3116         (Bug#14179)
3118 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
3120         * calendar/todo-mode.el: New implementation of item insertion
3121         commands and key bindings.
3122         (todo-key-prompt): New face.
3123         (todo-insert-item): New command.
3124         (todo-insert-item--parameters): New defconst, replacing defvar
3125         todo-insertion-commands-args-genlist.
3126         (todo-insert-item--param-key-alist): New defconst, replacing
3127         defvar todo-insertion-commands-arg-key-list.
3128         (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
3129         (todo-insert-item--argsleft, todo-insert-item--apply-args)
3130         (todo-insert-item--next-param): New functions.
3131         (todo-insert-item--args, todo-insert-item--argleft)
3132         (todo-insert-item--argsleft, todo-insert-item--newargsleft):
3133         New variables.
3134         (todo-key-bindings-t): Change binding of "i" from
3135         todo-insertion-map to todo-insert-item.
3136         (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
3137         (todo-insertion-command-name, todo-insertion-commands-names)
3138         (todo-define-insertion-command, todo-insertion-commands)
3139         (todo-insertion-key-bindings, todo-insertion-map): Remove.
3141 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
3143         * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
3144         (todo-toggle-item-highlighting): Use eval-and-compile instead of
3145         eval-when-compile.
3146         (todo-move-category): Allow choosing a non-existing todo file to
3147         move the category to, and create that file.
3148         (todo-default-priority): New user option.
3149         (todo-set-item-priority): Use it.
3150         (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
3151         (desktop-restore-file-buffer): Declare.
3152         (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
3153         (todo-modes-set-2): Locally set desktop-save-buffer to
3154         todo-desktop-save-buffer.
3155         (todo-mode, todo-archive-mode, todo-filtered-items-mode)
3156         (auto-mode-alist): Add autoload cookie.
3158 2013-12-20  Bozhidar Batsov  <bozhidar@batsov.com>
3160         * emacs-lisp/subr-x.el: Renamed from helpers.el.
3161         helpers.el was a poor choice of name.
3162         (string-remove-prefix): New function.
3163         (string-remove-suffix): New function.
3165 2013-12-20  Martin Rudalics  <rudalics@gmx.at>
3167         Fix assignment for new window total sizes.
3168         * window.el (window--pixel-to-size): Remove function.
3169         (window--pixel-to-total-1, window--pixel-to-total):
3170         Fix calculation of new total sizes.
3172 2013-12-20  Vitalie Spinu  <spinuvit@gmail.com>
3174         * comint.el (comint-output-filter): Fix rear-nonsticky property
3175         placement (Bug#16010).
3177 2013-12-20  Chong Yidong  <cyd@gnu.org>
3179         * faces.el (read-color): Minor fix for completion function.
3181 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
3183         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
3184         New option.  (Bug#16182)
3185         (ruby-smie--indent-to-stmt-p): Use it.
3186         (ruby-smie-rules): Revert the logic in the handling of `when'.
3187         Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
3188         (ruby-deep-arglist, ruby-deep-indent-paren)
3189         (ruby-deep-indent-paren-style): Update docstrings to note that the
3190         vars don't have any effect with SMIE.
3192 2013-12-20  Jay Belanger  <jay.p.belanger@gmail.com>
3194         * calc/calc.el (calc-enter, calc-pop): Use the variable
3195         `calc-context-sensitive-enter'.
3197 2013-12-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3199         * net/shr.el (shr-insert): Protect against infloops in degenerate
3200         tables.
3202 2013-12-20  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3204         * progmodes/octave.el (octave): Add link to manual and octave
3205         homepage.
3206         (octave-mode-menu): Link to octave-mode manual.
3208 2013-12-20  Leo Liu  <sdl.web@gmail.com>
3210         * skeleton.el (skeleton-pair-insert-maybe): Disable newline
3211         insertion using skeleton-end-newline.  (Bug#16138)
3213 2013-12-20  Juri Linkov  <juri@jurta.org>
3215         * replace.el (occur-engine): Use `add-face-text-property'
3216         to add the face property to matches and titles.  (Bug#14645)
3218         * hi-lock.el (hi-green): Use lighter color "light green" closer to
3219         the palette of other hi-lock colors.
3220         (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
3222 2013-12-19  Juri Linkov  <juri@jurta.org>
3224         * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
3225         Put :advertised-binding on `M-s c', `M-s r', `M-s e'.  (Bug#16035)
3226         (minibuffer-history-symbol): Move variable declaration closer to
3227         its usage.
3229         * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
3230         (Bug#14785)
3232 2013-12-19  Juri Linkov  <juri@jurta.org>
3234         * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
3235         New function.
3236         (log-edit-hook): Add it to :options.  (Bug#16170)
3238 2013-12-19  Juri Linkov  <juri@jurta.org>
3240         * simple.el (eval-expression-print-format): Don't check for
3241         command names and the last command.  Always display additional
3242         formats of the integer result in the echo area, and insert them
3243         to the current buffer only with a zero prefix arg.
3244         Display character when char-displayable-p is non-nil.
3245         (eval-expression): With a zero prefix arg, set `print-length' and
3246         `print-level' to nil, and insert the integer values from
3247         `eval-expression-print-format' at the end.  Doc fix.  (Bug#12985)
3249         * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
3250         `eval-last-sexp-arg-internal'.  Doc fix.
3251         (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
3252         `eval-last-sexp-print-value'.  Doc fix.
3253         (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
3254         Set `print-length' and `print-level' to nil when arg is zero.
3255         (eval-last-sexp): Doc fix.
3256         (eval-defun-2): Print the integer values from
3257         `eval-expression-print-format' at the end.
3259         * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
3260         values from `eval-expression-print-format' at the end.
3262         * ielm.el (ielm-eval-input): Print the integer
3263         values from `eval-expression-print-format' at the end.
3265 2013-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3267         * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
3268         2013-12-11T19:01:44Z!tzz@lifelogs.com.
3270 2013-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3272         * hl-line.el (hl-line-make-overlay): New fun.  Set priority (bug#16192).
3273         (hl-line-highlight, global-hl-line-highlight): Use it.
3274         (hl-line-overlay): Use defvar-local.
3276 2013-12-19  Jan Djärv  <jan.h.d@swipnet.se>
3278         * term/ns-win.el: Require dnd.
3279         (global-map): Remove drag items.
3280         (ns-insert-text, ns-set-foreground-at-mouse)
3281         (ns-set-background-at-mouse):
3282         Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
3283         (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
3284         New functions.
3286 2013-12-19  Glenn Morris  <rgm@gnu.org>
3288         * emacs-lisp/ert.el (ert-select-tests):
3289         Fix string/symbol mixup.  (Bug#16121)
3291 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
3293         * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
3294         keywords to their parent.
3296 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
3298         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
3299         first arg to be a string (fixed dead code), or an operator symbol.
3300         (ruby-smie--forward-token): Tokenize ` @ ' before strings and
3301         operator symbols.
3302         (ruby-smie-rules): Remove parent token check in the `.' clause, it
3303         did nothing.  Don't respond to `(:after ".")', it will be called
3304         with :before anyway.  Remove the ` @ ' rule, it didn't seem to
3305         change anything.  Only return indentation for binary operators
3306         when they are hanging.  De-dent opening paren when its parent is
3307         `.', otherwise it looks bad when the dot is not at bol or eol
3308         (bug#16182).
3310 2013-12-19  Juri Linkov  <juri@jurta.org>
3312         * replace.el (query-replace-read-args): Split a non-negative arg
3313         and a negative arg into separate elements.
3314         (query-replace, query-replace-regexp, replace-string)
3315         (replace-regexp): Add arg `backward'.  Doc fix.
3316         (replace-match-maybe-edit): When new arg `backward' is non-nil,
3317         move point to the beginning of the match.
3318         (replace-search, replace-highlight): Use new arg `backward'
3319         to set the value of `isearch-forward'.
3320         (perform-replace): Add arg `backward' and use it to perform
3321         replacement backward.  (Bug#14979)
3323         * isearch.el (isearch-query-replace): Use a negative prefix arg
3324         to call `perform-replace' with a non-nil arg `backward'.
3326 2013-12-18  Juri Linkov  <juri@jurta.org>
3328         * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
3329         to the default list.  Move `log-edit-show-files' to the end.
3330         Add more available functions to options.
3331         (log-edit): Move default specific settings to
3332         `log-edit-insert-message-template'.  Don't move point.
3333         (log-edit-insert-message-template): New function.
3334         (log-edit-insert-changelog): Add `save-excursion' and don't move point.
3335         (Bug#16170)
3337 2013-12-18  Juri Linkov  <juri@jurta.org>
3339         * help-mode.el (help-mode-map): Bind "l" to help-go-back,
3340         and "r" to help-go-forward for compatibity with Info.  (Bug#16178)
3342 2013-12-18  Leo Liu  <sdl.web@gmail.com>
3344         * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
3345         (Bug#16186)
3347 2013-12-18  Eli Zaretskii  <eliz@gnu.org>
3349         * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
3350         formats for displaying file sizes when the -s switch is given.
3351         Instead, compute a separate format for displaying the size in
3352         blocks, which is displayed in addition to the "regular" size.
3353         When -h is given in addition to -s, produce size in blocks in
3354         human-readable form as well.  (Bug#16179)
3356 2013-12-18  Tassilo Horn  <tsdh@gnu.org>
3358         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
3359         Reference tables with ~\ref{...} instead of only \ref{...}.
3361 2013-12-18  Chong Yidong  <cyd@gnu.org>
3363         * cus-edit.el (custom-magic-alist): Fix "themed" description
3364         (Bug#14348).
3366         * custom.el (custom-push-theme): If custom--inhibit-theme-enable
3367         is non-nil, do not create a new entry in the symbol's theme-value
3368         or theme-face property; update theme-settings only (Bug#14664).
3369         (custom-available-themes): Doc fix.
3371         * cus-theme.el (custom-new-theme-mode-map): Add bindings
3372         (Bug#15674).
3374         * replace.el (occur-engine): Avoid infloop (Bug#7593).
3376 2013-12-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3378         * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
3379         (Bug#13914).
3381 2013-12-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
3383         * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
3385 2013-12-18  Glenn Morris  <rgm@gnu.org>
3387         * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
3388         * cus-start.el (load-prefer-newer): New option.
3390 2013-12-18  Le Wang  <l26wang@gmail.com>
3392         * comint.el (comint-previous-matching-input-from-input):
3393         Retain point (Bug#13404).
3395 2013-12-18  Chong Yidong  <cyd@gnu.org>
3397         * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
3399 2013-12-18  Glenn Morris  <rgm@gnu.org>
3401         * mail/emacsbug.el (report-emacs-bug):
3402         Only mention enable-multibyte-characters if non-standard.
3404 2013-12-17  Juri Linkov  <juri@jurta.org>
3406         * arc-mode.el (archive-extract-by-file): Check if directory exists
3407         before deletion to not show irrelevant errors if it doesn't exist.
3409 2013-12-17  Juri Linkov  <juri@jurta.org>
3411         * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
3412         (Bug#14751)
3414         * net/eww.el (browse-web): Add alias to `eww'.
3415         (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
3416         Bind "S-SPC" to `scroll-down-command'.  (Bug#16178)
3418         * net/browse-url.el (browse-url-browser-function): Move `eww'
3419         closer to similar functions.
3421         * startup.el (fancy-startup-screen, fancy-about-screen):
3422         Set browse-url-browser-function to eww-browse-url locally.
3423         (Bug#14751)
3425 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3427         * window.el (window--pixel-to-total): Remove unused `mini' var.
3428         (maximize-window, minimize-window): Remove unused `pixelwise' arg.
3429         (split-window): Remove unused `new' var.
3430         (window--display-buffer): Remove unused `frame' and `delta' vars.
3431         (fit-window-to-buffer): Remove unused vars `frame', `display-height',
3432         and display-width'.
3434 2013-12-17  Martin Rudalics  <rudalics@gmx.at>
3436         * dired.el (dired-mark-pop-up):
3437         * register.el (register-preview): Don't bind
3438         split-height-threshold here since it's now done in
3439         display-buffer-below-selected.
3441 2013-12-17  oblique  <psyberbits@gmail.com>  (tiny change)
3443         * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
3444         xterm-rgb-convert-to-16bit.
3445         (rxvt-register-default-colors): Standardize with
3446         xterm-register-default-colors (Bug#14078).
3448 2013-12-17  Dima Kogan  <dima@secretsauce.net>  (tiny change)
3450         * simple.el (kill-region): Pass mark first, then point, so that
3451         kill-append works right (Bug#12819).
3452         (copy-region-as-kill, kill-ring-save): Likewise.
3454 2013-12-17  Leo Liu  <sdl.web@gmail.com>
3456         * net/rcirc.el (rcirc-add-face):
3457         * eshell/em-prompt.el (eshell-emit-prompt):
3458         * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
3459         (Bug#16167)
3461 2013-12-17  Chong Yidong  <cyd@gnu.org>
3463         * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
3464         Suggested by Xue Fuqiao.
3466 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
3468         * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
3470 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3472         * net/shr.el (shr-insert-document): Remove unused var
3473         `shr-preliminary-table-render'.
3474         (shr-rescale-image): Remove unused arg `force'.
3475         (shr-put-image): Update calls accordingly.
3476         (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
3478 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
3480         * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
3481         (smie-indent-close): Call `smie-indent--rule-1' with METHOD
3482         :close-all, to see which indentation method to use (Bug#16116).
3483         (smie-rules-function): Document the method :close-all.
3485 2013-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3487         * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
3489         * net/eww.el (eww-display-html): If we can't find the anchor we're
3490         looking for, then go to point-min.
3492 2013-12-16  Paul Eggert  <eggert@cs.ucla.edu>
3494         Fix problems with CANNOT_DUMP and EMACSLOADPATH.
3495         * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
3496         * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
3497         Expand dir too, in case it's relative.
3499 2013-12-16  Juri Linkov  <juri@jurta.org>
3501         * desktop.el (desktop-auto-save-timeout): Change default to
3502         `auto-save-timeout'.  Doc fix.
3503         (desktop-save): Skip the timestamp in desktop-saved-frameset
3504         when checking for auto-save changes.
3505         (desktop-auto-save): Don't call desktop-auto-save-set-timer since
3506         `desktop-auto-save' is called repeatedly by the idle timer.
3507         (desktop-auto-save-set-timer): Replace `run-with-timer' with
3508         `run-with-idle-timer' and a non-nil arg REPEAT.  Doc fix.
3509         (Bug#15331)
3511 2013-12-16  Juri Linkov  <juri@jurta.org>
3513         * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
3514         (Bug#16035)
3515         (isearch-pre-command-hook): Check `this-command' for symbolp.
3517 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3519         * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
3521 2013-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
3523         * progmodes/cfengine.el (cfengine3--current-word): Remove.
3524         (cfengine3--current-function): Bring in the current-function
3525         functionality from `cfengine3--current-word'.
3526         (cfengine3-completion-function): Bring in the
3527         bounds-of-current-word functionality from
3528         `cfengine3--current-word'.
3530 2013-12-16  Martin Rudalics  <rudalics@gmx.at>
3532         * window.el (display-buffer-below-selected):
3533         Bind split-height-threshold to 0 as suggested by Juri Linkov.
3535 2013-12-16  Leo Liu  <sdl.web@gmail.com>
3537         * progmodes/compile.el (compile-goto-error): Do not push-mark.
3538         Remove NOMSG arg and all uses changed.
3540 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3542         * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
3543         (cua--deactivate-rectangle): Don't deactivate the mark.
3544         (cua-set-rectangle-mark): Don't set mark-active since
3545         cua--activate-rectangle already does it for us.
3546         (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
3547         non-rectangular region.
3549         * emulation/cua-base.el (cua-repeat-replace-region):
3550         Use with-current-buffer.
3552         * net/gnutls.el: Use cl-lib.
3553         (gnutls-negotiate): `mapcan' -> cl-mapcan.
3555 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
3557         * emacs-lisp/package.el (package-built-in-p): Support both
3558         built-in and the package.el converted package descriptions.
3559         (package-show-package-list): Allow keywords.
3560         (package-keyword-button-action): Use it instead of
3561         `finder-list-matches'.
3562         (package-menu-filter-interactive): Interactive filtering (by
3563         keyword) function.
3564         (package-menu--generate): Support keywords and change keymappings
3565         and headers when they are given.
3566         (package--has-keyword-p): Helper function.
3567         (package-menu--refresh): Use it.
3568         (package--mapc): Helper function.
3569         (package-all-keywords): Use it.
3570         (package-menu-mode-map): Set up menu items and keybindings to
3571         provide a filtering UI.
3573 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
3575         * net/gnutls.el (gnutls-verify-error): New defcustom to control
3576         the behavior when a certificate fails validation.  Defaults to
3577         old behavior: never abort, just warn.
3578         (gnutls-negotiate): Use it.
3580 2013-12-14  Martin Rudalics  <rudalics@gmx.at>
3582         * window.el (display-buffer-below-selected): Never split window
3583         horizontally.  Suggested by Juri Linkov <juri@jurta.org>.
3585 2013-12-14  Tom Willemse  <tom@ryuslash.org>  (tiny change)
3587         * emacs-lisp/package.el (package--prepare-dependencies): New function.
3588         (package-buffer-info): Use it (bug#15108).
3590 2013-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3592         * icomplete.el (icomplete-completions): Make sure the prefix is already
3593         displayed elsewhere before hiding it (bug#16219).
3595 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
3597         * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
3598         open-paren tokens when preceded by a open-paren, too.
3599         (ruby-smie-rules): Handle virtual indentation after open-paren
3600         tokens specially.  If there is code between it and eol, return the
3601         column where is starts (Bug#16118).
3603 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
3605         * progmodes/cfengine.el: Fix `add-hook' doc.
3606         (cfengine-mode-syntax-functions-regex): Initialize sensibly.
3607         (cfengine3--current-word): Fix parameters.
3608         (cfengine3-make-syntax-cache): Simplify further.
3609         (cfengine3-completion-function, cfengine3--current-function):
3610         Use `assq' for symbols.
3611         (cfengine3--current-function): Fix `cfengine3--current-word' call.
3613 2013-12-13  Glenn Morris  <rgm@gnu.org>
3615         * loadup.el (load-path): Warn if site-load or site-init changes it.
3616         No more need to reset it when bootstrapping.
3618 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
3620         * progmodes/cfengine.el (cfengine-cf-promises): Add more default
3621         locations for cf-promises.
3622         (cfengine-mode-syntax-functions-regex): New caching variable.
3623         (cfengine3-fallback-syntax): Fallback syntax for cases where
3624         cf-promises doesn't run.
3625         (cfengine3--current-word): Reimplement using
3626         `cfengine-mode-syntax-functions-regex'.
3627         (cfengine3-completion-function, cfengine3--current-function):
3628         Use `cfengine3-make-syntax-cache' directly.
3629         (cfengine3-clear-syntax-cache): New function.
3630         (cfengine3-make-syntax-cache): Simplify and create
3631         `cfengine-mode-syntax-functions-regex' on demand.
3632         (cfengine3-format-function-docstring): Don't call
3633         `cfengine3-make-syntax-cache' explicitly.
3635 2013-12-13  Martin Rudalics  <rudalics@gmx.at>
3637         Fix windmove-find-other-window broken after pixelwise resizing
3638         (Bug#16017).
3639         * windmove.el (windmove-other-window-loc): Revert change from
3640         2013-12-04.
3641         (windmove-find-other-window): Call window-in-direction.
3642         * window.el (window-in-direction): New arguments SIGN, WRAP and
3643         MINI to emulate original windmove-find-other-window behavior.
3645 2013-12-13  Dmitry Gutov  <dgutov@yandex.ru>
3647         * simple.el (blink-matching--overlay): New variable.
3648         (blink-matching-open): Instead of moving point, highlight the
3649         matching paren with an overlay
3650         (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
3652         * faces.el (paren-showing-faces, show-paren-match)
3653         (show-paren-mismatch): Move from paren.el.
3655 2013-12-13  Leo Liu  <sdl.web@gmail.com>
3657         * indent.el (indent-region): Disable progress reporter in
3658         minibuffer.  (Bug#16108)
3660         * bindings.el (visual-order-cursor-movement): Fix version.
3662 2013-12-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3664         * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
3665         Also match after beginning of line.
3666         (python-pdbtrack-set-tracked-buffer): Fix logic for remote
3667         files.  Thanks to Russell Sim.  (Bug#15378)
3669 2013-12-13  Juri Linkov  <juri@jurta.org>
3671         * simple.el <Keypad support>: Remove key bindings duplicated
3672         with bindings.el.  (Bug#14397)
3674 2013-12-13  Juri Linkov  <juri@jurta.org>
3676         * comint.el (comint-mode-map): Replace `delete-char' with
3677         `delete-forward-char'.  (Bug#16109)
3679 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3681         * progmodes/python.el (python-indent-calculate-indentation):
3682         Fix de-denters cornercase.  (Bug#15731)
3684 2013-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3686         * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
3687         (advice--make): Pay attention to `depth'.
3688         (advice--make-1): Don't autoload commands eagerly.
3689         * emacs-lisp/elp.el (elp-instrument-function):
3690         * emacs-lisp/trace.el (trace-function-internal):
3691         * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
3693         * iswitchb.el (iswitchb-mode): Don't belittle ido.
3695 2013-12-12  Eli Zaretskii  <eliz@gnu.org>
3697         * term/w32-win.el (w32-handle-dropped-file):
3698         * startup.el (normal-top-level):
3699         * net/browse-url.el (browse-url-file-url):
3700         * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
3701         decode file names using 'utf-8' rather than
3702         file-name-coding-system.
3704 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3706         * progmodes/python.el (python-indent-context)
3707         (python-indent-calculate-indentation): Fix auto-identation
3708         behavior for comment blocks.  (Bug#15916)
3710 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
3712         * progmodes/python.el (python-indent-calculate-indentation):
3713         When determining indentation, don't treat "return", "pass", etc., as
3714         operators when they are just string constituents.  (Bug#15812)
3716 2013-12-12  Juri Linkov  <juri@jurta.org>
3718         * uniquify.el (uniquify-buffer-name-style): Change default to
3719         `post-forward-angle-brackets'.
3721         * menu-bar.el (menu-bar-options-menu): Don't require preloaded
3722         `uniquify'.  Change default to `post-forward-angle-brackets'.
3724 2013-12-11  Glenn Morris  <rgm@gnu.org>
3726         * emacs-lisp/package.el (finder-list-matches):
3727         Autoload rather than falsely declaring.
3729 2013-12-11  Teodor Zlatanov  <tzz@lifelogs.com>
3731         * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
3732         (eww-mode-map): Use them.
3734 2013-12-11  Martin Rudalics  <rudalics@gmx.at>
3736         * window.el (display-buffer-in-side-window): Fix doc-string
3737         (Bug#16115).
3739 2013-12-11  Juanma Barranquero  <lekktu@gmail.com>
3741         * vc/vc-git.el: Silence byte-compiler warnings.
3742         (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
3743         (log-edit-set-header): Declare.
3745 2013-12-11  Eli Zaretskii  <eliz@gnu.org>
3747         * Makefile.in (custom-deps, finder-data): Run output file names
3748         through unmsys--file-name.  (Bug#16099)
3750 2013-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3752         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
3753         comment-start-skip, which fails when that uses submatch 1 (bug#16041).
3755         * emulation/cua-base.el (cua-paste): Add `delete-selection' property
3756         instead of deleting the selection "by hand" (bug#16098).
3757         Rely on insert-for-yank to yank rectangles.
3758         (cua-highlight-region-shift-only): Mark obsolete.
3759         (cua-mode): Don't enable/disable transient-mark-mode,
3760         shift-select-mode (cua-mode works both with and without them), and
3761         pc-selection-mode (obsolete).
3762         * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
3763         (cua--deactivate-rectangle): Deactivate it.
3765         * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
3766         (delete-selection-helper): Make sure yank starts at the top of the
3767         deleted region.
3768         (minibuffer-keyboard-quit): Use region-active-p.
3770         * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
3772         * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
3773         to `delete' (bug#16109).
3775 2013-12-11  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3777         * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
3778         info manual and show keybindings and set `:group' keyword.
3780 2013-12-11  Juri Linkov  <juri@jurta.org>
3782         * delsel.el (delete-active-region): Let-bind `this-command'
3783         to prevent `kill-region' from changing its original value.
3784         (delete-selection-helper): Handle `overwrite-mode' for the type
3785         `kill' exactly the same way as for the type `t'.
3786         (insert-char, quoted-insert, reindent-then-newline-and-indent):
3787         Support more commands.  (Bug#13312)
3789 2013-12-11  Juri Linkov  <juri@jurta.org>
3791         * bindings.el: Map kp keys to non-kp keys systematically
3792         with basic modifiers control, meta and shift.  (Bug#14397)
3794 2013-12-11  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
3796         * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
3797         "Close browser" menu items.  Fix wrong function of "List
3798         bookmarks".
3800 2013-12-11  Juri Linkov  <juri@jurta.org>
3802         * misearch.el (multi-isearch-buffers): Set the value of
3803         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
3804         arg of isearch-forward to t.
3805         (multi-isearch-buffers-regexp): Set the value of
3806         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
3807         arg of isearch-forward-regexp to t.
3808         (multi-isearch-files): Set the value of
3809         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
3810         arg of isearch-forward to t.
3811         (multi-isearch-files-regexp): Set the value of
3812         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
3813         arg of isearch-forward-regexp to t.  (Bug#16035)
3815         * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
3816         arg of isearch-forward to t.
3817         (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
3818         arg of isearch-forward-regexp to t.
3819         (dired-isearch-filter-filenames): Remove unnecessary check for
3820         `dired-isearch-filenames'.
3822         * comint.el (comint-history-isearch-backward):
3823         Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
3824         (comint-history-isearch-backward-regexp):
3825         Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
3827 2013-12-10  Eli Zaretskii  <eliz@gnu.org>
3829         * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
3830         unmsys--file-name.  (Bug#16099)
3832 2013-12-10  Teodor Zlatanov  <tzz@lifelogs.com>
3834         * emacs-lisp/package.el (package-keyword-button-action):
3835         Remove finder.el require dependency.
3837 2013-12-09  Teodor Zlatanov  <tzz@lifelogs.com>
3839         * emacs-lisp/package.el: Require finder.el.
3840         (describe-package-1): Add keyword buttons.
3841         (package-make-button): New convenience function.
3842         (package-keyword-button-action): Keyword button action using
3843         `finder-list-matches'.
3845 2013-12-09  Eli Zaretskii  <eliz@gnu.org>
3847         * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
3848         last commit.
3850 2013-12-09  Michael Albinus  <michael.albinus@gmx.de>
3852         * autorevert.el (auto-revert-notify-add-watch): Do not handle
3853         symlinked files.
3855 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
3857         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
3858         after the end of a percent literal.
3860 2013-12-09  Cameron Desautels  <camdez@gmail.com>  (tiny change)
3862         * progmodes/ruby-mode.el (ruby-forward-string): Document.
3863         Handle caret-delimited strings (Bug#16079).
3865 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
3867         * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
3868         When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
3869         `ruby-parse-partial' (Bug#16078).
3871 2013-12-09  Leo Liu  <sdl.web@gmail.com>
3873         * subr.el (read-passwd): Disable show-paren-mode.  (Bug#16091)
3875 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
3877         * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
3878         (js-switch-indent-offset): New option.
3879         (js--proper-indentation): Use it.  And handle the case when
3880         "default" is actually a key in an object literal.
3881         (js--same-line): New function.
3882         (js--multi-line-declaration-indentation): Use it.
3883         (js--indent-in-array-comp, js--array-comp-indentation):
3884         New functions.
3885         (js--proper-indentation): Use them, to handle array comprehension
3886         continuations.
3888 2013-12-08  Leo Liu  <sdl.web@gmail.com>
3890         * progmodes/flymake.el (flymake-highlight-line): Re-write.
3891         (flymake-make-overlay): Remove arg MOUSE-FACE.
3892         (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
3894 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3896         * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
3897         New function.
3898         (redisplay-highlight-region-function): Use it.
3900         * emulation/cua-base.el (cua--explicit-region-start)
3901         (cua--last-region-shifted): Remove.
3902         (cua--deactivate): Use deactivate-mark.
3903         (cua--pre-command-handler-1): Don't handle shift-selection.
3904         (cua--post-command-handler-1): Don't change transient-mark-mode.
3905         (cua--select-keymaps): Use region-active-p rather than
3906         cua--explicit-region-start or cua--last-region-shifted.
3907         (cua-mode): Enable shift-select-mode.
3909 2013-12-08  Leo Liu  <sdl.web@gmail.com>
3911         * progmodes/flymake.el (flymake-popup-current-error-menu):
3912         Rename from flymake-display-err-menu-for-current-line.  Reimplement.
3913         (flymake-posn-at-point-as-event, flymake-popup-menu)
3914         (flymake-make-emacs-menu): Remove.  (Bug#16077)
3916 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3918         * rect.el (rectangle-mark-mode): Activate mark even if
3919         transient-mark-mode is off (bug#16066).
3920         (rectangle--highlight-for-redisplay): Fix boundary condition when point
3921         is > mark and at bolp.
3923         * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
3924         (region-extract-function): Use it.
3925         (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
3926         (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
3927         Delete functions.
3928         (cua--init-rectangles): Don't re-remap copy-region-as-kill,
3929         kill-ring-save, kill-region, delete-char, delete-forward-char.
3930         Ignore self-insert-iso.
3932         * emulation/cua-gmrk.el (cua--init-global-mark):
3933         Ignore `self-insert-iso'.
3935         * emulation/cua-base.el (cua--prefix-copy-handler)
3936         (cua--prefix-cut-handler): Rely on region-extract-function rather than
3937         checking cua--rectangle.
3938         (cua-delete-region): Use region-extract-function.
3939         (cua-replace-region): Delete function.
3940         (cua-copy-region, cua-cut-region): Obey region-extract-function.
3941         (cua--pre-command-handler-1): Don't do the delete-selection thing.
3942         (cua--self-insert-char-p): Ignore `self-insert-iso'.
3943         (cua--init-keymaps): Don't remap delete-selection commands.
3944         (cua-mode): Use delete-selection-mode instead of rolling our own
3945         (bug#16085).
3947         * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
3948         Obey region-extract-function.
3950         Make registers and delete-selection-mode work on rectangles.
3951         * register.el (describe-register-1): Don't modify the register's value.
3952         (copy-to-register): Obey region-extract-function.
3953         * delsel.el (delete-active-region): Obey region-extract-function.
3955 2013-12-08  Leo Liu  <sdl.web@gmail.com>
3957         * progmodes/flymake.el (flymake, flymake-error-bitmap)
3958         (flymake-warning-bitmap, flymake-fringe-indicator-position)
3959         (flymake-compilation-prevents-syntax-check)
3960         (flymake-start-syntax-check-on-newline)
3961         (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
3962         (flymake-start-syntax-check-on-find-file, flymake-log-level)
3963         (flymake-xml-program, flymake-master-file-dirs)
3964         (flymake-master-file-count-limit)
3965         (flymake-allowed-file-name-masks): Relocate.
3966         (flymake-makehash, flymake-float-time)
3967         (flymake-replace-regexp-in-string, flymake-split-string)
3968         (flymake-get-temp-dir): Remove.
3969         (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
3970         (flymake-current-row, flymake-selected-frame)
3971         (flymake-get-point-pixel-pos): Remove xemacs compatibity and
3972         related functions.  (Bug#16077)
3974 2013-12-07  Bozhidar Batsov  <bozhidar@batsov.com>
3976         * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
3978 2013-12-07  Tassilo Horn  <tsdh@gnu.org>
3980         * help-fns.el (describe-function-1): Use new advice-* functions
3981         rather than old ad-* functions.  Fix function type description and
3982         source links for advised functions and subrs.
3984 2013-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3986         * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
3988 2013-12-06  Michael Albinus  <michael.albinus@gmx.de>
3990         * progmodes/compile.el (compilation-start):
3991         * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
3993         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3994         Handle long command lines, lasting from "sh -c ...".  (Bug#16045)
3996 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
3998         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3999         Touch up the last change.
4001 2013-12-06  Leo Liu  <sdl.web@gmail.com>
4003         * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
4004         (inferior-octave-startup): Always use "octave> " for prompt.
4005         (octave-goto-function-definition)
4006         (octave-sync-function-file-names)
4007         (octave-find-definition-default-filename): Remove redundant backquotes.
4009 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
4011         * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
4012         syntax for `?'.
4013         (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
4014         where appropriate already.
4015         (ruby-syntax-propertize-function): Propertize `?' and `!' at the
4016         end of method names (Bug#15874).
4018 2013-12-06  Juri Linkov  <juri@jurta.org>
4020         * isearch.el (isearch--saved-overriding-local-map):
4021         New internal variable.
4022         (isearch-mode): Set it to the initial value of
4023         `overriding-terminal-local-map'.
4024         (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
4025         with `isearch--saved-overriding-local-map'.  (Bug#16035)
4027 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
4029         * progmodes/octave.el (inferior-octave-completion-table):
4030         Turn back into function, use `completion-table-with-cache'
4031         (Bug#11906).  Update all references.
4033         * minibuffer.el (completion-table-with-cache): New function.
4035 2013-12-05  Cameron Desautels  <camdez@gmail.com>  (tiny change)
4037         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
4039 2013-12-05  Teodor Zlatanov  <tzz@lifelogs.com>
4041         * net/eww.el (eww-current-source): New variable to store page
4042         source.
4043         (eww-display-html, eww-mode, eww-save-history)
4044         (eww-restore-history): Use it.
4045         (eww-view-source): New command to view page source.
4046         Opportunistically uses `html-mode' to highlight the buffer.
4047         (eww-mode-map): Install it.
4049 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
4051         * net/dbus.el (dbus-unregister-service)
4052         (dbus-escape-as-identifier, dbus-unescape-from-identifier):
4053         Fix docstring.
4054         (dbus-unregister-service): Skip :serial entries in
4055         `dbus-registered-objects-table'.
4056         (dbus-byte-array-to-string): New optional arg MULTIBYTE.
4058 2013-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
4060         * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
4061         around keywords with extra `split-string' argument.
4063 2013-12-04  Martin Rudalics  <rudalics@gmx.at>
4065         * windmove.el (windmove-other-window-loc): Handle navigation
4066         between windows (excluding the minibuffer window - Bug#16017).
4068 2013-12-04  Michael Albinus  <michael.albinus@gmx.de>
4070         * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
4071         in D-Bus type syntax.
4072         (dbus-unescape-from-identifier): Use `byte-to-string' in order to
4073         preserve unibyte strings.  (Bug#16048)
4075 2013-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4077         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
4078         Call force-mode-line-update is the proper buffer (bug#16042).
4080 2013-12-04  Dmitry Gutov  <dgutov@yandex.ru>
4082         * vc/log-edit.el (log-edit-add-new-comment): Rename to
4083         `log-edit-remember-comment', make argument optional.  Adjust all
4084         callers.
4085         (log-edit-mode): Add `log-edit-remember-comment' to
4086         `kill-buffer-hook' locally.
4087         (log-edit-kill-buffer): Don't remember comment explicitly since
4088         the buffer is killed anyway.
4090 2013-12-04  Juri Linkov  <juri@jurta.org>
4092         * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
4093         add-hook and remove-hook for multi-buffer search.  (Bug#16035)
4095 2013-12-03  Tom Regner  <tom@goochesa.de>  (tiny change)
4097         * notifications.el (notifications-close-notification): Call the
4098         D-Bus method with ID being a `:uint32'.  (Bug#16030)
4100 2013-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4102         * net/eww.el (eww-render): Don't pass arg to eww-display-image.
4104 2013-12-03  Juri Linkov  <juri@jurta.org>
4106         * progmodes/compile.el (compilation-start): Rename window alist
4107         entry `no-display-ok' to `allow-no-window'.
4109         * simple.el (shell-command): Add window alist entry
4110         `allow-no-window' to `display-buffer'.
4111         (async-shell-command): Doc fix.
4113         * window.el (display-buffer-no-window): New action function.
4114         (display-buffer-alist, display-buffer): Doc fix.  (Bug#13594)
4116 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
4118         * vc/log-edit.el (log-edit-set-header): Extract from
4119         `log-edit-toggle-header'.
4120         (log-edit-extract-headers): Separate the summary, when extracted
4121         from header, from the rest of the message with an empty line.
4123         * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
4124         line, if present, to the Summary header.
4126 2013-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4128         * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
4129         in current-buffer (bug#16029).
4131 2013-12-02  Helmut Eller  <eller.helmut@gmail.com>
4133         * emacs-lisp/debug.el (debugger-toggle-locals): New command.
4134         (debugger-mode-map): Bind it.
4135         (debugger--backtrace-base): New function.
4136         (debugger-eval-expression): Use it.
4137         (debugger-frame-number): Skip local vars when present.
4138         (debugger--locals-visible-p, debugger--insert-locals)
4139         (debugger--show-locals, debugger--hide-locals): New functions.
4141 2013-12-02  Michael Albinus  <michael.albinus@gmx.de>
4143         * net/tramp-sh.el (tramp-remote-process-environment): Do not set
4144         "LC_ALL".
4145         (tramp-get-remote-locale): New defun.
4146         (tramp-open-connection-setup-interactive-shell): Use it.
4148 2013-12-02  Leo Liu  <sdl.web@gmail.com>
4150         * subr.el (process-live-p): Return nil for non-process.  (Bug#16023)
4152         * progmodes/sh-script.el (sh-shell-process):
4153         * progmodes/octave.el (inferior-octave-process-live-p):
4154         * progmodes/gdb-mi.el (gdb-delchar-or-quit)
4155         (gdb-inferior-io-sentinel):
4156         * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
4158 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
4160         * vc/log-edit.el (log-edit-kill-buffer): Move the use of
4161         `save-selected-window' to `log-edit-hide-buf'.  This makes
4162         `log-edit-show-files' idempotent.
4163         (log-edit-show-files): Mark the new window as dedicated.
4165 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
4167         * vc/log-edit.el (log-edit-mode-map): Add binding for
4168         `log-edit-kill-biffer'.
4169         (log-edit-hide-buf): Add a FIXME comment.
4170         (log-edit-add-new-comment): New function, extracted from
4171         `log-edit-done'.
4172         (log-edit-done, log-edit-add-to-changelog): Use it.
4173         (log-edit-kill-buffer): New command.
4175 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4177         * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
4178         instead of killing the buffer.
4180 2013-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4182         * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
4184 2013-12-01  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4186         * net/eww.el (eww-form-checkbox-selected-symbol)
4187         (eww-form-checkbox-symbol): New customizable variable.
4188         (eww-form-checkbox, eww-toggle-checkbox):
4189         Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
4191         * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
4192         (shr--get-media-pref, shr--extract-best-source): New function.
4193         (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
4194         no :src tag was specified.
4196         * net/eww.el (eww-use-external-browser-for-content-type): New variable.
4197         (eww-render): Handle `eww-use-external-browser-for-content-type'.
4198         Use \\` to match beginning of string instead of ^.
4199         (eww-browse-with-external-browser): Provide optional URL parameter.
4200         (eww-render): Set `eww-current-title' back to "".
4202         * net/shr.el (shr-tag-video): Display content for video if no
4203         poster is available.
4204         (shr-tag-audio): Add support for <audio> tag.
4206         * net/eww.el (eww-text-input-types): New const.
4207         (eww-process-text-input): Treat input types in
4208         `eww-text-input-types' as text.
4210         * net/shr.el (shr-tag-table): Fix comment typo.
4212 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4214         * net/eww.el (eww-follow-link): New command to avoid reloading
4215         pages when we follow #target links (bug#15243).
4216         (eww-quit): Special mode buffers shouldn't query before exiting.
4218 2013-12-01  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
4220         * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
4221         forms.
4223 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4225         * net/eww.el (eww-restore-history): Update the window title after
4226         moving in the history.
4227         (eww-current-dom): New variable used to save the current DOM.
4229 2013-12-01  Dmitry Gutov  <dgutov@yandex.ru>
4231         * vc/log-edit.el (log-edit-mode-map): Add binding for
4232         `log-edit-beginning-of-line'.
4233         (log-edit-setup-add-author): New user option.
4234         (log-edit-beginning-of-line): New command.
4235         (log-edit): Move major mode call above the contents setup so that
4236         the local variable values are already applied.
4237         (log-edit): Only insert "Author: " when
4238         `log-edit-setup-add-author' is non-nil.
4239         (log-edit): When SETUP is non-nil, position point after ": "
4240         instead of point-min.
4242 2013-12-01  Glenn Morris  <rgm@gnu.org>
4244         * startup.el (command-line): Warn if ~/emacs.d is in load-path.
4246 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
4248         * startup.el (fancy-splash-frame): On MS-Windows, trigger
4249         redisplay to make sure the initial frame gets a chance to become
4250         visible.  (Bug#16014)
4252 2013-11-30  Martin Rudalics  <rudalics@gmx.at>
4254         Support resizing frames and windows pixelwise.
4255         * cus-start.el (frame-resize-pixelwise)
4256         (window-resize-pixelwise): New entries.
4257         * emacs-lisp/debug.el (debug): Use window-total-height instead
4258         of window-total-size.
4259         * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
4260         * help.el (describe-bindings-internal): Use help-buffer as
4261         argument for with-help-window.
4262         (temp-buffer-max-width): New option.
4263         (resize-temp-buffer-window, help-window-setup)
4264         (with-help-window): Rewrite.
4265         * mouse.el (mouse-drag-line): Rewrite.  Add key bindings for
4266         dragging dividers.
4267         * window.el (frame-char-size, window-min-pixel-height)
4268         (window-safe-min-pixel-height, window-safe-min-pixel-width)
4269         (window-min-pixel-width, window-safe-min-pixel-size)
4270         (window-combination-p, window-safe-min-size)
4271         (window-resizable-p, window--size-to-pixel)
4272         (window--pixel-to-size, window--resize-apply-p): New functions.
4273         (window-safe-min-height): Fix doc-string.
4274         (window-size, window-min-size, window--min-size-1)
4275         (window-sizable, window-sizable-p, window--min-delta-1)
4276         (window-min-delta, window--max-delta-1, window-max-delta)
4277         (window--resizable, window--resizable-p, window-resizable)
4278         (window-full-height-p, window-full-width-p, window-at-side-p)
4279         (window--in-direction-2, window-in-direction)
4280         (window--resize-reset-1, window--resize-mini-window)
4281         (window-resize, window-resize-no-error)
4282         (window--resize-child-windows-normal)
4283         (window--resize-child-windows, window--resize-siblings)
4284         (window--resize-this-window, window--resize-root-window)
4285         (window--resize-root-window-vertically)
4286         (adjust-window-trailing-edge, enlarge-window, shrink-window)
4287         (maximize-window, minimize-window, delete-window)
4288         (quit-restore-window, window-split-min-size, split-window)
4289         (balance-windows-2, balance-windows)
4290         (balance-windows-area-adjust, balance-windows-area)
4291         (window--state-get-1, window-state-get, window--state-put-1)
4292         (window--state-put-2, window-state-put)
4293         (display-buffer-record-window, window--display-buffer):
4294         Make functions handle pixelwise sizing of windows.
4295         (display-buffer--action-function-custom-type)
4296         (display-buffer-fallback-action):
4297         Add display-buffer-in-previous-window.
4298         (display-buffer-use-some-window): Resize window to height it had
4299         before.
4300         (fit-window-to-buffer-horizontally): New option.
4301         (fit-frame-to-buffer): Describe new values.
4302         (fit-frame-to-buffer-bottom-margin): Replace with
4303         fit-frame-to-buffer-margins.
4304         (window--sanitize-margin): New function.
4305         (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
4306         using window-text-pixel-size.
4308 2013-11-30  Glenn Morris  <rgm@gnu.org>
4310         * emacs-lisp/bytecomp.el (byte-compile-form):
4311         Make the `interactive-only' warning like the `obsolete' one.
4312         * comint.el (comint-run):
4313         * files.el (insert-file-literally, insert-file):
4314         * replace.el (replace-string, replace-regexp):
4315         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
4316         (goto-line, insert-buffer, next-line, previous-line):
4317         Tweak `interactive-only' spec.
4319         Stop keeping (most) generated cedet grammar files in the repository.
4320         * Makefile.in (semantic): New.
4321         (compile-main): Depend on semantic.
4323 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4325         * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
4326         available.  Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
4328         * uniquify.el (uniquify-buffer-name-style): Change default.
4330         * loadup.el: Preload "uniquify".
4332         * time.el (display-time-update): Update all mode lines (bug#15999).
4334         * electric.el (electric-indent-mode): Enable by default.
4335         * loadup.el: Preload "electric".
4337 2013-11-29  Bozhidar Batsov  <bozhidar@batsov.com>
4339         * emacs-lisp/helpers.el (string-empty-p): New function.
4340         (string-blank-p): New function.
4342 2013-11-29  Andreas Politz  <politza@hochschule-trier.de>
4344         * imenu.el (imenu--index-alist): Add missing dot to the docstring
4345         (Bug#14029).
4347 2013-11-29  Andreas Politz  <politza@fh-trier.de>
4348         * imenu.el (imenu--subalist-p): Don't error on non-conses and
4349         allow non-lambda lists as functions.
4350         (imenu--in-alist): Don't recurse into non-subalists.
4351         (imenu): Don't pass function itself as an argument (Bug#14029).
4353 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4355         * progmodes/python.el (python-mode-map): Remove binding for ":".
4356         (python-indent-electric-colon): Remove command.
4357         (python-indent-post-self-insert-function): Integrate the previous code
4358         of python-indent-electric-colon.  Make it conditional on
4359         electric-indent-mode.
4360         (python-mode): Add ?: to electric-indent-chars.
4361         Move python-indent-post-self-insert-function to the end of
4362         post-self-insert-hook.
4364 2013-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4366         * doc-view.el (doc-view-goto-page): Update mode-line.
4368         * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
4370 2013-11-27  Glenn Morris  <rgm@gnu.org>
4372         * international/charprop.el, international/uni-bidi.el:
4373         * international/uni-category.el, international/uni-combining.el:
4374         * international/uni-comment.el, international/uni-decimal.el:
4375         * international/uni-decomposition.el, international/uni-digit.el:
4376         * international/uni-lowercase.el, international/uni-mirrored.el:
4377         * international/uni-name.el, international/uni-numeric.el:
4378         * international/uni-old-name.el, international/uni-titlecase.el:
4379         * international/uni-uppercase.el:
4380         Remove generated files from VCS repository.
4382 2013-11-27  Eli Zaretskii  <eliz@gnu.org>
4384         * filenotify.el (file-notify-add-watch): Don't special-case
4385         w32notify when computing the directory to watch.
4387 2013-11-27  Glenn Morris  <rgm@gnu.org>
4389         Make bootstrap without generated uni-*.el files possible again.
4390         * loadup.el: Update command-line-args checking for unidata-gen.
4391         Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
4392         * composite.el, international/characters.el:
4393         Handle unicode tables being undefined.
4395         Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
4396         * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
4397         (compile-main): Depend on leim rule.
4398         (leim): New rule.
4399         * loadup.el: Move leim-list.el to leim/ subdirectory.
4400         * startup.el (normal-top-level): No more leim directory.
4401         * international/ja-dic-cnv.el (skkdic-convert):
4402         Disable version-control and autoloads in output files.
4403         * international/titdic-cnv.el (titdic-convert, miscdic-convert):
4404         Disable version-control and autoloads in output files.
4405         * leim/quail: Move here from ../leim.
4406         * leim/quail/hangul.el (hangul-input-method-activate):
4407         Add autoload cookie.
4408         (generated-autoload-load-name): Set file-local value.
4409         * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
4410         (generated-autoload-load-name): Set file-local value.
4412 2013-11-26  Kenjiro NAKAYAMA  <knakayam@redhat.com>
4414         * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
4415         (eww-add-bookmark): Ask confirmation when add to bookmarks.
4416         (eww-quit): Ask confirmation before quitting eww.
4418 2013-11-26  Eli Zaretskii  <eliz@gnu.org>
4420         * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
4421         reading output from Diff on MS-Windows and MS-DOS.
4423 2013-11-26  Bozhidar Batsov  <bozhidar@batsov.com>
4425         * emacs-lisp/helpers.el (string-reverse): New function.
4427 2013-11-26  Michael Albinus  <michael.albinus@gmx.de>
4429         * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
4430         names on MS Windows, like "/[::1]:".
4432         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
4433         SWITCHES.
4435 2013-11-26  Glenn Morris  <rgm@gnu.org>
4437         * progmodes/python.el (python-indent-guess-indent-offset):
4438         Avoid corner-case error.  (Bug#15975)
4440         Preload leim-list.el.  (Bug#4789)
4441         * loadup.el: Load leim-list.el when found.
4442         * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
4444 2013-11-25  Bozhidar Batsov  <bozhidar@batsov.com>
4446         * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
4448         * emacs-lisp/helpers.el (string-join): New function.
4450 2013-11-25  Sebastian Wiesner  <lunaryorn@gmail.com>  (tiny change)
4452         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4453         Mark as obsolete and replace it with a symbol property.
4454         (byte-compile-form): Use new 'interactive-only property.
4455         * comint.el, files.el, replace.el, simple.el:
4456         Apply new 'interactive-only properly.
4458 2013-11-25  Martin Rudalics  <rudalics@gmx.at>
4460         * window.el (display-buffer-at-bottom): Make sure that
4461         split-window-sensibly creates the new window on bottom
4462         (Bug#15961).
4464 2013-11-23  David Kastrup  <dak@gnu.org>
4466         * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
4467         on the conflict markers when available.
4468         (smerge--get-marker): New function.
4469         (smerge-end-re, smerge-base-re): Add subgroup.
4471 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4473         * frame.el (handle-focus-in, handle-focus-out): Add missing
4474         interactive spec.
4476 2013-11-25  Michael Albinus  <michael.albinus@gmx.de>
4478         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
4479         `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
4481 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4483         * play/gomoku.el: Don't use intangible property.  Use lexical-binding.
4484         (gomoku--last-pos): New var.
4485         (gomoku--intangible-chars): New const.
4486         (gomoku--intangible): New function.
4487         (gomoku-mode): Use it.  Derive from special-mode.
4488         (gomoku-move-up): Adjust line count.
4489         (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
4490         (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
4491         Simplify accordingly.
4493         * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
4494         Remove blink-cursor code.
4495         (blink-cursor-timer-function, blink-cursor-suspend):
4496         Don't special-case GUIs.
4497         (blink-cursor-mode): Use focus-in/out-hook.
4499 2013-11-25  Dmitry Gutov  <dgutov@yandex.ru>
4501         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
4502         work when annotation is invisible (Bug#13886).
4504 2013-11-24  Simon Schubert  <2@0x2c.org>  (tiny change)
4506         * json.el (json-alist-p): Only return non-nil if the alist has
4507         simple keys (Bug#13518).
4509 2013-11-24  Mihir Rege  <mihirrege@gmail.com>  (tiny change)
4511         * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
4512         when control-statement is the first statement in a buffer (Bug#15956).
4514 2013-11-24  Dmitry Gutov  <dgutov@yandex.ru>
4516         * imenu.el (imenu-generic-skip-comments-and-strings):
4517         New option (Bug#15560).
4518         (imenu--generic-function): Use it.
4520 2013-11-24  Jorgen Schaefer  <contact@jorgenschaefer.de>
4522         * minibuffer.el (completion--in-region-1): Scroll the correct window.
4523         (Bug#13898)
4525 2013-11-24  Bozhidar Batsov  <bozhidar@batsov.com>
4527         * emacs-lisp/helpers.el: Add some string helpers.
4528         (string-trim-left): Removes leading whitespace.
4529         (string-trim-right): Removes trailing whitespace.
4530         (string-trim): Removes leading and trailing whitespace.
4532         * subr.el (string-suffix-p): New function.
4534 2013-11-23  Glenn Morris  <rgm@gnu.org>
4536         * progmodes/python.el (python-shell-send-file):
4537         Add option to delete file when done.  (Bug#15647)
4538         (python-shell-send-string, python-shell-send-region): Use it.
4540 2013-11-23  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
4542         * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
4543         to set buffer-read-only to t, never to nil.  (Bug#15938)
4545         * textmodes/tex-mode.el (latex-noindent-environments):
4546         Add safe-local-variable property.  (Bug#15936)
4548 2013-11-23  Glenn Morris  <rgm@gnu.org>
4550         * textmodes/enriched.el (enriched-mode): Doc fix.
4551         * emacs-lisp/authors.el (authors-renamed-files-alist):
4552         Add enriched.doc -> enriched.txt.
4554         * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
4556 2013-11-22  Leo Liu  <sdl.web@gmail.com>
4558         * progmodes/octave.el (inferior-octave-startup): Spit out error
4559         message.
4561 2013-11-22  Bozhidar Batsov  <bozhidar@batsov.com>
4563         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
4564         Improve docstring.
4565         Add :version.
4566         (ruby-encoding-magic-comment-style): Add :version.
4568 2013-11-22  Leo Liu  <sdl.web@gmail.com>
4570         * progmodes/octave.el (octave-operator-regexp): Exclude newline.
4571         (Bug#15076)
4572         (octave-help-mode): Adapt to change to help-mode-finish to use
4573         derived-mode-p on 2013-09-17.
4574         (inferior-octave-prompt): Also match octave-gui.
4575         (octave-kill-process): Don't ask twice.  (Bug#10564)
4577 2013-11-22  Leo Liu  <sdl.web@gmail.com>
4579         * progmodes/octave.el (inferior-octave-process-live-p): New helper.
4580         (inferior-octave-startup, inferior-octave-check-process)
4581         (inferior-octave-track-window-width-change)
4582         (octave-completion-at-point, octave-eldoc-function): Use it.
4583         (octave-kill-process): Provide confirmation.  (Bug#10564)
4585 2013-11-21  Leo Liu  <sdl.web@gmail.com>
4587         * progmodes/octave.el (octave-mode, inferior-octave-mode):
4588         Fix obsolete variable comment-use-global-state.
4590 2013-11-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4592         * progmodes/octave.el (octave-mode-map, octave-mode-menu):
4593         Add `octave-source-file'.
4594         (octave-source-file): New function.  (Bug#15935)
4596 2013-11-21  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>
4598         * net/eww.el (eww-local-regex): New variable.
4599         (eww): Use it to detect localhost and similar.
4601 2013-11-21  Leo Liu  <sdl.web@gmail.com>
4603         Add completion for command `ag'.
4604         * pcmpl-x.el (pcmpl-x-ag-options): New variable.
4605         (pcomplete/ag): New function.
4606         (pcmpl-x-ag-options): New function.  Handle `[no]' in long options.
4608 2013-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4610         * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
4611         (bug#14646).
4612         (make-obsolete): Remove interactive spec.
4614 2013-11-21  Glenn Morris  <rgm@gnu.org>
4616         * startup.el (command-line-1): Use path-separator with -L.
4618 2013-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
4620         * emacs-lisp/package.el (describe-package-1): Add package archive
4621         to shown fields.
4623 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
4625         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
4626         Change default to "# encoding: %s" to differentiate it from the
4627         default Ruby encoding comment template.
4629 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
4631         * ses.el (ses-mode): Doc fix.  (Bug#14748)
4633 2013-11-20  Leo Liu  <sdl.web@gmail.com>
4635         * window.el (display-buffer-alist): Doc fix.  (Bug#13594)
4637 2013-11-19  Dan Nicolaescu  <dann@gnu.org>
4639         * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
4640         when rebase or bisect are in progress.
4642 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
4644         * filenotify.el (file-notify-add-watch): Doc fix.
4646 2013-11-19  Leo Liu  <sdl.web@gmail.com>
4648         * obsolete/rcompile.el: Mark obsolete.
4650         * progmodes/compile.el (compilation-start)
4651         (compilation-goto-locus, compilation-find-file):
4652         Pass no-display-ok and handle nil value from display-buffer.
4653         (Bug#13594)
4655         * window.el (display-buffer-alist, display-buffer): Document the
4656         new parameter no-display-ok.  Return either a window or nil
4657         but never a non-window value.
4659 2013-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4661         * electric.el (electric-indent-mode-map): Remove.
4662         (electric-indent-mode): Change the global-map instead (bug#15915).
4664         * textmodes/text-mode.el (paragraph-indent-minor-mode):
4665         Use add-function.
4667 2013-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4669         * emacs-lisp/nadvice.el (remove-function): Align with
4670         add-function's behavior.
4672         * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
4673         (gdb--string-regexp): New constant.
4674         (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
4675         (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
4676         (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
4677         submatch 1.
4678         (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
4679         Adjust use accordingly.
4680         (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
4682 2013-11-17  Adam Sokolnicki  <adam.sokolnicki@gmail.com>  (tiny change)
4684         * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
4685         interpolation curlies (Bug#15914).
4687 2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
4689         * calc/calc.el (calc-context-sensitive-enter): New variable.
4690         (calc-enter): Use `calc-context-sensitive-enter'.
4692 2013-11-16  Teodor Zlatanov  <tzz@lifelogs.com>
4694         * progmodes/cfengine.el: Version bump.
4695         (cfengine-cf-promises): New defcustom to locate cf-promises.
4696         (cfengine3-vartypes): Add new "data" type.
4697         (cfengine3--current-word): New function to get current name-like
4698         word or its bounds.
4699         (cfengine3--current-function): New function to look up a CFEngine
4700         function's definition.
4701         (cfengine3-format-function-docstring): New function.
4702         (cfengine3-make-syntax-cache): New function.
4703         (cfengine3-documentation-function): New function: ElDoc glue.
4704         (cfengine3-completion-function): New function: completion glue.
4705         (cfengine3-mode): Set `compile-command',
4706         `eldoc-documentation-function', and add to
4707         `completion-at-point-functions'.
4709 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
4711         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
4712         `tramp-current-connection'.
4714 2013-11-15  Dmitry Gutov  <dgutov@yandex.ru>
4716         * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
4717         nil/self/true/false with "end of symbol".
4719 2013-11-15  Bozhidar Batsov  <bozhidar@batsov.com>
4721         * subr.el (version-regexp-alist): Fix a typo.
4723 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
4725         * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
4726         "en_US.utf8" and "LC_CTYPE" to "".
4727         (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
4728         (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
4730 2013-11-15  Leo Liu  <sdl.web@gmail.com>
4732         * loadhist.el (read-feature): Get rid of fake feature nil.  (Bug#15889)
4734 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4736         * progmodes/gud.el (ctl-x-map):
4737         Remove C-x SPC binding.  (Bug#12342)
4738         (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
4740 2013-11-14  Bozhidar Batsov  <bozhidar@batsov.com>
4742         * subr.el (version-regexp-alist):
4743         Recognize hg, svn and darcs versions as snapshot versions.
4745         * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
4746         'always-utf8 value of `ruby-insert-encoding-magic-comment'.
4747         (ruby--encoding-comment-required-p): Extract from
4748         `ruby-mode-set-encoding'.
4749         (ruby-mode-set-encoding): Add the ability to always insert an
4750         utf-8 encoding comment.  Fix and simplify coding comment update
4751         logic.
4753 2013-11-14  Michael Albinus  <michael.albinus@gmx.de>
4755         * net/tramp-gvfs.el (top): Run init code only when
4756         `tramp-gvfs-enabled' is not nil.
4757         (tramp-gvfs-enabled): Check also :system bus.
4759 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4761         Sync with upstream verilog-mode revision 78e66ba.
4762         * progmodes/verilog-mode.el (verilog-end-of-defun)
4763         (verilog-type-completion, verilog-get-list): Remove unused funcs.
4764         (verilog-get-end-of-defun): Remove unused argument.
4765         (verilog-comment-depth): Remove unused local `e'.
4766         (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
4767         Don't pass arg to verilog-get-end-of-defun.
4769 2013-11-14  Glenn Morris  <rgm@gnu.org>
4771         * obsolete/assoc.el (aget): Prefix dynamic variable.
4773         * allout-widgets.el (allout-widgets): No need to autoload defgroup.
4775 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4777         * widget.el, hfy-cmap.el: Remove bogus package version number.
4779 2013-11-13  Glenn Morris  <rgm@gnu.org>
4781         * replace.el (replace-eval-replacement):
4782         Try to give more helpful error message.  (Bug#15836)
4784         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
4785         (archive-7z-update): Avoid custom type mismatches.
4787         * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
4789 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
4791         * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
4792         address can be empty.
4794         * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
4795         Accept nil SWITCHES.
4796         (tramp-gvfs-handle-write-region): Implement APPEND.
4798 2013-11-12  Dmitry Gutov  <dgutov@yandex.ru>
4800         * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
4801         binary "|" operator and closing block args delimiter.
4802         Remove FIXME comment referring to Ruby 1.8-only syntax.
4803         (ruby-smie--implicit-semi-p): Not after "|" operator.
4804         (ruby-smie--closing-pipe-p): New function.
4805         (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
4806         (ruby-smie-rules): Indent after "|".
4808 2013-11-12  Glenn Morris  <rgm@gnu.org>
4810         * ps-print.el (ps-face-attribute-list):
4811         Handle anonymous faces.  (Bug#15827)
4813 2013-11-12  Martin Rudalics  <rudalics@gmx.at>
4815         * window.el (display-buffer-other-frame): Fix doc-string.
4816         (Bug#15868)
4818 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4820         * subr.el (force-mode-line-update): Delete, move to buffer.c.
4822 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
4824         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
4825         (tramp-sh-handle-file-local-copy): Don't write a message when
4826         saving temporary files.
4828         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
4829         both directories are remote.
4830         (tramp-smb-handle-directory-files): Do not return double entries.
4831         Do not expand full file names.
4832         (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
4833         (tramp-smb-handle-write-region): Implement APPEND.
4834         (tramp-smb-get-stat-capability): Fix a stupid bug.
4836 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4838         * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
4840 2013-11-11  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
4842         * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
4843         throwing error over malformed let/let* (bug#15814).
4845 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4847         * iswitchb.el (iswitchb-mode): Mark obsolete.
4849 2013-11-11  Glenn Morris  <rgm@gnu.org>
4851         * international/uni-bidi.el, international/uni-category.el:
4852         * international/uni-name.el, international/uni-numeric.el:
4853         Regenerate for Unicode 6.3.0.
4855 2013-11-10  Michael Albinus  <michael.albinus@gmx.de>
4857         * net/tramp.el (tramp-methods):
4858         * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
4859         2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
4861 2013-11-09  Andreas Schwab  <schwab@linux-m68k.org>
4863         * progmodes/sh-script.el (sh-font-lock-keywords-var):
4864         Force highlighting text after Summary keyword in doc face for rpm.
4866 2013-11-09  Dmitry Gutov  <dgutov@yandex.ru>
4868         * textmodes/ispell.el (ispell-lookup-words): When `look' is not
4869         available and the word has no wildcards, append one to the grep pattern.
4870         http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
4871         (ispell-complete-word): Call `ispell-lookup-words' with the value
4872         independent of `ispell-look-p'.
4874 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
4876         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
4877         Not after "||".
4878         (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
4879         their parent.
4881 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4883         * progmodes/ruby-mode.el: Don't require cl any more.  Use pcase instead.
4884         (ruby-font-lock-keywords): Use backquote.
4886 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
4888         * progmodes/ruby-mode.el (ruby-smie--forward-token)
4889         (ruby-smie--backward-token): Only consider full-string matches.
4891 2013-11-08  Jan Djärv  <jan.h.d@swipnet.se>
4893         * faces.el (describe-face): Add distant-foreground.
4895 2013-11-08  Bozhidar Batsov  <bozhidar@batsov.com>
4897         * progmodes/ruby-mode.el: Improve encoding comment handling.
4898         (ruby-encoding-magic-comment-style): New option.
4899         (ruby-custom-encoding-magic-comment-template): New option.
4900         (ruby--insert-coding-comment, ruby--detect-encoding):
4901         New functions extracted from `ruby-mode-set-encoding'.
4902         (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
4903         to control the style of the auto-inserted encoding comment.
4905 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
4907         * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
4908         Use `smie-backward-sexp' with token argument.
4910 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
4912         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
4913         Remove instrumentation code.
4915 2013-11-08  Glenn Morris  <rgm@gnu.org>
4917         * progmodes/autoconf.el (autoconf-mode):
4918         Tweak comment-start-skip.  (Bug#15822)
4920 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4922         * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
4923         at bobp (bug#15826).
4924         (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
4926 2013-11-08  Darren Hoo  <darren.hoo@gmail.com>
4928         * man.el (Man-start-calling): New macro, extracted from
4929         Man-getpage-in-background.
4930         (Man-getpage-in-background): Use it.
4931         (Man-update-manpage): New command.
4932         (Man-mode-map): Bind it.
4934 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
4936         * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
4937         of "and", "or", "&&" and "||".
4938         (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
4939         argument.  Prohibit opening curly brace because it could only be a
4940         block opener in that position.
4941         (ruby-smie--forward-token, ruby-smie--backward-token):
4942         Separate "|" from "&" or "*" going after it.  That can happen in block
4943         arguments.
4944         (ruby-smie--indent-to-stmt): New function, seeks the end of
4945         previous statement or beginning of buffer.
4946         (ruby-smie-rules): Use it.
4947         (ruby-smie-rules): Check if there's a ":" before a curly block
4948         opener candidate; if there is, it's a hash.
4950 2013-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4952         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
4953         (cl--block-wrapper): Fix last accidental change.
4955 2013-11-07  Michael Albinus  <michael.albinus@gmx.de>
4957         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
4958         Instrument, in order to hunt failure on hydra.
4960 2013-11-05  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
4962         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
4963         malformed bindings form (bug#15814).
4965 2013-11-07  Dmitry Gutov  <dgutov@yandex.ru>
4967         * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
4968         "." compared to " @ ".  This incidentally fixes some indentation
4969         examples with "do".
4970         (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
4971         (ruby-smie-grammar): New tokens: "and" and "or".
4972         (ruby-smie--args-separator-p): Fix the check for tokens at POS.
4973         Exclude "and" and "or".  Remove "do" in order to work around token
4974         priorities.
4975         (ruby-smie-rules): Add all infix tokens.  Handle the case of
4976         beginning-of-buffer.
4978 2013-11-06  Glenn Morris  <rgm@gnu.org>
4980         * Makefile.in (setwins_almost, setwins_for_subdirs):
4981         Avoid accidental matches.
4983 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4985         * menu-bar.el (popup-menu): Use key-binding.
4987 2013-11-06  Eli Zaretskii  <eliz@gnu.org>
4989         * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
4990         menus, support also the menus produced by minor modes.
4991         (Bug#15817)
4993 2013-11-06  Leo Liu  <sdl.web@gmail.com>
4995         * thingatpt.el (thing-at-point-looking-at): Add optional arg
4996         DISTANCE to bound the search.  All uses changed.  (Bug#15808)
4998 2013-11-06  Glenn Morris  <rgm@gnu.org>
5000         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
5001         (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
5002         (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
5004 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5006         * electric.el (electric-indent-just-newline): New command.
5007         (electric-indent-mode-map): New keymap.
5008         (electric-indent-mode, electric-pair-mode, electric-layout-mode):
5009         Re-add :group which weren't redundant.
5011         * electric.el (electric-indent-local-mode): New minor mode.
5012         (electric-indent-functions-without-reindent): New var.
5013         (electric-indent-post-self-insert-function): Use it.
5014         * emacs-lisp/gv.el (buffer-local-value): Add setter.
5016 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
5018         * international/quail.el (quail-help): Be more explicit about the
5019         meaning of the labels shown on the keys.  (Bug#15800)
5021         * startup.el (normal-top-level): Load the subdirs.el files before
5022         setting the locale environment.  (Bug#15805)
5024 2013-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5026         * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
5027         via arguments so as to get the right ones (bug#15418).
5029         * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
5031 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
5033         Fix problems found while writing a test suite.
5035         * net/tramp-compat.el (tramp-compat-load): New defun.
5036         * net/tramp.el (tramp-handle-load): Use it.
5038         * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
5039         "(numberp ok-if-already-exists)" correctly.
5041 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
5043         * international/characters.el (glyphless-char-display-control):
5044         Add usage note.
5046 2013-11-05  Bozhidar Batsov  <bozhidar@batsov.com>
5048         * progmodes/python.el (python-mode):
5049         * progmodes/scheme.el (scheme-mode):
5050         * progmodes/prolog.el (prolog-mode):
5051         * progmodes/ruby-mode.el (ruby-mode):
5052         * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
5053         (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
5055 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5057         * rect.el (rectangle--highlight-for-redisplay):
5058         * emacs-lisp/smie.el (smie--next-indent-change):
5059         Use buffer-chars-modified-tick.
5061         * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
5063         * electric.el (electric-indent-post-self-insert-function):
5064         Only delete trailing whitepsace if it is indeed trailing (bug#15767).
5066 2013-11-04  Helmut Eller  <eller.helmut@gmail.com>
5068         * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
5070 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
5072         * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
5073         (bug#15786).
5075 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5077         * emacs-lisp/helpers.el: Move from helpers.el.  Use lexical-binding.
5079         * progmodes/python.el: Fix up last change.
5080         (python-shell--save-temp-file): New function.
5081         (python-shell-send-string): Use it.  Remove `msg' arg.  Don't assume
5082         `string' comes from the current buffer.
5083         (python-shell-send-string-no-output): Remove `msg' arg.
5084         (python--use-fake-loc): New var.
5085         (python-shell-buffer-substring): Obey it.  Try to compensate for the
5086         extra coding line added by python-shell--save-temp-file.
5087         (python-shell-send-region): Use python-shell--save-temp-file and
5088         python-shell-send-file directly.  Add `nomain' argument.
5089         (python-shell-send-buffer): Use python-shell-send-region.
5090         (python-electric-pair-string-delimiter): New function.
5091         (python-mode): Use it.
5093 2013-11-04  Eli Zaretskii  <eliz@gnu.org>
5095         * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
5096         eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
5097         environment and decoding all of the default-directory's to here
5098         from command-line.
5099         (command-line): Decode also argv[0].
5101         * loadup.el: Error out if default-directory is a multibyte string
5102         when we are dumping.
5104         * Makefile.in (emacs): Don't set LC_ALL=C.  (Bug#15260)
5106 2013-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
5108         * emacs-lisp/package.el (package-menu-mode)
5109         (package-menu--print-info, package-menu--archive-predicate):
5110         Add Archive column to package list.
5112 2013-11-04  Michael Albinus  <michael.albinus@gmx.de>
5114         Fix problems found while writing a test suite.
5116         * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
5117         (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
5118         (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
5119         to nil when running original file name handler.  Otherwise,
5120         there are problems with constructs like "$$FOO".
5122         * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
5123         for `localname'.
5125 2013-11-04  Bozhidar Batsov  <bozhidar@batsov.com>
5127         * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
5129         * subr.el (version<, version<=, version=):
5130         Update docstrings with information for snapshot versions.
5132         * helpers.el: New library for misc helper functions.
5133         (hash-table-keys): New function returning a list of hash keys.
5134         (hash-table-values): New function returning a list of hash values.
5136 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
5138         * progmodes/ruby-mode.el (ruby-smie--forward-token)
5139         (ruby-smie--backward-token): Tokenize heredocs as semicolons.
5141 2013-11-04  Michal Nazarewicz  <mina86@mina86.com>
5143         * textmodes/fill.el (fill-single-char-nobreak-p): New function
5144         checking whether point is after a 1-letter word.
5146 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
5148         * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
5149         Don't infloop when expanding region over `multiline' syntax-type that
5150         begins a line (bug#15778).
5152 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5154         * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
5155         Make it into a proper minor mode.
5156         (rectangle--region): (implicitly) rename to rectangle-mark-mode.
5157         (rectangle-mark-mode-map): New keymap.
5158         (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
5160 2013-11-04  Glenn Morris  <rgm@gnu.org>
5162         * startup.el (command-line-1): Allow `-L :...' to append to load-path.
5164 2013-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5166         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
5167         (ruby-smie-rules): Use smie-rule-parent instead.
5169         * emacs-lisp/smie.el (smie-rule-parent): Always call
5170         smie-indent-virtual rather than only for hanging tokens.
5171         (smie--next-indent-change): New helper command.
5173 2013-11-03  Glenn Morris  <rgm@gnu.org>
5175         * Makefile.in (abs_srcdir): Remove.
5176         (emacs): Unset EMACSLOADPATH.
5178 2013-11-02  Glenn Morris  <rgm@gnu.org>
5180         * Makefile.in (EMACS): Use a relative filename.
5181         (abs_top_builddir): Remove.
5182         (custom-deps, finder-data, autoloads): Use --chdir.
5184         * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
5186         Use relative filenames in TAGS files.
5187         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
5188         (lisptagsfiles4, TAGS): Use relative file names.
5189         (TAGS-LISP): Remove.
5190         (maintainer-clean): No more TAGS-LISP file.
5192         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
5193         (lisptagsfiles4): Use absolute filenames again.
5194         (TAGS, TAGS-LISP): Not everything needs to run in one line.
5195         Remove all *loaddefs files, not just the first.  Remove esh-groups.
5196         (maintainer-clean): Delete TAGS, TAGS-LISP.
5198 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
5200         * emacs-lisp/package.el (package-version-join):
5201         Recognize snapshot versions.
5203 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
5205         * subr.el (version-regexp-alist): Add support for snapshot versions.
5207 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
5209         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
5210         New function, replacement for `smie-rule-parent' for when we want to
5211         skip over our direct parent if it's an assignment token..
5212         (ruby-smie-rules): Use it.
5214 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
5216         * progmodes/ruby-mode.el: Use `syntax-propertize-function'
5217         unconditionally.  Remove now unnecessary forward declarations.
5218         Remove XEmacs-specific setup.
5219         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
5220         (ruby-font-lock-syntactic-keywords)
5221         (ruby-comment-beg-syntax, ruby-in-here-doc-p)
5222         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
5223         (ruby-here-doc-end-syntax): Remove.
5224         (ruby-mode): Don't check whether `syntax-propertize-rules' is
5225         defined as function.
5227 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
5229         * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
5231 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
5233         * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
5234         table and abbrev table, `define-derived-mode' does that for us
5235         anyway.
5237 2013-11-01  Glenn Morris  <rgm@gnu.org>
5239         * Makefile.in: Remove manual mh-e dependencies (writing .elc
5240         files is atomic for some time, so no parallel compilation issues).
5242 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
5244         * faces.el (face-x-resources): Add :distant-foreground.
5245         (region): Use :distant-foreground for gtk and ns.
5247 2013-11-01  Tassilo Horn  <tsdh@gnu.org>
5249         Allow multiple bibliographies when BibLaTeX is used rather than
5250         BibTeX.
5251         * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
5252         (reftex-locate-bibliography-files): Us it.
5254 2013-11-01  Claudio Bley  <claudio.bley@googlemail.com>
5256         * image.el (image-type-header-regexps): Fix the 'pbm' part to
5257         allow comments in pbm files.
5259         * term/w32-win.el (dynamic-library-alist): Support newer versions
5260         of libjpeg starting with v7: look only for the DLL from the
5261         version against which Emacs was built.
5262         Support versions of libpng beyond 1.4.x.
5263         Support libtiff v4.x.
5265 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
5267         * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
5268         (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
5269         Add property :safe.
5270         (ruby-deep-arglist): Add property :type.
5272 2013-10-31  Glenn Morris  <rgm@gnu.org>
5274         * Makefile.in (custom-deps, finder-data): No need to setq the target
5275         variables, we are in the right directory and the defaults work fine.
5277 2013-10-30  Glenn Morris  <rgm@gnu.org>
5279         * Makefile.in (autoloads): Do not use abs_lisp.
5281         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5282         `newline' does not respect `standard-output', so use `princ'.
5284 2013-10-30  Alp Aker  <alp.tekin.aker@gmail.com>
5286         Ensure unmarking in buffer menu clears 'S' marks.  (Bug#15761)
5287         * buff-menu.el (Buffer-menu--unmark): New function.
5288         (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
5290 2013-10-30  Glenn Morris  <rgm@gnu.org>
5292         * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
5294         * emacs-lisp/package.el (lm-homepage): Declare.
5296         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
5297         Fix doc typos.
5299         * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
5301         * Makefile.in (finder-data, autoloads, update-subdirs)
5302         (compile-main, compile-clean, compile-always, bootstrap-clean):
5303         Check return value of cd.
5304         (compile-calc): Remove.
5306 2013-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5308         * simple.el (copy-region-as-kill): Fix call to region-extract-function.
5310         * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
5311         (byte-compile-and-folded): New function.
5312         (=, <, >, <=, >=): Use it.
5314         * dos-w32.el (minibuffer-history-case-insensitive-variables)
5315         (path-separator, null-device, buffer-file-coding-system)
5316         (lpr-headers-switches): Check system-type before modifying them.
5317         (find-buffer-file-type-coding-system): Mark obsolete.
5318         (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
5319         find-file-not-found-set-buffer-file-coding-system.
5320         (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
5321         (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
5322         (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
5323         (w32-direct-print-region-helper, w32-direct-print-region-function)
5324         (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
5325         * startup.el (normal-top-level-add-subdirs-to-load-path):
5326         * ps-print.el (ps-print-region-function):
5327         * lpr.el (print-region-function): Use new name.
5329         * subr.el (custom-declare-variable-early): Remove function.
5330         (custom-declare-variable-list): Remove var.
5331         (error, user-error): Remove `while' loop.
5332         (read-quoted-char-radix, read-quoted-char): Move to simple.el.
5333         (user-emacs-directory-warning, locate-user-emacs-file):
5334         Move to files.el.
5335         * simple.el (read-quoted-char-radix, read-quoted-char):
5336         * files.el (user-emacs-directory-warning, locate-user-emacs-file):
5337         Move from subr.el.
5338         * custom.el (custom-declare-variable-list): Don't process
5339         custom-declare-variable-list.
5341         * progmodes/python.el (python-shell-get-buffer): New function.
5342         (python-shell-get-process): Use it.
5343         (python-shell-send-string): Always use utf-8 and add a cookie to tell
5344         Python which encoding was used.  Don't split-string since we only care
5345         about the first line.  Return the temp-file, if applicable.
5346         (python-shell-send-region): Tell compile.el how to turn locations in
5347         the temp-file into locations in the source buffer.
5349 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5351         * subr.el (undefined): Add missing behavior from the C code for
5352         unbound keys.
5354         * rect.el: Use lexical-binding.  Add new rectangular region support.
5355         (rectangle-mark): New command.
5356         (rectangle--region): New var.
5357         (deactivate-mark-hook): Reset rectangle--region.
5358         (rectangle--extract-region, rectangle--insert-for-yank)
5359         (rectangle--highlight-for-redisplay)
5360         (rectangle--unhighlight-for-redisplay): New functions.
5361         (region-extract-function, redisplay-unhighlight-region-function)
5362         (redisplay-highlight-region-function): Use them to handle
5363         rectangular region.
5364         * simple.el (region-extract-function): New var.
5365         (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
5366         (kill-new, kill-append): Remove obsolete `yank-handler' argument.
5367         (kill-region): Replace obsolete `yank-handler' arg with `region'.
5368         (copy-region-as-kill, kill-ring-save): Add `region' argument.
5369         (redisplay-unhighlight-region-function)
5370         (redisplay-highlight-region-function): New vars.
5371         (redisplay--update-region-highlight): New function.
5372         (pre-redisplay-function): Use it.
5373         (exchange-point-and-mark): Don't deactivate the mark before
5374         reactivate-it anyway.
5375         * comint.el (comint-kill-region): Remove yank-handler argument.
5376         * delsel.el (delete-backward-char, backward-delete-char-untabify)
5377         (delete-char): Remove property, since it's now part of their
5378         default behavior.
5379         (self-insert-iso): Remove property since this command doesn't exist.
5381         * emacs-lisp/package.el (package--download-one-archive)
5382         (describe-package-1): Don't query the user about final newline.
5384 2013-10-29  Daniel Colascione  <dancol@dancol.org>
5386         * net/tramp.el (tramp-methods): Document new functionality.
5387         * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
5388         tramp-hostname-checker if method provides one instead of scanning
5389         argument list for "%h" to decide hostname acceptability.
5391 2013-10-28  Michael Albinus  <michael.albinus@gmx.de>
5393         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
5394         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
5395         Handle COPY-CONTENTS.  (Bug#15737)
5397 2013-10-28  Daiki Ueno  <ueno@gnu.org>
5399         * epa-file.el
5400         (epa-file-cache-passphrase-for-symmetric-encryption):
5401         Document that this option has no effect with GnuPG 2.0 (bug#15552).
5403 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
5405         * image.el (defimage, image-load-path): Doc fixes.
5407 2013-10-27  Alan Mackenzie  <acm@muc.de>
5409         Indent statements in macros following "##" correctly.
5410         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
5411         Modify the "#" arm of a cond form to handle "#" and "##" operators.
5413 2013-10-27  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
5415         * linum.el (linum-update-window): Fix boundary test (bug#13446).
5417 2013-10-27  Dmitry Gutov  <dgutov@yandex.ru>
5419         * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
5420         after `=' is probably a new expression.
5422 2013-10-27  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5424         * man.el (man-imenu-title): New option.
5425         (Man-mode-map): Add menu.  (Bug#15722)
5426         (Man-mode): Add imenu to menu.
5428 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
5430         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
5431         specific in what the first arg can be: a non-keyword word,
5432         string/regexp/percent literal opener, opening paren, or unary
5433         operator followed directly by word.
5435 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5437         * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
5438         (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
5439         (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
5440         (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
5441         Remove vars, they do not apply any more.
5442         (prolog-mode-abbrev-table): Remove redundant declaration.
5443         (prolog-upper-case-string, prolog-lower-case-string): Remove.
5444         (prolog-use-smie): Remove.
5445         (prolog-smie-rules): Add indentation rule for the if-then-else layout
5446         supported by prolog-electric-if-then-else-flag.
5447         (prolog-mode-variables, prolog-menu): Use setq-local.
5448         (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
5449         Remove binding to `Backspace' since this key doesn't exist anyway.
5450         Remove bindings for electric self-inserting keys.
5451         (prog-mode): Assume it's defined.
5452         (prolog-post-self-insert): New function.
5453         (prolog-mode): Use it.
5454         (prolog-indent-line, prolog-indent-level)
5455         (prolog-find-indent-of-matching-paren)
5456         (prolog-indentation-level-of-line, prolog-goto-comment-column)
5457         (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
5458         (prolog-goto-next-paren, prolog-in-string-or-comment)
5459         (prolog-tokenize, prolog-inside-mline-comment)
5460         (prolog-find-start-of-mline-comment): Remove functions.
5461         (prolog-find-unmatched-paren, prolog-clause-end)
5462         (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
5463         (prolog-electric--if-then-else): Rename from
5464         prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
5465         (prolog-tokenize-searchkey): Remove const.
5466         (prolog-clause-info): Use forward-sexp.
5467         (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
5468         (prolog-electric-if-then-else): Remove commands.
5469         (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
5470         for use in post-self-insert-hook.
5471         (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
5472         for use in post-self-insert-hook.
5473         (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
5474         for use in post-self-insert-hook.
5475         (prolog-electric--underscore): Rename from prolog-electric--underscore;
5476         adapt it for use in post-self-insert-hook.
5478 2013-10-25  Michael Albinus  <michael.albinus@gmx.de>
5480         * emacs-lisp/ert.el (ert-run-tests-interactively):
5481         Use `completing-read'.  (Bug#9756)
5483 2013-10-25  Eli Zaretskii  <eliz@gnu.org>
5485         * simple.el (line-move): Call line-move-1 instead of
5486         line-move-visual when the current window hscroll is zero, but
5487         temporary-goal-column indicates we will need to hscroll as result
5488         of the movement.  (Bug#15712)
5490 2013-10-25  Dmitry Gutov  <dgutov@yandex.ru>
5492         * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
5493         capitalization.  Use :visible instead of :active.
5494         Fix `ruby-indent-exp' reference.  Add menu items for the generic
5495         commands that are used with SMIE.
5496         (ruby-do-end-to-brace): Insert space after `{'.
5498 2013-10-25  John Anthony  <john@jo.hnanthony.com>
5500         * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu.  (Bug#15600)
5502         * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu.  (Bug#15599)
5504 2013-10-25  Glenn Morris  <rgm@gnu.org>
5506         * vc/vc.el (vc-print-log): Don't use a working revision unless
5507         one was explicitly specified.  (Bug#15322)
5509 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5511         * subr.el (add-to-list): Preserve return value in compiler-macro
5512         (bug#15692).
5514 2013-10-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5516         * progmodes/octave.el (octave-lookfor): Handle empty lookfor
5517         result.  Ask user to retry using '-all' flag.  (Bug#15701)
5519 2013-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5521         * emacs-lisp/smie.el: New smie-config system.
5522         (smie-config): New defcustom.
5523         (smie-edebug, smie-config-show-indent, smie-config-set-indent)
5524         (smie-config-guess, smie-config-save): New commands.
5525         (smie-config--mode-local, smie-config--buffer-local)
5526         (smie-config--trace, smie-config--modefuns): New vars.
5527         (smie-config--advice, smie-config--mode-hook)
5528         (smie-config--setter, smie-config-local, smie-config--get-trace)
5529         (smie-config--guess-value, smie-config--guess): New functions.
5530         (smie-indent-forward-token, smie-indent-backward-token): Don't copy
5531         text properties.  Treat "string fence" syntax like string syntax.
5533         * progmodes/sh-script.el (sh-use-smie): Change default.
5534         (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
5535         (sh-var-value): Simplify by CSE.
5536         (sh-show-indent, sh-set-indent, sh-learn-line-indent)
5537         (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
5538         is used.
5539         (sh-guess-basic-offset): Use cl-incf.
5540         (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
5542 2013-10-24  Helmut Eller  <eller.helmut@gmail.com>
5544         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
5545         (bug#15699).
5547 2013-10-24  Glenn Morris  <rgm@gnu.org>
5549         * Makefile.in (abs_top_srcdir): Remove.
5550         (update-subdirs): Use relative path to update-subdirs.
5552 2013-10-24  Eli Zaretskii  <eliz@gnu.org>
5554         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
5555         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
5556         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
5557         Call unmsys--file-name before expand-file-name, not after it.
5559 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
5561         * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
5562         (ert-test-skipped): New error.
5563         (ert-skip, ert-stats-skipped): New defuns.
5564         (ert--skip-unless): New macro.
5565         (ert-test-skipped): New struct.
5566         (ert--run-test-debugger, ert-test-result-type-p)
5567         (ert-test-result-expected-p, ert--stats, ert-stats-completed)
5568         (ert--stats-set-test-and-result, ert-char-for-test-result)
5569         (ert-string-for-test-result, ert-run-tests-batch)
5570         (ert--results-update-ewoc-hf, ert-run-tests-interactively):
5571         Handle skipped tests.  (Bug#9803)
5573 2013-10-24  Glenn Morris  <rgm@gnu.org>
5575         * Makefile.in (check-declare): Remove unnecessary path in -l argument.
5577         * Makefile.in (abs_top_srcdir): New, set by configure.
5578         (update-subdirs): Correct build-aux location.
5580 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
5582         * vc/vc.el (vc-print-root-log): Always set `default-directory'
5583         value, whether we could auto-deduce `backend', or not.
5585         * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
5586         with parameters" example.  Simplify the "is it block or is it
5587         hash" check, but also make it more thorough.
5589 2013-10-23  Masashi Fujimoto  <masfj.dev@gmail.com>  (tiny change)
5591         * battery.el (battery-pmset): Handle OS X Mavericks.  (Bug#15694)
5593 2013-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5595         * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
5596         { if it is hanging.
5598         * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
5599         :before ";".
5601 2013-10-23  Jed Brown  <jed@59A2.org>  (tiny change)
5603         * progmodes/compile.el (compilation-directory-matcher)
5604         (compilation-page-delimiter):
5605         Support GNU Make-4.0 directory quoting.  (Bug#15678)
5607 2013-10-23  Leo Liu  <sdl.web@gmail.com>
5609         * ido.el (ido-tidy): Handle read-only text.
5611 2013-10-23  Glenn Morris  <rgm@gnu.org>
5613         * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
5614         (emacs, compile, compile-always):
5615         Quote entities that might contain whitespace.
5616         (custom-deps, finder-data, autoloads): Use abs_lisp.
5617         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
5618         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
5619         ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
5621 2013-10-23  Dmitry Gutov  <dgutov@yandex.ru>
5623         * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
5624         Use `following-char'.
5626 2013-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5628         * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
5629         * progmodes/ruby-mode.el (ruby-smie-rules):
5630         Remove corresponding workaround.  Fix indentation rule of ";" so it
5631         also applies when ";" is the parent.
5633 2013-10-22  Xue Fuqiao  <xfq.free@gmail.com>
5635         * frame.el (display-screens, display-pixel-height)
5636         (display-pixel-width, display-mm-width, display-backing-store)
5637         (display-save-under, display-planes, display-color-cells)
5638         (display-visual-class, display-monitor-attributes-list):
5639         Mention the optional ‘display’ argument in doc strings.
5641 2013-10-22  Michael Gauland  <mikelygee@amuri.net>
5643         * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
5644         viewers such as evince when ebnf-production-name-p is nil.  (Bug#15625)
5646 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
5648         * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
5649         TODO.  Add "." after " @ ".
5650         (ruby-smie--at-dot-call): New function.  Checks if point at method
5651         call with explicit target.
5652         (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
5653         to the method name tokens when it precedes them.
5654         (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
5655         (ruby-smie-rules): Add rule for indentation before and after "."
5656         token.
5658 2013-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5660         * textmodes/remember.el (remember-diary-extract-entries):
5661         Avoid add-to-list.
5663         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
5664         an instruction.
5666 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
5668         * progmodes/ruby-mode.el (ruby-smie-grammar):
5669         Add (almost) all infix operators.
5670         (ruby-smie--implicit-semi-p): Add new operator chars.
5672         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
5673         `smie-down-list'.
5674         (ruby-smie--args-separator-p): Check that there's no newline
5675         between method call and its arguments.
5677 2013-10-20  Alan Mackenzie  <acm@muc.de>
5679         Allow comma separated lists after Java "implements".
5681         * progmodes/cc-engine.el (c-backward-over-enum-header):
5682         Parse commas.
5683         * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
5684         from a "disallowed" list in enum fontification.
5686 2013-10-20  Johan Bockgård  <bojohan@gnu.org>
5688         * startup.el (default-frame-background-mode): Remove unused defvar.
5690         * progmodes/verilog-mode.el (verilog-mode): Don't set
5691         comment-indent-function globally.
5693 2013-10-20  Jan Djärv  <jan.h.d@swipnet.se>
5695         * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
5696         Move Info menu item creation to ns-win.el.
5698         * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
5699         in menu bar.
5701         * menu-bar.el: Move GNUstep specific menus...
5703         * term/ns-win.el (ns-initialize-window-system): ... to here.
5705 2013-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5707         * simple.el (newline): Only run post-self-insert-hook when
5708         called interactively.
5710 2013-10-19  Johan Bockgård  <bojohan@gnu.org>
5712         * icomplete.el (icomplete-with-completion-tables): Add :version.
5714 2013-10-19  Alan Mackenzie  <acm@muc.de>
5716         Fix fontification bugs with constructors and const.
5718         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
5719         CASE 2) Remove the check for the absence of a suffix construct
5720         after a function declaration with only types (no identifiers) in
5721         the parentheses.  Also, accept a function declaration with just a
5722         type inside the parentheses, if this type can be positively
5723         recognised as such, or if a prefix keyword like "explicit" nails
5724         down the construct as a declaration.
5726 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
5728         * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
5729         TTY menu actions and down-mouse-N to tty-menu-ignore.  This solves
5730         the problem whereby selecting a menu item that leads to a
5731         minibuffer prompt moves the cursor out of the minibuffer window,
5732         making it hard to type at the prompt.  Suggested by Stefan Monnier
5733         <monnier@iro.umontreal.ca>.
5735 2013-10-19  Jan Djärv  <jan.h.d@swipnet.se>
5737         * menu-bar.el: Don't make Services menu.
5739 2013-10-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5741         * ffap.el: Handle "/usr/include/c++/<version>" directories.
5742         (ffap-alist): Use ffap-c++-mode for c++-mode.
5743         (ffap-c++-path): New variable.
5744         (ffap-c++-mode): New function.
5746 2013-10-19  Joe Vornehm Jr.  <joe.vornehm@gmail.com>  (tiny change)
5748         * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
5750 2013-10-18  Michael Albinus  <michael.albinus@gmx.de>
5752         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
5753         introduced on 2013-09-08, which results in an infinite loop
5754         requesting a password.
5756 2013-10-18  Glenn Morris  <rgm@gnu.org>
5758         * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
5760 2013-10-18  Wilson Snyder  <wsnyder@wsnyder.org>
5762         Sync with upstream verilog-mode revision 1a6ecec7.
5763         * progmodes/verilog-mode.el (verilog-mode-version): Update.
5764         (verilog-mode-release-date): Remove.
5765         (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
5766         (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
5767         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
5768         (verilog-auto-tieoff-ignore-regexp)
5769         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
5770         (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
5771         (verilog-signals-with, verilog-dir-cache-preserving)
5772         (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
5773         Doc fixes.
5774         (verilog-case-fold): New option, to control case folding in
5775         regexp searches, bug597.
5776         (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
5777         (verilog-string-match-fold, verilog-in-paren-count)
5778         (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
5779         (verilog-at-close-struct-p): New functions.
5780         (verilog-beg-block-re-ordered, verilog-extended-case-re)
5781         (verilog-forward-sexp, verilog-set-auto-endcomments)
5782         (verilog-leap-to-case-head): Handle "unique0" case.
5783         (verilog-in-constraint-re): New constant.
5784         (verilog-keywords, verilog-type-font-keywords):
5785         Add some SystemVerilog 1800-2012 keywords.
5786         (verilog-label-be): Remove unimplemented argument, bug669.
5787         (verilog-batch-execute-func): When batch expanding clear
5788         create-lockfiles to prevent spurious user locks when a file ends
5789         up not changing.
5790         (verilog-calculate-indent, verilog-calc-1)
5791         (verilog-at-close-constraint-p, verilog-at-constraint-p)
5792         (verilog-do-indent): Fix indentation of nested constraints
5793         and structures.
5794         (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
5795         (verilog-auto-inst-param): Use verilog-string-match-fold.
5796         (verilog-read-inst-module-matcher):
5797         Fix AUTOINST on gate primitives with #1.
5798         (verilog-read-decls): Fix double-declaring user-defined typed signals.
5799         Reads all user-defined typed variables.
5800         (verilog-read-defines): Fix reading definitions inside comments, bug647.
5801         (verilog-signals-matching-regexp)
5802         (verilog-signals-not-matching-regexp, verilog-auto):
5803         Respect verilog-case-fold.
5804         (verilog-diff-report): Fix line count.
5805         (verilog-auto-assign-modport): Remove unused local `modi'.
5806         (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
5807         better handle multidimensional arrays.
5808         Fix packed array ports misadding bit index in AUTOINST, bug637.
5809         (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
5810         to not double-declare existing outputs and inputs, respectively.
5811         (verilog-template-map): Bind U to verilog-sk-uvm-component.
5812         (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
5813         (verilog-sk-uvm-component): New skeleton.
5814         (verilog-submit-bug-report): Add verilog-case-fold,
5815         remove verilog-mode-release-date.
5817 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
5819         * subr.el (sit-for): Call (input-pending-p t) so as to behave
5820         as before.
5822 2013-10-18  Reuben Thomas  <rrt@sc3d.org>
5824         * textmodes/remember.el (remember): Set buffer-offer-save in
5825         remember buffers (bug#13566).
5827 2013-10-18  Daniel Colascione  <dancol@dancol.org>
5829         When evaluating forms in ielm, direct standard output to ielm
5830         buffer.  Add new ielm-return-for-effect command.  Remove trailing
5831         whitespace throughout.
5833         * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
5834         (ielm-return-for-effect): New command.
5835         (ielm-send-input): Accept optional `for-effect' parameter.
5836         (ielm-eval-input): Accept optional `for-effect' parameter.
5837         Bind `standard-output' to stream we create using
5838         `ielm-standard-output-impl'.  Suppress printing result when
5839         `for-effect'.
5840         (ielm-standard-output-impl): New function.
5841         (inferior-emacs-lisp-mode): Explain new features in documentation.
5843 2013-10-17  Michael Albinus  <michael.albinus@gmx.de>
5845         Code cleanup.
5847         * net/tramp.el (tramp-debug-message): Do not check for connection
5848         buffer.
5849         (tramp-message): Use "vector" connection property.
5851         * net/tramp.el (tramp-rfn-eshadow-update-overlay)
5852         (tramp-equal-remote, tramp-eshell-directory-change)
5853         * net/tramp-adb.el (tramp-adb-handle-copy-file)
5854         (tramp-adb-handle-rename-file)
5855         * net/tramp-cmds.el (tramp-list-remote-buffers)
5856         (tramp-cleanup-connection, tramp-cleanup-this-connection)
5857         * net/tramp-compat.el (tramp-compat-process-running-p)
5858         * net/tramp-ftp.el (tramp-ftp-file-name-handler)
5859         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
5860         (tramp-gvfs-handle-rename-file)
5861         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
5862         (tramp-set-file-uid-gid)
5863         * net/tramp-smb.el (tramp-smb-handle-copy-file)
5864         (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
5865         of `file-remote-p'.
5867         * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
5868         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
5869         (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
5870         (tramp-gw-open-network-stream): Suppress unrelated traces.
5872         * net/tramp-adb.el (tramp-adb-maybe-open-connection)
5873         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
5874         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
5875         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
5876         connection property.
5878         * net/tramp-cache.el (top): Suppress traces when reading
5879         persistency file.
5881         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
5882         Refactor common code.  Improve debug message.
5883         (tramp-maybe-open-connection)
5884         * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
5885         connection buffer too early.
5887         * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
5888         from `tramp-smb-actions-with-acl'.
5889         (tramp-smb-actions-set-acl): New defconst.
5890         (tramp-smb-handle-copy-directory)
5891         (tramp-smb-action-get-acl): New defun, renamed from
5892         `tramp-smb-action-with-acl'.
5893         (tramp-smb-action-set-acl): New defun.
5894         (tramp-smb-handle-set-file-acl): Rewrite.
5896 2013-10-17  Glenn Morris  <rgm@gnu.org>
5898         * indent.el (indent-rigidly): Fix 2013-10-08 change.  (Bug#15635)
5900 2013-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5902         * skeleton.el (skeleton-newline): Remove.
5903         (skeleton-internal-1): Use (insert "\n") instead.
5905         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
5906         let-bindings.
5908         * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
5909         forward-sexp-function while we redo its job (bug#15613).
5911 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
5913         * calc/calc-comb.el (math-prime-test): Don't assume large integers are
5914         represented by lists.
5916 2013-10-16  Glenn Morris  <rgm@gnu.org>
5918         * tmm.el (tmm--history): New dynamic variable.
5919         (tmm-prompt): Use tmm--history in place of `history'.  (Bug#15623)
5921 2013-10-16  Michael Albinus  <michael.albinus@gmx.de>
5923         * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
5924         (tramp-smb-errors): Add error messages.
5925         (tramp-smb-actions-with-acl): New defconst.
5926         (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
5927         (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
5928         (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
5929         (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
5930         (tramp-smb-get-stat-capability): Fix tests.
5932 2013-10-16  Dima Kogan  <dima@secretsauce.net>  (tiny change)
5934         * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
5935         (bug#15580).
5937 2013-10-16  Glenn Morris  <rgm@gnu.org>
5939         * ansi-color.el (ansi-color-drop-regexp):
5940         Add 1J, 1K, 2K.  (Bug#15617)
5942         * files.el (hack-local-variables--warned-lexical): New.
5943         (hack-local-variables):
5944         Warn about misplaced lexical-binding.  (Bug#15616)
5946         * net/eww.el (eww-render): Always set eww-current-url,
5947         and update header line.  (Bug#15622)
5948         (eww-display-html): ... Rather than just doing it here.
5950 2013-10-15  Eli Zaretskii  <eliz@gnu.org>
5952         * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
5953         menu navigations commands.
5955 2013-10-14  Dima Kogan  <dima@secretsauce.net>  (tiny change)
5957         * progmodes/subword.el (subword-capitalize): Be careful when
5958         the search for [[:alpha:]] fails (bug#15580).
5960 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
5962         * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
5963         to commands that scroll the menu.
5965 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
5967         * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
5968         Handle methods ending with `?' and `!'.
5970 2013-10-14  Akinori MUSHA  <knu@iDaemons.org>
5972         * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
5973         `japanese-cp932' to `cp932' to fix the problem where saving a
5974         source file written in Shift_JIS twice would end up having
5975         `coding: japanese-cp932' which Ruby could not recognize.
5976         (ruby-mode-set-encoding): Add support for encodings mapped to nil
5977         in `ruby-encoding-map'.
5978         (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
5979         doesn't need to be explicitly declared in magic comment.
5980         (ruby-encoding-map): Add type declaration for better customize UI.
5982 2013-10-13  Glenn Morris  <rgm@gnu.org>
5984         * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
5985         Occur buffers are read-only.  http://bugs.debian.org/720775
5987         * emacs-lisp/authors.el (authors-fixed-entries):
5988         Comment out old alpha stuff.
5990 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
5992         * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
5993         to `after-save-hook' instead of `before-save-hook'.
5994         (ruby-mode-set-encoding): Use the value of coding system used to
5995         write the file.  Call `basic-save-buffer-1' after modifying the
5996         buffer.
5998 2013-10-13  Alan Mackenzie  <acm@muc.de>
6000         Fix indentation/fontification of Java enum with
6001         "implements"/generic.
6003         * progmodes/cc-engine.el (c-backward-over-enum-header):
6004         Extracted from the three other places and enhanced to handle generics.
6005         (c-inside-bracelist-p): Uses new function above.
6006         * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
6007         function above.
6008         (c-font-lock-enum-tail): Uses new function above.
6010 2013-10-13  Kenichi Handa  <handa@gnu.org>
6012         * international/mule-cmds.el (select-safe-coding-system): Remove a
6013         superfluous condition in chekcing whether a coding system is safe
6014         or not.
6016 2013-10-13  Oleh Krehel  <ohwoeowho@gmail.com>
6018         * replace.el (how-many): Fix rstart and !rend case.  (Bug#15589)
6020 2013-10-13  Andreas Politz  <politza@hochschule-trier.de>
6022         * progmodes/sql.el (sql-add-product): Fix paren typo.  (Bug#15435)
6024 2013-10-13  Glenn Morris  <rgm@gnu.org>
6026         * menu-bar.el (menu-bar-update-buffers):
6027         Unify Buffers menu prompt string.  (Bug#15576)
6029         * face-remap.el (text-scale-adjust): Doc fix.  (Bug#15434)
6031         * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
6032         Add some entries.
6033         (authors-fixed-entries): Use accented form of name.
6035 2013-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6037         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
6038         method calls (bug#15594).
6039         (ruby-smie--args-separator-p): New function.
6040         (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
6041         recognize paren-free method calls.
6043         * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
6044         internals of universal-argument.
6046 2013-10-11  Eli Zaretskii  <eliz@gnu.org>
6048         * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
6049         Bind all menu-bar sequences to tty-menu-exit -- this pops down a
6050         dropped menu on second mouse click on the menu bar.
6052 2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6054         * progmodes/sh-script.el: Provide simpl(e|istic) completion.
6055         (explicit-shell-file-name): Declare.
6056         (sh--vars-before-point, sh--cmd-completion-table): New functions.
6057         (sh-completion-at-point-function): New function.
6058         (sh-mode): Use it.
6059         (sh-smie--keyword-p): Remove unused argument.
6060         (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
6061         vars.
6062         (sh-set-shell): Always setup SMIE, even if we use the
6063         old indentation code.
6065 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
6067         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
6068         cases of ? and =.
6069         (ruby-smie-rules): Simplify the "do" rule.  The cases when the
6070         predicate would return nil are almost non-existent.
6071         (ruby-smie--redundant-do-p): Include "until" and "for" statements.
6073         * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
6074         cache also after commands that modify the buffer but don't move
6075         point.
6077 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6079         * env.el (substitute-env-in-file-name): New function.
6080         (substitute-env-vars): Extend the meaning of the optional arg.
6082 2013-10-10  Eli Zaretskii  <eliz@gnu.org>
6084         * term/w32-win.el (dynamic-library-alist): Define separate lists
6085         of GIF DLLs for versions before and after 5.0.0 of giflib.
6086         (Bug#15531)
6088 2013-10-10  João Távora  <joaotavora@gmail.com>
6090         * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
6091         not locked, use last revision and current source as
6092         defaults.  (Bug#15569)
6094 2013-10-10  Masatake YAMATO  <yamato@redhat.com>
6096         * menu-bar.el (menu-bar-open): Don't use popup-menu if
6097         menu-bar is hidden.
6099 2013-10-10  Martin Rudalics  <rudalics@gmx.at>
6101         * window.el (pop-to-buffer-same-window): Fix doc-string.
6102         (Bug#15492)
6104 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6106         * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
6108 2013-10-10  Andrei Chițu  <andrei.chitu1@gmail.com>  (tiny change)
6110         * calendar/icalendar.el (icalendar-import-file):
6111         Fix interactive spec.  (Bug#15482)
6113 2013-10-10  Glenn Morris  <rgm@gnu.org>
6115         * desktop.el (desktop-save): Default to saving in .emacs.d,
6116         since PWD is no longer in desktop-path by default.  (Bug#15319)
6118         * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
6119         now that text mode has a menu with the same entry.
6120         (menu-bar-text-mode-auto-fill): Remove now unused func.
6121         * textmodes/text-mode.el (text-mode-map):
6122         Use auto-fill help text from menu-bar.el.
6124 2013-10-10  John Anthony  <john@jo.hnanthony.com>
6126         * textmodes/text-mode.el (text-mode-map): Add a menu.  (Bug#15562)
6128 2013-10-09  Juri Linkov  <juri@jurta.org>
6130         * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
6131         instead of this-command-keys.  Add universal-argument-more and
6132         universal-argument-minus to the list of prefix commands.  (Bug#15568)
6134 2013-10-09  Glenn Morris  <rgm@gnu.org>
6136         * vc/vc-svn.el (vc-svn-create-repo):
6137         Expand paths in file://... url.  (Bug#15446)
6139         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
6140         Add some entries.
6141         (authors): Remove unused local variables.
6143 2013-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6145         * profiler.el: Create a more coherent calltree from partial backtraces.
6146         (profiler-format): Hide the tail with `invisible' so that C-s can still
6147         find the hidden elements.
6148         (profiler-calltree-depth): Don't recurse so enthusiastically.
6149         (profiler-function-equal): New hash-table-test.
6150         (profiler-calltree-build-unified): New function.
6151         (profiler-calltree-build): Use it.
6152         (profiler-report-make-name-part): Indent the calltree less.
6153         (profiler-report-mode): Add visibility specs for profiler-format.
6154         (profiler-report-expand-entry, profiler-report-toggle-entry):
6155         Expand the whole subtree when provided with a prefix arg.
6157 2013-10-09  Dmitry Gutov  <dgutov@yandex.ru>
6159         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
6160         iuwu-mod token.
6161         (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
6162         hanging iuwu-mod token.
6163         (ruby-smie--forward-token): Do not include a dot after a token in
6164         that token.
6165         (ruby-smie--backward-token): Likewise.
6167 2013-10-08  Juri Linkov  <juri@jurta.org>
6169         * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
6170         to isearch-other-control-char.
6171         (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
6172         and isearch-post-command-hook to post-command-hook.
6173         (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
6174         and isearch-post-command-hook from post-command-hook.
6175         (isearch-unread-key-sequence)
6176         (isearch-reread-key-sequence-naturally)
6177         (isearch-lookup-scroll-key, isearch-other-control-char)
6178         (isearch-other-meta-char): Remove functions.
6179         (isearch-pre-command-hook, isearch-post-command-hook):
6180         New functions based on isearch-other-meta-char rewritten
6181         relying on the new behavior of overriding-terminal-local-map
6182         that does not replace the local keymaps any more.  (Bug#15200)
6184 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
6186         Support menus on text-mode terminals.
6187         * tmm.el (tmm-menubar): Adapt doc string to TTY menus
6188         functionality.
6190         * tooltip.el (tooltip-mode): Don't error out on TTYs.
6192         * menu-bar.el (popup-menu, popup-menu-normalize-position):
6193         Move here from mouse.el.
6194         (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
6195         and arrow keys.
6196         (tty-menu-navigation-map): New map for TTY menu navigation.
6198         * loadup.el ("tooltip"): Load even if x-show-tip is not available.
6200         * frame.el (display-mouse-p): Report text-mode mouse as available
6201         on w32.
6202         (display-popup-menus-p): Report availability if mouse is
6203         available; don't condition on window-system.
6205         * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
6206         (tty-menu-selected-face): New faces.
6208 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6210         * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
6211         (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
6212         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
6213         (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
6214         New constants.
6215         (lisp-mode-variables): New `elisp' argument.
6216         (emacs-lisp-mode): Use it.
6217         * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
6218         (lisp-font-lock-keywords-2): Move to lisp-mode.el.
6220         * indent.el: Use lexical-binding.
6221         (indent-region): Add progress reporter.
6222         (tab-stop-list): Make it implicitly extend to infinity by repeating the
6223         last step.
6224         (indent--next-tab-stop): New function to implement this behavior.
6225         (tab-to-tab-stop, move-to-tab-stop): Use it.
6227 2013-10-08  Teemu Likonen  <tlikonen@iki.fi>
6229         * indent.el (indent-rigidly--current-indentation): New function.
6230         (indent-rigidly-map): New var.
6231         (indent-rigidly): Use it to provide interactive mode (bug#8196).
6233 2013-10-08  Bastien Guerry  <bzg@gnu.org>
6235         * register.el (insert-register): Fix 2013-10-07 change.
6237 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6239         * progmodes/perl-mode.el: Use lexical-binding.
6240         Remove redundant :group args.
6241         (perl-nochange): Change default to be closer to other major modes's
6242         standard behavior.
6243         (perl-indent-line): Don't consider text on current line as a
6244         valid beginning of function from which to indent.
6246         * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
6247         with more than one argument (bug#15538).
6249         * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
6251         * vc/pcvs.el: Use lexical-binding.
6252         (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
6253         environment of `eval'.
6254         (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
6255         than a list of expressions.  Adjust callers.
6256         * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
6258 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
6260         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
6261         case of the dot in a chained method call being on the following line.
6263 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6265         * electric.el (electric-indent-inhibit): New var.
6266         (electric-indent-post-self-insert-function): Use it.
6267         * progmodes/python.el (python-mode): Set it.
6269         * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
6270         open braces.
6272         * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
6274         * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
6275         (css-mode): Use electric-indent-chars.
6277         * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
6278         (font-lock-beg, font-lock-end): Move before first use.
6279         (nxml-mode): Use syntax-propertize-function.
6280         (nxml-after-change, nxml-after-change1): Adjust accordingly.
6281         (nxml-extend-after-change-region): Remove.
6282         * nxml/xmltok.el: Use lexical-binding.
6283         (xmltok-save): Use `declare'.
6284         (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
6285         * nxml/nxml-util.el: Use lexical-binding.
6286         (nxml-with-degradation-on-error, nxml-with-invisible-motion):
6287         Use `declare'.
6288         * nxml/nxml-ns.el: Use lexical-binding.
6289         (nxml-ns-save): Use `declare'.
6290         (nxml-ns-prefixes-for): Avoid add-to-list.
6291         * nxml/rng-match.el: Use lexical-binding.
6292         (rng--ipattern): Use cl-defstruct.
6293         (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
6294         (rng-cons-group-after, rng-subst-group-after)
6295         (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
6296         Use closures instead of `(lambda...).
6298 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
6300         * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
6301         of BEG and END.
6303         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6304         Use `tramp-handle-insert-file-contents'.
6305         (tramp-gvfs-handle-insert-file-contents): Remove function.
6307         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
6308         Use `save-restriction' in order to keep markers.
6310         * net/trampver.el: Update release number.
6312 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6314         * progmodes/compile.el (compilation-parse-errors):
6315         Use compilation--put-prop.
6316         (compilation--ensure-parse): Check compilation-multiline.
6318         * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
6320         * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
6321         lexical-binding.
6323         * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
6325         * progmodes/ruby-mode.el: Fix recently added tests.
6326         (ruby-smie-grammar): Add - and +.
6327         (ruby-smie--redundant-do-p, ruby-smie--forward-id)
6328         (ruby-smie--backward-id): New functions.
6329         (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
6330         (ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
6331         any more.
6333 2013-10-07  Leo Liu  <sdl.web@gmail.com>
6335         * register.el (register-preview-delay)
6336         (register-preview-functions): New variables.
6337         (register-read-with-preview, register-preview)
6338         (register-describe-oneline): New functions.
6339         (point-to-register, window-configuration-to-register)
6340         (frame-configuration-to-register, jump-to-register)
6341         (number-to-register, view-register, insert-register)
6342         (copy-to-register, append-to-register, prepend-to-register)
6343         (copy-rectangle-to-register): Use register-read-with-preview to
6344         read register.  (Bug#15525)
6346 2013-10-06  Dato Simó  <dato@net.com.org.es>  (tiny change)
6348         * net/network-stream.el (network-stream-open-starttls): Don't add
6349         --insecure if it's already present, because that gnutls-cli
6350         rejects getting that parameter twice.
6352 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
6354         * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
6355         keyword, too.
6357 2013-10-05  Dmitry Gutov  <dgutov@yandex.ru>
6359         * newcomment.el (comment-use-global-state): Change default value
6360         to t, mark obsolete (Bug#15251).
6361         (comment-beginning): In addition to `comment-to-syntax', check the
6362         value of `comment-use-global-state'.
6364 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6366         * progmodes/ruby-mode.el (ruby-use-smie): Change default.
6367         (ruby-comment-column): Follow the global default, by default.
6368         (ruby-smie-grammar): Add assignment syntax.
6369         (ruby-smie--implicit-semi-p): No implicit semi-colon after an
6370         open-paren, a comma, or a \.
6371         (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
6372         and line continuations.
6373         (ruby-smie-rules): Adjust handling of open-paren, now that it's never
6374         followed by implicit semi-colons.  Add rule for string concatenation
6375         and for indentation at BOB.
6376         (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
6378         * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
6379         calling next-sexp, since next-token may have skipped chars which
6380         next-sexp doesn't know should be skipped!
6382 2013-10-05  Leo Liu  <sdl.web@gmail.com>
6384         * progmodes/octave.el (octave-send-region):
6385         Call compilation-forget-errors.
6387 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
6389         * vc/vc-svn.el (vc-svn-find-admin-dir):
6390         * vc/vc-rcs.el (vc-rcs-find-admin-dir):
6391         * vc/vc-mtn.el (vc-mtn-find-admin-dir):
6392         * vc/vc-cvs.el (vc-cvs-find-admin-dir):
6393         * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
6395 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6397         * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
6399 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6401         * subr.el (read-passwd): Hide chars even when called within a context
6402         where after-change-functions is disabled (bug#15501).
6403         (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
6404         until we removed ourself from overriding-terminal-local-map.
6406 2013-10-04  Leo Liu  <sdl.web@gmail.com>
6408         * progmodes/octave.el (inferior-octave-mode):
6409         Call compilation-forget-errors.
6411 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
6413         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
6415 2013-10-04  Michael Albinus  <michael.albinus@gmx.de>
6417         * net/secrets.el (secrets-create-collection): Add optional
6418         argument ALIAS.  Use proper Label keyword.  Append ALIAS as
6419         dbus-call-method argument.  (Bug#15516)
6421 2013-10-04  Leo Liu  <sdl.web@gmail.com>
6423         * progmodes/octave.el (inferior-octave-error-regexp-alist)
6424         (inferior-octave-compilation-font-lock-keywords): New variables.
6425         (compilation-error-regexp-alist)
6426         (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
6427         (inferior-octave-mode): Use compilation-shell-minor-mode.
6429 2013-10-04  Jorgen Schaefer  <forcer@forcix.cx>
6431         * minibuffer.el (completion--replace): Be careful that `end' might be
6432         a marker.
6434 2013-10-03  Daiki Ueno  <ueno@gnu.org>
6436         Add support for package signature checking.
6437         * emacs-lisp/package.el (url-http-file-exists-p)
6438         (epg-make-context, epg-context-set-home-directory)
6439         (epg-verify-string, epg-context-result-for)
6440         (epg-signature-status, epg-signature-to-string)
6441         (epg-check-configuration, epg-configuration)
6442         (epg-import-keys-from-file): Declare.
6443         (package-check-signature): New user option.
6444         (package-unsigned-archives): New user option.
6445         (package-desc): Add `signed' field.
6446         (package-load-descriptor): Set `signed' field if .signed file exists.
6447         (package--archive-file-exists-p): New function.
6448         (package--check-signature): New function.
6449         (package-install-from-archive): Check package signature.
6450         (package--download-one-archive): Check archive signature.
6451         (package-delete): Remove .signed file.
6452         (package-import-keyring): New command.
6453         (package-refresh-contents): Import default keyring.
6454         (package-desc-status): Add "unsigned" status.
6455         (describe-package-1, package-menu--print-info)
6456         (package-menu-mark-delete, package-menu--find-upgrades)
6457         (package-menu--status-predicate): Support "unsigned" status.
6459 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6461         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
6462         the new compilation scheme using the new byte-codes.
6464         * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
6465         (byte-pophandler): New byte codes.
6466         (byte-goto-ops): Adjust accordingly.
6467         (byte-compile--use-old-handlers): New var.
6468         (byte-compile-catch): Use new byte codes depending on
6469         byte-compile--use-old-handlers.
6470         (byte-compile-condition-case--old): Rename from
6471         byte-compile-condition-case.
6472         (byte-compile-condition-case--new): New function.
6473         (byte-compile-condition-case): New function that dispatches depending
6474         on byte-compile--use-old-handlers.
6475         (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
6476         when we can.
6478         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6479         Optimize under `condition-case' and `catch' if
6480         byte-compile--use-old-handlers is nil.
6481         (disassemble-offset): Handle new bytecodes.
6483 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6485         * subr.el (error): Use `declare'.
6486         (decode-char, encode-char): Use advertised-calling-convention instead
6487         of the docstring to discourage use of the `restriction' arg.
6489 2013-10-03  Daiki Ueno  <ueno@gnu.org>
6491         * epg.el (epg-verify-file): Add a comment saying that it does not
6492         notify verification error as a return value nor a signal.
6493         (epg-verify-string): Ditto.
6495 2013-10-02  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
6497         * progmodes/compile.el (compilation-start): Try globbing the arg to
6498         `cd' (bug#15417).
6500 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
6502         Sync with Tramp 2.2.8.
6504         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
6505         * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
6506         * net/trampver.el: Update release number.
6508 2013-10-01  Jan Djärv  <jan.h.d@swipnet.se>
6510         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
6511         and default-process-coding-system for darwin only.
6513 2013-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6515         * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
6517 2013-10-01  Mitchel Humpherys  <mitch.special@gmail.com>  (tiny change)
6519         * vc/vc-git.el (vc-git-grep): Disable pager.
6521 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
6523         * emacs-lisp/package.el (package-buffer-info, describe-package-1):
6524         Use :url instead of :homepage, as per
6525         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
6527         * newcomment.el (comment-beginning): When `comment-use-syntax' is
6528         non-nil, use `syntax-ppss' (Bug#15251).
6530 2013-09-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6532         * progmodes/octave.el (inferior-octave-startup-file):
6533         Prefer ~/.emacs.d/init_octave.m.
6535 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
6537         * emacs-lisp/package.el (package-desc-from-define):
6538         Accept additional arguments as plist, convert them to an alist and store
6539         them in the `extras' slot.
6540         (package-generate-description-file): Convert extras alist back to
6541         plist and append to the `define-package' form arguments.
6542         (package--alist-to-plist): New function.
6543         (package--ac-desc): Add `extras' slot.
6544         (package--add-to-archive-contents): Check if the archive-contents
6545         vector is long enough, and if it is, pass its `extras' slot value
6546         to `package-desc-create'.
6547         (package-buffer-info): Call `lm-homepage', pass the returned value
6548         to `package-desc-from-define'.
6549         (describe-package-1): Render the homepage button (Bug#13291).
6551         * emacs-lisp/package-x.el (package-upload-buffer-internal):
6552         Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
6554 2013-09-29  Jan Djärv  <jan.h.d@swipnet.se>
6556         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
6557         and default-process-coding-system to utf-8-unix (Bug#15402).
6559 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
6561         * subr.el (looking-back): Do not recommend using looking-back.
6563 2013-09-28  Alan Mackenzie  <acm@muc.de>
6565         Fix indentation/fontification of Java enum with "implements".
6567         * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
6568         regexp which matches "implements", etc., in Java.
6569         * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
6570         specifier clauses coming after "enum".
6571         * progmodes/cc-fonts.el (c-font-lock-declarations)
6572         (c-font-lock-enum-tail): Check for extra specifier clauses coming
6573         after "enum".
6575 2013-09-28  Jan Djärv  <jan.h.d@swipnet.se>
6577         * faces.el (region): Change ns_selection_color to
6578         ns_selection_fg_color, add ns_selection_bg_color.
6580 2013-09-28  Leo Liu  <sdl.web@gmail.com>
6582         * progmodes/octave.el (inferior-octave-completion-table)
6583         (inferior-octave-completion-at-point): Minor tweaks.
6585         * textmodes/ispell.el (ispell-lookup-words): Rename from
6586         lookup-words.  (Bug#15460)
6587         (lookup-words): Obsolete.
6588         (ispell-complete-word, ispell-command-loop): All uses changed.
6590 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6592         * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
6593         (octave-mode-menu): Add octave-send-buffer.
6594         (octave-send-buffer): New function.
6596 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6598         * progmodes/octave.el (octave-mode-map): Add key binding for
6599         octave-lookfor.
6600         (octave-mode-menu): Add octave-lookfor.
6601         (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
6602         octave-lookfor.
6603         (octave-lookfor): New function.
6605 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6607         * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
6608         (cl--loop-iterator-function): Rename from cl--loop-map-form and change
6609         its convention.
6610         (cl--loop-set-iterator-function): New function.
6611         (cl-loop): Adjust accordingly, so as not to use cl-subst.
6612         (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
6613         Bind `it' with `let' instead of substituting it with `cl-subst'.
6614         (cl--unused-var-p): New function.
6615         (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
6616         Eliminate some unused variable warnings (bug#15326).
6618 2013-09-27  Tassilo Horn  <tsdh@gnu.org>
6620         * doc-view.el (doc-view-scale-reset): Rename from
6621         `doc-view-reset-zoom-level'.
6622         (doc-view-scale-adjust): New command.
6623         (doc-view-mode-map): Remap `text-scale-adjust' bindings to
6624         `doc-view-scale-adjust'.
6626 2013-09-26  Tassilo Horn  <tsdh@gnu.org>
6628         * doc-view.el (doc-view-reset-zoom-level): New command.
6629         (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
6630         zoom commands (bug#15466).
6632 2013-09-26  Kenichi Handa  <handa@gnu.org>
6634         * international/quail.el (quail-help): Make it not a command.
6636 2013-09-26  Leo Liu  <sdl.web@gmail.com>
6638         * minibuffer.el (completion-all-sorted-completions): Make args
6639         optional as they are.
6641 2013-09-25  Daniel Colascione  <dancol@dancol.org>
6643         * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
6644         specs are and that they're not evaluated.
6646 2013-09-24  Sam Steingold  <sds@gnu.org>
6648         * midnight.el (clean-buffer-list-kill-regexps)
6649         (clean-buffer-list-kill-buffer-names): Update for the new Man
6650         buffer naming which includes the object name.
6652 2013-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6654         * eshell/esh-cmd.el (eshell--sep-terms): New var.
6655         (eshell-parse-command, eshell-parse-pipeline): Use it since
6656         eshell-separate-commands requires a dynamic scoped var.
6657         Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
6659 2013-09-23  Leo Liu  <sdl.web@gmail.com>
6661         * autoinsert.el (auto-insert-alist): Make the value of
6662         lexical-binding match its file setting.
6664 2013-09-23  Juanma Barranquero  <lekktu@gmail.com>
6666         * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
6668         * autoarg.el (autoarg-kp-digit-argument):
6669         * electric.el (Electric-command-loop):
6670         * kmacro.el (kmacro-step-edit-insert):
6671         Do not set universal-argument-num-events.
6673 2013-09-22  Leo Liu  <sdl.web@gmail.com>
6675         * files.el (interpreter-mode-alist): Add octave.
6677 2013-09-21  Alan Mackenzie  <acm@muc.de>
6679         C++: fontify identifier in declaration following "public:" correctly.
6680         * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
6681         to match "public", etc.
6682         (c-decl-prefix-re): Add ":" into the C++ value.
6683         * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
6684         bit.  Add a check for a ":" preceded by "public", etc.
6686 2013-09-21  Eli Zaretskii  <eliz@gnu.org>
6688         * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
6689         recognized by GDB 7.5 and later.
6691 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
6693         * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
6695 2013-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6697         * subr.el (internal--call-interactively): New const.
6698         (called-interactively-p): Use it (bug#3984).
6700 2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
6702         * vc/pcvs.el (cvs-mode-ignore):
6703         * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
6704         Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
6706 2013-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6708         * eshell/em-ls.el: Use advice.  Remove redundant :group keywords.
6709         (eshell-ls-orig-insert-directory): Remove.
6710         (eshell-ls-unload-hook): Not a defcustom any more.  Use advice-remove.
6711         (eshell-ls-use-in-dired): Use advice-add/remove.
6712         (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
6713         Add `orig-fun' arg for use in :around advice.
6714         Make it check (redundantly) eshell-ls-use-in-dired.
6716 2013-09-19  Glenn Morris  <rgm@gnu.org>
6718         * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
6720         * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
6722         * emacs-lisp/eieio.el (class-parent): Undo previous change.
6724 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
6726         * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
6727         (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
6728         (tramp-get-remote-python): New defuns.
6729         (tramp-get-remote-uid-with-perl)
6730         (tramp-get-remote-gid-with-perl): New defuns.  Perl code
6731         contributed by yary <not.com@gmail.com> (tiny change).
6732         (tramp-get-remote-uid-with-python)
6733         (tramp-get-remote-gid-with-python): New defuns.  Python code
6734         contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
6735         (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
6737 2013-09-19  Glenn Morris  <rgm@gnu.org>
6739         * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
6741         * eshell/em-unix.el (eshell-remove-entries):
6742         Rename argument to avoid name-clash with global `top-level'.
6744         * eshell/esh-proc.el (eshell-kill-process-function):
6745         Remove eshell-reset-after-proc from eshell-kill-hook if present.
6746         (eshell-reset-after-proc): Remove unused arg `proc'.
6748         * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
6749         (directory-files-and-attributes): Mark unused arg.
6751         * eshell/em-unix.el (eshell-remove-entries):
6752         Remove unused arg `path'.  Update callers.
6754         * eshell/em-hist.el (eshell-hist-parse-arguments):
6755         Remove unused arg `silent'.  Update callers.
6757         * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
6758         Fix (f)boundp mix-up.
6760         * eshell/em-smart.el (eshell-smart-scroll-window)
6761         (eshell-disable-after-change):
6762         * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
6764 2013-09-18  Alan Mackenzie  <acm@muc.de>
6766         Fix fontification of type when followed by "const".
6767         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
6768         "known" types from fontification.
6770 2013-09-18  Glenn Morris  <rgm@gnu.org>
6772         * emacs-lisp/chart.el (x-display-color-cells): Declare.
6773         (chart-face-list): Drop Emacsen without display-color-p.
6775         * net/eww.el (libxml-parse-html-region): Declare.
6776         (eww-display-html): Explicit error if no libxml2 support.
6778         * doc-view.el (doc-view-mode): Silence --without-x compilation.
6780         * image.el (image-type-from-buffer, image-multi-frame-p):
6781         Remove --without-x warning/error.
6783         * mouse.el (mouse-yank-primary):
6784         * term.el (term-mouse-paste):
6785         Reorder to silence --without-x compilation.
6787         * mpc.el (doc-view-mode): Silence --without-x compilation.
6789         * mail/rmailmm.el (rmail-mime-set-bulk-data):
6790         Silence --without-x compilation.
6792         * progmodes/gud.el (gud-find-file, gud-mode):
6793         Silence --without-x compilation.
6794         (tooltip-mode): Declare.
6796         * wdired.el (dired-backup-overwrite): Remove declaration.
6797         (wdired-mode-map): Add doc string.
6799         * custom.el (x-get-resource): Declare.
6801         * eshell/em-glob.el (ange-cache):
6802         * eshell/em-unix.el (ange-cache): Declare.
6804         * faces.el (x-display-list, x-open-connection, x-get-resource):
6805         Declare.
6807         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
6808         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
6809         Declare.
6811         * frame.el (x-display-grayscale-p, x-display-name): Declare.
6813         * net/gnutls.el (gnutls-log-level): Declare.
6815         * net/shr.el (image-size, image-animate): Declare.
6817         * simple.el (font-info): Declare.
6819         * subr.el (x-popup-dialog): Declare.
6821         * term/common-win.el (x-select-enable-primary)
6822         (x-last-selected-text-primary, x-last-selected-text-clipboard):
6823         Declare.
6825         * term/ns-win.el (x-handle-args): Declare.
6827         * term/x-win.el (x-select-enable-clipboard): Declare.
6829         * term/w32-win.el (create-default-fontset): Declare.
6831         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
6832         Declare.
6834         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
6835         (fit-frame-to-buffer): Explicit error if --without-x.
6836         (mouse-autoselect-window-select): Silence compiler.
6838         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
6840         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
6841         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
6842         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
6843         * eshell/esh-util.el (eshell-sublist):
6844         Remove unused local variables.
6846         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
6848         * textmodes/two-column.el: Make 2C-split work for --without-x.
6849         (scroll-bar-columns): Autoload.
6850         (top-level): Require fringe when compiling.
6852 2013-09-18  Leo Liu  <sdl.web@gmail.com>
6854         * subr.el (add-hook): Robustify to handle closure as well.
6856 2013-09-17  Glenn Morris  <rgm@gnu.org>
6858         * simple.el (messages-buffer-mode-map): Unbind "g".
6860 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6862         * help-mode.el (help-mode-finish): Use derived-mode-p.
6863         Remove obsolete highlighting.
6865         * play/life.el (life-mode): Use define-derived-mode.  Derive from
6866         special-mode.
6867         (life): Let-bind inhibit-read-only.
6868         (life-setup): Avoid `setq'.  Use `life-mode'.
6870         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
6871         which should not be needed any more.
6872         (package-menu-refresh, package-menu-describe-package): Use user-error.
6874         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
6875         (eshell-post-rewrite-command-hook): Make obsolete.
6876         (eshell-parse-command): Simplify.
6877         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
6878         (eshell--cmd): Declare.
6879         (eshell-parse-pipeline): Remove unused var `final-p'.
6880         Pass a dynvar to eshell-post-rewrite-command-hook.
6881         Implement the new eshell-post-rewrite-command-function.
6882         (eshell-invoke-directly): Remove unused arg `input'.
6883         * eshell/esh-io.el (eshell-io-initialize):
6884         Use eshell-post-rewrite-command-function (bug#15399).
6885         (eshell--apply-redirections): Rename from eshell-apply-redirections;
6886         adjust to new calling convention.
6887         (eshell-create-handles): Rename args to avoid clashing with dynvar
6888         `standard-output'.
6890 2013-09-17  Glenn Morris  <rgm@gnu.org>
6892         * simple.el (messages-buffer-mode): New major mode.
6893         (messages-buffer): New function.
6894         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
6895         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
6896         (ert-run-test): Use `messages-buffer' function.
6897         (ert--force-message-log-buffer-truncation): Ignore read-only.
6898         * help.el (view-echo-area-messages): Use `messages-buffer' function.
6899         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
6901 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6903         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
6905         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
6907 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6909         * icomplete.el (icomplete-in-buffer): New var.
6910         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
6911         vars and replace them with functions.
6912         (icomplete-minibuffer-setup): Adjust accordingly.
6913         (icomplete--completion-table, icomplete--completion-predicate)
6914         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
6915         New functions.
6916         (icomplete-forward-completions, icomplete-backward-completions)
6917         (icomplete-simple-completing-p, icomplete-exhibit)
6918         (icomplete-completions): Use them.
6919         (icomplete--in-region-buffer): New var.
6920         (icomplete--in-region-setup): New function.
6921         (icomplete-mode): Use it.
6923         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
6924         (bug#15379).
6925         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
6926         return args and options.
6927         (eshell-eval-using-options): Use the new return value of
6928         eshell--do-opts to set the options's vars in their scope.
6929         (eshell--set-option): Rename from eshell-set-option.
6930         Add arg `opt-vals'.
6931         (eshell--process-option): Rename from eshell-process-option.
6932         Add arg `opt-vals'.
6933         (eshell--process-args): Use an `opt-vals' alist to store the options's
6934         values during their processing and return them additionally to the
6935         remaining args.
6937 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
6939         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
6940         continuation character an operator, as far as indentation is
6941         concerned (Bug#15369).
6943 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
6945         * window.el (window--state-put-2): Don't process buffer state
6946         when buffer doesn't exist any more (Bug#15382).
6948 2013-09-15  Glenn Morris  <rgm@gnu.org>
6950         * eshell/em-unix.el (eshell/rm):
6951         Make -f ignore missing files.  (Bug#15373)
6953         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
6954         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
6955         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
6957 2013-09-14  Glenn Morris  <rgm@gnu.org>
6959         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
6961 2013-09-13  Glenn Morris  <rgm@gnu.org>
6963         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
6964         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
6966 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
6968         * frame.el (x-focus-frame): Mark as declared in frame.c.
6970 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6972         * ls-lisp.el: Use advice-add.
6973         (original-insert-directory): Remove.
6974         (ls-lisp--insert-directory): Rename from insert-directory; add
6975         `orig-fun' argument.
6976         (insert-directory): Advise.
6978 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
6980         * term.el (term-emulate-terminal): Decode the command string
6981         before passing it to term-command-hook.  (Bug#15337)
6983 2013-09-13  Glenn Morris  <rgm@gnu.org>
6985         * eshell/esh-util.el (ange-cache): Move declaration earlier.
6987         * eshell/esh-ext.el (eshell-search-path): Declare.
6989         * eshell/em-prompt.el (eshell/pwd): Autoload it.
6990         Otherwise an error occurs if eshell-dirs module not loaded.
6992         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
6994 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
6996         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
6997         `tramp-check-proper-host'.  Check for a valid method name.
6999         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7000         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7001         * net/tramp-sh.el (tramp-maybe-open-connection):
7002         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
7004         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
7005         also for hash values.
7007 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7009         * term/ns-win.el (parameters): Don't declare as dynamic.
7010         (before-make-frame-hook): Don't add ineffective function.
7012         * eshell/*.el: Use lexical-binding (bug#15231).
7014 2013-09-12  Kenichi Handa  <handa@gnu.org>
7016         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
7018 2013-09-12  Glenn Morris  <rgm@gnu.org>
7020         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
7021         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
7023         * subr.el (do-after-load-evaluation): Also give compiler warnings
7024         when obsolete files are used (except by obsolete files).
7026         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
7027         in the status output, assume `filename' is the first.  (Bug#15322)
7029         * vc/vc.el (vc-deduce-fileset): Doc fix.
7031         * calc/calc-help.el (Info-goto-node):
7032         * progmodes/cperl-mode.el (Info-find-node):
7033         * vc/ediff.el (Info-goto-node): Update declarations.
7035         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
7037         * vc/vc-bzr.el (vc-compilation-mode): Declare.
7038         (vc-bzr-pull): Require vc-dispatcher.
7039         * vc/vc-git.el (vc-compilation-mode): Declare.
7040         (vc-git-pull): Require vc-dispatcher.
7042         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
7044         * progmodes/octave.el (help-button-action): Declare.
7046         * shell.el (shell-directory-tracker): Output error as a message
7047         rather than just returning it as a string.
7048         (shell-process-pushd): Remove useless use of message.
7050         * dframe.el (dframe-timer-fn):
7051         * files.el (dir-locals-read-from-file):
7052         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
7053         (mpc-format):
7054         * reveal.el (reveal-post-command):
7055         * saveplace.el (load-save-place-alist-from-file):
7056         * shell.el (shell-resync-dirs):
7057         * w32-common-fns.el (x-get-selection-value):
7058         * emacs-lisp/copyright.el (copyright-find-copyright):
7059         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
7060         * emulation/tpu-edt.el (tpu-copy-keyfile):
7061         * play/bubbles.el (bubbles--mark-neighbourhood):
7062         * progmodes/executable.el
7063         (executable-make-buffer-file-executable-if-script-p):
7064         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
7066 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7068         Cleanup Eshell to rely less on dynamic scoping.
7069         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
7070         last-value, and ext-command here.  Bind `args' closer to `body'.
7071         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
7072         (eshell--args): Declare new dynamic var.
7073         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
7074         last-value, and ext-command.  Pass `args' to `body'.
7075         (eshell-process-args): Bind eshell--args.
7076         (eshell-set-option): Use eshell--args.
7077         * eshell/eshell.el (eshell): Use derived-mode-p.
7078         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
7079         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
7080         (eshell-glob-function): Declare.
7081         * eshell/esh-util.el: Require cl-lib.
7082         (eshell-read-hosts-file): Avoid add-to-list.
7083         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
7084         `err'.
7085         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
7086         Declare.
7087         (eshell/diff): Remove unused var `err'.
7088         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
7089         `killflag'.
7090         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
7091         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
7092         first use.
7093         * eshell/em-glob.el (eshell-glob-matches, message-shown):
7094         Move declaration before first use.
7095         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
7096         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
7097         rely on cl-return.
7099 2013-09-12  Glenn Morris  <rgm@gnu.org>
7101         * term/ns-win.el (global-map): Remove binding for ispell-next,
7102         deleted 1999-05-29.  (Bug#15357)
7104 2013-09-11  Glenn Morris  <rgm@gnu.org>
7106         * echistory.el (electric-command-history): Remove call to deleted func.
7108         * play/landmark.el (landmark-mode): Fix typos.
7110         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
7111         Check cvs-sort-ignore-file is bound.
7113         * savehist.el: No need for cl when compiling on Emacs.
7115 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7117         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
7118         (bug#15338).
7119         (eshell-self-insert-command, eshell-send-invisible):
7120         Remove unused argument.
7121         (eshell-handle-control-codes): Remove unused var `orig'.
7122         Avoid delete-backward-char.
7124         * files.el (set-auto-mode): Simplify a bit further.
7126 2013-09-11  Glenn Morris  <rgm@gnu.org>
7128         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
7129         (set-auto-mode): Don't regexp-quote elements.
7130         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
7131         * progmodes/cc-mode.el (interpreter-mode-alist):
7132         * progmodes/ruby-mode.el (interpreter-mode-alist):
7133         Revert previous change.
7135 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7137         * play/snake.el (snake-mode):
7138         * play/mpuz.el (mpuz-mode):
7139         * play/landmark.el (lm-mode):
7140         * play/blackbox.el (blackbox-mode):
7141         * play/5x5.el (5x5-mode):
7142         * obsolete/options.el (Edit-options-mode):
7143         * net/quickurl.el (quickurl-list-mode):
7144         * net/newst-treeview.el (newsticker-treeview-mode):
7145         * mail/rmailsum.el (rmail-summary-mode):
7146         * mail/mspools.el (mspools-mode):
7147         * locate.el (locate-mode):
7148         * ibuffer.el (ibuffer-mode):
7149         * emulation/ws-mode.el (wordstar-mode):
7150         * emacs-lisp/debug.el (debugger-mode):
7151         * array.el (array-mode):
7152         * net/eudc.el (eudc-mode): Use define-derived-mode.
7153         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
7154         Move initialization into declaration.
7155         (mairix-searches-mode): Use define-derived-mode.
7156         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
7157         (eudc-edit-hotlist): Use dolist.
7158         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
7159         (Man-mode): Use define-derived-mode.
7160         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
7161         (Info-edit-mode): Use define-derived-mode.
7162         (Info-cease-edit): Use Info-mode.
7163         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
7164         into declaration.
7165         (eshell-mode): Use define-derived-mode.
7166         * chistory.el (command-history-mode-map): Rename from
7167         command-history-map.
7168         (command-history-mode): Use define-derived-mode.
7169         (Command-history-setup): Remove function.
7170         * calc/calc.el (calc-trail-mode-map): New var.
7171         (calc-trail-mode): Use define-derived-mode.
7172         (calc-trail-buffer): Set calc-main-buffer manually.
7173         * bookmark.el (bookmark-insert-annotation): New function.
7174         (bookmark-edit-annotation): Use it.
7175         (bookmark-edit-annotation-mode): Make it a proper major mode.
7176         (bookmark-send-edited-annotation): Use derived-mode-p.
7177         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
7178         closer to its ideal place.  Use \' to match EOS.
7180         * profiler.el (profiler-calltree-find): Use function-equal.
7182 2013-09-10  Glenn Morris  <rgm@gnu.org>
7184         * files.el (interpreter-mode-alist): Convert to regexps.
7185         (set-auto-mode): Adapt for this.  (Bug#15306)
7186         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
7187         Comment out unused variable.
7188         * progmodes/cc-mode.el (interpreter-mode-alist):
7189         * progmodes/python.el (interpreter-mode-alist):
7190         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
7191         * progmodes/sh-script.el (sh-set-shell):
7192         No longer use interpreter-mode-alist to get list of shells.
7194         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
7196 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7198         * simple.el: Use set-temporary-overlay-map for universal-argument.
7199         (universal-argument-map): Don't use default-bindings (bug#15317).
7200         Bind switch-frame explicitly.  Replace universal-argument-minus with
7201         a conditional binding.
7202         (universal-argument-num-events, saved-overriding-map): Remove.
7203         (restore-overriding-map): Remove.
7204         (universal-argument--mode): Rename from save&set-overriding-map,
7205         and rewrite.
7206         (universal-argument, universal-argument-more, negative-argument)
7207         (digit-argument): Adjust accordingly.
7208         (universal-argument-minus): Remove.
7209         (universal-argument-other-key): Remove.
7211         * subr.el (with-demoted-errors): Add `format' argument.
7213 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
7215         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
7216         `tramp-cleanup-connection'.
7218         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
7219         parameters KEEP-DEBUG and KEEP-PASSWORD.
7221         * net/tramp.el (tramp-file-name-handler):
7222         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7223         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
7224         (tramp-maybe-open-connection):
7225         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7226         Use `tramp-cleanup-connection'.
7228         * net/tramp-sh.el (tramp-maybe-open-connection):
7229         Catch 'uname-changed inside the progress reporter.
7231 2013-09-10  Glenn Morris  <rgm@gnu.org>
7233         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
7235         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
7236         returns "alternate access method" in mode (eg "-rw-r--r--.").
7238 2013-09-08  Glenn Morris  <rgm@gnu.org>
7240         * saveplace.el (load-save-place-alist-from-file):
7241         Demote errors.  (Bug#15305)
7243 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
7245         Improve compatibility with older Emacsen, and XEmacs.
7247         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
7248         only if it is bound.  It isn't for XEmacs.
7249         (with-tramp-progress-reporter): Do not let-bind `result'.
7250         This yields to scoping errors in XEmacs.
7251         (tramp-handle-make-auto-save-file-name): New function, moved from
7252         tramp-sh.el.
7254         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
7255         for `make-auto-save-file-name'.
7256         (tramp-adb--gnu-switches-to-ash):
7257         Use `tramp-compat-replace-regexp-in-string'.
7259         * net/tramp-cache.el (tramp-cache-print): Call
7260         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
7262         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
7263         bound.  It isn't for XEmacs.
7265         * net/tramp-compat.el (tramp-compat-copy-file):
7266         Catch `wrong-number-of-arguments' error.
7267         (tramp-compat-replace-regexp-in-string): New defun.
7269         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
7270         for `make-auto-save-file-name'.
7271         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
7272         `copy-file'.
7273         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
7274         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
7275         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
7277         * net/tramp-gw.el (tramp-gw-open-network-stream):
7278         Use `tramp-compat-replace-regexp-in-string'.
7280         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
7281         Call `tramp-handle-make-auto-save-file-name'.
7282         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
7283         (tramp-sh-file-gvfs-monitor-dir-process-filter)
7284         (tramp-sh-file-inotifywait-process-filter):
7285         Use `tramp-compat-replace-regexp-in-string'.
7286         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
7288         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
7289         for `make-auto-save-file-name'.
7290         (tramp-smb-handle-copy-directory):
7291         Call `tramp-compat-replace-regexp-in-string'.
7292         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
7293         (tramp-smb-handle-copy-file): Improve error message.
7294         (tramp-smb-handle-rename-file): Rename directly only in case
7295         `newname' does not exist yet.  This is a restriction of smbclient.
7296         (tramp-smb-maybe-open-connection): Rerun the function only when
7297         `auth-sources' is non-nil.
7299 2013-09-08  Kenichi Handa  <handa@gnu.org>
7301         * international/characters.el: Set category "^" (Combining) for
7302         more characters.
7304 2013-09-07  Alan Mackenzie  <acm@muc.de>
7306         Correctly fontify Java class constructors.
7307         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
7308         in Java Mode.
7309         (c-recognize-typeless-decls): Set the Java value to t.
7310         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
7311         While handling a "(", add a check for, effectively, Java, and handle a
7312         "typeless" declaration there.
7314 2013-09-07  Roland Winkler  <winkler@gnu.org>
7316         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
7317         field subtitle for entry type book.
7319 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7321         * minibuffer.el: Make minibuffer-complete call completion-in-region
7322         rather than other way around.
7323         (completion--some, completion-pcm--find-all-completions):
7324         Don't delay signals when debugging.
7325         (minibuffer-completion-contents): Beware fields within the
7326         minibuffer contents.
7327         (completion-all-sorted-completions): Use defvar-local.
7328         (completion--do-completion, completion--cache-all-sorted-completions)
7329         (completion-all-sorted-completions, minibuffer-force-complete):
7330         Add args `beg' and `end'.
7331         (completion--in-region-1): New fun, extracted from minibuffer-complete.
7332         (minibuffer-complete): Use completion-in-region.
7333         (completion-complete-and-exit): New fun, extracted from
7334         minibuffer-complete-and-exit.
7335         (minibuffer-complete-and-exit): Use it.
7336         (completion--complete-and-exit): Rename from
7337         minibuffer--complete-and-exit.
7338         (completion-in-region--single-word): New function, extracted from
7339         minibuffer-complete-word.
7340         (minibuffer-complete-word): Use it.
7341         (display-completion-list): Make `common-substring' argument obsolete.
7342         (completion--in-region): Call completion--in-region-1 instead of
7343         minibuffer-complete.
7344         (completion-help-at-point): Pass boundaries to
7345         minibuffer-completion-help as args rather than via an overlay.
7346         (completion-pcm--string->pattern): Use `any-delim'.
7347         (completion-pcm--optimize-pattern): New function.
7348         (completion-pcm--pattern->regex): Handle `any-delim'.
7349         * icomplete.el (icomplete-forward-completions)
7350         (icomplete-backward-completions, icomplete-completions):
7351         Adjust calls to completion-all-sorted-completions and
7352         completion--cache-all-sorted-completions.
7353         (icomplete-with-completion-tables): Default to t.
7354         * emacs-lisp/crm.el (crm--current-element): Rename from
7355         crm--select-current-element.  Don't put an overlay but return the
7356         boundaries instead.
7357         (crm--completion-command): Take two new args to bind to the boundaries.
7358         (crm-completion-help): Adjust accordingly.
7359         (crm-complete): Use completion-in-region.
7360         (crm-complete-word): Use completion-in-region--single-word.
7361         (crm-complete-and-exit): Use completion-complete-and-exit.
7363 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7365         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
7366         than dynamically.
7368 2013-09-06  Juri Linkov  <juri@jurta.org>
7370         * info.el (Info-display-images-node): When image file doesn't exist
7371         display text version of the image if it's provided in the Info file.
7372         Otherwise, display the location of missing image from SRC attribute.
7373         Add help-echo text property from ALT attribute.  (Bug#15279)
7375 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7377         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
7378         (edit-abbrevs-mode): Use define-derived-mode.
7380         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
7381         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
7382         that it's defined.
7383         (epa-key-list-mode, epa-key-mode, epa-info-mode):
7384         Use define-derived-mode.
7386         * epg.el (epg-start-encrypt): Minor CSE simplification.
7388 2013-09-06  William Xu  <william.xwl@gmail.com>
7390         * arc-mode.el: Add support for 7za (bug#15264).
7391         (archive-7z-program): New var.
7392         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
7393         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
7394         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
7396 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
7398         Remove URL syntax.
7400         * net/tramp.el (tramp-syntax, tramp-prefix-format)
7401         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
7402         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
7403         (tramp-postfix-host-format, tramp-file-name-regexp)
7404         (tramp-completion-file-name-regexp)
7405         (tramp-completion-dissect-file-name)
7406         (tramp-handle-substitute-in-file-name): Remove 'url case.
7407         (tramp-file-name-regexp-url)
7408         (tramp-completion-file-name-regexp-url): Remove constants.
7410 2013-09-06  Glenn Morris  <rgm@gnu.org>
7412         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
7414 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
7416         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
7417         keywords" below "here-doc beginnings" (Bug#15270).
7419 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7421         * subr.el (pop): Use `car-safe'.
7422         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
7423         to detect unused `pop' return value.
7425         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
7426         var `block-regexp'.
7427         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
7428         (python-fill-string): Remove unused var `marker'.
7429         (python-skeleton-add-menu-items): Remove unused var `items'.
7431         * international/mule-cmds.el: Require CL.
7432         (find-coding-systems-for-charsets): Avoid add-to-list.
7433         (sanitize-coding-system-list): New function, extracted from
7434         select-safe-coding-system-interactively.
7435         (select-safe-coding-system-interactively): Use it.
7436         (read-input-method-name): Accept symbols for `default'.
7438         * emacs-lisp/advice.el (defadvice): Add indent rule.
7440 2013-09-05  Daniel Hackney  <dan@haxney.org>
7442         * dired-x.el:
7443         * net/ange-ftp.el:
7444         * net/browse-url.el:
7445         * net/dbus.el:
7446         * net/eudc.el:
7447         * net/eudcb-ldap.el:
7448         * net/eww.el:
7449         * net/imap.el:
7450         * printing.el:
7451         * vc/ediff-diff.el:
7452         * vc/ediff-init.el:
7453         * vc/ediff-merg.el:
7454         * vc/ediff-mult.el:
7455         * vc/ediff-util.el:
7456         * vc/ediff-wind.el:
7457         * vc/ediff.el:
7458         * vc/emerge.el:
7459         * vc/pcvs.el:
7460         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
7461         byte compiler.  Remove some unused let-bound variables.
7463 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7465         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
7466         a "ref-cell", since it gets better optimized (bug#14883).
7468 2013-09-05  Glenn Morris  <rgm@gnu.org>
7470         * progmodes/cc-awk.el (c-forward-sws): Declare.
7472 2013-09-04  Glenn Morris  <rgm@gnu.org>
7474         * generic-x.el [rul-generic-mode]: Require cc-mode.
7475         (c++-mode-syntax-table): Declare.
7476         (rul-generic-mode-syntax-table): Init in the defvar.
7478 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7480         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
7481         (vc-do-command, vc-set-async-update):
7482         * vc/vc-mtn.el (vc-mtn-dir-status):
7483         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
7484         (vc-hg-pull, vc-hg-merge-branch):
7485         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
7486         (vc-git-merge-branch):
7487         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
7488         (vc-cvs-dir-status-files):
7489         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
7490         (vc-bzr-dir-status-files):
7491         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
7492         * vc/vc-annotate.el: Use lexical-binding.
7493         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
7494         (vc-sentinel-movepoint): Declare.
7495         (vc-annotate): Don't use `goto-line'.
7496         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
7497         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
7498         (vc-sentinel-movepoint): Declare.
7499         * vc/vc-svn.el: Use lexical-binding.
7500         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
7501         * vc/vc-sccs.el:
7502         * vc/vc-rcs.el: Use lexical-binding.
7504         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
7505         `deleted'.  Don't drop errors silently.
7507         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
7509 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
7511         * vc/vc.el (vc-ignore): Rewrite.
7512         (vc-default-ignore): New function.
7513         (vc-default-ignore-completion-table): Use find-ignore-file.
7515         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
7516         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
7517         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
7518         Remove.  Most code moved to vc.el.
7520 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7522         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
7523         * net/tramp-smb.el (tramp-smb-get-file-entries):
7524         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
7525         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
7527         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
7528         Update call to it.
7529         (eww-change-select): Remove unused var `properties'.
7530         (eww-make-unique-file-name): Remove unused var `base'.
7532         * finder.el (finder-compile-keywords): Don't mess with windows.
7534         * calculator.el (calculator-funcall): Fix typo in last change.
7536         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
7538         * emacs-lisp/package.el (package-activate-1): Don't let a missing
7539         <pkg>-autoloads.el file stop us.
7541         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
7542         warnings, and factor out common code.
7544 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
7546         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
7547         two-character operators and whether the character preceding them
7548         changes their meaning (Bug#15208).
7550 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
7552         Format code sent to Python shell for robustness.
7553         * progmodes/python.el (python-shell-buffer-substring):
7554         New function.
7555         (python-shell-send-region, python-shell-send-buffer): Use it.
7557 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
7559         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
7560         * net/tramp.el (tramp-user-error): ... here.
7561         (tramp-find-method, tramp-check-proper-host)
7562         (tramp-dissect-file-name, tramp-debug-message)
7563         (tramp-handle-shell-command):
7564         * net/tramp-adb.el (tramp-adb-handle-shell-command):
7565         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
7567         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
7569 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
7571         * avoid.el (mouse-avoidance-point-position)
7572         (mouse-avoidance-too-close-p): Handle case where posn-at-point
7573         returns nil.
7575 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
7577         * progmodes/python.el (python-shell-completion-get-completions):
7578         Drop use of deleted `comint-last-prompt-overlay'.
7579         (python-nav-if-name-main): New command.
7581 2013-09-01  Glenn Morris  <rgm@gnu.org>
7583         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7584         Avoid leading space in $wins.  Otherwise the sed command used by
7585         eg compile-main ends up containing "/*.el".  (Bug#15170)
7587         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
7589 2013-08-30  Glenn Morris  <rgm@gnu.org>
7591         * emacs-lisp/bytecomp.el (byte-recompile-directory):
7592         Fix is-this-a-directory logic.  (Bug#15220)
7594 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7596         * textmodes/css-mode.el: Use SMIE.
7597         (css-smie-grammar): New var.
7598         (css-smie--forward-token, css-smie--backward-token)
7599         (css-smie-rules): New functions.
7600         (css-mode): Use them.
7601         (css-navigation-syntax-table): Remove var.
7602         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
7603         (css-indent-calculate, css-indent-line): Remove functions.
7605         Misc changes to reduce use of `(lambda...); and other cleanups.
7606         * cus-edit.el: Use lexical-binding.
7607         (customize-push-and-save, customize-apropos)
7608         (custom-buffer-create-internal): Use closures.
7609         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
7610         * progmodes/ada-xref.el: Use setq.
7611         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
7612         * dframe.el: Use lexical-binding.
7613         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
7614         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
7615         * descr-text.el: Use lexical-binding.
7616         (describe-text-widget, describe-text-sexp, describe-property-list):
7617         Use closures.
7618         * comint.el (comint-history-isearch-push-state): Use a closure.
7619         * calculator.el: Use lexical-binding.
7620         (calculator-number-to-string): Make it work with lexical-binding.
7621         (calculator-funcall): Same and use cl-letf.
7623         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
7624         (lisp--company-doc-string, lisp--company-location): New functions.
7625         (lisp-completion-at-point): Use them to improve Company support.
7627         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
7628         params of lambda expressions.
7629         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
7630         (ruby-smie--opening-pipe-p): New function.
7631         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
7632         symbols and matched |...| for formal params.
7633         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
7634         from being treated as hanging.  Handle "rescue".
7636 2013-08-29  Glenn Morris  <rgm@gnu.org>
7638         * progmodes/cc-engine.el (c-pull-open-brace):
7639         Move definition before use.
7641 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7643         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
7644         are immutable.  Don't use `unsafe' any more.
7645         (cl--defsubst-expand): Don't substitute at the same time as keeping
7646         a residual unused let-binding.  Don't use `unsafe' any more.
7648 2013-08-29  Glenn Morris  <rgm@gnu.org>
7650         * calendar/cal-china.el (calendar-chinese-year-cache):
7651         Recenter on 2015.
7653         * nxml/nxml-util.el (nxml-debug-clear-inside):
7654         Use cl-loop rather than loop.
7656         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
7658         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
7660 2013-08-28  Glenn Morris  <rgm@gnu.org>
7662         * progmodes/antlr-mode.el: No need to require cc-mode twice.
7664         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
7666         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
7668 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7670         * simple.el (repeat-complex-command--called-interactively-skip):
7671         New function.
7672         (repeat-complex-command): Use it (bug#14136).
7674         * progmodes/cc-mode.el: Minor cleanup of var declarations.
7675         (c-define-abbrev-table): Add `doc' argument.
7676         (c-mode-abbrev-table, c++-mode-abbrev-table)
7677         (objc-mode-abbrev-table, java-mode-abbrev-table)
7678         (idl-mode-abbrev-table, pike-mode-abbrev-table)
7679         (awk-mode-abbrev-table): Use it.
7680         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
7681         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
7682         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
7683         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
7684         Move initialization into the declaration; and remove any
7685         autoload cookie.
7687         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
7688         and dynamic let binding.
7690         * vc/smerge-mode.el: Remove redundant :group args.
7692         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
7693         to load-path.
7695 2013-08-28  Juri Linkov  <juri@jurta.org>
7697         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
7698         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
7699         (isearch-other-meta-char): Handle an undefined shifted printing
7700         character by downshifting it.  (Bug#15200)
7702 2013-08-28  Juri Linkov  <juri@jurta.org>
7704         * isearch.el (isearch-search): Change regexp error message for
7705         non-regexp searches.  (Bug#15166)
7707 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
7709         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
7710         for portability to hosts where /bin/sh has problems.
7712 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7714         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
7716 2013-08-27  Juri Linkov  <juri@jurta.org>
7718         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
7719         in the keyboard macro.  (Bug#15126)
7721 2013-08-27  Juri Linkov  <juri@jurta.org>
7723         * isearch.el (isearch-quote-char): Comment out converting unibyte
7724         to multibyte, thus syncing with its `quoted-insert' counterpart.
7725         (Bug#15166)
7727 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
7729         * window.el (display-buffer-use-some-window): Add missing
7730         argument in call of get-largest-window (Bug#15185).
7731         Reported by Stephen Leake.
7733 2013-08-27  Glenn Morris  <rgm@gnu.org>
7735         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
7737 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7739         * progmodes/python.el (python-font-lock-keywords): Don't return nil
7740         from a matcher-function unless there's no more matches (bug#15161).
7742 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
7744         * minibuffer.el: Revert change from 2013-08-20.
7746         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
7747         with text property `tramp-default', if appropriate.
7748         (tramp-check-proper-host): New defun.
7749         (tramp-dissect-file-name): Do not check hostname.  Revert change
7750         of 2013-03-18.
7751         (tramp-backtrace): Make VEC-OR-PROC optional.
7753         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7754         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7755         * net/tramp-sh.el (tramp-maybe-open-connection):
7756         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7757         Apply `tramp-check-proper-host'.
7759 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
7761         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
7762         lambda expression in order to have `describe-variable' display it.
7764 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
7766         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
7767         BUF can be optional.  (Bug#15186)
7769 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
7771         * progmodes/flymake.el (flymake-get-real-file-name-function):
7772         Fix broken customization.  (Bug#15184)
7774 2013-08-25  Alan Mackenzie  <acm@muc.de>
7776         Improve indentation of bracelists defined by macros (without "=").
7778         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
7779         expansion begins with "{", regard it as bracelist when it doesn't
7780         contain a ";".
7782         Parse C++ inher-intro when there's a template split over 2 lines.
7784         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
7785         rigorously the search for "class" etc. followed by ":".
7787         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
7788         random languages a regexp which never matches rather than nil.
7790         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
7792         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
7793         (c-awk-regexp-one-line-possibly-open-char-list-re)
7794         (c-awk-one-line-possibly-open-regexp-re)
7795         (c-awk-one-line-non-syn-ws*-re): Remove.
7796         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
7797         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
7798         (c-awk-space*-unclosed-regexp-/-re): New constants.
7799         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
7800         aren't regexp delimiters.
7802         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
7803         handling for a rare situation in AWK Mode involving unterminated
7804         strings/regexps.
7806 2013-08-23  Glenn Morris  <rgm@gnu.org>
7808         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
7810         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
7812         * files.el (create-file-buffer): If the result would begin with
7813         spaces, prepend a "|" instead of removing them.  (Bug#15162)
7815 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7817         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
7818         text-properties (bug#15155).
7820         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
7821         exist any more.
7822         (calc-keypad-redraw): Remove unused var `pad'.
7823         (calc-keypad-press): Remove unused var `menu'.
7825 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
7827         * window.el (display-buffer-pop-up-frame):
7828         Call pop-up-frame-function with BUFFER current so `make-frame' will
7829         use it as the new frame's buffer (Bug#15133).
7831 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7833         * calendar/timeclock.el: Minor cleanups.
7834         (timeclock-ask-before-exiting, timeclock-use-display-time):
7835         Use `symbol'.
7836         (timeclock-modeline-display): Define as alias before the
7837         actual definition.
7838         (timeclock-mode-line-display): Use define-minor-mode.
7839         (timeclock-day-list-template): Make it a function, add an argument.
7840         (timeclock-day-list-required, timeclock-day-list-length)
7841         (timeclock-day-list-debt, timeclock-day-list-span)
7842         (timeclock-day-list-break): Adjust calls accordingly.
7844 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7846         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
7847         Use read--expression so that completion works again.
7849 2013-08-21  Sam Steingold  <sds@gnu.org>
7851         Add rudimentary inferior shell interaction
7852         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
7853         (sh-set-shell): Reset it.
7854         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
7855         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
7857 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7859         * align.el: Use lexical-binding.
7860         (align-region): Simplify accordingly.
7862 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
7864         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
7866         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
7867         `non-essential' up.
7869 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
7871         * net/tramp.el:
7872         * net/tramp-adb.el:
7873         * net/tramp-cmds.el:
7874         * net/tramp-ftp.el:
7875         * net/tramp-gvfs.el:
7876         * net/tramp-gw.el:
7877         * net/tramp-sh.el: Don't wrap external variable declarations by
7878         `eval-when-compile'.
7880 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7882         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
7883         now that Emacs supports ImageMagick animations.
7885 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
7887         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
7888         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
7890 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
7892         * window.el (mouse-autoselect-window-select): Do autoselect when
7893         mouse pointer is on margin.
7895 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
7897         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
7899 2013-08-16  Glenn Morris  <rgm@gnu.org>
7901         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
7902         Handle "Remote Directory" response of some clients.  (Bug#15058)
7904         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
7905         Tweak warning.  (Bug#14926)
7907         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
7908         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
7910         * image-mode.el (image-mode-map): Add menu items to reverse,
7911         increase, decrease, reset animation speed.
7912         (image--set-speed, image-increase-speed, image-decrease-speed)
7913         (image-reverse-speed, image-reset-speed): New functions.
7914         (image-mode-map): Add bindings for speed commands.
7916         * image.el (image-animate-get-speed, image-animate-set-speed):
7917         New functions.
7918         (image-animate-timeout): Respect image :speed property.
7920 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7922         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
7923         previous line (bug#15101).
7924         (debugger-eval-expression, debugger-record-expression):
7925         Use read--expression (bug#15102).
7927 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
7929         Remove byte compiler warnings, visible when compiling with
7930         `byte-compile-force-lexical-warnings' set to t.
7932         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
7933         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
7934         (tramp-handle-unhandled-file-name-directory)
7935         (tramp-handle-file-notify-add-watch, tramp-action-login)
7936         (tramp-action-succeed, tramp-action-permission-denied)
7937         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
7938         arguments with "_".
7940         * net/tramp-adb.el (tramp-adb-parse-device-names)
7941         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
7942         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
7943         (tramp-adb-handle-file-truename): Remove unused arguments.
7945         * net/tramp-cache.el (tramp-flush-directory-property)
7946         (tramp-flush-connection-property, tramp-list-connections)
7947         (tramp-parse-connection-properties): Prefix unused arguments with "_".
7949         * net/tramp-compat.el (tramp-compat-make-temp-file):
7950         Rename FILENAME to F.
7952         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
7953         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
7954         (tramp-zeroconf-parse-workstation-device-names)
7955         (tramp-zeroconf-parse-webdav-device-names)
7956         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
7958         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
7959         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
7961         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
7962         arguments.
7963         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
7964         (tramp-sh-handle-insert-file-contents-literally)
7965         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
7966         with "_".
7967         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
7968         Remove unused variables.
7970         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
7971         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
7972         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
7974         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
7975         Make them a defconst.
7976         (tramp-uuencode-region): Remove unused variable.
7978 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
7980         * frameset.el (frameset--prop-setter): New function.
7981         (frameset-prop): Add gv-setter declaration.
7982         (frameset-filter-minibuffer): Deal with the case that the minibuffer
7983         parameter was already set in FILTERED.  Doc fix.
7984         (frameset--record-minibuffer-relationships): Allow saving a
7985         minibufferless frame without its corresponding minibuffer frame.
7986         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
7987         frame, if the frame id matches.
7988         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
7989         frames before orphaned ones.
7990         (frameset-restore): Warn about orphaned windows, instead of error out.
7992 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
7994         * window.el (window-make-atom): Don't overwrite parameter
7995         already present.
7996         (display-buffer-in-atom-window): Handle special case where we
7997         split an already atomic window.
7998         (window--major-non-side-window, display-buffer-in-side-window)
7999         (window--side-check): Ignore minibuffer window when walking
8000         window tree.
8001         (window-deletable-p): Return 'frame only if no other frame uses
8002         our minibuffer window.
8003         (record-window-buffer): Run buffer-list-update-hook.
8004         (split-window): Make sure window--check-frame won't destroy an
8005         existing atomic window in case the new window gets nested
8006         inside.
8007         (display-buffer-at-bottom): Ignore minibuffer window when
8008         walking window tree.  Don't split a side window.
8009         (pop-to-buffer): Don't set-buffer here, the select-window call
8010         should do that.
8011         (mouse-autoselect-window-select): Autoselect only if we are in the
8012         text portion of the window.
8014 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8016         * net/shr.el (shr-parse-image-data): New function to grab both the
8017         data itself and the Content-Type.
8018         (shr-put-image): Use it.
8020         * net/eww.el (eww-display-image): Ditto.
8022         * image.el (image-content-type-suffixes): New variable.
8024 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
8026         * progmodes/python.el (python-imenu--build-tree)
8027         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
8029 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
8031         * simple.el (backward-word): Mention the optional argument.
8033 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8035         * frameset.el (frameset--make): Rename constructor from make-frameset.
8036         (frameset-p, frameset-valid-p): Don't autoload.
8037         (frameset-valid-p): Use normal accessors.
8039 2013-08-13  Glenn Morris  <rgm@gnu.org>
8041         * progmodes/compile.el (compile-command): Tweak example in doc.
8042         * obsolete/scribe.el (scribe-mode):
8043         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
8045         * mail/feedmail.el (feedmail-confirm-outgoing)
8046         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
8048         * cus-start.el (truncate-partial-width-windows): Fix type.
8050         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
8052         * net/shr.el (shr-table-horizontal-line): Fix custom type.
8054 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8056         * emacs-lisp/timer.el (timer--time-setter): New function.
8057         (timer--time): Use it as gv-setter.
8059         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
8060         setter is not a symbol.
8062 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
8064         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
8065         if sending fails.  This makes debugging easier.
8067 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
8069         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
8070         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
8071         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
8073 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
8075         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
8077 2013-08-12  Glenn Morris  <rgm@gnu.org>
8079         * format.el (format-annotate-function):
8080         Handle read-only text properties in the source.  (Bug#14887)
8082 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8084         * net/eww.el (eww-display-html): Ignore coding system errors.
8085         One web site uses "utf-8lias" as the coding system.
8087 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
8089         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
8091 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
8093         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
8094         (tutorial--detailed-help): Remove unused local variables.
8095         (tutorial--save-tutorial-to): Use ignore-errors.
8096         (help-with-tutorial): Use looking-at-p.
8098         * view.el (view-buffer-other-window, view-buffer-other-frame):
8099         Mark unused arguments.
8101         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
8102         (woman-select-symbol-fonts, woman, woman-find-file)
8103         (woman-insert-file-contents, woman-non-underline-faces):
8104         Use string-match-p.
8105         (woman1-unquote): Move declaration.
8107         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
8108         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
8109         argument.  Remove unused local variable.
8110         (xml-parse-elem-type): Use string-match-p.
8111         (xml-substitute-numeric-entities): Use ignore-errors.
8113         * calculator.el (calculator): Mark unused argument.
8114         (calculator-paste, calculator-quit, calculator-integer-p):
8115         Use ignore-errors.
8116         (calculator-string-to-number, calculator-decimal, calculator-exp)
8117         (calculator-op-or-exp): Use string-match-p.
8119         * dired.el (dired-buffer-more-recently-used-p): Declare.
8120         (dired-insert-set-properties, dired-insert-old-subdirs):
8121         Use ignore-errors.
8123         * dired-aux.el (dired-compress): Use ignore-errors.
8124         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
8125         (dired-do-async-shell-command, dired-do-shell-command)
8126         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
8127         (dired-insert-subdir-validate): Use string-match-p.
8128         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
8129         (dired-add-entry): Use string-match-p, looking-at-p.
8130         (dired-insert-subdir-newpos): Remove unused local variable.
8132         * filenotify.el (file-notify-callback): Remove unused local variable.
8134         * filesets.el (filesets-error): Mark unused argument.
8135         (filesets-which-command-p, filesets-filter-dir-names)
8136         (filesets-directory-files, filesets-get-external-viewer)
8137         (filesets-ingroup-get-data): Use string-match-p.
8139         * find-file.el (ff-other-file-name, ff-other-file-name)
8140         (ff-find-the-other-file, ff-cc-hh-converter):
8141         Remove unused local variables.
8142         (ff-get-file-name): Use string-match-p.
8143         (ff-all-dirs-under): Use ignore-errors.
8145         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
8146         (follow-select-if-visible): Remove unused local variable.
8148         * forms.el (read-file-filter): Move declaration.
8149         (forms--make-format, forms--make-parser, forms-insert-record):
8150         Quote function with #'.
8151         (forms--update): Use string-match-p.  Quote function with #'.
8153         * help-mode.el (help-dir-local-var-def): Mark unused argument.
8154         (help-make-xrefs): Use looking-at-p.
8155         (help-xref-on-pp): Use looking-at-p, ignore-errors.
8157         * ibuffer.el (ibuffer-ext-visible-p): Declare.
8158         (ibuffer-confirm-operation-on): Use string-match-p.
8160         * msb.el (msb-item-handler, msb-dired-item-handler):
8161         Mark unused arguments.
8163         * ses.el (ses-decode-cell-symbol)
8164         (ses-kill-override): Remove unused local variable.
8165         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
8166         (ses-load): Use ignore-errors, looking-at-p.
8167         (ses-jump-safe): Use ignore-errors.
8168         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
8170         * tabify.el (untabify, tabify): Mark unused arguments.
8172         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
8173         Mark unused argument.
8174         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
8175         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
8177         * emacs-lisp/timer.el (timer--time): Define setter with
8178         gv-define-setter to avoid deprecation warning.
8180         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
8181         (*record-cmpl-statistics-p*): Remove (was commented out).
8182         (cmpl-statistics-block): Remove (body was commented out).
8183         All callers changed.
8184         (add-completions-from-buffer, load-completions-from-file):
8185         Remove unused variables.
8187 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
8189         * filecache.el (file-cache-delete-file-list):
8190         Print message only when told so.
8191         (file-cache-files-matching): Use #' in mapconcat argument.
8193         * ffap.el (ffap-url-at-point): Fix reference to variable
8194         thing-at-point-default-mail-uri-scheme.
8196 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8198         * subr.el (define-error): New function.
8199         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
8200         error-file-not-found and define with define-error.
8201         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
8202         and define with define-error.
8203         * userlock.el (file-locked, file-supersession):
8204         * simple.el (mark-inactive):
8205         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
8206         * progmodes/ada-mode.el (ada-mode-errors):
8207         * play/life.el (life-extinct):
8208         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
8209         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
8210         * nxml/rng-util.el (rng-error):
8211         * nxml/rng-uri.el (rng-uri-error):
8212         * nxml/rng-match.el (rng-compile-error):
8213         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
8214         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
8215         * nxml/nxml-rap.el (nxml-scan-error):
8216         * nxml/nxml-outln.el (nxml-outline-error):
8217         * net/soap-client.el (soap-error):
8218         * net/gnutls.el (gnutls-error):
8219         * net/ange-ftp.el (ftp-error):
8220         * mpc.el (mpc-proc-error):
8221         * json.el (json-error, json-readtable-error, json-unknown-keyword)
8222         (json-number-format, json-string-escape, json-string-format)
8223         (json-key-format, json-object-format):
8224         * jka-compr.el (compression-error):
8225         * international/quail.el (quail-error):
8226         * international/kkc.el (kkc-error):
8227         * emacs-lisp/ert.el (ert-test-failed):
8228         * calc/calc.el (calc-error, inexact-result, math-overflow)
8229         (math-underflow):
8230         * bookmark.el (bookmark-error-no-filename):
8231         * epg.el (epg-error): Define with define-error.
8233         * time.el (display-time-event-handler)
8234         (display-time-next-load-average): Don't call sit-for since it seems
8235         unnecessary (bug#15045).
8237         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
8238         Use #' instead of ' to quote functions.
8239         (checkdoc-output-mode): Use setq-local.
8240         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
8241         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
8242         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
8243         (checkdoc-ispell, checkdoc-ispell-current-buffer)
8244         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
8245         (checkdoc-ispell-message-text, checkdoc-ispell-start)
8246         (checkdoc-ispell-continue, checkdoc-ispell-comments)
8247         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
8249         * ido.el (ido-completion-help): Fix up compiler warning.
8251 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
8253         * frameset.el (frameset-p): Add autoload cookie.
8254         (frameset--jump-to-register): New function, based on code moved from
8255         register.el.
8256         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
8258         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
8259         (frameset-restore, frameset-save, frameset-session-filter-alist):
8260         Remove declarations.
8261         (register-alist): Doc fix.
8262         (frameset-to-register): Move to frameset.el.
8263         (jump-to-register, describe-register-1): Remove frameset-specific code.
8265 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
8267         * allout-widgets.el (allout-widgets-pre-command-business)
8268         (allout-widgets-post-command-business)
8269         (allout-widgets-after-change-handler)
8270         (allout-decorate-item-and-context, allout-set-boundary-marker)
8271         (allout-body-modification-handler)
8272         (allout-graphics-modification-handler): Mark ignored arguments.
8273         (allout-widgets-post-command-business)
8274         (allout-widgets-exposure-change-processor)
8275         (allout-widgets-exposure-undo-processor)
8276         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
8277         (allout-parse-item-at-point, allout-decorate-item-guides)
8278         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
8279         * allout.el (epa-passphrase-callback-function): Declare.
8280         (allout-overlay-insert-in-front-handler)
8281         (allout-overlay-interior-modification-handler)
8282         (allout-isearch-end-handler, allout-chart-siblings)
8283         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
8284         (allout-yank-processing, allout-process-exposed)
8285         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
8286         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
8287         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
8288         (lisp-indent-defform): Mark ignored arguments.
8289         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
8290         (calculate-lisp-indent): Remove unused variables.
8291         * international/characters.el (indian-2-column, arabic-2-column)
8292         (tibetan): Mark ignored arguments.
8293         (use-cjk-char-width-table): Mark ignored arguments.
8294         Remove unused variables.
8295         * international/fontset.el (build-default-fontset-data)
8296         (x-compose-font-name, create-fontset-from-fontset-spec):
8297         Mark ignored arguments.
8298         (fontset-plain-name): Remove unused variables.
8299         * international/mule.el (charset-id, charset-bytes, generic-char-p)
8300         (keyboard-coding-system): Mark ignored arguments.
8301         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
8302         * help.el (resize-temp-buffer-window):
8303         * window.el (display-buffer-in-major-side-window)
8304         (display-buffer-in-side-window, display-buffer-in-previous-window):
8305         Remove unused variables.
8306         * isearch.el (isearch-forward-symbol):
8307         * version.el (emacs-bzr-version-bzr):
8308         * international/mule-cmds.el (current-language-environment):
8309         * term/common-win.el (x-handle-iconic, x-handle-geometry)
8310         (x-handle-display):
8311         * term/pc-win.el (x-list-fonts, x-display-planes)
8312         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
8313         (x-server-version, x-display-screens, x-display-mm-height)
8314         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
8315         (x-selection-owner-p, x-own-selection-internal)
8316         (x-disown-selection-internal, x-get-selection-internal)
8317         (msdos-initialize-window-system):
8318         * term/tty-colors.el (tty-color-alist, tty-color-clear):
8319         * term/x-win.el (x-handle-no-bitmap-icon):
8320         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
8321         (vc-default-find-file-hook, vc-default-extra-menu):
8322         Mark ignored arguments.
8324 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8326         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
8327         break-condition in the context of the debugged code (bug#12685).
8329 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
8331         * comint.el:
8332         Do not use an overlay to highlight the last prompt.  (Bug#14744)
8333         (comint-mode): Make comint-last-prompt buffer local.
8334         (comint-last-prompt): New variable.
8335         (comint-last-prompt-overlay): Remove.  Superseded by
8336         comint-last-prompt.
8337         (comint-snapshot-last-prompt, comint-output-filter):
8338         Use comint-last-prompt.
8340 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
8342         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
8343         (frameset-save): Check validity of the resulting frameset.
8345 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
8347         * ido.el (ido-record-command): Add doc string.
8349 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
8351         * frameset.el (frameset): Do not disable creation of the default
8352         frameset-p predicate.  Doc fix.
8353         (frameset-valid-p): New function, copied from the old predicate-p.
8354         Add additional checks.
8355         (frameset-restore): Check with frameset-valid-p.
8356         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
8357         (frameset-name, frameset-description, frameset-properties)
8358         (frameset-states): Add docstring.
8359         (frameset-session-filter-alist, frameset-persistent-filter-alist)
8360         (frameset-filter-alist): Doc fixes.
8362 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
8364         * frameset.el (frameset-p, frameset-prop): Doc fixes.
8366 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8368         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
8369         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
8370         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
8371         (byte-compile-normal-call): Remove obsolescence check.
8373 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
8375         * frameset.el (frameset-restore): Doc fix.
8377         * register.el (frameset-frame-id, frameset-frame-with-id)
8378         (frameset-p, frameset-restore, frameset-save): Declare.
8379         (register-alist): Document framesets.
8380         (frameset-session-filter-alist): Declare.
8381         (frameset-to-register): New function.
8382         (jump-to-register): Implement jumping to framesets.  Doc fix.
8383         (describe-register-1): Describe framesets.
8385         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
8387 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
8389         * desktop.el (desktop-save-frameset): Use new frameset-save args.
8390         Use lexical-binding.
8392         * frameset.el (frameset): Use type vector, not list (incompatible
8393         change).  Do not declare a new constructor, use the default one.
8394         Upgrade suggested properties `app', `name' and `desc' to slots `app',
8395         `name' and `description', respectively, and add read-only slot
8396         `timestamp'.  Doc fixes.
8397         (frameset-copy, frameset-persistent-filter-alist)
8398         (frameset-filter-alist, frameset-switch-to-gui-p)
8399         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
8400         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
8401         (frameset-filter-iconified, frameset-keep-original-display-p):
8402         Doc fixes.
8403         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
8404         Rename from frameset-filter-(save|restore)-param.  All callers changed.
8405         Doc fix.
8406         (frameset-p): Adapt to change to vector and be more thorough.
8407         Change arg name to OBJECT.  Doc fix.
8408         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
8409         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
8410         All callers changed.
8411         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
8412         All callers changed.
8413         (frameset--record-minibuffer-relationships): Rename from
8414         frameset--process-minibuffer-frames.  All callers changed.
8415         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
8416         Use new default constructor (again).  Doc fix.
8417         (frameset--find-frame-if): Rename from `frameset--find-frame'.
8418         All callers changed.
8419         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
8420         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
8421         Doc fix.
8422         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
8423         PARAMETERS and WINDOW-STATE, respectively.
8424         (frameset-restore): Add new keyword argument PREDICATE.
8425         Reset frameset--target-display to nil.  Doc fix.
8427 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8429         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
8430         (bat-mode): Use it.
8431         (bat-mode-syntax-table): Mark \n as end-of-comment.
8432         (bat-font-lock-keywords): Remove comment rule.
8434         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
8435         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
8437         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
8438         (byte-compile-callargs-warn): Use `push'.
8439         (byte-compile-arglist-warn): Ignore higher-order "calls".
8440         (byte-compile-file-form-autoload): Use `pcase'.
8441         (byte-compile-function-form): If quoting a symbol, check that it exists.
8443 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
8445         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
8446         and add a few popular commands found in batch files.
8447         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
8448         (dos-mode): Doc fixes.
8450 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8452         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
8453         (dos-mode): Use setq-local.  Add space after "rem".
8454         (dos-mode-syntax-table): Don't use "w" for symbol chars.
8455         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
8457 2013-08-07  Arni Magnusson  <arnima@hafro.is>
8459         * progmodes/dos.el: New file.
8460         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
8461         dos-mode.
8463 2013-08-06  Glenn Morris  <rgm@gnu.org>
8465         * calendar/calendar.el: Add new faces, and day-header-array.
8466         (calendar-weekday-header, calendar-weekend-header)
8467         (calendar-month-header): New faces.
8468         (calendar-day-header-construct): New function.
8469         (calendar-day-header-width): Also :set calendar-day-header-array.
8470         (calendar-american-month-header, calendar-european-month-header)
8471         (calendar-iso-month-header): Use calendar- faces.
8472         (calendar-generate-month):
8473         Use calendar-day-header-array for day headers; apply faces to them.
8474         (calendar-mode): Check calendar-font-lock-keywords non-nil.
8475         (calendar-abbrev-construct): Add optional maxlen argument.
8476         (calendar-day-name-array): Doc fix.
8477         (calendar-day-name-array, calendar-abbrev-length)
8478         (calendar-day-abbrev-array):
8479         Also :set calendar-day-header-array, and maybe redraw.
8480         (calendar-day-header-array): New option.  (Bug#15007)
8481         (calendar-font-lock-keywords): Set to nil and make obsolete.
8482         (calendar-day-name): Add option to use header array.
8484 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8486         * net/shr.el (shr-render-td): Remove debugging.
8487         (shr-render-td): Make width computation consistent by defaulting
8488         all zero-width columns to 10 characters.  This may not be optimal,
8489         but it's at least consistent.
8490         (shr-make-table-1): Redo last change to fix the real problem in
8491         colspan handling.
8493 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
8495         * files.el (cache-long-line-scans):
8496         Make obsolete alias to `cache-long-scans'.
8498 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
8500         * frameset.el (frameset, frameset-filter-alist)
8501         (frameset-filter-params, frameset-save, frameset--reuse-frame)
8502         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
8503         (frameset-compute-pos): Rename from frameset--compute-pos,
8504         and add docstring.
8505         (frameset-move-onscreen): Use frameset-compute-pos.
8506         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
8508         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
8509         Fix typos in docstrings.
8511 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
8513         * frame.el (get-other-frame): Tiny cleanup.
8515 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
8517         * vc/vc.el (vc-default-ignore-completion-table):
8518         Silence byte-compiler warning.
8520         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
8521         slot, which can indeed be nil.
8522         (frameset-live-filter-alist, frameset-persistent-filter-alist):
8523         Move entry for `left' from persistent to live filter alist.
8524         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
8525         Doc fixes.
8526         (frameset-filter-params): When restoring a frame, copy items added to
8527         `filtered', to avoid unwittingly modifying the original parameters.
8528         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
8529         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
8531         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
8532         to use looking-at-p instead of looking-at.  (Bug#15028)
8534 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8536         Revert introduction of isearch-filter-predicates (bug#14714).
8537         Rely on add-function instead.
8538         * isearch.el (isearch-filter-predicates): Rename it back to
8539         isearch-filter-predicate.
8540         (isearch-message-prefix): Use advice-function-mapc and advice
8541         properties to get the isearch-message-prefix.
8542         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
8543         instead of run-hook-with-args-until-failure.
8544         (isearch-filter-visible): Not obsolete any more.
8545         * loadup.el: Preload nadvice.
8546         * replace.el (perform-replace): Revert to funcall
8547         instead of run-hook-with-args-until-failure.
8548         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
8549         * dired-aux.el (dired-isearch-filenames-mode): Rename from
8550         dired-isearch-filenames-toggle; make it into a proper minor mode.
8551         Use add/remove-function.
8552         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
8553         Call the minor-mode rather than add/remove-hook.
8554         (dired-isearch-filter-filenames):
8555         Remove isearch-message-prefix property.
8556         * info.el (Info--search-loop): New function, extracted from Info-search.
8557         Funcall isearch-filter-predicate instead of
8558         run-hook-with-args-until-failure isearch-filter-predicates.
8559         (Info-search): Use it.
8560         (Info-mode): Use isearch-filter-predicate instead of
8561         isearch-filter-predicates.
8563 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
8565         Do not call to `selected-window' where it is assumed by default.
8566         Affected functions are `window-minibuffer-p', `window-dedicated-p',
8567         `window-hscroll', `window-width', `window-height', `window-buffer',
8568         `window-frame', `window-start', `window-point', `next-window'
8569         and `window-display-table'.
8570         * abbrev.el (abbrev--default-expand):
8571         * bs.el (bs--show-with-configuration):
8572         * buff-menu.el (Buffer-menu-mouse-select):
8573         * calc/calc.el (calc):
8574         * calendar/calendar.el (calendar-generate-window):
8575         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
8576         (diary-make-entry):
8577         * comint.el (send-invisible, comint-dynamic-complete-filename)
8578         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
8579         * completion.el (complete):
8580         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
8581         * disp-table.el (describe-current-display-table):
8582         * doc-view.el (doc-view-insert-image):
8583         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
8584         * ehelp.el (with-electric-help):
8585         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8586         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
8587         * emacs-lisp/helper.el (Helper-help-scroller):
8588         * emulation/cua-base.el (cua--post-command-handler-1):
8589         * eshell/esh-mode.el (eshell-output-filter):
8590         * ffap.el (ffap-gnus-wrapper):
8591         * help-macro.el (make-help-screen):
8592         * hilit-chg.el (highlight-compare-buffers):
8593         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
8594         * hl-line.el (global-hl-line-highlight):
8595         * icomplete.el (icomplete-simple-completing-p):
8596         * isearch.el (isearch-done):
8597         * jit-lock.el (jit-lock-stealth-fontify):
8598         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
8599         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8600         * mpc.el (mpc-tagbrowser, mpc):
8601         * net/rcirc.el (rcirc-any-buffer):
8602         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
8603         * play/landmark.el (landmark-max-width, landmark-max-height):
8604         * play/zone.el (zone):
8605         * progmodes/compile.el (compilation-goto-locus):
8606         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
8607         * progmodes/etags.el (find-tag-other-window):
8608         * progmodes/fortran.el (fortran-column-ruler):
8609         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
8610         * progmodes/verilog-mode.el (verilog-point-text):
8611         * reposition.el (reposition-window):
8612         * rot13.el (toggle-rot13-mode):
8613         * server.el (server-switch-buffer):
8614         * shell.el (shell-dynamic-complete-command)
8615         (shell-dynamic-complete-environment-variable):
8616         * simple.el (insert-buffer, set-selective-display)
8617         (delete-completion-window):
8618         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
8619         (speedbar-recenter):
8620         * startup.el (fancy-splash-head):
8621         * textmodes/ispell.el (ispell-command-loop):
8622         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
8623         * tutorial.el (help-with-tutorial):
8624         * vc/add-log.el (add-change-log-entry):
8625         * vc/compare-w.el (compare-windows):
8626         * vc/ediff-help.el (ediff-indent-help-message):
8627         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
8628         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
8629         (ediff-setup-control-frame):
8630         * vc/emerge.el (emerge-position-region):
8631         * vc/pcvs-util.el (cvs-bury-buffer):
8632         * window.el (walk-windows, mouse-autoselect-window-select):
8633         * winner.el (winner-set-conf, winner-undo): Related users changed.
8635 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
8637         * frameset.el (frameset--set-id): Doc fix.
8638         (frameset-frame-id, frameset-frame-id-equal-p)
8639         (frameset-locate-frame-id): New functions.
8640         (frameset--process-minibuffer-frames, frameset--reuse-frame)
8641         (frameset-restore): Use them.
8643 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
8645         Do not call to `selected-frame' where it is assumed by default.
8646         Affected functions are `raise-frame', `redraw-frame',
8647         `frame-first-window', `frame-terminal' and `delete-frame'.
8648         * calendar/appt.el (appt-disp-window):
8649         * epg.el (epg-wait-for-completion):
8650         * follow.el (follow-delete-other-windows-and-split)
8651         (follow-avoid-tail-recenter):
8652         * international/mule.el (set-terminal-coding-system):
8653         * mail/rmail.el (rmail-mail-return):
8654         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
8655         * progmodes/f90.el (f90-add-imenu-menu):
8656         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
8657         * server.el (server-switch-buffer):
8658         * simple.el (delete-completion-window):
8659         * talk.el (talk):
8660         * term/xterm.el (terminal-init-xterm-modify-other-keys)
8661         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
8662         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
8663         * vc/ediff.el (ediff-documentation): Related users changed.
8664         * frame.el (selected-terminal): Remove the leftover.
8666 2013-08-05  Glenn Morris  <rgm@gnu.org>
8668         * calendar/calendar.el (calendar-generate-month):
8669         Fix for calendar-column-width != 1 + calendar-day-digit-width.
8670         (calendar-generate-month, calendar-font-lock-keywords):
8671         Fix for calendar-day-header-width > length of any day name.
8673 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
8675         * desktop.el (desktop-clear): Use new name of sort predicate.
8677         * frameset.el (frameset): Add docstring.  Move :version property to its
8678         own `version' slot.
8679         (frameset-copy): Rename from copy-frameset.
8680         (frameset-p): Check more thoroughly.
8681         (frameset-prop): Do not check for :version, which is no longer a prop.
8682         (frameset-live-filter-alist, frameset-persistent-filter-alist):
8683         Use new :never value instead of t.
8684         (frameset-filter-alist): Expand and clarify docstring.
8685         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
8686         (frameset-filter-minibuffer, frameset-filter-save-param)
8687         (frameset-filter-restore-param, frameset-filter-iconified):
8688         Add pointer to docstring of frameset-filter-alist.
8689         (frameset-filter-params): Rename filter values to be more meaningful:
8690         :never instead of t, and reverse the meanings of :save and :restore.
8691         (frameset--process-minibuffer-frames): Clarify error message.
8692         (frameset-save): Avoid unnecessary and confusing call to framep.
8693         Use new BOA constructor for framesets.
8694         (frameset--reuse-list): Doc fix.
8695         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
8696         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
8697         (frameset-minibufferless-first-p): Doc fix.
8698         Rename from frameset-sort-frames-for-deletion.
8699         (frameset-restore): Doc fixes.  Use new function names.
8700         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
8702 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
8704         * desktop.el (desktop-restore-forces-onscreen)
8705         (desktop-restore-reuses-frames): Document :keyword constant values.
8706         (desktop-filter-parameters-alist): Remove, now identical to
8707         frameset-filter-alist.
8708         (desktop--filter-tty*): Remove, moved to frameset.el.
8709         (desktop-save-frameset, desktop-restore-frameset):
8710         Do not pass :filters argument.
8712         * frameset.el (frameset-live-filter-alist)
8713         (frameset-persistent-filter-alist): New variables.
8714         (frameset-filter-alist): Use them.  Add autoload cookie.
8715         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
8716         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
8717         `frameset--id' (it's supposed to be internal to frameset.el).
8718         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
8719         (frameset--initial-params): New function.
8720         (frameset--get-frame): Use it.  Doc fix.
8721         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
8722         Accept :all, not 'all.
8723         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
8724         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
8725         with fbound symbols.  Fix frame id matching, and remove matching ids if
8726         the frame being restored is deleted.  Obey :delete.
8728 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8730         * subr.el (macrop): New function.
8731         (text-clone--maintaining): New var.
8732         (text-clone--maintain): Rename from text-clone-maintain.  Use it
8733         instead of inhibit-modification-hooks.
8735         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
8736         a proxy, so as handle autoloads and redefinitions of the target.
8737         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
8739         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
8740         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
8741         (pcase--mutually-exclusive-p): New function.
8742         (pcase--split-consp): Use it.
8743         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
8744         mutually exclusive with the current predicate.
8746         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
8747         (edebug-macrop): Remove.  Use `macrop' instead.
8748         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
8749         (ad-macro-p):
8750         * eshell/esh-cmd.el (eshell-macrop):
8751         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
8753 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8755         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
8756         (advice-mapc): New function, using it.
8757         (advice-function-member-p): New function.
8758         (advice--normalize): Store the cdr in advice--saved-rewrite since
8759         that's the part that will be changed.
8760         (advice--symbol-function): New function.
8761         (advice-remove): Handle removal before the function is defined.
8762         Adjust to new advice--saved-rewrite.
8763         (advice-member-p): Use advice-function-member-p and
8764         advice--symbol-function.
8766 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
8768         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
8769         (frameset-filter-minibuffer): Doc fix.
8770         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
8771         (frameset--set-id, frameset--process-minibuffer-frames)
8772         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
8773         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
8775         * desktop.el (desktop-clear): Only delete frames when called
8776         interactively and desktop-restore-frames is non-nil.  Doc fix.
8777         (desktop-read): Set desktop-saved-frameset to nil.
8779 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
8781         * vc/vc.el (vc-ignore): Rewrite.
8782         (vc-default-ignore-completion-table, vc--read-lines)
8783         (vc--add-line, vc--remove-regexp): New functions.
8785         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
8786         (vc-svn-ignore-completion-table): New function.
8788         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
8789         (vc-hg-ignore-completion-table)
8790         (vc-hg-find-ignore-file): New functions.
8792         * vc/vc-git.el (vc-git-ignore): Rewrite.
8793         (vc-git-ignore-completion-table)
8794         (vc-git-find-ignore-file): New functions.
8796         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
8798         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
8799         (vc-bzr-ignore-completion-table)
8800         (vc-bzr-find-ignore-file): New functions.
8802 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
8804         * frameset.el (frameset-prop): New function and setter.
8805         (frameset-save): Do not modify frame list passed by the caller.
8807 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8809         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
8811 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8813         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
8814         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
8816         * custom.el (custom-initialize-default, custom-initialize-set)
8817         (custom-initialize-reset, custom-initialize-changed): Affect the
8818         toplevel-default-value (bug#6275, bug#14586).
8819         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
8820         for bug#6275.
8822 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
8824         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8825         Add cl-def* expressions.
8827         * frameset.el (frameset-filter-params): Fix order of arguments.
8829 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
8831         Move code related to saving frames to frameset.el.
8832         * desktop.el: Require frameset.
8833         (desktop-restore-frames): Doc fix.
8834         (desktop-restore-reuses-frames): Rename from
8835         desktop-restoring-reuses-frames.
8836         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
8837         (desktop-clear): Clear frames too.
8838         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
8839         (desktop--filter-tty*, desktop-save, desktop-read):
8840         Use frameset functions.
8841         (desktop-before-saving-frames-functions, desktop--filter-*-color)
8842         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
8843         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
8844         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
8845         (desktop--process-minibuffer-frames, desktop-save-frames)
8846         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
8847         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
8848         (desktop--sort-states, desktop-restoring-frames-p)
8849         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
8850         (desktop-restoring-frameset-p, desktop-restore-frameset)
8851         (desktop--check-dont-save, desktop-save-frameset): New functions.
8852         (desktop--app-id): New constant.
8853         (desktop-first-buffer, desktop-buffer-ok-count)
8854         (desktop-buffer-fail-count): Move before first use.
8855         * frameset.el: New file.
8857 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8859         * files.el: Use lexical-binding.
8860         (dir-locals-read-from-file): Remove unused `err' variable.
8861         (hack-dir-local-variables--warned-coding): New var.
8862         (hack-dir-local-variables): Use it to avoid repeated warnings.
8863         (make-backup-file-name--default-function): New function.
8864         (make-backup-file-name-function): Use it as default.
8865         (buffer-stale--default-function): New function.
8866         (buffer-stale-function): Use it as default.
8867         (revert-buffer-insert-file-contents--default-function): New function.
8868         (revert-buffer-insert-file-contents-function): Use it as default.
8869         (insert-directory): Avoid add-to-list.
8871         * autorevert.el (auto-revert-handler): Simplify.
8872         Use buffer-stale--default-function.
8874 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
8876         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
8878         * whitespace.el (whitespace-ensure-local-variables): New function.
8879         (whitespace-cleanup-region): Call it.
8880         (whitespace-turn-on): Call it.
8882 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
8884         Complete file name handlers.
8886         * net/tramp.el (tramp-handle-set-visited-file-modtime)
8887         (tramp-handle-verify-visited-file-modtime)
8888         (tramp-handle-file-notify-rm-watch): New functions.
8889         (tramp-call-process): Do not bind `default-directory'.
8891         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8892         Order alphabetically.
8893         <access-file, add-name-to-file, dired-call-process>:
8894         <dired-compress-file, file-acl, file-notify-rm-watch>:
8895         <file-ownership-preserved-p, file-selinux-context>:
8896         <make-directory-internal, make-symbolic-link, set-file-acl>:
8897         <set-file-selinux-context, set-visited-file-modtime>:
8898         <verify-visited-file-modtime>: Add handler.
8899         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
8901         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
8902         <file-notify-add-watch, file-notify-rm-watch>:
8903         <set-file-times, set-visited-file-modtime>:
8904         <verify-visited-file-modtime>: Add handler.
8905         (with-tramp-gvfs-error-message)
8906         (tramp-gvfs-handle-set-visited-file-modtime)
8907         (tramp-gvfs-fuse-file-name): Remove.
8908         (tramp-gvfs-handle-file-notify-add-watch)
8909         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
8910         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
8912         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8913         Order alphabetically.
8914         <file-notify-rm-watch>: Use default Tramp handler.
8915         <executable-find>: Remove private handler.
8916         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
8917         `default-directory'.
8918         (tramp-sh-handle-executable-find)
8919         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
8920         (tramp-sh-file-gvfs-monitor-dir-process-filter)
8921         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
8922         Do not use `format' in `tramp-message'.
8924         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
8925         <file-notify-rm-watch, set-visited-file-modtime>:
8926         <verify-visited-file-modtime>: Add handler.
8927         (tramp-smb-call-winexe): Do not bind `default-directory'.
8929 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
8931         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
8933 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
8935         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
8936         use it.
8937         (log-view-diff-changeset): Same.
8938         (log-view-diff-common): Call backend command `previous-revision'
8939         to find out the previous revision, in both cases.  Swap the
8940         variables `to' and `fr', so that `fr' usually refers to the
8941         earlier revision (Bug#14989).
8943 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
8945         * ibuf-ext.el (ibuffer-filter-by-filename):
8946         Make it work with dired buffers too.
8948 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
8950         * emacs-lisp/re-builder.el (reb-color-display-p):
8951         * files.el (save-buffers-kill-terminal):
8952         * net/browse-url.el (browse-url):
8953         * server.el (server-save-buffers-kill-terminal):
8954         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
8955         Prefer nil to selected-frame for the first arg of frame-parameter.
8957 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
8959         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
8961 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
8963         * minibuffer.el (completion--twq-all): Try and preserve each
8964         completion's case choice (bug#14907).
8966 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8968         * net/network-stream.el (open-network-stream): Mention the new
8969         :nogreeting parameter.
8970         (network-stream-open-starttls): Use the :nogreeting parameter
8971         (bug#14938).
8973         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
8975         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
8976         more natural than popping.
8978         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
8979         (shr-urlify): Highlight under mouse.
8981 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
8983         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
8985         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
8987         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
8988         buffer for output.
8990         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
8991         point-min==1.  Fix search string.  Fix parentheses missing.
8993         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
8994         assume point-min==1.  Fix search string.  Fix parentheses missing.
8996         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
8998         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
8999         buffer for output.
9001 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
9003         * frame.el (frame-notice-user-settings): Avoid inflooping when the
9004         initial frame is minibuffer-less.  (Bug#14841)
9006 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
9008         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
9009         option.
9011         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9012         (tramp-maybe-open-connection): Use it.
9014 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
9016         * desktop.el (desktop--make-frame): Include `minibuffer' in the
9017         minimal set of parameters passed when creating a frame, because
9018         the minibuffer status of a frame cannot be changed later.
9020 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
9022         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
9023         replace-regexp-in-string and inadvertent omissions in previous change.
9024         (todo-filter-items): Ensure only file names are comma-separated in
9025         name of filtered items buffer.
9027 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
9029         * desktop.el: Optionally force offscreen frames back onscreen.
9030         (desktop-restoring-reuses-frames): New option.
9031         (desktop--compute-pos, desktop--move-onscreen): New functions.
9032         (desktop--make-frame): Use desktop--move-onscreen.
9034 2013-07-27  Alan Mackenzie  <acm@muc.de>
9036         Fontify a Java generic method as a function.
9037         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
9038         value to t.
9040 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
9042         * calendar/todo-mode.el: Add command to rename todo files.
9043         (todo-rename-file): New command.
9044         (todo-key-bindings-t): Add key binding for it.  Change the
9045         bindings of todo-filter-regexp-items(-multifile) to use `x'
9046         instead of `r', since the latter is better suited to the new
9047         renaming command.
9049 2013-07-27  Alan Mackenzie  <acm@muc.de>
9051         Make Java try-with-resources statement parse properly.
9052         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
9053         (c-block-stmt-1-2-key): New language constants/variables.
9054         * progmodes/cc-engine.el (c-beginning-of-statement-1)
9055         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
9056         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
9057         with c-block-stmt-1-2-key.
9059 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
9061         * desktop.el (desktop--make-frame): Apply most frame parameters after
9062         creating the frame to force (partially or totally) offscreen frames to
9063         be restored as such.
9065 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
9067         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
9068         (Bug#14948)
9070 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9072         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
9073         `base' arg of backtrace-frame.
9075 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
9077         * simple.el (list-processes): Doc fix.
9079 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
9081         * desktop.el (desktop--select-frame):
9082         Try harder to reuse existing frames.
9084 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9086         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
9087         (edebug-eval): Use backtrace-eval.
9088         (edebug--display, edebug--recursive-edit): Don't let-bind the
9089         edebug-outer-* vars that keep track of variables we locally let-bind.
9090         (edebug-outside-excursion): Don't restore outside values of locally
9091         let-bound vars.
9092         (edebug--display): Use user-error.
9093         (cl-lexical-debug, cl-debug-env): Remove.
9095 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
9097         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
9098         are restored to be sure that they are visible before deleting any
9099         remaining ones.
9101 2013-07-26  Matthias Meulien  <orontee@gmail.com>
9103         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
9104         vc-print-root-log.  (Bug#14948)
9106 2013-07-26  Richard Stallman  <rms@gnu.org>
9108         Add aliases for encrypting mail.
9109         * epa.el (epa-mail-aliases): New option.
9110         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
9111         Bind inhibit-read-only so read-only text doesn't ruin everything.
9112         (epa-mail-default-recipients): New subroutine broken out.
9113         Handle epa-mail-aliases.
9115 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9117         Add support for lexical variables to the debugger's `e' command.
9118         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
9119         vars, except for debugger-outer-match-data.
9120         (debugger-frame-number): Move check for "on a function call" from
9121         callers into it.  Add `skip-base' argument.
9122         (debugger-frame, debugger-frame-clear): Simplify accordingly.
9123         (debugger-env-macro): Only reset the state stored in non-variables,
9124         i.e. current-buffer and match-data.
9125         (debugger-eval-expression): Rewrite using backtrace-eval.
9126         * subr.el (internal--called-interactively-p--get-frame): Remove.
9127         (called-interactively-p):
9128         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
9129         `base' arg of backtrace-frame instead.
9131 2013-07-26  Glenn Morris  <rgm@gnu.org>
9133         * align.el (align-regexp): Doc fix.  (Bug#14857)
9134         (align-region): Explicit error if subexpression missing/does not match.
9136         * simple.el (global-visual-line-mode):
9137         Do not duplicate the mode lighter.  (Bug#14858)
9139 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
9141         * window.el (display-buffer): In display-buffer bind
9142         split-window-keep-point to t, bug#14829.
9144 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
9146         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
9147         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
9148         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
9149         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
9150         Change accordingly.
9151         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
9152         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
9154 2013-07-25  Glenn Morris  <rgm@gnu.org>
9156         * dired-x.el (dired-mark-extension): Convert comment to doc string.
9158 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
9160         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
9161         parameter to modify-frame-parameters if the value has not changed;
9162         this is a workaround for bug#14949.
9163         (desktop--make-frame): On cl-delete-if call, check parameter name,
9164         not full parameter.
9166 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
9168         * vc/vc.el (vc-ignore): New function.
9170         * vc/vc-svn.el (vc-svn-ignore): New function.
9172         * vc/vc-hg.el (vc-hg-ignore): New function.
9174         * vc/vc-git.el (vc-git-ignore): New function.
9176         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
9177         (vc-dir-ignore): New function.
9179         * vc/vc-cvs.el (vc-cvs-ignore): New function.
9180         (cvs-append-to-ignore): Move here from pcvs.el.
9182         * vc/vc-bzr.el (vc-bzr-ignore): New function.
9184         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
9186 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
9188         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
9189         (desktop-restore-frames): Warn when deleting an existing frame failed.
9191 2013-07-24  Glenn Morris  <rgm@gnu.org>
9193         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
9195 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
9197         * filenotify.el (file-notify-supported-p):
9198         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
9199         Remove functions.
9201         * autorevert.el (auto-revert-use-notify)
9202         (auto-revert-notify-add-watch):
9203         * net/tramp.el (tramp-file-name-for-operation):
9204         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9205         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9206         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9207         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
9208         Remove `file-notify-supported-p' entry.
9210 2013-07-24  Glenn Morris  <rgm@gnu.org>
9212         * printing.el: Replace all uses of deleted ps-windows-system,
9213         ps-lp-system, ps-flatten-list with lpr- versions.
9215 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9217         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
9218         checked with memq (bug#14935).
9220         * files.el (revert-buffer-function): Use a non-nil default.
9221         (revert-buffer-preserve-modes): Declare var to
9222         provide access to the `preserve-modes' argument.
9223         (revert-buffer): Let-bind it.
9224         (revert-buffer--default): New function, extracted from revert-buffer.
9226 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9228         * lpr.el: Signal print errors more prominently.
9229         (print-region-function): Don't default to nil.
9230         (lpr-print-region): New function, extracted from print-region-1.
9231         Check lpr's return value and signal an error in case of problem.
9232         (print-region-1): Use it.
9233         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
9234         versions instead.
9235         (ps-printer-name): Default to nil.
9236         (ps-printer-name-option): Default to lpr-printer-switch.
9237         (ps-print-region-function): Don't default to nil.
9238         (ps-postscript-code-directory): Simplify default.
9239         (ps-do-despool): Use lpr-print-region to properly check the outcome.
9240         (ps-string-list, ps-eval-switch, ps-flatten-list)
9241         (ps-flatten-list-1): Remove.
9242         (ps-multibyte-buffer): Avoid setq.
9243         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
9244         (print-region-function, ps-print-region-function): Don't set them here.
9246 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
9248         * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
9249         (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
9250         (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
9251         (ido-decorations): Doc fix.
9253         * ansi-color.el: Fix old URL.
9255 2013-07-23  Michael R. Mauger  <michael@mauger.com>
9257         * progmodes/sql.el: Version 3.3
9258         (sql-product-alist): Improve oracle :prompt-cont-regexp.
9259         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
9260         (sql-interactive-remove-continuation-prompt): Rewrite, use
9261         functions above.  Fix continuation prompt and complete output line
9262         handling.
9263         (sql-redirect-one, sql-execute): Use `read-only-mode' on
9264         redirected output buffer.
9265         (sql-mode): Restore deleted code (Bug#13591).
9267 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
9269         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
9271 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
9273         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
9275         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9276         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9277         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
9279 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
9281         * desktop.el (desktop-clear): Simplify; remove useless checks
9282         against invalid buffer names.
9283         (desktop-list*): Use cl-list*.
9284         (desktop-buffer-info, desktop-create-buffer): Simplify.
9286 2013-07-23  Leo Liu  <sdl.web@gmail.com>
9288         * bookmark.el (bookmark-make-record): Restore NAME as a default
9289         value.  (Bug#14933)
9291 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9293         * emacs-lisp/autoload.el (autoload--setup-output): New function,
9294         extracted from autoload--insert-text.
9295         (autoload--insert-text): Remove.
9296         (autoload--print-cookie-text): New function, extracted from
9297         autoload--insert-cookie-text.
9298         (autoload--insert-cookie-text): Remove.
9299         (autoload-generate-file-autoloads): Adjust calls accordingly.
9301         * winner.el (winner-hook-installed-p): Remove.
9302         (winner-mode): Simplify accordingly.
9304         * subr.el (add-to-list): Fix compiler-macro when `append' is
9305         not constant.  Don't use `cl-member' for the base case.
9307         * progmodes/subword.el: Fix boundary case (bug#13758).
9308         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
9309         own group.
9310         (subword-backward-regexp): Make it a constant.
9311         (subword-forward-internal): Don't treat a trailing capital as the
9312         beginning of a word.
9314 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
9316         * emacs-lisp/package.el (package-menu-mode): Don't modify the
9317         global value of tabulated-list-revert-hook (bug#14930).
9319 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
9321         * desktop.el: Require 'cl-lib.
9322         (desktop-before-saving-frames-functions): New hook.
9323         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
9324         for frames being saved.  Rename from desktop--save-minibuffer-frames.
9325         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
9326         Do not save frames with non-nil `desktop-dont-save' parameter.
9327         Filter out deleted frames.
9328         (desktop--find-frame): Use cl-find-if.
9329         (desktop--select-frame): Use cl-(first|second|third) to access values
9330         of desktop-mini.
9331         (desktop--make-frame): Use cl-delete-if.
9332         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
9333         (desktop-restore-frames): Use cl-(first|second|third) to access values
9334         of desktop-mini.  Look for visible frame at the end, not while
9335         restoring frames.
9337         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
9338         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
9339         Use string-match-p, looking-at-p (bug#14927).
9341 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
9343         * desktop.el (desktop-saved-frame-states):
9344         Rename from desktop--saved-states; all users changed.
9345         (desktop-save-frames): Rename from desktop--save-frames.
9346         Do not save state to desktop file.
9347         (desktop-save): Save desktop-saved-frame-states to desktop file
9348         and reset to nil.
9349         (desktop-restoring-frames-p): New function.
9350         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
9351         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
9352         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
9354         * desktop.el: Correctly restore iconified frames.
9355         (desktop--filter-iconified-position): New function.
9356         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
9358 2013-07-20  Glenn Morris  <rgm@gnu.org>
9360         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
9361         Let `message' do the formatting.
9362         (def-gdb-preempt-display-buffer): Add explicit format.
9364         * image-dired.el (image-dired-track-original-file):
9365         Use with-current-buffer.
9366         (image-dired-track-thumbnail): Use with-current-buffer.
9367         Avoid changing point of wrong window.
9369         * image-dired.el (image-dired-track-original-file):
9370         Avoid changing point of wrong window.  (Bug#14909)
9372 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
9374         * progmodes/gdb-mi.el (gdb-done-or-error):
9375         Guard against "%" in gdb output.  (Bug#14127)
9377 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
9379         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
9380         (Bug#14826)
9382         * international/mule.el (coding-system-iso-2022-flags): Fix last
9383         change.
9385 2013-07-20  Kenichi Handa  <handa@gnu.org>
9387         * international/mule.el (coding-system-iso-2022-flags):
9388         Add `8-bit-level-4'.  (Bug#8522)
9390 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9392         * net/shr.el (shr-mouse-browse-url): New command and keystroke
9393         (bug#14815).
9395         * net/eww.el (eww-process-text-input): Allow inputting when the
9396         point is at the start of the line, as the properties aren't
9397         front-sticky.
9399         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
9400         degenerate widths.
9402 2013-07-19  Richard Stallman  <rms@gnu.org>
9404         * epa.el (epa-popup-info-window): Doc fix.
9406         * subr.el (split-string): New arg TRIM.
9408 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
9410         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
9411         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
9413 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
9415         * filenotify.el (file-notify--library): Rename from
9416         `file-notify-support'.  Do not autoload.  Adapt all uses.
9417         (file-notify-supported-p): New defun.
9419         * autorevert.el (auto-revert-use-notify):
9420         Use `file-notify-supported-p' instead of `file-notify-support'.
9421         Adapt docstring.
9422         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
9424         * net/tramp.el (tramp-file-name-for-operation):
9425         Add `file-notify-supported-p'.
9427         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
9428         New defun.
9429         (tramp-sh-file-name-handler-alist): Add it as handler for
9430         `file-notify-supported-p '.
9432         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9433         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9434         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
9435         Add `ignore' as handler for `file-notify-*' functions.
9437 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
9439         * simple.el (line-move-partial, line-move): Don't start vscroll or
9440         scroll-up if the current line is not taller than the window.
9441         (Bug#14881)
9443 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
9445         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
9446         highlight question marks in the method names as strings.
9447         (ruby-block-beg-keywords): Inline.
9448         (ruby-font-lock-keyword-beg-re): Extract from
9449         `ruby-font-lock-keywords'.
9451 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
9453         * frame.el (blink-cursor-blinks): New defcustom.
9454         (blink-cursor-blinks-done): New defvar.
9455         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
9456         (blink-cursor-timer-function): Check if number of blinks has been
9457         done on X and NS.
9458         (blink-cursor-suspend, blink-cursor-check): New defuns.
9460 2013-07-15  Glenn Morris  <rgm@gnu.org>
9462         * edmacro.el (edmacro-format-keys): Fix previous change.
9464 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
9466         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
9467         The hack didn't work outside English locales anyway.
9469 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
9471         * simple.el (define-alternatives): Rename from alternatives-define,
9472         per RMS' suggestion.
9474 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
9476         * desktop.el (desktop-restore-frames): Change default to t.
9477         (desktop-restore-in-current-display): Now offer more options.
9478         (desktop-restoring-reuses-frames): New customization option.
9479         (desktop--saved-states): Doc fix.
9480         (desktop-filter-parameters-alist): New variable, renamed and expanded
9481         from desktop--excluded-frame-parameters.
9482         (desktop--target-display): New variable.
9483         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
9484         (desktop--filter-tty*, desktop--filter-*-color)
9485         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
9486         (desktop--filter-save-desktop-parm)
9487         (desktop-restore-in-original-display-p): New functions.
9488         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
9489         (desktop--save-minibuffer-frames): New function, inspired by a similar
9490         function from Martin Rudalics.
9491         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
9492         (desktop--restore-in-this-display-p): Remove.
9493         (desktop--find-frame): Rename from desktop--find-frame-in-display
9494         and add predicate argument.
9495         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
9496         (desktop--reuse-list): New variable.
9497         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
9498         New functions.
9499         (desktop--restore-frames): Add support for "minibuffer-special" frames.
9501 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
9503         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
9505 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
9507         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
9508         Highlight conversion methods on Kernel.
9510 2013-07-13  Alan Mackenzie  <acm@muc.de>
9512         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
9513         and comment it out.  This out-commenting enables certain C++
9514         declarations to be parsed correctly.
9516 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
9518         * international/mule.el (define-coding-system): Doc fix.
9520         * simple.el (default-font-height): Don't call font-info if the
9521         frame's default font didn't change since the frame was created.
9522         (Bug#14838)
9524 2013-07-13  Leo Liu  <sdl.web@gmail.com>
9526         * ido.el (ido-read-file-name): Guard against non-symbol value.
9528 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9530         * progmodes/python.el (python-imenu--build-tree): Fix corner case
9531         in nested defuns.
9533 2013-07-13  Leo Liu  <sdl.web@gmail.com>
9535         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
9536         ido-set-matches call.  (Bug#6852)
9538 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
9540         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
9541         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
9542         Ruby 2.0.
9543         (ruby-font-lock-keywords): Distinguish calls to functions with
9544         module-like names from module references.  Highlight character
9545         literals.
9547 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
9549         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
9550         (gdb-send): Handle continued commands.  (Bug#14847)
9552 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
9554         * desktop.el (desktop--v2s): Remove unused local variable.
9555         (desktop-save-buffer): Make defvar-local; adjust docstring.
9556         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
9557         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
9559 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
9561         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
9563 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
9565         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
9566         (Bug#14842)
9568 2013-07-12  Glenn Morris  <rgm@gnu.org>
9570         * doc-view.el: Require cl-lib at runtime too.
9571         (doc-view-remove-if): Remove.
9572         (doc-view-search-next-match, doc-view-search-previous-match):
9573         Use cl-remove-if.
9575         * edmacro.el: Require cl-lib at runtime too.
9576         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
9577         (edmacro-mismatch, edmacro-subseq): Remove.
9579         * shadowfile.el: Require cl-lib.
9580         (shadow-remove-if): Remove.
9581         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
9582         Use cl-remove-if.
9584         * wid-edit.el: Require cl-lib.
9585         (widget-choose): Use cl-remove-if.
9586         (widget-remove-if): Remove.
9588         * progmodes/ebrowse.el: Require cl-lib at runtime too.
9589         (ebrowse-delete-if-not): Remove.
9590         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
9591         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
9592         Use cl-delete-if-not.
9594 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
9596         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
9597         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
9599 2013-07-12  Leo Liu  <sdl.web@gmail.com>
9601         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
9603 2013-07-11  Glenn Morris  <rgm@gnu.org>
9605         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
9606         (edebug-gensym-index, edebug-gensym):
9607         Remove reimplementation of cl-gensym.
9608         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
9610         * thumbs.el: Require cl-lib at run-time too.
9611         (thumbs-gensym-counter, thumbs-gensym):
9612         Remove reimplementation of cl-gensym.
9613         (thumbs-temp-file): Use cl-gensym.
9615         * emacs-lisp/ert.el: Require cl-lib at runtime too.
9616         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
9617         (ert--intersection, ert--set-difference, ert--set-difference-eq)
9618         (ert--union, ert--gensym-counter, ert--gensym-counter)
9619         (ert--coerce-to-vector, ert--remove*, ert--string-position)
9620         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
9621         (ert-make-test-unbound, ert--expand-should-1)
9622         (ert--expand-should, ert--should-error-handle-error)
9623         (should-error, ert--explain-equal-rec)
9624         (ert--plist-difference-explanation, ert-select-tests)
9625         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
9626         Use cl-lib functions rather than reimplementations.
9628 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
9630         * net/tramp.el (tramp-methods): Extend docstring.
9631         (tramp-connection-timeout): New defcustom.
9632         (tramp-error-with-buffer): Reset timestamp only when appropriate.
9633         (with-tramp-progress-reporter): Simplify.
9634         (tramp-process-actions): Improve messages.
9636         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9637         * net/tramp-sh.el (tramp-maybe-open-connection):
9638         Use `tramp-connection-timeout'.
9639         (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
9640         (Bug#14808)
9642 2013-07-11  Leo Liu  <sdl.web@gmail.com>
9644         * ido.el (ido-read-file-name): Conform to the requirements of
9645         read-file-name.  (Bug#11861)
9646         (ido-read-directory-name): Conform to the requirements of
9647         read-directory-name.
9649 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
9651         * subr.el (delay-warning): New function.
9653 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
9655         * simple.el (default-line-height): New function.
9656         (line-move-partial, line-move): Use it instead of computing the
9657         line height inline.
9658         (line-move-partial): Always compute ROWH.  If the last line is
9659         partially-visible, but its text is completely visible, allow
9660         cursor to enter such a partially-visible line.
9662 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
9664         Improve error messages.  (Bug#14808)
9666         * net/tramp.el (tramp-current-connection): New defvar, moved from
9667         tramp-sh.el.
9668         (tramp-message-show-progress-reporter-message): Remove, not
9669         needed anymore.
9670         (tramp-error-with-buffer): Show message in minibuffer.
9671         Discard input before waiting.  Reset connection timestamp.
9672         (with-tramp-progress-reporter): Improve messages.
9673         (tramp-process-actions): Use progress reporter.  Delete process in
9674         case of error.  Improve messages.
9676         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
9677         Call `tramp-error-with-buffer' with vector and buffer.
9678         (tramp-current-connection): Remove.
9679         (tramp-maybe-open-connection): The car of
9680         `tramp-current-connection' are the first 3 slots of the vector.
9682 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
9684         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
9685         inside continued strings.
9687 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
9689         Timestamp fixes for undo (Bug#14824).
9690         * files.el (clear-visited-file-modtime): Move here from fileio.c.
9692 2013-07-10  Leo Liu  <sdl.web@gmail.com>
9694         * files.el (require-final-newline): Allow safe local value.
9695         (Bug#14834)
9697 2013-07-09  Leo Liu  <sdl.web@gmail.com>
9699         * ido.el (ido-read-directory-name): Handle fallback.
9700         (ido-read-file-name): Update DIR to ido-current-directory.
9701         (Bug#1516)
9702         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
9704 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
9706         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
9707         "autoload".  Remove "warn lower camel case" section, previously
9708         commented out.  Highlight negation char.  Do not highlight the
9709         target in singleton method definitions.
9711 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9713         * faces.el (tty-setup-hook): Declare the hook.
9715         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
9716         and detect when a guard/pred depends on local vars (bug#14773).
9717         (pcase--u1): Adjust caller.
9719 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
9721         * simple.el (line-move-partial, line-move): Account for
9722         line-spacing.
9723         (line-move-partial): Avoid setting vscroll when the last
9724         partially-visible line in window is of default height.
9726 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9728         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
9729         been used a while.
9731 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
9733         * subr.el (read-quoted-char): Remove unused local variable `char'.
9735 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
9737         * ediff.el (ediff-version): Version update.
9738         (ediff-files-command, ediff3-files-command, ediff-merge-command)
9739         (ediff-merge-with-ancestor-command, ediff-directories-command)
9740         (ediff-directories3-command, ediff-merge-directories-command)
9741         (ediff-merge-directories-with-ancestor-command): New functions.
9742         All are command-line interfaces to ediff: to facilitate calling
9743         Emacs with the appropriate ediff functions invoked.
9745         * viper-cmd.el (viper-del-forward-char-in-insert): New function.
9746         (viper-save-kill-buffer): Check if buffer is modified.
9748         * viper.el (viper-version): Version update.
9749         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
9751 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9753         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
9754         * viper-cmd.el (viper-envelop-ESC-key): Remove function.
9755         (viper-intercept-ESC-key): Simplify.
9756         * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
9757         * viper.el (viper--tty-ESC-filter, viper--lookup-key)
9758         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
9759         (viper-setup-ESC-to-escape): New functions.
9760         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
9761         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
9763 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
9765         * simple.el (default-font-height, window-screen-lines):
9766         New functions.
9767         (line-move, line-move-partial): Use them instead of
9768         frame-char-height and window-text-height.  This makes scrolling
9769         text smoother when the buffer's default face uses a font that is
9770         different from the frame's default font.
9772 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
9774         * files.el (write-file): Do not display confirm dialog for NS,
9775         it does its own dialog, which can't be canceled (Bug#14578).
9777 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
9779         * simple.el (line-move-partial): Adjust the row returned by
9780         posn-at-point for the current window-vscroll.  (Bug#14567)
9782 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
9784         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
9785         (tramp-sh-file-inotifywait-process-filter): Handle file names with
9786         spaces.
9788 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
9790         * window.el (window-state-put-stale-windows): New variable.
9791         (window--state-put-2): Save list of windows without matching buffer.
9792         (window-state-put): Remove "bufferless" windows if possible.
9794 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
9796         * simple.el (alternatives-define): Remove leftover :group keyword.
9797         Tweak docstring.
9799 2013-07-06  Leo Liu  <sdl.web@gmail.com>
9801         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
9802         (ido-enable-virtual-buffers): New variable.
9803         (ido-buffer-internal, ido-toggle-virtual-buffers)
9804         (ido-make-buffer-list): Use it.
9805         (ido-exhibit): Support turning on and off virtual buffers
9806         automatically.
9808 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
9810         * simple.el (alternatives-define): New macro.
9812 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9814         * subr.el (read-quoted-char): Use read-key.
9815         (sit-for): Let read-event decode tty input (bug#14782).
9817 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
9819         * calendar/todo-mode.el: Add handling of file deletion, both by
9820         mode command and externally.  Fix various related bugs.
9821         Clarify Commentary and improve some documentation strings and code.
9822         (todo-delete-file): New command.
9823         (todo-check-file): New function.
9824         (todo-show): Handle external deletion of the file we're trying to
9825         show (bug#14688).  Replace called-interactively-p by an optional
9826         prefix argument to avoid problematic interaction with catch form
9827         when byte compiled (bug#14702).
9828         (todo-quit): Handle external deletion of the archive's todo file.
9829         Make sure the buffer that was visiting the archive file is still
9830         live before trying to bury it.
9831         (todo-category-completions): Handle external deletion of any
9832         category completion files.
9833         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
9834         of todo files, in case of external deletion.
9835         (todo-add-file): Replace unnecessary setq by let-binding.
9836         (todo-find-archive): Check whether there are any archives.
9837         Replace unnecessary setq by let-binding.
9838         (todo-archive-done-item): Use find-file-noselect to get the
9839         archive buffer whether or not the archive already exists.
9840         Remove superfluous code.  Use file size instead of buffer-file-name to
9841         check if the archive is new; if it is, update list of archives.
9842         (todo-default-todo-file): Allow nil to be a valid value for when
9843         there are no todo files.
9844         (todo-reevaluate-default-file-defcustom): Use corrected definition
9845         of todo-default-todo-file.
9846         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
9847         (todo-delete-category, todo-show-categories-table)
9848         (todo-category-number): Clarify comment.
9849         (todo-filter-items): Clarify documentation string.
9850         (todo-show-current-file, todo-display-as-todo-file)
9851         (todo-reset-and-enable-done-separator): Tweak documentation string.
9852         (todo-done-separator): Make separator length window-width, since
9853         bug#2749 is now fixed.
9855 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
9857         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
9858         Support both "gvfs-monitor-dir" and "inotifywait".
9859         (tramp-sh-file-inotifywait-process-filter): Rename from
9860         `tramp-sh-file-notify-process-filter'.
9861         (tramp-sh-file-gvfs-monitor-dir-process-filter)
9862         (tramp-get-remote-gvfs-monitor-dir): New defuns.
9864 2013-07-05  Leo Liu  <sdl.web@gmail.com>
9866         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
9868 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9870         * frame.el (display-pixel-height, display-pixel-width)
9871         (display-mm-height, display-mm-width): Mention behavior on
9872         multi-monitor setups in docstrings.
9873         (w32-display-monitor-attributes-list): Declare function.
9874         (display-monitor-attributes-list): Use it.
9876 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
9878         * filenotify.el: New package.
9880         * autorevert.el (top): Require filenotify.el.
9881         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
9882         instead.
9883         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
9884         (auto-revert-notify-handler): Use `file-notify-*' functions.
9886         * subr.el (file-notify-handle-event): Move function to filenotify.el.
9888         * net/tramp.el (tramp-file-name-for-operation):
9889         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
9891         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
9892         for `file-notify-add-watch' and `file-notify-rm-watch'.
9893         (tramp-process-sentinel): Improve trace.
9894         (tramp-sh-handle-file-notify-add-watch)
9895         (tramp-sh-file-notify-process-filter)
9896         (tramp-sh-handle-file-notify-rm-watch)
9897         (tramp-get-remote-inotifywait): New defuns.
9899 2013-07-03  Juri Linkov  <juri@jurta.org>
9901         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
9902         call of `occur-read-primary-args' to interactive spec.
9904         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
9905         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
9907 2013-07-03  Matthias Meulien  <orontee@gmail.com>
9909         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
9910         `Buffer-menu-multi-occur'.  Add it to the menu.
9911         (Buffer-menu-mode): Document it in docstring.
9912         (Buffer-menu-multi-occur): New command.  (Bug#14673)
9914 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
9916         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
9917         keywords and built-ins.
9919 2013-07-03  Glenn Morris  <rgm@gnu.org>
9921         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
9923         Make info-xref checks case-sensitive by default
9924         * info.el (Info-find-node, Info-find-in-tag-table)
9925         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
9926         Add option for exact case matching of nodes.
9927         * info-xref.el (info-xref): New custom group.
9928         (info-xref-case-fold): New option.
9929         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
9931 2013-07-03  Leo Liu  <sdl.web@gmail.com>
9933         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
9935 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
9937         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
9938         middle of block statement initially, lower the depth.  Remove
9939         FIXME comment, not longer valid.  Remove middle of block statement
9940         detection, no need to do that anymore since we've been using
9941         `ruby-parse-region' here.
9943 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
9945         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
9947 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9949         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
9951 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
9953         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
9954         (desktop-restore-in-current-display): New customization option.
9955         (desktop--excluded-frame-parameters): Add `font'.
9956         (desktop--save-frames): Rename from desktop--save-windows.
9957         (desktop--restore-in-this-display-p): New function.
9958         (desktop--make-full-frame): Remove unwanted width/height from
9959         full(width|height) frames.
9960         (desktop--restore-frames): Rename from desktop--restore-windows.
9961         Obey desktop-restore-current-display.  Do not delete old frames or
9962         select a new frame unless we were able to restore at least one frame.
9964 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
9966         * files.el (find-file-noselect): Simplify conditional expression.
9968         * textmodes/remember.el (remember-append-to-file):
9969         Don't mix `find-buffer-visiting' and `get-file-buffer'.
9971         Add `remember-notes' function to store random notes across Emacs
9972         restarts.
9973         * textmodes/remember.el (remember-data-file): Add :set callback to
9974         affect notes buffer (if any).
9975         (remember-notes): New command.
9976         (remember-notes-buffer-name, bury-remember-notes-on-kill):
9977         New defcustoms for the `remember-notes' function.
9978         (remember-notes-save-and-bury-buffer): New command.
9979         (remember-notes-mode-map): New variable.
9980         (remember-mode): New minor mode.
9981         (remember-notes--kill-buffer-query): New function.
9982         * startup.el (initial-buffer-choice): Add notes to custom type.
9984 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
9986         * bindings.el (right-char, left-char): Don't call sit-for, this is
9987         no longer needed.  Use arithmetic comparison only for numerical
9988         arguments.
9990         * international/mule-cmds.el (select-safe-coding-system):
9991         Handle the case of FROM being a string correctly.  (Bug#14755)
9993 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9995         * net/shr.el (shr-make-table-1): Add a sanity check that allows
9996         progression on degenerate tables.
9997         (shr-rescale-image): ImageMagick animated images currently don't work.
9999 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
10001         Some fixes and improvements for desktop frame restoration.
10002         It is still experimental and disabled by default.
10003         * desktop.el (desktop--save-windows): Put the selected frame at
10004         the head of the list.
10005         (desktop--make-full-frame): New function.
10006         (desktop--restore-windows): Try to re-select the frame that was
10007         selected upon saving.  Do not abort if some frames fail to restore,
10008         just show an error message and continue.  Set up maximized frames
10009         so they have default non-maximized dimensions.
10011 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
10013         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
10014         Don't start heredoc inside a string or comment.
10016 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
10018         * bindings.el (visual-order-cursor-movement): New defcustom.
10019         (right-char, left-char): Provide visual-order cursor motion by
10020         calling move-point-visually.  Update the doc strings.
10022 2013-06-28  Kenichi Handa  <handa@gnu.org>
10024         * international/mule.el (define-coding-system): New coding system
10025         properties :inhibit-null-byte-detection,
10026         :inhibit-iso-escape-detection, and :prefer-utf-8.
10027         (set-buffer-file-coding-system): If :charset-list property of
10028         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
10029         appropriate for setting.
10031         * international/mule-cmds.el (select-safe-coding-system):
10032         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
10033         multibyte characters, return utf-8 (or one of its siblings).
10035         * international/mule-conf.el (prefer-utf-8): New coding system.
10036         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
10037         files.
10039 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
10041         * net/shr.el (shr-render-region): New function.
10043         * net/eww.el: Autoload `eww-browse-url'.
10045 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
10047         * emacs-lisp/package-x.el (package-upload-buffer-internal):
10048         Adapt to `package-desc-version' being a list.
10049         Use `package--ac-desc-version' to retrieve version from a package
10050         archive element.
10052 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
10054         New experimental feature to save&restore window and frame setup.
10055         * desktop.el (desktop-save-windows): New defcustom.
10056         (desktop--saved-states): New var.
10057         (desktop--excluded-frame-parameters): New defconst.
10058         (desktop--filter-frame-parms, desktop--find-frame-in-display)
10059         (desktop--restore-windows, desktop--save-windows): New functions.
10060         (desktop-save): Call `desktop--save-windows'.
10061         (desktop-read): Call `desktop--restore-windows'.
10063 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10065         * net/shr.el (add-face-text-property): Remove compat definition.
10067 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
10069         * info.el (Info-try-follow-nearest-node): Move search for footnote
10070         above search for node name to prevent missing a footnote (bug#14717).
10072 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
10074         * obsolete/otodo-mode.el: Add obsolescence info to file header.
10076 2013-06-27  Leo Liu  <sdl.web@gmail.com>
10078         * net/eww.el (eww-read-bookmarks): Check file size.
10080 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10082         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
10083         advice--pending if newdef is nil or an autoload (bug#13820).
10084         (advice-mapc): New function.
10086 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10088         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
10089         probably.
10090         (eww-mode-map): Add a menu bar.
10091         (eww-add-bookmark): New command.
10092         (eww-bookmark-mode): New mode and commands.
10093         (eww-add-bookmark): Remove newlines from the title.
10094         (eww-bookmark-browse): Don't bug out if it's the only window.
10096 2013-06-26  Glenn Morris  <rgm@gnu.org>
10098         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
10099         (hfy-size): Handle ttys.  (Bug#14668)
10101         * info-xref.el: Update for Texinfo 5 change in *note format.
10102         (info-xref-node-re, info-xref-note-re): New constants.
10103         (info-xref-check-buffer): Use info-xref-note-re.
10105 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10107         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
10109         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
10110         nil terminate the loop (bug#14718).
10112 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10114         * net/eww.el: Rework history traversal.  When going forward/back,
10115         put these actions into the history, too, so that they can be
10116         replayed.
10117         (eww-render): Move the history reset to the correct buffer.
10119 2013-06-25  Juri Linkov  <juri@jurta.org>
10121         * files-x.el (modify-dir-local-variable): Change the header comment
10122         in the file with directory local variables.  (Bug#14692)
10124         * files-x.el (read-file-local-variable-value): Add `default'.
10125         (Bug#14710)
10127 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10129         * net/eww.el (eww-make-unique-file-name): Create a unique file
10130         name before saving to entering `y' accidentally asynchronously.
10132 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
10134         * net/eww.el (eww-download): New command and keystroke.
10136 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10138         * net/eww.el (eww-copy-page-url): Change name of command.
10140         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
10141         be more consistent with Info and dired.
10143         * net/eww.el (eww-mode-map): Ditto.
10145 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10147         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
10148         packages from archives.
10149         (package-archive-contents): Change format; include obsolete packages.
10150         (package-desc): Use `dir' to mark builtin packages.
10151         (package--from-builtin): Set the `dir' field to `builtin'.
10152         (generated-autoload-file, version-control): Declare.
10153         (package-compute-transaction): Change first arg and return value to be
10154         lists of package-descs.  Adjust to new package-archive-contents format.
10155         (package--add-to-archive-contents): Adjust to new
10156         package-archive-contents format.
10157         (package-download-transaction): Arg is now a list of package-descs.
10158         (package-install): If `pkg' is a package name, pass it as
10159         a requirement, so it is subject to the usual (e.g. disabled) checks.
10160         (describe-package): Accept package-desc as well.
10161         (describe-package-1): Describe a specific package-desc.  Add links to
10162         other package-descs for the same package name.
10163         (package-menu-describe-package): Pass the actual package-desc.
10164         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
10165         works correctly.
10166         (package-desc-status): New function.
10167         (package-menu--refresh): New function, extracted
10168         from package-menu--generate.
10169         (package-menu--generate): Use it.
10170         (package-delete): Update package-alist.
10171         (package-menu-execute): Don't call package-initialize.
10173         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
10174         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
10175         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
10176         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
10177         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
10178         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
10180 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
10182         * window.el (window--state-get-1): Workaround for bug#14527.
10183         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
10185 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10187         * net/eww.el (eww-back-url): Implement the history by stashing all
10188         the data into a list.
10189         (eww-forward-url): Allow going forward in the history, too.
10191 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10193         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
10194         for values and use read--expression for expressions (bug#14710).
10195         (read-file-local-variable): Avoid setq.
10196         (read-file-local-variable-mode): Use minor-mode-list.
10198 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10200         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
10201         for DOI URLs.
10203 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10205         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
10206         Update imenu-support when dialect changes.
10208 2013-06-25  Leo Liu  <sdl.web@gmail.com>
10210         * ido.el (ido-read-internal): Allow forward slash on windows.
10212 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10214         * net/eww.el (eww): Start of strings is \\`, not ^.
10216 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
10218         * net/shr.el (shr-browse-url): Fix interactive spec.
10220         * net/eww.el (eww): Add a trailing slash to domain names.
10222 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
10224         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
10226 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10228         * net/shr.el (shr-browse-url): Use an external browser if given a
10229         prefix.
10231         * net/eww.el (eww-external-browser): Move to shr.
10233 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
10235         * net/eww.el (eww): Work more correctly for file: URLs.
10236         (eww-detect-charset): Allow quoted charsets.
10237         (eww-yank-page-url): New command and keystroke.
10239 2013-06-24  Daiki Ueno  <ueno@gnu.org>
10241         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
10242         file name of gpg executable.
10243         (epg-context-program): New function.
10244         (epg-context-home-directory): New function.
10245         (epg-context-set-program): New function.
10246         (epg-context-set-home-directory): New function.
10247         (epg--start): Use `epg-context-program' instead of
10248         'epg-gpg-program'.
10249         (epg--list-keys-1): Likewise.
10251 2013-06-24  Leo Liu  <sdl.web@gmail.com>
10253         * ido.el (ido-read-internal): Fix bug#14620.
10255 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
10257         * faces.el (face-documentation): Simplify.
10258         (read-face-attribute, tty-find-type, x-resolve-font-name):
10259         Use `string-match-p'.
10260         (list-faces-display): Use `string-match-p'.  Simplify.
10261         (face-spec-recalc): Check face to avoid face alias loops.
10262         (read-color): Use `string-match-p' and non-capturing parenthesis.
10264 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10266         * net/shr.el (shr-rescale-image): Use the new
10267         :max-width/:max-height functionality.
10269 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
10271         * net/eww.el (eww-search-prefix): New variable.
10272         (eww): Use it.
10273         (eww-external-browser): New variable.
10274         (eww-mode-map): New keystroke.
10275         (eww-browse-with-external-browser): New command.
10277         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
10279 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
10281         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
10282         Don't skip aligning the next header field when padding is 0;
10283         otherwise, field width is not respected unless the title is as
10284         wide as the field.
10286 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10288         * emacs-lisp/package.el (package-el-version): Remove.
10289         (package-process-define-package): Fix inf-loop.
10290         (package-install): Allow symbols as arguments again.
10292 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
10294         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
10295         add some more keyword-like methods.
10296         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
10298 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
10300         * bs.el (bs-buffer-show-mark): Make defvar-local.
10301         (bs-mode): Use setq-local.
10303         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
10304         (emacs-lock--try-unlocking): Make defvar-local.
10306 2013-06-22  Glenn Morris  <rgm@gnu.org>
10308         * play/cookie1.el (cookie-apropos): Minor simplification.
10310         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
10312 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
10314         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
10315         `regexp-opt', it breaks the build during dumping.
10317 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
10319         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
10320         Highlight keyword-like methods on Kernel and Module with
10321         font-lock-builtin-face.
10322         (auto-mode-alist): Consolidate different entries into one regexp
10323         and add more *file-s.
10325 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
10327         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
10329         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
10330         (diary-entry): Use it in the action of this button type instead of
10331         diary-goto-entry.
10333         * calendar/todo-mode.el: New version.
10334         (todo-add-category): Append new category to end of file and give
10335         it the highest number, instead of putting it at the beginning and
10336         giving it 0.  Incorporate noninteractive functionality.
10337         (todo-forward-category): Adapt to 1-based category numbering.
10338         Allow skipping over archived categories.
10339         (todo-backward-category): Derive from todo-forward-category.
10340         (todo-backward-item, todo-forward-item): Make noninteractive and
10341         delegate interactive part to new commands.  Make sensitive to done items.
10342         (todo-categories): Make value an alist of category names and
10343         vectors of item counts.
10344         (todo-category-beg): Make a defconst.
10345         (todo-category-number): Use 1 instead of 0 as initial value.
10346         (todo-category-select): Make sensitive to overlays, optional item
10347         highlighting and done items.
10348         (todo-delete-item): Make sensitive to overlays and marked and done items.
10349         (todo-edit-item): Make sensitive to overlays and editing of
10350         date/time header optional.  Add format checks.
10351         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
10352         no-op if point is not on an item.  Advertise using todo-edit-quit.
10353         (todo-edit-mode): Make sensitive to new format, font-locking, and
10354         multiple todo files.
10355         (todo-insert-item, todo-insert-item-here): Derive from
10356         todo-basic-insert-item and extend functionality.
10357         (todo-item-end, todo-item-start): Make sensitive to done items.
10358         (todo-item-string): Don't return text properties.  Restore point.
10359         (todo-jump-to-category): Make sensitive to multiple todo files and
10360         todo archives.  Use extended category completion.
10361         (todo-lower-item, todo-raise-item): Rename to *-priority and
10362         derive from todo-set-item-priority.
10363         (todo-mode): Derive from special-mode.  Make sensitive to new
10364         format, font-locking and multiple todo files.  Make read-only.
10365         (todo-mode-map): Don't suppress digit keys, so they can supply
10366         prefix arguments.  Add many new key bindings.
10367         (todo-prefix): Insert as an overlay instead of file text.
10368         Change semantics from diary date expression to purely visual mark.
10369         (todo-print): Rename to todo-print-buffer.  Make buffer display
10370         features printable.  Remove option to restrict number of items
10371         printed.  Add option to print to file.
10372         (todo-print-function): Rename to todo-print-buffer-function.
10373         (todo-quit): Extend to handle exiting new todo modes.
10374         (todo-remove-item): Make sensitive to overlays.
10375         (todo-save): Extend to buffers of filtered items.
10376         (todo-show): Make sensitive to done items, multiple todo files and
10377         new todo modes.  Offer to convert legacy todo file before creating
10378         first new todo file.
10379         (todo-show-priorities): Rename to todo-top-priorities.
10380         Change semantics of value 0.
10381         (todo-top-priorities): Rename to todo-filter-top-priorities,
10382         derive from todo-filter-items and extend functionality.
10383         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
10384         and extend functionality to other types of filtered items.
10385         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
10386         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
10387         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
10388         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
10389         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
10390         (todo-edit-mode-hook, todo-entry-prefix-function)
10391         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
10392         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
10393         (todo-initials, todo-insert-threshold, todo-item-string-start)
10394         (todo-line-string, todo-menu, todo-mode-hook)
10395         (todo-more-important-p, todo-previous-answer, todo-previous-line)
10396         (todo-print-priorities, todo-remove-separator)
10397         (todo-save-top-priorities-too, todo-string-count-lines)
10398         (todo-string-multiline-p, todo-time-string-format)
10399         (todo-tmp-buffer-name): Remove.
10400         (todo-add-file, todo-archive-done-item, todo-choose-archive)
10401         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
10402         (todo-edit-category-diary-inclusion)
10403         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
10404         (todo-edit-file, todo-edit-item-date-day)
10405         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
10406         (todo-edit-item-date-month, todo-edit-item-date-to-today)
10407         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
10408         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
10409         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
10410         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
10411         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
10412         (todo-filter-top-priorities-multifile, todo-find-archive)
10413         (todo-find-filtered-items-file, todo-go-to-source-item)
10414         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
10415         (todo-jump-to-archive-category, todo-lower-category)
10416         (todo-mark-category, todo-marked-item-p, todo-merge-category)
10417         (todo-move-category, todo-move-item, todo-next-button)
10418         (todo-next-item, todo-padded-string, todo-powerset)
10419         (todo-previous-button, todo-previous-item)
10420         (todo-print-buffer-to-file, todo-raise-category)
10421         (todo-rename-category, todo-repair-categories-sexp, todo-search)
10422         (todo-set-category-number, todo-set-item-priority)
10423         (todo-set-top-priorities-in-category)
10424         (todo-set-top-priorities-in-file, todo-show-categories-table)
10425         (todo-sort-categories-alphabetically-or-numerically)
10426         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
10427         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
10428         (todo-toggle-item-header, todo-toggle-item-highlighting)
10429         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
10430         (todo-toggle-view-done-items, todo-toggle-view-done-only)
10431         (todo-unarchive-items, todo-unmark-category): New commands.
10432         (todo-absolute-file-name, todo-add-to-buffer-list)
10433         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
10434         (todo-basic-insert-item, todo-category-completions)
10435         (todo-category-number, todo-category-string-matcher-1)
10436         (todo-category-string-matcher-2, todo-check-filtered-items-file)
10437         (todo-check-format, todo-clear-matches)
10438         (todo-comment-string-matcher, todo-convert-legacy-date-time)
10439         (todo-current-category, todo-date-string-matcher)
10440         (todo-define-insertion-command, todo-diary-expired-matcher)
10441         (todo-diary-goto-entry, todo-diary-item-p)
10442         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
10443         (todo-display-categories, todo-display-sorted, todo-done-item-p)
10444         (todo-done-item-section-p, todo-done-separator)
10445         (todo-done-string-matcher, todo-files, todo-filter-items)
10446         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
10447         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
10448         (todo-insert-category-line, todo-insert-item-from-calendar)
10449         (todo-insert-sort-button, todo-insert-with-overlays)
10450         (todo-insertion-command-name, todo-insertion-key-bindings)
10451         (todo-label-to-key, todo-longest-category-name-length)
10452         (todo-make-categories-list, todo-mode-external-set)
10453         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
10454         (todo-modes-set-3, todo-multiple-filter-files)
10455         (todo-nondiary-marker-matcher, todo-prefix-overlays)
10456         (todo-read-category, todo-read-date, todo-read-dayname)
10457         (todo-read-file-name, todo-read-time)
10458         (todo-reevaluate-category-completions-files-defcustom)
10459         (todo-reevaluate-default-file-defcustom)
10460         (todo-reevaluate-filelist-defcustoms)
10461         (todo-reevaluate-filter-files-defcustom)
10462         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
10463         (todo-reset-done-separator, todo-reset-done-separator-string)
10464         (todo-reset-done-string, todo-reset-global-current-todo-file)
10465         (todo-reset-highlight-item, todo-reset-nondiary-marker)
10466         (todo-reset-prefix, todo-set-categories)
10467         (todo-set-date-from-calendar, todo-set-show-current-file)
10468         (todo-set-top-priorities, todo-short-file-name)
10469         (todo-show-current-file, todo-sort, todo-time-string-matcher)
10470         (todo-total-item-counts, todo-update-buffer-list)
10471         (todo-update-categories-display, todo-update-categories-sexp)
10472         (todo-update-count, todo-validate-name, todo-y-or-n-p):
10473         New functions.
10474         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
10475         New major modes.
10476         (todo-categories, todo-display, todo-edit, todo-faces)
10477         (todo-filtered): New defgroups.
10478         (todo-archived-only, todo-button, todo-category-string, todo-date)
10479         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
10480         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
10481         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
10482         (todo-add-item-if-new-category, todo-always-add-time-string)
10483         (todo-categories-align, todo-categories-archived-label)
10484         (todo-categories-category-label, todo-categories-diary-label)
10485         (todo-categories-done-label, todo-categories-number-separator)
10486         (todo-categories-todo-label, todo-categories-totals-label)
10487         (todo-category-completions-files, todo-completion-ignore-case)
10488         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
10489         (todo-done-separator-string, todo-done-string)
10490         (todo-files-function, todo-filter-done-items, todo-filter-files)
10491         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
10492         (todo-initial-category, todo-initial-file, todo-item-mark)
10493         (todo-legacy-date-time-regexp, todo-mode-line-function)
10494         (todo-nondiary-marker, todo-number-prefix)
10495         (todo-print-buffer-function, todo-show-current-file)
10496         (todo-show-done-only, todo-show-first, todo-show-with-done)
10497         (todo-skip-archived-categories, todo-top-priorities-overrides)
10498         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
10499         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
10500         New defcustoms.
10501         (todo-category-done, todo-date-pattern, todo-date-string-start)
10502         (todo-diary-items-buffer, todo-done-string-start)
10503         (todo-filtered-items-buffer, todo-item-start)
10504         (todo-month-abbrev-array, todo-month-name-array)
10505         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
10506         (todo-top-priorities-buffer): New defconsts.
10507         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
10508         (todo-categories-with-marks, todo-category-string-face)
10509         (todo-comment-face, todo-comment-string, todo-current-todo-file)
10510         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
10511         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
10512         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
10513         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
10514         (todo-font-lock-keywords, todo-global-current-todo-file)
10515         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
10516         (todo-insertion-commands-args)
10517         (todo-insertion-commands-args-genlist)
10518         (todo-insertion-commands-names, todo-insertion-map)
10519         (todo-key-bindings-t, todo-key-bindings-t+a)
10520         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
10521         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
10522         (todo-nondiary-face, todo-print-buffer, todo-time-face)
10523         (todo-visited): New variables.
10525 2013-06-21  Glenn Morris  <rgm@gnu.org>
10527         * play/cookie1.el (cookie-apropos): Add optional display argument.
10528         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
10529         (psychoanalyze-pinhead): Use cookie-doctor.
10531 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
10533         * emacs-lisp/package.el (tar-get-file-descriptor)
10534         (tar--extract): Declare.
10536 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
10538         Extend flymake's warning predicate to be a function (bug#14217).
10539         * progmodes/flymake.el (flymake-warning-predicate): New.
10540         (flymake-parse-line): Use it.
10541         (flymake-warning-re): Make obsolete alias to
10542         `flymake-warning-predicate'.
10544 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10546         * emacs-lisp/package.el (package-alist): Include obsolete packages.
10547         (package-obsolete-list): Remove.
10548         (package-activate): Remove min-version argument.  Add `force' argument.
10549         Adjust to new package-alist format.
10550         (package-mark-obsolete): Remove.
10551         (package-unpack): Force reload of the package's autoloads.
10552         (package-installed-p): Check builtins if the installed package is not
10553         recent enough.
10554         (package-initialize): Don't reset package-obsolete-list.
10555         Don't specify which package version to activate.
10556         (package-process-define-package, describe-package-1)
10557         (package-menu--generate): Adjust to new package-alist format.
10559 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
10561         * allout-widgets.el (allout-widgets-mode-off)
10562         (allout-widgets-mode-on, allout-widgets-pre-command-business)
10563         (allout-widgets-post-command-business)
10564         (allout-widgets-after-copy-or-kill-function)
10565         (allout-widgets-after-undo-function, allout-test-range-overlaps)
10566         (allout-decorate-item-and-context)
10567         (allout-graphics-modification-handler): Fix typos in docstrings.
10568         (allout-get-or-create-parent-widget): Use `looking-at-p'.
10570         * cmuscheme.el (scheme-start-file): Doc fix.
10571         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
10572         (scheme-input-filter): Use `string-match-p'.
10574         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
10576         * dired-x.el: Use Dired consistently in docstrings.
10578         * dired.el: Use Dired consistently in docstrings.
10579         (dired-readin, dired-mode): Use `setq-local'.
10580         (dired-switches-alist): Make defvar-local.
10581         (dired-buffers-for-dir): Use `zerop'.
10582         (dired-safe-switches-p, dired-switches-escape-p)
10583         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
10584         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
10585         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
10586         (dired-goto-next-nontrivial-file): Use `string-match-p'.
10587         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
10588         (dired-toggle-marks, dired-mark-files-containing-regexp)
10589         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
10590         (dired-flag-auto-save-files, dired-flag-backup-files):
10591         Use `looking-at-p'.
10592         (dired-mark-files-regexp, dired-build-subdir-alist):
10593         Use `string-match-p', `looking-at-p'.
10595         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
10596         (direct-print-region-helper): Use `string-match-p'.
10598 2013-06-21  Leo Liu  <sdl.web@gmail.com>
10600         * comint.el (comint-redirect-results-list-from-process):
10601         Fix infinite loop.
10603 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10605         * net/eww.el (eww-update-header-line-format): Quote % characters.
10607 2013-06-21  Glenn Morris  <rgm@gnu.org>
10609         * play/cookie1.el (cookie): New custom group.
10610         (cookie-file): New option.
10611         (cookie-check-file): New function.
10612         (cookie): Make it interactive.  Make start and end messages optional.
10613         Interactively, display the result.  Default to cookie-file.
10614         (cookie-insert): Default to cookie-file.
10615         (cookie-snarf): Make start and end messages optional.
10616         Default to cookie-file.  Use with-temp-buffer.
10617         (cookie-read): Rename from read-cookie.
10618         Make start and end messages optional.  Default to cookie-file.
10619         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
10620         Do not autoload it.
10621         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
10622         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
10624 2013-06-21  Leo Liu  <sdl.web@gmail.com>
10626         * progmodes/octave.el (octave-mode): Backward compatibility fix.
10628 2013-06-21  Glenn Morris  <rgm@gnu.org>
10630         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
10632 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10633             Daniel Hackney  <dan@haxney.org>
10635         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
10636         Consolidate the single-file vs tarball code.
10637         (package-desc-suffix): New function.
10638         (package-desc-full-name): Don't bother inlining it.
10639         (package-load-descriptor): Return the new package-desc.
10640         (package-mark-obsolete): Remove unused arg `package'.
10641         (package-unpack): Make it work for single files as well.
10642         Make it update package-alist.
10643         (package--make-autoloads-and-stuff): Rename from
10644         package--make-autoloads-and-compile.  Don't compile any more.
10645         (package--compile): New function.
10646         (package-generate-description-file): New function, extracted from
10647         package-unpack-single.
10648         (package-unpack-single): Remove.
10649         (package--with-work-buffer): Add indentation and debugging info.
10650         (package-download-single): Remove.
10651         (package-install-from-archive): Rename from package-download-tar, make
10652         it take a pkg-desc, and make it work for single files as well.
10653         (package-download-transaction): Simplify.
10654         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
10655         external tar program.
10656         (package-install-from-buffer): Remove `pkg-desc' argument.
10657         Use package-tar-file-info for tar-mode buffers.
10658         (package-install-file): Simplify accordingly.
10659         (package-archive-base): Change to take a pkg-desc.
10660         * tar-mode.el (tar--check-descriptor): New function, extracted from
10661         tar-get-descriptor.
10662         (tar-get-descriptor): Use it.
10663         (tar-get-file-descriptor): New function.
10664         (tar--extract): New function, extracted from tar-extract.
10665         (tar--extract): Use it.
10666         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
10667         case the summary uses non-ascii.  Adjust to new calling convention of
10668         package-tar-file-info.
10670 2013-06-21  Leo Liu  <sdl.web@gmail.com>
10672         * comint.el (comint-redirect-results-list-from-process):
10673         Fix random delay.  (Bug#14681)
10675 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
10677         * profiler.el (profiler-format-number): Use log, not log10.
10679 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
10681         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
10683 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10685         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
10686         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
10687         yet available.
10688         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
10689         (AUTOGENEL): ... here.
10690         * emacs-lisp/cl-macs.el (cl--sublis): New function.
10691         (cl--defsubst-expand): Use it.
10693 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
10695         * subr.el (log10): Move here from C code, and declare as obsolete.
10696         All uses of (log10 X) replaced with (log X 10).
10698 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
10700         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
10701         Declare with `defvar-local'.
10702         (tabulated-list-use-header-line, tabulated-list-entries)
10703         (tabulated-list-padding, tabulated-list-printer)
10704         (tabulated-list-sort-key): Declare with `defvar-local'.
10705         (tabulated-list-init-header, tabulated-list-print-fake-header):
10706         Use `setq-local'.
10708 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
10710         * arc-mode.el (archive-mode): Add `archive-write-file' to
10711         `write-contents-functions' also for remote files.  (Bug#14652)
10713 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
10715         * cus-edit.el (custom-commands): Fix typos.
10716         (custom-display): Fix tooltip text.
10717         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
10718         Fix typos in docstrings.
10719         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
10720         (custom-unlispify-menu-entry, custom-magic-value-create)
10721         (custom-add-see-also, custom-group-value-create): Use ?\s.
10722         (custom-guess-type, customize-apropos, editable-field)
10723         (custom-face-value-create): Use `string-match-p'.
10724         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
10726         * custom.el (custom-load-symbol): Use `string-match-p'.
10728         * ansi-color.el: Convert to lexical binding.
10729         (ansi-colors): Fix URL.
10730         (ansi-color-context, ansi-color-context-region): Use defvar-local.
10731         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
10732         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
10734 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10736         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
10738         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
10740 2013-06-19  Tom Tromey  <tromey@redhat.com>
10742         * net/eww.el (eww-top-url): Remove.
10743         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
10744         (eww-render): Set new variables.  Don't set eww-top-url.
10745         (eww-handle-link): Handle "prev", "home", and "contents".
10746         Downcase the rel text.
10747         (eww-top-url): Choose best top URL.
10749 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10751         * net/eww.el: Rewrite to implement form elements "by hand" instead of
10752         relying in widget.el.  Using widget.el leads to too many
10753         user interface inconsistencies.
10754         (eww-self-insert): Implement entering commands in text fields.
10755         (eww-process-text-input): New function to make text input field editing
10756         work.
10757         (eww-submit): Rewrite to use the new-style form methods.
10758         (eww-select-display): Display the correct selected item.
10759         (eww-change-select): Implement changing the select value.
10760         (eww-toggle-checkbox): Implement radio/checkboxes.
10761         (eww-update-field): Fix compilation error.
10762         (eww-tag-textarea): Implement <textarea>.
10764         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
10765         we don't shadow mode-specific bindings.
10767         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
10768         nothing to push.
10770         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
10772 2013-06-19  Glenn Morris  <rgm@gnu.org>
10774         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
10776 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
10778         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
10779         not needed.
10781         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
10783 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10785         * net/browse-url.el (browse-url-browser-function):
10786         `eww-browse-url' has the right calling signature, `eww' does not.
10788 2013-06-19  Glenn Morris  <rgm@gnu.org>
10790         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10791         Only eval autoloaded macros.
10792         (byte-compile-autoload): Only give the macro warning for macros.
10794         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
10795         (ps-underlined-faces): Declare.
10797         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
10798         (speedbar-add-supported-extension): Declare.
10800         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
10801         Don't include a date stamp in the header of the generated file;
10802         it leads to needless differences between output files.
10804 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
10806         * net/secrets.el (secrets-struct-secret-content-type):
10807         Replace check of introspection data by a test call of "CreateItem".
10808         Some servers do not offer introspection.
10810 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10812         * electric.el (electric-pair-mode): Improve interaction with
10813         electric-layout-mode.
10814         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
10815         (electric-pair-syntax): Use text-mode-syntax-table in comments
10816         and strings.
10817         (electric-pair--insert): New function.
10818         (electric-pair-post-self-insert-function): Use it and
10819         electric--after-char-pos.
10821 2013-06-19  Leo Liu  <sdl.web@gmail.com>
10823         * progmodes/octave.el (octave-help): Fix regexp.
10825 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10827         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
10828         (shr-table-horizontal-line): Allow nil as a value, and change the
10829         default.
10830         (shr-insert-table-ruler): Respect the nil value.
10832 2013-06-18  Tom Tromey  <tromey@barimba>
10834         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
10835         New defvars.
10836         (eww-open-file): New defun.
10837         (eww-render): Initialize new variables.
10838         (eww-display-html): Handle "link" and "a".
10839         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
10840         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
10841         (eww-back-url): Rename from eww-previous-url.
10842         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
10843         New defuns.
10845 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
10847         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
10848         Distinguish ternary operator tokens from slash symbol and slash
10849         char literal.
10851 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
10853         Convert symbol prettification into minor mode and global minor mode.
10855         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
10856         `prog-prettify-symbols', and make a local defvar instead of defcustom.
10857         (prettify-symbols--keywords): Rename from
10858         `prog-prettify-symbols-alist' and make a local defvar.
10859         (prettify-symbols--compose-symbol): Rename from
10860         `prog--prettify-font-lock-compose-symbol'.
10861         (prettify-symbols--make-keywords): Rename from
10862         `prog-prettify-font-lock-symbols-keywords' and simplify.
10863         (prog-prettify-install): Remove.
10864         (prettify-symbols-mode): New minor mode, based on
10865         `prog-prettify-install'.
10866         (turn-on-prettify-symbols-mode): New function.
10867         (global-prettify-symbols-mode): New globalized minor mode.
10869         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10870         * progmodes/cfengine.el (cfengine3-mode):
10871         * progmodes/perl-mode.el (perl-mode): Don't call
10872         `prog-prettify-install'; set `prettify-symbols-alist' instead.
10874 2013-06-18  Juri Linkov  <juri@jurta.org>
10876         * files-x.el (modify-file-local-variable-message): New function.
10877         (modify-file-local-variable)
10878         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
10879         and call `modify-file-local-variable-message' when it's non-nil.
10880         (add-file-local-variable, delete-file-local-variable)
10881         (add-file-local-variable-prop-line)
10882         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
10883         and use it.  (Bug#9820)
10885 2013-06-18  Juri Linkov  <juri@jurta.org>
10887         * emulation/vi.el (vi-shell-op):
10888         * emulation/vip.el (vip-execute-com, ex-command):
10889         * emulation/viper-cmd.el (viper-exec-bang):
10890         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
10891         the call of `shell-command-on-region'.  (Bug#14637)
10893         * simple.el (shell-command-on-region): Doc fix.
10895 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10897         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
10898         (bug#14633).
10900 2013-06-18  Glenn Morris  <rgm@gnu.org>
10902         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
10904         * newcomment.el (comment-search-forward, comment-search-backward):
10905         Doc fix.  (Bug#14376)
10907 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
10909         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
10910         (buffer-face-mode-invoke): Doc fix.
10912 2013-06-18  Matthias Meulien  <orontee@gmail.com>
10914         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
10915         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
10917 2013-06-18  Glenn Morris  <rgm@gnu.org>
10919         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
10920         Replace obsolete function generic-make-keywords with its expansion.
10922         * progmodes/python.el (ffap-alist): Declare.
10924         * textmodes/reftex.el (bibtex-mode-map): Declare.
10926 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10928         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
10929         (package-unpack, package-unpack-single): Return the pkg-dir.
10930         (package-download-transaction): Use it to update package-alist.
10932 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10934         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
10935         possible choice.
10937 2013-06-17  Juri Linkov  <juri@jurta.org>
10939         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
10941 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
10943         * emacs-lisp/package.el (package-load-descriptor):
10944         Remove `with-syntax-table' call, `read' doesn't need it.
10945         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
10947 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
10949         * startup.el (command-line): Expand package name returned by
10950         `package--description-file' (bug#14639).
10952 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
10954         * emacs-lisp/package.el (package-load-descriptor): Do not call
10955         `emacs-lisp-mode', just use its syntax table.
10957 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
10959         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
10960         `font-lock-extra-managed-props' if any prettifying keyword is added.
10961         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
10962         (prog-mode): Use `setq-local'.
10964 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10966         * international/characters.el (standard-case-table): Set syntax of ?»
10967         and ?« to punctuation.
10969 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
10971         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
10972         Save relevant match data before calling `syntax-ppss' (bug#14595).
10974 2013-06-15  Juri Linkov  <juri@jurta.org>
10976         * files-x.el (modify-file-local-variable-prop-line): Add local
10977         variables to the end of the existing comment on the first line.
10978         Use `file-auto-mode-skip' to skip interpreter magic line,
10979         and also skip XML declaration.
10981 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10983         * startup.el (package--builtin-versions): New var.
10984         (package-subdirectory-regexp): Remove.
10985         (package--description-file): Hard code its value instead.
10987         * emacs-lisp/package.el: Don't activate packages older than builtin.
10988         (package-obsolete-list): Rename from package-obsolete-alist, and make
10989         it into a simple list of package-desc.
10990         (package-strip-version): Remove.
10991         (package-built-in-p): Use package--builtin-versions.
10992         (package-mark-obsolete): Simplify.
10993         (package-process-define-package): Mark it obsolete if older than the
10994         builtin version.
10995         (package-handle-response): Use line-end-position.
10996         (package-read-archive-contents, package--download-one-archive):
10997         Simplify.
10998         (package--add-to-archive-contents): Skip if older than the builtin or
10999         installed version.
11000         (package-menu-describe-package): Fix last change.
11001         (package-list-unversioned): New var.
11002         (package-menu--generate): Use it.
11004         * emacs-lisp/autoload.el: Manage package--builtin-versions.
11005         (autoload--insert-text, autoload--insert-cookie-text): New functions.
11006         (autoload-builtin-package-versions): New variable.
11007         (autoload-generate-file-autoloads): Use them.
11008         Remove the list of autoloaded functions/macros from the
11009         (autoload...) comments.
11011         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
11013 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
11015         * simple.el (line-move-partial): Don't jump to the next screen
11016         line as soon as it becomes visible.  Instead, continue enlarging
11017         the vscroll until the portion of a tall screen line that's left on
11018         display is about the height of the frame's default font.
11019         (Bug#14567)
11021 2013-06-15  Glenn Morris  <rgm@gnu.org>
11023         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
11024         compilation-error-regexp-alist void, or local while let-bound.
11026         * progmodes/make-mode.el (makefile-mode-syntax-table):
11027         Treat "=" as punctuation.  (Bug#14614)
11029 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
11031         * help-fns.el (describe-variable):
11032         Add extra line for permanent-local variables.
11034 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
11036         * progmodes/scheme.el (scheme-font-lock-keywords-2):
11037         Add export, import, library.  (Bug#9164)
11038         (library): Set indent function.
11040 2013-06-14  Glenn Morris  <rgm@gnu.org>
11042         * term/xterm.el (xterm--query):
11043         Stop after first matching handler.  (Bug#14615)
11045 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
11047         Add support for dired in saveplace.
11048         * dired.el (dired-initial-position-hook): New variable.
11049         (dired-initial-position): Call hook to place cursor position.
11050         * saveplace.el (save-place-to-alist): Add dired position.
11051         (save-place-dired-hook): New function.
11053 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11055         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
11056         through a symbol rather than letrec.
11058         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
11059         (package-desc): Add `dir' field.
11060         (package-desc-full-name): New function.
11061         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
11062         (package-maybe-load-descriptor): Remove.
11063         (package-load-all-descriptors): Just call package-load-descriptor.
11064         (package--disabled-p): New function.
11065         (package-desc-vers, package-desc-doc): Remove aliases.
11066         (package--dir): Remove function.
11067         (package-activate): Check if a package is disabled.
11068         (package-process-define-package): New function, extracted from
11069         define-package.
11070         (define-package): Turn into a place holder.
11071         (package-unpack-single, package-tar-file-info):
11072         Use package--description-file.
11073         (package-compute-transaction): Use package--disabled-p.
11074         (package-download-transaction): Don't call
11075         package-maybe-load-descriptor since they're all loaded anyway.
11076         (package-install): Change argument to be a pkg-desc.
11077         (package-delete): Use a single pkg-desc argument.
11078         (describe-package-1): Use package-desc-dir instead of package--dir.
11079         Use package-desc property instead of package-symbol.
11080         (package-install-button-action): Adjust accordingly.
11081         (package--push): Rewrite.
11082         (package-menu--print-info): Adjust accordingly.  Change the ID format
11083         to be a pkg-desc.
11084         (package-menu-describe-package, package-menu-get-status)
11085         (package-menu--find-upgrades, package-menu-mark-upgrades)
11086         (package-menu-execute, package-menu--name-predicate):
11087         Adjust accordingly.
11088         * startup.el (package--description-file): New function.
11089         (command-line): Use it.
11090         * emacs-lisp/package-x.el (package-upload-buffer-internal):
11091         Use package-desc-version.
11093         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
11094         (byte-compile-preprocess): Use it.
11095         (byte-compile-file-form-defalias): Try a bit harder to use macros we
11096         can't quite recognize.
11097         (byte-compile-add-to-list): Remove.
11098         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
11099         (cconv-closure-convert): Add assertion.
11101         * emacs-lisp/map-ynp.el: Use lexical-binding.
11102         (map-y-or-n-p): Remove unused vars `tail' and `object'.
11103         Factor out some repeated code.
11105 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11107         * subr.el (with-eval-after-load): New macro.
11108         (eval-after-load): Allow form to be a function.
11109         take advantage of lexical-binding.
11110         (do-after-load-evaluation): Use dolist and adjust to new format.
11111         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
11113 2013-06-13  Juri Linkov  <juri@jurta.org>
11115         * replace.el (perform-replace): Display "symbol " and other search
11116         modes from `isearch-message-prefix' in the *Help* buffer.
11118         * isearch.el (isearch-query-replace): Add " symbol" and other
11119         possible search modes from `isearch-message-prefix' to the prompt.
11120         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
11121         when reading a regexp to collect.
11123 2013-06-13  Juri Linkov  <juri@jurta.org>
11125         * isearch.el (word-search-regexp): Match whitespace if the search
11126         string begins or ends in whitespace.  The LAX arg is applied to
11127         both ends of the search string.  Use `regexp-quote' and explicit
11128         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
11129         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
11130         boundaries are replaced with symbol boundaries, and characters
11131         between symbols match non-word non-symbol syntax.  (Bug#14602)
11133 2013-06-13  Juri Linkov  <juri@jurta.org>
11135         * isearch.el (isearch-del-char): Don't exceed the length of
11136         `isearch-string' by the prefix arg.  (Bug#14563)
11138 2013-06-13  Juri Linkov  <juri@jurta.org>
11140         * isearch.el (isearch-yank-word, isearch-yank-line)
11141         (isearch-char-by-name, isearch-quote-char)
11142         (isearch-printing-char, isearch-process-search-char):
11143         Add optional count prefix arg.  (Bug#14563)
11145         * international/isearch-x.el
11146         (isearch-process-search-multibyte-characters):
11147         Add optional count prefix arg.
11149 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11151         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
11152         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
11153         lexical-binding.
11155 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
11157         * subr.el (set-temporary-overlay-map): Add on-exit argument.
11159 2013-06-13  Glenn Morris  <rgm@gnu.org>
11161         * startup.el (tty-handle-args):
11162         Don't just discard "--" and anything after.  (Bug#14608)
11164         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
11166 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
11168         Implement changes in Secret Service API.  Make it backward compatible.
11169         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
11170         (secrets-create-item): Use it.  Prefix properties with interface.
11172 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
11174         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
11175         (term-emulate-terminal): Respect term-suppress-hard-newline.
11177 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
11179         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
11180         Only remove a `thumb-file' overlay.  (Bug#14548)
11182 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
11184         * mail/reporter.el (reporter-submit-bug-report):
11185         Handle missing package-name.  (Bug#14600)
11187 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
11189         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
11190         (reftex-citation-prompt, reftex-default-bibliography)
11191         (reftex-bib-or-thebib, reftex-get-bibfile-list)
11192         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
11193         (reftex-bib-sort-author, reftex-bib-sort-year)
11194         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
11195         (reftex-extract-bib-entries-from-thebibliography)
11196         (reftex-get-bibkey-default, reftex-get-bib-names)
11197         (reftex-parse-bibtex-entry, reftex-get-bib-field)
11198         (reftex-format-bib-entry, reftex-parse-bibitem)
11199         (reftex-format-bibitem, reftex-do-citation)
11200         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
11201         (reftex-restrict-bib-matches, reftex-extract-bib-file)
11202         (reftex-insert-bib-matches, reftex-format-citation)
11203         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
11204         (reftex-create-bibtex-file): Add docstrings, mostly by converting
11205         existing comments into docstrings.
11207 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
11209         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
11211 2013-06-12  Andreas Schwab  <schwab@suse.de>
11213         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
11214         for auto-save files.
11216 2013-06-12  Glenn Morris  <rgm@gnu.org>
11218         * ido.el (ido-delete-ignored-files): Remove.
11219         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
11220         Go back to calling ido-ignore-item-p directly.
11222 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
11224         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
11226         * ido.el (ido-delete-ignored-files): New function,
11227         split from ido-make-file-list-1.
11228         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
11229         (ido-make-file-list-1): Use ido-delete-ignored-files.
11231 2013-06-12  Leo Liu  <sdl.web@gmail.com>
11233         * progmodes/octave.el (inferior-octave-startup)
11234         (inferior-octave-completion-table)
11235         (inferior-octave-track-window-width-change)
11236         (octave-eldoc-function-signatures, octave-help)
11237         (octave-find-definition): Use single quoted strings.
11238         (inferior-octave-startup-args): Change default value.
11239         (inferior-octave-startup): Do not hard code "-i" and
11240         "--no-line-editing".
11241         (inferior-octave-resync-dirs): Add optional arg NOERROR.
11242         (inferior-octave-directory-tracker): Use it.
11243         (octave-goto-function-definition): Robustify.
11244         (octave-help): Support highlighting operators in 'See also'.
11245         (octave-find-definition): Find subfunctions only in Octave mode.
11247 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11249         * help-fns.el (help-fns--compiler-macro): If the handler function is
11250         named, then put a link to it.
11251         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
11252         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
11253         (cl-typep): Use it.
11254         (cl-eval-when): Simplify debug spec.
11255         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
11256         compiler-macro function instead of setting `compiler-macro-file'.
11258 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
11260         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
11261         * vc/vc-hooks.el (vc-stay-local): Doc fix.
11263 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11264             Daniel Hackney  <dan@haxney.org>
11266         First part of Daniel Hackney's patch to package.el.
11267         * emacs-lisp/package.el: Use defstruct.
11268         (package-desc): New, main struct.
11269         (package--bi-desc, package--ac-desc): New structs, used to describe the
11270         format in external files.
11271         (package-desc-vers): Replace with package-desc-version accessor.
11272         (package-desc-doc): Replace with package-desc-summary accessor.
11273         (package-activate-1): Remove `package' arg since the pkg-vec now
11274         includes the name.
11275         (define-package): Use package-desc-from-define.
11276         (package-unpack-single): Change file-name arg to be a symbol.
11277         (package--add-to-archive-contents): Use package-desc-create and new
11278         accessor functions to package--ac-desc.
11279         (package-buffer-info, package-tar-file-info): Return a package-desc.
11280         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
11281         arg to be a package-desc.
11282         (package-install-file): Adjust accordingly.  Use \' to match EOS.
11283         (package--from-builtin): New function.
11284         (describe-package-1, package-menu--generate): Use it.
11285         (package--make-autoloads-and-compile): Change name arg to be a symbol.
11286         (package-generate-autoloads): Idem and return the name of the file.
11287         * emacs-lisp/package-x.el (package-upload-buffer-internal):
11288         Change pkg-info arg to be a package-desc.
11289         Use package-make-ac-desc.
11290         (package-upload-file): Use \' to match EOS.
11291         * finder.el (finder-compile-keywords): Use package-make-builtin.
11293 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11295         * vc/vc.el (vc-deduce-fileset): Change error message.
11296         (vc-read-backend): New function.
11297         (vc-next-action): Use it.
11299         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
11301         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
11302         (prolog-font-lock-keywords): Use regexp-opt instead.
11303         Don't manually highlight strings.
11304         (prolog-mode-variables): Simplify comment-start-skip.
11305         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
11307         * emacs-lisp/generic.el (generic--normalise-comments)
11308         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
11309         (generic-mode-set-comments): Use them.
11310         (generic-bracket-support): Use setq-local.
11311         (generic-make-keywords-list): Declare obsolete.
11313 2013-06-11  Glenn Morris  <rgm@gnu.org>
11315         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11316         Prettify after setting font-lock-defaults.  (Bug#14574)
11318 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
11320         * replace.el (query-replace, occur-read-regexp-defaults-function)
11321         (replace-search):
11322         * subr.el (declare-function, number-sequence, local-set-key)
11323         (substitute-key-definition, locate-user-emacs-file)
11324         (with-silent-modifications, split-string, eval-after-load):
11325         Fix typos, remove unneeded backslashes and reflow some docstrings.
11327 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11329         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
11330         default for Elisp files.
11332 2013-06-11  Glenn Morris  <rgm@gnu.org>
11334         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
11335         although define-derived-mode was doing this anyway.  (Bug#14583)
11337 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
11339         * allout.el (allout-encryption-plaintext-sanitization-regexps):
11340         Fix make-variable-buffer-local call to refer to the correct variable.
11342 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
11344         * eshell/em-term.el (eshell-visual-commands)
11345         (eshell-visual-subcommands, eshell-visual-options):
11346         Add summary line to docstrings.  Add cross-references.
11348 2013-06-10  Glenn Morris  <rgm@gnu.org>
11350         * epa.el (epa-read-file-name): New function.  (Bug#14510)
11351         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
11353 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
11355         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
11356         output redirection to be ignored with visual commands.
11358 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
11360         * eshell/em-term.el (eshell-visual-command-p): New function.
11361         (eshell-term-initialize): Move long lambda to separate function
11362         eshell-visual-command-p.
11363         * eshell/em-dirs.el (eshell-dirs-initialize):
11364         * eshell/em-script.el (eshell-script-initialize):
11365         Add missing #' to lambda.
11367 2013-06-08  Leo Liu  <sdl.web@gmail.com>
11369         * progmodes/octave.el (octave-add-log-current-defun): New function.
11370         (octave-mode): Set add-log-current-defun-function.
11371         (octave-goto-function-definition): Do not move point if not found.
11372         (octave-find-definition): Enhance to try subfunctions first.
11374 2013-06-08  Glenn Morris  <rgm@gnu.org>
11376         * emacs-lisp/bytecomp.el (byte-compile-char-before)
11377         (byte-compile-backward-char, byte-compile-backward-word):
11378         Improve previous change, to handle non-explicit nil.
11380 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11382         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
11383         (smie--opener/closer-at-point): New function.
11384         (smie--matching-block-data): Use it.  Don't match from right after an
11385         opener or right before a closer.  Obey smie-blink-matching-inners.
11386         Don't signal a mismatch for repeated inners like "switch..case..case".
11388 2013-06-07  Leo Liu  <sdl.web@gmail.com>
11390         * progmodes/octave.el (octave-mode): Set comment-use-global-state
11391         to t.  (Bug#14303)
11392         (octave-function-header-regexp): Fix.  (Bug#14570)
11393         (octave-help-mode-finish-hook, octave-help-mode-finish):
11394         Remove.  Just use temp-buffer-show-hook.
11396         * newcomment.el (comment-search-backward): Revert last change.
11397         (Bug#14434)
11399         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
11401 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
11403         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
11404         through xargs, to avoid failure due to MS-Windows limitations on
11405         command-line length.
11407 2013-06-06  Glenn Morris  <rgm@gnu.org>
11409         * font-lock.el (lisp-font-lock-keywords-2):
11410         Treat user-error like error.
11412         * emacs-lisp/bytecomp.el (byte-compile-char-before)
11413         (byte-compile-backward-char, byte-compile-backward-word):
11414         Handle explicit nil arguments.  (Bug#14565)
11416 2013-06-05  Alan Mackenzie  <acm@muc.de>
11418         * isearch.el (isearch-allow-prefix): New user option.
11419         (isearch-other-meta-char): Don't exit isearch when a prefix
11420         argument is typed whilst `isearch-allow-prefix' is non-nil.
11421         (Bug#9706)
11423 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11425         * autorevert.el (auto-revert-notify-handler): Use memq.
11426         Hide assertion failure.
11428         * skeleton.el: Use cl-lib.
11429         (skeleton-further-elements): Use defvar-local.
11430         (skeleton-insert): Use cl-progv.
11432 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
11434         * progmodes/prog-mode.el (prog-prettify-symbols)
11435         (prog-prettify-install): Update docstrings.
11437 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11439         * simple.el: Move all the prog-mode code to prog-mode.el.
11440         * progmodes/prog-mode.el: New file.
11441         * loadup.el: Add prog-mode.el.
11443 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
11445         * simple.el (prog-prettify-symbols): Add version.
11446         (prog-prettify-install): Add convenience function to prettify symbols.
11448         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
11449         (perl--augmented-font-lock-keywords-1)
11450         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
11451         variables and use it.
11453         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
11454         (cfengine3-mode): Remove unneeded variable and use it.
11456         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
11457         (lisp--augmented-font-lock-keywords-1)
11458         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
11459         Remove unneeded variables and use it.
11461 2013-06-05  João Távora  <joaotavora@gmail.com>
11463         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
11464         to point when opening the connection.  (Bug#14380)
11466 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11468         * subr.el (load-history-regexp, load-history-filename-element)
11469         (eval-after-load, after-load-functions, do-after-load-evaluation)
11470         (eval-next-after-load, display-delayed-warnings)
11471         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
11472         definition of save-match-data.
11473         (overriding-local-map): Remove accidental obsolescence declaration.
11475         * emacs-lisp/edebug.el (edebug-result): Move before first use.
11477 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
11479         Generalize symbol prettify support to prog-mode and implement it
11480         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
11481         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
11482         (prog--prettify-font-lock-compose-symbol)
11483         (prog-prettify-font-lock-symbols-keywords): New variables and
11484         functions to support symbol prettification.
11485         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
11486         (lisp--augmented-font-lock-keywords-1)
11487         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
11488         (lisp--prettify-symbols-alist): Implement prettify of lambda.
11489         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
11490         (cfengine3--prettify-symbols-alist, cfengine3-mode):
11491         Implement prettify of -> => :: strings.
11492         * progmodes/perl-mode.el (perl-prettify-symbols)
11493         (perl--font-lock-compose-symbol)
11494         (perl--font-lock-symbols-keywords): Move to prog-mode.
11495         (perl--prettify-symbols-alist): Prettify -> => :: strings.
11496         (perl-font-lock-keywords-1)
11497         (perl-font-lock-keywords-2): Remove explicit prettify support.
11498         (perl--augmented-font-lock-keywords)
11499         (perl--augmented-font-lock-keywords-1)
11500         (perl--augmented-font-lock-keywords-2, perl-mode):
11501         Implement prettify support.
11503 2013-06-05  Leo Liu  <sdl.web@gmail.com>
11505         Re-implement SMIE matching block highlight using
11506         show-paren-data-function.  (Bug#14395)
11507         * emacs-lisp/smie.el (smie-matching-block-highlight)
11508         (smie--highlight-matching-block-overlay)
11509         (smie--highlight-matching-block-lastpos)
11510         (smie-highlight-matching-block)
11511         (smie-highlight-matching-block-mode): Remove.
11512         (smie--matching-block-data-cache): New variable.
11513         (smie--matching-block-data): New function.
11514         (smie-setup): Use smie--matching-block-data for
11515         show-paren-data-function.
11517         * progmodes/octave.el (octave-mode-menu): Fix.
11518         (octave-find-definition): Skip garbage lines.
11520 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11522         Fix compilation error with simultaneous dynamic+lexical scoping.
11523         Add warning when a defvar appears after the first let-binding.
11524         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
11525         (byte-compile-close-variables): Initialize it.
11526         (byte-compile--declare-var): New function.
11527         (byte-compile-file-form-defvar)
11528         (byte-compile-file-form-define-abbrev-table)
11529         (byte-compile-file-form-custom-declare-variable): Use it.
11530         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
11531         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
11532         (byte-compile-bind): Handle dynamic bindings that shadow
11533         lexical bindings.
11534         (byte-compile-unbind): Make arg non-optional.
11535         (byte-compile-let): Simplify.
11536         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
11537         (cconv--analyse-function, cconv-analyse-form): Populate it.
11538         Protect byte-compile-bound-variables to limit the scope of defvars.
11539         (cconv-analyse-form): Add missing rule for (defvar <foo>).
11540         Remove unneeded rule for `declare'.
11542         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
11543         so as to avoid depending on cl-adjoin at run-time.
11544         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
11546         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
11547         (macroexp--warn-and-return): Use it.
11549 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11551         * subr.el: Convert to lexical binding.
11552         (overriding-local-map): Make obsolete.
11553         (add-to-list): Doc fix.  Add compiler macro.
11554         (read-key): Swap values of local maps.
11556 2013-06-05  Leo Liu  <sdl.web@gmail.com>
11558         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
11560 2013-06-04  Leo Liu  <sdl.web@gmail.com>
11562         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
11563         (compilation-auto-jump): Suppress the "Mark set" message to give
11564         way to exit message.
11566 2013-06-04  Alan Mackenzie  <acm@muc.de>
11568         Remove faulty optimisation from indentation calculation.
11569         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
11570         search limit based on 2000 characters back from indent-point.
11572 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
11574         * eshell/em-term.el (cl-lib): Require `cl-lib'.
11576 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11578         * emacs-lisp/lisp.el: Use lexical-binding.
11579         (lisp--local-variables-1, lisp--local-variables): New functions.
11580         (lisp--local-variables-completion-table): New var.
11581         (lisp-completion-at-point): Use it complete let-bound vars.
11583         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
11584         eagerly (bug#14422).
11586 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
11588         * autorevert.el (auto-revert-notify-enabled)
11589         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
11590         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
11591         (auto-revert-notify-handler): Handle also gfilenotify.
11593         * subr.el (file-notify-handle-event): New defun.  Replacing ...
11594         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
11595         Remove.
11597 2013-06-03  Juri Linkov  <juri@jurta.org>
11599         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
11600         `M-s h .'.  (Bug#14427)
11602         * hi-lock.el (highlight-symbol-at-point): New alias for the new
11603         command `hi-lock-face-symbol-at-point'.
11604         (hi-lock-face-symbol-at-point): New command.
11605         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
11606         (hi-lock-menu): Add `highlight-symbol-at-point'.
11607         (hi-lock-mode): Doc fix.
11609         * isearch.el (isearch-forward-symbol-at-point): New command.
11610         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
11611         (isearch-highlight-regexp): Add a regexp which matches
11612         words/symbols for word/symbol mode.
11614         * subr.el (find-tag-default-bounds): New function with the body
11615         mostly moved from `find-tag-default'.
11616         (find-tag-default): Move most code to `find-tag-default-bounds',
11617         call it and apply `buffer-substring-no-properties' afterwards.
11619 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
11621         * eshell/em-term.el (eshell-term-initialize):
11622         Use `cl-intersection' rather than `intersection'.
11624 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
11626         * vc/log-view.el: Doc fix.
11627         (log-view-mode-map): Copy keymap from `special-mode-map'.
11629 2013-06-02  Eric Ludlam  <zappo@gnu.org>
11631         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
11632         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
11633         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
11634         (eieio-unbound, eieio-default-superclass)
11635         (eieio--define-field-accessors, method-static, method-before)
11636         (method-primary, method-after, method-num-lists)
11637         (method-generic-before, method-generic-primary)
11638         (method-generic-after, method-num-slots)
11639         (eieio-specialized-key-to-generic-key)
11640         (eieio--check-type, class-v, class-p)
11641         (eieio-class-name, define-obsolete-function-alias)
11642         (eieio-class-parents-fast, eieio-class-children-fast)
11643         (same-class-fast-p, class-constructor, generic-p)
11644         (generic-primary-only-p, generic-primary-only-one-p)
11645         (class-option-assoc, class-option, eieio-object-p)
11646         (class-abstract-p, class-method-invocation-order)
11647         (eieio-defclass-autoload-map, eieio-defclass-autoload)
11648         (eieio-class-un-autoload, eieio-defclass)
11649         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
11650         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
11651         (eieio--defgeneric-init-form, eieio-defgeneric-form)
11652         (eieio-defgeneric-reset-generic-form)
11653         (eieio-defgeneric-form-primary-only)
11654         (eieio-defgeneric-reset-generic-form-primary-only)
11655         (eieio-defgeneric-form-primary-only-one)
11656         (eieio-defgeneric-reset-generic-form-primary-only-one)
11657         (eieio-unbind-method-implementations)
11658         (eieio--defmethod, eieio--typep)
11659         (eieio-perform-slot-validation, eieio-validate-slot-value)
11660         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
11661         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
11662         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
11663         (eieio-slot-name-index, eieio-class-slot-name-index)
11664         (eieio-set-defaults, eieio-initarg-to-attribute)
11665         (eieio-attribute-to-initarg, eieio-c3-candidate)
11666         (eieio-c3-merge-lists, eieio-class-precedence-c3)
11667         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
11668         (eieio-class-precedence-list, eieio-generic-call-methodname)
11669         (eieio-generic-call-arglst, eieio-generic-call-key)
11670         (eieio-generic-call-next-method-list)
11671         (eieio-pre-method-execution-functions, eieio-generic-call)
11672         (eieio-generic-call-primary-only, eieiomt-method-list)
11673         (eieiomt-optimizing-obarray, eieiomt-install)
11674         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
11675         (eieio-generic-form, eieio-defmethod, make-obsolete)
11676         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
11677         (defclass): Remove `eval-and-compile' from macro.
11678         (call-next-method, shared-initialize): Instead of using
11679         `scoped-class' variable, use new eieio--scoped-class, and
11680         eieio--with-scoped-class.
11681         (initialize-instance): Rename local variable 'scoped-class' to
11682         'this-class' to remove ambiguitity from old global.
11684         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
11685         eieio.el.
11686         (eieio--scoped-class-stack): New variable.
11687         (eieio--scoped-class): New fcn.
11688         (eieio--with-scoped-class): New scoping macro.
11689         (eieio-defclass): Use pushnew instead of add-to-list.
11690         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
11691         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
11692         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
11693         `scoped-class' variable, use new eieio--scoped-class, and
11694         eieio--with-scoped-class.
11696         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
11698 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
11700         * eshell/esh-ext.el (eshell-external-command): Pass args to
11701         `eshell-find-interpreter'.
11702         (eshell-find-interpreter): Add new second parameter ARGS.
11704         * eshell/em-script.el (eshell-script-initialize): Add second arg
11705         to the function added as MATCH to `eshell-interpreter-alist'.
11707         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
11708         the function added as MATCH to `eshell-interpreter-alist'.
11710         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
11711         (eshell-visual-options): New defcustom.
11712         (eshell-escape-control-x): Adapt docstring.
11713         (eshell-term-initialize): Test `eshell-visual-subcommands' and
11714         `eshell-visual-options' in addition to `eshell-visual-commands'.
11715         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
11717 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11719         * progmodes/python.el (python-indent-block-enders): Add break,
11720         continue and raise keywords.
11722 2013-06-01  Glenn Morris  <rgm@gnu.org>
11724         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
11726         Plain (f)boundp silences compilation warnings since Emacs 22.1.
11727         * progmodes/cc-cmds.el (delete-forward-p):
11728         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
11729         * progmodes/cc-engine.el (buffer-syntactic-context):
11730         * progmodes/cc-fonts.el (face-property-instance):
11731         * progmodes/cc-mode.el (set-keymap-parents):
11732         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
11733         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
11734         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
11735         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
11736         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
11738         * progmodes/cc-vars.el (other): Emacs has this widget since
11739         at least 21.1, so don't (re)define it.
11741         * eshell/em-cmpl.el (eshell-cmpl-initialize):
11742         Replace the obsolete alias pcomplete-arg-quote-list.
11744 2013-06-01  Leo Liu  <sdl.web@gmail.com>
11746         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
11747         punctuation syntax.
11748         (inferior-octave-minimal-columns)
11749         (inferior-octave-last-column-width): New variables.
11750         (inferior-octave-track-window-width-change): New function.
11751         (inferior-octave-mode): Adjust column width so that Octave output,
11752         for example from 'ls', can fit into the window nicely.
11754 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
11756         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
11757         Highlight expansions inside regexp literals.
11759 2013-05-31  Glenn Morris  <rgm@gnu.org>
11761         * obsolete/sym-comp.el (symbol-complete):
11762         Replace obsolete completion-annotate-function.
11764         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
11766 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
11768         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
11769         New function, checks if point is inside a literal that allows
11770         expression expansion.
11771         (ruby-syntax-propertize-expansion): Use it.
11772         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
11773         around the body.
11775 2013-05-30  Juri Linkov  <juri@jurta.org>
11777         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
11778         to "\M-si".
11779         (isearch-invisible): New variable.
11780         (isearch-forward): Doc fix.
11781         (isearch-mode): Set `isearch-invisible'
11782         to the value of `search-invisible'.
11783         (isearch-toggle-case-fold): Doc fix.
11784         (isearch-toggle-invisible): New command.
11785         (isearch-query-replace): Let-bind `search-invisible'
11786         to the value of `isearch-invisible'.
11787         (isearch-search): Use `isearch-invisible' instead of
11788         `search-invisible'.  Let-bind `search-invisible'
11789         to the value of `isearch-invisible'.  (Bug#11378)
11791 2013-05-30  Juri Linkov  <juri@jurta.org>
11793         * replace.el (perform-replace): Avoid `isearch-range-invisible'
11794         call when `query-flag' is nil and `search-invisible' is non-nil.
11795         (Bug#11746)
11797 2013-05-30  Glenn Morris  <rgm@gnu.org>
11799         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
11801         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
11802         (cc-require): Suppress spurious "noruntime" warnings.
11803         (cc-require-when-compile): Use fboundp, for sake of compiler.
11805         * progmodes/cc-mode.el: Move load of cc-vars before that of
11806         cc-langs (which in turn loads cc-vars), to quieten compiler.
11808 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11810         * paren.el: Simplify the code.
11811         (show-paren-mode): Always start the timer.
11812         (show-paren--idle-timer): Rename from show-paren-idle-timer.
11813         (show-paren--overlay, show-paren--overlay-1): Rename from
11814         show-paren-overlay and show-paren-overlay-1, and initialize to an
11815         overlay rather than to nil.
11816         (show-paren-function): Misc cleanup and simplifications.
11818 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11820         * paren.el (show-paren-data-function): New hook.
11821         (show-paren--default): New function, extracted from show-paren-function.
11822         (show-paren-function): Use show-paren-data-function.
11824 2013-05-30  Glenn Morris  <rgm@gnu.org>
11826         * ielm.el (ielm-map, ielm-complete-symbol):
11827         Use completion-at-point rather than obsolete functions.
11828         (inferior-emacs-lisp-mode): Doc fix.
11829         Set completion-at-point-functions, rather than
11830         comint-dynamic-complete-functions.
11832         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
11833         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
11834         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
11836         * image.el (image-animated-p): Tweak definition.
11838         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
11839         (rlogin-process-connection-type): Tweak default.  Add set-after.
11840         (rlogin-host): Doc fix.
11841         (rlogin): Tweak prompt.
11842         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
11844         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
11845         * progmodes/tcl.el (inferior-tcl-mode-map):
11846         Use completion-at-point rather than obsolete alias.
11848         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
11850         * minibuffer.el (read-file-name-completion-ignore-case):
11851         Move before completion--in-region, for eager macro expansion.
11853 2013-05-29  Juri Linkov  <juri@jurta.org>
11855         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
11856         for total count of matching lines.  Add `global-matches' for total
11857         count of matches.  Rename `matches' to `lines' for count of
11858         matching lines.  Add `matches' for count of matches.
11859         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
11860         to `prev-line' for line number of prev match endpt.
11861         Increment `matches' for every match.  Print the number of
11862         matching lines in the header.
11863         (occur-context-lines): Rename `lines' to `curr-line'.
11864         Rename `prev-lines' to `prev-line'.  (Bug#14017)
11866 2013-05-29  Juri Linkov  <juri@jurta.org>
11868         * replace.el (perform-replace): Add `skip-read-only-count',
11869         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
11870         Increment them for corresponding conditions and report the number
11871         of skipped occurrences in the final message.  (Bug#11746)
11872         (query-replace, query-replace-regexp, query-replace-regexp-eval)
11873         (replace-string, replace-regexp): Doc fix.
11875 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11877         * emacs-lisp/trace.el (trace--read-args): Provide a default.
11879         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
11880         prog-mode-map (bug#14504).
11882 2013-05-29  Leo Liu  <sdl.web@gmail.com>
11884         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
11885         (octave-help): Small simplification.
11887         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
11888         off the highlight first.
11890 2013-05-29  Glenn Morris  <rgm@gnu.org>
11892         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
11893         Handle idlwave-last-system-routine-info-cons-cell being nil.
11895         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
11896         (idlwave-write-paths): Simplify via with-temp-buffer.
11898         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
11899         * emulation/cua-rect.el: Also load cua-base at run time.
11901         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
11902         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
11903         (cperl-imenu-on-info): Require imenu.
11905 2013-05-28  Alan Mackenzie  <acm@muc.de>
11907         Handle "capitalised keywords" correctly.
11908         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
11910 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
11912         * eshell/em-unix.el: Add -r option to cp.
11914 2013-05-28  Glenn Morris  <rgm@gnu.org>
11916         * vc/vc-arch.el (vc-exec-after): Declare.
11917         (vc-switches): Autoload.
11918         * vc/vc-bzr.el: No need to require vc when compiling.
11919         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
11920         (vc-resynch-buffer, vc-dir-refresh): Declare.
11921         (vc-setup-buffer, vc-switches): Autoload.
11922         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
11923         (vc-resynch-buffer): Declare.
11924         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
11925         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
11926         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
11927         (grep-read-regexp, grep-read-files, grep-expand-template)
11928         (vc-dir-refresh): Declare.
11929         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
11930         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
11931         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
11932         * vc/vc-mtn.el (vc-exec-after): Declare.
11933         (vc-switches): Autoload.
11934         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
11935         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
11936         (vc-file-tree-walk): Declare.
11937         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
11938         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
11939         (vc-tag-precondition, vc-rename-master): Autoload.
11940         * vc/vc-svn.el (vc-exec-after): Declare.
11941         (vc-switches, vc-setup-buffer): Autoload.
11942         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
11943         Autoload.
11944         (vc-resynch-buffer): Declare.
11946         * obsolete/fast-lock.el (byte-compile-warnings):
11947         Don't warn about obsolete features in this obsolete file.
11949         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
11950         Move definition before use.
11952         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
11953         (dun-unix-verbs): Remove dun-zippy.
11954         (dun-zippy): Remove function.
11956         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
11958 2013-05-27  Juri Linkov  <juri@jurta.org>
11960         * replace.el (replace-search): New function with code moved out
11961         from `perform-replace'.
11962         (replace-highlight, replace-dehighlight): Move function definitions
11963         up closer to `replace-search'.  (Bug#11746)
11965 2013-05-27  Juri Linkov  <juri@jurta.org>
11967         * replace.el (perform-replace): Ignore invisible matches.
11968         In addition to checking `query-replace-skip-read-only', also
11969         filter out matches by calling `run-hook-with-args-until-failure'
11970         on `isearch-filter-predicates', and also check `search-invisible'
11971         for t or call `isearch-range-invisible'.
11972         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
11974 2013-05-27  Juri Linkov  <juri@jurta.org>
11976         * isearch.el (isearch-filter-predicates): Rename from
11977         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
11978         (isearch-message-prefix): Display text from the property
11979         `isearch-message-prefix' of the currently active filters.
11980         (isearch-search): Don't compare `isearch-filter-predicate' with
11981         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
11982         on `isearch-filter-predicates'.  Also check `search-invisible' for t
11983         or call `isearch-range-invisible'.
11984         (isearch-filter-visible): Make obsolete.
11985         (isearch-lazy-highlight-search):
11986         Call `run-hook-with-args-until-failure' on
11987         `isearch-filter-predicates' and use `isearch-range-invisible'.
11989         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
11990         `isearch-filter-predicates' instead of `funcall'ing
11991         `isearch-filter-predicate'.
11992         (Info-mode): Set `Info-isearch-filter' to
11993         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
11995         * dired-aux.el (dired-isearch-filter-predicate-orig):
11996         Remove variable.
11997         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
11998         (dired-isearch-filenames-end): Add and remove
11999         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
12000         instead of changing the value of `isearch-filter-predicate'.
12001         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
12002         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
12003         Put property `isearch-message-prefix' to "filename " on
12004         `dired-isearch-filter-filenames'.
12006         * wdired.el (wdired-change-to-wdired-mode):
12007         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
12008         locally instead of changing `isearch-filter-predicate'.
12009         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
12011 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
12013         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
12014         return the commit hash (Bug#14459).  Also set the
12015         `vc-git-detached' property.
12016         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
12017         (vc-git-mode-line-string): Use the same help-echo format whether
12018         in detached mode or not, because we know the actual revision now.
12019         When in detached mode, shorten the revision to 7 chars.
12021 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12023         * emacs-lisp/easy-mmode.el (define-minor-mode):
12024         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
12025         mode hook and provide a docstring.
12027 2013-05-27  Alan Mackenzie  <acm@muc.de>
12029         Remove spurious syntax-table text properties inserted by C-y.
12030         * progmodes/cc-mode.el (c-after-change): Also clear hard
12031         syntax-table property with value nil.
12033 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
12035         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
12036         when reading the events; the buffer layout shall not be changed.
12038 2013-05-27  Leo Liu  <sdl.web@gmail.com>
12040         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
12041         New variable.
12042         (inferior-octave-directory-tracker): Automatically re-sync
12043         default-directory.
12044         (octave-help): Improve handling of 'See also'.
12046 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12048         * doc-view.el: Minor naming convention tweaks.
12049         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
12051         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
12052         even if there's no `display' property yet (bug#14435).
12054 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
12056         * subr.el (unmsys--file-name): Rename from reveal-filename.
12058         * Makefile.in (custom-deps, finder-data, autoloads)
12059         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
12060         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
12061         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
12063 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12065         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
12066         error-completion on the first 2 args of condition-case (bug#14446).
12067         Don't burp at EOB.
12069 2013-05-25  Leo Liu  <sdl.web@gmail.com>
12071         * comint.el (comint-previous-matching-input): Do not flood the
12072         *Messages* buffer with trivial messages.
12074 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12076         * progmodes/flymake.el (flymake-nop): Don't return a string.
12077         (flymake-set-at): Fix typo.
12079         * simple.el (read--expression): New function, extracted from
12080         eval-expression.  Set completion-at-point-functions (bug#14465).
12081         (eval-expression, eval-minibuffer): Use it.
12083 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
12085         * progmodes/flymake.el (flymake-save-buffer-in-file)
12086         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
12087         (flymake-selected-frame, flymake-log, flymake-ins-after)
12088         (flymake-set-at, flymake-get-buildfile-from-cache)
12089         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
12090         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
12091         Refine the doc string.
12092         (flymake-get-file-name-mode-and-masks): Reformat.
12093         (flymake-get-real-file-name-function): Fix a minor bug.
12095 2013-05-24  Juri Linkov  <juri@jurta.org>
12097         * progmodes/grep.el (grep-mode-font-lock-keywords):
12098         Support =linenumber= format used by git-grep for lines with
12099         function names.  (Bug#13549)
12101 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12103         * progmodes/octave.el (octave-smie-rules): Return nil rather than
12104         0 after a semi-colon; it works better for smie-auto-fill.
12105         (octave--indent-new-comment-line): New function.
12106         (octave-indent-new-comment-line): Use it (indirectly).
12107         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
12108         modify comment-line-break-function.
12110         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
12111         (smie-setup): Use add-function to set it.
12113 2013-05-24  Sam Steingold  <sds@gnu.org>
12115         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
12116         argument (before the `interactive' argument).
12118 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12120         * image-mode.el (image-mode-winprops): Add winprops to
12121         image-mode-winprops-alist before running
12122         image-mode-new-window-functions.
12123         * doc-view.el (doc-view-new-window-function): Don't delay
12124         doc-view-goto-page via timers (bug#14435).
12126 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
12128         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
12129         (doc-view-desktop-save-buffer): New function.
12130         (doc-view-restore-desktop-buffer): New function.
12131         (desktop-buffer-mode-handlers):
12132         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
12133         handler.
12134         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
12135         `desktop-save-buffer' function.
12137 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
12139         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
12140         (tramp-gvfs-file-name-handler): Raise a user error when
12141         `tramp-gvfs-enabled' is nil.
12142         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
12143         Do not raise a user error when loading package.  (Bug#14447)
12145         * net/xesam.el: Move to obsolete/.
12147 2013-05-24  Glenn Morris  <rgm@gnu.org>
12149         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
12151         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
12153         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
12154         (Info-find-node, Man-getpage-in-background): Declare.
12156         * mail/unrmail.el (unrmail):
12157         Replace obsolete detect-coding-with-priority.
12159         * net/socks.el (socks-split-string): Use this rather than split-string.
12160         (socks-nslookup-host): Update for above change.
12161         (dynamic-choice, s5-dynamic-choice-match)
12162         (s5-dynamic-choice-match-inline, s5-widget-value-create):
12163         Comment out unused code.
12165         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
12166         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
12167         (gud-tooltip-echo-area): Make obsolete.
12168         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
12170         * progmodes/js.el (js--optimize-arglist): Declare.
12172         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
12174         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
12175         (ediff-window-C): Declare.
12177         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
12178         Tweak requires to silence compiler.
12180         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
12181         (he-search-string, he-tried-table, he-expand-list)
12182         (he-init-string, he-string-member, he-substitute-string)
12183         (he-reset-string): Declare.
12185         * obsolete/options.el (list-options): Use custom-variable-p,
12186         rather than obsolete alias.
12188 2013-05-23  Sam Steingold  <sds@gnu.org>
12190         * simple.el (shell-command-on-region): Pass the `replace' argument
12191         down to `call-process-region' to comply with the doc as reported on
12192         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
12194 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12196         * emacs-lisp/smie.el (smie-indent-forward-token)
12197         (smie-indent-backward-token): Handle string tokens (bug#14381).
12199 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
12201         * ielm.el (ielm-menu): New menu.
12202         (inferior-emacs-lisp-mode): Set comment-start.
12204 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
12206         * textmodes/reftex.el (reftex-ref-style-toggle):
12207         Fix deactivate action.
12209         * textmodes/reftex-vars.el (reftex-ref-style-alist):
12210         Add cleveref macros.
12212         * textmodes/reftex-parse.el
12213         (reftex-locate-bibliography-files): Accept options for
12214         bibliography commands.
12215         * textmodes/reftex-vars.el (reftex-bibliography-commands):
12216         Add addbibresource.  Basic Biblatex support.
12218 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
12220         * net/tramp-gvfs.el (top):
12221         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
12222         when loading package.  (Bug#14447)
12224 2013-05-23  Glenn Morris  <rgm@gnu.org>
12226         * progmodes/js.el: No need to load comint when compiling.
12227         (ring-insert, comint-send-string, comint-send-input)
12228         (comint-last-input-end, ido-chop): Declare.
12230         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
12231         * vc/ediff-mult.el: Adjust requires.
12232         (ediff-directories-internal, ediff-directory-revisions-internal)
12233         (ediff-patch-file-internal): Declare.
12234         * vc/ediff-ptch.el: Adjust requires.
12235         (ediff-use-last-dir, ediff-buffers-internal): Declare.
12236         (ediff-find-file): Autoload.
12237         * vc/ediff-util.el: No need to load ediff when compiling.
12238         (ediff-regions-internal): Declare.
12239         * vc/ediff-wind.el: Adjust requires.
12240         (ediff-compute-toolbar-width): Define when compiling.
12241         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
12242         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
12243         (dired-get-filename, dired-get-marked-files)
12244         (ediff-last-dir-patch, ediff-patch-default-directory)
12245         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
12246         (ediff-patch-buffer-internal): Declare.
12248         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
12249         (ispell-process, ispell-buffer-local-words, lm-summary)
12250         (lm-section-start, lm-section-end): Declare.
12251         (checkdoc-ispell-init): Simplify.
12253         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
12254         (he-string-member, he-reset-string, he-substitute-string): Declare.
12256         * eshell/em-ls.el: Adjust requires.
12257         (eshell-glob-regexp): Declare.
12258         * eshell/em-tramp.el: Adjust requires.
12259         (eshell-parse-command): Autoload.
12260         * eshell/em-xtra.el: Adjust requires.
12261         (eshell-parse-command): Autoload.
12262         * eshell/esh-ext.el: Adjust requires.
12263         (eshell-parse-command, eshell-close-handles): Autoload.
12264         * eshell/esh-io.el: Adjust requires.
12265         (eshell-output-filter): Autoload.
12266         * eshell/esh-util.el: No need to load tramp when compiling.
12267         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
12268         Declare.
12269         (eshell-parse-ange-ls): Require ange-ftp and tramp.
12270         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
12271         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
12272         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
12273         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
12274         * eshell/esh-opt.el, eshell/esh-proc.el:
12275         * eshell/esh-var.el: Adjust requires.
12276         * eshell/eshell.el: Do not require esh-util twice.
12277         (eshell-add-input-to-history): Declare.
12278         (eshell-command): Check history module is active before using it.
12280         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
12282 2013-05-22  Leo Liu  <sdl.web@gmail.com>
12284         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
12286 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
12288         * autorevert.el (auto-revert-notify-add-watch)
12289         (auto-revert-notify-handler): Add `attrib' for the inotify case,
12290         it indicates changes in file modification time.
12292 2013-05-22  Glenn Morris  <rgm@gnu.org>
12294         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12295         Always delete the autoloaded function from the noruntime and
12296         unresolved functions lists.
12298         * allout.el: No need to load epa, epg, overlay when compiling.
12299         (epg-context-set-passphrase-callback, epg-list-keys)
12300         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
12301         (epg-key-user-id-list): Declare.
12303         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12304         (viper-set-parsing-style-toggling-macro)
12305         (viper-set-emacs-state-searchstyle-macros):
12306         Use called-interactively-p on Emacs.
12307         (viper-looking-back): Make it an obsolete alias.  Update callers.
12308         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
12309         Use looking-back rather than viper-looking-back.
12310         (viper-tmp-insert-at-eob, viper-enlarge-region)
12311         (viper-read-string-with-history, viper-register-to-point)
12312         (viper-append-to-register, viper-change-state-to-vi)
12313         (viper-backward-char-carefully, viper-forward-char-carefully)
12314         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
12315         (viper-change-state-to-emacs): Declare.
12316         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
12317         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
12318         * emulation/viper-mous.el: Do not load viper-cmd.
12319         (viper-backward-char-carefully, viper-forward-char-carefully)
12320         (viper-forward-word, viper-adjust-window): Declare.
12322         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
12324         * progmodes/idlw-help.el (idlwave-help-fontify):
12325         Use called-interactively-p.
12327         * term/w32console.el (w32-get-console-codepage)
12328         (w32-get-console-output-codepage): Declare.
12330         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
12331         Remove unnecessary declarations.
12332         (dframe-message): Doc fix.
12334         * info.el (dframe-select-attached-frame, dframe-current-frame):
12335         Declare.
12337         * speedbar.el (speedbar-message): Make it an obsolete alias.
12338         Update all callers.
12339         (speedbar-with-attached-buffer)
12340         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
12341         (speedbar-with-writable): Use backquote.
12342         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
12343         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
12344         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
12345         rather than speedbar- aliases.
12346         * mail/rmail.el: Load dframe rather than speedbar when compiling.
12347         (speedbar-make-specialized-keymap, speedbar-insert-button)
12348         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
12349         (speedbar-do-function-pointer): Declare.
12350         (rmail-speedbar-button, rmail-speedbar-find-file)
12351         (rmail-speedbar-move-message):
12352         Use dframe-with-attached-buffer rather than speedbar- alias.
12353         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
12354         (dframe-message, speedbar-make-specialized-keymap)
12355         (speedbar-add-expansion-list, speedbar-mode-functions-list)
12356         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
12357         (speedbar-insert-button, dframe-select-attached-frame)
12358         (dframe-maybee-jump-to-attached-frame)
12359         (speedbar-change-initial-expansion-list)
12360         (speedbar-previously-used-expansion-list-name): Declare.
12361         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
12362         Use dframe-message, dframe-with-attached-buffer rather than
12363         speedbar- aliases.
12364         (gud-sentinel): Silence compiler.
12365         * progmodes/vhdl-mode.el (speedbar-refresh)
12366         (speedbar-do-function-pointer, speedbar-add-supported-extension)
12367         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
12368         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
12369         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
12370         (speedbar-file-lists, speedbar-make-tag-line)
12371         (speedbar-line-directory, speedbar-goto-this-file)
12372         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
12373         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
12374         (speedbar-make-button, speedbar-reset-scanners)
12375         (speedbar-files-item-info, speedbar-line-text)
12376         (speedbar-find-file-in-frame, speedbar-set-timer)
12377         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
12378         (speedbar-with-writable): Do not (re)define it.
12379         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
12380         rather than speedbar- alias.
12382 2013-05-21  Leo Liu  <sdl.web@gmail.com>
12384         * progmodes/octave.el (octave-mode-menu): Update and re-organize
12385         menu items.
12386         (octave-mode): Tweak fill-nobreak-predicate.
12387         (inferior-octave-startup): Check process to avoid infinite loop.
12388         (inferior-octave): Pop to buffer first to show abornmal process
12389         exit information.
12391 2013-05-21  Glenn Morris  <rgm@gnu.org>
12393         * printing.el (pr-menu-bar): Define when compiling.
12395 2013-05-21  Leo Liu  <sdl.web@gmail.com>
12397         * progmodes/octave.el (octave-auto-fill): Remove.
12398         (octave-indent-new-comment-line): Improve.
12399         (octave-mode): Use auto fill mode through
12400         comment-line-break-function and fill-nobreak-predicate.
12401         (octave-goto-function-definition): Support DEFUN_DLD.
12402         (octave-beginning-of-defun): Small tweak.
12403         (octave-help): Show parent directory.
12405 2013-05-21  Glenn Morris  <rgm@gnu.org>
12407         * files.el (dired-unmark):
12408         * progmodes/gud.el (gdb-input): Update declarations.
12410         * calculator.el (electric, ehelp): No need to load when compiling.
12411         (Electric-command-loop, electric-describe-mode): Declare.
12413         * doc-view.el (doc-view-current-converter-processes): Move before use.
12415         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12416         Move MODE-set-explicitly definition before use.
12418         * international/mule-diag.el (mule-diag):
12419         Don't use obsolete window-system-version.
12421         * mail/feedmail.el (smtpmail): No need to load when compiling.
12422         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
12424         * mail/mail-utils.el (rfc822): No need to load when compiling.
12425         (rfc822-addresses): Autoload it.
12426         (mail-strip-quoted-names): Trivial simplification.
12428         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
12429         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
12431         * net/snmp-mode.el (tempo): Don't duplicate requires.
12433         * progmodes/prolog.el (info): No need to load when compiling.
12434         (comint): Require before shell requires it.
12435         (Info-goto-node): Autoload it.
12436         (Info-follow-nearest-node): Declare.
12437         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
12439         * textmodes/artist.el (picture-mode-exit): Declare.
12441         * textmodes/reftex-parse.el (reftex-parse-from-file):
12442         Trivial rewrite so the compiler can parse it better.
12444 2013-05-20  Leo Liu  <sdl.web@gmail.com>
12446         * progmodes/octave.el (octave-help-mode-map)
12447         (octave-help-mode-finish-hook): New variables.
12448         (octave-help-mode, octave-help-mode-finish): New functions.
12449         (octave-help): Use octave-help-mode.
12451 2013-05-20  Glenn Morris  <rgm@gnu.org>
12453         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
12455 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
12457         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
12458         start at point, so that expansion starting right after opening
12459         slash in a regexp is recognized.
12460         (ruby-syntax-before-regexp-re): New defvar, extracted from
12461         ruby-syntax-propertize-function.  Since the value of this regexp
12462         is looked up at runtime now, we should be able to turn
12463         `ruby-syntax-methods-before-regexp' into a defcustom later.
12464         (ruby-syntax-propertize-function): Split regexp matching into two
12465         parts, for opening and closing slashes.  That allows us to skip
12466         over string interpolations and support multiline regexps.
12467         Don't call `ruby-syntax-propertize-expansions', instead use another rule
12468         for them, which calls `ruby-syntax-propertize-expansion'.
12469         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
12470         call to `ruby-syntax-propertize-function'.
12471         (ruby-syntax-propertize-expansion): Extracted from
12472         `ruby-syntax-propertize-expansions'.  Handles one expansion.
12473         (ruby-syntax-propertize-percent-literal): Leave point right after
12474         the percent symbol, so that the expression expansion rule can
12475         propertize the contents.
12476         (ruby-syntax-propertize-heredoc): Leave point at bol following the
12477         heredoc openers.
12478         (ruby-syntax-propertize-expansions): Remove.
12480 2013-05-18  Juri Linkov  <juri@jurta.org>
12482         * man.el (Man-default-man-entry): Remove `-' from the end
12483         of the default value.  (Bug#14400)
12485 2013-05-18  Glenn Morris  <rgm@gnu.org>
12487         * comint.el (comint-password-prompt-regexp):
12488         Allow "password for XXX" where XXX contains colons (eg https://...).
12490 2013-05-18  Leo Liu  <sdl.web@gmail.com>
12492         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
12493         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
12494         (octave-source-directories): Don't check process.
12495         (octave-source-directories, octave-find-definition): Doc fix.
12497 2013-05-18  Glenn Morris  <rgm@gnu.org>
12499         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
12500         Remove backspace/delete bindings.  (Bug#14392)
12502         * cus-dep.el (custom-make-dependencies): Sort the output.
12503         (custom-versions-load-alist): Convert comment to doc.
12505 2013-05-17  Leo Liu  <sdl.web@gmail.com>
12507         * newcomment.el (comment-search-backward): Stricter in finding
12508         comment start.  (Bug#14303)
12510         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
12511         (octave-comment-start-skip): Properly anchored.
12513 2013-05-17  Leo Liu  <sdl.web@gmail.com>
12515         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
12516         Clean up when turned off.  (Bug#14395)
12517         (smie--highlight-matching-block-overlay): No longer buffer-local.
12518         (smie-highlight-matching-block): Adjust.
12520 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
12522         Doc string fix for "nanoseconds" (Bug#14406).
12523         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
12524         Fix doc string typo that had "nanoseconds" instead of "microseconds".
12526 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
12528         * calc/calc-units.el (math-extract-units): Preserve powers
12529         of units.
12531 2013-05-17  Leo Liu  <sdl.web@gmail.com>
12533         * subr.el (delete-consecutive-dups): New function.
12534         * ido.el (ido-set-matches-1): Use it.
12535         * progmodes/octave.el (inferior-octave-completion-table): Use it.
12536         * ido.el (ido-remove-consecutive-dups): Remove.
12538 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12540         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12541         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
12542         regexp-opt's `words'.
12544 2013-05-16  Leo Liu  <sdl.web@gmail.com>
12546         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
12547         (smie--highlight-matching-block-overlay)
12548         (smie--highlight-matching-block-lastpos)
12549         (smie--highlight-matching-block-timer): New variables.
12550         (smie-highlight-matching-block): New function.
12551         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
12552         (smie-setup): Conditionally enable smie-blink-matching-open.
12554 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
12556         Sync with upstream verilog-mode r840.
12557         * progmodes/verilog-mode.el (verilog-mode-version)
12558         (verilog-mode-release-date): Update.
12559         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
12560         (verilog-sig-tieoff): Fix string error on
12561         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
12562         (verilog-read-decls): Fix parameters confusing
12563         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
12565 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
12567         * subr.el (reveal-filename): New function.
12569         * loadup.el: Compute Emacs executable versions on MS-Windows,
12570         where executables have the .exe extension.  Add a hard link
12571         emacs-XX.YY.ZZ.exe on MS-Windows.
12573         * Makefile.in (XARGS_LIMIT): New variable.
12574         (custom-deps, finder-data, autoloads)
12575         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
12576         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
12577         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
12578         (compile-main): Limit xargs according to $(XARGS_LIMIT).
12580 2013-05-16  Leo Liu  <sdl.web@gmail.com>
12582         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
12583         (octave-mode-menu, octave-mode-map): Remove its uses.
12585 2013-05-16  Reto Zimmermann  <reto@gnu.org>
12587         Sync with upstream vhdl mode v3.34.2.
12588         * progmodes/vhdl-mode.el: Use `push' throughout.
12589         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
12590         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
12591         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
12592         (vhdl-actual-generic-name): New option to derive actual generic name.
12593         (vhdl-port-paste-signals): Replace formal by actual generics.
12594         (vhdl-beautify): New name for old group vhdl-align.  Update users.
12595         (vhdl-beautify-options): New option.
12596         (vhdl-last-input-event): New compat alias.  Use throughout.
12597         (vhdl-goto-line): Replace user level function `goto-line'.
12598         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
12599         vhdl-fix-statement-buffer.
12600         (vhdl-create-mode-menu): Add some entries.
12601         (vhdl-align-region-groups): Respect vhdl-beautify-options.
12602         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
12603         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
12604         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
12605         to force statements on one line.
12606         (vhdl-remove-trailing-spaces-region):
12607         New, split from vhdl-remove-trailing-spaces.
12608         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
12609         Respect vhdl-beautify-options.
12610         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
12611         (vhdl-update-sensitivity-list): Not add with index if exists without.
12612         Not include array index with signal.  Ignore keywords in comments.
12613         (vhdl-get-visible-signals): Regexp tweaks.
12614         (vhdl-template-component-inst): Handle empty library.
12615         (vhdl-template-type): Add template for 'enum' type.
12616         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
12617         Use vhdl-replace-string.
12618         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
12619         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
12620         (vhdl-speedbar-initialize): Update for above name change.
12621         (vhdl-compose-wire-components): Fix in handling of constants.
12622         (vhdl-error-regexp-emacs-alist): New variable.
12623         (vhdl-error-regexp-add-emacs): New function;
12624         adds support for new compile.el (Emacs 22+)
12625         (vhdl-generate-makefile-1): Change target order for single lib. units.
12626         Allow use of absolute file names.
12628 2013-05-16  Leo Liu  <sdl.web@gmail.com>
12630         * simple.el (prog-indent-sexp): Indent enclosing defun.
12632 2013-05-15  Glenn Morris  <rgm@gnu.org>
12634         * cus-start.el (show-trailing-whitespace): Move to editing basics.
12635         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
12636         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
12637         (whitespace-highlight): Move to whitespace group.
12639         * comint.el (comint-source):
12640         * pcmpl-linux.el (pcmpl-linux):
12641         * shell.el (shell-faces):
12642         * eshell/esh-opt.el (eshell-opt):
12643         * international/ccl.el (ccl): Remove empty custom groups.
12645         * completion.el (dynamic-completion-mode):
12646         * jit-lock.el (jit-lock-debug-mode):
12647         * minibuffer.el (completion-in-region-mode):
12648         * type-break.el (type-break-mode-line-message-mode)
12649         (type-break-query-mode):
12650         * emulation/tpu-edt.el (tpu-edt-mode):
12651         * progmodes/subword.el (global-subword-mode, global-superword-mode):
12652         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
12653         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
12655         * term/xterm.el (xterm): Change parent group to terminals.
12657         * master.el (master): Remove empty custom group.
12658         (master-mode): Remove unused :group argument.
12659         * textmodes/refill.el (refill): Remove empty custom group.
12660         (refill-mode): Remove unused :group argument.
12662         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
12664         * cus-dep.el: Provide a feature.
12665         (custom-make-dependencies): Ignore dotfiles (dir-locals).
12666         Don't mistakenly ignore files whose basenames match a basename
12667         from preloaded-file-list (eg cedet/ede/simple.el).
12668         Add a fallback method for getting :group.
12670 2013-05-15  Juri Linkov  <juri@jurta.org>
12672         * isearch.el (isearch-char-by-name): Rename from
12673         `isearch-insert-char-by-name'.  Doc fix.
12674         (isearch-forward): Mention `isearch-char-by-name' in
12675         the docstring.  (Bug#13348)
12677         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
12678         `exit-minibuffer' instead of
12679         `isearch-nonincremental-exit-minibuffer'.
12680         (isearch-edit-string): Remove mention of
12681         `isearch-nonincremental-exit-minibuffer' from docstring.
12682         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
12683         (isearch-forward-exit-minibuffer)
12684         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
12686 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12688         * loadup.el: Just use unversioned DOC.
12690         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
12691         literals as extending to EOB.
12692         (nxml-last-fontify-end): Remove unused variable.
12693         (nxml-after-change1): Use with-silent-modifications.
12694         (nxml-extend-after-change-region): Simplify.
12695         (nxml-extend-after-change-region1): Remove function.
12696         (nxml-after-change1): Don't adjust for dependent regions.
12697         (nxml-fontify-matcher): Simplify.
12698         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
12699         (xmltok-add-dependent): Remove function.
12700         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
12701         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
12702         (xmltok-scan-prolog-after-processing-instruction-open): Treat
12703         unclosed <[[, <?, comment, and other literals as extending to EOB.
12704         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
12705         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
12706         Remove functions.
12707         (rng-do-some-validation-1): Don't mark dependent regions.
12708         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
12709         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
12710         (nxml-clear-dependent-regions): Remove functions.
12711         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
12712         (nxml-ensure-scan-up-to-date):
12713         Don't clear&mark dependent regions.
12715 2013-05-15  Leo Liu  <sdl.web@gmail.com>
12717         * progmodes/octave.el (octave-goto-function-definition):
12718         Improve and fix callers.
12720 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12722         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
12723         the setter (bug#14387).
12725         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
12726         surrounding group (bug#14402).
12728 2013-05-14  Juri Linkov  <juri@jurta.org>
12730         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
12731         (Bug#14390)
12733 2013-05-14  Glenn Morris  <rgm@gnu.org>
12735         * progmodes/f90.el (f90-imenu-generic-expression):
12736         Fix typo in 2013-05-08 change.  (Bug#14402)
12738 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
12740         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
12741         Remove signals for which replies are never received.
12743 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
12745         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
12746         (gdb-handler-alist, gdb-handler-number): Remove variables.
12747         (gdb-handler-list): New variable.
12748         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
12749         (gdb-pending-handler-p, gdb-handle-reply)
12750         (gdb-remove-all-pending-triggers): New functions.
12751         (gdb-discard-unordered-replies): New defcustom.
12752         (gdb-handler): New defstruct.
12753         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
12754         instead of gdb-pending-triggers.  Update docstring.
12755         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
12756         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
12757         (gdb-var-update-handler, def-gdb-auto-update-trigger)
12758         (def-gdb-auto-update-handler, gdb-get-changed-registers)
12759         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
12760         (gdb-frame-handler): Pending triggers are now automatically managed.
12761         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
12762         Remove argument.
12763         (gdb-input): Automatically handles pending triggers.  Update docstring.
12764         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
12765         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
12766         Update comments.
12767         (gdb-done-or-error): Now use gdb-handle-reply.
12769 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
12771         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
12772         gdb-debug-log.
12774 2013-05-14  Glenn Morris  <rgm@gnu.org>
12776         * subr.el (user-emacs-directory-warning): New option.
12777         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
12779 2013-05-14  Leo Liu  <sdl.web@gmail.com>
12781         * progmodes/octave.el (octave-font-lock-keywords): Fix error
12782         during redisplay.
12783         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
12784         (octave-font-lock-texinfo-comment): Fix invalid search bound
12785         error: wrong side of point.
12787 2013-05-14  Glenn Morris  <rgm@gnu.org>
12789         * progmodes/flymake.el (flymake-xml-program): New option.
12790         (flymake-xml-init): Use it.
12792         * term/xterm.el: Provide a feature.
12794         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
12796 2013-05-13  Glenn Morris  <rgm@gnu.org>
12798         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
12799         Add compat aliases as a hack workaround.  (Bug#14384)
12801 2013-05-13  Leo Liu  <sdl.web@gmail.com>
12803         * progmodes/octave.el (octave-indent-comment): Fix indentation for
12804         ###, and %!.
12805         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
12806         C-M-q.
12807         (octave-comment-start-skip): Include %!.
12808         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
12810 2013-05-12  Leo Liu  <sdl.web@gmail.com>
12812         * progmodes/octave.el (inferior-octave-startup): Store the value
12813         of __octave_srcdir__ for octave-source-directories.
12814         (inferior-octave-check-process): New function refactored out of
12815         inferior-octave-send-list-and-digest.
12816         (octave-source-directories)
12817         (octave-find-definition-filename-function): New variables.
12818         (octave-source-directories)
12819         (octave-find-definition-default-filename): New functions.
12820         (octave-find-definition): Improve to find functions implemented in C++.
12822 2013-05-12  Glenn Morris  <rgm@gnu.org>
12824         * calendar/diary-lib.el (diary-outlook-format-1):
12825         Don't include dayname in the output.  (Bug#14349)
12827 2013-05-11  Glenn Morris  <rgm@gnu.org>
12829         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
12831         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
12832         Treat cc-provide like provide.
12834 2013-05-11  Kevin Ryde  <user42@zip.com.au>
12836         * cus-dep.el (custom-make-dependencies):
12837         Use generated-autoload-load-name for the sake of files such
12838         such cedet/semantic/bovine/c.el, where the base file name
12839         is not in load-path.  (Bug#5277)
12841 2013-05-11  Glenn Morris  <rgm@gnu.org>
12843         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
12844         Provide features.
12846 2013-05-11  Leo Liu  <sdl.web@gmail.com>
12848         * progmodes/octave.el (octave-indent-comment): Improve.
12849         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
12850         (octave-eldoc-function-signatures, octave-eldoc-function):
12851         New functions.
12852         (octave-mode, inferior-octave-mode): Add eldoc support.
12854 2013-05-11  Richard Stallman  <rms@gnu.org>
12856         * epa.el (epa-decrypt-file): Take output file name as argument
12857         and read it using `interactive'.
12859 2013-05-11  Leo Liu  <sdl.web@gmail.com>
12861         * progmodes/octave.el (octave-beginning-of-line)
12862         (octave-end-of-line): Check before using up-list because it jumps
12863         out of more syntactic contructs since moving to smie.
12864         (octave-indent-comment): New function.
12865         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
12866         (octave-begin-keywords, octave-end-keywords)
12867         (octave-reserved-words, octave-smie-bnf-table)
12868         (octave-smie-rules): Add new keywords from Octave 3.6.4.
12870 2013-05-11  Glenn Morris  <rgm@gnu.org>
12872         * faces.el (internal-face-x-get-resource):
12873         * frame.el (ns-display-monitor-attributes-list):
12874         * calc/calc-aent.el (math-to-radians-2):
12875         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
12876         Fix declarations.
12878         * calc/calc-menu.el: Make it loadable in isolation.
12880         * net/eudcb-bbdb.el: Make it loadable without bbdb.
12881         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
12882         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
12883         (eudc-bbdb-query-internal): Require 'bbdb.
12885         * lpr.el (lpr-headers-switches):
12886         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
12888         * progmodes/sql.el (sql-login-params): Fix and improve :type.
12890         * emulation/edt-mapper.el: In batch mode, error rather than hang.
12892         * term.el (term-set-escape-char): Make it idempotent.
12894 2013-05-10  Leo Liu  <sdl.web@gmail.com>
12896         * progmodes/octave.el (inferior-octave-completion-table):
12897         No longer a function and all uses changed.  Use cache to speed up
12898         completion due to bug#11906.
12899         (octave-beginning-of-defun): Re-write to be more general.
12901 2013-05-10  Glenn Morris  <rgm@gnu.org>
12903         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
12905 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12907         * comint.el (comint-redirect-send-command-to-process): Use :around
12908         rather than :override for comint-redirect-filter.
12909         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
12910         Call it instead of comint-redirect-original-filter-function (which
12911         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
12913 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
12915         * frame.el (display-monitor-attributes-list): Add NS case.
12916         (ns-display-monitor-attributes-list): Declare.
12918 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
12920         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
12922 2013-05-09  Glenn Morris  <rgm@gnu.org>
12924         * international/fontset.el (vertical-centering-font-regexp):
12925         Set standard-value.
12927         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
12929         * bookmark.el (bookmark-search-delay):
12930         * cus-start.el (vertical-centering-font-regexp):
12931         * ps-mule.el (ps-mule-font-info-database-default):
12932         * ps-print.el (ps-default-fg, ps-default-bg):
12933         * type-break.el (type-break-good-break-interval):
12934         * whitespace.el (whitespace-indentation-regexp)
12935         (whitespace-space-after-tab-regexp):
12936         * emacs-lisp/testcover.el (testcover-1value-functions)
12937         (testcover-noreturn-functions, testcover-progn-functions)
12938         (testcover-prog1-functions):
12939         * emulation/viper-init.el (viper-emacs-state-cursor-color):
12940         * eshell/em-glob.el (eshell-glob-translate-alist):
12941         * play/tetris.el (tetris-tty-colors):
12942         * progmodes/cpp.el (cpp-face-default-list):
12943         * progmodes/flymake.el (flymake-allowed-file-name-masks):
12944         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
12945         (idlwave-help-browser-generic-args):
12946         * progmodes/make-mode.el (makefile-special-targets-list):
12947         * progmodes/python.el (python-shell-virtualenv-path):
12948         * progmodes/verilog-mode.el (verilog-active-low-regexp)
12949         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
12950         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
12951         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
12952         * textmodes/reftex-vars.el (reftex-format-label-function):
12953         * textmodes/remember.el (remember-diary-file): Fix custom types.
12955         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
12956         Add :version.
12958 2013-05-09  Leo Liu  <sdl.web@gmail.com>
12960         * progmodes/octave.el (inferior-octave-completion-at-point):
12961         Restore file completion.  (Bug#14300)
12962         (inferior-octave-startup): Fix incorrect highlighting for the
12963         first prompt.
12965 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12967         * progmodes/ruby-mode.el: First cut at SMIE support.
12968         (ruby-use-smie): New var.
12969         (ruby-smie-grammar): New constant.
12970         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
12971         (ruby-smie--forward-token, ruby-smie--backward-token)
12972         (ruby-smie-rules): New functions.
12973         (ruby-mode-variables): Setup SMIE if applicable.
12975 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
12977         * simple.el (line-move-visual): Signal beginning/end of buffer
12978         only if vertical-motion moved less than it was requested.  Avoids
12979         silly incorrect error messages when there are display strings with
12980         multiple newlines at EOL.
12982 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12984         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
12985         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
12986         (prolog-char-quote-workaround):
12987         * progmodes/cperl-mode.el (cperl-under-as-char):
12988         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
12989         Mark as obsolete.
12990         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
12991         their declaration.
12992         (vhdl-mode-syntax-table-init): Remove.
12994         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
12995         last change.
12997         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
12998         syntax for "_".
12999         (ld-script-font-lock-keywords):
13000         Change regexps to use things like \_< and \_>.
13002         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
13003         Change all regexps to use things like \_< and \_>.
13005         * progmodes/autoconf.el (autoconf-definition-regexp)
13006         (autoconf-font-lock-keywords, autoconf-current-defun-function):
13007         Handle a _ with symbol syntax.
13008         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
13010         * progmodes/ada-mode.el (ada-mode-abbrev-table):
13011         Consolidate declaration.
13012         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
13013         the declaration.
13014         (ada-create-syntax-table): Remove.
13015         (ada-capitalize-word): Don't mess with the syntax of "_" since it
13016         already has the right syntax nowadays.
13017         (ada-goto-next-word): Don't change the syntax of "_".
13019         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
13020         with-wrapper-hook.
13022 2013-05-08  Sam Steingold  <sds@gnu.org>
13024         * thingatpt.el (thing-at-point): Accept optional second argument
13025         NO-PROPERTIES to strip the text properties from the return value.
13026         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
13027         to `thing-at-point' instead of stripping the properties ourselves.
13028         Also, when `thing-at-point' fails to find a url, prepend "http://"
13029         to the filename at point on the assumption that the user is
13030         pointing at something like gnu.org/gnu.
13032 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
13034         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
13035         * faces.el (crm-separator):
13036         Silence byte-compiler.
13038         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
13039         (tool-bar-map): Remove unneeded defvars.
13041 2013-05-08  Leo Liu  <sdl.web@gmail.com>
13043         Re-work a fix for bug#10994 based on Le Wang's patch.
13044         * ido.el (ido-remove-consecutive-dups): New helper.
13045         (ido-completing-read): Use it.
13046         (ido-chop): Revert fix for bug#10994.
13048 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
13050         * cus-edit.el (custom-save-variables):
13051         Pretty-print long values.  (Bug#14187)
13053 2013-05-08  Glenn Morris  <rgm@gnu.org>
13055         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
13056         (m4-mode-syntax-table): Init in the defvar.
13057         (m4-mode-abbrev-table): Let define-derived-mode define it.
13059 2013-05-08  Tom Tromey  <tromey@redhat.com>
13061         * progmodes/m4-mode.el (m4-mode-syntax-table):
13062         Do not treat "_" as word constituent.  (Bug#14167)
13064 2013-05-07  Glenn Morris  <rgm@gnu.org>
13066         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
13067         Remove explicit eshell-isearch-cancel-map.
13069         * progmodes/f90.el (f90-smart-end-names): New option.
13070         (f90-smart-end): Doc fix.
13071         (f90-end-block-optional-name): New constant.
13072         (f90-block-match): Respect f90-smart-end-names.
13074 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13076         * progmodes/octave.el (octave-smie-forward-token): Be more careful
13077         about implicit semi-colons (bug#14218).
13079 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13081         * frame.el (display-monitor-attributes-list)
13082         (frame-monitor-attributes): New functions.
13084 2013-05-06  Leo Liu  <sdl.web@gmail.com>
13086         * progmodes/octave.el (octave-syntax-propertize-function): Change
13087         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
13088         (octave-font-lock-keywords): Use octave-operator-regexp.
13089         (octave-completion-at-point): Rename from
13090         octave-completion-at-point-function.
13091         (inferior-octave-directory-tracker): Robustify.
13092         (octave-text-functions): Remove and fix its uses.  No such things
13093         any more.
13095 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13097         * emacs-lisp/trace.el (trace--display-buffer): New function.
13098         (trace-make-advice): Use it.
13100 2013-05-06  Juri Linkov  <juri@jurta.org>
13102         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
13103         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
13104         Doc fix.
13105         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
13106         in the help string.  (Bug#12985)
13108 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
13110         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
13112 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13114         * progmodes/perl-mode.el: Add support for here documents.
13115         (perl-syntax-propertize-function): Match here-doc markers.
13116         (perl-syntax-propertize-special-constructs): Find their end.
13117         (perl-imenu-generic-expression): Use [:alnum:].
13119         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
13120         (advice--add-function): Refresh the advice if already present
13121         (bug#14317).
13123 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
13125         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
13127 2013-05-06  Glenn Morris  <rgm@gnu.org>
13129         * w32-fns.el (w32-charset-info-alist): Declare.
13131         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
13132         of its defcustom properties.
13133         (eshell-cmpl-initialize): No need to load pcomplete.
13135         * generic-x.el: No need to require comint when compiling.
13137         * net/eudc-export.el: Make it loadable without bbdb.
13138         (top-level): Use require rather than load-library.
13139         (eudc-create-bbdb-record, eudc-bbdbify-phone)
13140         (eudc-batch-export-records-to-bbdb)
13141         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
13142         Require bbdb.
13144 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13146         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
13147         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
13148         some tweaks, instead.
13150 2013-05-05  Leo Liu  <sdl.web@gmail.com>
13152         * progmodes/octave.el (octave-font-lock-keywords)
13153         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
13154         (inferior-octave-send-list-and-digest): Improve error message.
13155         (octave-mode, inferior-octave-mode): Use setq-local.
13156         (octave-help): Set info-lookup-mode.
13158 2013-05-05  Richard Stallman  <rms@gnu.org>
13160         * vc/compare-w.el (compare-windows-whitespace):
13161         Treat no-break space as whitespace.
13163         * mail/rmailsum.el (rmail-summary-rmail-update):
13164         Detect empty summary and don't change selected message.
13165         (rmail-summary-goto-msg): Likewise.
13167         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
13168         Doc fixes, rename args.
13170 2013-05-05  Alan Mackenzie  <acm@muc.de>
13172         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
13174 2013-05-05  Juri Linkov  <juri@jurta.org>
13176         * info.el (Info-read-subfile): Use (point-min) instead of (point)
13177         to not add the length of the summary segment to the return value.
13178         (Bug#14125)
13180 2013-05-05  Leo Liu  <sdl.web@gmail.com>
13182         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
13183         (inferior-octave-output-filter): Remove.
13184         (octave-send-region, inferior-octave-startup): Fix callers.
13185         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
13186         (octave-binary-file-extensions): New user variable.
13187         (octave-find-definition): Confirm if opening binary files.
13188         (octave-help-file): Use octave-find-definition to get the binary
13189         confirmation.
13190         (octave-help): Adjust for octave-help-file change.
13192 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13194         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
13195         Merge the two entries that handle function definitions.
13196         (pascal--syntax-propertize): New const.
13197         (pascal-mode): Use it.  Use setq-local.
13199 2013-05-04  Glenn Morris  <rgm@gnu.org>
13201         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
13202         (diary-from-outlook): Respect diary-from-outlook-function.
13204 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13206         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
13207         Move the declaration from C.
13208         (read-minibuffer, eval-minibuffer): Move from C.
13209         (completion-setup-function): Avoid minibuffer-completion-contents.
13211 2013-05-03  Leo Liu  <sdl.web@gmail.com>
13213         * progmodes/octave.el (octave-font-lock-keywords): Do not
13214         dehighlight 'end' in comments or strings.
13215         (octave-completing-read, octave-goto-function-definition):
13216         New helpers.
13217         (octave-help-buffer): New user variable.
13218         (octave-help-file, octave-help-function): New button types.
13219         (octave-help): New command and bind it to C-h ;.
13220         (octave-find-definition): New command and bind it to M-.
13221         (user-error): Alias to error if not defined.
13223 2013-05-02  Leo Liu  <sdl.web@gmail.com>
13225         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
13226         for \.  (bug#14332)
13227         (octave-font-lock-keywords): Include [ and {.
13229 2013-05-02  Leo Liu  <sdl.web@gmail.com>
13231         * progmodes/octave.el (inferior-octave-startup-file): Change default.
13232         (inferior-octave): Remove calling comint-mode and return the buffer.
13233         (inferior-octave-startup): Cosmetic changes.
13235 2013-05-02  Leo Liu  <sdl.web@gmail.com>
13237         * progmodes/octave.el (octave-syntax-propertize-function):
13238         Include the case when ' is at line beginning.  (Bug#14336)
13240 2013-05-02  Glenn Morris  <rgm@gnu.org>
13242         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
13243         * desktop.el (vc-dir-mode): Just autoload it here.
13245 2013-05-02  Alan Mackenzie  <acm@muc.de>
13247         Eliminate variable c-standard-font-lock-fontify-region-function.
13248         * progmodes/cc-mode.el
13249         (c-standard-font-lock-fontify-region-function): Remove.
13250         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
13252 2013-05-01  Leo Liu  <sdl.web@gmail.com>
13254         * progmodes/octave.el: Compatible with older emacs-24 releases.
13255         (inferior-octave-has-built-in-variables): Remove.  Built-in
13256         variables were removed from Octave in 2007.
13257         (inferior-octave-startup): Fix uses.
13258         (comint-line-beginning-position): Remove compatibility code for
13259         emacs 21.
13261 2013-05-01  Juri Linkov  <juri@jurta.org>
13263         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
13265 2013-05-01  Juri Linkov  <juri@jurta.org>
13267         * comint.el (comint-previous-matching-input): Don't print message
13268         "History item: %d" when `isearch-mode' is active.
13269         (comint-history-isearch-message): Print message "History item: %d"
13270         when `comint-input-ring-index' is not empty and this function is
13271         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
13273 2013-05-01  Leo Liu  <sdl.web@gmail.com>
13275         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
13276         definitions.  Use completion-at-point to insert keywords.
13277         (octave-abbrev-start): Remove.
13278         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
13280 2013-04-30  Leo Liu  <sdl.web@gmail.com>
13282         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
13283         change.
13285 2013-04-30  Alan Mackenzie  <acm@muc.de>
13287         Handle arbitrarily long C++ member initialisation lists.
13288         * progmodes/cc-engine.el (c-back-over-member-initializers):
13289         new function.
13290         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
13291         (most) member init lists.
13293 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
13295         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
13296         variable.
13298 2013-04-30  Leo Liu  <sdl.web@gmail.com>
13300         * progmodes/octave.el (octave-variables): Remove.  No builtin
13301         variables any more.  All converted to functions.
13302         (octave-font-lock-keywords, octave-completion-at-point-function):
13303         Fix uses.
13304         (octave-font-lock-texinfo-comment): New user variable.
13305         (octave-texinfo-font-lock-keywords): New variable for texinfo
13306         comment block.
13307         (octave-function-comment-block): New face.
13308         (octave-font-lock-texinfo-comment): New function.
13309         (octave-mode): Font lock texinfo comment block.
13311 2013-04-29  Leo Liu  <sdl.web@gmail.com>
13313         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
13314         indexing expression.
13315         (octave-continuation-string): Do not use \.
13316         (inferior-octave-complete-impossible): Remove.
13317         (inferior-octave-completion-table)
13318         (inferior-octave-completion-at-point): Remove its uses.
13319         (inferior-octave-startup): completion_matches was introduced to
13320         Octave in 1996 so safe to assume it.
13321         (octave-function-file-comment): Improve to follow how Octave does it.
13322         (octave-update-function-file-comment): Tweak.
13324 2013-04-29  Leo Liu  <sdl.web@gmail.com>
13326         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
13327         (inferior-octave-startup): Remove inferior-octave-startup-hook.
13328         (octave-function-file-comment): Fix typo.
13329         (octave-sync-function-file-names): Use read-char-choice.
13331 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
13333         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
13334         to t for the less important warnings.
13336 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
13338         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
13340 2013-04-27  Glenn Morris  <rgm@gnu.org>
13342         * vc/log-view.el (log-view-current-entry):
13343         Treat "---" separator lines as part of the following rev.  (Bug#14169)
13345 2013-04-27  Juri Linkov  <juri@jurta.org>
13347         * subr.el (read-number): Doc fix about using it by interactive
13348         code letter `n'.  (Bug#14254)
13350 2013-04-27  Juri Linkov  <juri@jurta.org>
13352         * desktop.el (desktop-auto-save-timeout): New option.
13353         (desktop-file-checksum): New variable.
13354         (desktop-save): Add optional arg `auto-save' and don't auto-save
13355         if nothing changed.
13356         (desktop-auto-save-timer): New variable.
13357         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
13358         (after-init-hook): Call `desktop-auto-save-set-timer'.
13359         Suggested by Reuben Thomas <rrt@sc3d.org> in
13360         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
13362 2013-04-27  Leo Liu  <sdl.web@gmail.com>
13364         * progmodes/octave.el (octave-function-file-p)
13365         (octave-skip-comment-forward, octave-function-file-comment)
13366         (octave-update-function-file-comment): New functions.
13367         (octave-mode-map): Bind C-c ; to
13368         octave-update-function-file-comment.
13369         (octave-mode-menu): Add octave-update-function-file-comment.
13370         (octave-mode, inferior-octave-mode): Fix doc-string.
13371         (octave-insert-defun): Conform to Octave's coding convention.
13372         (Bug#14285)
13374         * files.el (basic-save-buffer): Don't let errors in
13375         before-save-hook prevent saving buffer.
13377 2013-04-20  Roland Winkler  <winkler@gnu.org>
13379         * faces.el (read-face-name): Use completing-read if arg multiple
13380         is nil.
13382 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
13384         * ls-lisp.el (ls-lisp-insert-directory): If no files are
13385         displayed, move point to after the totals line.
13386         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
13387         for the details.
13389 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13391         * emacs-lisp/package.el (package-autoload-ensure-default-file):
13392         Add current dir to the load-path.
13393         (package-generate-autoloads): Don't rely on
13394         autoload-ensure-default-file.
13396 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
13398         * textmodes/remember.el (remember-store-in-files): Document that
13399         the file name format is passed to `format-time-string'.
13401 2013-04-26  Leo Liu  <sdl.web@gmail.com>
13403         * progmodes/octave.el (octave-sync-function-file-names): New function.
13404         (octave-mode): Use it in before-save-hook.
13406 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13408         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
13409         (bug#14274).
13411         * progmodes/octave.el (octave-smie-forward-token): Properly skip
13412         \n and comment, even if it's not an implicit ; (bug#14218).
13414 2013-04-26  Glenn Morris  <rgm@gnu.org>
13416         * subr.el (read-number): Once more use `read' rather than
13417         `string-to-number', to trap non-numeric input.  (Bug#14254)
13419 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
13421         * emacs-lisp/syntax.el (syntax-propertize-multiline):
13422         Use `syntax-multiline' text property consistently instead of
13423         `font-lock-multiline'.  (Bug#14237)
13425 2013-04-26  Glenn Morris  <rgm@gnu.org>
13427         * emacs-lisp/shadow.el (list-load-path-shadows):
13428         No longer necessary to check for duplicate simple.el, since
13429         2012-07-07 change to init_lread to not include installation lisp
13430         directories in load-path when running uninstalled.  (Bug#14270)
13432 2013-04-26  Leo Liu  <sdl.web@gmail.com>
13434         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
13435         (octave-mode, inferior-octave-mode): Use setq-local.
13436         (octave-not-in-string-or-comment-p): Rename to
13437         octave-in-string-or-comment-p.
13438         (octave-in-comment-p, octave-in-string-p)
13439         (octave-in-string-or-comment-p): Replace defsubst with defun.
13441 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
13443         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
13445 2013-04-25  Bastien Guerry  <bzg@gnu.org>
13447         * textmodes/remember.el (remember-data-directory)
13448         (remember-directory-file-name-format): Fix custom types.
13450 2013-04-25  Leo Liu  <sdl.web@gmail.com>
13452         * progmodes/octave.el (octave-completion-at-point-function):
13453         Make use of inferior octave process.
13454         (octave-initialize-completions): Remove.
13455         (inferior-octave-completion-table): New function.
13456         (inferior-octave-completion-at-point): Use it.
13457         (octave-completion-alist): Remove.
13459 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13461         * progmodes/opascal.el: Use font-lock and syntax-propertize.
13462         (opascal-mode-syntax-table): New var.
13463         (opascal-literal-kind, opascal-is-literal-end)
13464         (opascal-literal-token-at): Rewrite.
13465         (opascal--literal-start-re, opascal-font-lock-keywords)
13466         (opascal--syntax-propertize): New constants.
13467         (opascal-font-lock-defaults): Adjust.
13468         (opascal-mode): Use them.  Set comment-<foo> variables as well.
13469         (delphi-comment-face, opascal-comment-face, delphi-string-face)
13470         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
13471         (delphi-other-face, opascal-other-face): Remove face variables.
13472         (opascal-save-state): Remove macro.
13473         (opascal-fontifying-progress-step): Remove constant.
13474         (opascal--ignore-changes): Remove var.
13475         (opascal-set-token-property, opascal-parse-next-literal)
13476         (opascal-is-stable-literal, opascal-complete-literal)
13477         (opascal-is-literal-start, opascal-face-of)
13478         (opascal-parse-region, opascal-parse-region-until-stable)
13479         (opascal-fontify-region, opascal-after-change)
13480         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
13481         (opascal-debug-parse-region, opascal-debug-parse-window)
13482         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
13483         (opascal-debug-fontify-buffer): Remove.
13484         (opascal-debug-mode-map): Adjust accordingly.
13486 2013-04-25  Leo Liu  <sdl.web@gmail.com>
13488         Merge octave-mod.el and octave-inf.el into octave.el with some
13489         cleanups.
13490         * progmodes/octave.el: New file renamed from octave-mod.el.
13491         * progmodes/octave-inf.el: Merged into octave.el.
13492         * progmodes/octave-mod.el: Renamed to octave.el.
13494 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
13496         * textmodes/reftex-vars.el
13497         (reftex-label-ignored-macros-and-environments): New defcustom.
13499         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
13501 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13503         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
13504         (smie-indent-keyword): Improve the check to ensure that the next
13505         comment is really on the same line.
13506         (smie-indent-comment): Don't align with a subsequent closer (or eob).
13508         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
13509         semi-colons if the line is not otherwise empty (bug#14218).
13511 2013-04-25  Glenn Morris  <rgm@gnu.org>
13513         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
13515 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13517         * progmodes/opascal.el (opascal-set-token-property): Rename from
13518         opascal-set-text-properties and only set `token' (bug#14134).
13519         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
13520         (opascal-literal-text-properties): Remove.
13521         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
13522         Adjust callers.
13524 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
13526         * textmodes/remember.el (remember-handler-functions): Add an
13527         option for a new handler `remember-store-in-files'.
13528         (remember-data-directory, remember-directory-file-name-format):
13529         New options.
13530         (remember-store-in-files): New function to store remember notes
13531         as separate files within a directory.
13533 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
13535         * progmodes/compile.el (compilation-next-error-function):
13536         Pass "formats" to compilation-find-file (bug#11777).
13538 2013-04-24  Glenn Morris  <rgm@gnu.org>
13540         * vc/vc-bzr.el (vc-bzr-print-log):
13541         * vc/vc-hg.el (vc-hg-print-log):
13542         * vc/vc-svn.el (vc-svn-print-log):
13543         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
13545         * vc/vc-bzr.el (vc-bzr-print-log):
13546         * vc/vc-cvs.el (vc-cvs-print-log):
13547         * vc/vc-git.el (vc-git-print-log):
13548         * vc/vc-hg.el (vc-hg-print-log):
13549         * vc/vc-mtn.el (vc-mtn-print-log):
13550         * vc/vc-rcs.el (vc-rcs-print-log):
13551         * vc/vc-sccs.el (vc-sccs-print-log):
13552         * vc/vc-svn.el (vc-svn-print-log):
13553         * vc/vc.el (vc-print-log-internal): Doc fixes.
13555 2013-04-23  Glenn Morris  <rgm@gnu.org>
13557         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
13558         Remove venerable code attempting to avoid substitute-command-keys.
13560 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
13562         * textmodes/reftex-vars.el (reftex-label-regexps):
13563         Call `reftex-compile-variables' after changes to this variable.
13565 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13567         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
13568         Use lexical-binding.
13569         (jit-lock-force-redisplay): Use markers, check buffer's continued
13570         existence and beware narrowed buffers.
13571         (jit-lock-fontify-now): Adjust call accordingly.
13573 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13575         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
13576         to avoid misleading the user.
13578 2013-04-22  Leo Liu  <sdl.web@gmail.com>
13580         * info-look.el: Prefer latex2e.info.  (Bug#14240)
13582 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
13584         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
13586         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
13587         * net/tramp.el (tramp-call-process): ... here.
13588         (tramp-set-completion-function, tramp-parse-putty):
13589         * net/tramp-adb.el (tramp-adb-execute-adb-command):
13590         * net/tramp-gvfs.el (tramp-gvfs-send-command):
13591         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
13592         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
13593         (tramp-call-local-coding-command): Use `tramp-call-process'
13594         instead of `tramp-compat-call-process'.
13596         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
13597         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
13598         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
13599         (tramp-find-inline-compress): Improve traces.
13600         (tramp-maybe-send-script): Check for Perl binary.
13601         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
13603 2013-04-22  Daiki Ueno  <ueno@gnu.org>
13605         * epg.el (epg-context-pinentry-mode): New function.
13606         (epg-context-set-pinentry-mode): New function.
13607         (epg--start): Pass --pinentry-mode option to gpg command.
13609 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
13611         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
13612         `comint-dynamic-complete' is obsolete since 24.1, replaced by
13613         `completion-at-point'.  (Bug#13774)
13615         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
13616         default key binding for `describe-distribution' has been moved to
13617         `C-h C-o'.  (Bug#13970)
13619 2013-04-21  Glenn Morris  <rgm@gnu.org>
13621         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
13622         Add doc strings.
13623         (vc-print-log): Clarify interactive prompt.
13625 2013-04-20  Glenn Morris  <rgm@gnu.org>
13627         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
13628         No longer include timestamp etc information.
13630 2013-04-20  Roland Winkler  <winkler@gnu.org>
13632         * faces.el (read-face-name): Bug fix, return just one face if arg
13633         multiple is nil.  (Bug#14209)
13635 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13637         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
13638         (remove-function): Autoload.
13640         * comint.el (comint-redirect-original-filter-function): Remove.
13641         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
13642         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
13643         (vc-cvs-annotate-command):
13644         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
13645         * progmodes/prolog.el (prolog-consult-compile):
13646         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
13647         Use add/remove-function instead.
13648         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
13649         (gud-tooltip-process-output, gud-tooltip-tips):
13650         Use add/remove-function instead.
13651         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
13652         (scheme-interaction-mode, exit-scheme-interaction-mode):
13653         Use add/remove-function instead.
13655         * vc/vc-dispatcher.el: Use lexical-binding.
13656         (vc--process-sentinel): Rename from vc-process-sentinel.
13657         Change last arg to be the code to run.  Don't use vc-previous-sentinel
13658         and vc-sentinel-commands any more.
13659         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
13660         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
13662 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
13664         * progmodes/sh-script.el (sh-imenu-generic-expression):
13665         Handle function names with a single character.  (Bug#14111)
13667 2013-04-19  Dima Kogan  <dima@secretsauce.net>  (tiny change)
13669         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
13670         for subroutines defined in an eval (bug#14182).
13672 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13674         * bookmark.el (bookmark-completing-read): Improve handling of empty
13675         string (bug#14176).
13677 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13679         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
13681 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
13683         New faster Imenu implementation (bug#14058).
13684         * progmodes/python.el:
13685         (python-imenu-prev-index-position):
13686         (python-imenu-format-item-label-function)
13687         (python-imenu-format-parent-item-label-function)
13688         (python-imenu-format-parent-item-jump-label-function):
13689         New vars.
13690         (python-imenu-format-item-label)
13691         (python-imenu-format-parent-item-label)
13692         (python-imenu-format-parent-item-jump-label)
13693         (python-imenu--put-parent, python-imenu--build-tree)
13694         (python-imenu-create-index, python-imenu-create-flat-index)
13695         (python-util-popn): New functions.
13696         (python-mode): Set imenu-create-index-function to
13697         python-imenu-create-index.
13699 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13701         * winner.el (winner-active-region): Use region-active-p, activate-mark
13702         and deactivate-mark (bug#14225).
13704         * simple.el (deactivate-mark): Don't inline it.
13706 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
13708         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
13710 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
13712         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
13713         file extensions from the archive-mode entry in order to prefer
13714         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
13716 2013-04-18  Leo Liu  <sdl.web@gmail.com>
13718         * bindings.el (help-event-list): Add ?\?.
13720 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13722         * subr.el (with-wrapper-hook): Declare obsolete.
13723         * simple.el (filter-buffer-substring-function): New hook.
13724         (filter-buffer-substring): Use it.
13725         (filter-buffer-substring-functions): Mark obsolete.
13726         * minibuffer.el (completion-in-region-function): New hook.
13727         (completion-in-region): Use it.
13728         (completion-in-region-functions): Mark obsolete.
13729         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
13730         * abbrev.el (abbrev-expand-function): New hook.
13731         (expand-abbrev): Use it.
13732         (abbrev-expand-functions): Mark obsolete.
13733         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
13734         and :filter-return.
13736 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
13738         * progmodes/python.el (python-nav--syntactically): Fix cornercases
13739         and do not care about match data.
13741 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13743         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
13744         completion tables when completing error conditions and
13745         `declare' arguments.
13746         (lisp-complete-symbol, field-complete): Mark as obsolete.
13747         (check-parens): Unmatched parens are user errors.
13748         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
13750 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
13752         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
13753         command changed buffer (ie. `flyspell-pre-buffer' is not current
13754         buffer), which prevents making decisions based on invalid value of
13755         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
13756         cause an error when `flyspell-pre-point' was nil after switching
13757         buffers.
13758         (flyspell-post-command-hook): No longer needs to change buffers when
13759         checking pre-word.  While at it remove unnecessary progn.
13761 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
13763         * textmodes/ispell.el (ispell-add-per-file-word-list):
13764         Fix `flyspell-correct-word-before-point' error when accepting
13765         words and `coment-padding' is an integer by using
13766         `comment-normalize-vars' (Bug #14214).
13768 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
13770         New defun movement commands.
13771         * progmodes/python.el (python-nav--syntactically)
13772         (python-nav--forward-defun, python-nav-backward-defun)
13773         (python-nav-forward-defun): New functions.
13775 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
13777         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
13778         (python-syntax-context): Use named compiler-macro for backwards
13779         compatibility with Emacs 24.x.
13781 2013-04-17  Leo Liu  <sdl.web@gmail.com>
13783         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
13784         octave-hide-process-buffer.
13786 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13788         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
13789         (bug#14216).
13791 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
13793         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
13794         Fix adjustment of offset when receiving incomplete responses from GDB
13795         (bug#14129).
13797 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13799         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
13800         python-mode-abbrev-table.
13801         (python-skeleton-define): Adjust accordingly.
13802         (python-mode-abbrev-table): New table that inherits from it so that
13803         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
13805         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
13806         (abbrev-symbol): Use it.
13807         (abbrev--before-point): Use it since we already handle inheritance.
13809 2013-04-16  Leo Liu  <sdl.web@gmail.com>
13811         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
13812         binding to info-lookup-symbol.
13814 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
13816         * minibuffer.el (completion--twq-all):
13817         * term/ns-win.el (ns-initialize-window-system):
13818         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
13820 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13822         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
13823         global bindings.
13825         * doc-view.el (doc-view-start-process): Handle url-handler directories.
13827 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
13829         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
13830         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
13831         to nil.
13832         (ruby-end-of-defun): Remove the unused arg, change the docstring
13833         to reflect that this function is only used as the value of
13834         `end-of-defun-function'.
13835         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
13836         to reflect an earlier change that beginning/end-of-defun functions
13837         jump between methods in a class definition, as well as top-level
13838         functions.
13840 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13842         * minibuffer.el (minibuffer-complete): Don't just scroll
13843         a *Completions* that's been iconified.
13844         (minibuffer-force-complete): Make sure repetitions do cycle when going
13845         through completion-in-region -> minibuffer-complete.
13847 2013-04-15  Alan Mackenzie  <acm@muc.de>
13849         Correct the placement of c-cpp-delimiters when there're #s not at
13850         col 0.
13852         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
13853         place a submatch around the #.
13854         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
13855         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
13856         on the #, not BOL.
13858 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13860         * emacs-lisp/nadvice.el: Properly test names when adding advice.
13861         (advice--member-p): New arg `name'.
13862         (advice--add-function, advice-member-p): Use it (bug#14202).
13864 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
13866         Reformulate java imenu-generic-expression.
13867         The old expression contained ill formed regexps.
13869         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
13870         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
13871         (cc-imenu-java-method-arg-regexp): New defconsts.
13872         (cc-imenu-java-build-type-args-regex): New defun.
13873         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
13874         handling of spaces in the regexp.
13876 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13878         * textmodes/ispell.el (ispell-command-loop): Remove
13879         flyspell highlight of a word when ispell accepts it (bug #14178).
13881 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
13883         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
13884         uses code from the previous `ange-ftp-run-real-handler'.
13885         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
13886         only in case that function exist.  This is needed for proper
13887         unloading of Tramp.
13889 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
13891         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
13893         * textmodes/reftex.el (reftex-compile-variables): Use it.
13895 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13897         * files.el (normal-mode): Only use default major-mode if no other mode
13898         was specified.
13900         * emacs-lisp/trace.el (trace-values): New function.
13902         * files.el: Allow : in local variables (bug#14089).
13903         (hack-local-variable-regexp): New var.
13904         (hack-local-variables-prop-line, hack-local-variables): Use it.
13906 2013-04-13  Roland Winkler  <winkler@gnu.org>
13908         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
13909         data before it gets modified by bibtex-beginning-of-entry.
13911 2013-04-13  Roland Winkler  <winkler@gnu.org>
13913         * textmodes/bibtex.el (bibtex-url): Doc fix.
13915 2013-04-13  Roland Winkler  <winkler@gnu.org>
13917         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
13918         does not visit a BibTeX file, exclude it from the list of buffers
13919         returned by bibtex-initialize.
13921 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
13923         * window.el (split-window): Remove interactive form, since as a
13924         command this function is a special case of split-window-below.
13925         Correct doc string.
13927 2013-04-12  Roland Winkler  <winkler@gnu.org>
13929         * faces.el (read-face-name): Do not override value of arg default.
13930         Allow single faces and strings as default values.  Remove those
13931         elements from return value that are not faces.
13932         (describe-face): Simplify.
13933         (face-at-point): New optional args thing and multiple so that this
13934         function can provide the same functionality previously provided by
13935         read-face-name.
13936         (make-face-bold, make-face-unbold, make-face-italic)
13937         (make-face-unitalic, make-face-bold-italic, invert-face)
13938         (modify-face, read-face-and-attribute): Use face-at-point.
13940         * cus-edit.el (customize-face, customize-face-other-window)
13941         * cus-theme.el (custom-theme-add-face)
13942         * face-remap.el (buffer-face-set)
13943         * facemenu.el (facemenu-set-face): Use face-at-point.
13945 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
13947         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
13949 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
13951         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
13952         off leading { and trailing } from field values.
13954 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13956         * emacs-lisp/timer.el (timer--check): New function.
13957         (timer--time, timer-set-function, timer-event-handler): Use it.
13958         (timer-set-idle-time): Simplify.
13959         (timer--activate): CSE.
13960         (timer-event-handler): Give more info in error message.
13961         (internal-timer-start-idle): New function, moved from C.
13963         * mpc.el (mpc-proc): Add `restart' argument.
13964         (mpc-proc-cmd): Use it.
13965         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
13966         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
13967         less often.
13969 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
13971         * progmodes/sh-script.el: Implement `sh-mode' own
13972         `add-log-current-defun-function' (bug#14112).
13973         (sh-current-defun-name): New function.
13974         (sh-mode): Use the function.
13976 2013-04-09  Bastien Guerry  <bzg@gnu.org>
13978         * simple.el (choose-completion-string): Fix docstring (bug#14163).
13980 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13982         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
13984         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
13985         timer (bug#14156).
13987 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
13989         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
13990         declaration.
13992 2013-04-07  Leo Liu  <sdl.web@gmail.com>
13994         * pcmpl-x.el: New file.
13996 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
13998         Do not set x-display-name until X connection is established.
13999         This is needed to prevent from weird situation described at
14000         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
14001         * frame.el (make-frame): Set x-display-name after call to
14002         window system initialization function, not before.
14003         * term/x-win.el (x-initialize-window-system): Add optional
14004         display argument and use it.
14005         * term/w32-win.el (w32-initialize-window-system):
14006         * term/ns-win.el (ns-initialize-window-system):
14007         * term/pc-win.el (msdos-initialize-window-system):
14008         Add compatible optional display argument.
14010 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
14012         * files.el (normal-backup-enable-predicate): On MS-Windows and
14013         MS-DOS compare truenames of temporary-file-directory and of the
14014         file, so that 8+3 aliases (usually found in $TEMP on Windows)
14015         don't fail comparison by compare-strings.  Also, compare file
14016         names case-insensitively on MS-Windows and MS-DOS.
14018 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14020         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
14021         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
14023 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
14025         * whitespace.el (whitespace-color-on, whitespace-color-off):
14026         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
14028 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
14030         * ispell.el (ispell-set-spellchecker-params):
14031         Really set `ispell-args' for all equivs.
14033 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14035         * ido.el (ido-completions): Use extra elements of ido-decorations
14036         (bug#14143).
14037         (ido-decorations): Update docstring.
14039 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
14041         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
14042         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
14043         nil during initialization, in order not to miss changes since the
14044         file was opened.  (Bug#14140)
14046 2013-04-05  Leo Liu  <sdl.web@gmail.com>
14048         * kmacro.el (kmacro-call-macro): Fix bug#14135.
14050 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
14052         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
14054 2013-04-04  Glenn Morris  <rgm@gnu.org>
14056         * electric.el (electric-pair-inhibit-predicate): Add :version.
14058 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14060         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
14061         when a package is required several times (bug#14082).
14063 2013-04-04  Roland Winkler  <winkler@gnu.org>
14065         * faces.el (read-face-name): Behave as promised by the docstring.
14066         Assume that arg default is a list of faces.
14067         (describe-face): Call read-face-name with list of default faces.
14069 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14071         * bookmark.el: Fix deletion of bookmarks (bug#13972).
14072         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
14073         (bookmark-bmenu-execute-deletions): Only skip first line if it's
14074         the header.
14075         (bookmark-exit-hook-internal): Save even if list is empty.
14077 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
14079         * emacs-lisp/package.el (package-pinned-packages): New var.
14080         (package--add-to-archive-contents): Obey it (bug#14118).
14082 2013-04-03  Alan Mackenzie  <acm@muc.de>
14084         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
14085         Also adapt to the new values of element 7 of a parse state.
14087         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
14088         parameter `not-in-delimiter'.  Handle being inside comment opener.
14089         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
14090         character in case we're typing a '*' after a '/'.
14091         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
14092         instead by passing the parameter to c-state-pp-to-literal.
14094         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
14095         for elt. 7 of a parse state.
14097 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
14099         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
14100         * international/latin1-disp.el, international/mule-util.el:
14101         * language/cyril-util.el, language/european.el, language/ind-util.el:
14102         * language/lao-util.el, language/thai.el, language/tibet-util.el:
14103         * language/tibetan.el, language/viet-util.el:
14104         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
14106 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14108         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
14109         (electric-pair-post-self-insert-function): Use it.
14110         (electric-pair-default-inhibit): New function, extracted from
14111         electric-pair-post-self-insert-function.
14113 2013-03-31  Roland Winkler  <winkler@gnu.org>
14115         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
14117 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14119         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
14121 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
14123         Un-indent after "pass" and "return" statements (Bug#13888)
14124         * progmodes/python.el (python-indent-block-enders): New var.
14125         (python-indent-calculate-indentation): Use it.
14127 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
14129         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
14130         defun.  Defining it as defalias could introduce too eager
14131         byte-compiler optimization.  (Bug#14030)
14133 2013-03-30  Chong Yidong  <cyd@gnu.org>
14135         * iswitchb.el (iswitchb-read-buffer): Fix typo.
14137 2013-03-30  Leo Liu  <sdl.web@gmail.com>
14139         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
14140         (kmacro-execute-from-register): Pass the keyboard macro to
14141         kmacro-call-macro or repeating won't work correctly.
14143 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
14145         * progmodes/subword.el: Back to using `forward-symbol'.
14147         * subr.el (forward-whitespace, forward-symbol)
14148         (forward-same-syntax): Move from thingatpt.el.
14150 2013-03-29  Leo Liu  <sdl.web@gmail.com>
14152         * kmacro.el (kmacro-to-register): New command.
14153         (kmacro-execute-from-register): New function.
14154         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
14156 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14158         * mpc.el: Use defvar-local and setq-local.
14159         (mpc--proc-connect): Connection failures are not bugs.
14160         (mpc-mode-map): `follow-link' only applies to the buffer's content.
14161         (mpc-volume-map): Bind to the up-events.
14163 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14165         * progmodes/subword.el (superword-mode): Use `forward-sexp'
14166         instead of `forward-symbol'.
14168 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14170         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
14171         (edebug--recursive-edit): Use it.
14172         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
14173         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
14175 2013-03-28  Leo Liu  <sdl.web@gmail.com>
14177         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
14179 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
14181         * facemenu.el (list-colors-callback): New defvar.
14182         (list-colors-redisplay): New function.
14183         (list-colors-display): Install list-colors-redisplay as the
14184         revert-buffer-function.  (Bug#14063)
14186 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14188         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
14189         and suffixes don't overlap (bug#14061).
14191         * case-table.el: Use lexical-binding.
14192         (case-table-get-table): New function.
14193         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
14195 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
14197         * progmodes/subword.el: Add `superword-mode' to do word motion
14198         over symbol_words (parallels and leverages `subword-mode' which
14199         does word motion inside MixedCaseWords).
14201 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
14203         * eshell/em-unix.el: Move su and sudo to...
14204         * eshell/em-tramp.el: ...Eshell tramp module.
14206 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14208         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
14209         Change return value to be a sexp.  Delay `get-buffer' to after
14210         restoring the desktop (bug#13951).
14212 2013-03-26  Leo Liu  <sdl.web@gmail.com>
14214         * register.el: Move semantic tag handling back to
14215         cedet/semantic/senator.el.  (Bug#14052)
14217 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14219         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
14220         into the prompt either (bug#13963).
14222 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14224         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
14225         part of "(error-foo)".
14227 2013-03-24  Juri Linkov  <juri@jurta.org>
14229         * replace.el (list-matching-lines-prefix-face): New defcustom.
14230         (occur-1): Pass `list-matching-lines-prefix-face' to the function
14231         `occur-engine' if `face-differs-from-default-p' returns t.
14232         (occur-engine): Add `,' inside backquote construct to evaluate
14233         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
14234         Pass `prefix-face' to the functions `occur-context-lines' and
14235         `occur-engine-add-prefix'.
14236         (occur-engine-add-prefix, occur-context-lines): Add optional arg
14237         `prefix-face' and propertize the prefix with `prefix-face'.
14238         (Bug#14017)
14240 2013-03-24  Leo Liu  <sdl.web@gmail.com>
14242         * nxml/rng-valid.el (rng-validate-while-idle)
14243         (rng-validate-quick-while-idle): Guard against deleted buffer.
14244         (Bug#13999)
14246         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
14247         is the last entry in kill-buffer-hook.
14249         * files.el (kill-buffer-hook): Doc fix.
14251 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
14253         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
14254         Make it safe-local.
14256         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
14258 2013-03-23  Leo Liu  <sdl.web@gmail.com>
14260         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
14261         Remove.
14263         * nxml/rng-valid.el (rng-validate-mode)
14264         (rng-after-change-function, rng-do-some-validation):
14265         * nxml/rng-maint.el (rng-validate-buffer):
14266         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
14267         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
14268         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
14269         (nxml-extend-after-change-region): Use with-silent-modifications.
14271         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
14272         timer-idle-list.
14274         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
14275         (rng-next-error-1, rng-previous-error-1): Do not let-bind
14276         timer-idle-list.  (Bug#13999)
14278 2013-03-23  Juri Linkov  <juri@jurta.org>
14280         * info.el (info-index-match): New face.
14281         (Info-index, Info-apropos-matches): Add a nested subgroup to the
14282         main pattern and add text properties with the new face to matches
14283         in index entries relative to the beginning of the index entry.
14284         (Bug#14015)
14286 2013-03-21  Eric Ludlam  <zappo@gnu.org>
14288         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
14289         Inhibit read only while inserting objects.
14291 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
14293         * progmodes/cfengine.el: Update docs to mention
14294         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
14295         symbol motion.  Remove "_" from the word syntax.
14297 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
14299         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
14300         syntax for both `cfengine2-mode' and `cfengine3-mode'.
14302 2013-03-20  Juri Linkov  <juri@jurta.org>
14304         * info.el (Info-next-reference-or-link)
14305         (Info-prev-reference-or-link): New functions.
14306         (Info-next-reference, Info-prev-reference): Use them.
14307         (Info-try-follow-nearest-node): Handle footnote navigation.
14308         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
14310 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14312         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
14313         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
14315 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
14317         Suppress unnecessary non-ASCII chatter during build process.
14318         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
14319         (batch-skkdic-convert): Suppress most of the chatter.
14320         It's not needed so much now that machines are faster,
14321         and its non-ASCII component was confusing; see Dmitry Gutov in
14322         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
14324 2013-03-20  Leo Liu  <sdl.web@gmail.com>
14326         * ido.el (ido-chop): Fix bug#10994.
14328 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
14330         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
14331         Remove vars.
14332         (whitespace-color-on, whitespace-color-off):
14333         Use `font-lock-fontify-buffer' (Bug#13817).
14335 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14337         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
14338         remapping in mode-line.
14339         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
14341 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
14343         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
14344         value for `whitespace-line' face (Bug#13875).
14345         (whitespace-font-lock-keywords): Change description.
14346         (whitespace-color-on): Don't save `font-lock-keywords' value, save
14347         the constructed keywords instead.
14348         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
14350 2013-03-19  Leo Liu  <sdl.web@gmail.com>
14352         * progmodes/compile.el (compilation-display-error): New command.
14353         (compilation-mode-map, compilation-minor-mode-map): Bind it to
14354         C-o.  (Bug#13992)
14356 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
14358         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
14360 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
14362         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
14364 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
14366         * net/tramp-compat.el (tramp-compat-user-error): New defun.
14368         * net/tramp-adb.el (tramp-adb-handle-shell-command):
14369         * net/tramp-gvfs.el (top):
14370         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
14371         (tramp-handle-shell-command): Use it.
14372         (tramp-dissect-file-name): Raise an error when hostname is a
14373         method name, and neither method nor user is specified.
14375         * net/trampver.el: Update release number.
14377 2013-03-18  Leo Liu  <sdl.web@gmail.com>
14379         Make sure eldoc can be turned off properly.
14380         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
14381         eldoc-mode.
14382         (eldoc-display-message-p): Revert last change.
14383         (eldoc-display-message-no-interference-p)
14384         (eldoc-print-current-symbol-info): Tweak.
14386 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
14388         * doc-view.el (doc-view-new-window-function): Check the new window
14389         overlay's display property instead the char property of the
14390         buffer's first char.  Use `with-selected-window' instead of
14391         `save-window-excursion' with `select-window'.
14392         (doc-view-document->bitmap): Check the current doc-view overlay's
14393         display property instead the char property of the buffer's first char.
14395 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
14397         Automate the build of ja-dic.el (Bug#13984).
14398         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
14399         from the input, rather than assume that it's been done for us by the
14400         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
14401         the current date into a ja-dic.el comment, as that complicates
14402         regression testing.
14404 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14406         * whitespace.el: Fix double evaluation.
14407         (whitespace-space, whitespace-hspace, whitespace-tab)
14408         (whitespace-newline, whitespace-trailing, whitespace-line)
14409         (whitespace-space-before-tab, whitespace-indentation)
14410         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
14411         obsolete defvars.
14412         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
14413         (whitespace-color-on): Use a single font-lock-add-keywords call.
14414         Fix double-evaluation of face variables.
14416 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
14418         * net/tramp-adb.el (tramp-adb-parse-device-names):
14419         Use `start-process' instead of `call-process'.  Otherwise, the
14420         function might be blocked under MS Windows.  (Bug#13299)
14422 2013-03-17  Leo Liu  <sdl.web@gmail.com>
14424         Extend eldoc to display info in the mode-line.  (Bug#13978)
14425         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
14426         (eldoc-mode-line-string): New variable.
14427         (eldoc-minibuffer-message): New function.
14428         (eldoc-message-function): New variable.
14429         (eldoc-message): Use it.
14430         (eldoc-display-message-p)
14431         (eldoc-display-message-no-interference-p):
14432         Support eldoc-post-insert-mode.
14434         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
14435         (eval-expression): Run it.
14437 2013-03-17  Roland Winkler  <winkler@gnu.org>
14439         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
14440         strings in the list of return values.
14442 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
14444         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
14445         radix before checking for HMS forms.
14447 2013-03-16  Leo Liu  <sdl.web@gmail.com>
14449         * progmodes/scheme.el: Add indentation and font-locking for λ.
14450         (Bug#13975)
14452 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14454         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
14455         token before point (bug#13942).
14457 2013-03-16  Leo Liu  <sdl.web@gmail.com>
14459         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
14461 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
14463         * startup.el (command-line-normalize-file-name): Fix handling of
14464         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
14465         <xfq.free@gmail.com> in
14466         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
14468 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
14470         Sync with Tramp 2.2.7.
14472         * net/trampver.el: Update release number.
14474 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
14476         * doc-view.el: Fix bug#13887.
14477         (doc-view-insert-image): Don't modify overlay associated to
14478         non-live windows, and implement horizontal centering of image in
14479         case it's smaller than the window.
14480         (doc-view-new-window-function): Force redisplay of new windows on
14481         doc-view buffers.
14483 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
14485         * saveplace.el (save-place-alist-to-file): Don't sort
14486         `save-place-alist', just pretty-print it (bug#13882).
14488 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
14490         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
14491         Check whether `default-file-name-coding-system' is bound.
14492         It isn't in XEmacs.
14494 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14496         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
14497         backquotes for `obsolete' (bug#13929).
14499         * international/mule.el (find-auto-coding): Include file name in
14500         obsolescence warning (bug#13922).
14502 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
14504         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
14505         for CFEngine 3-specific indentation.
14506         (cfengine3-indent-line): Use it.  Fix up category regex.
14507         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
14509 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14511         * type-break.el (type-break-file-name):
14512         * textmodes/remember.el (remember-data-file):
14513         * strokes.el (strokes-file):
14514         * shadowfile.el (shadow-initialize):
14515         * saveplace.el (save-place-file):
14516         * ps-bdf.el (bdf-cache-file):
14517         * progmodes/idlwave.el (idlwave-config-directory):
14518         * net/quickurl.el (quickurl-url-file):
14519         * international/kkc.el (kkc-init-file-name):
14520         * ido.el (ido-save-directory-list-file):
14521         * emulation/viper.el (viper-custom-file-name):
14522         * emulation/vip.el (vip-startup-file):
14523         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
14524         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
14526 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
14528         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
14529         * language/thai-word.el: Switch to UTF-8.
14531 See ChangeLog.16 for earlier changes.
14533 ;; Local Variables:
14534 ;; coding: utf-8
14535 ;; End:
14537   Copyright (C) 2011-2014 Free Software Foundation, Inc.
14539   This file is part of GNU Emacs.
14541   GNU Emacs is free software: you can redistribute it and/or modify
14542   it under the terms of the GNU General Public License as published by
14543   the Free Software Foundation, either version 3 of the License, or
14544   (at your option) any later version.
14546   GNU Emacs is distributed in the hope that it will be useful,
14547   but WITHOUT ANY WARRANTY; without even the implied warranty of
14548   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14549   GNU General Public License for more details.
14551   You should have received a copy of the GNU General Public License
14552   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.