* lisp/dired-aux.el (dired-file-set-difference): Use lexical-scoping.
[emacs.git] / lisp / ChangeLog
blob2016bcd3e022cbc9125e3266d391663a02952049
1 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * dired-aux.el (dired-file-set-difference): Use lexical-scoping.
5 2014-04-05  Leo Liu  <sdl.web@gmail.com>
7         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8         Add define-compilation-mode.
10 2014-04-04  João Távora  <joaotavora@gmail.com>
12         * elec-pair.el:
13         (electric-pair--syntax-ppss): When inside comments parse from
14         comment beginning.
15         (electric-pair--balance-info): Fix typo in comment.
16         (electric-pair--in-unterminated-string-p): Delete.
17         (electric-pair--unbalanced-strings-p): New function.
18         (electric-pair-string-bound-function): New var.
19         (electric-pair-inhibit-if-helps-balance): Decide quote pairing
20         according to `electric-pair--in-unterminated-string-p'
22 2014-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
24         * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
25         Move declaration before first use.
26         (reftex-move-to-next-arg): Silence compiler warning.
28 2014-04-04  Joost Kremers  <joostkremers@fastmail.fm>  (tiny change)
30         * textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge):
31         Use `window-total-width' instead of `window-width'.
33 2014-04-03  Daniel Colascione  <dancol@dancol.org>
35         * subr.el (set-transient-map): Remove rms's workaround entirely;
36         use new `suspicious-object' subr to mark our lambda for closer
37         scrutiny during gc.
39 2014-04-02  Richard Stallman  <rms@gnu.org>
41         * subr.el (set-transient-map): Comment out previous change.
43 2014-04-02  Glenn Morris  <rgm@gnu.org>
45         * menu-bar.el (menu-bar-file-menu):
46         * vc/ediff.el (ediff-current-file):
47         Update for revert-buffer-function no longer being nil by default.
49         * simple.el (command-execute): Respect nil disabled-command-function.
51 2014-04-02  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
53         * simple.el (command-execute): Do not execute the command when it
54         is disabled; fixes thinko in 2013-02-20 conversion from C.  (Bug#17151)
56 2014-04-02  Juri Linkov  <juri@jurta.org>
58         * dired-aux.el (dired-compress-file): Don't use string-match-p
59         because its match data is used afterwards.
61 2014-04-02  Stefan Monnier  <monnier@iro.umontreal.ca>
63         * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
64         0 like nil.
66 2014-04-02  João Távora  <joaotavora@gmail.com>
68         * elec-pair.el (electric-pair-inhibit-if-helps-balance):
69         Inhibit quote pairing if point-max is inside an unterminated string.
70         (electric-pair--looking-at-unterminated-string-p):
71         Delete.
72         (electric-pair--in-unterminated-string-p): New function.
74 2014-04-01  Daniel Colascione  <dancol@dancol.org>
76         * minibuffer.el (minibuffer-complete): Prevent assertion failure
77         when trying to complete the prompt.
79 2014-03-31  Leo Liu  <sdl.web@gmail.com>
81         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
82         Refactor out eldoc-documentation-function-default.
83         (eldoc-documentation-function-default): New function.
84         (eldoc-documentation-function): Change value.
86 2014-03-31  Glenn Morris  <rgm@gnu.org>
88         * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
90         * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
91         (vhdl-compose-components-package, vhdl-compose-configuration):
92         Abbreviate default-directory (missing from some previous upstream sync).
94 2014-03-31  Reto Zimmermann  <reto@gnu.org>
96         Sync with upstream vhdl mode v3.35.2.
97         * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
98         (top-level): No longer require assoc.
99         (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget):
100         New functions.  Use throughout to replace aget etc.
101         (vhdl-aput-delete-if-nil): Rename from vhdl-aput.
102         (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename.
103         (vhdl-template-replace-header-keywords): Fix bug for "<title string>".
104         (vhdl-compile-init): Do not initialize regexps for Emacs 22+.
105         (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
106         except `vhdl-compiler'.
107         (vhdl-error-regexp-add-emacs): Remove all other compilers,
108         when appropriate.
110 2014-03-31  Glenn Morris  <rgm@gnu.org>
112         * progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren):
113         Revert 2014-03-26 merge goof; go back to using defalias.
115 2014-03-30  Daniel Colascione  <dancol@dancol.org>
117         * comint.el (comint-send-input):
118         Deactivate completion-in-region-mode before we send comint input.
119         (Bug#17139).
121         * simple.el (keyboard-quit): Deactivate completion-in-region-mode
122         on keyboard-quit.
124 2014-03-29  Glenn Morris  <rgm@gnu.org>
126         * textmodes/reftex.el: Manage most autoloads automatically.
127         * textmodes/reftex-auc.el, textmodes/reftex-cite.el:
128         * textmodes/reftex-dcr.el, textmodes/reftex-global.el:
129         * textmodes/reftex-index.el, textmodes/reftex-parse.el:
130         * textmodes/reftex-ref.el, textmodes/reftex-sel.el:
131         * textmodes/reftex-toc.el: Set generated-autoload-file,
132         and add autoload cookies for reftex.el.
133         * Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
135 2014-03-28  Glenn Morris  <rgm@gnu.org>
137         * cus-start.el (report-emacs-bug-address): Set custom properties.
138         * mail/emacsbug.el (report-emacs-bug-address):
139         Variable is now defined in emacs.c.
141         * mail/emacsbug.el (report-emacs-bug):
142         Include system-configuration-features.
144 2014-03-28  Michal Nazarewicz  <mina86@mina86.com>
146         * simple.el (cycle-spacing): Never delete spaces on first run by
147         default, but do so in a new 'fast mode and if there are already
148         N spaces (the previous behavior).
149         Compare N with its value in previous invocation so that changing
150         prefix argument restarts `cycle-spacing' sequence.
151         The idea is that with this change, binding M-SPC to
152         `cycle-spacing' should not introduce any changes in behavior of
153         the binding so long as users do not type M-SPC twice in a raw with
154         the same prefix argument or lack thereof.
156 2014-03-28  Glenn Morris  <rgm@gnu.org>
158         * faces.el (term-file-aliases): New variable.
159         (tty-run-terminal-initialization): Respect term-file-aliases.
160         * term/apollo.el, term/vt102.el, term/vt125.el, term/vt201.el:
161         * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el:
162         * term/vt400.el, term/vt420.el: Remove files, replaced by aliases.
164 2014-03-27  Glenn Morris  <rgm@gnu.org>
166         * startup.el (inhibit-startup-hooks): Doc tweak.
167         (normal-top-level): Simplify running of hooks.
168         For window-setup-hook, respect inhibit-startup-hooks.
169         (command-line-1): Don't set window-setup-hook to nil.
171         Allow selective autoloading from obsolete/ directory.
172         * Makefile.in (obsolete-autoloads): New rule.
173         (autoloads): Run obsolete-autoloads.
174         * obsolete/iswitchb.el (iswitchb-mode): Use obsolete-autoload.
175         * simple.el (iswitchb-mode): Remove hand-written autoloads.
177 2014-03-27  Dmitry Gutov  <dgutov@yandex.ru>
179         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
180         Highlight special globals with font-lock-builtin-face.  (Bug#17057)
182         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
183         Don't propertize `?' or `!' as symbol constituent when after
184         colon.  (Bug#17097)
186 2014-03-27  Juanma Barranquero  <lekktu@gmail.com>
188         * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
189         which is no longer needed and causes trouble in GTK builds (bug#17046).
191         * emacs-lisp/package-x.el (package--archive-contents-from-url):
192         Use url-insert-file-contents; package-handle-response no longer exists.
194 2014-03-26  Daniel Colascione  <dancol@dancol.org>
196         * simple.el (process-menu-mode-map): New variable.
197         (process-menu-delete-process): New command.
199 2014-03-26  Juanma Barranquero  <lekktu@gmail.com>
201         * emacs-lisp/package.el: Fix bug#16733 (again).
202         (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
203         (url-http-target-url): Remove unused declarations.
204         (package-handle-response): Remove.
205         (package--with-work-buffer): Use url-insert-file-contents and simplify.
206         (package--download-one-archive): Use current-buffer instead of
207         dynamic binding of `buffer'.
208         (describe-package-1): Do not decode readme-string.
210 2014-03-26  Michael Albinus  <michael.albinus@gmx.de>
212         * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
214         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
215         from 2014-03-07, it decreases performance unnecessarily.  Let-bind
216         `remote-file-name-inhibit-cache' to nil in the second pass.
217         (tramp-find-executable): Do not call "which" on SunOS.
218         (tramp-send-command-and-check): Fix docstring.
219         (tramp-do-copy-or-rename-file-directly): In the `rename' case,
220         check whether source directory has set the sticky bit.
222 2014-03-26  Barry O'Reilly  <gundaetiapo@gmail.com>
224         * simple.el (primitive-undo): Only process marker adjustments
225         validated against their corresponding (TEXT . POS).  Issue warning
226         for lone marker adjustments in undo history.  (Bug#16818)
227         (undo-make-selective-list): Add marker adjustments to selective
228         undo list based on whether their corresponding (TEXT . POS) is in
229         the region.  Remove variable adjusted-markers, which was unused
230         and only non nil during undo-make-selective-list.
231         (undo-elt-in-region): Return nil when passed a marker adjustment
232         and explain in function doc.
234 2014-03-26  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
236         * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
238 2014-03-26  Dmitry Gutov  <dgutov@yandex.ru>
240         * progmodes/ruby-mode.el (ruby-expression-expansion-re):
241         Match special global variables without curlies, too.
242         (ruby-font-lock-keywords): Simplify the matcher for special global
243         variables.  Don't require a non-word character after the variable.
244         (Bug#17057)
246 2014-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
248         * simple.el (redisplay-highlight-region-function): Increase priority of
249         overlay to make sure boundaries are visible (bug#15899).
251 2014-03-26  Juanma Barranquero  <lekktu@gmail.com>
253         * frameset.el (frameset--initial-params): Fix typo in parameter name.
254         (frameset-restore): Compare display strings with equal.
256         * frame.el (make-frame): Don't quote display name in error message,
257         it is already a string.
259 2014-03-26  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
261         * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
262         the password.
264 2014-03-26  Dmitry Gutov  <dgutov@yandex.ru>
266         * emacs-lisp/package.el (package--add-to-archive-contents):
267         Include already installed and built-in packages in
268         `package-archive-contents'.
269         (package-install): Don't include already installed packages in the
270         options during interactive invocation.  (Bug#16762)
271         (package-show-package-list): If the buffer is already displayed in
272         another window, switch to that window.
274 2014-03-26  Reto Zimmermann  <reto@gnu.org>
276         Sync with upstream vhdl mode v3.35.1.
277         * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
278         (vhdl-compiler-alist): Doc fix.
279         (vhdl-goto-line): Remove.
280         (vhdl-mode-abbrev-table-init): Add XEmacs compat.
281         (vhdl-mode) <paragraph-start>: Fix value.
282         (vhdl-fix-statement-region): Not `for' in wait-statement.
283         (vhdl-beautify-region): Also (un)tabify.
284         (vhdl-get-visible-signals):
285         Scan declarative part of generate statements.
286         (vhdl-template-record): Fix indentation for record type declaration.
287         (vhdl-expand-abbrev, vhdl-expand-paren):
288         Revert to using fset again rather than defalias.
289         (vhdl-scan-directory-contents): Tweak.
290         (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
291         (vhdl-compose-components-package):
292         Replace vhdl-goto-line with forward-line.
293         (top-level): Tweak speedbar frame selection.
294         (vhdl-generate-makefile-1): Support for compilers with no
295         unit-to-file name mapping (create directory with dummy files).
297 2014-03-26  Wilson Snyder  <wsnyder@wsnyder.org>
299         Sync with upstream verilog-mode revision 702457d.
300         * progmodes/verilog-mode.el (verilog-mode-version): Update.
301         (create-lockfiles): Declare.
302         (verilog-read-decls): Fix module header imports, bug709.
303         Reported by Victor Lau.
304         Fix parsing 'var' in AUTOs, msg1294.  Reported by Dominique Chen.
305         (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
306         interface-only modules, bug721.  Reported by Dean Hoyt.
308 2014-03-26  Glenn Morris  <rgm@gnu.org>
310         * obsolete/gulp.el: Move here from emacs-lisp/.
312         * files.el (lock-buffer, unlock-buffer, file-locked-p):
313         Remove fallback aliases, since they are always defined now.
315 2014-03-24  Daniel Colascione  <dancol@dancol.org>
317         * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
318         instead of cl-loop search function.
320 2014-03-23  Lars Ingebrigtsen  <larsi@gnus.org>
322         * calendar/parse-time.el (parse-time-iso8601-regexp)
323         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
324         it more generally.
326 2014-03-23  Lars Ingebrigtsen  <larsi@gnus.org>
328         * net/dns.el (network-interface-list): Define for XEmacs.
330 2014-03-23  Magnus Henoch  <magnus.henoch@gmail.com>
332         * net/dns.el (dns-servers-up-to-date-p): New function to see whether
333         the network interfaces changed.
334         (dns-query): Use it to flush the data.
336 2014-03-23  Juanma Barranquero  <lekktu@gmail.com>
338         * vc/vc.el (vc-rollback): Use set-buffer-modified-p.
340 2014-03-23  Daniel Colascione  <dancol@dancol.org>
342         Change subword-mode to use `find-word-boundary-function-table' and
343         replace `capitalized-words-mode'.  Also, convert to lexical
344         binding.
346         * progmodes/cap-words.el: Delete now-obsolete file.
347         * progmodes/subword.el: Reimplement using
348         `find-word-boundary-function-table'.
349         (subword-mode-map): Hollow out.
350         (capitalized-words-mode): Define as obsolete alias for
351         `subword-mode'.
352         (subword-mode,superword-mode): Tweak documentation to reflect new
353         implementation; call `subword-setup-buffer'.
354         (subword-forward,subword-capitalize): Add underscore to indicate
355         unused variable.
356         (subword-find-word-boundary-function-table): New constant.
357         (subword-empty-char-table): New constant.
358         (subword-setup-buffer): New function.
359         (subword-find-word-boundary): New function.
361 2014-03-23  Daniel Colascione  <dancol@dancol.org>
363         * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
364         list to look for keyword arguments instead of `memq', fixing
365         (Bug#3647) --- unfortunately, only for freshly-compiled code.
366         Please make bootstrap.
368 2014-03-22  Glenn Morris  <rgm@gnu.org>
370         * dired.el (dired-read-regexp): Make obsolete.
371         (dired-mark-files-regexp, dired-mark-files-containing-regexp)
372         (dired-flag-files-regexp):
373         * dired-aux.el (dired-mark-read-regexp):
374         * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
376         * startup.el (fancy-startup-text):
377         * help.el (describe-gnu-project): Visit online info about GNU project.
379         * help-fns.el (help-fns--interactive-only): New function.
380         (help-fns-describe-function-functions): Add the above function.
381         * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
382         (next-line, previous-line): Remove hand-written interactive-only
383         information from doc strings, it is auto-generated now.
384         * bookmark.el (bookmark-write):
385         * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
386         (epa-mail-import-keys): Mark interactive-only,
387         and remove hand-written interactive-only information from doc strings.
388         * epa.el (epa-decrypt-armor-in-region, epa-verify-region)
389         (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
390         * files.el (not-modified):
391         * simple.el (mark-whole-buffer): Mark interactive-only.
393         * emacs-lisp/byte-run.el (defun-declarations-alist):
394         Add interactive-only.  Doc tweak.
395         (macro-declarations-alist): Doc tweak.
396         * subr.el (declare): Doc tweak (add xref to manual).
397         * comint.el (comint-run):
398         * files.el (insert-file-literally, insert-file):
399         * replace.el (replace-string, replace-regexp):
400         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
401         (delete-forward-char, goto-line, insert-buffer, next-line)
402         (previous-line): Set interactive-only via declare.
404 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
406         * emacs-lisp/package.el (package-desc): Use the contents of the
407         quoted form, not its cdr.  (Bug#16873)
409 2014-03-22  Juanma Barranquero  <lekktu@gmail.com>
411         * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
412         benefit of doc.c; change parameter profile to match the X function.
414 2014-03-22  Leo Liu  <sdl.web@gmail.com>
416         * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
417         (temp-buffer-show-hook): Remove help-mode-finish.  (Bug#16038)
419 2014-03-21  Richard Stallman  <rms@gnu.org>
421         * battery.el (battery-linux-sysfs): Search for each field
422         from the beginning of the buffer.
424         * subr.el (set-transient-map): Clear out function and value
425         of the temporary symbol when we're done with it.
427         * mail/rmailsum.el (rmail-summary-delete-forward):
428         Optimize case of reaching end and handling count.
429         (rmail-summary-mark-deleted): Optimize when N is current msg.
430         Don't create new summary line.
431         (rmail-summary-undelete): Pass arg to rmail-undelete-previous-message.
432         (rmail-summary-undelete-many): Rewrite for speed.
433         (rmail-summary-msg-number): New function.
435         * mail/rmail.el (rmail-delete-message): Update summary.
436         (rmail-undelete-previous-message): Handle repeat count arg.
437         (rmail-delete-backward, rmail-delete-forward): Likewise.
439 2014-03-21  Daniel Colascione  <dancol@dancol.org>
441         * mail/emacsbug.el (report-emacs-bug): Include memory usage
442         information in bug reports.
444 2014-03-21  Michael Albinus  <michael.albinus@gmx.de>
446         * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
447         and `tramp-copy-env'.
449         * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
450         (tramp-maybe-open-connection): Handle `tramp-login-env'.
452 2014-03-21  Glenn Morris  <rgm@gnu.org>
454         * electric.el (electric-indent-post-self-insert-function): Add doc.
456 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
458         * emacs-lisp/package.el (package-compute-transaction):
459         Use `version-list-<=' to compare the requirement version against
460         the version of package already to be installed.  Update the error
461         message.  (Bug#16826)
463         * progmodes/ruby-mode.el (ruby-smie-rules):
464         Add indentation rule for ` @ '.  (Bug#17050)
466 2014-03-21  Juanma Barranquero  <lekktu@gmail.com>
468         * align.el (align-regexp): Remove superfluous backslash.
470         * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
471         (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
472         (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
473         Fix docstring typos.
474         (ffap-next): Use C-u in docstring.
475         (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
476         (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
477         Remove superfluous backslashes.
478         (ffap-string-at-point): Reflow docstring.
480         * server.el (server-host): Reflow docstring.
481         (server-unload-function): Fix docstring typo.
482         (server-eval-at): Remove superfluous backslash.
484         * skeleton.el (skeleton-insert): Remove superfluous backslash.
485         (skeleton-insert): Doc fix.
486         (skeleton-insert): Reflow docstring.
488         * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
489         (tty-color-approximate, tty-color-by-index, tty-color-values)
490         (tty-color-desc): Remove superfluous backslashes.
492 2014-03-21  Glenn Morris  <rgm@gnu.org>
494         * cus-start.el (history-length): Bump :version.
496         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
497         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
498         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
499         Don't set `make-backup-files'.
501         * info.el (info--prettify-description): New function,
502         to give info-finder descriptions consistent case, punctuation.
503         (Info-finder-find-node): Use it.  Sort packages.
504         Refer to "description" rather than "commentary".
506 2014-03-21  Juanma Barranquero  <lekktu@gmail.com>
508         * frameset.el (frameset--print-register): New function.
509         (frameset-to-register): Use it.
511 2014-03-20  Juanma Barranquero  <lekktu@gmail.com>
513         * progmodes/hideif.el (hif-string-to-number): New function.
514         (hif-tokenize): Use it to understand non-decimal floats.
516         * emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.
518         * skeleton.el (skeleton-autowrap): Mark as obsolete.  Doc fix.
520 2014-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
522         * electric.el (electric-newline-and-maybe-indent): New command.
523         Bind it globally to C-j.
524         (electric-indent-mode): Don't mess with the global map any more.
525         Don't drop the post-self-insert-hook is some buffer is still using it
526         (bug#16770).
527         * bindings.el (global-map): Remove C-j binding.
529         * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
530         the docstring of functions advised before dumping (bug#16993).
532 2014-03-19  Stefan-W. Hahn  <stefan.hahn@s-hahn.de>  (tiny change)
534         * ps-print.el (ps-generate-postscript-with-faces):
535         Explicitly deactivate the mark (bug#16866).
536         * simple.el (deactivate-mark): Update region highlight.
538 2014-03-19  Juanma Barranquero  <lekktu@gmail.com>
540         * emacs-lisp/package.el (describe-package-1):
541         Decode commentary (bug#16733).
543 2014-03-18  Juanma Barranquero  <lekktu@gmail.com>
545         * custom.el (defcustom): Doc fix: recommend avoiding destructive
546         modification of the value argument of :set (bug#16755).
548 2014-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
550         * simple.el (newline-and-indent): Do autofill (bug#17031).
552 2014-03-18  Dmitry Gutov  <dgutov@yandex.ru>
554         * newcomment.el (comment-normalize-vars): Only add escaping check
555         to `comment-start-skip' if not `comment-use-syntax'.  (Bug#16971)
556         (comment-beginning): Use `narrow-to-region' instead of moving back
557         one character.
558         (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
559         (comment-start-skip): Update the docstring.
561 2014-03-18  Richard Stallman  <rms@gnu.org>
563         * dired.el (dired-display-file): Force use of other window.
565 2014-03-18  Daniel Colascione  <dancol@dancol.org>
567         * startup.el (tty-handle-args): Remove debug message from 2007.
569 2014-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
571         * emacs-lisp/nadvice.el (advice--interactive-form): New function.
572         (advice--make-interactive-form): Use it to avoid (auto)loading function.
573         (advice--make-1, advice-add, advice-remove):
574         Remove braindead :advice-pending hack.
576 2014-03-17  Glenn Morris  <rgm@gnu.org>
578         * calendar/calendar.el (calendar-generate-month): Apply weekend
579         face to the right days; fixes 2013-08-06 change.  (Bug#17028)
581 2014-03-17  Michael Albinus  <michael.albinus@gmx.de>
583         * net/tramp.el (tramp-action-out-of-band): Read pending output.
584         (tramp-call-process): Trace also DESTINATION.
586         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
587         Quote file names when they are local.  Remove superfluous trace.
589 2014-03-17  Dmitry Gutov  <dgutov@yandex.ru>
591         * newcomment.el (comment-beginning): If `comment-start-skip'
592         doesn't match, move back one char and try again.  (Bug#16971)
594         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
595         Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
596         Set `comment-start-skip' to a simpler value that doesn't try to
597         check if the semicolon is escaped (this is handled by
598         `syntax-ppss' now).  (Bug#16971)
600         * progmodes/scheme.el (scheme-mode-variables): Same.
602 2014-03-16  Martin Rudalics  <rudalics@gmx.at>
604         Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
605         * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
606         current (Bug#16816, Bug#17007).
607         (with-current-buffer-window): New macro doing the same as
608         `with-temp-buffer-window' but with BUFFER-OR-NAME current.
609         * help.el (help-print-return-message): Warn in doc-string to not
610         use this in `with-help-window'.
611         (describe-bindings-internal): Call `describe-buffer-bindings'
612         from within help buffer.  See Juanma's scenario in (Bug#16816).
613         (with-help-window): Update doc-string.
614         * dired.el (dired-mark-pop-up):
615         * files.el (save-buffers-kill-emacs):
616         * register.el (register-preview): Use `with-current-buffer-window'
617         instead of `with-temp-buffer-window'.
619 2014-03-16  Juanma Barranquero  <lekktu@gmail.com>
621         * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
622         Implement inserting into current buffer, documented in their docstrings.
623         (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
624         (rst-section-tree-point, rst-forward-section, rst-indent)
625         (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
626         (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
627         (rst-font-lock-handle-adornment-pre-match-form)
628         (rst-repeat-last-character): Reflow docstrings.
629         (rst-preferred-adornments, rst-update-section, rst-find-title-line)
630         (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
631         (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
632         (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
633         Fix docstring typos.
634         (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
635         (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
636         (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
638 2014-03-15  Juanma Barranquero  <lekktu@gmail.com>
640         * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
641         for compatibility with other ports.
642         (ns-initialize-window-system): Use it.  It is set in term/common-win.el
643         from the -xrm command line argument, but in the Nextstep port its value
644         is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
646         * progmodes/python.el (defconst, python-syntax-count-quotes)
647         (python-indent-region, python-indent-shift-right)
648         (python-indent-dedent-line-backspace, python-nav-backward-sexp)
649         (python-nav-backward-sexp-safe, python-nav-backward-up-list)
650         (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
651         (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
652         (inferior-python-mode, python-shell-make-comint, run-python-internal)
653         (python-shell-buffer-substring, python-shell-send-buffer)
654         (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
655         (python-completion-complete-at-point, python-fill-docstring-style)
656         (python-eldoc-function, python-imenu-format-item-label)
657         (python-imenu-format-parent-item-label)
658         (python-imenu-format-parent-item-jump-label)
659         (python-imenu--build-tree, python-imenu-create-index)
660         (python-imenu-create-flat-index): Fix docstring typos.
661         (python-indent-context, python-shell-prompt-regexp, run-python):
662         Remove superfluous backslashes.
663         (python-indent-line, python-nav-beginning-of-defun)
664         (python-shell-get-buffer, python-shell-get-process)
665         (python-info-current-defun, python-info-current-line-comment-p)
666         (python-info-current-line-empty-p, python-util-popn): Doc fixes.
667         (python-indent-post-self-insert-function, python-shell-send-file)
668         (python-shell-completion-get-completions)
669         (python-shell-completion-complete-or-indent)
670         (python-eldoc--get-doc-at-point): Reflow docstrings.
672 2014-03-14  Glenn Morris  <rgm@gnu.org>
674         * emacs-lisp/package.el (package-menu-mode-map):
675         Replace use of obsolete function alias.  Tweak menu item text.
677         * info.el (Info-finder-find-node):
678         Ignore the `emacs' metapackage.  (Bug#10813)
680         * finder.el (finder-list-matches): Include unversioned packages
681         in the result of a keyword search.
683         * finder.el (finder--builtins-descriptions): New constant.
684         (finder-compile-keywords): Use finder--builtins-descriptions.
686 2014-03-14  Dmitry Gutov  <dgutov@yandex.ru>
688         * simple.el (blink-matching-paren): Describe the new value,
689         `jump', enabling the old behavior.
690         (blink-matching-open): Use that value.  (Bug#17008)
692 2014-03-14  Glenn Morris  <rgm@gnu.org>
694         * finder.el (finder-no-scan-regexp): Add leim-list.
695         (finder-compile-keywords):
696         Don't skip files with same basename.  (Bug#14010)
697         * Makefile.in (setwins_finder): New, excluding leim.
698         (finder-data): Use setwins_finder.
700         * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
701         (help-function-arglist, help-make-usage): Move from here...
702         * help.el (help-split-fundoc, help-add-fundoc-usage)
703         (help-function-arglist, help-make-usage): ... to here.  (Bug#17001)
704         * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
706 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
708         * net/socks.el (socks, socks-override-functions)
709         (socks-find-services-entry):
710         * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
711         (hif-find-ifdef-block):
712         * progmodes/modula2.el (m2-indent): Fix docstring typos.
714         * net/tls.el (tls-program): Reflow docstring.
716         * progmodes/pascal.el (pascal-mode-abbrev-table)
717         (pascal-imenu-generic-expression, pascal-auto-endcomments)
718         (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
719         (pascal-outline-mode): Fix docstring typos.
720         (pascal-mode): Let define-derived-mode document mode hook.
721         (pascal-uncomment-area): Reflow.
722         (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
724         * progmodes/opascal.el (opascal-compound-block-indent)
725         (opascal-case-label-indent): Fix docstring typos.
726         (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
728 2014-03-13  Dmitry Gutov  <dgutov@yandex.ru>
730         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
731         Fontify multiple adjacent negation chars.  (Bug#17004)
733 2014-03-13  Tom Willemse  <tom@ryuslash.org>  (tiny change)
735         * emacs-lisp/package.el (package--prepare-dependencies):
736         Accept requirements without explicit version (bug#14941).
738 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
740         * register.el (register-separator, copy-to-register): Doc fixes.
741         (register-preview-default): Remove unnecessary call to concat.
743         * frameset.el (frameset-restore): When checking for a visible frame,
744         use the action map instead of calling visible-frame-list.
746 2014-03-12  Jonas Bernoulli  <jonas@bernoul.li>
748         * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
750 2014-03-12  Martin Rudalics  <rudalics@gmx.at>
752         * window.el (fit-frame-to-buffer): Get maximum width from
753         display's width instead of height.
755 2014-03-12  Glenn Morris  <rgm@gnu.org>
757         * desktop.el (desktop-restore-frames)
758         (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
759         (desktop-restore-reuses-frames): Doc tweaks.
761         * electric.el (electric-indent-mode): Doc fix.
763 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
765         * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
766         (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
767         (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
768         (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
769         (cvs-dired-use-hook): Fix docstring typos.
770         (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
771         Doc fixes.
773         * vc/pcvs-defs.el (cvs-auto-remove-handled)
774         (cvs-auto-remove-directories, cvs-default-ignore-marks)
775         (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
776         (cvs-execute-single-dir): Fix docstring typos.
778         * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
779         (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
781         * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
783         * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
784         Fix docstring typos.
786 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
788         * frameset.el (frameset--jump-to-register): Add autoload; it could be
789         called from jump-to-register after unloading the frameset package.
791 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
793         * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
794         (bug#16975).  Deactivate the mark before setting it to nil.
795         (activate-mark): Do nothing if region is already active.
797 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
799         * frameset.el (frameset--target-display): Remove definition; declare.
800         (frameset-save, frameset-restore): Let-bind frameset--target-display.
802 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
804         * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
805         (advice-add): Add a :advice--pending marker, so advice--make-1 knows
806         when the advice is pending.
807         (advice-remove): Remove this marker when not needed any more.
809 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
811         * frameset.el: Separate options for reusing frames and cleaning up.
812         (frameset--reuse-list): Remove definition; declare.
813         (frameset--action-map): Declare.
814         (frameset--find-frame-if): Doc fix.
815         (frameset--restore-frame): Cache frame action.
816         (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
817         how to clean up the frame list after restoring.  Remove cleaning
818         options from REUSE-FRAMES.  Change all keyword values to symbols.
819         (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
821         * desktop.el (desktop-restore-forces-onscreen)
822         (desktop-restore-reuses-frames): Use non-keyword values.
823         (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
825 2014-03-10  Glenn Morris  <rgm@gnu.org>
827         * files.el (find-file): Doc fix: update info node name.
829         * emacs-lisp/advice.el (ad-add-advice, defadvice):
830         Doc fix: remove references to deleted info nodes.
832 2014-03-10  Michael Albinus  <michael.albinus@gmx.de>
834         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
835         Do not add `nil' to the environment, when there's no remote `locale'.
836         (tramp-find-inline-encoding): Check, that the remote host has
837         installed perl, before sending scripts.
839 2014-03-10  Leo Liu  <sdl.web@gmail.com>
841         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
842         Clear eldoc-last-message.  (Bug#16920)
844 2014-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
846         * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
847         (bug#14430).
849 2014-03-09  Juri Linkov  <juri@jurta.org>
851         * ansi-color.el (ansi-color-names-vector): Copy default colors
852         from `xterm-standard-colors' that look well on the default white
853         background (and also on the black background) to avoid illegible
854         color combinations like yellow-on-white and white-on-white.
855         http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
857 2014-03-08  Juanma Barranquero  <lekktu@gmail.com>
859         * frameset.el (frameset-restore): When no frame is visible, do not
860         generate a list of frames, just make visible the selected one.
862 2014-03-08  Dmitry Gutov  <dgutov@yandex.ru>
864         * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
865         it only contains the repository root.  (Bug#16897)
867 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
869         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
870         only when `remote-file-name-inhibit-cache' is nil.
871         (tramp-sh-file-name-handler): Use `tramp-error'.  Simplify code.
873 2014-03-06  Martin Rudalics  <rudalics@gmx.at>
875         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
876         Fix doc-strings.
877         (fit-frame-to-buffer): New argument ONLY.  Remove dependency on
878         fit-frame-to-buffer variable.  Fix doc-string.
879         (fit-window-to-buffer): Set ONLY argument in call of
880         fit-frame-to-buffer.  Fix doc-string.
882 2014-03-06  Michael Albinus  <michael.albinus@gmx.de>
884         * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
885         (tramp-action-password): Clear password cache if needed.
886         (tramp-read-passwd): Do not clear password cache.
888         * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
889         cache unless it is the first password request.
891 2014-03-06  Glenn Morris  <rgm@gnu.org>
893         * simple.el (newline): Doc tweak.
895         * emacs-lisp/shadow.el (load-path-shadows-find):
896         Ignore dir-locals.  (Bug#12357)
898 2014-03-05  Glenn Morris  <rgm@gnu.org>
900         * files.el (interpreter-mode-alist):
901         * progmodes/sh-script.el (sh-ancestor-alist): Add dash.  (Bug#16938)
903 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
905         * frameset.el (frameset--initial-params): Filter out null entries.
907 2014-03-05  Martin Rudalics  <rudalics@gmx.at>
909         * window.el (window-min-height, window-min-width):
910         Rewrite doc-strings.
911         (window-body-size): Add PIXELWISE argument to make it consistent
912         with its callees.
914 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
916         * finder.el (finder-mode-map, finder-mode-syntax-table):
917         Revert part of 2014-02-28 change.
919 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
921         * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
922         (eww-setup-buffer): Clear next/prev/etc more reliably.
923         (eww-textarea-map): [tab] doesn't work on tty.
924         Reported by Mario Lang.
926         * net/shr.el (shr-map): Ditto.
928 2014-03-04  Glenn Morris  <rgm@gnu.org>
930         * minibuffer.el (completion-hilit-commonality):
931         Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
933 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
935         * hilit-chg.el (hilit-chg-unload-function): New function.
936         (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
937         (hilit-chg-map-changes): Prefer cardinal number to digit.
938         (hilit-chg-display-changes): Reflow docstring.
939         (highlight-changes-rotate-faces): Remove superfluous backslash.
941 2014-03-04  Michael Albinus  <michael.albinus@gmx.de>
943         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
944         `tramp-send-command-and-check'.
946 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
948         * hexl.el (hexl-address-region, hexl-ascii-region)
949         (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
950         (hexl-backward-short, hexl-forward-short, hexl-backward-word)
951         (hexl-forward-word, hexl-previous-line, hexl-next-line):
952         Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
953         (hexl-mode): Doc fix.
954         (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
955         (hexl-mode-ruler): Fix typos in docstrings.
957         * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
958         (strokes-character, strokes-get-grid-position, strokes-list-strokes):
959         Remove superfluous backslashes.
960         (strokes-last-stroke, strokes-global-map, strokes-mode):
961         Reflow docstrings.
962         (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
963         (strokes-xpm-for-compressed-string): Use quotes with buffer name.
964         (strokes-distance-squared, strokes-global-set-stroke)
965         (strokes-global-set-stroke-string): Doc fixes.
966         (strokes-help): Fix typos; reflow docstring.
968 2014-03-04  Martin Rudalics  <rudalics@gmx.at>
970         * window.el (window-in-direction): Fix doc-string.
972 2014-03-04  Glenn Morris  <rgm@gnu.org>
974         * emacs-lisp/smie.el (smie-config-guess): Doc fix.
975         Explicit error if no grammar.
976         (smie-config-save): Doc fix.  Fix quote typo.
978 2014-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
980         * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
981         electric-indent-mode-hook if we obey electric-indent-mode.
982         (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
983         decide whether we obey electric-indent-mode.
984         (c-change-set-fl-decl-start, c-extend-after-change-region):
985         Silence warnings.
986         (c-electric-indent-mode-hook): Assume we do want to obey
987         electric-indent-mode.
989         * electric.el (electric-indent-mode-has-been-called): Remove.
990         (electric-indent-mode): Fix accordingly.
992         * files.el (hack-local-variables): Mention file name in warning.
994         * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
996 2014-03-04  Michal Nazarewicz  <mina86@mina86.com>
998         * binding.el: Add comment describing why C-d binds to `delete-char'.
999         * simple.el (delete-forward-char): Mark as interactive-only.
1001 2014-03-03  Juanma Barranquero  <lekktu@gmail.com>
1003         * icomplete.el (icomplete-completions):
1004         Follow-up to 2014-03-01 change.
1006         * icomplete.el: Miscellaneous doc fixes.
1007         Use Icomplete everywhere instead of icomplete for consistency.
1008         (icomplete-max-delay-chars): Fix typo.
1009         (icomplete-mode): Use \[].
1010         (icomplete-tidy, icomplete-exhibit): Reflow.
1011         (icomplete-minibuffer-setup-hook, icomplete-completions):
1012         Remove superfluous backlashes.
1014         * ido.el: Miscellaneous doc fixes.
1015         Use Ido everywhere instead of ido or `ido' for consistency.
1016         (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
1017         (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
1018         (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
1019         (ido-separator): Extract obsolescence info from docstring and declare
1020         with make-obsolete-variable.
1021         (ido-minibuffer-setup-hook): Simplify example.
1022         (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
1023         (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
1024         (ido-completion-help, ido-completing-read): Fix typos in docstrings.
1025         (ido-everywhere): Reflow docstring.
1026         (ido-toggle-vc): Doc fix.
1027         (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
1028         of long list of keybindings.
1030 2014-03-03  Glenn Morris  <rgm@gnu.org>
1032         * frame.el (display-pixel-height, display-pixel-width)
1033         (display-mm-dimensions-alist, display-mm-height)
1034         (display-mm-width): Doc tweaks.
1036 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
1038         * simple.el (undo-elt-in-region): Fix buffer corruption for edge
1039         case of undo in region.
1041 2014-03-02  Martin Rudalics  <rudalics@gmx.at>
1043         * window.el (fit-window-to-buffer): Fix argument in window-size
1044         call when window is horizontally combined.
1046 2014-03-02  Juanma Barranquero  <lekktu@gmail.com>
1048         * icomplete.el (icomplete-completions): Use string-width.
1049         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1051 2014-03-01  Dmitry Gutov  <dgutov@yandex.ru>
1053         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1054         Highlight regexp options.  (Bug#16914)
1056 2014-03-01  Martin Rudalics  <rudalics@gmx.at>
1058         * window.el (window--max-delta-1): Round down when calculating
1059         how many lines/columns we can get from a window.
1061 2014-03-01  Glenn Morris  <rgm@gnu.org>
1063         * isearch.el (search-invisible): Doc fix.
1065         * minibuffer.el (completion-hilit-commonality):
1066         Make `base-size' argument optional.  Short-cut if `prefix-len' is 0.
1067         * comint.el (comint-dynamic-list-completions): Doc fix.
1068         * comint.el (comint-dynamic-list-completions):
1069         * filecache.el (file-cache-minibuffer-complete):
1070         * tempo.el (tempo-display-completions):
1071         * eshell/em-hist.el (eshell-list-history):
1072         Replace use of obsolete argument of display-completion-list.
1074 2014-03-01  Juanma Barranquero  <lekktu@gmail.com>
1076         * icomplete.el (icomplete-completions):
1077         Revert back to using "..." when ?… cannot be displayed.
1079 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
1081         * finder.el (finder-unload-function): New function.
1083 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
1085         * dframe.el (dframe-detach):
1086         * find-dired.el (find-dired, find-name-dired):
1087         * finder.el (finder-mode-map, finder-mode-syntax-table)
1088         (finder-headmark, finder-select, finder-mouse-select):
1089         Fix docstring typos.
1091 2014-02-28  Martin Rudalics  <rudalics@gmx.at>
1093         Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
1094         * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
1095         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
1096         Fix doc-string based on a suggestion by Nicolas Richard
1097         <theonewiththeevillook@yahoo.fr>.
1098         * help.el (with-help-window): Fix doc-string.
1100 2014-02-28  Ivan Kanis  <ivan@kanis.fr>
1102         * net/shr.el (shr-image-animate): New option.
1103         (shr-put-image): Respect shr-image-animate.
1105 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
1107         * net/tramp-adb.el (tramp-adb-parse-device-names):
1108         Use `accept-process-output'.
1109         (tramp-adb-handle-file-truename): Cache the localname only.
1110         (tramp-adb-handle-make-directory)
1111         (tramp-adb-handle-delete-directory): Flush file properties correctly.
1112         (tramp-adb-handle-set-file-modes): Do not raise an error when file
1113         modes cannot be changed.
1115         * net/tramp-cache.el (tramp-flush-directory-property): Remove also
1116         file properties of symlinks.
1118 2014-02-28  Per Starbäck  <starback@stp.lingfil.uu.se>
1120         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
1121         required/optional fields to match development biblatex.  (Bug#16781)
1123 2014-02-28  Andy Sawyer  <andy.sawyer@gmail.com>  (tiny change)
1125         * saveplace.el (toggle-save-place):
1126         Fix argument handling.  (Bug#16673)
1128 2014-02-28  Glenn Morris  <rgm@gnu.org>
1130         * minibuffer.el (completions-first-difference)
1131         (completions-common-part, completion-hilit-commonality): Doc fixes.
1133 2014-02-28  Karl Berry  <karl@gnu.org>
1135         * info.el (Info-mode-map): Add H for describe-mode,
1136         to synchronize with standalone Info.
1138 2014-02-28  Emilio C. Lopes  <eclig@gmx.net>
1140         * progmodes/sql.el (sql-interactive-mode):
1141         Avoid setting global comint-input-ring-separator.  (Bug#16814)
1143 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
1145         * net/dbus.el (dbus--init-bus): Declare function.
1146         (dbus-path-local, dbus-interface-local): New defconst.
1147         (dbus-init-bus): Use them.
1148         (dbus-return-values-table): Extend doc.
1149         (dbus-handle-bus-disconnect): Extend error message.
1151 2014-02-27  Juanma Barranquero  <lekktu@gmail.com>
1153         * subr.el (y-or-n-p): Fix double space issue in message.
1155 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
1157         * net/tramp.el (tramp-call-process): Improve trace message.
1158         (tramp-handle-insert-file-contents): Trace error case.
1160         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
1161         <insert-directory>: Use `tramp-handle-insert-directory'.
1162         (tramp-adb-handle-insert-directory): Remove function.
1163         (tramp-adb-send-command-and-check): New defun, replacing
1164         `tramp-adb-command-exit-status'.  Change all callees.
1165         (tramp-adb-handle-file-attributes)
1166         (tramp-adb-handle-directory-files-and-attributes): Use it.
1167         (tramp-adb-ls-output-name-less-p):
1168         Use `directory-listing-before-filename-regexp'.
1169         (tramp-adb-handle-delete-directory): Flush also file properties of
1170         the truename of directory.
1171         (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
1172         (tramp-adb-handle-file-local-copy): Make the local copy readable.
1173         (tramp-adb-handle-write-region): Implement APPEND.
1174         (tramp-adb-handle-rename-file): Make it more robust.  Flush file
1175         properties correctly.
1176         (tramp-adb-maybe-open-connection): Set `tramp-current-*'
1177         variables.  Check for connected devices only when needed.
1179 2014-02-27  Glenn Morris  <rgm@gnu.org>
1181         * minibuffer.el (completion-table-dynamic)
1182         (completion-table-with-cache): Doc fixes.
1184         * emacs-lisp/crm.el (crm-default-separator, crm-separator)
1185         (completing-read-multiple): Doc fixes.
1187 2014-02-27  Daniel Colascione  <dancol@dancol.org>
1189         * minibuffer.el (completion--nth-completion): Fix indentation.
1191         * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
1192         explicit tramp path is empty.
1194 2014-02-27  Glenn Morris  <rgm@gnu.org>
1196         * emacs-lisp/crm.el (completing-read-multiple):
1197         Empower help-enable-auto-load.
1199 2014-02-26  Glenn Morris  <rgm@gnu.org>
1201         * startup.el (command-line): Don't init the tty in daemon mode.
1203         Avoid calling tty-setup-hook twice, eg if a term file
1204         explicitly calls tty-run-terminal-initialization.  (Bug#16859)
1205         * faces.el (tty-run-terminal-initialization): Add run-hook argument.
1206         (tty-create-frame-with-faces): Use it.
1207         * startup.el (command-line): Pass run-hook argument
1208         to tty-run-terminal-initialization.
1210         * dired.el (dired-restore-desktop-buffer): Demote errors;
1211         eg in case a glob match fails.  (Bug#16884)
1213 2014-02-26  Dmitry Gutov  <dgutov@yandex.ru>
1215         * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
1216         error from `read-from-string'.  (Bug#16850)
1218         * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
1219         result of `completing-read' in the interactive form.  (Bug#16854)
1221 2014-02-25  Glenn Morris  <rgm@gnu.org>
1223         * image.el (image-animate, image-animate-timeout):
1224         Stop animating images in dead buffers.  (Bug#16878)
1226         * emacs-lisp/edebug.el (defmacro): Fix debug spec.  (Bug#16868)
1228         * faces.el (tty-setup-hook, tty-run-terminal-initialization):
1229         Doc fixes.
1230         * startup.el (term-setup-hook): Doc fix.  Make obsolete.
1231         * term/sun.el (sun-raw-prefix-hooks):
1232         Use tty-setup-hook instead of term-setup-hook.
1233         (terminal-init-sun): Construct message from bytecomp plist.
1234         * term/wyse50.el (enable-arrow-keys): Doc fix.
1236 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
1238         * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
1239         Fix docstring typos.
1241 2014-02-24  Michael Albinus  <michael.albinus@gmx.de>
1243         * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
1245 2014-02-24  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
1247         * minibuffer.el (completion--try-word-completion):
1248         Fix error when completing M-x commands (bug#16808).
1250 2014-02-24  Leo Liu  <sdl.web@gmail.com>
1252         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
1254 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
1256         * apropos.el (apropos-print): Avoid formatting error when
1257         apropos-do-all and apropos-compact-layout are both t.
1259 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
1261         * apropos.el (apropos-property, apropos-all-words-regexp)
1262         (apropos-true-hit, apropos-variable, apropos-print):
1263         Fix docstring typos, and remove obsolete comment.
1265 2014-02-23  Michael Albinus  <michael.albinus@gmx.de>
1267         * net/tramp-sh.el (tramp-sh-handle-file-truename):
1268         Preserve trailing "/".  (Bug#16851)
1270 2014-02-23  Dmitry Gutov  <dgutov@yandex.ru>
1272         * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
1273         after `=>' (bug#16811).
1274         (ruby-smie-rules): Handle the inconsistent second element of the
1275         list returned by `smie-indent--parent'.
1276         (ruby-font-lock-keywords): Disqualify any identifier before `=' as
1277         method call.
1279 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
1281         * elec-pair.el (electric-pair-text-syntax-table)
1282         (electric-pair-syntax-info, electric-pair--syntax-ppss)
1283         (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
1284         (electric-pair--looking-at-unterminated-string-p): Doc fix.
1285         (electric-pair--inside-string-p): Doc fix.  Use `let', not `let*'.
1287 2014-02-22  Glenn Morris  <rgm@gnu.org>
1289         * imenu.el (imenu--generic-function): Doc fix.
1291         * register.el (frame-configuration-to-register): Make obsolete.
1293 2014-02-22  Juanma Barranquero  <lekktu@gmail.com>
1295         * desktop.el (desktop-save-buffer-p): Do not fail when
1296         desktop-files-not-to-save is nil.  Return t for true result
1297         as the doc says.
1299 2014-02-22  Daniel Colascione  <dancol@dancol.org>
1301         * net/secrets.el (secrets-create-item, secrets-search-items):
1302         Check that attribute values are strings, avoiding the construction
1303         of invalid dbus messages.
1305 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
1307         * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
1308         defun-declarations-alist.
1310 2014-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1312         * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
1313         (bug#16829).
1315 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
1317         * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
1318         (whitespace-newline, whitespace-trailing, whitespace-line)
1319         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
1320         (whitespace-space-after-tab): Fix typo in docstrings.
1322 2014-02-21  Dmitry Gutov  <dgutov@yandex.ru>
1324         * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
1326         * electric.el (electric-indent-functions-without-reindent):
1327         Add `yaml-indent-line'.
1329 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
1331         * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
1332         It has done nothing for years; should be removed after the release.
1334         * simple.el (choose-completion): Fix docstring typo.
1335         (read-quoted-char-radix): Remove unneeded * in docstring.
1336         (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
1337         Don't escape parentheses unnecessarily in docstrings.
1339 2014-02-21  Martin Rudalics  <rudalics@gmx.at>
1341         Fix handling of window-min-height/-width (Bug#16738).
1342         * window.el (window--dump-window, window--dump-frame):
1343         New functions.
1344         (window--min-size-1): Account for window dividers.
1345         When window-resize-pixelwise is nil, delay rounding till after the
1346         sum of the window components has been calculated.
1347         (window--min-delta-1, window--max-delta-1): When PIXELWISE is
1348         nil make sure at least one text line and two text columns remain
1349         fully visible.
1350         (window-resize): Signal an error when window-resize-apply fails.
1351         (window--resize-child-windows): Fix calculation of by how many
1352         pixels a window can still be shrunk via window-new-normal.
1353         (adjust-window-trailing-edge): Call window--resizable with
1354         correct TRAIL argument.
1356         (with-temp-buffer-window): Don't evaluate BODY within
1357         with-current-buffer (Bug#16816).
1359 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
1361         * net/tramp.el (tramp-check-cached-permissions):
1362         Call `file-attributes' with `suffix' being a symbol but a string.
1364 2014-02-21  Daniel Colascione  <dancol@dancol.org>
1366         * net/dbus.el (dbus-init-bus-1): Declare new subr.
1367         (dbus-init-bus): New function: call into dbus-init-bus-1
1368         and installs a handler for the disconnect signal.
1369         (dbus-call-method): Rewrite to look for result in cons.
1370         (dbus-call-method-handler): Store result in cons.
1371         (dbus-check-event): Recognize events with nil sender as valid.
1372         (dbus-handle-bus-disconnect): New function.  React to bus
1373         disconnection signal by synthesizing dbus error for each
1374         pending synchronous or asynchronous call.
1375         (dbus-notice-synchronous-call-errors): New function.
1376         (dbus-handle-event): Raise errors directly only when `dbus-debug'
1377         is true, not all the time.
1379 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
1381         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
1382         Remove obsolescence declarations, these variables do not exist anymore.
1384         * savehist.el (savehist-save-minibuffer-history)
1385         (savehist-additional-variables, savehist-file, savehist-mode-hook)
1386         (savehist-save-hook, savehist-coding-system, savehist-loaded)
1387         (savehist-load, savehist-install, savehist-autosave): Fix typos;
1388         mostly, refer to "Savehist mode" when talking about the mode,
1389         and not the function.
1391         * saveplace.el (save-place): Remove redundant info in docstring.
1392         (save-place-forget-unreadable-files, toggle-save-place)
1393         (save-place-forget-unreadable-files, save-place-dired-hook):
1394         Fix typos and remove unneeded backslashes.
1396 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
1398         * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
1399         (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
1401         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
1402         <insert-directory>: Use `tramp-handle-insert-directory'.
1403         (tramp-gvfs-handle-insert-directory): Remove function.
1405         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1406         Call `tramp-handle-insert-directory'.
1408 2014-02-20  Juanma Barranquero  <lekktu@gmail.com>
1410         * elec-pair.el (electric-pair-syntax-info): Do not check syntax
1411         before the start of buffer/region (bug#16799).
1413 2014-02-20  Glenn Morris  <rgm@gnu.org>
1415         * isearch.el (search-invisible): Doc fix.
1417 2014-02-20  W. Trevor King  <wking@tremily.us>  (tiny change)
1419         * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
1420         (bug#16657).
1422 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
1424         * frameset.el (frameset-restore): Delay removing an old frame's
1425         duplicate id until the new frame has been correctly created.
1427 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
1429         * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
1430         (tramp-check-cached-permissions): Call `file-attributes' if the
1431         cache is empty.
1433         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
1434         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
1436         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
1437         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
1438         (tramp-gvfs-maybe-open-connection): Set always connection
1439         properties, even if target is mounted already.
1441         * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
1442         Set tramp-autoload cookie.
1443         (tramp-get-remote-touch): New defun.
1444         (tramp-sh-handle-set-file-times): Use it.
1445         (tramp-sh-handle-directory-files-and-attributes):
1446         Use `tramp-handle-directory-files-and-attributes' if neither stat
1447         nor perl are available on the remote host.
1449         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
1450         "/".  Write long listing only when "l" belongs to the switches.
1452         * net/trampver.el: Update release number.
1454 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
1456         * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
1458 2014-02-19  Martin Rudalics  <rudalics@gmx.at>
1460         * window.el (window-state-put): Allow WINDOW to refer to an
1461         internal window (Bug#16793).
1463 2014-02-19  Glenn Morris  <rgm@gnu.org>
1465         * textmodes/remember.el: Move provide statement to end.
1466         (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
1467         (remember-notes): Doc fixes.
1469 2014-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1471         * delsel.el (delete-char): Restore incorrectly erased property
1472         (bug#16795).
1474 2014-02-18  Juanma Barranquero  <lekktu@gmail.com>
1476         * frameset.el (frameset--restore-frame): When a frame is being reused
1477         and its root window is not alive, delete all the frame's windows before
1478         restoring the window state.  This works around the issue in bug#16793.
1480 2014-02-18  Glenn Morris  <rgm@gnu.org>
1482         * textmodes/remember.el (remember-data-directory)
1483         (remember-directory-file-name-format, remember-store-in-files)
1484         (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
1485         (remember-notes-save-and-bury-buffer)
1486         (remember-notes--kill-buffer-query): Doc fixes.
1488         * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
1490 2014-02-17  Alan Mackenzie  <acm@muc.de>
1492         Connect electric-indent-mode up with CC Mode.  Bug #15478.
1493         * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
1494         to electric-indent-{,local-}-mode.
1495         (c-basic-common-init): Set electric-indent-inhibit.
1496         Initialise c-electric-flag from electric-indent-mode.
1497         (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
1498         New hook functions which propagate electric-indent-mode to CC mode.
1500         * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
1501         hit, toggle electric-indent-local-mode.
1503         * electric.el (electric-indent-mode-has-been-called):
1504         New variable.
1506 2014-02-17  Juanma Barranquero  <lekktu@gmail.com>
1508         * frameset.el (frameset-cfg-id): New function.
1509         (frameset--reuse-frame, frameset-restore): Use it.
1510         (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
1512 2014-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1514         * ido.el (ido-file-internal): Remove unused var `d'.
1515         Use \` for to match BoS.  Fit within 80n columns.
1517 2014-02-17  Daniel Colascione  <dancol@dancol.org>
1519         * net/dbus.el (dbus-call-method): Work around bug#16775 by having
1520         dbus-call-method check for completion using a busy-wait loop with
1521         gradual backoff.
1523 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
1525         Sync with Tramp 2.2.9.
1527         * net/trampver.el: Update release number.
1529 2014-02-16  Dmitry Gutov  <dgutov@yandex.ru>
1531         * ido.el (ido-file-internal): Don't add the name of an existing
1532         directory twice.  (Bug#16747)
1534 2014-02-16  Glenn Morris  <rgm@gnu.org>
1536         * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
1537         Do not use ediff-defvar-local on pre-defined variables.  (Bug#16744)
1539 2014-02-15  Michael R. Mauger  <michael@mauger.com>
1541         * progmodes/sql.el: Version 3.4
1542         (sql-oracle-options): New default value ("-L").
1543         (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
1544         (sql-placeholders-filter): Correct placeholder pattern.
1545         (sql-read-table-name): Bug fix.  Detect absence of SQLi process.
1546         (sql-login-delay): New variable.
1547         (sql-product-interactive): Use it.
1549 2014-02-15  Juanma Barranquero  <lekktu@gmail.com>
1551         * frameset.el (frameset--jump-to-register): Check that buffer is live
1552         (bug#16749).
1554 2014-02-15  Glenn Morris  <rgm@gnu.org>
1556         * info.el (info-initialize): Revert 2014-01-10 change.
1558 2014-02-14  Glenn Morris  <rgm@gnu.org>
1560         * replace.el (map-query-replace-regexp)
1561         (read-regexp-defaults-function, read-regexp): Doc fixes.
1563         * dired.el (dired-read-regexp):
1564         * faces.el (list-faces-display):
1565         * misearch.el (multi-isearch-read-matching-buffers)
1566         (multi-isearch-read-matching-files):
1567         * play/cookie1.el (cookie-apropos):
1568         * progmodes/grep.el (grep-read-regexp): Doc fixes.
1570         * textmodes/remember.el (remember): Use frameset-to-register
1571         rather than frame-configuration-to-register.
1573 2014-02-14  Jay Belanger  <jay.p.belanger@gmail.com>
1575         * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
1576         incorrect keybinding.
1578 2014-02-13  Daniel Colascione  <dancol@dancol.org>
1580         * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
1581         when adding overlays so that line numbers from compiler match line
1582         numbers we use.
1584 2014-02-13  Glenn Morris  <rgm@gnu.org>
1586         * mail/rmail.el (rmail-probe): Be less strict.  (Bug#16743)
1588         * jit-lock.el (jit-lock-mode): Doc fix.
1590 2014-02-13  Juanma Barranquero  <lekktu@gmail.com>
1592         * apropos.el (apropos-read-pattern): When the user passes an empty
1593         string, give a more helpful error message than "Wrong type
1594         argument: stringp, nil".
1596 2014-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1598         * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
1600 2014-02-13  Glenn Morris  <rgm@gnu.org>
1602         * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
1604 2014-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1606         * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
1607         shift-select commands.
1609 2014-02-12  Dmitry Gutov  <dgutov@yandex.ru>
1611         * progmodes/js.el (js-indent-line): Don't widen.
1612         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
1614 2014-02-12  Glenn Morris  <rgm@gnu.org>
1616         * icomplete.el (icomplete): Add info-link to defgroup.
1617         (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
1618         (icomplete-minibuffer-map, icomplete-mode)
1619         (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
1621         * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
1622         (package-menu-filter): Rename from package-menu-filter-interactive.
1623         Doc fix.
1625 2014-02-11  Juanma Barranquero  <lekktu@gmail.com>
1627         * frameset.el (frameset--jump-to-register): Select the required
1628         window and buffer before restoring position (bug#16696).
1630 2014-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
1632         * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
1634 2014-02-10  Glenn Morris  <rgm@gnu.org>
1636         * jit-lock.el (jit-lock-force-redisplay): Doc fix.  (Bug#14394)
1638 2014-02-10  Eli Zaretskii  <eliz@gnu.org>
1640         * w32-common-fns.el (x-get-selection): Doc fix.
1641         * select.el (x-get-selection): Doc fix.  (Bug#15109)
1643         * face-remap.el (face-remap-add-relative)
1644         (face-remap-remove-relative, face-remap-reset-base)
1645         (face-remap-set-base): Call force-mode-line-update to redisplay
1646         the current buffer due to potential change in faces.  (Bug#16709)
1648 2014-02-10  Michael Albinus  <michael.albinus@gmx.de>
1650         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
1651         script more robustly.
1653 2014-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
1655         * dired.el (dired-get-marked-files): Doc fix (bug#11534).
1657         * simple.el (choose-completion): Doc fix (bug#14160).
1659         * subr.el (event-start): Say what a nil EVENT value means.
1661         * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
1662         (bug#14197).
1664         * progmodes/grep.el (find-program): Doc fix (bug#14289).
1666         * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
1668         * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
1670         * files.el (confirm-kill-emacs): Allow specifying an arbitrary
1671         predicate function (bug#15455).
1673 2014-02-10  Dmitry Gutov  <dgutov@yandex.ru>
1675         * ielm.el (inferior-emacs-lisp-mode): Instead of
1676         `comment-use-global-state', set `comment-use-syntax'.
1678 2014-02-10  Glenn Morris  <rgm@gnu.org>
1680         * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
1682 2014-02-09  Alan Mackenzie  <acm@muc.de>
1684         Fix c-invalidate-state-cache on narrowed buffers.
1685         * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
1686         Widen when setting and clearing the CPP delimiter properties.
1688 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1690         * help.el (describe-bindings): Doc fix (bug#9888).
1692         * files.el (save-buffer): Use ARG as the parameter name for
1693         consistency (bug#10346).
1694         (save-buffer): Clarify the 0 argument (bug#10346).
1696         * cus-edit.el (customize-apropos): Fix error string.
1697         (custom-buffer-create): Doc fix (bug#11122).
1698         (custom-sort-items): Doc fix (bug#11121).
1700         * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
1702         * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
1703         (icomplete-simple-completing-p): Mention the previous variable.
1705         * font-lock.el (font-lock-value-in-major-mode): Clarify the
1706         meaning of the parameter (bug#12282).
1708         * files.el (find-file-noselect): Clarify prompt when changing
1709         readedness (bug#13261).
1710         (locate-file): Suffixes aren't returned, so don't say that they
1711         are (bug#12674).
1712         (backup-inhibited): Doc clarification (bug#12525).
1714         * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
1715         before we actually start to delete things (bug#16331).
1717         * subr.el (event-start): Doc fix (bug#14228).
1718         (event-end): Ditto.
1720 2014-02-09  Glenn Morris  <rgm@gnu.org>
1722         * emacs-lisp/warnings.el (lwarn):
1723         Empower help-enable-auto-load.  (Bug#15940)
1725 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
1727         * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
1728         (Bug#16690)
1730 2014-02-08  Michael Albinus  <michael.albinus@gmx.de>
1732         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1733         Insert output at end of buffer.  (Bug#16120)
1735 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1737         * simple.el (choose-completion-string-functions): Document new
1738         calling convention (bug#14153).
1739         (execute-extended-command): Clarify doc string (bug#13373).
1741         * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
1743         * find-dired.el (find-name-dired): Doc fix (bug#14290).
1744         (find-grep-dired): Doc fix (bug#14288).
1746 2014-02-08  Juri Linkov  <juri@jurta.org>
1748         * isearch.el (isearch-quote-char): Check character validity
1749         like in `quoted-insert' (bug#16677).
1751 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1753         * files.el (find-file-visit-truename): Doc clarification (bug#14697).
1755         * isearch.el (isearch-hide-immediately): Doc clarification
1756         (bug#14723).
1758         * simple.el (line-move): Document utility function used many
1759         places in the Emacs sources (bug#14843).
1761         * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
1762         (dired-prev-marked-file): Doc fix (bug#14855).
1763         (dired-up-directory): Doc fix (bug#14848).
1765         * minibuffer.el (read-file-name): Doc clarification (bug#15096).
1767         * files.el (file-relative-name): Doc fix (bug#15159).
1769         * fringe.el (fringe-styles): Doc fix (bug#15239).
1771         * isearch.el (isearch-filter-predicate): Documentation typo fix
1772         (bug#15474).
1774         * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
1776         * isearch.el (isearch-cmds): Doc clarification (bug#15547).
1778         * replace.el (replace-match-maybe-edit): Doc clarification
1779         (bug#15632).
1781         * subr.el (add-to-list): Refill the paragraphs (bug#15791).
1783         * macros.el (insert-kbd-macro): Doc fix (bug#16025).
1785 2014-02-08  Glenn Morris  <rgm@gnu.org>
1787         * help-fns.el (describe-variable):
1788         Check {file,dir}-local-variables-alist, and buffer-file-name,
1789         in the correct buffer.
1791 2014-02-08  Ingo Lohmar  <i.lohmar@gmail.com>
1793         * help-fns.el (describe-variable): Fix the case where
1794         a value is directory-local with no dir-locals file.  (Bug#16635)
1796 2014-02-08  Glenn Morris  <rgm@gnu.org>
1798         * abbrev.el (edit-abbrevs-mode):
1799         Derive from fundamental-mode.  (Bug#16682)
1801 2014-02-07  Juanma Barranquero  <lekktu@gmail.com>
1803         * simple.el (quoted-insert): Check character validity (bug#16677).
1805 2014-02-07  Juri Linkov  <juri@jurta.org>
1807         * desktop.el (desktop-read): Claim the lock when the owner is not
1808         the current process.  (Bug#16157)
1810 2014-02-07  Juri Linkov  <juri@jurta.org>
1812         * desktop.el (desktop-buffers-not-to-save): Change default from nil
1813         to "\\` ".  (Bug#16651)
1815 2014-02-07  Juri Linkov  <juri@jurta.org>
1817         * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
1818         when enabling, and `desktop-auto-save-cancel-timer' when disabling.
1819         (desktop-auto-save-cancel-timer): New function with some code from
1820         `desktop-auto-save-set-timer'.
1821         (after-init-hook): Don't call `desktop-auto-save-set-timer'.
1822         Instead of setting `desktop-save-mode' to nil, call
1823         `desktop-save-mode' with arg 0.  (Bug#16630)
1825 2014-02-07  Glenn Morris  <rgm@gnu.org>
1827         * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
1828         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
1829         (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
1831         * obsolete/iswitchb.el: Move to obsolete/.
1832         * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
1833         since obsolete/ is not scanned for autoloads.
1834         * emacs-lisp/authors.el (authors-valid-file-names):
1835         Add iswitchb.el.
1837         * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
1838         Disable now non-functional find-file-hook.
1840 2014-02-06  Michael Albinus  <michael.albinus@gmx.de>
1842         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
1843         instead of ";" in order to avoid additional prompts.  Let heredoc
1844         scripts read from tty.  (Bug#16582)
1845         (tramp-send-command): No special handling of heredocs, it isn't
1846         necessary anymore.
1848 2014-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1850         * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
1851         with a space (bug#16664).  Limit the symbols considered to the ones
1852         that are bound or fbound (bug#16646).
1854 2014-02-06  Glenn Morris  <rgm@gnu.org>
1856         * epa.el (epa-mail-aliases): Doc fix.
1858 2014-02-06  Dmitry Gutov  <dgutov@yandex.ru>
1860         * emacs-lisp/lisp.el (lisp-completion-at-point):
1861         Use `completion-table-merge' instead of `completion-table-in-turn'
1862         (bug#16604).
1864         * minibuffer.el (completion-table-merge): New function.
1866 2014-02-05  Michael Albinus  <michael.albinus@gmx.de>
1868         * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
1869         (tramp-sh-handle-set-file-acl)
1870         (tramp-sh-handle-start-file-process)
1871         (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
1872         (tramp-find-executable, tramp-send-command): Use it.
1874 2014-02-05  Glenn Morris  <rgm@gnu.org>
1876         * epa.el (epa-mail-aliases): Fix custom type.  Doc tweak.
1878 2014-02-04  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1880         * progmodes/python.el (python-shell-send-string)
1881         (python-shell-send-string-no-output): Fix docstring (Bug#16547).
1883 2014-02-04  Anders Lindgren  <andlind@gmail.com>
1885         * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
1886         the names (bug#16620).
1888 2014-02-03  Martin Rudalics  <rudalics@gmx.at>
1890         * faces.el (window-divider): New default value.  Rewrite doc-string.
1891         (window-divider-first-pixel, window-divider-last-pixel): New faces.
1893 2014-02-03  Dmitry Gutov  <dgutov@yandex.ru>
1895         * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
1896         `protected' and `public' can also be called without arguments.
1898 2014-02-03  Glenn Morris  <rgm@gnu.org>
1900         * register.el (window-configuration-to-register)
1901         (frame-configuration-to-register): Unadvertise unused argument.
1902         * frameset.el (frameset-to-register): Remove unused argument.
1904         * frameset.el (frameset-to-register):
1905         * kmacro.el (kmacro-to-register):
1906         * register.el (increment-register):
1907         * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
1908         (calc-append-to-register, calc-prepend-to-register):
1909         * play/gametree.el (gametree-layout-to-register)
1910         (gametree-apply-register-layout):
1911         * textmodes/picture.el (picture-clear-rectangle-to-register)
1912         (picture-yank-rectangle-from-register):
1913         * vc/emerge.el (emerge-combine-versions-register):
1914         Use register-read-with-preview to read registers.
1916 2014-02-03  João Távora  <joaotavora@gmail.com>
1918         * elec-pair.el (electric-pair-backward-delete-char): Don't error
1919         when at beginning of (possibly narrowed) buffer.
1921 2014-02-02  Daniel Colascione  <dancol@dancol.org>
1923         * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
1924         Also try to display local help from just before point.
1926 2014-02-02  Alan Mackenzie  <bug-cc-mode@gnu.org>
1928         c-parse-state.  Don't "append-lower-brace-pair" in certain
1929         circumstances.  Also fix an obscure bug where "\\s!" shouldn't be
1930         recognised as a comment.
1932         * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
1933         as well as normal comment starter.
1934         (c-parse-state-get-strategy): Extra return possibility
1935         'back-and-forward.
1936         (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
1937         return value list to indicate replacement of a brace-pair cons
1938         with its car.
1939         (c-parse-state-1): With 'back-and-forward, only call
1940         c-append-lower-brace-pair-to state-cache when cons-separated.
1942 2014-02-02  Jan Djärv  <jan.h.d@swipnet.se>
1944         * term/ns-win.el (ns-suspend-error): New function.
1945         (ns-initialize-window-system): Add ns-suspend-error to
1946         suspend-hook (Bug#16612).
1948 2014-02-02  Daniel Colascione  <dancol@dancol.org>
1950         * progmodes/cc-defs.el (c-find-assignment-for-mode):
1951         Make loading cc-mode silent.
1953 2014-02-02  Daniel Colascione  <dancol@dancol.org>
1955         * comint.el (comint-prompt-read-only): Change doc to suggest
1956         remap keybinding.
1958 2014-02-02  Glenn Morris  <rgm@gnu.org>
1960         * register.el (register-read-with-preview, point-to-register)
1961         (window-configuration-to-register, frame-configuration-to-register)
1962         (jump-to-register, number-to-register, view-register, insert-register)
1963         (copy-to-register, append-to-register, prepend-to-register)
1964         (copy-rectangle-to-register): Doc fixes.
1966 2014-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1968         * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
1969         * emacs-lisp/find-func.el (find-function-C-source): Idem.
1970         * emacs-lisp/nadvice.el (advice--cd*r): New function.
1971         * help-fns.el (describe-function-1): Use it.
1973 2014-02-02  Glenn Morris  <rgm@gnu.org>
1975         * register.el (register-preview-default): New function,
1976         split from register-preview.
1977         (register-preview-function): Rename from register-preview-functions,
1978         make it not a hook.
1979         (register-preview): Use register-preview-function.
1980         (register-read-with-preview): Error on non-character event.  (Bug#16595)
1982 2014-02-01  Dmitry Gutov  <dgutov@yandex.ru>
1984         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
1985         `:' before binary operators (bug#16609).  Don't check for `:'
1986         before `[' and `(', or their syntax status.  A percent literal
1987         can't end with either.
1988         (ruby-font-lock-keywords): For built-ins that require arguments,
1989         check that they're followed by something that looks like argument
1990         (bug#16610).
1992 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1994         * subr.el (butlast): Document what an omitted N means (bug#13437).
1995         (nbutlast): Ditto.
1997 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1999         * net/shr.el (shr-generic): Make into a defsubst to make the stack
2000         depth shallower (bug#16587).
2001         (shr-tag-svg): Respect `shr-inhibit-images'.
2002         (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
2004 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
2006         * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
2007         (ruby-smie-grammar): Make "." right-associative.  Make its priority
2008         lower than the ternary and all binary operators.
2009         (ruby-smie-rules): Indent "(" relative to the first non-"."
2010         parent, or the first "." parent at indentation.
2011         Use `ruby-align-chained-calls' for indentation of "." tokens.
2012         (Bug#16593)
2014 2014-01-31  Juri Linkov  <juri@jurta.org>
2016         * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
2017         from `make-hash-table'.
2019         * textmodes/ispell.el (ispell-init-process): Change message format
2020         to be consistent with other messages.
2022 2014-01-31  Glenn Morris  <rgm@gnu.org>
2024         * delsel.el (delete-selection-mode): Doc fix.
2026         * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
2027         (trace-function-background): Doc fixes.
2029         * ido.el (ido-use-virtual-buffers): Doc fix.
2030         Reset :version, since the default value has not changed.
2032         * register.el (register-preview-delay, register-read-with-preview):
2033         Doc fixes.
2035         * mail/reporter.el (reporter-dump-variable): In case of void-variable,
2036         do not mess with mail-buffer position (fixes 2009-11-03 change).
2037         * progmodes/cc-mode.el (c-submit-bug-report):
2038         Check auto-fill-mode is bound.  (Bug#16592)
2040 2014-01-31  Darren Hoo  <darren.hoo@gmail.com>
2042         * startup.el (fancy-splash-image-file): New function,
2043         split from fancy-splash-head.
2044         (fancy-splash-head, use-fancy-splash-screens-p): Use it,
2045         so that we are both using the same image.  (Bug#16574)
2047 2014-01-30  Glenn Morris  <rgm@gnu.org>
2049         * simple.el (eval-expression): Doc fix.
2051         * hexl.el (hexl-mode-hook):
2052         * ielm.el (ielm-mode-hook):
2053         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
2054         (lisp-interaction-mode-hook):
2055         * progmodes/cfengine.e (cfengine3-documentation-function):
2056         Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
2058 2014-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2060         * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
2061         is a symbol (bug#16584).
2063 2014-01-30  Glenn Morris  <rgm@gnu.org>
2065         * help.el (help-for-help-internal): Add "P" to text.
2067 2014-01-29  Glenn Morris  <rgm@gnu.org>
2069         * simple.el (just-one-space, cycle-spacing): Doc fixes.
2071 2014-01-28  Martin Rudalics  <rudalics@gmx.at>
2073         * window.el (fit-frame-to-buffer): Fix calculations for margins and
2074         height constraints.
2076 2014-01-28  Luke Lee  <luke.yx.lee@gmail.com>
2078         * progmodes/hideif.el: Extend to full CPP expression syntax.
2079         (hif-token-alist): Add missing tokens.
2080         (hif-token-regexp): Add support for float/octal/hex immediates.
2081         (hif-string-literal-regexp): New const.
2082         (hif-tokenize): Recognize strings and float/octal/hex immediates.
2083         (hif-exprlist): New function.
2084         (hif-parse-if-exp): Use it.
2085         (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
2086         (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
2087         (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
2088         (hif-logxor, hif-comma): New functions.
2090 2014-01-28  Glenn Morris  <rgm@gnu.org>
2092         * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
2094         * indent.el (tab-stop-list): Doc fix.  Add :version.
2096         * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
2097         (cvs-append-to-ignore): Add compatibility alias.
2099 2014-01-27  Glenn Morris  <rgm@gnu.org>
2101         * dired.el (dired-hide-details-mode): Don't autoload it,
2102         since it cannot be used outside Dired buffers anyway.
2104         * emulation/cua-base.el (cua-mode): Doc fix.
2106         * dired.el (dired-hide-details-hide-symlink-targets)
2107         (dired-hide-details-hide-information-lines)
2108         (dired-hide-details-mode): Doc fixes.
2110         * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
2111         * strokes.el (strokes-file): Doc fix.  Bump :version.
2112         (strokes-help): Doc fix.
2113         * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
2114         * emulation/viper.el (viper): Doc fix for custom group.
2115         (top-level): Remove oh-so-no-longer-relevant text about vip.
2116         * obsolete/otodo-mode.el (todo-prefix): Doc fix.
2118         * ido.el (ido-save-directory-list-file):
2119         * saveplace.el (save-place-file):
2120         * calendar/timeclock.el (timeclock-file):
2121         * net/quickurl.el (quickurl-url-file):
2122         * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
2123         * progmodes/idlwave.el (idlwave-config-directory):
2124         * textmodes/remember.el (remember-data-file):
2125         Bump :version.
2127 2014-01-26  Glenn Morris  <rgm@gnu.org>
2129         * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
2130         Doc fix.  Make obsolete.
2131         (opascal-mode): No longer mention opascal-tab-always-indents in doc.
2133         * sort.el (delete-duplicate-lines): Doc fix.
2135 2014-01-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2137         * progmodes/ada-mode.el (ada):
2138         * woman.el (woman): Link to info manual and Commentary section.
2140         * progmodes/flymake.el (flymake):
2141         * nxml/nxml-mode.el (nxml):
2142         * net/eww.el (eww):
2143         * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
2144         * htmlfontify.el (htmlfontify):
2145         * ses.el (ses):
2146         * epa.el (epa):
2147         * ido.el (ido): Link to info manual.
2149 2014-01-25  Leo Liu  <sdl.web@gmail.com>
2151         * progmodes/flymake.el (flymake-make-overlay): No rear advance.
2153 2014-01-25  Adam Sjøgren  <asjo@koldfront.dk>
2155         * net/shr.el (shr-tag-img): Prefer the title over the alt text
2156         (bug#16537).
2158 >>>>>>> MERGE-SOURCE
2159 2014-01-24  Juanma Barranquero  <lekktu@gmail.com>
2161         * net/eww.el (eww-download-callback):
2162         Fix reference to eww-download-directory.
2164         * emacs-lisp/bytecomp.el (byte-compile-file):
2165         Remove unused local variable `file-name'.
2167 2014-01-24  Glenn Morris  <rgm@gnu.org>
2169         * woman.el (woman-default-faces, woman-monochrome-faces):
2170         Fix obsolescence specification.
2172         * subr.el (with-demoted-errors): Doc fix.
2174 2014-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2176         * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
2177         (cl--macroexp-fboundp): New function.
2178         (cl--make-type-test): Use it.
2180 2014-01-23  Glenn Morris  <rgm@gnu.org>
2182         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
2183         * simple.el (eval-expression): Doc fixes.
2185 2014-01-22  Glenn Morris  <rgm@gnu.org>
2187         * emacs-lisp/authors.el (authors-fixed-entries): Addition.
2189 2014-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2191         * emacs-lisp/package.el: Write files silently.
2192         (package-autoload-ensure-default-file, package--write-file-no-coding)
2193         (package-generate-description-file, package--download-one-archive)
2194         (package-install-from-archive): Tell `write-region' to stay quiet.
2195         (package-menu-mode, package-menu--print-info): Omit the Archive column
2196         if there's only one archive.
2197         (package-all-keywords, package--has-keyword-p): Remove dead code.
2199 2014-01-22  Glenn Morris  <rgm@gnu.org>
2201         * version.el (emacs-bzr-version-bzr): Fix typo.
2203         * version.el (emacs-repository-get-version):
2204         Check either .bzr or .git, but not both.
2205         Make the git case actually use the DIR argument, and return nil
2206         rather than the empty string.
2207         Avoid error if .git exists but the git executable is not found.
2209 2014-01-22  Martin Rudalics  <rudalics@gmx.at>
2211         Fixes in window size functions around Bug#16430 and Bug#16470.
2212         * window.el (window-total-size, window-size): New argument ROUND.
2213         (window--min-delta-1, window-min-delta, window--max-delta-1):
2214         Be more conservative when calculating the numbers of lines or
2215         columns a window can shrink (Bug#16430).
2216         (fit-window-to-buffer): Simplify code.
2217         * term.el (term-window-width): Call window-body-width again.
2219 2014-01-22  Glenn Morris  <rgm@gnu.org>
2221         * image.el (image-format-suffixes): Doc fix.
2223         * international/quail.el (quail-define-package): Doc fix.
2225         * emacs-lisp/authors.el (authors-valid-file-names)
2226         (authors-renamed-files-alist): Additions.
2228         * vc/vc-git.el (vc-git-print-log): Remove --follow;
2229         reverts 2014-01-09 change.  (Bug#16422)
2231         * calc/calc-embed.el (thing-at-point-looking-at):
2232         * emacs-lisp/map-ynp.el (x-popup-dialog):
2233         * obsolete/lmenu.el (x-popup-dialog):
2234         * emacs-lisp/package.el (url-recreate-url):
2235         * mail/mailclient.el (clipboard-kill-ring-save):
2236         * subr.el (x-popup-dialog): Update declaration.
2237         * mail/rmail.el (rmail-mime-message-p):
2238         * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
2240 2014-01-21  Daniel Colascione  <dancol@dancol.org>
2242         * progmodes/sh-script.el (sh--inside-noncommand-expression):
2243         Correctly detect when we're inside an arithmetic expansion form
2244         containing nested parenthesis.
2245         (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
2246         to detect cases where we shouldn't expand "<<" to a heredoc
2247         skeleton.
2249 2014-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2251         * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
2252         (eldoc--message-command-p): New function.
2253         (eldoc-display-message-p): Use it.
2254         (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
2255         message is not automatically erased for us.
2256         (eldoc-print-current-symbol-info): Erase previous message, if any.
2258 2014-01-21  Tassilo Horn  <tsdh@gnu.org>
2260         * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
2261         specify it's an interactive function.
2263         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
2264         Fix regex used for scanning for citation keys which failed for
2265         citations with optional arguments.
2267 2014-01-21  Leo Liu  <sdl.web@gmail.com>
2269         * simple.el (read--expression): Don't enable eldoc-mode.
2271 2014-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2273         * simple.el (move-beginning-of-line): Make sure we don't move forward
2274         (bug#16497).
2276 2014-01-20  Juri Linkov  <juri@jurta.org>
2278         * saveplace.el (toggle-save-place, save-place-to-alist)
2279         (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
2280         'dired-mode) before checking for dired-directory.  (Bug#16477)
2282 2014-01-20  Juri Linkov  <juri@jurta.org>
2284         * indent.el (indent-line-to): Use backward-to-indentation
2285         instead of back-to-indentation.  (Bug#16461)
2287 2014-01-20  Paul Eggert  <eggert@cs.ucla.edu>
2289         Revert some of the CANNOT_DUMP fix (Bug#16494).
2290         Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
2291         but fixing this can wait until after the next release.
2292         * Makefile.in (emacs): Keep EMACSLOADPATH empty.
2294 2014-01-19  Michael Albinus  <michael.albinus@gmx.de>
2296         * eshell/esh-mode.el (eshell-password-prompt-regexp):
2297         Use `password-word-equivalents'.
2298         (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
2299         to t.  (Bug#5664, Bug#13124)
2301 2014-01-19  Alan Mackenzie  <acm@muc.de>
2303         Bind open-paren-in-column-0-is-defun-start to nil at some entry
2304         points.
2305         * progmodes/cc-engine.el (c-invalidate-state-cache-1)
2306         (c-parse-state-1, c-guess-basic-syntax): Bind it here.
2307         * progmodes/cc-mode.el (c-before-change, c-after-change)
2308         (c-font-lock-fontify-region): Bind it here.
2310 2014-01-19  Martin Rudalics  <rudalics@gmx.at>
2312         * term.el (term-window-width): Call window-text-width instead of
2313         window-width (Bug#16470).
2315 2014-01-18  Paul Eggert  <eggert@cs.ucla.edu>
2317         * simple.el (password-word-equivalents): Remove duplicates.
2318         Sort, to make this easier next time.
2319         Downcase.  Omit ": " after "jelszó".
2321 2014-01-18  Jan Djärv  <jan.h.d@swipnet.se>
2323         * term/common-win.el (saved-region-selection): Defvar it.
2324         (x-select-text): Set saved-region-selection (Bug#16382).
2326 2014-01-18  Glenn Morris  <rgm@gnu.org>
2328         * emacs-lisp/authors.el (authors-aliases)
2329         (authors-renamed-files-alist): Add some entries.
2331 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
2333         * net/tramp.el (tramp-password-prompt-regexp):
2334         Use `password-word-equivalents' if available.
2335         (tramp-action-password, tramp-process-one-action)
2336         (tramp-read-passwd): Let-bind `case-fold-search' to t.  (Bug#13124)
2338 2014-01-17  Chong Yidong  <cyd@gnu.org>
2340         * simple.el (password-word-equivalents): New defcustom.
2341         * comint.el (comint-password-prompt-regexp): Use it.  Bump version
2342         to 24.4.
2343         (comint-watch-for-password-prompt): Let-bind `case-fold-search'
2344         to t.  (Bug#13124)
2346 2014-01-17  Dmitry Gutov  <dgutov@yandex.ru>
2348         * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
2349         (ruby-align-to-stmt-keywords): Change the default value.
2350         Use `ruby-alignable-keywords' to generate the possible customization
2351         choices.
2352         (ruby-smie-rules): Instead of using a hardcoded list of alignable
2353         keywords, check against the value of `ruby-alignable-keywords'
2354         (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
2356 2014-01-17  Glenn Morris  <rgm@gnu.org>
2358         * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
2360         Make M-x authors return zero *Authors Errors* from current logs.
2361         * emacs-lisp/authors.el (authors-obsolete-files-regexps)
2362         (authors-ignored-files): Add some entries, remove others.
2363         (authors-ambiguous-files, authors-valid-file-names):
2364         Add some entries.
2365         (authors-renamed-files-alist): Add, remove, and adjust entries.
2366         (authors-renamed-files-regexps): Add some entries.
2367         Remove some very broad ones.  Make some entries `lax'.
2368         (authors-lax-changelogs): New constant.
2369         (authors-disambiguate-file-name): Treat top-level specially.
2370         (authors-lax-changelog-p): New function.
2371         (authors-canonical-file-name): Check file as written against
2372         authors-valid-file-names.  Do not special-case etc/.
2373         Handle `lax' logs and authors-renamed-files-regexps elements.
2375 2014-01-16  Dmitry Gutov  <dgutov@yandex.ru>
2377         * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
2378         `assoc'.  Use `nth' instead of `cdr'.  Make private.  Update all
2379         callers.
2381 2014-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2383         * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
2384         Assume we're already in the proper buffer.
2385         Inspired by Anders Lindgren <andlind@gmail.com>.
2386         (follow-post-command-hook): Call it from the right buffer.
2387         (follow-comint-scroll-to-bottom): Adjust call.
2388         (follow-all-followers): Use get-buffer-window-list.
2390 2014-01-15  Daniel Colascione  <dancol@dancol.org>
2392         * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
2393         `buffer-file-name' in interactive-form so that we don't leave
2394         pathless file names in `file-name-history'.
2396 2014-01-15  Juri Linkov  <juri@jurta.org>
2398         * indent.el (indent-rigidly): Set deactivate-mark to nil
2399         in transient indentation mode.  (Bug#16438)
2401 2014-01-15  Dmitry Gutov  <dgutov@yandex.ru>
2403         * emacs-lisp/package.el (package-desc-keywords): New function
2404         (Bug#16222).
2405         (describe-package-1, package-all-keywords)
2406         (package--has-keyword-p): Use it.
2408 2014-01-14  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
2410         * simple.el (define-alternatives): When creating the
2411         COMMAND-alternatives variable, assign COMMAND as its definition
2412         name so that `describe-variable' can relocate it.
2414 2014-01-14  Matthew Leach  <matthew@mattleach.net>  (tiny change)
2416         * font-lock.el (font-lock-keywords): Fix typo in docstring
2417         (bug#16307).
2419 2014-01-14  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
2421         * ispell.el (ispell-region): Reset `in-comment' for new line
2422         instead of wrongly reset `add-coment' (bug#13577).
2424 2014-01-14  Daiki Ueno  <ueno@gnu.org>
2426         * epa-file.el (epa-file-write-region): Encode the region according
2427         to `buffer-file-format'.  Problem reported at:
2428         <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
2430 2014-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2432         * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
2433         so it applies in the right buffer (bug#16410).
2435 2014-01-13  Daniel Colascione  <dancol@dancol.org>
2437         * textmodes/rst.el (rst-define-key): Provide deprecated
2438         keybindings through named functions instead of anonymous ones so
2439         that "??" doesn't appear in describe-mode output.
2441 2014-01-13  Bastien Guerry  <bzg@gnu.org>
2443         * simple.el (define-alternatives): Call the selected command
2444         interactively.  When setting `COMMAND--implementation' for the
2445         first time, tell the user how to chose another implementation.
2446         Enhance the docstring.
2448 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2450         * vc/log-edit.el: Fix highlighting of summary when it's the first line.
2451         (log-edit--match-first-line): New function.
2452         (log-edit-font-lock-keywords): Use it.
2453         (log-edit-mode): Make jit-lock-defer-multiline work.
2455 2014-01-13  Bastien Guerry  <bzg@gnu.org>
2457         * rect.el (rectangle-mark-mode): When the region is not active,
2458         display a message saying that the mark as been set and that
2459         rectangle mode is in use.
2460         (rectangle--highlight-for-redisplay): Only put an overlay with a
2461         visible vertical bar when (display-graphic-p) is non-nil.
2462         This partially fixes Bug#16403.
2464 2014-01-13  Juri Linkov  <juri@jurta.org>
2466         * info.el (Info-find-file): Go to DIR before displaying the error
2467         about a nonexistent file if no previous Info file is visited.
2468         Use `user-error' instead of `error' for "Info file %s does not exist".
2469         (Info-find-node-2): In case of a nonexistent node in unwind forms
2470         go to the Top node if there is no previous node to revert to.
2471         (Bug#16405)
2473 2014-01-13  Martin Rudalics  <rudalics@gmx.at>
2475         fit-frame/window-to-buffer code fixes including one for Bug#14096.
2476         * window.el (fit-frame-to-buffer): Fix doc-string.
2477         Respect window-min-height/-width.  Fit pixelwise when
2478         frame-resize-pixelwise is non-nil.  Adjust right/bottom edge
2479         when avoiding that frame goes partially off-screen.
2480         (fit-window-to-buffer): Respect window-min-height/-width
2481         (Bug#14096).
2483 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2485         * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
2486         after an empty line.
2488 2014-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2490         * net/shr.el (shr-render-region): Autoload.
2492 2014-01-12  Xue Fuqiao  <xfq.free@gmail.com>
2494         * net/eww.el (eww-download-directory): Rename from
2495         `eww-download-path' (Bug#16419).
2497 2014-01-12  Leo Liu  <sdl.web@gmail.com>
2499         * dired-x.el (dired-mode-map): Fix last change.
2501         * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
2503 2014-01-12  Paul Eggert  <eggert@cs.ucla.edu>
2505         Spelling fixes.
2506         * emacs-lisp/generic.el (generic--normalize-comments):
2507         Rename from generic--normalise-comments.  All uses changed.
2508         * play/bubbles.el (bubbles--neighborhood-score)
2509         (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
2510         (bubbles--neighborhood-available)
2511         (bubbles--update-neighborhood-score):
2512         Rename from names with 'neighbourhood'.  All uses changed.
2514 2014-01-12  Leo Liu  <sdl.web@gmail.com>
2516         Re-implement the feature of showing eldoc info after editing.
2517         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
2518         (eldoc-edit-message-commands): New function.
2519         (eldoc-print-after-edit): New variable.
2520         (eldoc-pre-command-refresh-echo-area): Emit message only by
2521         eldoc-message-commands.
2522         (eldoc-mode): Restrict eldoc-message-commands to editing commands
2523         if eldoc-print-after-edit is set.  (Bug#16346)
2524         * simple.el (read--expression): Enable eldoc-mode.
2525         * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
2527 2014-01-11  Dani Moncayo  <dmoncayo@gmail.com>
2528             Eric S. Raymond  <esr@thyrsus.com>
2530         * version.el (emacs-repository-get-version): Enhance so the
2531         function works correctly in either a Bazaar or Git repo.
2533 2014-01-11  Eric S. Raymond  <esr@thyrsus.com>
2535         * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
2536         Goes with removal of the joke manpages from /etc.
2538 2014-01-10  Kenichi Handa  <handa@gnu.org>
2540         * mail/rmail.el (rmail-get-coding-system):
2541         Check rmail-get-coding-function before "funcall"ing it.
2543 2014-01-10  Glenn Morris  <rgm@gnu.org>
2545         * emacs-lisp/authors.el (authors-fixed-entries):
2546         Update for files that no longer exist.
2548 2014-01-10  Eric S. Raymond  <esr@thyrsus.com>
2550         * version.el (emacs-bzr-get-version): Restore compatibilty with
2551         24.3 (Tested).
2553 2014-01-10  Bozhidar Batsov  <bozhidar@batsov.com>
2555         * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
2556         and Podfile.
2558 2014-01-10  Eli Zaretskii  <eliz@gnu.org>
2560         * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
2562 2014-01-10  Chong Yidong  <cyd@gnu.org>
2564         * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
2566 2014-01-10  Anders Lindgren  <andlind@gmail.com>
2568         * follow.el (follow-cache-command-list): Include right-char and
2569         left-char.
2571 2014-01-10  Paul Eggert  <eggert@cs.ucla.edu>
2573         Spelling fixes.
2574         * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
2575         * woman.el (woman-mark-horizontal-position):
2576         Rename from woman-mark-horizonal-position.  Use changed.
2578 2014-01-10  Glenn Morris  <rgm@gnu.org>
2580         * info.el (info-initialize): If running uninstalled, ensure our
2581         own info files are always found first, even if INFOPATH is set.
2583         * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
2585 2014-01-09  David Engster  <deng@randomsample.de>
2587         * emacs-lisp/eieio-custom.el:
2588         * emacs-lisp/eieio-opt.el: Set generated autoload file to
2589         'eieio.el'.  This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
2590         * emacs-lisp/eieio.el: Regenerate autoloads.
2592 2014-01-09  Eric S. Raymond  <esr@thyrsus.com>
2594         * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
2595         following renames.  (Bug#8756)
2597 2014-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2599         * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
2600         (bug#16382).
2601         (activate-mark): Add `no-tmm' argument.
2602         (set-mark, push-mark-command): Use it instead of running
2603         activate-mark-hook by hand.
2605 2014-01-08  Eric S. Raymond  <esr@thyrsus.com>
2607         In preparation for the move to git, sanitize out some
2608         Bazaar-specific names.
2610         * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
2612         * version.el (emacs-bzr-version): Name changed to
2613         emacs-repository-version.  Obsolete-variable alias made.
2614         * loadup.el: Follow through on this name change.
2615         * mail/emacsbug.el (report-emacs-bug): Factor out any
2616         assumption about the version control system in use.
2618 2014-01-08  David Engster  <deng@randomsample.de>
2620         * help-fns.el (help-fns-describe-function-functions):
2621         New variable to call functions for augmenting help buffers.
2622         (describe-function-1): Remove explicit calls to
2623         `help-fns--compiler-macro', `help-fns--parent-mode' and
2624         `help-fns--obsolete'.  Put them in above new variable instead, and
2625         call them through `run-hook-with-args'.
2626         * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
2627         `eieio-describe-class'.  Not meant for interactive use anymore,
2628         but to augment existing help buffers.  Remove optional second
2629         argument.  Create proper button for file location.
2630         Rewrite function to use `insert' instead of `princ' and `prin1' where
2631         possible.
2632         (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
2633         (eieio-method-def, eieio-class-def): Move further up.
2634         (describe-method, describe-generic, eieio-describe-method):
2635         Remove aliases.
2636         (eieio-help-constructor, eieio-help-generic): Rename from
2637         `eieio-describe-constructor' and `eieio-describe-generic', resp.
2638         Rewrite to use `insert' in the current buffer and use proper help
2639         buttons.
2640         (eieio-help-find-method-definition)
2641         (eieio-help-find-class-definition): Also accept symbols as
2642         arguments.
2643         (eieio-help-mode-augmentation-maybee): Remove.
2644         (eieio-describe-class-sb): Use `describe-function'.
2645         * emacs-lisp/eieio.el (help-fns-describe-function-functions):
2646         Add `eieio-help-generic' and `eieio-help-constructor'.
2648 2014-01-08  Paul Eggert  <eggert@cs.ucla.edu>
2650         Spelling fixes.
2651         * language/china-util.el (hz-ascii-designation):
2652         Rename from hz-ascii-designnation.
2653         (hz-ascii-designation): Rename from hz-ascii-designnation.
2654         All uses changed.
2656 2014-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2658         * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
2659         package-alist.
2661 2014-01-08  Bastien Guerry  <bzg@gnu.org>
2663         * emacs-lisp/package.el (package-delete):
2664         Correctly delete the package from package-alist.
2666 2014-01-08  Daiki Ueno  <ueno@gnu.org>
2668         * emacs-lisp/package.el (url-recreate-url): Declare.
2669         (url-http-target-url): Declare.
2670         (package-handle-response): Include requested URL in the error message.
2671         (package--check-signature): Don't re-signal errors from
2672         package--with-work-buffer.  Suggested by Stefan Monnier.
2674 2014-01-07  Bastien Guerry  <bzg@gnu.org>
2676         * minibuffer.el (completion--try-word-completion): When both a
2677         hyphen and a space are possible candidates for the character
2678         following a word, display both candidates.  (Bug#15980)
2680 2014-01-07  Martin Rudalics  <rudalics@gmx.at>
2682         * window.el (balance-windows-2): While rounding don't give a
2683         window more than the remainder.  Bug#16351, bug#16383.
2685 2014-01-07  Glenn Morris  <rgm@gnu.org>
2687         * menu-bar.el (menu-bar-help-extra-packages): Remove.
2688         (menu-bar-help-menu): Use view-external-packages instead.
2690 2014-01-07  Bastien Guerry  <bzg@gnu.org>
2692         * emacs-lisp/package.el (package-delete): Also delete the package
2693         name from `package-alist', not its description only.
2695 2014-01-07  Glenn Morris  <rgm@gnu.org>
2697         * help.el (view-external-packages):
2698         * menu-bar.el (menu-bar-help-extra-packages):
2699         Visit efaq.info rather than etc/MORE.STUFF.
2701 2014-01-07  Juri Linkov  <juri@jurta.org>
2703         * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
2704         isearch-exit and isearch-delete-char resp.  (Bug#16342, bug#16035)
2706         * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
2707         that shadows RET.  (Bug#16342)
2709 2014-01-07  Chong Yidong  <cyd@gnu.org>
2711         * isearch.el (isearch-yank-char, isearch-yank-word)
2712         (isearch-yank-line): Doc fix.
2714 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2716         * abbrev.el (define-abbrev): Beware new meaning of fboundp.
2717         * emacs-lisp/elint.el (elint-find-builtins):
2718         * emacs-lisp/eldoc.el (eldoc-symbol-function):
2719         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
2720         (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
2721         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
2722         * apropos.el (apropos-safe-documentation):
2723         * subr.el (symbol-file): Remove redundant fboundp.
2724         * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
2726 2014-01-06  Bastien Guerry  <bzg@gnu.org>
2728         * hl-line.el (global-hl-line-overlay): Make a local variable.
2729         (global-hl-line-overlays): New variable to store all overlays.
2730         (global-hl-line-mode): Don't delete overlays from the current
2731         buffer when `global-hl-line-sticky-flag' is non-nil.
2732         (global-hl-line-highlight): Add new overlays to
2733         `global-hl-line-overlays'.
2734         (global-hl-line-unhighlight-all): New function to delete all
2735         overlays when turning off `global-hl-line-mode'.
2736         This fixes Bug#16183.
2738 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2740         * subr.el (set-transient-map): Fix nested case and docstring.
2742 2014-01-06  Tassilo Horn  <tsdh@gnu.org>
2744         * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
2745         `Texinfo' entry.
2747 2014-01-06  Daniel Colascione  <dancol@dancol.org>
2749         Fix defun navigation in vc log view.
2751         * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
2752         like `beginning-of-defun'.
2753         (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
2754         log-view-end-of-defun to log-view-end-of-defun-1.  Replace
2755         log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
2756         (log-view-extract-comment): Call `log-view-current-entry' directly
2757         instead of relying on broken `log-view-beginning-of-defun' behavior.
2759 2014-01-06  Paul Eggert  <eggert@cs.ucla.edu>
2761         Spelling fixes.
2762         * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
2763         * emacs-lisp/debug.el (cancel-debug-on-entry):
2764         * epg.el (epg-error-to-string):
2765         * files.el (recover-file):
2766         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
2767         * mail/emacsbug.el (report-emacs-bug-hook):
2768         * mail/sendmail.el (mail-recover):
2769         * ses.el (ses-yank-resize):
2770         * term/ns-win.el (ns-print-buffer):
2771         Spelling fixes in diagnostics, mostly for "canceled" with one L.
2772         * epg.el (epg-key-capability-alist): Rename from misspelled version.
2773         All uses changed.
2774         * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
2776 2014-01-06  Leo Liu  <sdl.web@gmail.com>
2778         * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
2779         to avoid shadowing global key.  (Bug#16354)
2781 2014-01-06  Daniel Colascione  <dancol@dancol.org>
2783         * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
2784         rst-mode.
2786 2014-01-05  Martin Rudalics  <rudalics@gmx.at>
2788         * window.el (balance-windows): Add mising t to fix Bug#16351.
2790 2014-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2792         * net/shr.el (shr-descend): Don't bug out if the anchor is empty
2793         (bug#16285).
2794         (shr-insert): If we have a word that's longer than `shr-width',
2795         break after it anyway.  Otherwise we'll do no breaking once we get
2796         such a long word.
2798 2014-01-05  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
2800         * net/eww.el (eww): Support single/double quote for search.
2801         * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
2802         (eww-history-quit): Delete and use quit-window.
2803         (eww-history-kill): Delete, because it doesn't work well and
2804         not necessary.
2805         (eww-history-mode-map): Delete some keys and add easy-menu.
2807 2014-01-05  Paul Eggert  <eggert@cs.ucla.edu>
2809         Fix misspelling of 'chinese' in rx (Bug#16237).
2810         * emacs-lisp/rx.el (rx-categories): Correct spelling of
2811         chinese-two-byte.
2813         Change subword regexps back to vars (Bug#16296).
2814         * progmodes/subword.el (subword-forward-regexp)
2815         (subword-backward-regexp): Change these back to variables.
2817 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2819         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
2820         syntax-begin-function (bug#16247).
2822 2014-01-03  Chong Yidong  <cyd@gnu.org>
2824         * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
2825         (advice--docstring): Delete variable.
2826         (advice--make-1): Leave the docstring empty.
2827         (advice-add): Use function-documentation for advised docstring.
2829         * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
2830         Ignore function-documentation property when getting documentation.
2831         (ad-activate-advised-definition): Use function-documentation
2832         generate the docstring.
2833         (ad-make-advised-definition): Don't call
2834         ad-make-advised-definition-docstring.
2835         (ad-make-advised-definition-docstring, ad-advised-definition-p):
2836         Delete functions.
2838         * progmodes/sql.el (sql-help): Use function-documentation instead
2839         of dynamic-docstring-function property.  No need to autoload now.
2840         (sql--help-docstring): New variable.
2841         (sql--make-help-docstring): Use it.
2843 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2845         * ielm.el (ielm-tab): Retarget.
2846         (ielm-map): Use ielm-tab for tab.
2847         (ielm-complete-filename): Use comint-filename-completion.
2848         (ielm-complete-symbol): Remove.
2849         (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
2850         remove ielm-tab from completion-at-point-functions (bug#16224).
2852         * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
2853         Beware signals raised by predicates (bug#16201).
2855 2014-01-02  Richard Stallman  <rms@gnu.org>
2857         * dired-aux.el (dired-do-print): Handle printer-name.
2859         * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
2860         * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
2861         (rmail-epa-decrypt): Turn off mime processing.
2863         * mail/rmail.el (rmail-make-in-reply-to-field):
2864         Add parens in message-id.
2866         * mail/rmail.el (rmail-get-coding-function): Variable.
2867         (rmail-get-coding-system): Use it.
2869 2013-12-31  Eli Zaretskii  <eliz@gnu.org>
2871         * international/mule-conf.el: Unify the charset indian-is13194.
2872         (indian-is13194): Specify unify-map.
2874 2013-12-31  Leo Liu  <sdl.web@gmail.com>
2876         * subr.el (set-temporary-overlay-map): Obsolete alias.  (Bug#16305)
2878 2013-12-30  Daniel Colascione  <dancol@dancol.org>
2880         * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
2881         of printing a useless when we resume from sleep.
2883         * progmodes/sh-script.el
2884         (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
2885         in indentation code.  (Bug#16233)
2887 2013-12-28  João Távora  <joaotavora@gmail.com>
2889         * elec-pair.el (electric-pair-post-self-insert-function):
2890         Don't open extra newlines at beginning of buffer.  (Bug#16272)
2892 2013-12-28  Eli Zaretskii  <eliz@gnu.org>
2894         * frame.el (window-system-for-display): Don't allow to create a
2895         GUI frame from a -nw session on MS-Windows.  (Bug#14739)
2897 2013-12-28  Glenn Morris  <rgm@gnu.org>
2899         * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
2900         Update callers.
2902         * apropos.el (apropos-match-face):
2903         * calculator.el (calculator-displayer):
2904         * dabbrev.el (dabbrev-search-these-buffers-only):
2905         * face-remap.el (buffer-face-mode-face):
2906         * simple.el (yank-handled-properties):
2907         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
2908         * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
2909         * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
2910         (hashcash-double-spend-database):
2911         * progmodes/ruby-mode.el (ruby-deep-indent-paren)
2912         (ruby-deep-indent-paren-style):
2913         * textmodes/flyspell.el (flyspell-auto-correct-binding):
2914         * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
2915         (rst-toc-insert-number-separator, rst-toc-insert-max-level):
2916         * vc/pcvs-defs.el (cvs-minor-mode-prefix):
2917         Specify custom types.
2919         * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
2920         * bookmark.el (bookmark-bmenu-use-header-line):
2921         * doc-view.el (doc-view-scale-internally):
2922         * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
2923         * register.el (register-preview-delay):
2924         * net/shr.el (shr-bullet):
2925         * progmodes/cfengine.el (cfengine-cf-promises)
2926         (cfengine-parameters-indent):
2927         * progmodes/octave.el (inferior-octave-error-regexp-alist):
2928         * textmodes/reftex-vars.el (reftex-label-regexps):
2929         * vc/log-edit.el (log-edit-setup-add-author): Add version.
2931         * net/tls.el (tls-certtool-program): Fix default value.
2933         * desktop.el (desktop-restore-in-current-display):
2934         * newcomment.el (comment-empty-lines):
2935         * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
2936         (idlwave-pad-keyword):
2937         * progmodes/tcl.el (tcl-tab-always-indent):
2938         * textmodes/reftex-vars.el (reftex-index-default-tag):
2939         * elec-pair.el (electric-pair-skip-whitespace):
2940         * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
2942         * emacs-lisp/authors.el (authors-ignored-files)
2943         (authors-valid-file-names, authors-renamed-files-alist): Additions.
2945 2013-12-27  Jarek Czekalski  <jarekczek@poczta.onet.pl>
2947         * shell.el (shell-dynamic-complete-command): Doc fix.
2948         (shell--command-completion-data): Shell completion now matches
2949         executable filenames from the current buffer's directory, on
2950         systems in which this behavior is the default (windows-nt, ms-dos).
2952 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2954         * net/shr.el (shr-insert): Don't infloop if the width is zero.
2956 2013-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2958         * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
2959         (bug#16251).
2961         * electric.el: Move all electric-pair-* to elec-pair.el.
2962         * elec-pair.el: New file, split from electric.el.
2964 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2966         * net/shr.el (shr-find-fill-point): Don't try to fill if the
2967         indentation level is larger than the width, because that will
2968         infloop.
2969         (shr-insert): Fill repeatedly long texts, so that Japanese is
2970         formatted correctly (bug#16263).
2971         (shr-find-fill-point): Off by one error in comparison with the
2972         indentation.
2974 2013-12-26  João Távora  <joaotavora@gmail.com>
2976         * electric.el (electric-pair-mode): More flexible engine for skip-
2977         and inhibit predicates, new options for pairing-related functionality.
2978         (electric-pair-preserve-balance): Pair/skip parentheses and quotes
2979         if that keeps or improves their balance in buffers.
2980         (electric-pair-delete-adjacent-pairs): Delete the pair when
2981         backspacing over adjacent matched delimiters.
2982         (electric-pair-open-extra-newline): Open extra newline when
2983         inserting newlines between adjacent matched delimiters.
2984         (electric--sort-post-self-insertion-hook):
2985         Sort post-self-insert-hook according to priority values when
2986         minor-modes are activated.
2987         * simple.el (newline-and-indent): Call newline with interactive
2988         set to t.
2989         (blink-paren-post-self-insert-function): Set priority to 100.
2990         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2991         Use electric-pair-text-pairs to pair backtick-and-quote in strings and
2992         comments.  Locally set electric-pair-skip-whitespace to 'chomp and
2993         electric-pair-open-newline-between-pairs to nil.
2995 2013-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2997         * progmodes/python.el: Use lexical-binding.
2998         (python-nav-beginning-of-defun): Stop searching ASAP.
3000 2013-12-25  Xue Fuqiao  <xfq.free@gmail.com>
3002         * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
3003         Fix interactive spec.  Doc fix.  (Bug#15754)
3005 2013-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3007         * emacs-lisp/byte-run.el (eval-when-compile):
3008         * progmodes/cc-defs.el (cc-eval-when-compile):
3009         Fix edebug spec (bug#16184).
3011 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3013         * net/shr.el (shr-visit-file): Remove debugging function.
3014         (shr-insert): Don't infloop if we can't find a good place to break
3015         the line (bug#16256).
3017 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3019         * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
3020         (python-nav--lisp-forward-sexp-safe): Use it.  Rename from
3021         python-nav-lisp-forward-sexp-safe.
3022         (python-nav--forward-sexp): New argument SAFE allows switching
3023         forward sexp movement behavior for parens.
3024         (python-nav-forward-sexp): Throw errors on unterminated parens
3025         (Bug#16191).
3026         (python-nav-backward-sexp, python-nav-forward-sexp-safe)
3027         (python-nav-backward-sexp-safe): New functions.
3028         (python-shell-buffer-substring):
3029         Use `python-nav-forward-sexp-safe'.
3031 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3033         * net/shr.el (shr-find-fill-point): Don't break lines before a
3034         quotation mark.
3035         (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
3036         (shr-find-fill-point): Remove the special checks for the quotation
3037         mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
3039 2013-12-25  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
3041         * net/eww.el (eww-form-textarea): Use a different face for
3042         textareas than text input since they have different keymaps
3043         (bug#16142).
3045 2013-12-24  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3047         * progmodes/python.el (python-nav-beginning-of-statement):
3048         Speed up (Bug#15295).
3050 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3052         * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
3053         the window configuration.
3055 2013-12-24  Eli Zaretskii  <eliz@gnu.org>
3057         * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
3058         we run on MS-Windows or MS-DOS.
3060 2013-12-24  Martin Rudalics  <rudalics@gmx.at>
3062         * window.el (balance-windows-area): Call window-size instead of
3063         window-height and window-width.  Bug#16241.
3065 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3067         * net/eww.el (eww-bookmark-quit): Remove.
3068         (eww-bookmark-browse): Restore the window configuration when you
3069         choose a bookmark (bug#16144).
3071 2013-12-24  Daniel Colascione  <dancol@dancol.org>
3073         * icomplete.el: Remove redundant :group arguments to `defcustom'
3074         throughout.
3075         (icomplete-show-matches-on-no-input): New customizable variable.
3076         (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
3077         we have something to show.
3078         (icomplete-exhibit): Compute completions even if we have no user input.
3080 2013-12-23  Daniel Colascione  <dancol@dancol.org>
3082         * icomplete.el: Move `provide' to end of file.
3084 2013-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
3086         * net/gnutls.el (gnutls-verify-error): Add version tag.
3088 2013-12-23  Chong Yidong  <cyd@gnu.org>
3090         * subr.el (set-transient-map): Rename from
3091         set-temporary-overlay-map.  Doc fix.
3093         * face-remap.el (text-scale-adjust):
3094         * indent.el (indent-rigidly):
3095         * kmacro.el (kmacro-call-macro):
3096         * minibuffer.el (minibuffer-force-complete):
3097         * repeat.el (repeat):
3098         * simple.el (universal-argument--mode):
3099         * calendar/todo-mode.el (todo-insert-item--next-param):
3100         * progmodes/f90.el (f90-abbrev-start): Callers changed.
3102         * indent.el (indent-rigidly): Use substitute-command-keys.
3104 2013-12-22  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
3106         * net/eww.el (eww-tag-select): Add text-property to jump to next
3107         select field.
3108         (eww): Add non-supported ftp error.
3110 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
3112         * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
3113         comments.  Handle electric indent after typing `?' and `!'.
3115 2013-12-22  Chong Yidong  <cyd@gnu.org>
3117         * faces.el (face-spec-recalc): If the theme specs are not
3118         applicable to a frame, fall back on the defface spec.
3119         This prevents themes from obliterating faces on low-color terminals.
3121 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
3123         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
3124         after `{'.  We need it after block openers, and it doesn't seem
3125         to hurt after hash openers.
3127 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
3129         * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
3130         extracted from `ruby-smie-rules'.
3131         (ruby--electric-indent-chars): New variable.
3132         (ruby--electric-indent-p): New function.
3133         (ruby-mode): Use `electric-indent-functions' instead of
3134         `electric-indent-chars'.
3136 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
3138         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
3139         docstring.
3140         (ruby-smie-rules): Indent plus one level after `=>'.
3142 2013-12-21  Richard Stallman  <rms@gnu.org>
3144         * simple.el (newline): Doc fix.
3146 2013-12-21  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
3148         * net/eww.el (eww-list-histories, eww-list-histories)
3149         (eww-history-browse, eww-history-quit, eww-history-kill)
3150         (eww-history-mode-map, eww-history-mode): New command and
3151         functions to list browser histories.
3152         (eww-form-text): Support text form with disabled
3153         and readonly attributes.
3154         (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
3156 2013-12-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3158         * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
3159         (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
3160         (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
3161         (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
3162         Use `user-error'.
3163         (eww-bookmark-mode-map): Add menu.
3164         (eww-render, eww-mode): Use `setq-local'.
3165         (eww-tool-bar-map): New variable.
3166         (eww-mode): Set `tool-bar-map'.
3167         (eww-view-source): Check for `html-mode' with `fboundp'.
3169 2013-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3171         * net/shr.el (shr--extract-best-source): Don't bug out on audio
3172         elements with text inside.  Also remove debugging.
3174 2013-12-21  Jan Djärv  <jan.h.d@swipnet.se>
3176         * cus-start.el (all): Add ns-use-srgb-colorspace.
3178 2013-12-21  Chong Yidong  <cyd@gnu.org>
3180         * custom.el (custom-theme-recalc-face): Do nothing if the face is
3181         undefined.  Thus, theme settings for undefined faces do not take
3182         effect until the faces are defined with defface, the same as with
3183         theme variables.
3185         * faces.el (face-spec-set): Use face-spec-recalc in all cases.
3186         (face-spec-reset-face): Don't assign extra properties in temacs.
3187         (face-spec-recalc): Apply X resources too.
3189 2013-12-21  Chong Yidong  <cyd@gnu.org>
3191         * faces.el (face-spec-set):
3192         * cus-face.el (custom-theme-set-faces, custom-set-faces):
3193         * custom.el (defface): Doc fixes (Bug#16203).
3195         * indent.el (indent-rigidly-map): Add docstring, and move commands
3196         into named functions.
3197         (indent-rigidly-left, indent-rigidly-right)
3198         (indent-rigidly-left-to-tab-stop)
3199         (indent-rigidly-right-to-tab-stop): New functions.  Decide on
3200         indentation direction based on bidi direction, and accumulate
3201         sequential commands in a single undo boundary.
3202         (indent-rigidly--pop-undo): New utility function.
3204 2013-12-20  Juanma Barranquero  <lekktu@gmail.com>
3206         * faces.el (read-face-name): Require crm.el when using crm-separator.
3208 2013-12-20  Daniel Colascione  <dancol@dancol.org>
3210         * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
3211         so that we don't reflow comments into the shebang line.
3213 2013-12-20  Juri Linkov  <juri@jurta.org>
3215         * saveplace.el (save-place-to-alist): Add `dired-filename' as
3216         a position when `dired-directory' is non-nil.  Check integer
3217         positions with `integerp'.
3218         (toggle-save-place, save-places-to-alist): Add check for
3219         `dired-directory'.
3220         (save-place-find-file-hook): Check integer positions with
3221         `integerp'.
3222         (save-place-dired-hook): Use `dired-goto-file' when
3223         `dired-filename' is found in the assoc list.  Check integer
3224         positions with `integerp'.
3225         (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
3227         * dired.el (dired-initial-position-hook): Rename back from
3228         `dired-initial-point-hook'.
3229         (dired-initial-position): Rename `dired-initial-point-hook' to
3230         `dired-initial-position-hook'.
3231         (dired-file-name-at-point): Doc fix.  (Bug#15329)
3233 2013-12-20  Juri Linkov  <juri@jurta.org>
3235         * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
3236         (read-regexp-suggestions): New function.
3237         (read-regexp): Use `read-regexp-defaults-function' to get default values.
3238         Use `read-regexp-suggestions'.  Add non-empty default to history
3239         for empty input.
3240         (occur-read-regexp-defaults-function): Remove function.
3241         (occur-read-primary-args): Use `regexp-history-last' instead of
3242         `occur-read-regexp-defaults-function'.
3244         * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
3245         (hi-lock-line-face-buffer, hi-lock-face-buffer)
3246         (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
3247         `hi-lock-read-regexp-defaults-function'.  Doc fix.
3248         (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
3249         with `find-tag-default-as-symbol-regexp'.  Doc fix.
3250         (hi-lock-read-regexp-defaults): Remove function.
3251         (hi-lock-regexp-okay): Add check for null.
3253         * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
3254         the arg DEFAULTS.  Move formatting of the prompt to `read-regexp'.
3256         * subr.el (find-tag-default-as-symbol-regexp): New function.
3257         (find-tag-default-as-regexp): Move symbol regexp formatting to
3258         `find-tag-default-as-symbol-regexp'.
3260 2013-12-20  E Sabof  <esabof@gmail.com>  (tiny change)
3262         * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
3263         (Bug#14179)
3265 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
3267         * calendar/todo-mode.el: New implementation of item insertion
3268         commands and key bindings.
3269         (todo-key-prompt): New face.
3270         (todo-insert-item): New command.
3271         (todo-insert-item--parameters): New defconst, replacing defvar
3272         todo-insertion-commands-args-genlist.
3273         (todo-insert-item--param-key-alist): New defconst, replacing
3274         defvar todo-insertion-commands-arg-key-list.
3275         (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
3276         (todo-insert-item--argsleft, todo-insert-item--apply-args)
3277         (todo-insert-item--next-param): New functions.
3278         (todo-insert-item--args, todo-insert-item--argleft)
3279         (todo-insert-item--argsleft, todo-insert-item--newargsleft):
3280         New variables.
3281         (todo-key-bindings-t): Change binding of "i" from
3282         todo-insertion-map to todo-insert-item.
3283         (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
3284         (todo-insertion-command-name, todo-insertion-commands-names)
3285         (todo-define-insertion-command, todo-insertion-commands)
3286         (todo-insertion-key-bindings, todo-insertion-map): Remove.
3288 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
3290         * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
3291         (todo-toggle-item-highlighting): Use eval-and-compile instead of
3292         eval-when-compile.
3293         (todo-move-category): Allow choosing a non-existing todo file to
3294         move the category to, and create that file.
3295         (todo-default-priority): New user option.
3296         (todo-set-item-priority): Use it.
3297         (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
3298         (desktop-restore-file-buffer): Declare.
3299         (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
3300         (todo-modes-set-2): Locally set desktop-save-buffer to
3301         todo-desktop-save-buffer.
3302         (todo-mode, todo-archive-mode, todo-filtered-items-mode)
3303         (auto-mode-alist): Add autoload cookie.
3305 2013-12-20  Bozhidar Batsov  <bozhidar@batsov.com>
3307         * emacs-lisp/subr-x.el: Renamed from helpers.el.
3308         helpers.el was a poor choice of name.
3309         (string-remove-prefix): New function.
3310         (string-remove-suffix): New function.
3312 2013-12-20  Martin Rudalics  <rudalics@gmx.at>
3314         Fix assignment for new window total sizes.
3315         * window.el (window--pixel-to-size): Remove function.
3316         (window--pixel-to-total-1, window--pixel-to-total):
3317         Fix calculation of new total sizes.
3319 2013-12-20  Vitalie Spinu  <spinuvit@gmail.com>
3321         * comint.el (comint-output-filter): Fix rear-nonsticky property
3322         placement (Bug#16010).
3324 2013-12-20  Chong Yidong  <cyd@gnu.org>
3326         * faces.el (read-color): Minor fix for completion function.
3328 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
3330         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
3331         New option.  (Bug#16182)
3332         (ruby-smie--indent-to-stmt-p): Use it.
3333         (ruby-smie-rules): Revert the logic in the handling of `when'.
3334         Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
3335         (ruby-deep-arglist, ruby-deep-indent-paren)
3336         (ruby-deep-indent-paren-style): Update docstrings to note that the
3337         vars don't have any effect with SMIE.
3339 2013-12-20  Jay Belanger  <jay.p.belanger@gmail.com>
3341         * calc/calc.el (calc-enter, calc-pop): Use the variable
3342         `calc-context-sensitive-enter'.
3344 2013-12-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3346         * net/shr.el (shr-insert): Protect against infloops in degenerate
3347         tables.
3349 2013-12-20  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3351         * progmodes/octave.el (octave): Add link to manual and octave
3352         homepage.
3353         (octave-mode-menu): Link to octave-mode manual.
3355 2013-12-20  Leo Liu  <sdl.web@gmail.com>
3357         * skeleton.el (skeleton-pair-insert-maybe): Disable newline
3358         insertion using skeleton-end-newline.  (Bug#16138)
3360 2013-12-20  Juri Linkov  <juri@jurta.org>
3362         * replace.el (occur-engine): Use `add-face-text-property'
3363         to add the face property to matches and titles.  (Bug#14645)
3365         * hi-lock.el (hi-green): Use lighter color "light green" closer to
3366         the palette of other hi-lock colors.
3367         (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
3369 2013-12-19  Juri Linkov  <juri@jurta.org>
3371         * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
3372         Put :advertised-binding on `M-s c', `M-s r', `M-s e'.  (Bug#16035)
3373         (minibuffer-history-symbol): Move variable declaration closer to
3374         its usage.
3376         * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
3377         (Bug#14785)
3379 2013-12-19  Juri Linkov  <juri@jurta.org>
3381         * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
3382         New function.
3383         (log-edit-hook): Add it to :options.  (Bug#16170)
3385 2013-12-19  Juri Linkov  <juri@jurta.org>
3387         * simple.el (eval-expression-print-format): Don't check for
3388         command names and the last command.  Always display additional
3389         formats of the integer result in the echo area, and insert them
3390         to the current buffer only with a zero prefix arg.
3391         Display character when char-displayable-p is non-nil.
3392         (eval-expression): With a zero prefix arg, set `print-length' and
3393         `print-level' to nil, and insert the integer values from
3394         `eval-expression-print-format' at the end.  Doc fix.  (Bug#12985)
3396         * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
3397         `eval-last-sexp-arg-internal'.  Doc fix.
3398         (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
3399         `eval-last-sexp-print-value'.  Doc fix.
3400         (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
3401         Set `print-length' and `print-level' to nil when arg is zero.
3402         (eval-last-sexp): Doc fix.
3403         (eval-defun-2): Print the integer values from
3404         `eval-expression-print-format' at the end.
3406         * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
3407         values from `eval-expression-print-format' at the end.
3409         * ielm.el (ielm-eval-input): Print the integer
3410         values from `eval-expression-print-format' at the end.
3412 2013-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3414         * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
3415         2013-12-11T19:01:44Z!tzz@lifelogs.com.
3417 2013-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3419         * hl-line.el (hl-line-make-overlay): New fun.  Set priority (bug#16192).
3420         (hl-line-highlight, global-hl-line-highlight): Use it.
3421         (hl-line-overlay): Use defvar-local.
3423 2013-12-19  Jan Djärv  <jan.h.d@swipnet.se>
3425         * term/ns-win.el: Require dnd.
3426         (global-map): Remove drag items.
3427         (ns-insert-text, ns-set-foreground-at-mouse)
3428         (ns-set-background-at-mouse):
3429         Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
3430         (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
3431         New functions.
3433 2013-12-19  Glenn Morris  <rgm@gnu.org>
3435         * emacs-lisp/ert.el (ert-select-tests):
3436         Fix string/symbol mixup.  (Bug#16121)
3438 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
3440         * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
3441         keywords to their parent.
3443 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
3445         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
3446         first arg to be a string (fixed dead code), or an operator symbol.
3447         (ruby-smie--forward-token): Tokenize ` @ ' before strings and
3448         operator symbols.
3449         (ruby-smie-rules): Remove parent token check in the `.' clause, it
3450         did nothing.  Don't respond to `(:after ".")', it will be called
3451         with :before anyway.  Remove the ` @ ' rule, it didn't seem to
3452         change anything.  Only return indentation for binary operators
3453         when they are hanging.  De-dent opening paren when its parent is
3454         `.', otherwise it looks bad when the dot is not at bol or eol
3455         (bug#16182).
3457 2013-12-19  Juri Linkov  <juri@jurta.org>
3459         * replace.el (query-replace-read-args): Split a non-negative arg
3460         and a negative arg into separate elements.
3461         (query-replace, query-replace-regexp, replace-string)
3462         (replace-regexp): Add arg `backward'.  Doc fix.
3463         (replace-match-maybe-edit): When new arg `backward' is non-nil,
3464         move point to the beginning of the match.
3465         (replace-search, replace-highlight): Use new arg `backward'
3466         to set the value of `isearch-forward'.
3467         (perform-replace): Add arg `backward' and use it to perform
3468         replacement backward.  (Bug#14979)
3470         * isearch.el (isearch-query-replace): Use a negative prefix arg
3471         to call `perform-replace' with a non-nil arg `backward'.
3473 2013-12-18  Juri Linkov  <juri@jurta.org>
3475         * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
3476         to the default list.  Move `log-edit-show-files' to the end.
3477         Add more available functions to options.
3478         (log-edit): Move default specific settings to
3479         `log-edit-insert-message-template'.  Don't move point.
3480         (log-edit-insert-message-template): New function.
3481         (log-edit-insert-changelog): Add `save-excursion' and don't move point.
3482         (Bug#16170)
3484 2013-12-18  Juri Linkov  <juri@jurta.org>
3486         * help-mode.el (help-mode-map): Bind "l" to help-go-back,
3487         and "r" to help-go-forward for compatibity with Info.  (Bug#16178)
3489 2013-12-18  Leo Liu  <sdl.web@gmail.com>
3491         * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
3492         (Bug#16186)
3494 2013-12-18  Eli Zaretskii  <eliz@gnu.org>
3496         * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
3497         formats for displaying file sizes when the -s switch is given.
3498         Instead, compute a separate format for displaying the size in
3499         blocks, which is displayed in addition to the "regular" size.
3500         When -h is given in addition to -s, produce size in blocks in
3501         human-readable form as well.  (Bug#16179)
3503 2013-12-18  Tassilo Horn  <tsdh@gnu.org>
3505         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
3506         Reference tables with ~\ref{...} instead of only \ref{...}.
3508 2013-12-18  Chong Yidong  <cyd@gnu.org>
3510         * cus-edit.el (custom-magic-alist): Fix "themed" description
3511         (Bug#14348).
3513         * custom.el (custom-push-theme): If custom--inhibit-theme-enable
3514         is non-nil, do not create a new entry in the symbol's theme-value
3515         or theme-face property; update theme-settings only (Bug#14664).
3516         (custom-available-themes): Doc fix.
3518         * cus-theme.el (custom-new-theme-mode-map): Add bindings
3519         (Bug#15674).
3521         * replace.el (occur-engine): Avoid infloop (Bug#7593).
3523 2013-12-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3525         * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
3526         (Bug#13914).
3528 2013-12-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
3530         * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
3532 2013-12-18  Glenn Morris  <rgm@gnu.org>
3534         * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
3535         * cus-start.el (load-prefer-newer): New option.
3537 2013-12-18  Le Wang  <l26wang@gmail.com>
3539         * comint.el (comint-previous-matching-input-from-input):
3540         Retain point (Bug#13404).
3542 2013-12-18  Chong Yidong  <cyd@gnu.org>
3544         * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
3546 2013-12-18  Glenn Morris  <rgm@gnu.org>
3548         * mail/emacsbug.el (report-emacs-bug):
3549         Only mention enable-multibyte-characters if non-standard.
3551 2013-12-17  Juri Linkov  <juri@jurta.org>
3553         * arc-mode.el (archive-extract-by-file): Check if directory exists
3554         before deletion to not show irrelevant errors if it doesn't exist.
3556 2013-12-17  Juri Linkov  <juri@jurta.org>
3558         * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
3559         (Bug#14751)
3561         * net/eww.el (browse-web): Add alias to `eww'.
3562         (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
3563         Bind "S-SPC" to `scroll-down-command'.  (Bug#16178)
3565         * net/browse-url.el (browse-url-browser-function): Move `eww'
3566         closer to similar functions.
3568         * startup.el (fancy-startup-screen, fancy-about-screen):
3569         Set browse-url-browser-function to eww-browse-url locally.
3570         (Bug#14751)
3572 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3574         * window.el (window--pixel-to-total): Remove unused `mini' var.
3575         (maximize-window, minimize-window): Remove unused `pixelwise' arg.
3576         (split-window): Remove unused `new' var.
3577         (window--display-buffer): Remove unused `frame' and `delta' vars.
3578         (fit-window-to-buffer): Remove unused vars `frame', `display-height',
3579         and display-width'.
3581 2013-12-17  Martin Rudalics  <rudalics@gmx.at>
3583         * dired.el (dired-mark-pop-up):
3584         * register.el (register-preview): Don't bind
3585         split-height-threshold here since it's now done in
3586         display-buffer-below-selected.
3588 2013-12-17  oblique  <psyberbits@gmail.com>  (tiny change)
3590         * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
3591         xterm-rgb-convert-to-16bit.
3592         (rxvt-register-default-colors): Standardize with
3593         xterm-register-default-colors (Bug#14078).
3595 2013-12-17  Dima Kogan  <dima@secretsauce.net>  (tiny change)
3597         * simple.el (kill-region): Pass mark first, then point, so that
3598         kill-append works right (Bug#12819).
3599         (copy-region-as-kill, kill-ring-save): Likewise.
3601 2013-12-17  Leo Liu  <sdl.web@gmail.com>
3603         * net/rcirc.el (rcirc-add-face):
3604         * eshell/em-prompt.el (eshell-emit-prompt):
3605         * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
3606         (Bug#16167)
3608 2013-12-17  Chong Yidong  <cyd@gnu.org>
3610         * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
3611         Suggested by Xue Fuqiao.
3613 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
3615         * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
3617 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3619         * net/shr.el (shr-insert-document): Remove unused var
3620         `shr-preliminary-table-render'.
3621         (shr-rescale-image): Remove unused arg `force'.
3622         (shr-put-image): Update calls accordingly.
3623         (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
3625 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
3627         * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
3628         (smie-indent-close): Call `smie-indent--rule-1' with METHOD
3629         :close-all, to see which indentation method to use (Bug#16116).
3630         (smie-rules-function): Document the method :close-all.
3632 2013-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3634         * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
3636         * net/eww.el (eww-display-html): If we can't find the anchor we're
3637         looking for, then go to point-min.
3639 2013-12-16  Paul Eggert  <eggert@cs.ucla.edu>
3641         Fix problems with CANNOT_DUMP and EMACSLOADPATH.
3642         * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
3643         * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
3644         Expand dir too, in case it's relative.
3646 2013-12-16  Juri Linkov  <juri@jurta.org>
3648         * desktop.el (desktop-auto-save-timeout): Change default to
3649         `auto-save-timeout'.  Doc fix.
3650         (desktop-save): Skip the timestamp in desktop-saved-frameset
3651         when checking for auto-save changes.
3652         (desktop-auto-save): Don't call desktop-auto-save-set-timer since
3653         `desktop-auto-save' is called repeatedly by the idle timer.
3654         (desktop-auto-save-set-timer): Replace `run-with-timer' with
3655         `run-with-idle-timer' and a non-nil arg REPEAT.  Doc fix.
3656         (Bug#15331)
3658 2013-12-16  Juri Linkov  <juri@jurta.org>
3660         * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
3661         (Bug#16035)
3662         (isearch-pre-command-hook): Check `this-command' for symbolp.
3664 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3666         * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
3668 2013-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
3670         * progmodes/cfengine.el (cfengine3--current-word): Remove.
3671         (cfengine3--current-function): Bring in the current-function
3672         functionality from `cfengine3--current-word'.
3673         (cfengine3-completion-function): Bring in the
3674         bounds-of-current-word functionality from
3675         `cfengine3--current-word'.
3677 2013-12-16  Martin Rudalics  <rudalics@gmx.at>
3679         * window.el (display-buffer-below-selected):
3680         Bind split-height-threshold to 0 as suggested by Juri Linkov.
3682 2013-12-16  Leo Liu  <sdl.web@gmail.com>
3684         * progmodes/compile.el (compile-goto-error): Do not push-mark.
3685         Remove NOMSG arg and all uses changed.
3687 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3689         * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
3690         (cua--deactivate-rectangle): Don't deactivate the mark.
3691         (cua-set-rectangle-mark): Don't set mark-active since
3692         cua--activate-rectangle already does it for us.
3693         (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
3694         non-rectangular region.
3696         * emulation/cua-base.el (cua-repeat-replace-region):
3697         Use with-current-buffer.
3699         * net/gnutls.el: Use cl-lib.
3700         (gnutls-negotiate): `mapcan' -> cl-mapcan.
3702 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
3704         * emacs-lisp/package.el (package-built-in-p): Support both
3705         built-in and the package.el converted package descriptions.
3706         (package-show-package-list): Allow keywords.
3707         (package-keyword-button-action): Use it instead of
3708         `finder-list-matches'.
3709         (package-menu-filter-interactive): Interactive filtering (by
3710         keyword) function.
3711         (package-menu--generate): Support keywords and change keymappings
3712         and headers when they are given.
3713         (package--has-keyword-p): Helper function.
3714         (package-menu--refresh): Use it.
3715         (package--mapc): Helper function.
3716         (package-all-keywords): Use it.
3717         (package-menu-mode-map): Set up menu items and keybindings to
3718         provide a filtering UI.
3720 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
3722         * net/gnutls.el (gnutls-verify-error): New defcustom to control
3723         the behavior when a certificate fails validation.  Defaults to
3724         old behavior: never abort, just warn.
3725         (gnutls-negotiate): Use it.
3727 2013-12-14  Martin Rudalics  <rudalics@gmx.at>
3729         * window.el (display-buffer-below-selected): Never split window
3730         horizontally.  Suggested by Juri Linkov <juri@jurta.org>.
3732 2013-12-14  Tom Willemse  <tom@ryuslash.org>  (tiny change)
3734         * emacs-lisp/package.el (package--prepare-dependencies): New function.
3735         (package-buffer-info): Use it (bug#15108).
3737 2013-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3739         * icomplete.el (icomplete-completions): Make sure the prefix is already
3740         displayed elsewhere before hiding it (bug#16219).
3742 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
3744         * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
3745         open-paren tokens when preceded by a open-paren, too.
3746         (ruby-smie-rules): Handle virtual indentation after open-paren
3747         tokens specially.  If there is code between it and eol, return the
3748         column where is starts (Bug#16118).
3750 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
3752         * progmodes/cfengine.el: Fix `add-hook' doc.
3753         (cfengine-mode-syntax-functions-regex): Initialize sensibly.
3754         (cfengine3--current-word): Fix parameters.
3755         (cfengine3-make-syntax-cache): Simplify further.
3756         (cfengine3-completion-function, cfengine3--current-function):
3757         Use `assq' for symbols.
3758         (cfengine3--current-function): Fix `cfengine3--current-word' call.
3760 2013-12-13  Glenn Morris  <rgm@gnu.org>
3762         * loadup.el (load-path): Warn if site-load or site-init changes it.
3763         No more need to reset it when bootstrapping.
3765 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
3767         * progmodes/cfengine.el (cfengine-cf-promises): Add more default
3768         locations for cf-promises.
3769         (cfengine-mode-syntax-functions-regex): New caching variable.
3770         (cfengine3-fallback-syntax): Fallback syntax for cases where
3771         cf-promises doesn't run.
3772         (cfengine3--current-word): Reimplement using
3773         `cfengine-mode-syntax-functions-regex'.
3774         (cfengine3-completion-function, cfengine3--current-function):
3775         Use `cfengine3-make-syntax-cache' directly.
3776         (cfengine3-clear-syntax-cache): New function.
3777         (cfengine3-make-syntax-cache): Simplify and create
3778         `cfengine-mode-syntax-functions-regex' on demand.
3779         (cfengine3-format-function-docstring): Don't call
3780         `cfengine3-make-syntax-cache' explicitly.
3782 2013-12-13  Martin Rudalics  <rudalics@gmx.at>
3784         Fix windmove-find-other-window broken after pixelwise resizing
3785         (Bug#16017).
3786         * windmove.el (windmove-other-window-loc): Revert change from
3787         2013-12-04.
3788         (windmove-find-other-window): Call window-in-direction.
3789         * window.el (window-in-direction): New arguments SIGN, WRAP and
3790         MINI to emulate original windmove-find-other-window behavior.
3792 2013-12-13  Dmitry Gutov  <dgutov@yandex.ru>
3794         * simple.el (blink-matching--overlay): New variable.
3795         (blink-matching-open): Instead of moving point, highlight the
3796         matching paren with an overlay
3797         (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
3799         * faces.el (paren-showing-faces, show-paren-match)
3800         (show-paren-mismatch): Move from paren.el.
3802 2013-12-13  Leo Liu  <sdl.web@gmail.com>
3804         * indent.el (indent-region): Disable progress reporter in
3805         minibuffer.  (Bug#16108)
3807         * bindings.el (visual-order-cursor-movement): Fix version.
3809 2013-12-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3811         * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
3812         Also match after beginning of line.
3813         (python-pdbtrack-set-tracked-buffer): Fix logic for remote
3814         files.  Thanks to Russell Sim.  (Bug#15378)
3816 2013-12-13  Juri Linkov  <juri@jurta.org>
3818         * simple.el <Keypad support>: Remove key bindings duplicated
3819         with bindings.el.  (Bug#14397)
3821 2013-12-13  Juri Linkov  <juri@jurta.org>
3823         * comint.el (comint-mode-map): Replace `delete-char' with
3824         `delete-forward-char'.  (Bug#16109)
3826 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3828         * progmodes/python.el (python-indent-calculate-indentation):
3829         Fix de-denters cornercase.  (Bug#15731)
3831 2013-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3833         * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
3834         (advice--make): Pay attention to `depth'.
3835         (advice--make-1): Don't autoload commands eagerly.
3836         * emacs-lisp/elp.el (elp-instrument-function):
3837         * emacs-lisp/trace.el (trace-function-internal):
3838         * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
3840         * iswitchb.el (iswitchb-mode): Don't belittle ido.
3842 2013-12-12  Eli Zaretskii  <eliz@gnu.org>
3844         * term/w32-win.el (w32-handle-dropped-file):
3845         * startup.el (normal-top-level):
3846         * net/browse-url.el (browse-url-file-url):
3847         * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
3848         decode file names using 'utf-8' rather than
3849         file-name-coding-system.
3851 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3853         * progmodes/python.el (python-indent-context)
3854         (python-indent-calculate-indentation): Fix auto-identation
3855         behavior for comment blocks.  (Bug#15916)
3857 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
3859         * progmodes/python.el (python-indent-calculate-indentation):
3860         When determining indentation, don't treat "return", "pass", etc., as
3861         operators when they are just string constituents.  (Bug#15812)
3863 2013-12-12  Juri Linkov  <juri@jurta.org>
3865         * uniquify.el (uniquify-buffer-name-style): Change default to
3866         `post-forward-angle-brackets'.
3868         * menu-bar.el (menu-bar-options-menu): Don't require preloaded
3869         `uniquify'.  Change default to `post-forward-angle-brackets'.
3871 2013-12-11  Glenn Morris  <rgm@gnu.org>
3873         * emacs-lisp/package.el (finder-list-matches):
3874         Autoload rather than falsely declaring.
3876 2013-12-11  Teodor Zlatanov  <tzz@lifelogs.com>
3878         * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
3879         (eww-mode-map): Use them.
3881 2013-12-11  Martin Rudalics  <rudalics@gmx.at>
3883         * window.el (display-buffer-in-side-window): Fix doc-string
3884         (Bug#16115).
3886 2013-12-11  Juanma Barranquero  <lekktu@gmail.com>
3888         * vc/vc-git.el: Silence byte-compiler warnings.
3889         (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
3890         (log-edit-set-header): Declare.
3892 2013-12-11  Eli Zaretskii  <eliz@gnu.org>
3894         * Makefile.in (custom-deps, finder-data): Run output file names
3895         through unmsys--file-name.  (Bug#16099)
3897 2013-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3899         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
3900         comment-start-skip, which fails when that uses submatch 1 (bug#16041).
3902         * emulation/cua-base.el (cua-paste): Add `delete-selection' property
3903         instead of deleting the selection "by hand" (bug#16098).
3904         Rely on insert-for-yank to yank rectangles.
3905         (cua-highlight-region-shift-only): Mark obsolete.
3906         (cua-mode): Don't enable/disable transient-mark-mode,
3907         shift-select-mode (cua-mode works both with and without them), and
3908         pc-selection-mode (obsolete).
3909         * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
3910         (cua--deactivate-rectangle): Deactivate it.
3912         * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
3913         (delete-selection-helper): Make sure yank starts at the top of the
3914         deleted region.
3915         (minibuffer-keyboard-quit): Use region-active-p.
3917         * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
3919         * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
3920         to `delete' (bug#16109).
3922 2013-12-11  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3924         * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
3925         info manual and show keybindings and set `:group' keyword.
3927 2013-12-11  Juri Linkov  <juri@jurta.org>
3929         * delsel.el (delete-active-region): Let-bind `this-command'
3930         to prevent `kill-region' from changing its original value.
3931         (delete-selection-helper): Handle `overwrite-mode' for the type
3932         `kill' exactly the same way as for the type `t'.
3933         (insert-char, quoted-insert, reindent-then-newline-and-indent):
3934         Support more commands.  (Bug#13312)
3936 2013-12-11  Juri Linkov  <juri@jurta.org>
3938         * bindings.el: Map kp keys to non-kp keys systematically
3939         with basic modifiers control, meta and shift.  (Bug#14397)
3941 2013-12-11  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
3943         * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
3944         "Close browser" menu items.  Fix wrong function of "List
3945         bookmarks".
3947 2013-12-11  Juri Linkov  <juri@jurta.org>
3949         * misearch.el (multi-isearch-buffers): Set the value of
3950         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
3951         arg of isearch-forward to t.
3952         (multi-isearch-buffers-regexp): Set the value of
3953         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
3954         arg of isearch-forward-regexp to t.
3955         (multi-isearch-files): Set the value of
3956         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
3957         arg of isearch-forward to t.
3958         (multi-isearch-files-regexp): Set the value of
3959         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
3960         arg of isearch-forward-regexp to t.  (Bug#16035)
3962         * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
3963         arg of isearch-forward to t.
3964         (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
3965         arg of isearch-forward-regexp to t.
3966         (dired-isearch-filter-filenames): Remove unnecessary check for
3967         `dired-isearch-filenames'.
3969         * comint.el (comint-history-isearch-backward):
3970         Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
3971         (comint-history-isearch-backward-regexp):
3972         Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
3974 2013-12-10  Eli Zaretskii  <eliz@gnu.org>
3976         * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
3977         unmsys--file-name.  (Bug#16099)
3979 2013-12-10  Teodor Zlatanov  <tzz@lifelogs.com>
3981         * emacs-lisp/package.el (package-keyword-button-action):
3982         Remove finder.el require dependency.
3984 2013-12-09  Teodor Zlatanov  <tzz@lifelogs.com>
3986         * emacs-lisp/package.el: Require finder.el.
3987         (describe-package-1): Add keyword buttons.
3988         (package-make-button): New convenience function.
3989         (package-keyword-button-action): Keyword button action using
3990         `finder-list-matches'.
3992 2013-12-09  Eli Zaretskii  <eliz@gnu.org>
3994         * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
3995         last commit.
3997 2013-12-09  Michael Albinus  <michael.albinus@gmx.de>
3999         * autorevert.el (auto-revert-notify-add-watch): Do not handle
4000         symlinked files.
4002 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
4004         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
4005         after the end of a percent literal.
4007 2013-12-09  Cameron Desautels  <camdez@gmail.com>  (tiny change)
4009         * progmodes/ruby-mode.el (ruby-forward-string): Document.
4010         Handle caret-delimited strings (Bug#16079).
4012 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
4014         * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
4015         When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
4016         `ruby-parse-partial' (Bug#16078).
4018 2013-12-09  Leo Liu  <sdl.web@gmail.com>
4020         * subr.el (read-passwd): Disable show-paren-mode.  (Bug#16091)
4022 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
4024         * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
4025         (js-switch-indent-offset): New option.
4026         (js--proper-indentation): Use it.  And handle the case when
4027         "default" is actually a key in an object literal.
4028         (js--same-line): New function.
4029         (js--multi-line-declaration-indentation): Use it.
4030         (js--indent-in-array-comp, js--array-comp-indentation):
4031         New functions.
4032         (js--proper-indentation): Use them, to handle array comprehension
4033         continuations.
4035 2013-12-08  Leo Liu  <sdl.web@gmail.com>
4037         * progmodes/flymake.el (flymake-highlight-line): Re-write.
4038         (flymake-make-overlay): Remove arg MOUSE-FACE.
4039         (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
4041 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4043         * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
4044         New function.
4045         (redisplay-highlight-region-function): Use it.
4047         * emulation/cua-base.el (cua--explicit-region-start)
4048         (cua--last-region-shifted): Remove.
4049         (cua--deactivate): Use deactivate-mark.
4050         (cua--pre-command-handler-1): Don't handle shift-selection.
4051         (cua--post-command-handler-1): Don't change transient-mark-mode.
4052         (cua--select-keymaps): Use region-active-p rather than
4053         cua--explicit-region-start or cua--last-region-shifted.
4054         (cua-mode): Enable shift-select-mode.
4056 2013-12-08  Leo Liu  <sdl.web@gmail.com>
4058         * progmodes/flymake.el (flymake-popup-current-error-menu):
4059         Rename from flymake-display-err-menu-for-current-line.  Reimplement.
4060         (flymake-posn-at-point-as-event, flymake-popup-menu)
4061         (flymake-make-emacs-menu): Remove.  (Bug#16077)
4063 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4065         * rect.el (rectangle-mark-mode): Activate mark even if
4066         transient-mark-mode is off (bug#16066).
4067         (rectangle--highlight-for-redisplay): Fix boundary condition when point
4068         is > mark and at bolp.
4070         * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
4071         (region-extract-function): Use it.
4072         (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
4073         (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
4074         Delete functions.
4075         (cua--init-rectangles): Don't re-remap copy-region-as-kill,
4076         kill-ring-save, kill-region, delete-char, delete-forward-char.
4077         Ignore self-insert-iso.
4079         * emulation/cua-gmrk.el (cua--init-global-mark):
4080         Ignore `self-insert-iso'.
4082         * emulation/cua-base.el (cua--prefix-copy-handler)
4083         (cua--prefix-cut-handler): Rely on region-extract-function rather than
4084         checking cua--rectangle.
4085         (cua-delete-region): Use region-extract-function.
4086         (cua-replace-region): Delete function.
4087         (cua-copy-region, cua-cut-region): Obey region-extract-function.
4088         (cua--pre-command-handler-1): Don't do the delete-selection thing.
4089         (cua--self-insert-char-p): Ignore `self-insert-iso'.
4090         (cua--init-keymaps): Don't remap delete-selection commands.
4091         (cua-mode): Use delete-selection-mode instead of rolling our own
4092         (bug#16085).
4094         * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
4095         Obey region-extract-function.
4097         Make registers and delete-selection-mode work on rectangles.
4098         * register.el (describe-register-1): Don't modify the register's value.
4099         (copy-to-register): Obey region-extract-function.
4100         * delsel.el (delete-active-region): Obey region-extract-function.
4102 2013-12-08  Leo Liu  <sdl.web@gmail.com>
4104         * progmodes/flymake.el (flymake, flymake-error-bitmap)
4105         (flymake-warning-bitmap, flymake-fringe-indicator-position)
4106         (flymake-compilation-prevents-syntax-check)
4107         (flymake-start-syntax-check-on-newline)
4108         (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
4109         (flymake-start-syntax-check-on-find-file, flymake-log-level)
4110         (flymake-xml-program, flymake-master-file-dirs)
4111         (flymake-master-file-count-limit)
4112         (flymake-allowed-file-name-masks): Relocate.
4113         (flymake-makehash, flymake-float-time)
4114         (flymake-replace-regexp-in-string, flymake-split-string)
4115         (flymake-get-temp-dir): Remove.
4116         (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
4117         (flymake-current-row, flymake-selected-frame)
4118         (flymake-get-point-pixel-pos): Remove xemacs compatibity and
4119         related functions.  (Bug#16077)
4121 2013-12-07  Bozhidar Batsov  <bozhidar@batsov.com>
4123         * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
4125 2013-12-07  Tassilo Horn  <tsdh@gnu.org>
4127         * help-fns.el (describe-function-1): Use new advice-* functions
4128         rather than old ad-* functions.  Fix function type description and
4129         source links for advised functions and subrs.
4131 2013-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4133         * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
4135 2013-12-06  Michael Albinus  <michael.albinus@gmx.de>
4137         * progmodes/compile.el (compilation-start):
4138         * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
4140         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4141         Handle long command lines, lasting from "sh -c ...".  (Bug#16045)
4143 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
4145         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4146         Touch up the last change.
4148 2013-12-06  Leo Liu  <sdl.web@gmail.com>
4150         * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
4151         (inferior-octave-startup): Always use "octave> " for prompt.
4152         (octave-goto-function-definition)
4153         (octave-sync-function-file-names)
4154         (octave-find-definition-default-filename): Remove redundant backquotes.
4156 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
4158         * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
4159         syntax for `?'.
4160         (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
4161         where appropriate already.
4162         (ruby-syntax-propertize-function): Propertize `?' and `!' at the
4163         end of method names (Bug#15874).
4165 2013-12-06  Juri Linkov  <juri@jurta.org>
4167         * isearch.el (isearch--saved-overriding-local-map):
4168         New internal variable.
4169         (isearch-mode): Set it to the initial value of
4170         `overriding-terminal-local-map'.
4171         (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
4172         with `isearch--saved-overriding-local-map'.  (Bug#16035)
4174 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
4176         * progmodes/octave.el (inferior-octave-completion-table):
4177         Turn back into function, use `completion-table-with-cache'
4178         (Bug#11906).  Update all references.
4180         * minibuffer.el (completion-table-with-cache): New function.
4182 2013-12-05  Cameron Desautels  <camdez@gmail.com>  (tiny change)
4184         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
4186 2013-12-05  Teodor Zlatanov  <tzz@lifelogs.com>
4188         * net/eww.el (eww-current-source): New variable to store page
4189         source.
4190         (eww-display-html, eww-mode, eww-save-history)
4191         (eww-restore-history): Use it.
4192         (eww-view-source): New command to view page source.
4193         Opportunistically uses `html-mode' to highlight the buffer.
4194         (eww-mode-map): Install it.
4196 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
4198         * net/dbus.el (dbus-unregister-service)
4199         (dbus-escape-as-identifier, dbus-unescape-from-identifier):
4200         Fix docstring.
4201         (dbus-unregister-service): Skip :serial entries in
4202         `dbus-registered-objects-table'.
4203         (dbus-byte-array-to-string): New optional arg MULTIBYTE.
4205 2013-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
4207         * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
4208         around keywords with extra `split-string' argument.
4210 2013-12-04  Martin Rudalics  <rudalics@gmx.at>
4212         * windmove.el (windmove-other-window-loc): Handle navigation
4213         between windows (excluding the minibuffer window - Bug#16017).
4215 2013-12-04  Michael Albinus  <michael.albinus@gmx.de>
4217         * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
4218         in D-Bus type syntax.
4219         (dbus-unescape-from-identifier): Use `byte-to-string' in order to
4220         preserve unibyte strings.  (Bug#16048)
4222 2013-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4224         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
4225         Call force-mode-line-update is the proper buffer (bug#16042).
4227 2013-12-04  Dmitry Gutov  <dgutov@yandex.ru>
4229         * vc/log-edit.el (log-edit-add-new-comment): Rename to
4230         `log-edit-remember-comment', make argument optional.  Adjust all
4231         callers.
4232         (log-edit-mode): Add `log-edit-remember-comment' to
4233         `kill-buffer-hook' locally.
4234         (log-edit-kill-buffer): Don't remember comment explicitly since
4235         the buffer is killed anyway.
4237 2013-12-04  Juri Linkov  <juri@jurta.org>
4239         * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
4240         add-hook and remove-hook for multi-buffer search.  (Bug#16035)
4242 2013-12-03  Tom Regner  <tom@goochesa.de>  (tiny change)
4244         * notifications.el (notifications-close-notification): Call the
4245         D-Bus method with ID being a `:uint32'.  (Bug#16030)
4247 2013-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4249         * net/eww.el (eww-render): Don't pass arg to eww-display-image.
4251 2013-12-03  Juri Linkov  <juri@jurta.org>
4253         * progmodes/compile.el (compilation-start): Rename window alist
4254         entry `no-display-ok' to `allow-no-window'.
4256         * simple.el (shell-command): Add window alist entry
4257         `allow-no-window' to `display-buffer'.
4258         (async-shell-command): Doc fix.
4260         * window.el (display-buffer-no-window): New action function.
4261         (display-buffer-alist, display-buffer): Doc fix.  (Bug#13594)
4263 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
4265         * vc/log-edit.el (log-edit-set-header): Extract from
4266         `log-edit-toggle-header'.
4267         (log-edit-extract-headers): Separate the summary, when extracted
4268         from header, from the rest of the message with an empty line.
4270         * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
4271         line, if present, to the Summary header.
4273 2013-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4275         * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
4276         in current-buffer (bug#16029).
4278 2013-12-02  Helmut Eller  <eller.helmut@gmail.com>
4280         * emacs-lisp/debug.el (debugger-toggle-locals): New command.
4281         (debugger-mode-map): Bind it.
4282         (debugger--backtrace-base): New function.
4283         (debugger-eval-expression): Use it.
4284         (debugger-frame-number): Skip local vars when present.
4285         (debugger--locals-visible-p, debugger--insert-locals)
4286         (debugger--show-locals, debugger--hide-locals): New functions.
4288 2013-12-02  Michael Albinus  <michael.albinus@gmx.de>
4290         * net/tramp-sh.el (tramp-remote-process-environment): Do not set
4291         "LC_ALL".
4292         (tramp-get-remote-locale): New defun.
4293         (tramp-open-connection-setup-interactive-shell): Use it.
4295 2013-12-02  Leo Liu  <sdl.web@gmail.com>
4297         * subr.el (process-live-p): Return nil for non-process.  (Bug#16023)
4299         * progmodes/sh-script.el (sh-shell-process):
4300         * progmodes/octave.el (inferior-octave-process-live-p):
4301         * progmodes/gdb-mi.el (gdb-delchar-or-quit)
4302         (gdb-inferior-io-sentinel):
4303         * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
4305 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
4307         * vc/log-edit.el (log-edit-kill-buffer): Move the use of
4308         `save-selected-window' to `log-edit-hide-buf'.  This makes
4309         `log-edit-show-files' idempotent.
4310         (log-edit-show-files): Mark the new window as dedicated.
4312 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
4314         * vc/log-edit.el (log-edit-mode-map): Add binding for
4315         `log-edit-kill-biffer'.
4316         (log-edit-hide-buf): Add a FIXME comment.
4317         (log-edit-add-new-comment): New function, extracted from
4318         `log-edit-done'.
4319         (log-edit-done, log-edit-add-to-changelog): Use it.
4320         (log-edit-kill-buffer): New command.
4322 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4324         * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
4325         instead of killing the buffer.
4327 2013-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4329         * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
4331 2013-12-01  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4333         * net/eww.el (eww-form-checkbox-selected-symbol)
4334         (eww-form-checkbox-symbol): New customizable variable.
4335         (eww-form-checkbox, eww-toggle-checkbox):
4336         Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
4338         * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
4339         (shr--get-media-pref, shr--extract-best-source): New function.
4340         (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
4341         no :src tag was specified.
4343         * net/eww.el (eww-use-external-browser-for-content-type): New variable.
4344         (eww-render): Handle `eww-use-external-browser-for-content-type'.
4345         Use \\` to match beginning of string instead of ^.
4346         (eww-browse-with-external-browser): Provide optional URL parameter.
4347         (eww-render): Set `eww-current-title' back to "".
4349         * net/shr.el (shr-tag-video): Display content for video if no
4350         poster is available.
4351         (shr-tag-audio): Add support for <audio> tag.
4353         * net/eww.el (eww-text-input-types): New const.
4354         (eww-process-text-input): Treat input types in
4355         `eww-text-input-types' as text.
4357         * net/shr.el (shr-tag-table): Fix comment typo.
4359 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4361         * net/eww.el (eww-follow-link): New command to avoid reloading
4362         pages when we follow #target links (bug#15243).
4363         (eww-quit): Special mode buffers shouldn't query before exiting.
4365 2013-12-01  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
4367         * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
4368         forms.
4370 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4372         * net/eww.el (eww-restore-history): Update the window title after
4373         moving in the history.
4374         (eww-current-dom): New variable used to save the current DOM.
4376 2013-12-01  Dmitry Gutov  <dgutov@yandex.ru>
4378         * vc/log-edit.el (log-edit-mode-map): Add binding for
4379         `log-edit-beginning-of-line'.
4380         (log-edit-setup-add-author): New user option.
4381         (log-edit-beginning-of-line): New command.
4382         (log-edit): Move major mode call above the contents setup so that
4383         the local variable values are already applied.
4384         (log-edit): Only insert "Author: " when
4385         `log-edit-setup-add-author' is non-nil.
4386         (log-edit): When SETUP is non-nil, position point after ": "
4387         instead of point-min.
4389 2013-12-01  Glenn Morris  <rgm@gnu.org>
4391         * startup.el (command-line): Warn if ~/emacs.d is in load-path.
4393 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
4395         * startup.el (fancy-splash-frame): On MS-Windows, trigger
4396         redisplay to make sure the initial frame gets a chance to become
4397         visible.  (Bug#16014)
4399 2013-11-30  Martin Rudalics  <rudalics@gmx.at>
4401         Support resizing frames and windows pixelwise.
4402         * cus-start.el (frame-resize-pixelwise)
4403         (window-resize-pixelwise): New entries.
4404         * emacs-lisp/debug.el (debug): Use window-total-height instead
4405         of window-total-size.
4406         * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
4407         * help.el (describe-bindings-internal): Use help-buffer as
4408         argument for with-help-window.
4409         (temp-buffer-max-width): New option.
4410         (resize-temp-buffer-window, help-window-setup)
4411         (with-help-window): Rewrite.
4412         * mouse.el (mouse-drag-line): Rewrite.  Add key bindings for
4413         dragging dividers.
4414         * window.el (frame-char-size, window-min-pixel-height)
4415         (window-safe-min-pixel-height, window-safe-min-pixel-width)
4416         (window-min-pixel-width, window-safe-min-pixel-size)
4417         (window-combination-p, window-safe-min-size)
4418         (window-resizable-p, window--size-to-pixel)
4419         (window--pixel-to-size, window--resize-apply-p): New functions.
4420         (window-safe-min-height): Fix doc-string.
4421         (window-size, window-min-size, window--min-size-1)
4422         (window-sizable, window-sizable-p, window--min-delta-1)
4423         (window-min-delta, window--max-delta-1, window-max-delta)
4424         (window--resizable, window--resizable-p, window-resizable)
4425         (window-full-height-p, window-full-width-p, window-at-side-p)
4426         (window--in-direction-2, window-in-direction)
4427         (window--resize-reset-1, window--resize-mini-window)
4428         (window-resize, window-resize-no-error)
4429         (window--resize-child-windows-normal)
4430         (window--resize-child-windows, window--resize-siblings)
4431         (window--resize-this-window, window--resize-root-window)
4432         (window--resize-root-window-vertically)
4433         (adjust-window-trailing-edge, enlarge-window, shrink-window)
4434         (maximize-window, minimize-window, delete-window)
4435         (quit-restore-window, window-split-min-size, split-window)
4436         (balance-windows-2, balance-windows)
4437         (balance-windows-area-adjust, balance-windows-area)
4438         (window--state-get-1, window-state-get, window--state-put-1)
4439         (window--state-put-2, window-state-put)
4440         (display-buffer-record-window, window--display-buffer):
4441         Make functions handle pixelwise sizing of windows.
4442         (display-buffer--action-function-custom-type)
4443         (display-buffer-fallback-action):
4444         Add display-buffer-in-previous-window.
4445         (display-buffer-use-some-window): Resize window to height it had
4446         before.
4447         (fit-window-to-buffer-horizontally): New option.
4448         (fit-frame-to-buffer): Describe new values.
4449         (fit-frame-to-buffer-bottom-margin): Replace with
4450         fit-frame-to-buffer-margins.
4451         (window--sanitize-margin): New function.
4452         (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
4453         using window-text-pixel-size.
4455 2013-11-30  Glenn Morris  <rgm@gnu.org>
4457         * emacs-lisp/bytecomp.el (byte-compile-form):
4458         Make the `interactive-only' warning like the `obsolete' one.
4459         * comint.el (comint-run):
4460         * files.el (insert-file-literally, insert-file):
4461         * replace.el (replace-string, replace-regexp):
4462         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
4463         (goto-line, insert-buffer, next-line, previous-line):
4464         Tweak `interactive-only' spec.
4466         Stop keeping (most) generated cedet grammar files in the repository.
4467         * Makefile.in (semantic): New.
4468         (compile-main): Depend on semantic.
4470 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4472         * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
4473         available.  Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
4475         * uniquify.el (uniquify-buffer-name-style): Change default.
4477         * loadup.el: Preload "uniquify".
4479         * time.el (display-time-update): Update all mode lines (bug#15999).
4481         * electric.el (electric-indent-mode): Enable by default.
4482         * loadup.el: Preload "electric".
4484 2013-11-29  Bozhidar Batsov  <bozhidar@batsov.com>
4486         * emacs-lisp/helpers.el (string-empty-p): New function.
4487         (string-blank-p): New function.
4489 2013-11-29  Andreas Politz  <politza@hochschule-trier.de>
4491         * imenu.el (imenu--index-alist): Add missing dot to the docstring
4492         (Bug#14029).
4494 2013-11-29  Andreas Politz  <politza@fh-trier.de>
4495         * imenu.el (imenu--subalist-p): Don't error on non-conses and
4496         allow non-lambda lists as functions.
4497         (imenu--in-alist): Don't recurse into non-subalists.
4498         (imenu): Don't pass function itself as an argument (Bug#14029).
4500 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4502         * progmodes/python.el (python-mode-map): Remove binding for ":".
4503         (python-indent-electric-colon): Remove command.
4504         (python-indent-post-self-insert-function): Integrate the previous code
4505         of python-indent-electric-colon.  Make it conditional on
4506         electric-indent-mode.
4507         (python-mode): Add ?: to electric-indent-chars.
4508         Move python-indent-post-self-insert-function to the end of
4509         post-self-insert-hook.
4511 2013-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4513         * doc-view.el (doc-view-goto-page): Update mode-line.
4515         * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
4517 2013-11-27  Glenn Morris  <rgm@gnu.org>
4519         * international/charprop.el, international/uni-bidi.el:
4520         * international/uni-category.el, international/uni-combining.el:
4521         * international/uni-comment.el, international/uni-decimal.el:
4522         * international/uni-decomposition.el, international/uni-digit.el:
4523         * international/uni-lowercase.el, international/uni-mirrored.el:
4524         * international/uni-name.el, international/uni-numeric.el:
4525         * international/uni-old-name.el, international/uni-titlecase.el:
4526         * international/uni-uppercase.el:
4527         Remove generated files from VCS repository.
4529 2013-11-27  Eli Zaretskii  <eliz@gnu.org>
4531         * filenotify.el (file-notify-add-watch): Don't special-case
4532         w32notify when computing the directory to watch.
4534 2013-11-27  Glenn Morris  <rgm@gnu.org>
4536         Make bootstrap without generated uni-*.el files possible again.
4537         * loadup.el: Update command-line-args checking for unidata-gen.
4538         Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
4539         * composite.el, international/characters.el:
4540         Handle unicode tables being undefined.
4542         Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
4543         * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
4544         (compile-main): Depend on leim rule.
4545         (leim): New rule.
4546         * loadup.el: Move leim-list.el to leim/ subdirectory.
4547         * startup.el (normal-top-level): No more leim directory.
4548         * international/ja-dic-cnv.el (skkdic-convert):
4549         Disable version-control and autoloads in output files.
4550         * international/titdic-cnv.el (titdic-convert, miscdic-convert):
4551         Disable version-control and autoloads in output files.
4552         * leim/quail: Move here from ../leim.
4553         * leim/quail/hangul.el (hangul-input-method-activate):
4554         Add autoload cookie.
4555         (generated-autoload-load-name): Set file-local value.
4556         * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
4557         (generated-autoload-load-name): Set file-local value.
4559 2013-11-26  Kenjiro NAKAYAMA  <knakayam@redhat.com>
4561         * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
4562         (eww-add-bookmark): Ask confirmation when add to bookmarks.
4563         (eww-quit): Ask confirmation before quitting eww.
4565 2013-11-26  Eli Zaretskii  <eliz@gnu.org>
4567         * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
4568         reading output from Diff on MS-Windows and MS-DOS.
4570 2013-11-26  Bozhidar Batsov  <bozhidar@batsov.com>
4572         * emacs-lisp/helpers.el (string-reverse): New function.
4574 2013-11-26  Michael Albinus  <michael.albinus@gmx.de>
4576         * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
4577         names on MS Windows, like "/[::1]:".
4579         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
4580         SWITCHES.
4582 2013-11-26  Glenn Morris  <rgm@gnu.org>
4584         * progmodes/python.el (python-indent-guess-indent-offset):
4585         Avoid corner-case error.  (Bug#15975)
4587         Preload leim-list.el.  (Bug#4789)
4588         * loadup.el: Load leim-list.el when found.
4589         * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
4591 2013-11-25  Bozhidar Batsov  <bozhidar@batsov.com>
4593         * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
4595         * emacs-lisp/helpers.el (string-join): New function.
4597 2013-11-25  Sebastian Wiesner  <lunaryorn@gmail.com>  (tiny change)
4599         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4600         Mark as obsolete and replace it with a symbol property.
4601         (byte-compile-form): Use new 'interactive-only property.
4602         * comint.el, files.el, replace.el, simple.el:
4603         Apply new 'interactive-only properly.
4605 2013-11-25  Martin Rudalics  <rudalics@gmx.at>
4607         * window.el (display-buffer-at-bottom): Make sure that
4608         split-window-sensibly creates the new window on bottom
4609         (Bug#15961).
4611 2013-11-23  David Kastrup  <dak@gnu.org>
4613         * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
4614         on the conflict markers when available.
4615         (smerge--get-marker): New function.
4616         (smerge-end-re, smerge-base-re): Add subgroup.
4618 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4620         * frame.el (handle-focus-in, handle-focus-out): Add missing
4621         interactive spec.
4623 2013-11-25  Michael Albinus  <michael.albinus@gmx.de>
4625         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
4626         `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
4628 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4630         * play/gomoku.el: Don't use intangible property.  Use lexical-binding.
4631         (gomoku--last-pos): New var.
4632         (gomoku--intangible-chars): New const.
4633         (gomoku--intangible): New function.
4634         (gomoku-mode): Use it.  Derive from special-mode.
4635         (gomoku-move-up): Adjust line count.
4636         (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
4637         (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
4638         Simplify accordingly.
4640         * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
4641         Remove blink-cursor code.
4642         (blink-cursor-timer-function, blink-cursor-suspend):
4643         Don't special-case GUIs.
4644         (blink-cursor-mode): Use focus-in/out-hook.
4646 2013-11-25  Dmitry Gutov  <dgutov@yandex.ru>
4648         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
4649         work when annotation is invisible (Bug#13886).
4651 2013-11-24  Simon Schubert  <2@0x2c.org>  (tiny change)
4653         * json.el (json-alist-p): Only return non-nil if the alist has
4654         simple keys (Bug#13518).
4656 2013-11-24  Mihir Rege  <mihirrege@gmail.com>  (tiny change)
4658         * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
4659         when control-statement is the first statement in a buffer (Bug#15956).
4661 2013-11-24  Dmitry Gutov  <dgutov@yandex.ru>
4663         * imenu.el (imenu-generic-skip-comments-and-strings):
4664         New option (Bug#15560).
4665         (imenu--generic-function): Use it.
4667 2013-11-24  Jorgen Schaefer  <contact@jorgenschaefer.de>
4669         * minibuffer.el (completion--in-region-1): Scroll the correct window.
4670         (Bug#13898)
4672 2013-11-24  Bozhidar Batsov  <bozhidar@batsov.com>
4674         * emacs-lisp/helpers.el: Add some string helpers.
4675         (string-trim-left): Removes leading whitespace.
4676         (string-trim-right): Removes trailing whitespace.
4677         (string-trim): Removes leading and trailing whitespace.
4679         * subr.el (string-suffix-p): New function.
4681 2013-11-23  Glenn Morris  <rgm@gnu.org>
4683         * progmodes/python.el (python-shell-send-file):
4684         Add option to delete file when done.  (Bug#15647)
4685         (python-shell-send-string, python-shell-send-region): Use it.
4687 2013-11-23  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
4689         * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
4690         to set buffer-read-only to t, never to nil.  (Bug#15938)
4692         * textmodes/tex-mode.el (latex-noindent-environments):
4693         Add safe-local-variable property.  (Bug#15936)
4695 2013-11-23  Glenn Morris  <rgm@gnu.org>
4697         * textmodes/enriched.el (enriched-mode): Doc fix.
4698         * emacs-lisp/authors.el (authors-renamed-files-alist):
4699         Add enriched.doc -> enriched.txt.
4701         * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
4703 2013-11-22  Leo Liu  <sdl.web@gmail.com>
4705         * progmodes/octave.el (inferior-octave-startup): Spit out error
4706         message.
4708 2013-11-22  Bozhidar Batsov  <bozhidar@batsov.com>
4710         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
4711         Improve docstring.
4712         Add :version.
4713         (ruby-encoding-magic-comment-style): Add :version.
4715 2013-11-22  Leo Liu  <sdl.web@gmail.com>
4717         * progmodes/octave.el (octave-operator-regexp): Exclude newline.
4718         (Bug#15076)
4719         (octave-help-mode): Adapt to change to help-mode-finish to use
4720         derived-mode-p on 2013-09-17.
4721         (inferior-octave-prompt): Also match octave-gui.
4722         (octave-kill-process): Don't ask twice.  (Bug#10564)
4724 2013-11-22  Leo Liu  <sdl.web@gmail.com>
4726         * progmodes/octave.el (inferior-octave-process-live-p): New helper.
4727         (inferior-octave-startup, inferior-octave-check-process)
4728         (inferior-octave-track-window-width-change)
4729         (octave-completion-at-point, octave-eldoc-function): Use it.
4730         (octave-kill-process): Provide confirmation.  (Bug#10564)
4732 2013-11-21  Leo Liu  <sdl.web@gmail.com>
4734         * progmodes/octave.el (octave-mode, inferior-octave-mode):
4735         Fix obsolete variable comment-use-global-state.
4737 2013-11-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4739         * progmodes/octave.el (octave-mode-map, octave-mode-menu):
4740         Add `octave-source-file'.
4741         (octave-source-file): New function.  (Bug#15935)
4743 2013-11-21  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>
4745         * net/eww.el (eww-local-regex): New variable.
4746         (eww): Use it to detect localhost and similar.
4748 2013-11-21  Leo Liu  <sdl.web@gmail.com>
4750         Add completion for command `ag'.
4751         * pcmpl-x.el (pcmpl-x-ag-options): New variable.
4752         (pcomplete/ag): New function.
4753         (pcmpl-x-ag-options): New function.  Handle `[no]' in long options.
4755 2013-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4757         * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
4758         (bug#14646).
4759         (make-obsolete): Remove interactive spec.
4761 2013-11-21  Glenn Morris  <rgm@gnu.org>
4763         * startup.el (command-line-1): Use path-separator with -L.
4765 2013-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
4767         * emacs-lisp/package.el (describe-package-1): Add package archive
4768         to shown fields.
4770 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
4772         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
4773         Change default to "# encoding: %s" to differentiate it from the
4774         default Ruby encoding comment template.
4776 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
4778         * ses.el (ses-mode): Doc fix.  (Bug#14748)
4780 2013-11-20  Leo Liu  <sdl.web@gmail.com>
4782         * window.el (display-buffer-alist): Doc fix.  (Bug#13594)
4784 2013-11-19  Dan Nicolaescu  <dann@gnu.org>
4786         * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
4787         when rebase or bisect are in progress.
4789 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
4791         * filenotify.el (file-notify-add-watch): Doc fix.
4793 2013-11-19  Leo Liu  <sdl.web@gmail.com>
4795         * obsolete/rcompile.el: Mark obsolete.
4797         * progmodes/compile.el (compilation-start)
4798         (compilation-goto-locus, compilation-find-file):
4799         Pass no-display-ok and handle nil value from display-buffer.
4800         (Bug#13594)
4802         * window.el (display-buffer-alist, display-buffer): Document the
4803         new parameter no-display-ok.  Return either a window or nil
4804         but never a non-window value.
4806 2013-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4808         * electric.el (electric-indent-mode-map): Remove.
4809         (electric-indent-mode): Change the global-map instead (bug#15915).
4811         * textmodes/text-mode.el (paragraph-indent-minor-mode):
4812         Use add-function.
4814 2013-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4816         * emacs-lisp/nadvice.el (remove-function): Align with
4817         add-function's behavior.
4819         * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
4820         (gdb--string-regexp): New constant.
4821         (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
4822         (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
4823         (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
4824         submatch 1.
4825         (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
4826         Adjust use accordingly.
4827         (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
4829 2013-11-17  Adam Sokolnicki  <adam.sokolnicki@gmail.com>  (tiny change)
4831         * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
4832         interpolation curlies (Bug#15914).
4834 2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
4836         * calc/calc.el (calc-context-sensitive-enter): New variable.
4837         (calc-enter): Use `calc-context-sensitive-enter'.
4839 2013-11-16  Teodor Zlatanov  <tzz@lifelogs.com>
4841         * progmodes/cfengine.el: Version bump.
4842         (cfengine-cf-promises): New defcustom to locate cf-promises.
4843         (cfengine3-vartypes): Add new "data" type.
4844         (cfengine3--current-word): New function to get current name-like
4845         word or its bounds.
4846         (cfengine3--current-function): New function to look up a CFEngine
4847         function's definition.
4848         (cfengine3-format-function-docstring): New function.
4849         (cfengine3-make-syntax-cache): New function.
4850         (cfengine3-documentation-function): New function: ElDoc glue.
4851         (cfengine3-completion-function): New function: completion glue.
4852         (cfengine3-mode): Set `compile-command',
4853         `eldoc-documentation-function', and add to
4854         `completion-at-point-functions'.
4856 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
4858         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
4859         `tramp-current-connection'.
4861 2013-11-15  Dmitry Gutov  <dgutov@yandex.ru>
4863         * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
4864         nil/self/true/false with "end of symbol".
4866 2013-11-15  Bozhidar Batsov  <bozhidar@batsov.com>
4868         * subr.el (version-regexp-alist): Fix a typo.
4870 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
4872         * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
4873         "en_US.utf8" and "LC_CTYPE" to "".
4874         (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
4875         (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
4877 2013-11-15  Leo Liu  <sdl.web@gmail.com>
4879         * loadhist.el (read-feature): Get rid of fake feature nil.  (Bug#15889)
4881 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4883         * progmodes/gud.el (ctl-x-map):
4884         Remove C-x SPC binding.  (Bug#12342)
4885         (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
4887 2013-11-14  Bozhidar Batsov  <bozhidar@batsov.com>
4889         * subr.el (version-regexp-alist):
4890         Recognize hg, svn and darcs versions as snapshot versions.
4892         * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
4893         'always-utf8 value of `ruby-insert-encoding-magic-comment'.
4894         (ruby--encoding-comment-required-p): Extract from
4895         `ruby-mode-set-encoding'.
4896         (ruby-mode-set-encoding): Add the ability to always insert an
4897         utf-8 encoding comment.  Fix and simplify coding comment update
4898         logic.
4900 2013-11-14  Michael Albinus  <michael.albinus@gmx.de>
4902         * net/tramp-gvfs.el (top): Run init code only when
4903         `tramp-gvfs-enabled' is not nil.
4904         (tramp-gvfs-enabled): Check also :system bus.
4906 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4908         Sync with upstream verilog-mode revision 78e66ba.
4909         * progmodes/verilog-mode.el (verilog-end-of-defun)
4910         (verilog-type-completion, verilog-get-list): Remove unused funcs.
4911         (verilog-get-end-of-defun): Remove unused argument.
4912         (verilog-comment-depth): Remove unused local `e'.
4913         (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
4914         Don't pass arg to verilog-get-end-of-defun.
4916 2013-11-14  Glenn Morris  <rgm@gnu.org>
4918         * obsolete/assoc.el (aget): Prefix dynamic variable.
4920         * allout-widgets.el (allout-widgets): No need to autoload defgroup.
4922 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4924         * widget.el, hfy-cmap.el: Remove bogus package version number.
4926 2013-11-13  Glenn Morris  <rgm@gnu.org>
4928         * replace.el (replace-eval-replacement):
4929         Try to give more helpful error message.  (Bug#15836)
4931         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
4932         (archive-7z-update): Avoid custom type mismatches.
4934         * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
4936 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
4938         * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
4939         address can be empty.
4941         * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
4942         Accept nil SWITCHES.
4943         (tramp-gvfs-handle-write-region): Implement APPEND.
4945 2013-11-12  Dmitry Gutov  <dgutov@yandex.ru>
4947         * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
4948         binary "|" operator and closing block args delimiter.
4949         Remove FIXME comment referring to Ruby 1.8-only syntax.
4950         (ruby-smie--implicit-semi-p): Not after "|" operator.
4951         (ruby-smie--closing-pipe-p): New function.
4952         (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
4953         (ruby-smie-rules): Indent after "|".
4955 2013-11-12  Glenn Morris  <rgm@gnu.org>
4957         * ps-print.el (ps-face-attribute-list):
4958         Handle anonymous faces.  (Bug#15827)
4960 2013-11-12  Martin Rudalics  <rudalics@gmx.at>
4962         * window.el (display-buffer-other-frame): Fix doc-string.
4963         (Bug#15868)
4965 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4967         * subr.el (force-mode-line-update): Delete, move to buffer.c.
4969 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
4971         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
4972         (tramp-sh-handle-file-local-copy): Don't write a message when
4973         saving temporary files.
4975         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
4976         both directories are remote.
4977         (tramp-smb-handle-directory-files): Do not return double entries.
4978         Do not expand full file names.
4979         (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
4980         (tramp-smb-handle-write-region): Implement APPEND.
4981         (tramp-smb-get-stat-capability): Fix a stupid bug.
4983 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4985         * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
4987 2013-11-11  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
4989         * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
4990         throwing error over malformed let/let* (bug#15814).
4992 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4994         * iswitchb.el (iswitchb-mode): Mark obsolete.
4996 2013-11-11  Glenn Morris  <rgm@gnu.org>
4998         * international/uni-bidi.el, international/uni-category.el:
4999         * international/uni-name.el, international/uni-numeric.el:
5000         Regenerate for Unicode 6.3.0.
5002 2013-11-10  Michael Albinus  <michael.albinus@gmx.de>
5004         * net/tramp.el (tramp-methods):
5005         * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
5006         2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
5008 2013-11-09  Andreas Schwab  <schwab@linux-m68k.org>
5010         * progmodes/sh-script.el (sh-font-lock-keywords-var):
5011         Force highlighting text after Summary keyword in doc face for rpm.
5013 2013-11-09  Dmitry Gutov  <dgutov@yandex.ru>
5015         * textmodes/ispell.el (ispell-lookup-words): When `look' is not
5016         available and the word has no wildcards, append one to the grep pattern.
5017         http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
5018         (ispell-complete-word): Call `ispell-lookup-words' with the value
5019         independent of `ispell-look-p'.
5021 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
5023         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
5024         Not after "||".
5025         (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
5026         their parent.
5028 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5030         * progmodes/ruby-mode.el: Don't require cl any more.  Use pcase instead.
5031         (ruby-font-lock-keywords): Use backquote.
5033 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
5035         * progmodes/ruby-mode.el (ruby-smie--forward-token)
5036         (ruby-smie--backward-token): Only consider full-string matches.
5038 2013-11-08  Jan Djärv  <jan.h.d@swipnet.se>
5040         * faces.el (describe-face): Add distant-foreground.
5042 2013-11-08  Bozhidar Batsov  <bozhidar@batsov.com>
5044         * progmodes/ruby-mode.el: Improve encoding comment handling.
5045         (ruby-encoding-magic-comment-style): New option.
5046         (ruby-custom-encoding-magic-comment-template): New option.
5047         (ruby--insert-coding-comment, ruby--detect-encoding):
5048         New functions extracted from `ruby-mode-set-encoding'.
5049         (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
5050         to control the style of the auto-inserted encoding comment.
5052 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
5054         * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
5055         Use `smie-backward-sexp' with token argument.
5057 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
5059         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
5060         Remove instrumentation code.
5062 2013-11-08  Glenn Morris  <rgm@gnu.org>
5064         * progmodes/autoconf.el (autoconf-mode):
5065         Tweak comment-start-skip.  (Bug#15822)
5067 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5069         * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
5070         at bobp (bug#15826).
5071         (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
5073 2013-11-08  Darren Hoo  <darren.hoo@gmail.com>
5075         * man.el (Man-start-calling): New macro, extracted from
5076         Man-getpage-in-background.
5077         (Man-getpage-in-background): Use it.
5078         (Man-update-manpage): New command.
5079         (Man-mode-map): Bind it.
5081 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
5083         * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
5084         of "and", "or", "&&" and "||".
5085         (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
5086         argument.  Prohibit opening curly brace because it could only be a
5087         block opener in that position.
5088         (ruby-smie--forward-token, ruby-smie--backward-token):
5089         Separate "|" from "&" or "*" going after it.  That can happen in block
5090         arguments.
5091         (ruby-smie--indent-to-stmt): New function, seeks the end of
5092         previous statement or beginning of buffer.
5093         (ruby-smie-rules): Use it.
5094         (ruby-smie-rules): Check if there's a ":" before a curly block
5095         opener candidate; if there is, it's a hash.
5097 2013-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5099         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
5100         (cl--block-wrapper): Fix last accidental change.
5102 2013-11-07  Michael Albinus  <michael.albinus@gmx.de>
5104         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
5105         Instrument, in order to hunt failure on hydra.
5107 2013-11-05  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
5109         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
5110         malformed bindings form (bug#15814).
5112 2013-11-07  Dmitry Gutov  <dgutov@yandex.ru>
5114         * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
5115         "." compared to " @ ".  This incidentally fixes some indentation
5116         examples with "do".
5117         (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
5118         (ruby-smie-grammar): New tokens: "and" and "or".
5119         (ruby-smie--args-separator-p): Fix the check for tokens at POS.
5120         Exclude "and" and "or".  Remove "do" in order to work around token
5121         priorities.
5122         (ruby-smie-rules): Add all infix tokens.  Handle the case of
5123         beginning-of-buffer.
5125 2013-11-06  Glenn Morris  <rgm@gnu.org>
5127         * Makefile.in (setwins_almost, setwins_for_subdirs):
5128         Avoid accidental matches.
5130 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5132         * menu-bar.el (popup-menu): Use key-binding.
5134 2013-11-06  Eli Zaretskii  <eliz@gnu.org>
5136         * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
5137         menus, support also the menus produced by minor modes.
5138         (Bug#15817)
5140 2013-11-06  Leo Liu  <sdl.web@gmail.com>
5142         * thingatpt.el (thing-at-point-looking-at): Add optional arg
5143         DISTANCE to bound the search.  All uses changed.  (Bug#15808)
5145 2013-11-06  Glenn Morris  <rgm@gnu.org>
5147         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
5148         (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
5149         (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
5151 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5153         * electric.el (electric-indent-just-newline): New command.
5154         (electric-indent-mode-map): New keymap.
5155         (electric-indent-mode, electric-pair-mode, electric-layout-mode):
5156         Re-add :group which weren't redundant.
5158         * electric.el (electric-indent-local-mode): New minor mode.
5159         (electric-indent-functions-without-reindent): New var.
5160         (electric-indent-post-self-insert-function): Use it.
5161         * emacs-lisp/gv.el (buffer-local-value): Add setter.
5163 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
5165         * international/quail.el (quail-help): Be more explicit about the
5166         meaning of the labels shown on the keys.  (Bug#15800)
5168         * startup.el (normal-top-level): Load the subdirs.el files before
5169         setting the locale environment.  (Bug#15805)
5171 2013-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5173         * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
5174         via arguments so as to get the right ones (bug#15418).
5176         * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
5178 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
5180         Fix problems found while writing a test suite.
5182         * net/tramp-compat.el (tramp-compat-load): New defun.
5183         * net/tramp.el (tramp-handle-load): Use it.
5185         * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
5186         "(numberp ok-if-already-exists)" correctly.
5188 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
5190         * international/characters.el (glyphless-char-display-control):
5191         Add usage note.
5193 2013-11-05  Bozhidar Batsov  <bozhidar@batsov.com>
5195         * progmodes/python.el (python-mode):
5196         * progmodes/scheme.el (scheme-mode):
5197         * progmodes/prolog.el (prolog-mode):
5198         * progmodes/ruby-mode.el (ruby-mode):
5199         * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
5200         (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
5202 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5204         * rect.el (rectangle--highlight-for-redisplay):
5205         * emacs-lisp/smie.el (smie--next-indent-change):
5206         Use buffer-chars-modified-tick.
5208         * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
5210         * electric.el (electric-indent-post-self-insert-function):
5211         Only delete trailing whitepsace if it is indeed trailing (bug#15767).
5213 2013-11-04  Helmut Eller  <eller.helmut@gmail.com>
5215         * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
5217 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
5219         * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
5220         (bug#15786).
5222 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5224         * emacs-lisp/helpers.el: Move from helpers.el.  Use lexical-binding.
5226         * progmodes/python.el: Fix up last change.
5227         (python-shell--save-temp-file): New function.
5228         (python-shell-send-string): Use it.  Remove `msg' arg.  Don't assume
5229         `string' comes from the current buffer.
5230         (python-shell-send-string-no-output): Remove `msg' arg.
5231         (python--use-fake-loc): New var.
5232         (python-shell-buffer-substring): Obey it.  Try to compensate for the
5233         extra coding line added by python-shell--save-temp-file.
5234         (python-shell-send-region): Use python-shell--save-temp-file and
5235         python-shell-send-file directly.  Add `nomain' argument.
5236         (python-shell-send-buffer): Use python-shell-send-region.
5237         (python-electric-pair-string-delimiter): New function.
5238         (python-mode): Use it.
5240 2013-11-04  Eli Zaretskii  <eliz@gnu.org>
5242         * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
5243         eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
5244         environment and decoding all of the default-directory's to here
5245         from command-line.
5246         (command-line): Decode also argv[0].
5248         * loadup.el: Error out if default-directory is a multibyte string
5249         when we are dumping.
5251         * Makefile.in (emacs): Don't set LC_ALL=C.  (Bug#15260)
5253 2013-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
5255         * emacs-lisp/package.el (package-menu-mode)
5256         (package-menu--print-info, package-menu--archive-predicate):
5257         Add Archive column to package list.
5259 2013-11-04  Michael Albinus  <michael.albinus@gmx.de>
5261         Fix problems found while writing a test suite.
5263         * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
5264         (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
5265         (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
5266         to nil when running original file name handler.  Otherwise,
5267         there are problems with constructs like "$$FOO".
5269         * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
5270         for `localname'.
5272 2013-11-04  Bozhidar Batsov  <bozhidar@batsov.com>
5274         * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
5276         * subr.el (version<, version<=, version=):
5277         Update docstrings with information for snapshot versions.
5279         * helpers.el: New library for misc helper functions.
5280         (hash-table-keys): New function returning a list of hash keys.
5281         (hash-table-values): New function returning a list of hash values.
5283 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
5285         * progmodes/ruby-mode.el (ruby-smie--forward-token)
5286         (ruby-smie--backward-token): Tokenize heredocs as semicolons.
5288 2013-11-04  Michal Nazarewicz  <mina86@mina86.com>
5290         * textmodes/fill.el (fill-single-char-nobreak-p): New function
5291         checking whether point is after a 1-letter word.
5293 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
5295         * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
5296         Don't infloop when expanding region over `multiline' syntax-type that
5297         begins a line (bug#15778).
5299 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5301         * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
5302         Make it into a proper minor mode.
5303         (rectangle--region): (implicitly) rename to rectangle-mark-mode.
5304         (rectangle-mark-mode-map): New keymap.
5305         (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
5307 2013-11-04  Glenn Morris  <rgm@gnu.org>
5309         * startup.el (command-line-1): Allow `-L :...' to append to load-path.
5311 2013-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5313         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
5314         (ruby-smie-rules): Use smie-rule-parent instead.
5316         * emacs-lisp/smie.el (smie-rule-parent): Always call
5317         smie-indent-virtual rather than only for hanging tokens.
5318         (smie--next-indent-change): New helper command.
5320 2013-11-03  Glenn Morris  <rgm@gnu.org>
5322         * Makefile.in (abs_srcdir): Remove.
5323         (emacs): Unset EMACSLOADPATH.
5325 2013-11-02  Glenn Morris  <rgm@gnu.org>
5327         * Makefile.in (EMACS): Use a relative filename.
5328         (abs_top_builddir): Remove.
5329         (custom-deps, finder-data, autoloads): Use --chdir.
5331         * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
5333         Use relative filenames in TAGS files.
5334         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
5335         (lisptagsfiles4, TAGS): Use relative file names.
5336         (TAGS-LISP): Remove.
5337         (maintainer-clean): No more TAGS-LISP file.
5339         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
5340         (lisptagsfiles4): Use absolute filenames again.
5341         (TAGS, TAGS-LISP): Not everything needs to run in one line.
5342         Remove all *loaddefs files, not just the first.  Remove esh-groups.
5343         (maintainer-clean): Delete TAGS, TAGS-LISP.
5345 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
5347         * emacs-lisp/package.el (package-version-join):
5348         Recognize snapshot versions.
5350 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
5352         * subr.el (version-regexp-alist): Add support for snapshot versions.
5354 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
5356         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
5357         New function, replacement for `smie-rule-parent' for when we want to
5358         skip over our direct parent if it's an assignment token..
5359         (ruby-smie-rules): Use it.
5361 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
5363         * progmodes/ruby-mode.el: Use `syntax-propertize-function'
5364         unconditionally.  Remove now unnecessary forward declarations.
5365         Remove XEmacs-specific setup.
5366         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
5367         (ruby-font-lock-syntactic-keywords)
5368         (ruby-comment-beg-syntax, ruby-in-here-doc-p)
5369         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
5370         (ruby-here-doc-end-syntax): Remove.
5371         (ruby-mode): Don't check whether `syntax-propertize-rules' is
5372         defined as function.
5374 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
5376         * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
5378 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
5380         * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
5381         table and abbrev table, `define-derived-mode' does that for us
5382         anyway.
5384 2013-11-01  Glenn Morris  <rgm@gnu.org>
5386         * Makefile.in: Remove manual mh-e dependencies (writing .elc
5387         files is atomic for some time, so no parallel compilation issues).
5389 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
5391         * faces.el (face-x-resources): Add :distant-foreground.
5392         (region): Use :distant-foreground for gtk and ns.
5394 2013-11-01  Tassilo Horn  <tsdh@gnu.org>
5396         Allow multiple bibliographies when BibLaTeX is used rather than
5397         BibTeX.
5398         * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
5399         (reftex-locate-bibliography-files): Us it.
5401 2013-11-01  Claudio Bley  <claudio.bley@googlemail.com>
5403         * image.el (image-type-header-regexps): Fix the 'pbm' part to
5404         allow comments in pbm files.
5406         * term/w32-win.el (dynamic-library-alist): Support newer versions
5407         of libjpeg starting with v7: look only for the DLL from the
5408         version against which Emacs was built.
5409         Support versions of libpng beyond 1.4.x.
5410         Support libtiff v4.x.
5412 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
5414         * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
5415         (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
5416         Add property :safe.
5417         (ruby-deep-arglist): Add property :type.
5419 2013-10-31  Glenn Morris  <rgm@gnu.org>
5421         * Makefile.in (custom-deps, finder-data): No need to setq the target
5422         variables, we are in the right directory and the defaults work fine.
5424 2013-10-30  Glenn Morris  <rgm@gnu.org>
5426         * Makefile.in (autoloads): Do not use abs_lisp.
5428         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5429         `newline' does not respect `standard-output', so use `princ'.
5431 2013-10-30  Alp Aker  <alp.tekin.aker@gmail.com>
5433         Ensure unmarking in buffer menu clears 'S' marks.  (Bug#15761)
5434         * buff-menu.el (Buffer-menu--unmark): New function.
5435         (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
5437 2013-10-30  Glenn Morris  <rgm@gnu.org>
5439         * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
5441         * emacs-lisp/package.el (lm-homepage): Declare.
5443         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
5444         Fix doc typos.
5446         * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
5448         * Makefile.in (finder-data, autoloads, update-subdirs)
5449         (compile-main, compile-clean, compile-always, bootstrap-clean):
5450         Check return value of cd.
5451         (compile-calc): Remove.
5453 2013-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5455         * simple.el (copy-region-as-kill): Fix call to region-extract-function.
5457         * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
5458         (byte-compile-and-folded): New function.
5459         (=, <, >, <=, >=): Use it.
5461         * dos-w32.el (minibuffer-history-case-insensitive-variables)
5462         (path-separator, null-device, buffer-file-coding-system)
5463         (lpr-headers-switches): Check system-type before modifying them.
5464         (find-buffer-file-type-coding-system): Mark obsolete.
5465         (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
5466         find-file-not-found-set-buffer-file-coding-system.
5467         (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
5468         (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
5469         (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
5470         (w32-direct-print-region-helper, w32-direct-print-region-function)
5471         (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
5472         * startup.el (normal-top-level-add-subdirs-to-load-path):
5473         * ps-print.el (ps-print-region-function):
5474         * lpr.el (print-region-function): Use new name.
5476         * subr.el (custom-declare-variable-early): Remove function.
5477         (custom-declare-variable-list): Remove var.
5478         (error, user-error): Remove `while' loop.
5479         (read-quoted-char-radix, read-quoted-char): Move to simple.el.
5480         (user-emacs-directory-warning, locate-user-emacs-file):
5481         Move to files.el.
5482         * simple.el (read-quoted-char-radix, read-quoted-char):
5483         * files.el (user-emacs-directory-warning, locate-user-emacs-file):
5484         Move from subr.el.
5485         * custom.el (custom-declare-variable-list): Don't process
5486         custom-declare-variable-list.
5488         * progmodes/python.el (python-shell-get-buffer): New function.
5489         (python-shell-get-process): Use it.
5490         (python-shell-send-string): Always use utf-8 and add a cookie to tell
5491         Python which encoding was used.  Don't split-string since we only care
5492         about the first line.  Return the temp-file, if applicable.
5493         (python-shell-send-region): Tell compile.el how to turn locations in
5494         the temp-file into locations in the source buffer.
5496 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5498         * subr.el (undefined): Add missing behavior from the C code for
5499         unbound keys.
5501         * rect.el: Use lexical-binding.  Add new rectangular region support.
5502         (rectangle-mark): New command.
5503         (rectangle--region): New var.
5504         (deactivate-mark-hook): Reset rectangle--region.
5505         (rectangle--extract-region, rectangle--insert-for-yank)
5506         (rectangle--highlight-for-redisplay)
5507         (rectangle--unhighlight-for-redisplay): New functions.
5508         (region-extract-function, redisplay-unhighlight-region-function)
5509         (redisplay-highlight-region-function): Use them to handle
5510         rectangular region.
5511         * simple.el (region-extract-function): New var.
5512         (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
5513         (kill-new, kill-append): Remove obsolete `yank-handler' argument.
5514         (kill-region): Replace obsolete `yank-handler' arg with `region'.
5515         (copy-region-as-kill, kill-ring-save): Add `region' argument.
5516         (redisplay-unhighlight-region-function)
5517         (redisplay-highlight-region-function): New vars.
5518         (redisplay--update-region-highlight): New function.
5519         (pre-redisplay-function): Use it.
5520         (exchange-point-and-mark): Don't deactivate the mark before
5521         reactivate-it anyway.
5522         * comint.el (comint-kill-region): Remove yank-handler argument.
5523         * delsel.el (delete-backward-char, backward-delete-char-untabify)
5524         (delete-char): Remove property, since it's now part of their
5525         default behavior.
5526         (self-insert-iso): Remove property since this command doesn't exist.
5528         * emacs-lisp/package.el (package--download-one-archive)
5529         (describe-package-1): Don't query the user about final newline.
5531 2013-10-29  Daniel Colascione  <dancol@dancol.org>
5533         * net/tramp.el (tramp-methods): Document new functionality.
5534         * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
5535         tramp-hostname-checker if method provides one instead of scanning
5536         argument list for "%h" to decide hostname acceptability.
5538 2013-10-28  Michael Albinus  <michael.albinus@gmx.de>
5540         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
5541         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
5542         Handle COPY-CONTENTS.  (Bug#15737)
5544 2013-10-28  Daiki Ueno  <ueno@gnu.org>
5546         * epa-file.el
5547         (epa-file-cache-passphrase-for-symmetric-encryption):
5548         Document that this option has no effect with GnuPG 2.0 (bug#15552).
5550 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
5552         * image.el (defimage, image-load-path): Doc fixes.
5554 2013-10-27  Alan Mackenzie  <acm@muc.de>
5556         Indent statements in macros following "##" correctly.
5557         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
5558         Modify the "#" arm of a cond form to handle "#" and "##" operators.
5560 2013-10-27  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
5562         * linum.el (linum-update-window): Fix boundary test (bug#13446).
5564 2013-10-27  Dmitry Gutov  <dgutov@yandex.ru>
5566         * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
5567         after `=' is probably a new expression.
5569 2013-10-27  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5571         * man.el (man-imenu-title): New option.
5572         (Man-mode-map): Add menu.  (Bug#15722)
5573         (Man-mode): Add imenu to menu.
5575 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
5577         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
5578         specific in what the first arg can be: a non-keyword word,
5579         string/regexp/percent literal opener, opening paren, or unary
5580         operator followed directly by word.
5582 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5584         * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
5585         (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
5586         (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
5587         (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
5588         Remove vars, they do not apply any more.
5589         (prolog-mode-abbrev-table): Remove redundant declaration.
5590         (prolog-upper-case-string, prolog-lower-case-string): Remove.
5591         (prolog-use-smie): Remove.
5592         (prolog-smie-rules): Add indentation rule for the if-then-else layout
5593         supported by prolog-electric-if-then-else-flag.
5594         (prolog-mode-variables, prolog-menu): Use setq-local.
5595         (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
5596         Remove binding to `Backspace' since this key doesn't exist anyway.
5597         Remove bindings for electric self-inserting keys.
5598         (prog-mode): Assume it's defined.
5599         (prolog-post-self-insert): New function.
5600         (prolog-mode): Use it.
5601         (prolog-indent-line, prolog-indent-level)
5602         (prolog-find-indent-of-matching-paren)
5603         (prolog-indentation-level-of-line, prolog-goto-comment-column)
5604         (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
5605         (prolog-goto-next-paren, prolog-in-string-or-comment)
5606         (prolog-tokenize, prolog-inside-mline-comment)
5607         (prolog-find-start-of-mline-comment): Remove functions.
5608         (prolog-find-unmatched-paren, prolog-clause-end)
5609         (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
5610         (prolog-electric--if-then-else): Rename from
5611         prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
5612         (prolog-tokenize-searchkey): Remove const.
5613         (prolog-clause-info): Use forward-sexp.
5614         (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
5615         (prolog-electric-if-then-else): Remove commands.
5616         (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
5617         for use in post-self-insert-hook.
5618         (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
5619         for use in post-self-insert-hook.
5620         (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
5621         for use in post-self-insert-hook.
5622         (prolog-electric--underscore): Rename from prolog-electric--underscore;
5623         adapt it for use in post-self-insert-hook.
5625 2013-10-25  Michael Albinus  <michael.albinus@gmx.de>
5627         * emacs-lisp/ert.el (ert-run-tests-interactively):
5628         Use `completing-read'.  (Bug#9756)
5630 2013-10-25  Eli Zaretskii  <eliz@gnu.org>
5632         * simple.el (line-move): Call line-move-1 instead of
5633         line-move-visual when the current window hscroll is zero, but
5634         temporary-goal-column indicates we will need to hscroll as result
5635         of the movement.  (Bug#15712)
5637 2013-10-25  Dmitry Gutov  <dgutov@yandex.ru>
5639         * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
5640         capitalization.  Use :visible instead of :active.
5641         Fix `ruby-indent-exp' reference.  Add menu items for the generic
5642         commands that are used with SMIE.
5643         (ruby-do-end-to-brace): Insert space after `{'.
5645 2013-10-25  John Anthony  <john@jo.hnanthony.com>
5647         * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu.  (Bug#15600)
5649         * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu.  (Bug#15599)
5651 2013-10-25  Glenn Morris  <rgm@gnu.org>
5653         * vc/vc.el (vc-print-log): Don't use a working revision unless
5654         one was explicitly specified.  (Bug#15322)
5656 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5658         * subr.el (add-to-list): Preserve return value in compiler-macro
5659         (bug#15692).
5661 2013-10-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5663         * progmodes/octave.el (octave-lookfor): Handle empty lookfor
5664         result.  Ask user to retry using '-all' flag.  (Bug#15701)
5666 2013-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5668         * emacs-lisp/smie.el: New smie-config system.
5669         (smie-config): New defcustom.
5670         (smie-edebug, smie-config-show-indent, smie-config-set-indent)
5671         (smie-config-guess, smie-config-save): New commands.
5672         (smie-config--mode-local, smie-config--buffer-local)
5673         (smie-config--trace, smie-config--modefuns): New vars.
5674         (smie-config--advice, smie-config--mode-hook)
5675         (smie-config--setter, smie-config-local, smie-config--get-trace)
5676         (smie-config--guess-value, smie-config--guess): New functions.
5677         (smie-indent-forward-token, smie-indent-backward-token): Don't copy
5678         text properties.  Treat "string fence" syntax like string syntax.
5680         * progmodes/sh-script.el (sh-use-smie): Change default.
5681         (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
5682         (sh-var-value): Simplify by CSE.
5683         (sh-show-indent, sh-set-indent, sh-learn-line-indent)
5684         (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
5685         is used.
5686         (sh-guess-basic-offset): Use cl-incf.
5687         (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
5689 2013-10-24  Helmut Eller  <eller.helmut@gmail.com>
5691         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
5692         (bug#15699).
5694 2013-10-24  Glenn Morris  <rgm@gnu.org>
5696         * Makefile.in (abs_top_srcdir): Remove.
5697         (update-subdirs): Use relative path to update-subdirs.
5699 2013-10-24  Eli Zaretskii  <eliz@gnu.org>
5701         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
5702         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
5703         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
5704         Call unmsys--file-name before expand-file-name, not after it.
5706 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
5708         * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
5709         (ert-test-skipped): New error.
5710         (ert-skip, ert-stats-skipped): New defuns.
5711         (ert--skip-unless): New macro.
5712         (ert-test-skipped): New struct.
5713         (ert--run-test-debugger, ert-test-result-type-p)
5714         (ert-test-result-expected-p, ert--stats, ert-stats-completed)
5715         (ert--stats-set-test-and-result, ert-char-for-test-result)
5716         (ert-string-for-test-result, ert-run-tests-batch)
5717         (ert--results-update-ewoc-hf, ert-run-tests-interactively):
5718         Handle skipped tests.  (Bug#9803)
5720 2013-10-24  Glenn Morris  <rgm@gnu.org>
5722         * Makefile.in (check-declare): Remove unnecessary path in -l argument.
5724         * Makefile.in (abs_top_srcdir): New, set by configure.
5725         (update-subdirs): Correct build-aux location.
5727 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
5729         * vc/vc.el (vc-print-root-log): Always set `default-directory'
5730         value, whether we could auto-deduce `backend', or not.
5732         * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
5733         with parameters" example.  Simplify the "is it block or is it
5734         hash" check, but also make it more thorough.
5736 2013-10-23  Masashi Fujimoto  <masfj.dev@gmail.com>  (tiny change)
5738         * battery.el (battery-pmset): Handle OS X Mavericks.  (Bug#15694)
5740 2013-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5742         * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
5743         { if it is hanging.
5745         * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
5746         :before ";".
5748 2013-10-23  Jed Brown  <jed@59A2.org>  (tiny change)
5750         * progmodes/compile.el (compilation-directory-matcher)
5751         (compilation-page-delimiter):
5752         Support GNU Make-4.0 directory quoting.  (Bug#15678)
5754 2013-10-23  Leo Liu  <sdl.web@gmail.com>
5756         * ido.el (ido-tidy): Handle read-only text.
5758 2013-10-23  Glenn Morris  <rgm@gnu.org>
5760         * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
5761         (emacs, compile, compile-always):
5762         Quote entities that might contain whitespace.
5763         (custom-deps, finder-data, autoloads): Use abs_lisp.
5764         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
5765         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
5766         ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
5768 2013-10-23  Dmitry Gutov  <dgutov@yandex.ru>
5770         * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
5771         Use `following-char'.
5773 2013-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5775         * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
5776         * progmodes/ruby-mode.el (ruby-smie-rules):
5777         Remove corresponding workaround.  Fix indentation rule of ";" so it
5778         also applies when ";" is the parent.
5780 2013-10-22  Xue Fuqiao  <xfq.free@gmail.com>
5782         * frame.el (display-screens, display-pixel-height)
5783         (display-pixel-width, display-mm-width, display-backing-store)
5784         (display-save-under, display-planes, display-color-cells)
5785         (display-visual-class, display-monitor-attributes-list):
5786         Mention the optional ‘display’ argument in doc strings.
5788 2013-10-22  Michael Gauland  <mikelygee@amuri.net>
5790         * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
5791         viewers such as evince when ebnf-production-name-p is nil.  (Bug#15625)
5793 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
5795         * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
5796         TODO.  Add "." after " @ ".
5797         (ruby-smie--at-dot-call): New function.  Checks if point at method
5798         call with explicit target.
5799         (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
5800         to the method name tokens when it precedes them.
5801         (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
5802         (ruby-smie-rules): Add rule for indentation before and after "."
5803         token.
5805 2013-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5807         * textmodes/remember.el (remember-diary-extract-entries):
5808         Avoid add-to-list.
5810         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
5811         an instruction.
5813 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
5815         * progmodes/ruby-mode.el (ruby-smie-grammar):
5816         Add (almost) all infix operators.
5817         (ruby-smie--implicit-semi-p): Add new operator chars.
5819         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
5820         `smie-down-list'.
5821         (ruby-smie--args-separator-p): Check that there's no newline
5822         between method call and its arguments.
5824 2013-10-20  Alan Mackenzie  <acm@muc.de>
5826         Allow comma separated lists after Java "implements".
5828         * progmodes/cc-engine.el (c-backward-over-enum-header):
5829         Parse commas.
5830         * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
5831         from a "disallowed" list in enum fontification.
5833 2013-10-20  Johan Bockgård  <bojohan@gnu.org>
5835         * startup.el (default-frame-background-mode): Remove unused defvar.
5837         * progmodes/verilog-mode.el (verilog-mode): Don't set
5838         comment-indent-function globally.
5840 2013-10-20  Jan Djärv  <jan.h.d@swipnet.se>
5842         * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
5843         Move Info menu item creation to ns-win.el.
5845         * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
5846         in menu bar.
5848         * menu-bar.el: Move GNUstep specific menus...
5850         * term/ns-win.el (ns-initialize-window-system): ... to here.
5852 2013-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5854         * simple.el (newline): Only run post-self-insert-hook when
5855         called interactively.
5857 2013-10-19  Johan Bockgård  <bojohan@gnu.org>
5859         * icomplete.el (icomplete-with-completion-tables): Add :version.
5861 2013-10-19  Alan Mackenzie  <acm@muc.de>
5863         Fix fontification bugs with constructors and const.
5865         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
5866         CASE 2) Remove the check for the absence of a suffix construct
5867         after a function declaration with only types (no identifiers) in
5868         the parentheses.  Also, accept a function declaration with just a
5869         type inside the parentheses, if this type can be positively
5870         recognised as such, or if a prefix keyword like "explicit" nails
5871         down the construct as a declaration.
5873 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
5875         * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
5876         TTY menu actions and down-mouse-N to tty-menu-ignore.  This solves
5877         the problem whereby selecting a menu item that leads to a
5878         minibuffer prompt moves the cursor out of the minibuffer window,
5879         making it hard to type at the prompt.  Suggested by Stefan Monnier
5880         <monnier@iro.umontreal.ca>.
5882 2013-10-19  Jan Djärv  <jan.h.d@swipnet.se>
5884         * menu-bar.el: Don't make Services menu.
5886 2013-10-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5888         * ffap.el: Handle "/usr/include/c++/<version>" directories.
5889         (ffap-alist): Use ffap-c++-mode for c++-mode.
5890         (ffap-c++-path): New variable.
5891         (ffap-c++-mode): New function.
5893 2013-10-19  Joe Vornehm Jr.  <joe.vornehm@gmail.com>  (tiny change)
5895         * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
5897 2013-10-18  Michael Albinus  <michael.albinus@gmx.de>
5899         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
5900         introduced on 2013-09-08, which results in an infinite loop
5901         requesting a password.
5903 2013-10-18  Glenn Morris  <rgm@gnu.org>
5905         * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
5907 2013-10-18  Wilson Snyder  <wsnyder@wsnyder.org>
5909         Sync with upstream verilog-mode revision 1a6ecec7.
5910         * progmodes/verilog-mode.el (verilog-mode-version): Update.
5911         (verilog-mode-release-date): Remove.
5912         (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
5913         (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
5914         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
5915         (verilog-auto-tieoff-ignore-regexp)
5916         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
5917         (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
5918         (verilog-signals-with, verilog-dir-cache-preserving)
5919         (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
5920         Doc fixes.
5921         (verilog-case-fold): New option, to control case folding in
5922         regexp searches, bug597.
5923         (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
5924         (verilog-string-match-fold, verilog-in-paren-count)
5925         (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
5926         (verilog-at-close-struct-p): New functions.
5927         (verilog-beg-block-re-ordered, verilog-extended-case-re)
5928         (verilog-forward-sexp, verilog-set-auto-endcomments)
5929         (verilog-leap-to-case-head): Handle "unique0" case.
5930         (verilog-in-constraint-re): New constant.
5931         (verilog-keywords, verilog-type-font-keywords):
5932         Add some SystemVerilog 1800-2012 keywords.
5933         (verilog-label-be): Remove unimplemented argument, bug669.
5934         (verilog-batch-execute-func): When batch expanding clear
5935         create-lockfiles to prevent spurious user locks when a file ends
5936         up not changing.
5937         (verilog-calculate-indent, verilog-calc-1)
5938         (verilog-at-close-constraint-p, verilog-at-constraint-p)
5939         (verilog-do-indent): Fix indentation of nested constraints
5940         and structures.
5941         (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
5942         (verilog-auto-inst-param): Use verilog-string-match-fold.
5943         (verilog-read-inst-module-matcher):
5944         Fix AUTOINST on gate primitives with #1.
5945         (verilog-read-decls): Fix double-declaring user-defined typed signals.
5946         Reads all user-defined typed variables.
5947         (verilog-read-defines): Fix reading definitions inside comments, bug647.
5948         (verilog-signals-matching-regexp)
5949         (verilog-signals-not-matching-regexp, verilog-auto):
5950         Respect verilog-case-fold.
5951         (verilog-diff-report): Fix line count.
5952         (verilog-auto-assign-modport): Remove unused local `modi'.
5953         (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
5954         better handle multidimensional arrays.
5955         Fix packed array ports misadding bit index in AUTOINST, bug637.
5956         (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
5957         to not double-declare existing outputs and inputs, respectively.
5958         (verilog-template-map): Bind U to verilog-sk-uvm-component.
5959         (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
5960         (verilog-sk-uvm-component): New skeleton.
5961         (verilog-submit-bug-report): Add verilog-case-fold,
5962         remove verilog-mode-release-date.
5964 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
5966         * subr.el (sit-for): Call (input-pending-p t) so as to behave
5967         as before.
5969 2013-10-18  Reuben Thomas  <rrt@sc3d.org>
5971         * textmodes/remember.el (remember): Set buffer-offer-save in
5972         remember buffers (bug#13566).
5974 2013-10-18  Daniel Colascione  <dancol@dancol.org>
5976         When evaluating forms in ielm, direct standard output to ielm
5977         buffer.  Add new ielm-return-for-effect command.  Remove trailing
5978         whitespace throughout.
5980         * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
5981         (ielm-return-for-effect): New command.
5982         (ielm-send-input): Accept optional `for-effect' parameter.
5983         (ielm-eval-input): Accept optional `for-effect' parameter.
5984         Bind `standard-output' to stream we create using
5985         `ielm-standard-output-impl'.  Suppress printing result when
5986         `for-effect'.
5987         (ielm-standard-output-impl): New function.
5988         (inferior-emacs-lisp-mode): Explain new features in documentation.
5990 2013-10-17  Michael Albinus  <michael.albinus@gmx.de>
5992         Code cleanup.
5994         * net/tramp.el (tramp-debug-message): Do not check for connection
5995         buffer.
5996         (tramp-message): Use "vector" connection property.
5998         * net/tramp.el (tramp-rfn-eshadow-update-overlay)
5999         (tramp-equal-remote, tramp-eshell-directory-change)
6000         * net/tramp-adb.el (tramp-adb-handle-copy-file)
6001         (tramp-adb-handle-rename-file)
6002         * net/tramp-cmds.el (tramp-list-remote-buffers)
6003         (tramp-cleanup-connection, tramp-cleanup-this-connection)
6004         * net/tramp-compat.el (tramp-compat-process-running-p)
6005         * net/tramp-ftp.el (tramp-ftp-file-name-handler)
6006         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
6007         (tramp-gvfs-handle-rename-file)
6008         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
6009         (tramp-set-file-uid-gid)
6010         * net/tramp-smb.el (tramp-smb-handle-copy-file)
6011         (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
6012         of `file-remote-p'.
6014         * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
6015         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
6016         (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
6017         (tramp-gw-open-network-stream): Suppress unrelated traces.
6019         * net/tramp-adb.el (tramp-adb-maybe-open-connection)
6020         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
6021         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6022         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
6023         connection property.
6025         * net/tramp-cache.el (top): Suppress traces when reading
6026         persistency file.
6028         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
6029         Refactor common code.  Improve debug message.
6030         (tramp-maybe-open-connection)
6031         * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
6032         connection buffer too early.
6034         * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
6035         from `tramp-smb-actions-with-acl'.
6036         (tramp-smb-actions-set-acl): New defconst.
6037         (tramp-smb-handle-copy-directory)
6038         (tramp-smb-action-get-acl): New defun, renamed from
6039         `tramp-smb-action-with-acl'.
6040         (tramp-smb-action-set-acl): New defun.
6041         (tramp-smb-handle-set-file-acl): Rewrite.
6043 2013-10-17  Glenn Morris  <rgm@gnu.org>
6045         * indent.el (indent-rigidly): Fix 2013-10-08 change.  (Bug#15635)
6047 2013-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6049         * skeleton.el (skeleton-newline): Remove.
6050         (skeleton-internal-1): Use (insert "\n") instead.
6052         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
6053         let-bindings.
6055         * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
6056         forward-sexp-function while we redo its job (bug#15613).
6058 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
6060         * calc/calc-comb.el (math-prime-test): Don't assume large integers are
6061         represented by lists.
6063 2013-10-16  Glenn Morris  <rgm@gnu.org>
6065         * tmm.el (tmm--history): New dynamic variable.
6066         (tmm-prompt): Use tmm--history in place of `history'.  (Bug#15623)
6068 2013-10-16  Michael Albinus  <michael.albinus@gmx.de>
6070         * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
6071         (tramp-smb-errors): Add error messages.
6072         (tramp-smb-actions-with-acl): New defconst.
6073         (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
6074         (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
6075         (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
6076         (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
6077         (tramp-smb-get-stat-capability): Fix tests.
6079 2013-10-16  Dima Kogan  <dima@secretsauce.net>  (tiny change)
6081         * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
6082         (bug#15580).
6084 2013-10-16  Glenn Morris  <rgm@gnu.org>
6086         * ansi-color.el (ansi-color-drop-regexp):
6087         Add 1J, 1K, 2K.  (Bug#15617)
6089         * files.el (hack-local-variables--warned-lexical): New.
6090         (hack-local-variables):
6091         Warn about misplaced lexical-binding.  (Bug#15616)
6093         * net/eww.el (eww-render): Always set eww-current-url,
6094         and update header line.  (Bug#15622)
6095         (eww-display-html): ... Rather than just doing it here.
6097 2013-10-15  Eli Zaretskii  <eliz@gnu.org>
6099         * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
6100         menu navigations commands.
6102 2013-10-14  Dima Kogan  <dima@secretsauce.net>  (tiny change)
6104         * progmodes/subword.el (subword-capitalize): Be careful when
6105         the search for [[:alpha:]] fails (bug#15580).
6107 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
6109         * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
6110         to commands that scroll the menu.
6112 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
6114         * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
6115         Handle methods ending with `?' and `!'.
6117 2013-10-14  Akinori MUSHA  <knu@iDaemons.org>
6119         * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
6120         `japanese-cp932' to `cp932' to fix the problem where saving a
6121         source file written in Shift_JIS twice would end up having
6122         `coding: japanese-cp932' which Ruby could not recognize.
6123         (ruby-mode-set-encoding): Add support for encodings mapped to nil
6124         in `ruby-encoding-map'.
6125         (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
6126         doesn't need to be explicitly declared in magic comment.
6127         (ruby-encoding-map): Add type declaration for better customize UI.
6129 2013-10-13  Glenn Morris  <rgm@gnu.org>
6131         * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
6132         Occur buffers are read-only.  http://bugs.debian.org/720775
6134         * emacs-lisp/authors.el (authors-fixed-entries):
6135         Comment out old alpha stuff.
6137 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
6139         * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
6140         to `after-save-hook' instead of `before-save-hook'.
6141         (ruby-mode-set-encoding): Use the value of coding system used to
6142         write the file.  Call `basic-save-buffer-1' after modifying the
6143         buffer.
6145 2013-10-13  Alan Mackenzie  <acm@muc.de>
6147         Fix indentation/fontification of Java enum with
6148         "implements"/generic.
6150         * progmodes/cc-engine.el (c-backward-over-enum-header):
6151         Extracted from the three other places and enhanced to handle generics.
6152         (c-inside-bracelist-p): Uses new function above.
6153         * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
6154         function above.
6155         (c-font-lock-enum-tail): Uses new function above.
6157 2013-10-13  Kenichi Handa  <handa@gnu.org>
6159         * international/mule-cmds.el (select-safe-coding-system): Remove a
6160         superfluous condition in chekcing whether a coding system is safe
6161         or not.
6163 2013-10-13  Oleh Krehel  <ohwoeowho@gmail.com>
6165         * replace.el (how-many): Fix rstart and !rend case.  (Bug#15589)
6167 2013-10-13  Andreas Politz  <politza@hochschule-trier.de>
6169         * progmodes/sql.el (sql-add-product): Fix paren typo.  (Bug#15435)
6171 2013-10-13  Glenn Morris  <rgm@gnu.org>
6173         * menu-bar.el (menu-bar-update-buffers):
6174         Unify Buffers menu prompt string.  (Bug#15576)
6176         * face-remap.el (text-scale-adjust): Doc fix.  (Bug#15434)
6178         * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
6179         Add some entries.
6180         (authors-fixed-entries): Use accented form of name.
6182 2013-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6184         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
6185         method calls (bug#15594).
6186         (ruby-smie--args-separator-p): New function.
6187         (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
6188         recognize paren-free method calls.
6190         * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
6191         internals of universal-argument.
6193 2013-10-11  Eli Zaretskii  <eliz@gnu.org>
6195         * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
6196         Bind all menu-bar sequences to tty-menu-exit -- this pops down a
6197         dropped menu on second mouse click on the menu bar.
6199 2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6201         * progmodes/sh-script.el: Provide simpl(e|istic) completion.
6202         (explicit-shell-file-name): Declare.
6203         (sh--vars-before-point, sh--cmd-completion-table): New functions.
6204         (sh-completion-at-point-function): New function.
6205         (sh-mode): Use it.
6206         (sh-smie--keyword-p): Remove unused argument.
6207         (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
6208         vars.
6209         (sh-set-shell): Always setup SMIE, even if we use the
6210         old indentation code.
6212 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
6214         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
6215         cases of ? and =.
6216         (ruby-smie-rules): Simplify the "do" rule.  The cases when the
6217         predicate would return nil are almost non-existent.
6218         (ruby-smie--redundant-do-p): Include "until" and "for" statements.
6220         * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
6221         cache also after commands that modify the buffer but don't move
6222         point.
6224 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6226         * env.el (substitute-env-in-file-name): New function.
6227         (substitute-env-vars): Extend the meaning of the optional arg.
6229 2013-10-10  Eli Zaretskii  <eliz@gnu.org>
6231         * term/w32-win.el (dynamic-library-alist): Define separate lists
6232         of GIF DLLs for versions before and after 5.0.0 of giflib.
6233         (Bug#15531)
6235 2013-10-10  João Távora  <joaotavora@gmail.com>
6237         * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
6238         not locked, use last revision and current source as
6239         defaults.  (Bug#15569)
6241 2013-10-10  Masatake YAMATO  <yamato@redhat.com>
6243         * menu-bar.el (menu-bar-open): Don't use popup-menu if
6244         menu-bar is hidden.
6246 2013-10-10  Martin Rudalics  <rudalics@gmx.at>
6248         * window.el (pop-to-buffer-same-window): Fix doc-string.
6249         (Bug#15492)
6251 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6253         * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
6255 2013-10-10  Andrei Chițu  <andrei.chitu1@gmail.com>  (tiny change)
6257         * calendar/icalendar.el (icalendar-import-file):
6258         Fix interactive spec.  (Bug#15482)
6260 2013-10-10  Glenn Morris  <rgm@gnu.org>
6262         * desktop.el (desktop-save): Default to saving in .emacs.d,
6263         since PWD is no longer in desktop-path by default.  (Bug#15319)
6265         * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
6266         now that text mode has a menu with the same entry.
6267         (menu-bar-text-mode-auto-fill): Remove now unused func.
6268         * textmodes/text-mode.el (text-mode-map):
6269         Use auto-fill help text from menu-bar.el.
6271 2013-10-10  John Anthony  <john@jo.hnanthony.com>
6273         * textmodes/text-mode.el (text-mode-map): Add a menu.  (Bug#15562)
6275 2013-10-09  Juri Linkov  <juri@jurta.org>
6277         * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
6278         instead of this-command-keys.  Add universal-argument-more and
6279         universal-argument-minus to the list of prefix commands.  (Bug#15568)
6281 2013-10-09  Glenn Morris  <rgm@gnu.org>
6283         * vc/vc-svn.el (vc-svn-create-repo):
6284         Expand paths in file://... url.  (Bug#15446)
6286         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
6287         Add some entries.
6288         (authors): Remove unused local variables.
6290 2013-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6292         * profiler.el: Create a more coherent calltree from partial backtraces.
6293         (profiler-format): Hide the tail with `invisible' so that C-s can still
6294         find the hidden elements.
6295         (profiler-calltree-depth): Don't recurse so enthusiastically.
6296         (profiler-function-equal): New hash-table-test.
6297         (profiler-calltree-build-unified): New function.
6298         (profiler-calltree-build): Use it.
6299         (profiler-report-make-name-part): Indent the calltree less.
6300         (profiler-report-mode): Add visibility specs for profiler-format.
6301         (profiler-report-expand-entry, profiler-report-toggle-entry):
6302         Expand the whole subtree when provided with a prefix arg.
6304 2013-10-09  Dmitry Gutov  <dgutov@yandex.ru>
6306         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
6307         iuwu-mod token.
6308         (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
6309         hanging iuwu-mod token.
6310         (ruby-smie--forward-token): Do not include a dot after a token in
6311         that token.
6312         (ruby-smie--backward-token): Likewise.
6314 2013-10-08  Juri Linkov  <juri@jurta.org>
6316         * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
6317         to isearch-other-control-char.
6318         (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
6319         and isearch-post-command-hook to post-command-hook.
6320         (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
6321         and isearch-post-command-hook from post-command-hook.
6322         (isearch-unread-key-sequence)
6323         (isearch-reread-key-sequence-naturally)
6324         (isearch-lookup-scroll-key, isearch-other-control-char)
6325         (isearch-other-meta-char): Remove functions.
6326         (isearch-pre-command-hook, isearch-post-command-hook):
6327         New functions based on isearch-other-meta-char rewritten
6328         relying on the new behavior of overriding-terminal-local-map
6329         that does not replace the local keymaps any more.  (Bug#15200)
6331 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
6333         Support menus on text-mode terminals.
6334         * tmm.el (tmm-menubar): Adapt doc string to TTY menus
6335         functionality.
6337         * tooltip.el (tooltip-mode): Don't error out on TTYs.
6339         * menu-bar.el (popup-menu, popup-menu-normalize-position):
6340         Move here from mouse.el.
6341         (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
6342         and arrow keys.
6343         (tty-menu-navigation-map): New map for TTY menu navigation.
6345         * loadup.el ("tooltip"): Load even if x-show-tip is not available.
6347         * frame.el (display-mouse-p): Report text-mode mouse as available
6348         on w32.
6349         (display-popup-menus-p): Report availability if mouse is
6350         available; don't condition on window-system.
6352         * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
6353         (tty-menu-selected-face): New faces.
6355 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6357         * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
6358         (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
6359         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
6360         (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
6361         New constants.
6362         (lisp-mode-variables): New `elisp' argument.
6363         (emacs-lisp-mode): Use it.
6364         * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
6365         (lisp-font-lock-keywords-2): Move to lisp-mode.el.
6367         * indent.el: Use lexical-binding.
6368         (indent-region): Add progress reporter.
6369         (tab-stop-list): Make it implicitly extend to infinity by repeating the
6370         last step.
6371         (indent--next-tab-stop): New function to implement this behavior.
6372         (tab-to-tab-stop, move-to-tab-stop): Use it.
6374 2013-10-08  Teemu Likonen  <tlikonen@iki.fi>
6376         * indent.el (indent-rigidly--current-indentation): New function.
6377         (indent-rigidly-map): New var.
6378         (indent-rigidly): Use it to provide interactive mode (bug#8196).
6380 2013-10-08  Bastien Guerry  <bzg@gnu.org>
6382         * register.el (insert-register): Fix 2013-10-07 change.
6384 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6386         * progmodes/perl-mode.el: Use lexical-binding.
6387         Remove redundant :group args.
6388         (perl-nochange): Change default to be closer to other major modes's
6389         standard behavior.
6390         (perl-indent-line): Don't consider text on current line as a
6391         valid beginning of function from which to indent.
6393         * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
6394         with more than one argument (bug#15538).
6396         * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
6398         * vc/pcvs.el: Use lexical-binding.
6399         (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
6400         environment of `eval'.
6401         (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
6402         than a list of expressions.  Adjust callers.
6403         * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
6405 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
6407         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
6408         case of the dot in a chained method call being on the following line.
6410 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6412         * electric.el (electric-indent-inhibit): New var.
6413         (electric-indent-post-self-insert-function): Use it.
6414         * progmodes/python.el (python-mode): Set it.
6416         * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
6417         open braces.
6419         * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
6421         * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
6422         (css-mode): Use electric-indent-chars.
6424         * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
6425         (font-lock-beg, font-lock-end): Move before first use.
6426         (nxml-mode): Use syntax-propertize-function.
6427         (nxml-after-change, nxml-after-change1): Adjust accordingly.
6428         (nxml-extend-after-change-region): Remove.
6429         * nxml/xmltok.el: Use lexical-binding.
6430         (xmltok-save): Use `declare'.
6431         (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
6432         * nxml/nxml-util.el: Use lexical-binding.
6433         (nxml-with-degradation-on-error, nxml-with-invisible-motion):
6434         Use `declare'.
6435         * nxml/nxml-ns.el: Use lexical-binding.
6436         (nxml-ns-save): Use `declare'.
6437         (nxml-ns-prefixes-for): Avoid add-to-list.
6438         * nxml/rng-match.el: Use lexical-binding.
6439         (rng--ipattern): Use cl-defstruct.
6440         (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
6441         (rng-cons-group-after, rng-subst-group-after)
6442         (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
6443         Use closures instead of `(lambda...).
6445 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
6447         * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
6448         of BEG and END.
6450         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6451         Use `tramp-handle-insert-file-contents'.
6452         (tramp-gvfs-handle-insert-file-contents): Remove function.
6454         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
6455         Use `save-restriction' in order to keep markers.
6457         * net/trampver.el: Update release number.
6459 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6461         * progmodes/compile.el (compilation-parse-errors):
6462         Use compilation--put-prop.
6463         (compilation--ensure-parse): Check compilation-multiline.
6465         * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
6467         * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
6468         lexical-binding.
6470         * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
6472         * progmodes/ruby-mode.el: Fix recently added tests.
6473         (ruby-smie-grammar): Add - and +.
6474         (ruby-smie--redundant-do-p, ruby-smie--forward-id)
6475         (ruby-smie--backward-id): New functions.
6476         (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
6477         (ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
6478         any more.
6480 2013-10-07  Leo Liu  <sdl.web@gmail.com>
6482         * register.el (register-preview-delay)
6483         (register-preview-functions): New variables.
6484         (register-read-with-preview, register-preview)
6485         (register-describe-oneline): New functions.
6486         (point-to-register, window-configuration-to-register)
6487         (frame-configuration-to-register, jump-to-register)
6488         (number-to-register, view-register, insert-register)
6489         (copy-to-register, append-to-register, prepend-to-register)
6490         (copy-rectangle-to-register): Use register-read-with-preview to
6491         read register.  (Bug#15525)
6493 2013-10-06  Dato Simó  <dato@net.com.org.es>  (tiny change)
6495         * net/network-stream.el (network-stream-open-starttls): Don't add
6496         --insecure if it's already present, because that gnutls-cli
6497         rejects getting that parameter twice.
6499 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
6501         * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
6502         keyword, too.
6504 2013-10-05  Dmitry Gutov  <dgutov@yandex.ru>
6506         * newcomment.el (comment-use-global-state): Change default value
6507         to t, mark obsolete (Bug#15251).
6508         (comment-beginning): In addition to `comment-to-syntax', check the
6509         value of `comment-use-global-state'.
6511 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6513         * progmodes/ruby-mode.el (ruby-use-smie): Change default.
6514         (ruby-comment-column): Follow the global default, by default.
6515         (ruby-smie-grammar): Add assignment syntax.
6516         (ruby-smie--implicit-semi-p): No implicit semi-colon after an
6517         open-paren, a comma, or a \.
6518         (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
6519         and line continuations.
6520         (ruby-smie-rules): Adjust handling of open-paren, now that it's never
6521         followed by implicit semi-colons.  Add rule for string concatenation
6522         and for indentation at BOB.
6523         (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
6525         * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
6526         calling next-sexp, since next-token may have skipped chars which
6527         next-sexp doesn't know should be skipped!
6529 2013-10-05  Leo Liu  <sdl.web@gmail.com>
6531         * progmodes/octave.el (octave-send-region):
6532         Call compilation-forget-errors.
6534 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
6536         * vc/vc-svn.el (vc-svn-find-admin-dir):
6537         * vc/vc-rcs.el (vc-rcs-find-admin-dir):
6538         * vc/vc-mtn.el (vc-mtn-find-admin-dir):
6539         * vc/vc-cvs.el (vc-cvs-find-admin-dir):
6540         * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
6542 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6544         * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
6546 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6548         * subr.el (read-passwd): Hide chars even when called within a context
6549         where after-change-functions is disabled (bug#15501).
6550         (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
6551         until we removed ourself from overriding-terminal-local-map.
6553 2013-10-04  Leo Liu  <sdl.web@gmail.com>
6555         * progmodes/octave.el (inferior-octave-mode):
6556         Call compilation-forget-errors.
6558 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
6560         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
6562 2013-10-04  Michael Albinus  <michael.albinus@gmx.de>
6564         * net/secrets.el (secrets-create-collection): Add optional
6565         argument ALIAS.  Use proper Label keyword.  Append ALIAS as
6566         dbus-call-method argument.  (Bug#15516)
6568 2013-10-04  Leo Liu  <sdl.web@gmail.com>
6570         * progmodes/octave.el (inferior-octave-error-regexp-alist)
6571         (inferior-octave-compilation-font-lock-keywords): New variables.
6572         (compilation-error-regexp-alist)
6573         (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
6574         (inferior-octave-mode): Use compilation-shell-minor-mode.
6576 2013-10-04  Jorgen Schaefer  <forcer@forcix.cx>
6578         * minibuffer.el (completion--replace): Be careful that `end' might be
6579         a marker.
6581 2013-10-03  Daiki Ueno  <ueno@gnu.org>
6583         Add support for package signature checking.
6584         * emacs-lisp/package.el (url-http-file-exists-p)
6585         (epg-make-context, epg-context-set-home-directory)
6586         (epg-verify-string, epg-context-result-for)
6587         (epg-signature-status, epg-signature-to-string)
6588         (epg-check-configuration, epg-configuration)
6589         (epg-import-keys-from-file): Declare.
6590         (package-check-signature): New user option.
6591         (package-unsigned-archives): New user option.
6592         (package-desc): Add `signed' field.
6593         (package-load-descriptor): Set `signed' field if .signed file exists.
6594         (package--archive-file-exists-p): New function.
6595         (package--check-signature): New function.
6596         (package-install-from-archive): Check package signature.
6597         (package--download-one-archive): Check archive signature.
6598         (package-delete): Remove .signed file.
6599         (package-import-keyring): New command.
6600         (package-refresh-contents): Import default keyring.
6601         (package-desc-status): Add "unsigned" status.
6602         (describe-package-1, package-menu--print-info)
6603         (package-menu-mark-delete, package-menu--find-upgrades)
6604         (package-menu--status-predicate): Support "unsigned" status.
6606 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6608         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
6609         the new compilation scheme using the new byte-codes.
6611         * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
6612         (byte-pophandler): New byte codes.
6613         (byte-goto-ops): Adjust accordingly.
6614         (byte-compile--use-old-handlers): New var.
6615         (byte-compile-catch): Use new byte codes depending on
6616         byte-compile--use-old-handlers.
6617         (byte-compile-condition-case--old): Rename from
6618         byte-compile-condition-case.
6619         (byte-compile-condition-case--new): New function.
6620         (byte-compile-condition-case): New function that dispatches depending
6621         on byte-compile--use-old-handlers.
6622         (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
6623         when we can.
6625         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6626         Optimize under `condition-case' and `catch' if
6627         byte-compile--use-old-handlers is nil.
6628         (disassemble-offset): Handle new bytecodes.
6630 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6632         * subr.el (error): Use `declare'.
6633         (decode-char, encode-char): Use advertised-calling-convention instead
6634         of the docstring to discourage use of the `restriction' arg.
6636 2013-10-03  Daiki Ueno  <ueno@gnu.org>
6638         * epg.el (epg-verify-file): Add a comment saying that it does not
6639         notify verification error as a return value nor a signal.
6640         (epg-verify-string): Ditto.
6642 2013-10-02  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
6644         * progmodes/compile.el (compilation-start): Try globbing the arg to
6645         `cd' (bug#15417).
6647 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
6649         Sync with Tramp 2.2.8.
6651         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
6652         * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
6653         * net/trampver.el: Update release number.
6655 2013-10-01  Jan Djärv  <jan.h.d@swipnet.se>
6657         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
6658         and default-process-coding-system for darwin only.
6660 2013-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6662         * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
6664 2013-10-01  Mitchel Humpherys  <mitch.special@gmail.com>  (tiny change)
6666         * vc/vc-git.el (vc-git-grep): Disable pager.
6668 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
6670         * emacs-lisp/package.el (package-buffer-info, describe-package-1):
6671         Use :url instead of :homepage, as per
6672         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
6674         * newcomment.el (comment-beginning): When `comment-use-syntax' is
6675         non-nil, use `syntax-ppss' (Bug#15251).
6677 2013-09-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6679         * progmodes/octave.el (inferior-octave-startup-file):
6680         Prefer ~/.emacs.d/init_octave.m.
6682 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
6684         * emacs-lisp/package.el (package-desc-from-define):
6685         Accept additional arguments as plist, convert them to an alist and store
6686         them in the `extras' slot.
6687         (package-generate-description-file): Convert extras alist back to
6688         plist and append to the `define-package' form arguments.
6689         (package--alist-to-plist): New function.
6690         (package--ac-desc): Add `extras' slot.
6691         (package--add-to-archive-contents): Check if the archive-contents
6692         vector is long enough, and if it is, pass its `extras' slot value
6693         to `package-desc-create'.
6694         (package-buffer-info): Call `lm-homepage', pass the returned value
6695         to `package-desc-from-define'.
6696         (describe-package-1): Render the homepage button (Bug#13291).
6698         * emacs-lisp/package-x.el (package-upload-buffer-internal):
6699         Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
6701 2013-09-29  Jan Djärv  <jan.h.d@swipnet.se>
6703         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
6704         and default-process-coding-system to utf-8-unix (Bug#15402).
6706 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
6708         * subr.el (looking-back): Do not recommend using looking-back.
6710 2013-09-28  Alan Mackenzie  <acm@muc.de>
6712         Fix indentation/fontification of Java enum with "implements".
6714         * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
6715         regexp which matches "implements", etc., in Java.
6716         * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
6717         specifier clauses coming after "enum".
6718         * progmodes/cc-fonts.el (c-font-lock-declarations)
6719         (c-font-lock-enum-tail): Check for extra specifier clauses coming
6720         after "enum".
6722 2013-09-28  Jan Djärv  <jan.h.d@swipnet.se>
6724         * faces.el (region): Change ns_selection_color to
6725         ns_selection_fg_color, add ns_selection_bg_color.
6727 2013-09-28  Leo Liu  <sdl.web@gmail.com>
6729         * progmodes/octave.el (inferior-octave-completion-table)
6730         (inferior-octave-completion-at-point): Minor tweaks.
6732         * textmodes/ispell.el (ispell-lookup-words): Rename from
6733         lookup-words.  (Bug#15460)
6734         (lookup-words): Obsolete.
6735         (ispell-complete-word, ispell-command-loop): All uses changed.
6737 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6739         * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
6740         (octave-mode-menu): Add octave-send-buffer.
6741         (octave-send-buffer): New function.
6743 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6745         * progmodes/octave.el (octave-mode-map): Add key binding for
6746         octave-lookfor.
6747         (octave-mode-menu): Add octave-lookfor.
6748         (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
6749         octave-lookfor.
6750         (octave-lookfor): New function.
6752 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6754         * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
6755         (cl--loop-iterator-function): Rename from cl--loop-map-form and change
6756         its convention.
6757         (cl--loop-set-iterator-function): New function.
6758         (cl-loop): Adjust accordingly, so as not to use cl-subst.
6759         (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
6760         Bind `it' with `let' instead of substituting it with `cl-subst'.
6761         (cl--unused-var-p): New function.
6762         (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
6763         Eliminate some unused variable warnings (bug#15326).
6765 2013-09-27  Tassilo Horn  <tsdh@gnu.org>
6767         * doc-view.el (doc-view-scale-reset): Rename from
6768         `doc-view-reset-zoom-level'.
6769         (doc-view-scale-adjust): New command.
6770         (doc-view-mode-map): Remap `text-scale-adjust' bindings to
6771         `doc-view-scale-adjust'.
6773 2013-09-26  Tassilo Horn  <tsdh@gnu.org>
6775         * doc-view.el (doc-view-reset-zoom-level): New command.
6776         (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
6777         zoom commands (bug#15466).
6779 2013-09-26  Kenichi Handa  <handa@gnu.org>
6781         * international/quail.el (quail-help): Make it not a command.
6783 2013-09-26  Leo Liu  <sdl.web@gmail.com>
6785         * minibuffer.el (completion-all-sorted-completions): Make args
6786         optional as they are.
6788 2013-09-25  Daniel Colascione  <dancol@dancol.org>
6790         * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
6791         specs are and that they're not evaluated.
6793 2013-09-24  Sam Steingold  <sds@gnu.org>
6795         * midnight.el (clean-buffer-list-kill-regexps)
6796         (clean-buffer-list-kill-buffer-names): Update for the new Man
6797         buffer naming which includes the object name.
6799 2013-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6801         * eshell/esh-cmd.el (eshell--sep-terms): New var.
6802         (eshell-parse-command, eshell-parse-pipeline): Use it since
6803         eshell-separate-commands requires a dynamic scoped var.
6804         Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
6806 2013-09-23  Leo Liu  <sdl.web@gmail.com>
6808         * autoinsert.el (auto-insert-alist): Make the value of
6809         lexical-binding match its file setting.
6811 2013-09-23  Juanma Barranquero  <lekktu@gmail.com>
6813         * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
6815         * autoarg.el (autoarg-kp-digit-argument):
6816         * electric.el (Electric-command-loop):
6817         * kmacro.el (kmacro-step-edit-insert):
6818         Do not set universal-argument-num-events.
6820 2013-09-22  Leo Liu  <sdl.web@gmail.com>
6822         * files.el (interpreter-mode-alist): Add octave.
6824 2013-09-21  Alan Mackenzie  <acm@muc.de>
6826         C++: fontify identifier in declaration following "public:" correctly.
6827         * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
6828         to match "public", etc.
6829         (c-decl-prefix-re): Add ":" into the C++ value.
6830         * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
6831         bit.  Add a check for a ":" preceded by "public", etc.
6833 2013-09-21  Eli Zaretskii  <eliz@gnu.org>
6835         * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
6836         recognized by GDB 7.5 and later.
6838 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
6840         * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
6842 2013-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6844         * subr.el (internal--call-interactively): New const.
6845         (called-interactively-p): Use it (bug#3984).
6847 2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
6849         * vc/pcvs.el (cvs-mode-ignore):
6850         * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
6851         Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
6853 2013-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6855         * eshell/em-ls.el: Use advice.  Remove redundant :group keywords.
6856         (eshell-ls-orig-insert-directory): Remove.
6857         (eshell-ls-unload-hook): Not a defcustom any more.  Use advice-remove.
6858         (eshell-ls-use-in-dired): Use advice-add/remove.
6859         (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
6860         Add `orig-fun' arg for use in :around advice.
6861         Make it check (redundantly) eshell-ls-use-in-dired.
6863 2013-09-19  Glenn Morris  <rgm@gnu.org>
6865         * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
6867         * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
6869         * emacs-lisp/eieio.el (class-parent): Undo previous change.
6871 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
6873         * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
6874         (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
6875         (tramp-get-remote-python): New defuns.
6876         (tramp-get-remote-uid-with-perl)
6877         (tramp-get-remote-gid-with-perl): New defuns.  Perl code
6878         contributed by yary <not.com@gmail.com> (tiny change).
6879         (tramp-get-remote-uid-with-python)
6880         (tramp-get-remote-gid-with-python): New defuns.  Python code
6881         contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
6882         (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
6884 2013-09-19  Glenn Morris  <rgm@gnu.org>
6886         * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
6888         * eshell/em-unix.el (eshell-remove-entries):
6889         Rename argument to avoid name-clash with global `top-level'.
6891         * eshell/esh-proc.el (eshell-kill-process-function):
6892         Remove eshell-reset-after-proc from eshell-kill-hook if present.
6893         (eshell-reset-after-proc): Remove unused arg `proc'.
6895         * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
6896         (directory-files-and-attributes): Mark unused arg.
6898         * eshell/em-unix.el (eshell-remove-entries):
6899         Remove unused arg `path'.  Update callers.
6901         * eshell/em-hist.el (eshell-hist-parse-arguments):
6902         Remove unused arg `silent'.  Update callers.
6904         * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
6905         Fix (f)boundp mix-up.
6907         * eshell/em-smart.el (eshell-smart-scroll-window)
6908         (eshell-disable-after-change):
6909         * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
6911 2013-09-18  Alan Mackenzie  <acm@muc.de>
6913         Fix fontification of type when followed by "const".
6914         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
6915         "known" types from fontification.
6917 2013-09-18  Glenn Morris  <rgm@gnu.org>
6919         * emacs-lisp/chart.el (x-display-color-cells): Declare.
6920         (chart-face-list): Drop Emacsen without display-color-p.
6922         * net/eww.el (libxml-parse-html-region): Declare.
6923         (eww-display-html): Explicit error if no libxml2 support.
6925         * doc-view.el (doc-view-mode): Silence --without-x compilation.
6927         * image.el (image-type-from-buffer, image-multi-frame-p):
6928         Remove --without-x warning/error.
6930         * mouse.el (mouse-yank-primary):
6931         * term.el (term-mouse-paste):
6932         Reorder to silence --without-x compilation.
6934         * mpc.el (doc-view-mode): Silence --without-x compilation.
6936         * mail/rmailmm.el (rmail-mime-set-bulk-data):
6937         Silence --without-x compilation.
6939         * progmodes/gud.el (gud-find-file, gud-mode):
6940         Silence --without-x compilation.
6941         (tooltip-mode): Declare.
6943         * wdired.el (dired-backup-overwrite): Remove declaration.
6944         (wdired-mode-map): Add doc string.
6946         * custom.el (x-get-resource): Declare.
6948         * eshell/em-glob.el (ange-cache):
6949         * eshell/em-unix.el (ange-cache): Declare.
6951         * faces.el (x-display-list, x-open-connection, x-get-resource):
6952         Declare.
6954         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
6955         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
6956         Declare.
6958         * frame.el (x-display-grayscale-p, x-display-name): Declare.
6960         * net/gnutls.el (gnutls-log-level): Declare.
6962         * net/shr.el (image-size, image-animate): Declare.
6964         * simple.el (font-info): Declare.
6966         * subr.el (x-popup-dialog): Declare.
6968         * term/common-win.el (x-select-enable-primary)
6969         (x-last-selected-text-primary, x-last-selected-text-clipboard):
6970         Declare.
6972         * term/ns-win.el (x-handle-args): Declare.
6974         * term/x-win.el (x-select-enable-clipboard): Declare.
6976         * term/w32-win.el (create-default-fontset): Declare.
6978         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
6979         Declare.
6981         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
6982         (fit-frame-to-buffer): Explicit error if --without-x.
6983         (mouse-autoselect-window-select): Silence compiler.
6985         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
6987         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
6988         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
6989         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
6990         * eshell/esh-util.el (eshell-sublist):
6991         Remove unused local variables.
6993         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
6995         * textmodes/two-column.el: Make 2C-split work for --without-x.
6996         (scroll-bar-columns): Autoload.
6997         (top-level): Require fringe when compiling.
6999 2013-09-18  Leo Liu  <sdl.web@gmail.com>
7001         * subr.el (add-hook): Robustify to handle closure as well.
7003 2013-09-17  Glenn Morris  <rgm@gnu.org>
7005         * simple.el (messages-buffer-mode-map): Unbind "g".
7007 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7009         * help-mode.el (help-mode-finish): Use derived-mode-p.
7010         Remove obsolete highlighting.
7012         * play/life.el (life-mode): Use define-derived-mode.  Derive from
7013         special-mode.
7014         (life): Let-bind inhibit-read-only.
7015         (life-setup): Avoid `setq'.  Use `life-mode'.
7017         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
7018         which should not be needed any more.
7019         (package-menu-refresh, package-menu-describe-package): Use user-error.
7021         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
7022         (eshell-post-rewrite-command-hook): Make obsolete.
7023         (eshell-parse-command): Simplify.
7024         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
7025         (eshell--cmd): Declare.
7026         (eshell-parse-pipeline): Remove unused var `final-p'.
7027         Pass a dynvar to eshell-post-rewrite-command-hook.
7028         Implement the new eshell-post-rewrite-command-function.
7029         (eshell-invoke-directly): Remove unused arg `input'.
7030         * eshell/esh-io.el (eshell-io-initialize):
7031         Use eshell-post-rewrite-command-function (bug#15399).
7032         (eshell--apply-redirections): Rename from eshell-apply-redirections;
7033         adjust to new calling convention.
7034         (eshell-create-handles): Rename args to avoid clashing with dynvar
7035         `standard-output'.
7037 2013-09-17  Glenn Morris  <rgm@gnu.org>
7039         * simple.el (messages-buffer-mode): New major mode.
7040         (messages-buffer): New function.
7041         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
7042         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
7043         (ert-run-test): Use `messages-buffer' function.
7044         (ert--force-message-log-buffer-truncation): Ignore read-only.
7045         * help.el (view-echo-area-messages): Use `messages-buffer' function.
7046         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
7048 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7050         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
7052         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
7054 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7056         * icomplete.el (icomplete-in-buffer): New var.
7057         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
7058         vars and replace them with functions.
7059         (icomplete-minibuffer-setup): Adjust accordingly.
7060         (icomplete--completion-table, icomplete--completion-predicate)
7061         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
7062         New functions.
7063         (icomplete-forward-completions, icomplete-backward-completions)
7064         (icomplete-simple-completing-p, icomplete-exhibit)
7065         (icomplete-completions): Use them.
7066         (icomplete--in-region-buffer): New var.
7067         (icomplete--in-region-setup): New function.
7068         (icomplete-mode): Use it.
7070         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
7071         (bug#15379).
7072         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
7073         return args and options.
7074         (eshell-eval-using-options): Use the new return value of
7075         eshell--do-opts to set the options's vars in their scope.
7076         (eshell--set-option): Rename from eshell-set-option.
7077         Add arg `opt-vals'.
7078         (eshell--process-option): Rename from eshell-process-option.
7079         Add arg `opt-vals'.
7080         (eshell--process-args): Use an `opt-vals' alist to store the options's
7081         values during their processing and return them additionally to the
7082         remaining args.
7084 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
7086         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
7087         continuation character an operator, as far as indentation is
7088         concerned (Bug#15369).
7090 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
7092         * window.el (window--state-put-2): Don't process buffer state
7093         when buffer doesn't exist any more (Bug#15382).
7095 2013-09-15  Glenn Morris  <rgm@gnu.org>
7097         * eshell/em-unix.el (eshell/rm):
7098         Make -f ignore missing files.  (Bug#15373)
7100         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
7101         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
7102         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
7104 2013-09-14  Glenn Morris  <rgm@gnu.org>
7106         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
7108 2013-09-13  Glenn Morris  <rgm@gnu.org>
7110         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
7111         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
7113 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
7115         * frame.el (x-focus-frame): Mark as declared in frame.c.
7117 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7119         * ls-lisp.el: Use advice-add.
7120         (original-insert-directory): Remove.
7121         (ls-lisp--insert-directory): Rename from insert-directory; add
7122         `orig-fun' argument.
7123         (insert-directory): Advise.
7125 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
7127         * term.el (term-emulate-terminal): Decode the command string
7128         before passing it to term-command-hook.  (Bug#15337)
7130 2013-09-13  Glenn Morris  <rgm@gnu.org>
7132         * eshell/esh-util.el (ange-cache): Move declaration earlier.
7134         * eshell/esh-ext.el (eshell-search-path): Declare.
7136         * eshell/em-prompt.el (eshell/pwd): Autoload it.
7137         Otherwise an error occurs if eshell-dirs module not loaded.
7139         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
7141 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
7143         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
7144         `tramp-check-proper-host'.  Check for a valid method name.
7146         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7147         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7148         * net/tramp-sh.el (tramp-maybe-open-connection):
7149         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
7151         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
7152         also for hash values.
7154 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7156         * term/ns-win.el (parameters): Don't declare as dynamic.
7157         (before-make-frame-hook): Don't add ineffective function.
7159         * eshell/*.el: Use lexical-binding (bug#15231).
7161 2013-09-12  Kenichi Handa  <handa@gnu.org>
7163         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
7165 2013-09-12  Glenn Morris  <rgm@gnu.org>
7167         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
7168         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
7170         * subr.el (do-after-load-evaluation): Also give compiler warnings
7171         when obsolete files are used (except by obsolete files).
7173         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
7174         in the status output, assume `filename' is the first.  (Bug#15322)
7176         * vc/vc.el (vc-deduce-fileset): Doc fix.
7178         * calc/calc-help.el (Info-goto-node):
7179         * progmodes/cperl-mode.el (Info-find-node):
7180         * vc/ediff.el (Info-goto-node): Update declarations.
7182         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
7184         * vc/vc-bzr.el (vc-compilation-mode): Declare.
7185         (vc-bzr-pull): Require vc-dispatcher.
7186         * vc/vc-git.el (vc-compilation-mode): Declare.
7187         (vc-git-pull): Require vc-dispatcher.
7189         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
7191         * progmodes/octave.el (help-button-action): Declare.
7193         * shell.el (shell-directory-tracker): Output error as a message
7194         rather than just returning it as a string.
7195         (shell-process-pushd): Remove useless use of message.
7197         * dframe.el (dframe-timer-fn):
7198         * files.el (dir-locals-read-from-file):
7199         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
7200         (mpc-format):
7201         * reveal.el (reveal-post-command):
7202         * saveplace.el (load-save-place-alist-from-file):
7203         * shell.el (shell-resync-dirs):
7204         * w32-common-fns.el (x-get-selection-value):
7205         * emacs-lisp/copyright.el (copyright-find-copyright):
7206         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
7207         * emulation/tpu-edt.el (tpu-copy-keyfile):
7208         * play/bubbles.el (bubbles--mark-neighbourhood):
7209         * progmodes/executable.el
7210         (executable-make-buffer-file-executable-if-script-p):
7211         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
7213 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7215         Cleanup Eshell to rely less on dynamic scoping.
7216         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
7217         last-value, and ext-command here.  Bind `args' closer to `body'.
7218         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
7219         (eshell--args): Declare new dynamic var.
7220         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
7221         last-value, and ext-command.  Pass `args' to `body'.
7222         (eshell-process-args): Bind eshell--args.
7223         (eshell-set-option): Use eshell--args.
7224         * eshell/eshell.el (eshell): Use derived-mode-p.
7225         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
7226         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
7227         (eshell-glob-function): Declare.
7228         * eshell/esh-util.el: Require cl-lib.
7229         (eshell-read-hosts-file): Avoid add-to-list.
7230         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
7231         `err'.
7232         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
7233         Declare.
7234         (eshell/diff): Remove unused var `err'.
7235         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
7236         `killflag'.
7237         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
7238         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
7239         first use.
7240         * eshell/em-glob.el (eshell-glob-matches, message-shown):
7241         Move declaration before first use.
7242         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
7243         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
7244         rely on cl-return.
7246 2013-09-12  Glenn Morris  <rgm@gnu.org>
7248         * term/ns-win.el (global-map): Remove binding for ispell-next,
7249         deleted 1999-05-29.  (Bug#15357)
7251 2013-09-11  Glenn Morris  <rgm@gnu.org>
7253         * echistory.el (electric-command-history): Remove call to deleted func.
7255         * play/landmark.el (landmark-mode): Fix typos.
7257         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
7258         Check cvs-sort-ignore-file is bound.
7260         * savehist.el: No need for cl when compiling on Emacs.
7262 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7264         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
7265         (bug#15338).
7266         (eshell-self-insert-command, eshell-send-invisible):
7267         Remove unused argument.
7268         (eshell-handle-control-codes): Remove unused var `orig'.
7269         Avoid delete-backward-char.
7271         * files.el (set-auto-mode): Simplify a bit further.
7273 2013-09-11  Glenn Morris  <rgm@gnu.org>
7275         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
7276         (set-auto-mode): Don't regexp-quote elements.
7277         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
7278         * progmodes/cc-mode.el (interpreter-mode-alist):
7279         * progmodes/ruby-mode.el (interpreter-mode-alist):
7280         Revert previous change.
7282 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7284         * play/snake.el (snake-mode):
7285         * play/mpuz.el (mpuz-mode):
7286         * play/landmark.el (lm-mode):
7287         * play/blackbox.el (blackbox-mode):
7288         * play/5x5.el (5x5-mode):
7289         * obsolete/options.el (Edit-options-mode):
7290         * net/quickurl.el (quickurl-list-mode):
7291         * net/newst-treeview.el (newsticker-treeview-mode):
7292         * mail/rmailsum.el (rmail-summary-mode):
7293         * mail/mspools.el (mspools-mode):
7294         * locate.el (locate-mode):
7295         * ibuffer.el (ibuffer-mode):
7296         * emulation/ws-mode.el (wordstar-mode):
7297         * emacs-lisp/debug.el (debugger-mode):
7298         * array.el (array-mode):
7299         * net/eudc.el (eudc-mode): Use define-derived-mode.
7300         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
7301         Move initialization into declaration.
7302         (mairix-searches-mode): Use define-derived-mode.
7303         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
7304         (eudc-edit-hotlist): Use dolist.
7305         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
7306         (Man-mode): Use define-derived-mode.
7307         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
7308         (Info-edit-mode): Use define-derived-mode.
7309         (Info-cease-edit): Use Info-mode.
7310         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
7311         into declaration.
7312         (eshell-mode): Use define-derived-mode.
7313         * chistory.el (command-history-mode-map): Rename from
7314         command-history-map.
7315         (command-history-mode): Use define-derived-mode.
7316         (Command-history-setup): Remove function.
7317         * calc/calc.el (calc-trail-mode-map): New var.
7318         (calc-trail-mode): Use define-derived-mode.
7319         (calc-trail-buffer): Set calc-main-buffer manually.
7320         * bookmark.el (bookmark-insert-annotation): New function.
7321         (bookmark-edit-annotation): Use it.
7322         (bookmark-edit-annotation-mode): Make it a proper major mode.
7323         (bookmark-send-edited-annotation): Use derived-mode-p.
7324         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
7325         closer to its ideal place.  Use \' to match EOS.
7327         * profiler.el (profiler-calltree-find): Use function-equal.
7329 2013-09-10  Glenn Morris  <rgm@gnu.org>
7331         * files.el (interpreter-mode-alist): Convert to regexps.
7332         (set-auto-mode): Adapt for this.  (Bug#15306)
7333         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
7334         Comment out unused variable.
7335         * progmodes/cc-mode.el (interpreter-mode-alist):
7336         * progmodes/python.el (interpreter-mode-alist):
7337         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
7338         * progmodes/sh-script.el (sh-set-shell):
7339         No longer use interpreter-mode-alist to get list of shells.
7341         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
7343 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7345         * simple.el: Use set-temporary-overlay-map for universal-argument.
7346         (universal-argument-map): Don't use default-bindings (bug#15317).
7347         Bind switch-frame explicitly.  Replace universal-argument-minus with
7348         a conditional binding.
7349         (universal-argument-num-events, saved-overriding-map): Remove.
7350         (restore-overriding-map): Remove.
7351         (universal-argument--mode): Rename from save&set-overriding-map,
7352         and rewrite.
7353         (universal-argument, universal-argument-more, negative-argument)
7354         (digit-argument): Adjust accordingly.
7355         (universal-argument-minus): Remove.
7356         (universal-argument-other-key): Remove.
7358         * subr.el (with-demoted-errors): Add `format' argument.
7360 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
7362         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
7363         `tramp-cleanup-connection'.
7365         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
7366         parameters KEEP-DEBUG and KEEP-PASSWORD.
7368         * net/tramp.el (tramp-file-name-handler):
7369         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7370         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
7371         (tramp-maybe-open-connection):
7372         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7373         Use `tramp-cleanup-connection'.
7375         * net/tramp-sh.el (tramp-maybe-open-connection):
7376         Catch 'uname-changed inside the progress reporter.
7378 2013-09-10  Glenn Morris  <rgm@gnu.org>
7380         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
7382         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
7383         returns "alternate access method" in mode (eg "-rw-r--r--.").
7385 2013-09-08  Glenn Morris  <rgm@gnu.org>
7387         * saveplace.el (load-save-place-alist-from-file):
7388         Demote errors.  (Bug#15305)
7390 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
7392         Improve compatibility with older Emacsen, and XEmacs.
7394         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
7395         only if it is bound.  It isn't for XEmacs.
7396         (with-tramp-progress-reporter): Do not let-bind `result'.
7397         This yields to scoping errors in XEmacs.
7398         (tramp-handle-make-auto-save-file-name): New function, moved from
7399         tramp-sh.el.
7401         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
7402         for `make-auto-save-file-name'.
7403         (tramp-adb--gnu-switches-to-ash):
7404         Use `tramp-compat-replace-regexp-in-string'.
7406         * net/tramp-cache.el (tramp-cache-print): Call
7407         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
7409         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
7410         bound.  It isn't for XEmacs.
7412         * net/tramp-compat.el (tramp-compat-copy-file):
7413         Catch `wrong-number-of-arguments' error.
7414         (tramp-compat-replace-regexp-in-string): New defun.
7416         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
7417         for `make-auto-save-file-name'.
7418         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
7419         `copy-file'.
7420         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
7421         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
7422         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
7424         * net/tramp-gw.el (tramp-gw-open-network-stream):
7425         Use `tramp-compat-replace-regexp-in-string'.
7427         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
7428         Call `tramp-handle-make-auto-save-file-name'.
7429         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
7430         (tramp-sh-file-gvfs-monitor-dir-process-filter)
7431         (tramp-sh-file-inotifywait-process-filter):
7432         Use `tramp-compat-replace-regexp-in-string'.
7433         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
7435         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
7436         for `make-auto-save-file-name'.
7437         (tramp-smb-handle-copy-directory):
7438         Call `tramp-compat-replace-regexp-in-string'.
7439         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
7440         (tramp-smb-handle-copy-file): Improve error message.
7441         (tramp-smb-handle-rename-file): Rename directly only in case
7442         `newname' does not exist yet.  This is a restriction of smbclient.
7443         (tramp-smb-maybe-open-connection): Rerun the function only when
7444         `auth-sources' is non-nil.
7446 2013-09-08  Kenichi Handa  <handa@gnu.org>
7448         * international/characters.el: Set category "^" (Combining) for
7449         more characters.
7451 2013-09-07  Alan Mackenzie  <acm@muc.de>
7453         Correctly fontify Java class constructors.
7454         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
7455         in Java Mode.
7456         (c-recognize-typeless-decls): Set the Java value to t.
7457         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
7458         While handling a "(", add a check for, effectively, Java, and handle a
7459         "typeless" declaration there.
7461 2013-09-07  Roland Winkler  <winkler@gnu.org>
7463         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
7464         field subtitle for entry type book.
7466 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7468         * minibuffer.el: Make minibuffer-complete call completion-in-region
7469         rather than other way around.
7470         (completion--some, completion-pcm--find-all-completions):
7471         Don't delay signals when debugging.
7472         (minibuffer-completion-contents): Beware fields within the
7473         minibuffer contents.
7474         (completion-all-sorted-completions): Use defvar-local.
7475         (completion--do-completion, completion--cache-all-sorted-completions)
7476         (completion-all-sorted-completions, minibuffer-force-complete):
7477         Add args `beg' and `end'.
7478         (completion--in-region-1): New fun, extracted from minibuffer-complete.
7479         (minibuffer-complete): Use completion-in-region.
7480         (completion-complete-and-exit): New fun, extracted from
7481         minibuffer-complete-and-exit.
7482         (minibuffer-complete-and-exit): Use it.
7483         (completion--complete-and-exit): Rename from
7484         minibuffer--complete-and-exit.
7485         (completion-in-region--single-word): New function, extracted from
7486         minibuffer-complete-word.
7487         (minibuffer-complete-word): Use it.
7488         (display-completion-list): Make `common-substring' argument obsolete.
7489         (completion--in-region): Call completion--in-region-1 instead of
7490         minibuffer-complete.
7491         (completion-help-at-point): Pass boundaries to
7492         minibuffer-completion-help as args rather than via an overlay.
7493         (completion-pcm--string->pattern): Use `any-delim'.
7494         (completion-pcm--optimize-pattern): New function.
7495         (completion-pcm--pattern->regex): Handle `any-delim'.
7496         * icomplete.el (icomplete-forward-completions)
7497         (icomplete-backward-completions, icomplete-completions):
7498         Adjust calls to completion-all-sorted-completions and
7499         completion--cache-all-sorted-completions.
7500         (icomplete-with-completion-tables): Default to t.
7501         * emacs-lisp/crm.el (crm--current-element): Rename from
7502         crm--select-current-element.  Don't put an overlay but return the
7503         boundaries instead.
7504         (crm--completion-command): Take two new args to bind to the boundaries.
7505         (crm-completion-help): Adjust accordingly.
7506         (crm-complete): Use completion-in-region.
7507         (crm-complete-word): Use completion-in-region--single-word.
7508         (crm-complete-and-exit): Use completion-complete-and-exit.
7510 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7512         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
7513         than dynamically.
7515 2013-09-06  Juri Linkov  <juri@jurta.org>
7517         * info.el (Info-display-images-node): When image file doesn't exist
7518         display text version of the image if it's provided in the Info file.
7519         Otherwise, display the location of missing image from SRC attribute.
7520         Add help-echo text property from ALT attribute.  (Bug#15279)
7522 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7524         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
7525         (edit-abbrevs-mode): Use define-derived-mode.
7527         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
7528         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
7529         that it's defined.
7530         (epa-key-list-mode, epa-key-mode, epa-info-mode):
7531         Use define-derived-mode.
7533         * epg.el (epg-start-encrypt): Minor CSE simplification.
7535 2013-09-06  William Xu  <william.xwl@gmail.com>
7537         * arc-mode.el: Add support for 7za (bug#15264).
7538         (archive-7z-program): New var.
7539         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
7540         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
7541         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
7543 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
7545         Remove URL syntax.
7547         * net/tramp.el (tramp-syntax, tramp-prefix-format)
7548         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
7549         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
7550         (tramp-postfix-host-format, tramp-file-name-regexp)
7551         (tramp-completion-file-name-regexp)
7552         (tramp-completion-dissect-file-name)
7553         (tramp-handle-substitute-in-file-name): Remove 'url case.
7554         (tramp-file-name-regexp-url)
7555         (tramp-completion-file-name-regexp-url): Remove constants.
7557 2013-09-06  Glenn Morris  <rgm@gnu.org>
7559         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
7561 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
7563         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
7564         keywords" below "here-doc beginnings" (Bug#15270).
7566 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7568         * subr.el (pop): Use `car-safe'.
7569         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
7570         to detect unused `pop' return value.
7572         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
7573         var `block-regexp'.
7574         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
7575         (python-fill-string): Remove unused var `marker'.
7576         (python-skeleton-add-menu-items): Remove unused var `items'.
7578         * international/mule-cmds.el: Require CL.
7579         (find-coding-systems-for-charsets): Avoid add-to-list.
7580         (sanitize-coding-system-list): New function, extracted from
7581         select-safe-coding-system-interactively.
7582         (select-safe-coding-system-interactively): Use it.
7583         (read-input-method-name): Accept symbols for `default'.
7585         * emacs-lisp/advice.el (defadvice): Add indent rule.
7587 2013-09-05  Daniel Hackney  <dan@haxney.org>
7589         * dired-x.el:
7590         * net/ange-ftp.el:
7591         * net/browse-url.el:
7592         * net/dbus.el:
7593         * net/eudc.el:
7594         * net/eudcb-ldap.el:
7595         * net/eww.el:
7596         * net/imap.el:
7597         * printing.el:
7598         * vc/ediff-diff.el:
7599         * vc/ediff-init.el:
7600         * vc/ediff-merg.el:
7601         * vc/ediff-mult.el:
7602         * vc/ediff-util.el:
7603         * vc/ediff-wind.el:
7604         * vc/ediff.el:
7605         * vc/emerge.el:
7606         * vc/pcvs.el:
7607         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
7608         byte compiler.  Remove some unused let-bound variables.
7610 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7612         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
7613         a "ref-cell", since it gets better optimized (bug#14883).
7615 2013-09-05  Glenn Morris  <rgm@gnu.org>
7617         * progmodes/cc-awk.el (c-forward-sws): Declare.
7619 2013-09-04  Glenn Morris  <rgm@gnu.org>
7621         * generic-x.el [rul-generic-mode]: Require cc-mode.
7622         (c++-mode-syntax-table): Declare.
7623         (rul-generic-mode-syntax-table): Init in the defvar.
7625 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7627         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
7628         (vc-do-command, vc-set-async-update):
7629         * vc/vc-mtn.el (vc-mtn-dir-status):
7630         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
7631         (vc-hg-pull, vc-hg-merge-branch):
7632         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
7633         (vc-git-merge-branch):
7634         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
7635         (vc-cvs-dir-status-files):
7636         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
7637         (vc-bzr-dir-status-files):
7638         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
7639         * vc/vc-annotate.el: Use lexical-binding.
7640         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
7641         (vc-sentinel-movepoint): Declare.
7642         (vc-annotate): Don't use `goto-line'.
7643         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
7644         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
7645         (vc-sentinel-movepoint): Declare.
7646         * vc/vc-svn.el: Use lexical-binding.
7647         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
7648         * vc/vc-sccs.el:
7649         * vc/vc-rcs.el: Use lexical-binding.
7651         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
7652         `deleted'.  Don't drop errors silently.
7654         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
7656 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
7658         * vc/vc.el (vc-ignore): Rewrite.
7659         (vc-default-ignore): New function.
7660         (vc-default-ignore-completion-table): Use find-ignore-file.
7662         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
7663         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
7664         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
7665         Remove.  Most code moved to vc.el.
7667 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7669         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
7670         * net/tramp-smb.el (tramp-smb-get-file-entries):
7671         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
7672         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
7674         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
7675         Update call to it.
7676         (eww-change-select): Remove unused var `properties'.
7677         (eww-make-unique-file-name): Remove unused var `base'.
7679         * finder.el (finder-compile-keywords): Don't mess with windows.
7681         * calculator.el (calculator-funcall): Fix typo in last change.
7683         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
7685         * emacs-lisp/package.el (package-activate-1): Don't let a missing
7686         <pkg>-autoloads.el file stop us.
7688         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
7689         warnings, and factor out common code.
7691 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
7693         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
7694         two-character operators and whether the character preceding them
7695         changes their meaning (Bug#15208).
7697 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
7699         Format code sent to Python shell for robustness.
7700         * progmodes/python.el (python-shell-buffer-substring):
7701         New function.
7702         (python-shell-send-region, python-shell-send-buffer): Use it.
7704 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
7706         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
7707         * net/tramp.el (tramp-user-error): ... here.
7708         (tramp-find-method, tramp-check-proper-host)
7709         (tramp-dissect-file-name, tramp-debug-message)
7710         (tramp-handle-shell-command):
7711         * net/tramp-adb.el (tramp-adb-handle-shell-command):
7712         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
7714         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
7716 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
7718         * avoid.el (mouse-avoidance-point-position)
7719         (mouse-avoidance-too-close-p): Handle case where posn-at-point
7720         returns nil.
7722 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
7724         * progmodes/python.el (python-shell-completion-get-completions):
7725         Drop use of deleted `comint-last-prompt-overlay'.
7726         (python-nav-if-name-main): New command.
7728 2013-09-01  Glenn Morris  <rgm@gnu.org>
7730         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7731         Avoid leading space in $wins.  Otherwise the sed command used by
7732         eg compile-main ends up containing "/*.el".  (Bug#15170)
7734         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
7736 2013-08-30  Glenn Morris  <rgm@gnu.org>
7738         * emacs-lisp/bytecomp.el (byte-recompile-directory):
7739         Fix is-this-a-directory logic.  (Bug#15220)
7741 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7743         * textmodes/css-mode.el: Use SMIE.
7744         (css-smie-grammar): New var.
7745         (css-smie--forward-token, css-smie--backward-token)
7746         (css-smie-rules): New functions.
7747         (css-mode): Use them.
7748         (css-navigation-syntax-table): Remove var.
7749         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
7750         (css-indent-calculate, css-indent-line): Remove functions.
7752         Misc changes to reduce use of `(lambda...); and other cleanups.
7753         * cus-edit.el: Use lexical-binding.
7754         (customize-push-and-save, customize-apropos)
7755         (custom-buffer-create-internal): Use closures.
7756         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
7757         * progmodes/ada-xref.el: Use setq.
7758         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
7759         * dframe.el: Use lexical-binding.
7760         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
7761         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
7762         * descr-text.el: Use lexical-binding.
7763         (describe-text-widget, describe-text-sexp, describe-property-list):
7764         Use closures.
7765         * comint.el (comint-history-isearch-push-state): Use a closure.
7766         * calculator.el: Use lexical-binding.
7767         (calculator-number-to-string): Make it work with lexical-binding.
7768         (calculator-funcall): Same and use cl-letf.
7770         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
7771         (lisp--company-doc-string, lisp--company-location): New functions.
7772         (lisp-completion-at-point): Use them to improve Company support.
7774         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
7775         params of lambda expressions.
7776         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
7777         (ruby-smie--opening-pipe-p): New function.
7778         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
7779         symbols and matched |...| for formal params.
7780         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
7781         from being treated as hanging.  Handle "rescue".
7783 2013-08-29  Glenn Morris  <rgm@gnu.org>
7785         * progmodes/cc-engine.el (c-pull-open-brace):
7786         Move definition before use.
7788 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7790         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
7791         are immutable.  Don't use `unsafe' any more.
7792         (cl--defsubst-expand): Don't substitute at the same time as keeping
7793         a residual unused let-binding.  Don't use `unsafe' any more.
7795 2013-08-29  Glenn Morris  <rgm@gnu.org>
7797         * calendar/cal-china.el (calendar-chinese-year-cache):
7798         Recenter on 2015.
7800         * nxml/nxml-util.el (nxml-debug-clear-inside):
7801         Use cl-loop rather than loop.
7803         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
7805         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
7807 2013-08-28  Glenn Morris  <rgm@gnu.org>
7809         * progmodes/antlr-mode.el: No need to require cc-mode twice.
7811         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
7813         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
7815 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7817         * simple.el (repeat-complex-command--called-interactively-skip):
7818         New function.
7819         (repeat-complex-command): Use it (bug#14136).
7821         * progmodes/cc-mode.el: Minor cleanup of var declarations.
7822         (c-define-abbrev-table): Add `doc' argument.
7823         (c-mode-abbrev-table, c++-mode-abbrev-table)
7824         (objc-mode-abbrev-table, java-mode-abbrev-table)
7825         (idl-mode-abbrev-table, pike-mode-abbrev-table)
7826         (awk-mode-abbrev-table): Use it.
7827         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
7828         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
7829         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
7830         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
7831         Move initialization into the declaration; and remove any
7832         autoload cookie.
7834         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
7835         and dynamic let binding.
7837         * vc/smerge-mode.el: Remove redundant :group args.
7839         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
7840         to load-path.
7842 2013-08-28  Juri Linkov  <juri@jurta.org>
7844         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
7845         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
7846         (isearch-other-meta-char): Handle an undefined shifted printing
7847         character by downshifting it.  (Bug#15200)
7849 2013-08-28  Juri Linkov  <juri@jurta.org>
7851         * isearch.el (isearch-search): Change regexp error message for
7852         non-regexp searches.  (Bug#15166)
7854 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
7856         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
7857         for portability to hosts where /bin/sh has problems.
7859 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7861         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
7863 2013-08-27  Juri Linkov  <juri@jurta.org>
7865         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
7866         in the keyboard macro.  (Bug#15126)
7868 2013-08-27  Juri Linkov  <juri@jurta.org>
7870         * isearch.el (isearch-quote-char): Comment out converting unibyte
7871         to multibyte, thus syncing with its `quoted-insert' counterpart.
7872         (Bug#15166)
7874 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
7876         * window.el (display-buffer-use-some-window): Add missing
7877         argument in call of get-largest-window (Bug#15185).
7878         Reported by Stephen Leake.
7880 2013-08-27  Glenn Morris  <rgm@gnu.org>
7882         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
7884 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7886         * progmodes/python.el (python-font-lock-keywords): Don't return nil
7887         from a matcher-function unless there's no more matches (bug#15161).
7889 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
7891         * minibuffer.el: Revert change from 2013-08-20.
7893         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
7894         with text property `tramp-default', if appropriate.
7895         (tramp-check-proper-host): New defun.
7896         (tramp-dissect-file-name): Do not check hostname.  Revert change
7897         of 2013-03-18.
7898         (tramp-backtrace): Make VEC-OR-PROC optional.
7900         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7901         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7902         * net/tramp-sh.el (tramp-maybe-open-connection):
7903         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7904         Apply `tramp-check-proper-host'.
7906 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
7908         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
7909         lambda expression in order to have `describe-variable' display it.
7911 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
7913         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
7914         BUF can be optional.  (Bug#15186)
7916 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
7918         * progmodes/flymake.el (flymake-get-real-file-name-function):
7919         Fix broken customization.  (Bug#15184)
7921 2013-08-25  Alan Mackenzie  <acm@muc.de>
7923         Improve indentation of bracelists defined by macros (without "=").
7925         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
7926         expansion begins with "{", regard it as bracelist when it doesn't
7927         contain a ";".
7929         Parse C++ inher-intro when there's a template split over 2 lines.
7931         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
7932         rigorously the search for "class" etc. followed by ":".
7934         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
7935         random languages a regexp which never matches rather than nil.
7937         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
7939         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
7940         (c-awk-regexp-one-line-possibly-open-char-list-re)
7941         (c-awk-one-line-possibly-open-regexp-re)
7942         (c-awk-one-line-non-syn-ws*-re): Remove.
7943         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
7944         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
7945         (c-awk-space*-unclosed-regexp-/-re): New constants.
7946         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
7947         aren't regexp delimiters.
7949         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
7950         handling for a rare situation in AWK Mode involving unterminated
7951         strings/regexps.
7953 2013-08-23  Glenn Morris  <rgm@gnu.org>
7955         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
7957         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
7959         * files.el (create-file-buffer): If the result would begin with
7960         spaces, prepend a "|" instead of removing them.  (Bug#15162)
7962 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7964         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
7965         text-properties (bug#15155).
7967         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
7968         exist any more.
7969         (calc-keypad-redraw): Remove unused var `pad'.
7970         (calc-keypad-press): Remove unused var `menu'.
7972 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
7974         * window.el (display-buffer-pop-up-frame):
7975         Call pop-up-frame-function with BUFFER current so `make-frame' will
7976         use it as the new frame's buffer (Bug#15133).
7978 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7980         * calendar/timeclock.el: Minor cleanups.
7981         (timeclock-ask-before-exiting, timeclock-use-display-time):
7982         Use `symbol'.
7983         (timeclock-modeline-display): Define as alias before the
7984         actual definition.
7985         (timeclock-mode-line-display): Use define-minor-mode.
7986         (timeclock-day-list-template): Make it a function, add an argument.
7987         (timeclock-day-list-required, timeclock-day-list-length)
7988         (timeclock-day-list-debt, timeclock-day-list-span)
7989         (timeclock-day-list-break): Adjust calls accordingly.
7991 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7993         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
7994         Use read--expression so that completion works again.
7996 2013-08-21  Sam Steingold  <sds@gnu.org>
7998         Add rudimentary inferior shell interaction
7999         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
8000         (sh-set-shell): Reset it.
8001         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
8002         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
8004 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8006         * align.el: Use lexical-binding.
8007         (align-region): Simplify accordingly.
8009 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
8011         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
8013         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
8014         `non-essential' up.
8016 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
8018         * net/tramp.el:
8019         * net/tramp-adb.el:
8020         * net/tramp-cmds.el:
8021         * net/tramp-ftp.el:
8022         * net/tramp-gvfs.el:
8023         * net/tramp-gw.el:
8024         * net/tramp-sh.el: Don't wrap external variable declarations by
8025         `eval-when-compile'.
8027 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8029         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
8030         now that Emacs supports ImageMagick animations.
8032 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
8034         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
8035         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
8037 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
8039         * window.el (mouse-autoselect-window-select): Do autoselect when
8040         mouse pointer is on margin.
8042 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
8044         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
8046 2013-08-16  Glenn Morris  <rgm@gnu.org>
8048         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
8049         Handle "Remote Directory" response of some clients.  (Bug#15058)
8051         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
8052         Tweak warning.  (Bug#14926)
8054         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
8055         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
8057         * image-mode.el (image-mode-map): Add menu items to reverse,
8058         increase, decrease, reset animation speed.
8059         (image--set-speed, image-increase-speed, image-decrease-speed)
8060         (image-reverse-speed, image-reset-speed): New functions.
8061         (image-mode-map): Add bindings for speed commands.
8063         * image.el (image-animate-get-speed, image-animate-set-speed):
8064         New functions.
8065         (image-animate-timeout): Respect image :speed property.
8067 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8069         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
8070         previous line (bug#15101).
8071         (debugger-eval-expression, debugger-record-expression):
8072         Use read--expression (bug#15102).
8074 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
8076         Remove byte compiler warnings, visible when compiling with
8077         `byte-compile-force-lexical-warnings' set to t.
8079         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
8080         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
8081         (tramp-handle-unhandled-file-name-directory)
8082         (tramp-handle-file-notify-add-watch, tramp-action-login)
8083         (tramp-action-succeed, tramp-action-permission-denied)
8084         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
8085         arguments with "_".
8087         * net/tramp-adb.el (tramp-adb-parse-device-names)
8088         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
8089         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
8090         (tramp-adb-handle-file-truename): Remove unused arguments.
8092         * net/tramp-cache.el (tramp-flush-directory-property)
8093         (tramp-flush-connection-property, tramp-list-connections)
8094         (tramp-parse-connection-properties): Prefix unused arguments with "_".
8096         * net/tramp-compat.el (tramp-compat-make-temp-file):
8097         Rename FILENAME to F.
8099         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
8100         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
8101         (tramp-zeroconf-parse-workstation-device-names)
8102         (tramp-zeroconf-parse-webdav-device-names)
8103         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
8105         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
8106         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
8108         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
8109         arguments.
8110         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
8111         (tramp-sh-handle-insert-file-contents-literally)
8112         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
8113         with "_".
8114         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
8115         Remove unused variables.
8117         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8118         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
8119         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
8121         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
8122         Make them a defconst.
8123         (tramp-uuencode-region): Remove unused variable.
8125 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
8127         * frameset.el (frameset--prop-setter): New function.
8128         (frameset-prop): Add gv-setter declaration.
8129         (frameset-filter-minibuffer): Deal with the case that the minibuffer
8130         parameter was already set in FILTERED.  Doc fix.
8131         (frameset--record-minibuffer-relationships): Allow saving a
8132         minibufferless frame without its corresponding minibuffer frame.
8133         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
8134         frame, if the frame id matches.
8135         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
8136         frames before orphaned ones.
8137         (frameset-restore): Warn about orphaned windows, instead of error out.
8139 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
8141         * window.el (window-make-atom): Don't overwrite parameter
8142         already present.
8143         (display-buffer-in-atom-window): Handle special case where we
8144         split an already atomic window.
8145         (window--major-non-side-window, display-buffer-in-side-window)
8146         (window--side-check): Ignore minibuffer window when walking
8147         window tree.
8148         (window-deletable-p): Return 'frame only if no other frame uses
8149         our minibuffer window.
8150         (record-window-buffer): Run buffer-list-update-hook.
8151         (split-window): Make sure window--check-frame won't destroy an
8152         existing atomic window in case the new window gets nested
8153         inside.
8154         (display-buffer-at-bottom): Ignore minibuffer window when
8155         walking window tree.  Don't split a side window.
8156         (pop-to-buffer): Don't set-buffer here, the select-window call
8157         should do that.
8158         (mouse-autoselect-window-select): Autoselect only if we are in the
8159         text portion of the window.
8161 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8163         * net/shr.el (shr-parse-image-data): New function to grab both the
8164         data itself and the Content-Type.
8165         (shr-put-image): Use it.
8167         * net/eww.el (eww-display-image): Ditto.
8169         * image.el (image-content-type-suffixes): New variable.
8171 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
8173         * progmodes/python.el (python-imenu--build-tree)
8174         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
8176 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
8178         * simple.el (backward-word): Mention the optional argument.
8180 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8182         * frameset.el (frameset--make): Rename constructor from make-frameset.
8183         (frameset-p, frameset-valid-p): Don't autoload.
8184         (frameset-valid-p): Use normal accessors.
8186 2013-08-13  Glenn Morris  <rgm@gnu.org>
8188         * progmodes/compile.el (compile-command): Tweak example in doc.
8189         * obsolete/scribe.el (scribe-mode):
8190         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
8192         * mail/feedmail.el (feedmail-confirm-outgoing)
8193         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
8195         * cus-start.el (truncate-partial-width-windows): Fix type.
8197         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
8199         * net/shr.el (shr-table-horizontal-line): Fix custom type.
8201 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8203         * emacs-lisp/timer.el (timer--time-setter): New function.
8204         (timer--time): Use it as gv-setter.
8206         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
8207         setter is not a symbol.
8209 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
8211         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
8212         if sending fails.  This makes debugging easier.
8214 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
8216         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
8217         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
8218         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
8220 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
8222         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
8224 2013-08-12  Glenn Morris  <rgm@gnu.org>
8226         * format.el (format-annotate-function):
8227         Handle read-only text properties in the source.  (Bug#14887)
8229 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8231         * net/eww.el (eww-display-html): Ignore coding system errors.
8232         One web site uses "utf-8lias" as the coding system.
8234 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
8236         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
8238 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
8240         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
8241         (tutorial--detailed-help): Remove unused local variables.
8242         (tutorial--save-tutorial-to): Use ignore-errors.
8243         (help-with-tutorial): Use looking-at-p.
8245         * view.el (view-buffer-other-window, view-buffer-other-frame):
8246         Mark unused arguments.
8248         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
8249         (woman-select-symbol-fonts, woman, woman-find-file)
8250         (woman-insert-file-contents, woman-non-underline-faces):
8251         Use string-match-p.
8252         (woman1-unquote): Move declaration.
8254         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
8255         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
8256         argument.  Remove unused local variable.
8257         (xml-parse-elem-type): Use string-match-p.
8258         (xml-substitute-numeric-entities): Use ignore-errors.
8260         * calculator.el (calculator): Mark unused argument.
8261         (calculator-paste, calculator-quit, calculator-integer-p):
8262         Use ignore-errors.
8263         (calculator-string-to-number, calculator-decimal, calculator-exp)
8264         (calculator-op-or-exp): Use string-match-p.
8266         * dired.el (dired-buffer-more-recently-used-p): Declare.
8267         (dired-insert-set-properties, dired-insert-old-subdirs):
8268         Use ignore-errors.
8270         * dired-aux.el (dired-compress): Use ignore-errors.
8271         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
8272         (dired-do-async-shell-command, dired-do-shell-command)
8273         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
8274         (dired-insert-subdir-validate): Use string-match-p.
8275         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
8276         (dired-add-entry): Use string-match-p, looking-at-p.
8277         (dired-insert-subdir-newpos): Remove unused local variable.
8279         * filenotify.el (file-notify-callback): Remove unused local variable.
8281         * filesets.el (filesets-error): Mark unused argument.
8282         (filesets-which-command-p, filesets-filter-dir-names)
8283         (filesets-directory-files, filesets-get-external-viewer)
8284         (filesets-ingroup-get-data): Use string-match-p.
8286         * find-file.el (ff-other-file-name, ff-other-file-name)
8287         (ff-find-the-other-file, ff-cc-hh-converter):
8288         Remove unused local variables.
8289         (ff-get-file-name): Use string-match-p.
8290         (ff-all-dirs-under): Use ignore-errors.
8292         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
8293         (follow-select-if-visible): Remove unused local variable.
8295         * forms.el (read-file-filter): Move declaration.
8296         (forms--make-format, forms--make-parser, forms-insert-record):
8297         Quote function with #'.
8298         (forms--update): Use string-match-p.  Quote function with #'.
8300         * help-mode.el (help-dir-local-var-def): Mark unused argument.
8301         (help-make-xrefs): Use looking-at-p.
8302         (help-xref-on-pp): Use looking-at-p, ignore-errors.
8304         * ibuffer.el (ibuffer-ext-visible-p): Declare.
8305         (ibuffer-confirm-operation-on): Use string-match-p.
8307         * msb.el (msb-item-handler, msb-dired-item-handler):
8308         Mark unused arguments.
8310         * ses.el (ses-decode-cell-symbol)
8311         (ses-kill-override): Remove unused local variable.
8312         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
8313         (ses-load): Use ignore-errors, looking-at-p.
8314         (ses-jump-safe): Use ignore-errors.
8315         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
8317         * tabify.el (untabify, tabify): Mark unused arguments.
8319         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
8320         Mark unused argument.
8321         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
8322         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
8324         * emacs-lisp/timer.el (timer--time): Define setter with
8325         gv-define-setter to avoid deprecation warning.
8327         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
8328         (*record-cmpl-statistics-p*): Remove (was commented out).
8329         (cmpl-statistics-block): Remove (body was commented out).
8330         All callers changed.
8331         (add-completions-from-buffer, load-completions-from-file):
8332         Remove unused variables.
8334 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
8336         * filecache.el (file-cache-delete-file-list):
8337         Print message only when told so.
8338         (file-cache-files-matching): Use #' in mapconcat argument.
8340         * ffap.el (ffap-url-at-point): Fix reference to variable
8341         thing-at-point-default-mail-uri-scheme.
8343 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8345         * subr.el (define-error): New function.
8346         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
8347         error-file-not-found and define with define-error.
8348         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
8349         and define with define-error.
8350         * userlock.el (file-locked, file-supersession):
8351         * simple.el (mark-inactive):
8352         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
8353         * progmodes/ada-mode.el (ada-mode-errors):
8354         * play/life.el (life-extinct):
8355         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
8356         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
8357         * nxml/rng-util.el (rng-error):
8358         * nxml/rng-uri.el (rng-uri-error):
8359         * nxml/rng-match.el (rng-compile-error):
8360         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
8361         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
8362         * nxml/nxml-rap.el (nxml-scan-error):
8363         * nxml/nxml-outln.el (nxml-outline-error):
8364         * net/soap-client.el (soap-error):
8365         * net/gnutls.el (gnutls-error):
8366         * net/ange-ftp.el (ftp-error):
8367         * mpc.el (mpc-proc-error):
8368         * json.el (json-error, json-readtable-error, json-unknown-keyword)
8369         (json-number-format, json-string-escape, json-string-format)
8370         (json-key-format, json-object-format):
8371         * jka-compr.el (compression-error):
8372         * international/quail.el (quail-error):
8373         * international/kkc.el (kkc-error):
8374         * emacs-lisp/ert.el (ert-test-failed):
8375         * calc/calc.el (calc-error, inexact-result, math-overflow)
8376         (math-underflow):
8377         * bookmark.el (bookmark-error-no-filename):
8378         * epg.el (epg-error): Define with define-error.
8380         * time.el (display-time-event-handler)
8381         (display-time-next-load-average): Don't call sit-for since it seems
8382         unnecessary (bug#15045).
8384         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
8385         Use #' instead of ' to quote functions.
8386         (checkdoc-output-mode): Use setq-local.
8387         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
8388         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
8389         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
8390         (checkdoc-ispell, checkdoc-ispell-current-buffer)
8391         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
8392         (checkdoc-ispell-message-text, checkdoc-ispell-start)
8393         (checkdoc-ispell-continue, checkdoc-ispell-comments)
8394         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
8396         * ido.el (ido-completion-help): Fix up compiler warning.
8398 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
8400         * frameset.el (frameset-p): Add autoload cookie.
8401         (frameset--jump-to-register): New function, based on code moved from
8402         register.el.
8403         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
8405         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
8406         (frameset-restore, frameset-save, frameset-session-filter-alist):
8407         Remove declarations.
8408         (register-alist): Doc fix.
8409         (frameset-to-register): Move to frameset.el.
8410         (jump-to-register, describe-register-1): Remove frameset-specific code.
8412 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
8414         * allout-widgets.el (allout-widgets-pre-command-business)
8415         (allout-widgets-post-command-business)
8416         (allout-widgets-after-change-handler)
8417         (allout-decorate-item-and-context, allout-set-boundary-marker)
8418         (allout-body-modification-handler)
8419         (allout-graphics-modification-handler): Mark ignored arguments.
8420         (allout-widgets-post-command-business)
8421         (allout-widgets-exposure-change-processor)
8422         (allout-widgets-exposure-undo-processor)
8423         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
8424         (allout-parse-item-at-point, allout-decorate-item-guides)
8425         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
8426         * allout.el (epa-passphrase-callback-function): Declare.
8427         (allout-overlay-insert-in-front-handler)
8428         (allout-overlay-interior-modification-handler)
8429         (allout-isearch-end-handler, allout-chart-siblings)
8430         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
8431         (allout-yank-processing, allout-process-exposed)
8432         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
8433         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
8434         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
8435         (lisp-indent-defform): Mark ignored arguments.
8436         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
8437         (calculate-lisp-indent): Remove unused variables.
8438         * international/characters.el (indian-2-column, arabic-2-column)
8439         (tibetan): Mark ignored arguments.
8440         (use-cjk-char-width-table): Mark ignored arguments.
8441         Remove unused variables.
8442         * international/fontset.el (build-default-fontset-data)
8443         (x-compose-font-name, create-fontset-from-fontset-spec):
8444         Mark ignored arguments.
8445         (fontset-plain-name): Remove unused variables.
8446         * international/mule.el (charset-id, charset-bytes, generic-char-p)
8447         (keyboard-coding-system): Mark ignored arguments.
8448         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
8449         * help.el (resize-temp-buffer-window):
8450         * window.el (display-buffer-in-major-side-window)
8451         (display-buffer-in-side-window, display-buffer-in-previous-window):
8452         Remove unused variables.
8453         * isearch.el (isearch-forward-symbol):
8454         * version.el (emacs-bzr-version-bzr):
8455         * international/mule-cmds.el (current-language-environment):
8456         * term/common-win.el (x-handle-iconic, x-handle-geometry)
8457         (x-handle-display):
8458         * term/pc-win.el (x-list-fonts, x-display-planes)
8459         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
8460         (x-server-version, x-display-screens, x-display-mm-height)
8461         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
8462         (x-selection-owner-p, x-own-selection-internal)
8463         (x-disown-selection-internal, x-get-selection-internal)
8464         (msdos-initialize-window-system):
8465         * term/tty-colors.el (tty-color-alist, tty-color-clear):
8466         * term/x-win.el (x-handle-no-bitmap-icon):
8467         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
8468         (vc-default-find-file-hook, vc-default-extra-menu):
8469         Mark ignored arguments.
8471 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8473         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
8474         break-condition in the context of the debugged code (bug#12685).
8476 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
8478         * comint.el:
8479         Do not use an overlay to highlight the last prompt.  (Bug#14744)
8480         (comint-mode): Make comint-last-prompt buffer local.
8481         (comint-last-prompt): New variable.
8482         (comint-last-prompt-overlay): Remove.  Superseded by
8483         comint-last-prompt.
8484         (comint-snapshot-last-prompt, comint-output-filter):
8485         Use comint-last-prompt.
8487 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
8489         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
8490         (frameset-save): Check validity of the resulting frameset.
8492 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
8494         * ido.el (ido-record-command): Add doc string.
8496 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
8498         * frameset.el (frameset): Do not disable creation of the default
8499         frameset-p predicate.  Doc fix.
8500         (frameset-valid-p): New function, copied from the old predicate-p.
8501         Add additional checks.
8502         (frameset-restore): Check with frameset-valid-p.
8503         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
8504         (frameset-name, frameset-description, frameset-properties)
8505         (frameset-states): Add docstring.
8506         (frameset-session-filter-alist, frameset-persistent-filter-alist)
8507         (frameset-filter-alist): Doc fixes.
8509 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
8511         * frameset.el (frameset-p, frameset-prop): Doc fixes.
8513 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8515         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
8516         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
8517         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
8518         (byte-compile-normal-call): Remove obsolescence check.
8520 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
8522         * frameset.el (frameset-restore): Doc fix.
8524         * register.el (frameset-frame-id, frameset-frame-with-id)
8525         (frameset-p, frameset-restore, frameset-save): Declare.
8526         (register-alist): Document framesets.
8527         (frameset-session-filter-alist): Declare.
8528         (frameset-to-register): New function.
8529         (jump-to-register): Implement jumping to framesets.  Doc fix.
8530         (describe-register-1): Describe framesets.
8532         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
8534 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
8536         * desktop.el (desktop-save-frameset): Use new frameset-save args.
8537         Use lexical-binding.
8539         * frameset.el (frameset): Use type vector, not list (incompatible
8540         change).  Do not declare a new constructor, use the default one.
8541         Upgrade suggested properties `app', `name' and `desc' to slots `app',
8542         `name' and `description', respectively, and add read-only slot
8543         `timestamp'.  Doc fixes.
8544         (frameset-copy, frameset-persistent-filter-alist)
8545         (frameset-filter-alist, frameset-switch-to-gui-p)
8546         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
8547         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
8548         (frameset-filter-iconified, frameset-keep-original-display-p):
8549         Doc fixes.
8550         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
8551         Rename from frameset-filter-(save|restore)-param.  All callers changed.
8552         Doc fix.
8553         (frameset-p): Adapt to change to vector and be more thorough.
8554         Change arg name to OBJECT.  Doc fix.
8555         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
8556         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
8557         All callers changed.
8558         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
8559         All callers changed.
8560         (frameset--record-minibuffer-relationships): Rename from
8561         frameset--process-minibuffer-frames.  All callers changed.
8562         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
8563         Use new default constructor (again).  Doc fix.
8564         (frameset--find-frame-if): Rename from `frameset--find-frame'.
8565         All callers changed.
8566         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
8567         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
8568         Doc fix.
8569         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
8570         PARAMETERS and WINDOW-STATE, respectively.
8571         (frameset-restore): Add new keyword argument PREDICATE.
8572         Reset frameset--target-display to nil.  Doc fix.
8574 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8576         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
8577         (bat-mode): Use it.
8578         (bat-mode-syntax-table): Mark \n as end-of-comment.
8579         (bat-font-lock-keywords): Remove comment rule.
8581         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
8582         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
8584         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
8585         (byte-compile-callargs-warn): Use `push'.
8586         (byte-compile-arglist-warn): Ignore higher-order "calls".
8587         (byte-compile-file-form-autoload): Use `pcase'.
8588         (byte-compile-function-form): If quoting a symbol, check that it exists.
8590 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
8592         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
8593         and add a few popular commands found in batch files.
8594         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
8595         (dos-mode): Doc fixes.
8597 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8599         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
8600         (dos-mode): Use setq-local.  Add space after "rem".
8601         (dos-mode-syntax-table): Don't use "w" for symbol chars.
8602         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
8604 2013-08-07  Arni Magnusson  <arnima@hafro.is>
8606         * progmodes/dos.el: New file.
8607         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
8608         dos-mode.
8610 2013-08-06  Glenn Morris  <rgm@gnu.org>
8612         * calendar/calendar.el: Add new faces, and day-header-array.
8613         (calendar-weekday-header, calendar-weekend-header)
8614         (calendar-month-header): New faces.
8615         (calendar-day-header-construct): New function.
8616         (calendar-day-header-width): Also :set calendar-day-header-array.
8617         (calendar-american-month-header, calendar-european-month-header)
8618         (calendar-iso-month-header): Use calendar- faces.
8619         (calendar-generate-month):
8620         Use calendar-day-header-array for day headers; apply faces to them.
8621         (calendar-mode): Check calendar-font-lock-keywords non-nil.
8622         (calendar-abbrev-construct): Add optional maxlen argument.
8623         (calendar-day-name-array): Doc fix.
8624         (calendar-day-name-array, calendar-abbrev-length)
8625         (calendar-day-abbrev-array):
8626         Also :set calendar-day-header-array, and maybe redraw.
8627         (calendar-day-header-array): New option.  (Bug#15007)
8628         (calendar-font-lock-keywords): Set to nil and make obsolete.
8629         (calendar-day-name): Add option to use header array.
8631 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8633         * net/shr.el (shr-render-td): Remove debugging.
8634         (shr-render-td): Make width computation consistent by defaulting
8635         all zero-width columns to 10 characters.  This may not be optimal,
8636         but it's at least consistent.
8637         (shr-make-table-1): Redo last change to fix the real problem in
8638         colspan handling.
8640 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
8642         * files.el (cache-long-line-scans):
8643         Make obsolete alias to `cache-long-scans'.
8645 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
8647         * frameset.el (frameset, frameset-filter-alist)
8648         (frameset-filter-params, frameset-save, frameset--reuse-frame)
8649         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
8650         (frameset-compute-pos): Rename from frameset--compute-pos,
8651         and add docstring.
8652         (frameset-move-onscreen): Use frameset-compute-pos.
8653         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
8655         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
8656         Fix typos in docstrings.
8658 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
8660         * frame.el (get-other-frame): Tiny cleanup.
8662 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
8664         * vc/vc.el (vc-default-ignore-completion-table):
8665         Silence byte-compiler warning.
8667         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
8668         slot, which can indeed be nil.
8669         (frameset-live-filter-alist, frameset-persistent-filter-alist):
8670         Move entry for `left' from persistent to live filter alist.
8671         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
8672         Doc fixes.
8673         (frameset-filter-params): When restoring a frame, copy items added to
8674         `filtered', to avoid unwittingly modifying the original parameters.
8675         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
8676         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
8678         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
8679         to use looking-at-p instead of looking-at.  (Bug#15028)
8681 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8683         Revert introduction of isearch-filter-predicates (bug#14714).
8684         Rely on add-function instead.
8685         * isearch.el (isearch-filter-predicates): Rename it back to
8686         isearch-filter-predicate.
8687         (isearch-message-prefix): Use advice-function-mapc and advice
8688         properties to get the isearch-message-prefix.
8689         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
8690         instead of run-hook-with-args-until-failure.
8691         (isearch-filter-visible): Not obsolete any more.
8692         * loadup.el: Preload nadvice.
8693         * replace.el (perform-replace): Revert to funcall
8694         instead of run-hook-with-args-until-failure.
8695         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
8696         * dired-aux.el (dired-isearch-filenames-mode): Rename from
8697         dired-isearch-filenames-toggle; make it into a proper minor mode.
8698         Use add/remove-function.
8699         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
8700         Call the minor-mode rather than add/remove-hook.
8701         (dired-isearch-filter-filenames):
8702         Remove isearch-message-prefix property.
8703         * info.el (Info--search-loop): New function, extracted from Info-search.
8704         Funcall isearch-filter-predicate instead of
8705         run-hook-with-args-until-failure isearch-filter-predicates.
8706         (Info-search): Use it.
8707         (Info-mode): Use isearch-filter-predicate instead of
8708         isearch-filter-predicates.
8710 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
8712         Do not call to `selected-window' where it is assumed by default.
8713         Affected functions are `window-minibuffer-p', `window-dedicated-p',
8714         `window-hscroll', `window-width', `window-height', `window-buffer',
8715         `window-frame', `window-start', `window-point', `next-window'
8716         and `window-display-table'.
8717         * abbrev.el (abbrev--default-expand):
8718         * bs.el (bs--show-with-configuration):
8719         * buff-menu.el (Buffer-menu-mouse-select):
8720         * calc/calc.el (calc):
8721         * calendar/calendar.el (calendar-generate-window):
8722         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
8723         (diary-make-entry):
8724         * comint.el (send-invisible, comint-dynamic-complete-filename)
8725         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
8726         * completion.el (complete):
8727         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
8728         * disp-table.el (describe-current-display-table):
8729         * doc-view.el (doc-view-insert-image):
8730         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
8731         * ehelp.el (with-electric-help):
8732         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8733         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
8734         * emacs-lisp/helper.el (Helper-help-scroller):
8735         * emulation/cua-base.el (cua--post-command-handler-1):
8736         * eshell/esh-mode.el (eshell-output-filter):
8737         * ffap.el (ffap-gnus-wrapper):
8738         * help-macro.el (make-help-screen):
8739         * hilit-chg.el (highlight-compare-buffers):
8740         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
8741         * hl-line.el (global-hl-line-highlight):
8742         * icomplete.el (icomplete-simple-completing-p):
8743         * isearch.el (isearch-done):
8744         * jit-lock.el (jit-lock-stealth-fontify):
8745         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
8746         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8747         * mpc.el (mpc-tagbrowser, mpc):
8748         * net/rcirc.el (rcirc-any-buffer):
8749         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
8750         * play/landmark.el (landmark-max-width, landmark-max-height):
8751         * play/zone.el (zone):
8752         * progmodes/compile.el (compilation-goto-locus):
8753         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
8754         * progmodes/etags.el (find-tag-other-window):
8755         * progmodes/fortran.el (fortran-column-ruler):
8756         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
8757         * progmodes/verilog-mode.el (verilog-point-text):
8758         * reposition.el (reposition-window):
8759         * rot13.el (toggle-rot13-mode):
8760         * server.el (server-switch-buffer):
8761         * shell.el (shell-dynamic-complete-command)
8762         (shell-dynamic-complete-environment-variable):
8763         * simple.el (insert-buffer, set-selective-display)
8764         (delete-completion-window):
8765         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
8766         (speedbar-recenter):
8767         * startup.el (fancy-splash-head):
8768         * textmodes/ispell.el (ispell-command-loop):
8769         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
8770         * tutorial.el (help-with-tutorial):
8771         * vc/add-log.el (add-change-log-entry):
8772         * vc/compare-w.el (compare-windows):
8773         * vc/ediff-help.el (ediff-indent-help-message):
8774         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
8775         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
8776         (ediff-setup-control-frame):
8777         * vc/emerge.el (emerge-position-region):
8778         * vc/pcvs-util.el (cvs-bury-buffer):
8779         * window.el (walk-windows, mouse-autoselect-window-select):
8780         * winner.el (winner-set-conf, winner-undo): Related users changed.
8782 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
8784         * frameset.el (frameset--set-id): Doc fix.
8785         (frameset-frame-id, frameset-frame-id-equal-p)
8786         (frameset-locate-frame-id): New functions.
8787         (frameset--process-minibuffer-frames, frameset--reuse-frame)
8788         (frameset-restore): Use them.
8790 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
8792         Do not call to `selected-frame' where it is assumed by default.
8793         Affected functions are `raise-frame', `redraw-frame',
8794         `frame-first-window', `frame-terminal' and `delete-frame'.
8795         * calendar/appt.el (appt-disp-window):
8796         * epg.el (epg-wait-for-completion):
8797         * follow.el (follow-delete-other-windows-and-split)
8798         (follow-avoid-tail-recenter):
8799         * international/mule.el (set-terminal-coding-system):
8800         * mail/rmail.el (rmail-mail-return):
8801         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
8802         * progmodes/f90.el (f90-add-imenu-menu):
8803         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
8804         * server.el (server-switch-buffer):
8805         * simple.el (delete-completion-window):
8806         * talk.el (talk):
8807         * term/xterm.el (terminal-init-xterm-modify-other-keys)
8808         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
8809         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
8810         * vc/ediff.el (ediff-documentation): Related users changed.
8811         * frame.el (selected-terminal): Remove the leftover.
8813 2013-08-05  Glenn Morris  <rgm@gnu.org>
8815         * calendar/calendar.el (calendar-generate-month):
8816         Fix for calendar-column-width != 1 + calendar-day-digit-width.
8817         (calendar-generate-month, calendar-font-lock-keywords):
8818         Fix for calendar-day-header-width > length of any day name.
8820 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
8822         * desktop.el (desktop-clear): Use new name of sort predicate.
8824         * frameset.el (frameset): Add docstring.  Move :version property to its
8825         own `version' slot.
8826         (frameset-copy): Rename from copy-frameset.
8827         (frameset-p): Check more thoroughly.
8828         (frameset-prop): Do not check for :version, which is no longer a prop.
8829         (frameset-live-filter-alist, frameset-persistent-filter-alist):
8830         Use new :never value instead of t.
8831         (frameset-filter-alist): Expand and clarify docstring.
8832         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
8833         (frameset-filter-minibuffer, frameset-filter-save-param)
8834         (frameset-filter-restore-param, frameset-filter-iconified):
8835         Add pointer to docstring of frameset-filter-alist.
8836         (frameset-filter-params): Rename filter values to be more meaningful:
8837         :never instead of t, and reverse the meanings of :save and :restore.
8838         (frameset--process-minibuffer-frames): Clarify error message.
8839         (frameset-save): Avoid unnecessary and confusing call to framep.
8840         Use new BOA constructor for framesets.
8841         (frameset--reuse-list): Doc fix.
8842         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
8843         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
8844         (frameset-minibufferless-first-p): Doc fix.
8845         Rename from frameset-sort-frames-for-deletion.
8846         (frameset-restore): Doc fixes.  Use new function names.
8847         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
8849 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
8851         * desktop.el (desktop-restore-forces-onscreen)
8852         (desktop-restore-reuses-frames): Document :keyword constant values.
8853         (desktop-filter-parameters-alist): Remove, now identical to
8854         frameset-filter-alist.
8855         (desktop--filter-tty*): Remove, moved to frameset.el.
8856         (desktop-save-frameset, desktop-restore-frameset):
8857         Do not pass :filters argument.
8859         * frameset.el (frameset-live-filter-alist)
8860         (frameset-persistent-filter-alist): New variables.
8861         (frameset-filter-alist): Use them.  Add autoload cookie.
8862         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
8863         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
8864         `frameset--id' (it's supposed to be internal to frameset.el).
8865         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
8866         (frameset--initial-params): New function.
8867         (frameset--get-frame): Use it.  Doc fix.
8868         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
8869         Accept :all, not 'all.
8870         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
8871         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
8872         with fbound symbols.  Fix frame id matching, and remove matching ids if
8873         the frame being restored is deleted.  Obey :delete.
8875 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8877         * subr.el (macrop): New function.
8878         (text-clone--maintaining): New var.
8879         (text-clone--maintain): Rename from text-clone-maintain.  Use it
8880         instead of inhibit-modification-hooks.
8882         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
8883         a proxy, so as handle autoloads and redefinitions of the target.
8884         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
8886         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
8887         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
8888         (pcase--mutually-exclusive-p): New function.
8889         (pcase--split-consp): Use it.
8890         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
8891         mutually exclusive with the current predicate.
8893         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
8894         (edebug-macrop): Remove.  Use `macrop' instead.
8895         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
8896         (ad-macro-p):
8897         * eshell/esh-cmd.el (eshell-macrop):
8898         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
8900 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8902         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
8903         (advice-mapc): New function, using it.
8904         (advice-function-member-p): New function.
8905         (advice--normalize): Store the cdr in advice--saved-rewrite since
8906         that's the part that will be changed.
8907         (advice--symbol-function): New function.
8908         (advice-remove): Handle removal before the function is defined.
8909         Adjust to new advice--saved-rewrite.
8910         (advice-member-p): Use advice-function-member-p and
8911         advice--symbol-function.
8913 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
8915         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
8916         (frameset-filter-minibuffer): Doc fix.
8917         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
8918         (frameset--set-id, frameset--process-minibuffer-frames)
8919         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
8920         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
8922         * desktop.el (desktop-clear): Only delete frames when called
8923         interactively and desktop-restore-frames is non-nil.  Doc fix.
8924         (desktop-read): Set desktop-saved-frameset to nil.
8926 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
8928         * vc/vc.el (vc-ignore): Rewrite.
8929         (vc-default-ignore-completion-table, vc--read-lines)
8930         (vc--add-line, vc--remove-regexp): New functions.
8932         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
8933         (vc-svn-ignore-completion-table): New function.
8935         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
8936         (vc-hg-ignore-completion-table)
8937         (vc-hg-find-ignore-file): New functions.
8939         * vc/vc-git.el (vc-git-ignore): Rewrite.
8940         (vc-git-ignore-completion-table)
8941         (vc-git-find-ignore-file): New functions.
8943         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
8945         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
8946         (vc-bzr-ignore-completion-table)
8947         (vc-bzr-find-ignore-file): New functions.
8949 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
8951         * frameset.el (frameset-prop): New function and setter.
8952         (frameset-save): Do not modify frame list passed by the caller.
8954 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8956         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
8958 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8960         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
8961         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
8963         * custom.el (custom-initialize-default, custom-initialize-set)
8964         (custom-initialize-reset, custom-initialize-changed): Affect the
8965         toplevel-default-value (bug#6275, bug#14586).
8966         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
8967         for bug#6275.
8969 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
8971         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8972         Add cl-def* expressions.
8974         * frameset.el (frameset-filter-params): Fix order of arguments.
8976 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
8978         Move code related to saving frames to frameset.el.
8979         * desktop.el: Require frameset.
8980         (desktop-restore-frames): Doc fix.
8981         (desktop-restore-reuses-frames): Rename from
8982         desktop-restoring-reuses-frames.
8983         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
8984         (desktop-clear): Clear frames too.
8985         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
8986         (desktop--filter-tty*, desktop-save, desktop-read):
8987         Use frameset functions.
8988         (desktop-before-saving-frames-functions, desktop--filter-*-color)
8989         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
8990         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
8991         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
8992         (desktop--process-minibuffer-frames, desktop-save-frames)
8993         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
8994         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
8995         (desktop--sort-states, desktop-restoring-frames-p)
8996         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
8997         (desktop-restoring-frameset-p, desktop-restore-frameset)
8998         (desktop--check-dont-save, desktop-save-frameset): New functions.
8999         (desktop--app-id): New constant.
9000         (desktop-first-buffer, desktop-buffer-ok-count)
9001         (desktop-buffer-fail-count): Move before first use.
9002         * frameset.el: New file.
9004 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9006         * files.el: Use lexical-binding.
9007         (dir-locals-read-from-file): Remove unused `err' variable.
9008         (hack-dir-local-variables--warned-coding): New var.
9009         (hack-dir-local-variables): Use it to avoid repeated warnings.
9010         (make-backup-file-name--default-function): New function.
9011         (make-backup-file-name-function): Use it as default.
9012         (buffer-stale--default-function): New function.
9013         (buffer-stale-function): Use it as default.
9014         (revert-buffer-insert-file-contents--default-function): New function.
9015         (revert-buffer-insert-file-contents-function): Use it as default.
9016         (insert-directory): Avoid add-to-list.
9018         * autorevert.el (auto-revert-handler): Simplify.
9019         Use buffer-stale--default-function.
9021 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
9023         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
9025         * whitespace.el (whitespace-ensure-local-variables): New function.
9026         (whitespace-cleanup-region): Call it.
9027         (whitespace-turn-on): Call it.
9029 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
9031         Complete file name handlers.
9033         * net/tramp.el (tramp-handle-set-visited-file-modtime)
9034         (tramp-handle-verify-visited-file-modtime)
9035         (tramp-handle-file-notify-rm-watch): New functions.
9036         (tramp-call-process): Do not bind `default-directory'.
9038         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9039         Order alphabetically.
9040         <access-file, add-name-to-file, dired-call-process>:
9041         <dired-compress-file, file-acl, file-notify-rm-watch>:
9042         <file-ownership-preserved-p, file-selinux-context>:
9043         <make-directory-internal, make-symbolic-link, set-file-acl>:
9044         <set-file-selinux-context, set-visited-file-modtime>:
9045         <verify-visited-file-modtime>: Add handler.
9046         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
9048         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
9049         <file-notify-add-watch, file-notify-rm-watch>:
9050         <set-file-times, set-visited-file-modtime>:
9051         <verify-visited-file-modtime>: Add handler.
9052         (with-tramp-gvfs-error-message)
9053         (tramp-gvfs-handle-set-visited-file-modtime)
9054         (tramp-gvfs-fuse-file-name): Remove.
9055         (tramp-gvfs-handle-file-notify-add-watch)
9056         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
9057         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
9059         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9060         Order alphabetically.
9061         <file-notify-rm-watch>: Use default Tramp handler.
9062         <executable-find>: Remove private handler.
9063         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
9064         `default-directory'.
9065         (tramp-sh-handle-executable-find)
9066         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
9067         (tramp-sh-file-gvfs-monitor-dir-process-filter)
9068         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
9069         Do not use `format' in `tramp-message'.
9071         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
9072         <file-notify-rm-watch, set-visited-file-modtime>:
9073         <verify-visited-file-modtime>: Add handler.
9074         (tramp-smb-call-winexe): Do not bind `default-directory'.
9076 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
9078         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
9080 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
9082         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
9083         use it.
9084         (log-view-diff-changeset): Same.
9085         (log-view-diff-common): Call backend command `previous-revision'
9086         to find out the previous revision, in both cases.  Swap the
9087         variables `to' and `fr', so that `fr' usually refers to the
9088         earlier revision (Bug#14989).
9090 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
9092         * ibuf-ext.el (ibuffer-filter-by-filename):
9093         Make it work with dired buffers too.
9095 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
9097         * emacs-lisp/re-builder.el (reb-color-display-p):
9098         * files.el (save-buffers-kill-terminal):
9099         * net/browse-url.el (browse-url):
9100         * server.el (server-save-buffers-kill-terminal):
9101         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
9102         Prefer nil to selected-frame for the first arg of frame-parameter.
9104 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
9106         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
9108 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
9110         * minibuffer.el (completion--twq-all): Try and preserve each
9111         completion's case choice (bug#14907).
9113 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9115         * net/network-stream.el (open-network-stream): Mention the new
9116         :nogreeting parameter.
9117         (network-stream-open-starttls): Use the :nogreeting parameter
9118         (bug#14938).
9120         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
9122         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
9123         more natural than popping.
9125         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
9126         (shr-urlify): Highlight under mouse.
9128 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
9130         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
9132         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
9134         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
9135         buffer for output.
9137         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
9138         point-min==1.  Fix search string.  Fix parentheses missing.
9140         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
9141         assume point-min==1.  Fix search string.  Fix parentheses missing.
9143         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
9145         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
9146         buffer for output.
9148 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
9150         * frame.el (frame-notice-user-settings): Avoid inflooping when the
9151         initial frame is minibuffer-less.  (Bug#14841)
9153 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
9155         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
9156         option.
9158         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9159         (tramp-maybe-open-connection): Use it.
9161 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
9163         * desktop.el (desktop--make-frame): Include `minibuffer' in the
9164         minimal set of parameters passed when creating a frame, because
9165         the minibuffer status of a frame cannot be changed later.
9167 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
9169         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
9170         replace-regexp-in-string and inadvertent omissions in previous change.
9171         (todo-filter-items): Ensure only file names are comma-separated in
9172         name of filtered items buffer.
9174 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
9176         * desktop.el: Optionally force offscreen frames back onscreen.
9177         (desktop-restoring-reuses-frames): New option.
9178         (desktop--compute-pos, desktop--move-onscreen): New functions.
9179         (desktop--make-frame): Use desktop--move-onscreen.
9181 2013-07-27  Alan Mackenzie  <acm@muc.de>
9183         Fontify a Java generic method as a function.
9184         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
9185         value to t.
9187 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
9189         * calendar/todo-mode.el: Add command to rename todo files.
9190         (todo-rename-file): New command.
9191         (todo-key-bindings-t): Add key binding for it.  Change the
9192         bindings of todo-filter-regexp-items(-multifile) to use `x'
9193         instead of `r', since the latter is better suited to the new
9194         renaming command.
9196 2013-07-27  Alan Mackenzie  <acm@muc.de>
9198         Make Java try-with-resources statement parse properly.
9199         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
9200         (c-block-stmt-1-2-key): New language constants/variables.
9201         * progmodes/cc-engine.el (c-beginning-of-statement-1)
9202         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
9203         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
9204         with c-block-stmt-1-2-key.
9206 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
9208         * desktop.el (desktop--make-frame): Apply most frame parameters after
9209         creating the frame to force (partially or totally) offscreen frames to
9210         be restored as such.
9212 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
9214         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
9215         (Bug#14948)
9217 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9219         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
9220         `base' arg of backtrace-frame.
9222 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
9224         * simple.el (list-processes): Doc fix.
9226 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
9228         * desktop.el (desktop--select-frame):
9229         Try harder to reuse existing frames.
9231 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9233         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
9234         (edebug-eval): Use backtrace-eval.
9235         (edebug--display, edebug--recursive-edit): Don't let-bind the
9236         edebug-outer-* vars that keep track of variables we locally let-bind.
9237         (edebug-outside-excursion): Don't restore outside values of locally
9238         let-bound vars.
9239         (edebug--display): Use user-error.
9240         (cl-lexical-debug, cl-debug-env): Remove.
9242 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
9244         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
9245         are restored to be sure that they are visible before deleting any
9246         remaining ones.
9248 2013-07-26  Matthias Meulien  <orontee@gmail.com>
9250         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
9251         vc-print-root-log.  (Bug#14948)
9253 2013-07-26  Richard Stallman  <rms@gnu.org>
9255         Add aliases for encrypting mail.
9256         * epa.el (epa-mail-aliases): New option.
9257         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
9258         Bind inhibit-read-only so read-only text doesn't ruin everything.
9259         (epa-mail-default-recipients): New subroutine broken out.
9260         Handle epa-mail-aliases.
9262 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9264         Add support for lexical variables to the debugger's `e' command.
9265         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
9266         vars, except for debugger-outer-match-data.
9267         (debugger-frame-number): Move check for "on a function call" from
9268         callers into it.  Add `skip-base' argument.
9269         (debugger-frame, debugger-frame-clear): Simplify accordingly.
9270         (debugger-env-macro): Only reset the state stored in non-variables,
9271         i.e. current-buffer and match-data.
9272         (debugger-eval-expression): Rewrite using backtrace-eval.
9273         * subr.el (internal--called-interactively-p--get-frame): Remove.
9274         (called-interactively-p):
9275         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
9276         `base' arg of backtrace-frame instead.
9278 2013-07-26  Glenn Morris  <rgm@gnu.org>
9280         * align.el (align-regexp): Doc fix.  (Bug#14857)
9281         (align-region): Explicit error if subexpression missing/does not match.
9283         * simple.el (global-visual-line-mode):
9284         Do not duplicate the mode lighter.  (Bug#14858)
9286 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
9288         * window.el (display-buffer): In display-buffer bind
9289         split-window-keep-point to t, bug#14829.
9291 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
9293         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
9294         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
9295         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
9296         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
9297         Change accordingly.
9298         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
9299         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
9301 2013-07-25  Glenn Morris  <rgm@gnu.org>
9303         * dired-x.el (dired-mark-extension): Convert comment to doc string.
9305 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
9307         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
9308         parameter to modify-frame-parameters if the value has not changed;
9309         this is a workaround for bug#14949.
9310         (desktop--make-frame): On cl-delete-if call, check parameter name,
9311         not full parameter.
9313 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
9315         * vc/vc.el (vc-ignore): New function.
9317         * vc/vc-svn.el (vc-svn-ignore): New function.
9319         * vc/vc-hg.el (vc-hg-ignore): New function.
9321         * vc/vc-git.el (vc-git-ignore): New function.
9323         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
9324         (vc-dir-ignore): New function.
9326         * vc/vc-cvs.el (vc-cvs-ignore): New function.
9327         (cvs-append-to-ignore): Move here from pcvs.el.
9329         * vc/vc-bzr.el (vc-bzr-ignore): New function.
9331         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
9333 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
9335         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
9336         (desktop-restore-frames): Warn when deleting an existing frame failed.
9338 2013-07-24  Glenn Morris  <rgm@gnu.org>
9340         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
9342 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
9344         * filenotify.el (file-notify-supported-p):
9345         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
9346         Remove functions.
9348         * autorevert.el (auto-revert-use-notify)
9349         (auto-revert-notify-add-watch):
9350         * net/tramp.el (tramp-file-name-for-operation):
9351         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9352         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9353         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9354         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
9355         Remove `file-notify-supported-p' entry.
9357 2013-07-24  Glenn Morris  <rgm@gnu.org>
9359         * printing.el: Replace all uses of deleted ps-windows-system,
9360         ps-lp-system, ps-flatten-list with lpr- versions.
9362 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9364         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
9365         checked with memq (bug#14935).
9367         * files.el (revert-buffer-function): Use a non-nil default.
9368         (revert-buffer-preserve-modes): Declare var to
9369         provide access to the `preserve-modes' argument.
9370         (revert-buffer): Let-bind it.
9371         (revert-buffer--default): New function, extracted from revert-buffer.
9373 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9375         * lpr.el: Signal print errors more prominently.
9376         (print-region-function): Don't default to nil.
9377         (lpr-print-region): New function, extracted from print-region-1.
9378         Check lpr's return value and signal an error in case of problem.
9379         (print-region-1): Use it.
9380         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
9381         versions instead.
9382         (ps-printer-name): Default to nil.
9383         (ps-printer-name-option): Default to lpr-printer-switch.
9384         (ps-print-region-function): Don't default to nil.
9385         (ps-postscript-code-directory): Simplify default.
9386         (ps-do-despool): Use lpr-print-region to properly check the outcome.
9387         (ps-string-list, ps-eval-switch, ps-flatten-list)
9388         (ps-flatten-list-1): Remove.
9389         (ps-multibyte-buffer): Avoid setq.
9390         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
9391         (print-region-function, ps-print-region-function): Don't set them here.
9393 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
9395         * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
9396         (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
9397         (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
9398         (ido-decorations): Doc fix.
9400         * ansi-color.el: Fix old URL.
9402 2013-07-23  Michael R. Mauger  <michael@mauger.com>
9404         * progmodes/sql.el: Version 3.3
9405         (sql-product-alist): Improve oracle :prompt-cont-regexp.
9406         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
9407         (sql-interactive-remove-continuation-prompt): Rewrite, use
9408         functions above.  Fix continuation prompt and complete output line
9409         handling.
9410         (sql-redirect-one, sql-execute): Use `read-only-mode' on
9411         redirected output buffer.
9412         (sql-mode): Restore deleted code (Bug#13591).
9414 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
9416         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
9418 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
9420         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
9422         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9423         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9424         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
9426 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
9428         * desktop.el (desktop-clear): Simplify; remove useless checks
9429         against invalid buffer names.
9430         (desktop-list*): Use cl-list*.
9431         (desktop-buffer-info, desktop-create-buffer): Simplify.
9433 2013-07-23  Leo Liu  <sdl.web@gmail.com>
9435         * bookmark.el (bookmark-make-record): Restore NAME as a default
9436         value.  (Bug#14933)
9438 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9440         * emacs-lisp/autoload.el (autoload--setup-output): New function,
9441         extracted from autoload--insert-text.
9442         (autoload--insert-text): Remove.
9443         (autoload--print-cookie-text): New function, extracted from
9444         autoload--insert-cookie-text.
9445         (autoload--insert-cookie-text): Remove.
9446         (autoload-generate-file-autoloads): Adjust calls accordingly.
9448         * winner.el (winner-hook-installed-p): Remove.
9449         (winner-mode): Simplify accordingly.
9451         * subr.el (add-to-list): Fix compiler-macro when `append' is
9452         not constant.  Don't use `cl-member' for the base case.
9454         * progmodes/subword.el: Fix boundary case (bug#13758).
9455         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
9456         own group.
9457         (subword-backward-regexp): Make it a constant.
9458         (subword-forward-internal): Don't treat a trailing capital as the
9459         beginning of a word.
9461 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
9463         * emacs-lisp/package.el (package-menu-mode): Don't modify the
9464         global value of tabulated-list-revert-hook (bug#14930).
9466 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
9468         * desktop.el: Require 'cl-lib.
9469         (desktop-before-saving-frames-functions): New hook.
9470         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
9471         for frames being saved.  Rename from desktop--save-minibuffer-frames.
9472         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
9473         Do not save frames with non-nil `desktop-dont-save' parameter.
9474         Filter out deleted frames.
9475         (desktop--find-frame): Use cl-find-if.
9476         (desktop--select-frame): Use cl-(first|second|third) to access values
9477         of desktop-mini.
9478         (desktop--make-frame): Use cl-delete-if.
9479         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
9480         (desktop-restore-frames): Use cl-(first|second|third) to access values
9481         of desktop-mini.  Look for visible frame at the end, not while
9482         restoring frames.
9484         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
9485         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
9486         Use string-match-p, looking-at-p (bug#14927).
9488 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
9490         * desktop.el (desktop-saved-frame-states):
9491         Rename from desktop--saved-states; all users changed.
9492         (desktop-save-frames): Rename from desktop--save-frames.
9493         Do not save state to desktop file.
9494         (desktop-save): Save desktop-saved-frame-states to desktop file
9495         and reset to nil.
9496         (desktop-restoring-frames-p): New function.
9497         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
9498         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
9499         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
9501         * desktop.el: Correctly restore iconified frames.
9502         (desktop--filter-iconified-position): New function.
9503         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
9505 2013-07-20  Glenn Morris  <rgm@gnu.org>
9507         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
9508         Let `message' do the formatting.
9509         (def-gdb-preempt-display-buffer): Add explicit format.
9511         * image-dired.el (image-dired-track-original-file):
9512         Use with-current-buffer.
9513         (image-dired-track-thumbnail): Use with-current-buffer.
9514         Avoid changing point of wrong window.
9516         * image-dired.el (image-dired-track-original-file):
9517         Avoid changing point of wrong window.  (Bug#14909)
9519 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
9521         * progmodes/gdb-mi.el (gdb-done-or-error):
9522         Guard against "%" in gdb output.  (Bug#14127)
9524 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
9526         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
9527         (Bug#14826)
9529         * international/mule.el (coding-system-iso-2022-flags): Fix last
9530         change.
9532 2013-07-20  Kenichi Handa  <handa@gnu.org>
9534         * international/mule.el (coding-system-iso-2022-flags):
9535         Add `8-bit-level-4'.  (Bug#8522)
9537 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9539         * net/shr.el (shr-mouse-browse-url): New command and keystroke
9540         (bug#14815).
9542         * net/eww.el (eww-process-text-input): Allow inputting when the
9543         point is at the start of the line, as the properties aren't
9544         front-sticky.
9546         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
9547         degenerate widths.
9549 2013-07-19  Richard Stallman  <rms@gnu.org>
9551         * epa.el (epa-popup-info-window): Doc fix.
9553         * subr.el (split-string): New arg TRIM.
9555 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
9557         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
9558         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
9560 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
9562         * filenotify.el (file-notify--library): Rename from
9563         `file-notify-support'.  Do not autoload.  Adapt all uses.
9564         (file-notify-supported-p): New defun.
9566         * autorevert.el (auto-revert-use-notify):
9567         Use `file-notify-supported-p' instead of `file-notify-support'.
9568         Adapt docstring.
9569         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
9571         * net/tramp.el (tramp-file-name-for-operation):
9572         Add `file-notify-supported-p'.
9574         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
9575         New defun.
9576         (tramp-sh-file-name-handler-alist): Add it as handler for
9577         `file-notify-supported-p '.
9579         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9580         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9581         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
9582         Add `ignore' as handler for `file-notify-*' functions.
9584 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
9586         * simple.el (line-move-partial, line-move): Don't start vscroll or
9587         scroll-up if the current line is not taller than the window.
9588         (Bug#14881)
9590 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
9592         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
9593         highlight question marks in the method names as strings.
9594         (ruby-block-beg-keywords): Inline.
9595         (ruby-font-lock-keyword-beg-re): Extract from
9596         `ruby-font-lock-keywords'.
9598 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
9600         * frame.el (blink-cursor-blinks): New defcustom.
9601         (blink-cursor-blinks-done): New defvar.
9602         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
9603         (blink-cursor-timer-function): Check if number of blinks has been
9604         done on X and NS.
9605         (blink-cursor-suspend, blink-cursor-check): New defuns.
9607 2013-07-15  Glenn Morris  <rgm@gnu.org>
9609         * edmacro.el (edmacro-format-keys): Fix previous change.
9611 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
9613         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
9614         The hack didn't work outside English locales anyway.
9616 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
9618         * simple.el (define-alternatives): Rename from alternatives-define,
9619         per RMS' suggestion.
9621 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
9623         * desktop.el (desktop-restore-frames): Change default to t.
9624         (desktop-restore-in-current-display): Now offer more options.
9625         (desktop-restoring-reuses-frames): New customization option.
9626         (desktop--saved-states): Doc fix.
9627         (desktop-filter-parameters-alist): New variable, renamed and expanded
9628         from desktop--excluded-frame-parameters.
9629         (desktop--target-display): New variable.
9630         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
9631         (desktop--filter-tty*, desktop--filter-*-color)
9632         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
9633         (desktop--filter-save-desktop-parm)
9634         (desktop-restore-in-original-display-p): New functions.
9635         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
9636         (desktop--save-minibuffer-frames): New function, inspired by a similar
9637         function from Martin Rudalics.
9638         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
9639         (desktop--restore-in-this-display-p): Remove.
9640         (desktop--find-frame): Rename from desktop--find-frame-in-display
9641         and add predicate argument.
9642         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
9643         (desktop--reuse-list): New variable.
9644         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
9645         New functions.
9646         (desktop--restore-frames): Add support for "minibuffer-special" frames.
9648 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
9650         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
9652 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
9654         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
9655         Highlight conversion methods on Kernel.
9657 2013-07-13  Alan Mackenzie  <acm@muc.de>
9659         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
9660         and comment it out.  This out-commenting enables certain C++
9661         declarations to be parsed correctly.
9663 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
9665         * international/mule.el (define-coding-system): Doc fix.
9667         * simple.el (default-font-height): Don't call font-info if the
9668         frame's default font didn't change since the frame was created.
9669         (Bug#14838)
9671 2013-07-13  Leo Liu  <sdl.web@gmail.com>
9673         * ido.el (ido-read-file-name): Guard against non-symbol value.
9675 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9677         * progmodes/python.el (python-imenu--build-tree): Fix corner case
9678         in nested defuns.
9680 2013-07-13  Leo Liu  <sdl.web@gmail.com>
9682         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
9683         ido-set-matches call.  (Bug#6852)
9685 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
9687         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
9688         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
9689         Ruby 2.0.
9690         (ruby-font-lock-keywords): Distinguish calls to functions with
9691         module-like names from module references.  Highlight character
9692         literals.
9694 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
9696         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
9697         (gdb-send): Handle continued commands.  (Bug#14847)
9699 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
9701         * desktop.el (desktop--v2s): Remove unused local variable.
9702         (desktop-save-buffer): Make defvar-local; adjust docstring.
9703         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
9704         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
9706 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
9708         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
9710 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
9712         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
9713         (Bug#14842)
9715 2013-07-12  Glenn Morris  <rgm@gnu.org>
9717         * doc-view.el: Require cl-lib at runtime too.
9718         (doc-view-remove-if): Remove.
9719         (doc-view-search-next-match, doc-view-search-previous-match):
9720         Use cl-remove-if.
9722         * edmacro.el: Require cl-lib at runtime too.
9723         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
9724         (edmacro-mismatch, edmacro-subseq): Remove.
9726         * shadowfile.el: Require cl-lib.
9727         (shadow-remove-if): Remove.
9728         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
9729         Use cl-remove-if.
9731         * wid-edit.el: Require cl-lib.
9732         (widget-choose): Use cl-remove-if.
9733         (widget-remove-if): Remove.
9735         * progmodes/ebrowse.el: Require cl-lib at runtime too.
9736         (ebrowse-delete-if-not): Remove.
9737         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
9738         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
9739         Use cl-delete-if-not.
9741 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
9743         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
9744         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
9746 2013-07-12  Leo Liu  <sdl.web@gmail.com>
9748         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
9750 2013-07-11  Glenn Morris  <rgm@gnu.org>
9752         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
9753         (edebug-gensym-index, edebug-gensym):
9754         Remove reimplementation of cl-gensym.
9755         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
9757         * thumbs.el: Require cl-lib at run-time too.
9758         (thumbs-gensym-counter, thumbs-gensym):
9759         Remove reimplementation of cl-gensym.
9760         (thumbs-temp-file): Use cl-gensym.
9762         * emacs-lisp/ert.el: Require cl-lib at runtime too.
9763         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
9764         (ert--intersection, ert--set-difference, ert--set-difference-eq)
9765         (ert--union, ert--gensym-counter, ert--gensym-counter)
9766         (ert--coerce-to-vector, ert--remove*, ert--string-position)
9767         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
9768         (ert-make-test-unbound, ert--expand-should-1)
9769         (ert--expand-should, ert--should-error-handle-error)
9770         (should-error, ert--explain-equal-rec)
9771         (ert--plist-difference-explanation, ert-select-tests)
9772         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
9773         Use cl-lib functions rather than reimplementations.
9775 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
9777         * net/tramp.el (tramp-methods): Extend docstring.
9778         (tramp-connection-timeout): New defcustom.
9779         (tramp-error-with-buffer): Reset timestamp only when appropriate.
9780         (with-tramp-progress-reporter): Simplify.
9781         (tramp-process-actions): Improve messages.
9783         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9784         * net/tramp-sh.el (tramp-maybe-open-connection):
9785         Use `tramp-connection-timeout'.
9786         (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
9787         (Bug#14808)
9789 2013-07-11  Leo Liu  <sdl.web@gmail.com>
9791         * ido.el (ido-read-file-name): Conform to the requirements of
9792         read-file-name.  (Bug#11861)
9793         (ido-read-directory-name): Conform to the requirements of
9794         read-directory-name.
9796 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
9798         * subr.el (delay-warning): New function.
9800 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
9802         * simple.el (default-line-height): New function.
9803         (line-move-partial, line-move): Use it instead of computing the
9804         line height inline.
9805         (line-move-partial): Always compute ROWH.  If the last line is
9806         partially-visible, but its text is completely visible, allow
9807         cursor to enter such a partially-visible line.
9809 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
9811         Improve error messages.  (Bug#14808)
9813         * net/tramp.el (tramp-current-connection): New defvar, moved from
9814         tramp-sh.el.
9815         (tramp-message-show-progress-reporter-message): Remove, not
9816         needed anymore.
9817         (tramp-error-with-buffer): Show message in minibuffer.
9818         Discard input before waiting.  Reset connection timestamp.
9819         (with-tramp-progress-reporter): Improve messages.
9820         (tramp-process-actions): Use progress reporter.  Delete process in
9821         case of error.  Improve messages.
9823         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
9824         Call `tramp-error-with-buffer' with vector and buffer.
9825         (tramp-current-connection): Remove.
9826         (tramp-maybe-open-connection): The car of
9827         `tramp-current-connection' are the first 3 slots of the vector.
9829 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
9831         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
9832         inside continued strings.
9834 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
9836         Timestamp fixes for undo (Bug#14824).
9837         * files.el (clear-visited-file-modtime): Move here from fileio.c.
9839 2013-07-10  Leo Liu  <sdl.web@gmail.com>
9841         * files.el (require-final-newline): Allow safe local value.
9842         (Bug#14834)
9844 2013-07-09  Leo Liu  <sdl.web@gmail.com>
9846         * ido.el (ido-read-directory-name): Handle fallback.
9847         (ido-read-file-name): Update DIR to ido-current-directory.
9848         (Bug#1516)
9849         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
9851 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
9853         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
9854         "autoload".  Remove "warn lower camel case" section, previously
9855         commented out.  Highlight negation char.  Do not highlight the
9856         target in singleton method definitions.
9858 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9860         * faces.el (tty-setup-hook): Declare the hook.
9862         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
9863         and detect when a guard/pred depends on local vars (bug#14773).
9864         (pcase--u1): Adjust caller.
9866 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
9868         * simple.el (line-move-partial, line-move): Account for
9869         line-spacing.
9870         (line-move-partial): Avoid setting vscroll when the last
9871         partially-visible line in window is of default height.
9873 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9875         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
9876         been used a while.
9878 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
9880         * subr.el (read-quoted-char): Remove unused local variable `char'.
9882 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
9884         * ediff.el (ediff-version): Version update.
9885         (ediff-files-command, ediff3-files-command, ediff-merge-command)
9886         (ediff-merge-with-ancestor-command, ediff-directories-command)
9887         (ediff-directories3-command, ediff-merge-directories-command)
9888         (ediff-merge-directories-with-ancestor-command): New functions.
9889         All are command-line interfaces to ediff: to facilitate calling
9890         Emacs with the appropriate ediff functions invoked.
9892         * viper-cmd.el (viper-del-forward-char-in-insert): New function.
9893         (viper-save-kill-buffer): Check if buffer is modified.
9895         * viper.el (viper-version): Version update.
9896         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
9898 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9900         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
9901         * viper-cmd.el (viper-envelop-ESC-key): Remove function.
9902         (viper-intercept-ESC-key): Simplify.
9903         * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
9904         * viper.el (viper--tty-ESC-filter, viper--lookup-key)
9905         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
9906         (viper-setup-ESC-to-escape): New functions.
9907         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
9908         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
9910 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
9912         * simple.el (default-font-height, window-screen-lines):
9913         New functions.
9914         (line-move, line-move-partial): Use them instead of
9915         frame-char-height and window-text-height.  This makes scrolling
9916         text smoother when the buffer's default face uses a font that is
9917         different from the frame's default font.
9919 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
9921         * files.el (write-file): Do not display confirm dialog for NS,
9922         it does its own dialog, which can't be canceled (Bug#14578).
9924 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
9926         * simple.el (line-move-partial): Adjust the row returned by
9927         posn-at-point for the current window-vscroll.  (Bug#14567)
9929 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
9931         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
9932         (tramp-sh-file-inotifywait-process-filter): Handle file names with
9933         spaces.
9935 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
9937         * window.el (window-state-put-stale-windows): New variable.
9938         (window--state-put-2): Save list of windows without matching buffer.
9939         (window-state-put): Remove "bufferless" windows if possible.
9941 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
9943         * simple.el (alternatives-define): Remove leftover :group keyword.
9944         Tweak docstring.
9946 2013-07-06  Leo Liu  <sdl.web@gmail.com>
9948         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
9949         (ido-enable-virtual-buffers): New variable.
9950         (ido-buffer-internal, ido-toggle-virtual-buffers)
9951         (ido-make-buffer-list): Use it.
9952         (ido-exhibit): Support turning on and off virtual buffers
9953         automatically.
9955 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
9957         * simple.el (alternatives-define): New macro.
9959 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9961         * subr.el (read-quoted-char): Use read-key.
9962         (sit-for): Let read-event decode tty input (bug#14782).
9964 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
9966         * calendar/todo-mode.el: Add handling of file deletion, both by
9967         mode command and externally.  Fix various related bugs.
9968         Clarify Commentary and improve some documentation strings and code.
9969         (todo-delete-file): New command.
9970         (todo-check-file): New function.
9971         (todo-show): Handle external deletion of the file we're trying to
9972         show (bug#14688).  Replace called-interactively-p by an optional
9973         prefix argument to avoid problematic interaction with catch form
9974         when byte compiled (bug#14702).
9975         (todo-quit): Handle external deletion of the archive's todo file.
9976         Make sure the buffer that was visiting the archive file is still
9977         live before trying to bury it.
9978         (todo-category-completions): Handle external deletion of any
9979         category completion files.
9980         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
9981         of todo files, in case of external deletion.
9982         (todo-add-file): Replace unnecessary setq by let-binding.
9983         (todo-find-archive): Check whether there are any archives.
9984         Replace unnecessary setq by let-binding.
9985         (todo-archive-done-item): Use find-file-noselect to get the
9986         archive buffer whether or not the archive already exists.
9987         Remove superfluous code.  Use file size instead of buffer-file-name to
9988         check if the archive is new; if it is, update list of archives.
9989         (todo-default-todo-file): Allow nil to be a valid value for when
9990         there are no todo files.
9991         (todo-reevaluate-default-file-defcustom): Use corrected definition
9992         of todo-default-todo-file.
9993         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
9994         (todo-delete-category, todo-show-categories-table)
9995         (todo-category-number): Clarify comment.
9996         (todo-filter-items): Clarify documentation string.
9997         (todo-show-current-file, todo-display-as-todo-file)
9998         (todo-reset-and-enable-done-separator): Tweak documentation string.
9999         (todo-done-separator): Make separator length window-width, since
10000         bug#2749 is now fixed.
10002 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
10004         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
10005         Support both "gvfs-monitor-dir" and "inotifywait".
10006         (tramp-sh-file-inotifywait-process-filter): Rename from
10007         `tramp-sh-file-notify-process-filter'.
10008         (tramp-sh-file-gvfs-monitor-dir-process-filter)
10009         (tramp-get-remote-gvfs-monitor-dir): New defuns.
10011 2013-07-05  Leo Liu  <sdl.web@gmail.com>
10013         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
10015 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10017         * frame.el (display-pixel-height, display-pixel-width)
10018         (display-mm-height, display-mm-width): Mention behavior on
10019         multi-monitor setups in docstrings.
10020         (w32-display-monitor-attributes-list): Declare function.
10021         (display-monitor-attributes-list): Use it.
10023 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
10025         * filenotify.el: New package.
10027         * autorevert.el (top): Require filenotify.el.
10028         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
10029         instead.
10030         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
10031         (auto-revert-notify-handler): Use `file-notify-*' functions.
10033         * subr.el (file-notify-handle-event): Move function to filenotify.el.
10035         * net/tramp.el (tramp-file-name-for-operation):
10036         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
10038         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
10039         for `file-notify-add-watch' and `file-notify-rm-watch'.
10040         (tramp-process-sentinel): Improve trace.
10041         (tramp-sh-handle-file-notify-add-watch)
10042         (tramp-sh-file-notify-process-filter)
10043         (tramp-sh-handle-file-notify-rm-watch)
10044         (tramp-get-remote-inotifywait): New defuns.
10046 2013-07-03  Juri Linkov  <juri@jurta.org>
10048         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
10049         call of `occur-read-primary-args' to interactive spec.
10051         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
10052         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
10054 2013-07-03  Matthias Meulien  <orontee@gmail.com>
10056         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
10057         `Buffer-menu-multi-occur'.  Add it to the menu.
10058         (Buffer-menu-mode): Document it in docstring.
10059         (Buffer-menu-multi-occur): New command.  (Bug#14673)
10061 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
10063         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
10064         keywords and built-ins.
10066 2013-07-03  Glenn Morris  <rgm@gnu.org>
10068         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
10070         Make info-xref checks case-sensitive by default
10071         * info.el (Info-find-node, Info-find-in-tag-table)
10072         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
10073         Add option for exact case matching of nodes.
10074         * info-xref.el (info-xref): New custom group.
10075         (info-xref-case-fold): New option.
10076         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
10078 2013-07-03  Leo Liu  <sdl.web@gmail.com>
10080         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
10082 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
10084         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
10085         middle of block statement initially, lower the depth.  Remove
10086         FIXME comment, not longer valid.  Remove middle of block statement
10087         detection, no need to do that anymore since we've been using
10088         `ruby-parse-region' here.
10090 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
10092         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
10094 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10096         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
10098 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
10100         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
10101         (desktop-restore-in-current-display): New customization option.
10102         (desktop--excluded-frame-parameters): Add `font'.
10103         (desktop--save-frames): Rename from desktop--save-windows.
10104         (desktop--restore-in-this-display-p): New function.
10105         (desktop--make-full-frame): Remove unwanted width/height from
10106         full(width|height) frames.
10107         (desktop--restore-frames): Rename from desktop--restore-windows.
10108         Obey desktop-restore-current-display.  Do not delete old frames or
10109         select a new frame unless we were able to restore at least one frame.
10111 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
10113         * files.el (find-file-noselect): Simplify conditional expression.
10115         * textmodes/remember.el (remember-append-to-file):
10116         Don't mix `find-buffer-visiting' and `get-file-buffer'.
10118         Add `remember-notes' function to store random notes across Emacs
10119         restarts.
10120         * textmodes/remember.el (remember-data-file): Add :set callback to
10121         affect notes buffer (if any).
10122         (remember-notes): New command.
10123         (remember-notes-buffer-name, bury-remember-notes-on-kill):
10124         New defcustoms for the `remember-notes' function.
10125         (remember-notes-save-and-bury-buffer): New command.
10126         (remember-notes-mode-map): New variable.
10127         (remember-mode): New minor mode.
10128         (remember-notes--kill-buffer-query): New function.
10129         * startup.el (initial-buffer-choice): Add notes to custom type.
10131 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
10133         * bindings.el (right-char, left-char): Don't call sit-for, this is
10134         no longer needed.  Use arithmetic comparison only for numerical
10135         arguments.
10137         * international/mule-cmds.el (select-safe-coding-system):
10138         Handle the case of FROM being a string correctly.  (Bug#14755)
10140 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10142         * net/shr.el (shr-make-table-1): Add a sanity check that allows
10143         progression on degenerate tables.
10144         (shr-rescale-image): ImageMagick animated images currently don't work.
10146 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
10148         Some fixes and improvements for desktop frame restoration.
10149         It is still experimental and disabled by default.
10150         * desktop.el (desktop--save-windows): Put the selected frame at
10151         the head of the list.
10152         (desktop--make-full-frame): New function.
10153         (desktop--restore-windows): Try to re-select the frame that was
10154         selected upon saving.  Do not abort if some frames fail to restore,
10155         just show an error message and continue.  Set up maximized frames
10156         so they have default non-maximized dimensions.
10158 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
10160         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
10161         Don't start heredoc inside a string or comment.
10163 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
10165         * bindings.el (visual-order-cursor-movement): New defcustom.
10166         (right-char, left-char): Provide visual-order cursor motion by
10167         calling move-point-visually.  Update the doc strings.
10169 2013-06-28  Kenichi Handa  <handa@gnu.org>
10171         * international/mule.el (define-coding-system): New coding system
10172         properties :inhibit-null-byte-detection,
10173         :inhibit-iso-escape-detection, and :prefer-utf-8.
10174         (set-buffer-file-coding-system): If :charset-list property of
10175         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
10176         appropriate for setting.
10178         * international/mule-cmds.el (select-safe-coding-system):
10179         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
10180         multibyte characters, return utf-8 (or one of its siblings).
10182         * international/mule-conf.el (prefer-utf-8): New coding system.
10183         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
10184         files.
10186 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
10188         * net/shr.el (shr-render-region): New function.
10190         * net/eww.el: Autoload `eww-browse-url'.
10192 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
10194         * emacs-lisp/package-x.el (package-upload-buffer-internal):
10195         Adapt to `package-desc-version' being a list.
10196         Use `package--ac-desc-version' to retrieve version from a package
10197         archive element.
10199 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
10201         New experimental feature to save&restore window and frame setup.
10202         * desktop.el (desktop-save-windows): New defcustom.
10203         (desktop--saved-states): New var.
10204         (desktop--excluded-frame-parameters): New defconst.
10205         (desktop--filter-frame-parms, desktop--find-frame-in-display)
10206         (desktop--restore-windows, desktop--save-windows): New functions.
10207         (desktop-save): Call `desktop--save-windows'.
10208         (desktop-read): Call `desktop--restore-windows'.
10210 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10212         * net/shr.el (add-face-text-property): Remove compat definition.
10214 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
10216         * info.el (Info-try-follow-nearest-node): Move search for footnote
10217         above search for node name to prevent missing a footnote (bug#14717).
10219 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
10221         * obsolete/otodo-mode.el: Add obsolescence info to file header.
10223 2013-06-27  Leo Liu  <sdl.web@gmail.com>
10225         * net/eww.el (eww-read-bookmarks): Check file size.
10227 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10229         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
10230         advice--pending if newdef is nil or an autoload (bug#13820).
10231         (advice-mapc): New function.
10233 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10235         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
10236         probably.
10237         (eww-mode-map): Add a menu bar.
10238         (eww-add-bookmark): New command.
10239         (eww-bookmark-mode): New mode and commands.
10240         (eww-add-bookmark): Remove newlines from the title.
10241         (eww-bookmark-browse): Don't bug out if it's the only window.
10243 2013-06-26  Glenn Morris  <rgm@gnu.org>
10245         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
10246         (hfy-size): Handle ttys.  (Bug#14668)
10248         * info-xref.el: Update for Texinfo 5 change in *note format.
10249         (info-xref-node-re, info-xref-note-re): New constants.
10250         (info-xref-check-buffer): Use info-xref-note-re.
10252 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10254         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
10256         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
10257         nil terminate the loop (bug#14718).
10259 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10261         * net/eww.el: Rework history traversal.  When going forward/back,
10262         put these actions into the history, too, so that they can be
10263         replayed.
10264         (eww-render): Move the history reset to the correct buffer.
10266 2013-06-25  Juri Linkov  <juri@jurta.org>
10268         * files-x.el (modify-dir-local-variable): Change the header comment
10269         in the file with directory local variables.  (Bug#14692)
10271         * files-x.el (read-file-local-variable-value): Add `default'.
10272         (Bug#14710)
10274 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10276         * net/eww.el (eww-make-unique-file-name): Create a unique file
10277         name before saving to entering `y' accidentally asynchronously.
10279 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
10281         * net/eww.el (eww-download): New command and keystroke.
10283 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10285         * net/eww.el (eww-copy-page-url): Change name of command.
10287         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
10288         be more consistent with Info and dired.
10290         * net/eww.el (eww-mode-map): Ditto.
10292 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10294         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
10295         packages from archives.
10296         (package-archive-contents): Change format; include obsolete packages.
10297         (package-desc): Use `dir' to mark builtin packages.
10298         (package--from-builtin): Set the `dir' field to `builtin'.
10299         (generated-autoload-file, version-control): Declare.
10300         (package-compute-transaction): Change first arg and return value to be
10301         lists of package-descs.  Adjust to new package-archive-contents format.
10302         (package--add-to-archive-contents): Adjust to new
10303         package-archive-contents format.
10304         (package-download-transaction): Arg is now a list of package-descs.
10305         (package-install): If `pkg' is a package name, pass it as
10306         a requirement, so it is subject to the usual (e.g. disabled) checks.
10307         (describe-package): Accept package-desc as well.
10308         (describe-package-1): Describe a specific package-desc.  Add links to
10309         other package-descs for the same package name.
10310         (package-menu-describe-package): Pass the actual package-desc.
10311         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
10312         works correctly.
10313         (package-desc-status): New function.
10314         (package-menu--refresh): New function, extracted
10315         from package-menu--generate.
10316         (package-menu--generate): Use it.
10317         (package-delete): Update package-alist.
10318         (package-menu-execute): Don't call package-initialize.
10320         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
10321         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
10322         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
10323         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
10324         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
10325         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
10327 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
10329         * window.el (window--state-get-1): Workaround for bug#14527.
10330         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
10332 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10334         * net/eww.el (eww-back-url): Implement the history by stashing all
10335         the data into a list.
10336         (eww-forward-url): Allow going forward in the history, too.
10338 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10340         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
10341         for values and use read--expression for expressions (bug#14710).
10342         (read-file-local-variable): Avoid setq.
10343         (read-file-local-variable-mode): Use minor-mode-list.
10345 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10347         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
10348         for DOI URLs.
10350 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10352         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
10353         Update imenu-support when dialect changes.
10355 2013-06-25  Leo Liu  <sdl.web@gmail.com>
10357         * ido.el (ido-read-internal): Allow forward slash on windows.
10359 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10361         * net/eww.el (eww): Start of strings is \\`, not ^.
10363 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
10365         * net/shr.el (shr-browse-url): Fix interactive spec.
10367         * net/eww.el (eww): Add a trailing slash to domain names.
10369 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
10371         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
10373 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10375         * net/shr.el (shr-browse-url): Use an external browser if given a
10376         prefix.
10378         * net/eww.el (eww-external-browser): Move to shr.
10380 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
10382         * net/eww.el (eww): Work more correctly for file: URLs.
10383         (eww-detect-charset): Allow quoted charsets.
10384         (eww-yank-page-url): New command and keystroke.
10386 2013-06-24  Daiki Ueno  <ueno@gnu.org>
10388         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
10389         file name of gpg executable.
10390         (epg-context-program): New function.
10391         (epg-context-home-directory): New function.
10392         (epg-context-set-program): New function.
10393         (epg-context-set-home-directory): New function.
10394         (epg--start): Use `epg-context-program' instead of
10395         'epg-gpg-program'.
10396         (epg--list-keys-1): Likewise.
10398 2013-06-24  Leo Liu  <sdl.web@gmail.com>
10400         * ido.el (ido-read-internal): Fix bug#14620.
10402 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
10404         * faces.el (face-documentation): Simplify.
10405         (read-face-attribute, tty-find-type, x-resolve-font-name):
10406         Use `string-match-p'.
10407         (list-faces-display): Use `string-match-p'.  Simplify.
10408         (face-spec-recalc): Check face to avoid face alias loops.
10409         (read-color): Use `string-match-p' and non-capturing parenthesis.
10411 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10413         * net/shr.el (shr-rescale-image): Use the new
10414         :max-width/:max-height functionality.
10416 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
10418         * net/eww.el (eww-search-prefix): New variable.
10419         (eww): Use it.
10420         (eww-external-browser): New variable.
10421         (eww-mode-map): New keystroke.
10422         (eww-browse-with-external-browser): New command.
10424         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
10426 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
10428         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
10429         Don't skip aligning the next header field when padding is 0;
10430         otherwise, field width is not respected unless the title is as
10431         wide as the field.
10433 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10435         * emacs-lisp/package.el (package-el-version): Remove.
10436         (package-process-define-package): Fix inf-loop.
10437         (package-install): Allow symbols as arguments again.
10439 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
10441         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
10442         add some more keyword-like methods.
10443         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
10445 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
10447         * bs.el (bs-buffer-show-mark): Make defvar-local.
10448         (bs-mode): Use setq-local.
10450         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
10451         (emacs-lock--try-unlocking): Make defvar-local.
10453 2013-06-22  Glenn Morris  <rgm@gnu.org>
10455         * play/cookie1.el (cookie-apropos): Minor simplification.
10457         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
10459 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
10461         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
10462         `regexp-opt', it breaks the build during dumping.
10464 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
10466         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
10467         Highlight keyword-like methods on Kernel and Module with
10468         font-lock-builtin-face.
10469         (auto-mode-alist): Consolidate different entries into one regexp
10470         and add more *file-s.
10472 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
10474         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
10476         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
10477         (diary-entry): Use it in the action of this button type instead of
10478         diary-goto-entry.
10480         * calendar/todo-mode.el: New version.
10481         (todo-add-category): Append new category to end of file and give
10482         it the highest number, instead of putting it at the beginning and
10483         giving it 0.  Incorporate noninteractive functionality.
10484         (todo-forward-category): Adapt to 1-based category numbering.
10485         Allow skipping over archived categories.
10486         (todo-backward-category): Derive from todo-forward-category.
10487         (todo-backward-item, todo-forward-item): Make noninteractive and
10488         delegate interactive part to new commands.  Make sensitive to done items.
10489         (todo-categories): Make value an alist of category names and
10490         vectors of item counts.
10491         (todo-category-beg): Make a defconst.
10492         (todo-category-number): Use 1 instead of 0 as initial value.
10493         (todo-category-select): Make sensitive to overlays, optional item
10494         highlighting and done items.
10495         (todo-delete-item): Make sensitive to overlays and marked and done items.
10496         (todo-edit-item): Make sensitive to overlays and editing of
10497         date/time header optional.  Add format checks.
10498         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
10499         no-op if point is not on an item.  Advertise using todo-edit-quit.
10500         (todo-edit-mode): Make sensitive to new format, font-locking, and
10501         multiple todo files.
10502         (todo-insert-item, todo-insert-item-here): Derive from
10503         todo-basic-insert-item and extend functionality.
10504         (todo-item-end, todo-item-start): Make sensitive to done items.
10505         (todo-item-string): Don't return text properties.  Restore point.
10506         (todo-jump-to-category): Make sensitive to multiple todo files and
10507         todo archives.  Use extended category completion.
10508         (todo-lower-item, todo-raise-item): Rename to *-priority and
10509         derive from todo-set-item-priority.
10510         (todo-mode): Derive from special-mode.  Make sensitive to new
10511         format, font-locking and multiple todo files.  Make read-only.
10512         (todo-mode-map): Don't suppress digit keys, so they can supply
10513         prefix arguments.  Add many new key bindings.
10514         (todo-prefix): Insert as an overlay instead of file text.
10515         Change semantics from diary date expression to purely visual mark.
10516         (todo-print): Rename to todo-print-buffer.  Make buffer display
10517         features printable.  Remove option to restrict number of items
10518         printed.  Add option to print to file.
10519         (todo-print-function): Rename to todo-print-buffer-function.
10520         (todo-quit): Extend to handle exiting new todo modes.
10521         (todo-remove-item): Make sensitive to overlays.
10522         (todo-save): Extend to buffers of filtered items.
10523         (todo-show): Make sensitive to done items, multiple todo files and
10524         new todo modes.  Offer to convert legacy todo file before creating
10525         first new todo file.
10526         (todo-show-priorities): Rename to todo-top-priorities.
10527         Change semantics of value 0.
10528         (todo-top-priorities): Rename to todo-filter-top-priorities,
10529         derive from todo-filter-items and extend functionality.
10530         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
10531         and extend functionality to other types of filtered items.
10532         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
10533         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
10534         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
10535         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
10536         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
10537         (todo-edit-mode-hook, todo-entry-prefix-function)
10538         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
10539         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
10540         (todo-initials, todo-insert-threshold, todo-item-string-start)
10541         (todo-line-string, todo-menu, todo-mode-hook)
10542         (todo-more-important-p, todo-previous-answer, todo-previous-line)
10543         (todo-print-priorities, todo-remove-separator)
10544         (todo-save-top-priorities-too, todo-string-count-lines)
10545         (todo-string-multiline-p, todo-time-string-format)
10546         (todo-tmp-buffer-name): Remove.
10547         (todo-add-file, todo-archive-done-item, todo-choose-archive)
10548         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
10549         (todo-edit-category-diary-inclusion)
10550         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
10551         (todo-edit-file, todo-edit-item-date-day)
10552         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
10553         (todo-edit-item-date-month, todo-edit-item-date-to-today)
10554         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
10555         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
10556         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
10557         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
10558         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
10559         (todo-filter-top-priorities-multifile, todo-find-archive)
10560         (todo-find-filtered-items-file, todo-go-to-source-item)
10561         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
10562         (todo-jump-to-archive-category, todo-lower-category)
10563         (todo-mark-category, todo-marked-item-p, todo-merge-category)
10564         (todo-move-category, todo-move-item, todo-next-button)
10565         (todo-next-item, todo-padded-string, todo-powerset)
10566         (todo-previous-button, todo-previous-item)
10567         (todo-print-buffer-to-file, todo-raise-category)
10568         (todo-rename-category, todo-repair-categories-sexp, todo-search)
10569         (todo-set-category-number, todo-set-item-priority)
10570         (todo-set-top-priorities-in-category)
10571         (todo-set-top-priorities-in-file, todo-show-categories-table)
10572         (todo-sort-categories-alphabetically-or-numerically)
10573         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
10574         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
10575         (todo-toggle-item-header, todo-toggle-item-highlighting)
10576         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
10577         (todo-toggle-view-done-items, todo-toggle-view-done-only)
10578         (todo-unarchive-items, todo-unmark-category): New commands.
10579         (todo-absolute-file-name, todo-add-to-buffer-list)
10580         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
10581         (todo-basic-insert-item, todo-category-completions)
10582         (todo-category-number, todo-category-string-matcher-1)
10583         (todo-category-string-matcher-2, todo-check-filtered-items-file)
10584         (todo-check-format, todo-clear-matches)
10585         (todo-comment-string-matcher, todo-convert-legacy-date-time)
10586         (todo-current-category, todo-date-string-matcher)
10587         (todo-define-insertion-command, todo-diary-expired-matcher)
10588         (todo-diary-goto-entry, todo-diary-item-p)
10589         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
10590         (todo-display-categories, todo-display-sorted, todo-done-item-p)
10591         (todo-done-item-section-p, todo-done-separator)
10592         (todo-done-string-matcher, todo-files, todo-filter-items)
10593         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
10594         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
10595         (todo-insert-category-line, todo-insert-item-from-calendar)
10596         (todo-insert-sort-button, todo-insert-with-overlays)
10597         (todo-insertion-command-name, todo-insertion-key-bindings)
10598         (todo-label-to-key, todo-longest-category-name-length)
10599         (todo-make-categories-list, todo-mode-external-set)
10600         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
10601         (todo-modes-set-3, todo-multiple-filter-files)
10602         (todo-nondiary-marker-matcher, todo-prefix-overlays)
10603         (todo-read-category, todo-read-date, todo-read-dayname)
10604         (todo-read-file-name, todo-read-time)
10605         (todo-reevaluate-category-completions-files-defcustom)
10606         (todo-reevaluate-default-file-defcustom)
10607         (todo-reevaluate-filelist-defcustoms)
10608         (todo-reevaluate-filter-files-defcustom)
10609         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
10610         (todo-reset-done-separator, todo-reset-done-separator-string)
10611         (todo-reset-done-string, todo-reset-global-current-todo-file)
10612         (todo-reset-highlight-item, todo-reset-nondiary-marker)
10613         (todo-reset-prefix, todo-set-categories)
10614         (todo-set-date-from-calendar, todo-set-show-current-file)
10615         (todo-set-top-priorities, todo-short-file-name)
10616         (todo-show-current-file, todo-sort, todo-time-string-matcher)
10617         (todo-total-item-counts, todo-update-buffer-list)
10618         (todo-update-categories-display, todo-update-categories-sexp)
10619         (todo-update-count, todo-validate-name, todo-y-or-n-p):
10620         New functions.
10621         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
10622         New major modes.
10623         (todo-categories, todo-display, todo-edit, todo-faces)
10624         (todo-filtered): New defgroups.
10625         (todo-archived-only, todo-button, todo-category-string, todo-date)
10626         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
10627         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
10628         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
10629         (todo-add-item-if-new-category, todo-always-add-time-string)
10630         (todo-categories-align, todo-categories-archived-label)
10631         (todo-categories-category-label, todo-categories-diary-label)
10632         (todo-categories-done-label, todo-categories-number-separator)
10633         (todo-categories-todo-label, todo-categories-totals-label)
10634         (todo-category-completions-files, todo-completion-ignore-case)
10635         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
10636         (todo-done-separator-string, todo-done-string)
10637         (todo-files-function, todo-filter-done-items, todo-filter-files)
10638         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
10639         (todo-initial-category, todo-initial-file, todo-item-mark)
10640         (todo-legacy-date-time-regexp, todo-mode-line-function)
10641         (todo-nondiary-marker, todo-number-prefix)
10642         (todo-print-buffer-function, todo-show-current-file)
10643         (todo-show-done-only, todo-show-first, todo-show-with-done)
10644         (todo-skip-archived-categories, todo-top-priorities-overrides)
10645         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
10646         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
10647         New defcustoms.
10648         (todo-category-done, todo-date-pattern, todo-date-string-start)
10649         (todo-diary-items-buffer, todo-done-string-start)
10650         (todo-filtered-items-buffer, todo-item-start)
10651         (todo-month-abbrev-array, todo-month-name-array)
10652         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
10653         (todo-top-priorities-buffer): New defconsts.
10654         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
10655         (todo-categories-with-marks, todo-category-string-face)
10656         (todo-comment-face, todo-comment-string, todo-current-todo-file)
10657         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
10658         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
10659         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
10660         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
10661         (todo-font-lock-keywords, todo-global-current-todo-file)
10662         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
10663         (todo-insertion-commands-args)
10664         (todo-insertion-commands-args-genlist)
10665         (todo-insertion-commands-names, todo-insertion-map)
10666         (todo-key-bindings-t, todo-key-bindings-t+a)
10667         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
10668         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
10669         (todo-nondiary-face, todo-print-buffer, todo-time-face)
10670         (todo-visited): New variables.
10672 2013-06-21  Glenn Morris  <rgm@gnu.org>
10674         * play/cookie1.el (cookie-apropos): Add optional display argument.
10675         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
10676         (psychoanalyze-pinhead): Use cookie-doctor.
10678 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
10680         * emacs-lisp/package.el (tar-get-file-descriptor)
10681         (tar--extract): Declare.
10683 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
10685         Extend flymake's warning predicate to be a function (bug#14217).
10686         * progmodes/flymake.el (flymake-warning-predicate): New.
10687         (flymake-parse-line): Use it.
10688         (flymake-warning-re): Make obsolete alias to
10689         `flymake-warning-predicate'.
10691 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10693         * emacs-lisp/package.el (package-alist): Include obsolete packages.
10694         (package-obsolete-list): Remove.
10695         (package-activate): Remove min-version argument.  Add `force' argument.
10696         Adjust to new package-alist format.
10697         (package-mark-obsolete): Remove.
10698         (package-unpack): Force reload of the package's autoloads.
10699         (package-installed-p): Check builtins if the installed package is not
10700         recent enough.
10701         (package-initialize): Don't reset package-obsolete-list.
10702         Don't specify which package version to activate.
10703         (package-process-define-package, describe-package-1)
10704         (package-menu--generate): Adjust to new package-alist format.
10706 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
10708         * allout-widgets.el (allout-widgets-mode-off)
10709         (allout-widgets-mode-on, allout-widgets-pre-command-business)
10710         (allout-widgets-post-command-business)
10711         (allout-widgets-after-copy-or-kill-function)
10712         (allout-widgets-after-undo-function, allout-test-range-overlaps)
10713         (allout-decorate-item-and-context)
10714         (allout-graphics-modification-handler): Fix typos in docstrings.
10715         (allout-get-or-create-parent-widget): Use `looking-at-p'.
10717         * cmuscheme.el (scheme-start-file): Doc fix.
10718         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
10719         (scheme-input-filter): Use `string-match-p'.
10721         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
10723         * dired-x.el: Use Dired consistently in docstrings.
10725         * dired.el: Use Dired consistently in docstrings.
10726         (dired-readin, dired-mode): Use `setq-local'.
10727         (dired-switches-alist): Make defvar-local.
10728         (dired-buffers-for-dir): Use `zerop'.
10729         (dired-safe-switches-p, dired-switches-escape-p)
10730         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
10731         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
10732         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
10733         (dired-goto-next-nontrivial-file): Use `string-match-p'.
10734         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
10735         (dired-toggle-marks, dired-mark-files-containing-regexp)
10736         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
10737         (dired-flag-auto-save-files, dired-flag-backup-files):
10738         Use `looking-at-p'.
10739         (dired-mark-files-regexp, dired-build-subdir-alist):
10740         Use `string-match-p', `looking-at-p'.
10742         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
10743         (direct-print-region-helper): Use `string-match-p'.
10745 2013-06-21  Leo Liu  <sdl.web@gmail.com>
10747         * comint.el (comint-redirect-results-list-from-process):
10748         Fix infinite loop.
10750 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10752         * net/eww.el (eww-update-header-line-format): Quote % characters.
10754 2013-06-21  Glenn Morris  <rgm@gnu.org>
10756         * play/cookie1.el (cookie): New custom group.
10757         (cookie-file): New option.
10758         (cookie-check-file): New function.
10759         (cookie): Make it interactive.  Make start and end messages optional.
10760         Interactively, display the result.  Default to cookie-file.
10761         (cookie-insert): Default to cookie-file.
10762         (cookie-snarf): Make start and end messages optional.
10763         Default to cookie-file.  Use with-temp-buffer.
10764         (cookie-read): Rename from read-cookie.
10765         Make start and end messages optional.  Default to cookie-file.
10766         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
10767         Do not autoload it.
10768         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
10769         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
10771 2013-06-21  Leo Liu  <sdl.web@gmail.com>
10773         * progmodes/octave.el (octave-mode): Backward compatibility fix.
10775 2013-06-21  Glenn Morris  <rgm@gnu.org>
10777         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
10779 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10780             Daniel Hackney  <dan@haxney.org>
10782         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
10783         Consolidate the single-file vs tarball code.
10784         (package-desc-suffix): New function.
10785         (package-desc-full-name): Don't bother inlining it.
10786         (package-load-descriptor): Return the new package-desc.
10787         (package-mark-obsolete): Remove unused arg `package'.
10788         (package-unpack): Make it work for single files as well.
10789         Make it update package-alist.
10790         (package--make-autoloads-and-stuff): Rename from
10791         package--make-autoloads-and-compile.  Don't compile any more.
10792         (package--compile): New function.
10793         (package-generate-description-file): New function, extracted from
10794         package-unpack-single.
10795         (package-unpack-single): Remove.
10796         (package--with-work-buffer): Add indentation and debugging info.
10797         (package-download-single): Remove.
10798         (package-install-from-archive): Rename from package-download-tar, make
10799         it take a pkg-desc, and make it work for single files as well.
10800         (package-download-transaction): Simplify.
10801         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
10802         external tar program.
10803         (package-install-from-buffer): Remove `pkg-desc' argument.
10804         Use package-tar-file-info for tar-mode buffers.
10805         (package-install-file): Simplify accordingly.
10806         (package-archive-base): Change to take a pkg-desc.
10807         * tar-mode.el (tar--check-descriptor): New function, extracted from
10808         tar-get-descriptor.
10809         (tar-get-descriptor): Use it.
10810         (tar-get-file-descriptor): New function.
10811         (tar--extract): New function, extracted from tar-extract.
10812         (tar--extract): Use it.
10813         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
10814         case the summary uses non-ascii.  Adjust to new calling convention of
10815         package-tar-file-info.
10817 2013-06-21  Leo Liu  <sdl.web@gmail.com>
10819         * comint.el (comint-redirect-results-list-from-process):
10820         Fix random delay.  (Bug#14681)
10822 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
10824         * profiler.el (profiler-format-number): Use log, not log10.
10826 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
10828         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
10830 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10832         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
10833         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
10834         yet available.
10835         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
10836         (AUTOGENEL): ... here.
10837         * emacs-lisp/cl-macs.el (cl--sublis): New function.
10838         (cl--defsubst-expand): Use it.
10840 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
10842         * subr.el (log10): Move here from C code, and declare as obsolete.
10843         All uses of (log10 X) replaced with (log X 10).
10845 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
10847         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
10848         Declare with `defvar-local'.
10849         (tabulated-list-use-header-line, tabulated-list-entries)
10850         (tabulated-list-padding, tabulated-list-printer)
10851         (tabulated-list-sort-key): Declare with `defvar-local'.
10852         (tabulated-list-init-header, tabulated-list-print-fake-header):
10853         Use `setq-local'.
10855 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
10857         * arc-mode.el (archive-mode): Add `archive-write-file' to
10858         `write-contents-functions' also for remote files.  (Bug#14652)
10860 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
10862         * cus-edit.el (custom-commands): Fix typos.
10863         (custom-display): Fix tooltip text.
10864         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
10865         Fix typos in docstrings.
10866         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
10867         (custom-unlispify-menu-entry, custom-magic-value-create)
10868         (custom-add-see-also, custom-group-value-create): Use ?\s.
10869         (custom-guess-type, customize-apropos, editable-field)
10870         (custom-face-value-create): Use `string-match-p'.
10871         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
10873         * custom.el (custom-load-symbol): Use `string-match-p'.
10875         * ansi-color.el: Convert to lexical binding.
10876         (ansi-colors): Fix URL.
10877         (ansi-color-context, ansi-color-context-region): Use defvar-local.
10878         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
10879         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
10881 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10883         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
10885         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
10887 2013-06-19  Tom Tromey  <tromey@redhat.com>
10889         * net/eww.el (eww-top-url): Remove.
10890         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
10891         (eww-render): Set new variables.  Don't set eww-top-url.
10892         (eww-handle-link): Handle "prev", "home", and "contents".
10893         Downcase the rel text.
10894         (eww-top-url): Choose best top URL.
10896 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10898         * net/eww.el: Rewrite to implement form elements "by hand" instead of
10899         relying in widget.el.  Using widget.el leads to too many
10900         user interface inconsistencies.
10901         (eww-self-insert): Implement entering commands in text fields.
10902         (eww-process-text-input): New function to make text input field editing
10903         work.
10904         (eww-submit): Rewrite to use the new-style form methods.
10905         (eww-select-display): Display the correct selected item.
10906         (eww-change-select): Implement changing the select value.
10907         (eww-toggle-checkbox): Implement radio/checkboxes.
10908         (eww-update-field): Fix compilation error.
10909         (eww-tag-textarea): Implement <textarea>.
10911         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
10912         we don't shadow mode-specific bindings.
10914         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
10915         nothing to push.
10917         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
10919 2013-06-19  Glenn Morris  <rgm@gnu.org>
10921         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
10923 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
10925         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
10926         not needed.
10928         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
10930 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10932         * net/browse-url.el (browse-url-browser-function):
10933         `eww-browse-url' has the right calling signature, `eww' does not.
10935 2013-06-19  Glenn Morris  <rgm@gnu.org>
10937         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10938         Only eval autoloaded macros.
10939         (byte-compile-autoload): Only give the macro warning for macros.
10941         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
10942         (ps-underlined-faces): Declare.
10944         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
10945         (speedbar-add-supported-extension): Declare.
10947         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
10948         Don't include a date stamp in the header of the generated file;
10949         it leads to needless differences between output files.
10951 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
10953         * net/secrets.el (secrets-struct-secret-content-type):
10954         Replace check of introspection data by a test call of "CreateItem".
10955         Some servers do not offer introspection.
10957 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10959         * electric.el (electric-pair-mode): Improve interaction with
10960         electric-layout-mode.
10961         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
10962         (electric-pair-syntax): Use text-mode-syntax-table in comments
10963         and strings.
10964         (electric-pair--insert): New function.
10965         (electric-pair-post-self-insert-function): Use it and
10966         electric--after-char-pos.
10968 2013-06-19  Leo Liu  <sdl.web@gmail.com>
10970         * progmodes/octave.el (octave-help): Fix regexp.
10972 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10974         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
10975         (shr-table-horizontal-line): Allow nil as a value, and change the
10976         default.
10977         (shr-insert-table-ruler): Respect the nil value.
10979 2013-06-18  Tom Tromey  <tromey@barimba>
10981         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
10982         New defvars.
10983         (eww-open-file): New defun.
10984         (eww-render): Initialize new variables.
10985         (eww-display-html): Handle "link" and "a".
10986         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
10987         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
10988         (eww-back-url): Rename from eww-previous-url.
10989         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
10990         New defuns.
10992 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
10994         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
10995         Distinguish ternary operator tokens from slash symbol and slash
10996         char literal.
10998 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
11000         Convert symbol prettification into minor mode and global minor mode.
11002         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
11003         `prog-prettify-symbols', and make a local defvar instead of defcustom.
11004         (prettify-symbols--keywords): Rename from
11005         `prog-prettify-symbols-alist' and make a local defvar.
11006         (prettify-symbols--compose-symbol): Rename from
11007         `prog--prettify-font-lock-compose-symbol'.
11008         (prettify-symbols--make-keywords): Rename from
11009         `prog-prettify-font-lock-symbols-keywords' and simplify.
11010         (prog-prettify-install): Remove.
11011         (prettify-symbols-mode): New minor mode, based on
11012         `prog-prettify-install'.
11013         (turn-on-prettify-symbols-mode): New function.
11014         (global-prettify-symbols-mode): New globalized minor mode.
11016         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11017         * progmodes/cfengine.el (cfengine3-mode):
11018         * progmodes/perl-mode.el (perl-mode): Don't call
11019         `prog-prettify-install'; set `prettify-symbols-alist' instead.
11021 2013-06-18  Juri Linkov  <juri@jurta.org>
11023         * files-x.el (modify-file-local-variable-message): New function.
11024         (modify-file-local-variable)
11025         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
11026         and call `modify-file-local-variable-message' when it's non-nil.
11027         (add-file-local-variable, delete-file-local-variable)
11028         (add-file-local-variable-prop-line)
11029         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
11030         and use it.  (Bug#9820)
11032 2013-06-18  Juri Linkov  <juri@jurta.org>
11034         * emulation/vi.el (vi-shell-op):
11035         * emulation/vip.el (vip-execute-com, ex-command):
11036         * emulation/viper-cmd.el (viper-exec-bang):
11037         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
11038         the call of `shell-command-on-region'.  (Bug#14637)
11040         * simple.el (shell-command-on-region): Doc fix.
11042 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11044         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
11045         (bug#14633).
11047 2013-06-18  Glenn Morris  <rgm@gnu.org>
11049         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
11051         * newcomment.el (comment-search-forward, comment-search-backward):
11052         Doc fix.  (Bug#14376)
11054 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
11056         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
11057         (buffer-face-mode-invoke): Doc fix.
11059 2013-06-18  Matthias Meulien  <orontee@gmail.com>
11061         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
11062         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
11064 2013-06-18  Glenn Morris  <rgm@gnu.org>
11066         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
11067         Replace obsolete function generic-make-keywords with its expansion.
11069         * progmodes/python.el (ffap-alist): Declare.
11071         * textmodes/reftex.el (bibtex-mode-map): Declare.
11073 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11075         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
11076         (package-unpack, package-unpack-single): Return the pkg-dir.
11077         (package-download-transaction): Use it to update package-alist.
11079 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11081         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
11082         possible choice.
11084 2013-06-17  Juri Linkov  <juri@jurta.org>
11086         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
11088 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
11090         * emacs-lisp/package.el (package-load-descriptor):
11091         Remove `with-syntax-table' call, `read' doesn't need it.
11092         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
11094 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
11096         * startup.el (command-line): Expand package name returned by
11097         `package--description-file' (bug#14639).
11099 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
11101         * emacs-lisp/package.el (package-load-descriptor): Do not call
11102         `emacs-lisp-mode', just use its syntax table.
11104 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
11106         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
11107         `font-lock-extra-managed-props' if any prettifying keyword is added.
11108         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
11109         (prog-mode): Use `setq-local'.
11111 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11113         * international/characters.el (standard-case-table): Set syntax of ?»
11114         and ?« to punctuation.
11116 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
11118         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
11119         Save relevant match data before calling `syntax-ppss' (bug#14595).
11121 2013-06-15  Juri Linkov  <juri@jurta.org>
11123         * files-x.el (modify-file-local-variable-prop-line): Add local
11124         variables to the end of the existing comment on the first line.
11125         Use `file-auto-mode-skip' to skip interpreter magic line,
11126         and also skip XML declaration.
11128 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11130         * startup.el (package--builtin-versions): New var.
11131         (package-subdirectory-regexp): Remove.
11132         (package--description-file): Hard code its value instead.
11134         * emacs-lisp/package.el: Don't activate packages older than builtin.
11135         (package-obsolete-list): Rename from package-obsolete-alist, and make
11136         it into a simple list of package-desc.
11137         (package-strip-version): Remove.
11138         (package-built-in-p): Use package--builtin-versions.
11139         (package-mark-obsolete): Simplify.
11140         (package-process-define-package): Mark it obsolete if older than the
11141         builtin version.
11142         (package-handle-response): Use line-end-position.
11143         (package-read-archive-contents, package--download-one-archive):
11144         Simplify.
11145         (package--add-to-archive-contents): Skip if older than the builtin or
11146         installed version.
11147         (package-menu-describe-package): Fix last change.
11148         (package-list-unversioned): New var.
11149         (package-menu--generate): Use it.
11151         * emacs-lisp/autoload.el: Manage package--builtin-versions.
11152         (autoload--insert-text, autoload--insert-cookie-text): New functions.
11153         (autoload-builtin-package-versions): New variable.
11154         (autoload-generate-file-autoloads): Use them.
11155         Remove the list of autoloaded functions/macros from the
11156         (autoload...) comments.
11158         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
11160 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
11162         * simple.el (line-move-partial): Don't jump to the next screen
11163         line as soon as it becomes visible.  Instead, continue enlarging
11164         the vscroll until the portion of a tall screen line that's left on
11165         display is about the height of the frame's default font.
11166         (Bug#14567)
11168 2013-06-15  Glenn Morris  <rgm@gnu.org>
11170         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
11171         compilation-error-regexp-alist void, or local while let-bound.
11173         * progmodes/make-mode.el (makefile-mode-syntax-table):
11174         Treat "=" as punctuation.  (Bug#14614)
11176 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
11178         * help-fns.el (describe-variable):
11179         Add extra line for permanent-local variables.
11181 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
11183         * progmodes/scheme.el (scheme-font-lock-keywords-2):
11184         Add export, import, library.  (Bug#9164)
11185         (library): Set indent function.
11187 2013-06-14  Glenn Morris  <rgm@gnu.org>
11189         * term/xterm.el (xterm--query):
11190         Stop after first matching handler.  (Bug#14615)
11192 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
11194         Add support for dired in saveplace.
11195         * dired.el (dired-initial-position-hook): New variable.
11196         (dired-initial-position): Call hook to place cursor position.
11197         * saveplace.el (save-place-to-alist): Add dired position.
11198         (save-place-dired-hook): New function.
11200 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11202         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
11203         through a symbol rather than letrec.
11205         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
11206         (package-desc): Add `dir' field.
11207         (package-desc-full-name): New function.
11208         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
11209         (package-maybe-load-descriptor): Remove.
11210         (package-load-all-descriptors): Just call package-load-descriptor.
11211         (package--disabled-p): New function.
11212         (package-desc-vers, package-desc-doc): Remove aliases.
11213         (package--dir): Remove function.
11214         (package-activate): Check if a package is disabled.
11215         (package-process-define-package): New function, extracted from
11216         define-package.
11217         (define-package): Turn into a place holder.
11218         (package-unpack-single, package-tar-file-info):
11219         Use package--description-file.
11220         (package-compute-transaction): Use package--disabled-p.
11221         (package-download-transaction): Don't call
11222         package-maybe-load-descriptor since they're all loaded anyway.
11223         (package-install): Change argument to be a pkg-desc.
11224         (package-delete): Use a single pkg-desc argument.
11225         (describe-package-1): Use package-desc-dir instead of package--dir.
11226         Use package-desc property instead of package-symbol.
11227         (package-install-button-action): Adjust accordingly.
11228         (package--push): Rewrite.
11229         (package-menu--print-info): Adjust accordingly.  Change the ID format
11230         to be a pkg-desc.
11231         (package-menu-describe-package, package-menu-get-status)
11232         (package-menu--find-upgrades, package-menu-mark-upgrades)
11233         (package-menu-execute, package-menu--name-predicate):
11234         Adjust accordingly.
11235         * startup.el (package--description-file): New function.
11236         (command-line): Use it.
11237         * emacs-lisp/package-x.el (package-upload-buffer-internal):
11238         Use package-desc-version.
11240         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
11241         (byte-compile-preprocess): Use it.
11242         (byte-compile-file-form-defalias): Try a bit harder to use macros we
11243         can't quite recognize.
11244         (byte-compile-add-to-list): Remove.
11245         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
11246         (cconv-closure-convert): Add assertion.
11248         * emacs-lisp/map-ynp.el: Use lexical-binding.
11249         (map-y-or-n-p): Remove unused vars `tail' and `object'.
11250         Factor out some repeated code.
11252 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11254         * subr.el (with-eval-after-load): New macro.
11255         (eval-after-load): Allow form to be a function.
11256         take advantage of lexical-binding.
11257         (do-after-load-evaluation): Use dolist and adjust to new format.
11258         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
11260 2013-06-13  Juri Linkov  <juri@jurta.org>
11262         * replace.el (perform-replace): Display "symbol " and other search
11263         modes from `isearch-message-prefix' in the *Help* buffer.
11265         * isearch.el (isearch-query-replace): Add " symbol" and other
11266         possible search modes from `isearch-message-prefix' to the prompt.
11267         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
11268         when reading a regexp to collect.
11270 2013-06-13  Juri Linkov  <juri@jurta.org>
11272         * isearch.el (word-search-regexp): Match whitespace if the search
11273         string begins or ends in whitespace.  The LAX arg is applied to
11274         both ends of the search string.  Use `regexp-quote' and explicit
11275         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
11276         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
11277         boundaries are replaced with symbol boundaries, and characters
11278         between symbols match non-word non-symbol syntax.  (Bug#14602)
11280 2013-06-13  Juri Linkov  <juri@jurta.org>
11282         * isearch.el (isearch-del-char): Don't exceed the length of
11283         `isearch-string' by the prefix arg.  (Bug#14563)
11285 2013-06-13  Juri Linkov  <juri@jurta.org>
11287         * isearch.el (isearch-yank-word, isearch-yank-line)
11288         (isearch-char-by-name, isearch-quote-char)
11289         (isearch-printing-char, isearch-process-search-char):
11290         Add optional count prefix arg.  (Bug#14563)
11292         * international/isearch-x.el
11293         (isearch-process-search-multibyte-characters):
11294         Add optional count prefix arg.
11296 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11298         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
11299         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
11300         lexical-binding.
11302 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
11304         * subr.el (set-temporary-overlay-map): Add on-exit argument.
11306 2013-06-13  Glenn Morris  <rgm@gnu.org>
11308         * startup.el (tty-handle-args):
11309         Don't just discard "--" and anything after.  (Bug#14608)
11311         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
11313 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
11315         Implement changes in Secret Service API.  Make it backward compatible.
11316         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
11317         (secrets-create-item): Use it.  Prefix properties with interface.
11319 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
11321         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
11322         (term-emulate-terminal): Respect term-suppress-hard-newline.
11324 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
11326         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
11327         Only remove a `thumb-file' overlay.  (Bug#14548)
11329 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
11331         * mail/reporter.el (reporter-submit-bug-report):
11332         Handle missing package-name.  (Bug#14600)
11334 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
11336         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
11337         (reftex-citation-prompt, reftex-default-bibliography)
11338         (reftex-bib-or-thebib, reftex-get-bibfile-list)
11339         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
11340         (reftex-bib-sort-author, reftex-bib-sort-year)
11341         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
11342         (reftex-extract-bib-entries-from-thebibliography)
11343         (reftex-get-bibkey-default, reftex-get-bib-names)
11344         (reftex-parse-bibtex-entry, reftex-get-bib-field)
11345         (reftex-format-bib-entry, reftex-parse-bibitem)
11346         (reftex-format-bibitem, reftex-do-citation)
11347         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
11348         (reftex-restrict-bib-matches, reftex-extract-bib-file)
11349         (reftex-insert-bib-matches, reftex-format-citation)
11350         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
11351         (reftex-create-bibtex-file): Add docstrings, mostly by converting
11352         existing comments into docstrings.
11354 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
11356         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
11358 2013-06-12  Andreas Schwab  <schwab@suse.de>
11360         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
11361         for auto-save files.
11363 2013-06-12  Glenn Morris  <rgm@gnu.org>
11365         * ido.el (ido-delete-ignored-files): Remove.
11366         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
11367         Go back to calling ido-ignore-item-p directly.
11369 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
11371         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
11373         * ido.el (ido-delete-ignored-files): New function,
11374         split from ido-make-file-list-1.
11375         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
11376         (ido-make-file-list-1): Use ido-delete-ignored-files.
11378 2013-06-12  Leo Liu  <sdl.web@gmail.com>
11380         * progmodes/octave.el (inferior-octave-startup)
11381         (inferior-octave-completion-table)
11382         (inferior-octave-track-window-width-change)
11383         (octave-eldoc-function-signatures, octave-help)
11384         (octave-find-definition): Use single quoted strings.
11385         (inferior-octave-startup-args): Change default value.
11386         (inferior-octave-startup): Do not hard code "-i" and
11387         "--no-line-editing".
11388         (inferior-octave-resync-dirs): Add optional arg NOERROR.
11389         (inferior-octave-directory-tracker): Use it.
11390         (octave-goto-function-definition): Robustify.
11391         (octave-help): Support highlighting operators in 'See also'.
11392         (octave-find-definition): Find subfunctions only in Octave mode.
11394 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11396         * help-fns.el (help-fns--compiler-macro): If the handler function is
11397         named, then put a link to it.
11398         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
11399         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
11400         (cl-typep): Use it.
11401         (cl-eval-when): Simplify debug spec.
11402         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
11403         compiler-macro function instead of setting `compiler-macro-file'.
11405 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
11407         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
11408         * vc/vc-hooks.el (vc-stay-local): Doc fix.
11410 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11411             Daniel Hackney  <dan@haxney.org>
11413         First part of Daniel Hackney's patch to package.el.
11414         * emacs-lisp/package.el: Use defstruct.
11415         (package-desc): New, main struct.
11416         (package--bi-desc, package--ac-desc): New structs, used to describe the
11417         format in external files.
11418         (package-desc-vers): Replace with package-desc-version accessor.
11419         (package-desc-doc): Replace with package-desc-summary accessor.
11420         (package-activate-1): Remove `package' arg since the pkg-vec now
11421         includes the name.
11422         (define-package): Use package-desc-from-define.
11423         (package-unpack-single): Change file-name arg to be a symbol.
11424         (package--add-to-archive-contents): Use package-desc-create and new
11425         accessor functions to package--ac-desc.
11426         (package-buffer-info, package-tar-file-info): Return a package-desc.
11427         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
11428         arg to be a package-desc.
11429         (package-install-file): Adjust accordingly.  Use \' to match EOS.
11430         (package--from-builtin): New function.
11431         (describe-package-1, package-menu--generate): Use it.
11432         (package--make-autoloads-and-compile): Change name arg to be a symbol.
11433         (package-generate-autoloads): Idem and return the name of the file.
11434         * emacs-lisp/package-x.el (package-upload-buffer-internal):
11435         Change pkg-info arg to be a package-desc.
11436         Use package-make-ac-desc.
11437         (package-upload-file): Use \' to match EOS.
11438         * finder.el (finder-compile-keywords): Use package-make-builtin.
11440 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11442         * vc/vc.el (vc-deduce-fileset): Change error message.
11443         (vc-read-backend): New function.
11444         (vc-next-action): Use it.
11446         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
11448         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
11449         (prolog-font-lock-keywords): Use regexp-opt instead.
11450         Don't manually highlight strings.
11451         (prolog-mode-variables): Simplify comment-start-skip.
11452         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
11454         * emacs-lisp/generic.el (generic--normalise-comments)
11455         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
11456         (generic-mode-set-comments): Use them.
11457         (generic-bracket-support): Use setq-local.
11458         (generic-make-keywords-list): Declare obsolete.
11460 2013-06-11  Glenn Morris  <rgm@gnu.org>
11462         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11463         Prettify after setting font-lock-defaults.  (Bug#14574)
11465 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
11467         * replace.el (query-replace, occur-read-regexp-defaults-function)
11468         (replace-search):
11469         * subr.el (declare-function, number-sequence, local-set-key)
11470         (substitute-key-definition, locate-user-emacs-file)
11471         (with-silent-modifications, split-string, eval-after-load):
11472         Fix typos, remove unneeded backslashes and reflow some docstrings.
11474 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11476         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
11477         default for Elisp files.
11479 2013-06-11  Glenn Morris  <rgm@gnu.org>
11481         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
11482         although define-derived-mode was doing this anyway.  (Bug#14583)
11484 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
11486         * allout.el (allout-encryption-plaintext-sanitization-regexps):
11487         Fix make-variable-buffer-local call to refer to the correct variable.
11489 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
11491         * eshell/em-term.el (eshell-visual-commands)
11492         (eshell-visual-subcommands, eshell-visual-options):
11493         Add summary line to docstrings.  Add cross-references.
11495 2013-06-10  Glenn Morris  <rgm@gnu.org>
11497         * epa.el (epa-read-file-name): New function.  (Bug#14510)
11498         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
11500 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
11502         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
11503         output redirection to be ignored with visual commands.
11505 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
11507         * eshell/em-term.el (eshell-visual-command-p): New function.
11508         (eshell-term-initialize): Move long lambda to separate function
11509         eshell-visual-command-p.
11510         * eshell/em-dirs.el (eshell-dirs-initialize):
11511         * eshell/em-script.el (eshell-script-initialize):
11512         Add missing #' to lambda.
11514 2013-06-08  Leo Liu  <sdl.web@gmail.com>
11516         * progmodes/octave.el (octave-add-log-current-defun): New function.
11517         (octave-mode): Set add-log-current-defun-function.
11518         (octave-goto-function-definition): Do not move point if not found.
11519         (octave-find-definition): Enhance to try subfunctions first.
11521 2013-06-08  Glenn Morris  <rgm@gnu.org>
11523         * emacs-lisp/bytecomp.el (byte-compile-char-before)
11524         (byte-compile-backward-char, byte-compile-backward-word):
11525         Improve previous change, to handle non-explicit nil.
11527 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11529         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
11530         (smie--opener/closer-at-point): New function.
11531         (smie--matching-block-data): Use it.  Don't match from right after an
11532         opener or right before a closer.  Obey smie-blink-matching-inners.
11533         Don't signal a mismatch for repeated inners like "switch..case..case".
11535 2013-06-07  Leo Liu  <sdl.web@gmail.com>
11537         * progmodes/octave.el (octave-mode): Set comment-use-global-state
11538         to t.  (Bug#14303)
11539         (octave-function-header-regexp): Fix.  (Bug#14570)
11540         (octave-help-mode-finish-hook, octave-help-mode-finish):
11541         Remove.  Just use temp-buffer-show-hook.
11543         * newcomment.el (comment-search-backward): Revert last change.
11544         (Bug#14434)
11546         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
11548 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
11550         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
11551         through xargs, to avoid failure due to MS-Windows limitations on
11552         command-line length.
11554 2013-06-06  Glenn Morris  <rgm@gnu.org>
11556         * font-lock.el (lisp-font-lock-keywords-2):
11557         Treat user-error like error.
11559         * emacs-lisp/bytecomp.el (byte-compile-char-before)
11560         (byte-compile-backward-char, byte-compile-backward-word):
11561         Handle explicit nil arguments.  (Bug#14565)
11563 2013-06-05  Alan Mackenzie  <acm@muc.de>
11565         * isearch.el (isearch-allow-prefix): New user option.
11566         (isearch-other-meta-char): Don't exit isearch when a prefix
11567         argument is typed whilst `isearch-allow-prefix' is non-nil.
11568         (Bug#9706)
11570 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11572         * autorevert.el (auto-revert-notify-handler): Use memq.
11573         Hide assertion failure.
11575         * skeleton.el: Use cl-lib.
11576         (skeleton-further-elements): Use defvar-local.
11577         (skeleton-insert): Use cl-progv.
11579 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
11581         * progmodes/prog-mode.el (prog-prettify-symbols)
11582         (prog-prettify-install): Update docstrings.
11584 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11586         * simple.el: Move all the prog-mode code to prog-mode.el.
11587         * progmodes/prog-mode.el: New file.
11588         * loadup.el: Add prog-mode.el.
11590 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
11592         * simple.el (prog-prettify-symbols): Add version.
11593         (prog-prettify-install): Add convenience function to prettify symbols.
11595         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
11596         (perl--augmented-font-lock-keywords-1)
11597         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
11598         variables and use it.
11600         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
11601         (cfengine3-mode): Remove unneeded variable and use it.
11603         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
11604         (lisp--augmented-font-lock-keywords-1)
11605         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
11606         Remove unneeded variables and use it.
11608 2013-06-05  João Távora  <joaotavora@gmail.com>
11610         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
11611         to point when opening the connection.  (Bug#14380)
11613 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11615         * subr.el (load-history-regexp, load-history-filename-element)
11616         (eval-after-load, after-load-functions, do-after-load-evaluation)
11617         (eval-next-after-load, display-delayed-warnings)
11618         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
11619         definition of save-match-data.
11620         (overriding-local-map): Remove accidental obsolescence declaration.
11622         * emacs-lisp/edebug.el (edebug-result): Move before first use.
11624 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
11626         Generalize symbol prettify support to prog-mode and implement it
11627         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
11628         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
11629         (prog--prettify-font-lock-compose-symbol)
11630         (prog-prettify-font-lock-symbols-keywords): New variables and
11631         functions to support symbol prettification.
11632         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
11633         (lisp--augmented-font-lock-keywords-1)
11634         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
11635         (lisp--prettify-symbols-alist): Implement prettify of lambda.
11636         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
11637         (cfengine3--prettify-symbols-alist, cfengine3-mode):
11638         Implement prettify of -> => :: strings.
11639         * progmodes/perl-mode.el (perl-prettify-symbols)
11640         (perl--font-lock-compose-symbol)
11641         (perl--font-lock-symbols-keywords): Move to prog-mode.
11642         (perl--prettify-symbols-alist): Prettify -> => :: strings.
11643         (perl-font-lock-keywords-1)
11644         (perl-font-lock-keywords-2): Remove explicit prettify support.
11645         (perl--augmented-font-lock-keywords)
11646         (perl--augmented-font-lock-keywords-1)
11647         (perl--augmented-font-lock-keywords-2, perl-mode):
11648         Implement prettify support.
11650 2013-06-05  Leo Liu  <sdl.web@gmail.com>
11652         Re-implement SMIE matching block highlight using
11653         show-paren-data-function.  (Bug#14395)
11654         * emacs-lisp/smie.el (smie-matching-block-highlight)
11655         (smie--highlight-matching-block-overlay)
11656         (smie--highlight-matching-block-lastpos)
11657         (smie-highlight-matching-block)
11658         (smie-highlight-matching-block-mode): Remove.
11659         (smie--matching-block-data-cache): New variable.
11660         (smie--matching-block-data): New function.
11661         (smie-setup): Use smie--matching-block-data for
11662         show-paren-data-function.
11664         * progmodes/octave.el (octave-mode-menu): Fix.
11665         (octave-find-definition): Skip garbage lines.
11667 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11669         Fix compilation error with simultaneous dynamic+lexical scoping.
11670         Add warning when a defvar appears after the first let-binding.
11671         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
11672         (byte-compile-close-variables): Initialize it.
11673         (byte-compile--declare-var): New function.
11674         (byte-compile-file-form-defvar)
11675         (byte-compile-file-form-define-abbrev-table)
11676         (byte-compile-file-form-custom-declare-variable): Use it.
11677         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
11678         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
11679         (byte-compile-bind): Handle dynamic bindings that shadow
11680         lexical bindings.
11681         (byte-compile-unbind): Make arg non-optional.
11682         (byte-compile-let): Simplify.
11683         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
11684         (cconv--analyse-function, cconv-analyse-form): Populate it.
11685         Protect byte-compile-bound-variables to limit the scope of defvars.
11686         (cconv-analyse-form): Add missing rule for (defvar <foo>).
11687         Remove unneeded rule for `declare'.
11689         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
11690         so as to avoid depending on cl-adjoin at run-time.
11691         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
11693         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
11694         (macroexp--warn-and-return): Use it.
11696 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11698         * subr.el: Convert to lexical binding.
11699         (overriding-local-map): Make obsolete.
11700         (add-to-list): Doc fix.  Add compiler macro.
11701         (read-key): Swap values of local maps.
11703 2013-06-05  Leo Liu  <sdl.web@gmail.com>
11705         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
11707 2013-06-04  Leo Liu  <sdl.web@gmail.com>
11709         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
11710         (compilation-auto-jump): Suppress the "Mark set" message to give
11711         way to exit message.
11713 2013-06-04  Alan Mackenzie  <acm@muc.de>
11715         Remove faulty optimisation from indentation calculation.
11716         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
11717         search limit based on 2000 characters back from indent-point.
11719 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
11721         * eshell/em-term.el (cl-lib): Require `cl-lib'.
11723 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11725         * emacs-lisp/lisp.el: Use lexical-binding.
11726         (lisp--local-variables-1, lisp--local-variables): New functions.
11727         (lisp--local-variables-completion-table): New var.
11728         (lisp-completion-at-point): Use it complete let-bound vars.
11730         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
11731         eagerly (bug#14422).
11733 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
11735         * autorevert.el (auto-revert-notify-enabled)
11736         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
11737         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
11738         (auto-revert-notify-handler): Handle also gfilenotify.
11740         * subr.el (file-notify-handle-event): New defun.  Replacing ...
11741         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
11742         Remove.
11744 2013-06-03  Juri Linkov  <juri@jurta.org>
11746         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
11747         `M-s h .'.  (Bug#14427)
11749         * hi-lock.el (highlight-symbol-at-point): New alias for the new
11750         command `hi-lock-face-symbol-at-point'.
11751         (hi-lock-face-symbol-at-point): New command.
11752         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
11753         (hi-lock-menu): Add `highlight-symbol-at-point'.
11754         (hi-lock-mode): Doc fix.
11756         * isearch.el (isearch-forward-symbol-at-point): New command.
11757         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
11758         (isearch-highlight-regexp): Add a regexp which matches
11759         words/symbols for word/symbol mode.
11761         * subr.el (find-tag-default-bounds): New function with the body
11762         mostly moved from `find-tag-default'.
11763         (find-tag-default): Move most code to `find-tag-default-bounds',
11764         call it and apply `buffer-substring-no-properties' afterwards.
11766 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
11768         * eshell/em-term.el (eshell-term-initialize):
11769         Use `cl-intersection' rather than `intersection'.
11771 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
11773         * vc/log-view.el: Doc fix.
11774         (log-view-mode-map): Copy keymap from `special-mode-map'.
11776 2013-06-02  Eric Ludlam  <zappo@gnu.org>
11778         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
11779         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
11780         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
11781         (eieio-unbound, eieio-default-superclass)
11782         (eieio--define-field-accessors, method-static, method-before)
11783         (method-primary, method-after, method-num-lists)
11784         (method-generic-before, method-generic-primary)
11785         (method-generic-after, method-num-slots)
11786         (eieio-specialized-key-to-generic-key)
11787         (eieio--check-type, class-v, class-p)
11788         (eieio-class-name, define-obsolete-function-alias)
11789         (eieio-class-parents-fast, eieio-class-children-fast)
11790         (same-class-fast-p, class-constructor, generic-p)
11791         (generic-primary-only-p, generic-primary-only-one-p)
11792         (class-option-assoc, class-option, eieio-object-p)
11793         (class-abstract-p, class-method-invocation-order)
11794         (eieio-defclass-autoload-map, eieio-defclass-autoload)
11795         (eieio-class-un-autoload, eieio-defclass)
11796         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
11797         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
11798         (eieio--defgeneric-init-form, eieio-defgeneric-form)
11799         (eieio-defgeneric-reset-generic-form)
11800         (eieio-defgeneric-form-primary-only)
11801         (eieio-defgeneric-reset-generic-form-primary-only)
11802         (eieio-defgeneric-form-primary-only-one)
11803         (eieio-defgeneric-reset-generic-form-primary-only-one)
11804         (eieio-unbind-method-implementations)
11805         (eieio--defmethod, eieio--typep)
11806         (eieio-perform-slot-validation, eieio-validate-slot-value)
11807         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
11808         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
11809         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
11810         (eieio-slot-name-index, eieio-class-slot-name-index)
11811         (eieio-set-defaults, eieio-initarg-to-attribute)
11812         (eieio-attribute-to-initarg, eieio-c3-candidate)
11813         (eieio-c3-merge-lists, eieio-class-precedence-c3)
11814         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
11815         (eieio-class-precedence-list, eieio-generic-call-methodname)
11816         (eieio-generic-call-arglst, eieio-generic-call-key)
11817         (eieio-generic-call-next-method-list)
11818         (eieio-pre-method-execution-functions, eieio-generic-call)
11819         (eieio-generic-call-primary-only, eieiomt-method-list)
11820         (eieiomt-optimizing-obarray, eieiomt-install)
11821         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
11822         (eieio-generic-form, eieio-defmethod, make-obsolete)
11823         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
11824         (defclass): Remove `eval-and-compile' from macro.
11825         (call-next-method, shared-initialize): Instead of using
11826         `scoped-class' variable, use new eieio--scoped-class, and
11827         eieio--with-scoped-class.
11828         (initialize-instance): Rename local variable 'scoped-class' to
11829         'this-class' to remove ambiguitity from old global.
11831         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
11832         eieio.el.
11833         (eieio--scoped-class-stack): New variable.
11834         (eieio--scoped-class): New fcn.
11835         (eieio--with-scoped-class): New scoping macro.
11836         (eieio-defclass): Use pushnew instead of add-to-list.
11837         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
11838         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
11839         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
11840         `scoped-class' variable, use new eieio--scoped-class, and
11841         eieio--with-scoped-class.
11843         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
11845 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
11847         * eshell/esh-ext.el (eshell-external-command): Pass args to
11848         `eshell-find-interpreter'.
11849         (eshell-find-interpreter): Add new second parameter ARGS.
11851         * eshell/em-script.el (eshell-script-initialize): Add second arg
11852         to the function added as MATCH to `eshell-interpreter-alist'.
11854         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
11855         the function added as MATCH to `eshell-interpreter-alist'.
11857         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
11858         (eshell-visual-options): New defcustom.
11859         (eshell-escape-control-x): Adapt docstring.
11860         (eshell-term-initialize): Test `eshell-visual-subcommands' and
11861         `eshell-visual-options' in addition to `eshell-visual-commands'.
11862         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
11864 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11866         * progmodes/python.el (python-indent-block-enders): Add break,
11867         continue and raise keywords.
11869 2013-06-01  Glenn Morris  <rgm@gnu.org>
11871         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
11873         Plain (f)boundp silences compilation warnings since Emacs 22.1.
11874         * progmodes/cc-cmds.el (delete-forward-p):
11875         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
11876         * progmodes/cc-engine.el (buffer-syntactic-context):
11877         * progmodes/cc-fonts.el (face-property-instance):
11878         * progmodes/cc-mode.el (set-keymap-parents):
11879         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
11880         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
11881         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
11882         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
11883         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
11885         * progmodes/cc-vars.el (other): Emacs has this widget since
11886         at least 21.1, so don't (re)define it.
11888         * eshell/em-cmpl.el (eshell-cmpl-initialize):
11889         Replace the obsolete alias pcomplete-arg-quote-list.
11891 2013-06-01  Leo Liu  <sdl.web@gmail.com>
11893         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
11894         punctuation syntax.
11895         (inferior-octave-minimal-columns)
11896         (inferior-octave-last-column-width): New variables.
11897         (inferior-octave-track-window-width-change): New function.
11898         (inferior-octave-mode): Adjust column width so that Octave output,
11899         for example from 'ls', can fit into the window nicely.
11901 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
11903         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
11904         Highlight expansions inside regexp literals.
11906 2013-05-31  Glenn Morris  <rgm@gnu.org>
11908         * obsolete/sym-comp.el (symbol-complete):
11909         Replace obsolete completion-annotate-function.
11911         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
11913 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
11915         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
11916         New function, checks if point is inside a literal that allows
11917         expression expansion.
11918         (ruby-syntax-propertize-expansion): Use it.
11919         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
11920         around the body.
11922 2013-05-30  Juri Linkov  <juri@jurta.org>
11924         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
11925         to "\M-si".
11926         (isearch-invisible): New variable.
11927         (isearch-forward): Doc fix.
11928         (isearch-mode): Set `isearch-invisible'
11929         to the value of `search-invisible'.
11930         (isearch-toggle-case-fold): Doc fix.
11931         (isearch-toggle-invisible): New command.
11932         (isearch-query-replace): Let-bind `search-invisible'
11933         to the value of `isearch-invisible'.
11934         (isearch-search): Use `isearch-invisible' instead of
11935         `search-invisible'.  Let-bind `search-invisible'
11936         to the value of `isearch-invisible'.  (Bug#11378)
11938 2013-05-30  Juri Linkov  <juri@jurta.org>
11940         * replace.el (perform-replace): Avoid `isearch-range-invisible'
11941         call when `query-flag' is nil and `search-invisible' is non-nil.
11942         (Bug#11746)
11944 2013-05-30  Glenn Morris  <rgm@gnu.org>
11946         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
11948         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
11949         (cc-require): Suppress spurious "noruntime" warnings.
11950         (cc-require-when-compile): Use fboundp, for sake of compiler.
11952         * progmodes/cc-mode.el: Move load of cc-vars before that of
11953         cc-langs (which in turn loads cc-vars), to quieten compiler.
11955 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11957         * paren.el: Simplify the code.
11958         (show-paren-mode): Always start the timer.
11959         (show-paren--idle-timer): Rename from show-paren-idle-timer.
11960         (show-paren--overlay, show-paren--overlay-1): Rename from
11961         show-paren-overlay and show-paren-overlay-1, and initialize to an
11962         overlay rather than to nil.
11963         (show-paren-function): Misc cleanup and simplifications.
11965 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11967         * paren.el (show-paren-data-function): New hook.
11968         (show-paren--default): New function, extracted from show-paren-function.
11969         (show-paren-function): Use show-paren-data-function.
11971 2013-05-30  Glenn Morris  <rgm@gnu.org>
11973         * ielm.el (ielm-map, ielm-complete-symbol):
11974         Use completion-at-point rather than obsolete functions.
11975         (inferior-emacs-lisp-mode): Doc fix.
11976         Set completion-at-point-functions, rather than
11977         comint-dynamic-complete-functions.
11979         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
11980         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
11981         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
11983         * image.el (image-animated-p): Tweak definition.
11985         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
11986         (rlogin-process-connection-type): Tweak default.  Add set-after.
11987         (rlogin-host): Doc fix.
11988         (rlogin): Tweak prompt.
11989         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
11991         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
11992         * progmodes/tcl.el (inferior-tcl-mode-map):
11993         Use completion-at-point rather than obsolete alias.
11995         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
11997         * minibuffer.el (read-file-name-completion-ignore-case):
11998         Move before completion--in-region, for eager macro expansion.
12000 2013-05-29  Juri Linkov  <juri@jurta.org>
12002         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
12003         for total count of matching lines.  Add `global-matches' for total
12004         count of matches.  Rename `matches' to `lines' for count of
12005         matching lines.  Add `matches' for count of matches.
12006         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
12007         to `prev-line' for line number of prev match endpt.
12008         Increment `matches' for every match.  Print the number of
12009         matching lines in the header.
12010         (occur-context-lines): Rename `lines' to `curr-line'.
12011         Rename `prev-lines' to `prev-line'.  (Bug#14017)
12013 2013-05-29  Juri Linkov  <juri@jurta.org>
12015         * replace.el (perform-replace): Add `skip-read-only-count',
12016         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
12017         Increment them for corresponding conditions and report the number
12018         of skipped occurrences in the final message.  (Bug#11746)
12019         (query-replace, query-replace-regexp, query-replace-regexp-eval)
12020         (replace-string, replace-regexp): Doc fix.
12022 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12024         * emacs-lisp/trace.el (trace--read-args): Provide a default.
12026         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
12027         prog-mode-map (bug#14504).
12029 2013-05-29  Leo Liu  <sdl.web@gmail.com>
12031         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
12032         (octave-help): Small simplification.
12034         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
12035         off the highlight first.
12037 2013-05-29  Glenn Morris  <rgm@gnu.org>
12039         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
12040         Handle idlwave-last-system-routine-info-cons-cell being nil.
12042         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
12043         (idlwave-write-paths): Simplify via with-temp-buffer.
12045         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
12046         * emulation/cua-rect.el: Also load cua-base at run time.
12048         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
12049         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
12050         (cperl-imenu-on-info): Require imenu.
12052 2013-05-28  Alan Mackenzie  <acm@muc.de>
12054         Handle "capitalised keywords" correctly.
12055         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
12057 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
12059         * eshell/em-unix.el: Add -r option to cp.
12061 2013-05-28  Glenn Morris  <rgm@gnu.org>
12063         * vc/vc-arch.el (vc-exec-after): Declare.
12064         (vc-switches): Autoload.
12065         * vc/vc-bzr.el: No need to require vc when compiling.
12066         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
12067         (vc-resynch-buffer, vc-dir-refresh): Declare.
12068         (vc-setup-buffer, vc-switches): Autoload.
12069         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
12070         (vc-resynch-buffer): Declare.
12071         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
12072         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
12073         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
12074         (grep-read-regexp, grep-read-files, grep-expand-template)
12075         (vc-dir-refresh): Declare.
12076         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
12077         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
12078         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
12079         * vc/vc-mtn.el (vc-exec-after): Declare.
12080         (vc-switches): Autoload.
12081         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
12082         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
12083         (vc-file-tree-walk): Declare.
12084         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
12085         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
12086         (vc-tag-precondition, vc-rename-master): Autoload.
12087         * vc/vc-svn.el (vc-exec-after): Declare.
12088         (vc-switches, vc-setup-buffer): Autoload.
12089         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
12090         Autoload.
12091         (vc-resynch-buffer): Declare.
12093         * obsolete/fast-lock.el (byte-compile-warnings):
12094         Don't warn about obsolete features in this obsolete file.
12096         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
12097         Move definition before use.
12099         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
12100         (dun-unix-verbs): Remove dun-zippy.
12101         (dun-zippy): Remove function.
12103         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
12105 2013-05-27  Juri Linkov  <juri@jurta.org>
12107         * replace.el (replace-search): New function with code moved out
12108         from `perform-replace'.
12109         (replace-highlight, replace-dehighlight): Move function definitions
12110         up closer to `replace-search'.  (Bug#11746)
12112 2013-05-27  Juri Linkov  <juri@jurta.org>
12114         * replace.el (perform-replace): Ignore invisible matches.
12115         In addition to checking `query-replace-skip-read-only', also
12116         filter out matches by calling `run-hook-with-args-until-failure'
12117         on `isearch-filter-predicates', and also check `search-invisible'
12118         for t or call `isearch-range-invisible'.
12119         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
12121 2013-05-27  Juri Linkov  <juri@jurta.org>
12123         * isearch.el (isearch-filter-predicates): Rename from
12124         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
12125         (isearch-message-prefix): Display text from the property
12126         `isearch-message-prefix' of the currently active filters.
12127         (isearch-search): Don't compare `isearch-filter-predicate' with
12128         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
12129         on `isearch-filter-predicates'.  Also check `search-invisible' for t
12130         or call `isearch-range-invisible'.
12131         (isearch-filter-visible): Make obsolete.
12132         (isearch-lazy-highlight-search):
12133         Call `run-hook-with-args-until-failure' on
12134         `isearch-filter-predicates' and use `isearch-range-invisible'.
12136         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
12137         `isearch-filter-predicates' instead of `funcall'ing
12138         `isearch-filter-predicate'.
12139         (Info-mode): Set `Info-isearch-filter' to
12140         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
12142         * dired-aux.el (dired-isearch-filter-predicate-orig):
12143         Remove variable.
12144         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
12145         (dired-isearch-filenames-end): Add and remove
12146         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
12147         instead of changing the value of `isearch-filter-predicate'.
12148         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
12149         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
12150         Put property `isearch-message-prefix' to "filename " on
12151         `dired-isearch-filter-filenames'.
12153         * wdired.el (wdired-change-to-wdired-mode):
12154         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
12155         locally instead of changing `isearch-filter-predicate'.
12156         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
12158 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
12160         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
12161         return the commit hash (Bug#14459).  Also set the
12162         `vc-git-detached' property.
12163         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
12164         (vc-git-mode-line-string): Use the same help-echo format whether
12165         in detached mode or not, because we know the actual revision now.
12166         When in detached mode, shorten the revision to 7 chars.
12168 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12170         * emacs-lisp/easy-mmode.el (define-minor-mode):
12171         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
12172         mode hook and provide a docstring.
12174 2013-05-27  Alan Mackenzie  <acm@muc.de>
12176         Remove spurious syntax-table text properties inserted by C-y.
12177         * progmodes/cc-mode.el (c-after-change): Also clear hard
12178         syntax-table property with value nil.
12180 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
12182         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
12183         when reading the events; the buffer layout shall not be changed.
12185 2013-05-27  Leo Liu  <sdl.web@gmail.com>
12187         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
12188         New variable.
12189         (inferior-octave-directory-tracker): Automatically re-sync
12190         default-directory.
12191         (octave-help): Improve handling of 'See also'.
12193 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12195         * doc-view.el: Minor naming convention tweaks.
12196         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
12198         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
12199         even if there's no `display' property yet (bug#14435).
12201 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
12203         * subr.el (unmsys--file-name): Rename from reveal-filename.
12205         * Makefile.in (custom-deps, finder-data, autoloads)
12206         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
12207         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
12208         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
12210 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12212         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
12213         error-completion on the first 2 args of condition-case (bug#14446).
12214         Don't burp at EOB.
12216 2013-05-25  Leo Liu  <sdl.web@gmail.com>
12218         * comint.el (comint-previous-matching-input): Do not flood the
12219         *Messages* buffer with trivial messages.
12221 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12223         * progmodes/flymake.el (flymake-nop): Don't return a string.
12224         (flymake-set-at): Fix typo.
12226         * simple.el (read--expression): New function, extracted from
12227         eval-expression.  Set completion-at-point-functions (bug#14465).
12228         (eval-expression, eval-minibuffer): Use it.
12230 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
12232         * progmodes/flymake.el (flymake-save-buffer-in-file)
12233         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
12234         (flymake-selected-frame, flymake-log, flymake-ins-after)
12235         (flymake-set-at, flymake-get-buildfile-from-cache)
12236         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
12237         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
12238         Refine the doc string.
12239         (flymake-get-file-name-mode-and-masks): Reformat.
12240         (flymake-get-real-file-name-function): Fix a minor bug.
12242 2013-05-24  Juri Linkov  <juri@jurta.org>
12244         * progmodes/grep.el (grep-mode-font-lock-keywords):
12245         Support =linenumber= format used by git-grep for lines with
12246         function names.  (Bug#13549)
12248 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12250         * progmodes/octave.el (octave-smie-rules): Return nil rather than
12251         0 after a semi-colon; it works better for smie-auto-fill.
12252         (octave--indent-new-comment-line): New function.
12253         (octave-indent-new-comment-line): Use it (indirectly).
12254         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
12255         modify comment-line-break-function.
12257         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
12258         (smie-setup): Use add-function to set it.
12260 2013-05-24  Sam Steingold  <sds@gnu.org>
12262         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
12263         argument (before the `interactive' argument).
12265 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12267         * image-mode.el (image-mode-winprops): Add winprops to
12268         image-mode-winprops-alist before running
12269         image-mode-new-window-functions.
12270         * doc-view.el (doc-view-new-window-function): Don't delay
12271         doc-view-goto-page via timers (bug#14435).
12273 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
12275         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
12276         (doc-view-desktop-save-buffer): New function.
12277         (doc-view-restore-desktop-buffer): New function.
12278         (desktop-buffer-mode-handlers):
12279         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
12280         handler.
12281         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
12282         `desktop-save-buffer' function.
12284 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
12286         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
12287         (tramp-gvfs-file-name-handler): Raise a user error when
12288         `tramp-gvfs-enabled' is nil.
12289         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
12290         Do not raise a user error when loading package.  (Bug#14447)
12292         * net/xesam.el: Move to obsolete/.
12294 2013-05-24  Glenn Morris  <rgm@gnu.org>
12296         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
12298         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
12300         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
12301         (Info-find-node, Man-getpage-in-background): Declare.
12303         * mail/unrmail.el (unrmail):
12304         Replace obsolete detect-coding-with-priority.
12306         * net/socks.el (socks-split-string): Use this rather than split-string.
12307         (socks-nslookup-host): Update for above change.
12308         (dynamic-choice, s5-dynamic-choice-match)
12309         (s5-dynamic-choice-match-inline, s5-widget-value-create):
12310         Comment out unused code.
12312         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
12313         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
12314         (gud-tooltip-echo-area): Make obsolete.
12315         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
12317         * progmodes/js.el (js--optimize-arglist): Declare.
12319         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
12321         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
12322         (ediff-window-C): Declare.
12324         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
12325         Tweak requires to silence compiler.
12327         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
12328         (he-search-string, he-tried-table, he-expand-list)
12329         (he-init-string, he-string-member, he-substitute-string)
12330         (he-reset-string): Declare.
12332         * obsolete/options.el (list-options): Use custom-variable-p,
12333         rather than obsolete alias.
12335 2013-05-23  Sam Steingold  <sds@gnu.org>
12337         * simple.el (shell-command-on-region): Pass the `replace' argument
12338         down to `call-process-region' to comply with the doc as reported on
12339         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
12341 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12343         * emacs-lisp/smie.el (smie-indent-forward-token)
12344         (smie-indent-backward-token): Handle string tokens (bug#14381).
12346 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
12348         * ielm.el (ielm-menu): New menu.
12349         (inferior-emacs-lisp-mode): Set comment-start.
12351 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
12353         * textmodes/reftex.el (reftex-ref-style-toggle):
12354         Fix deactivate action.
12356         * textmodes/reftex-vars.el (reftex-ref-style-alist):
12357         Add cleveref macros.
12359         * textmodes/reftex-parse.el
12360         (reftex-locate-bibliography-files): Accept options for
12361         bibliography commands.
12362         * textmodes/reftex-vars.el (reftex-bibliography-commands):
12363         Add addbibresource.  Basic Biblatex support.
12365 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
12367         * net/tramp-gvfs.el (top):
12368         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
12369         when loading package.  (Bug#14447)
12371 2013-05-23  Glenn Morris  <rgm@gnu.org>
12373         * progmodes/js.el: No need to load comint when compiling.
12374         (ring-insert, comint-send-string, comint-send-input)
12375         (comint-last-input-end, ido-chop): Declare.
12377         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
12378         * vc/ediff-mult.el: Adjust requires.
12379         (ediff-directories-internal, ediff-directory-revisions-internal)
12380         (ediff-patch-file-internal): Declare.
12381         * vc/ediff-ptch.el: Adjust requires.
12382         (ediff-use-last-dir, ediff-buffers-internal): Declare.
12383         (ediff-find-file): Autoload.
12384         * vc/ediff-util.el: No need to load ediff when compiling.
12385         (ediff-regions-internal): Declare.
12386         * vc/ediff-wind.el: Adjust requires.
12387         (ediff-compute-toolbar-width): Define when compiling.
12388         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
12389         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
12390         (dired-get-filename, dired-get-marked-files)
12391         (ediff-last-dir-patch, ediff-patch-default-directory)
12392         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
12393         (ediff-patch-buffer-internal): Declare.
12395         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
12396         (ispell-process, ispell-buffer-local-words, lm-summary)
12397         (lm-section-start, lm-section-end): Declare.
12398         (checkdoc-ispell-init): Simplify.
12400         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
12401         (he-string-member, he-reset-string, he-substitute-string): Declare.
12403         * eshell/em-ls.el: Adjust requires.
12404         (eshell-glob-regexp): Declare.
12405         * eshell/em-tramp.el: Adjust requires.
12406         (eshell-parse-command): Autoload.
12407         * eshell/em-xtra.el: Adjust requires.
12408         (eshell-parse-command): Autoload.
12409         * eshell/esh-ext.el: Adjust requires.
12410         (eshell-parse-command, eshell-close-handles): Autoload.
12411         * eshell/esh-io.el: Adjust requires.
12412         (eshell-output-filter): Autoload.
12413         * eshell/esh-util.el: No need to load tramp when compiling.
12414         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
12415         Declare.
12416         (eshell-parse-ange-ls): Require ange-ftp and tramp.
12417         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
12418         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
12419         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
12420         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
12421         * eshell/esh-opt.el, eshell/esh-proc.el:
12422         * eshell/esh-var.el: Adjust requires.
12423         * eshell/eshell.el: Do not require esh-util twice.
12424         (eshell-add-input-to-history): Declare.
12425         (eshell-command): Check history module is active before using it.
12427         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
12429 2013-05-22  Leo Liu  <sdl.web@gmail.com>
12431         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
12433 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
12435         * autorevert.el (auto-revert-notify-add-watch)
12436         (auto-revert-notify-handler): Add `attrib' for the inotify case,
12437         it indicates changes in file modification time.
12439 2013-05-22  Glenn Morris  <rgm@gnu.org>
12441         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12442         Always delete the autoloaded function from the noruntime and
12443         unresolved functions lists.
12445         * allout.el: No need to load epa, epg, overlay when compiling.
12446         (epg-context-set-passphrase-callback, epg-list-keys)
12447         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
12448         (epg-key-user-id-list): Declare.
12450         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12451         (viper-set-parsing-style-toggling-macro)
12452         (viper-set-emacs-state-searchstyle-macros):
12453         Use called-interactively-p on Emacs.
12454         (viper-looking-back): Make it an obsolete alias.  Update callers.
12455         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
12456         Use looking-back rather than viper-looking-back.
12457         (viper-tmp-insert-at-eob, viper-enlarge-region)
12458         (viper-read-string-with-history, viper-register-to-point)
12459         (viper-append-to-register, viper-change-state-to-vi)
12460         (viper-backward-char-carefully, viper-forward-char-carefully)
12461         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
12462         (viper-change-state-to-emacs): Declare.
12463         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
12464         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
12465         * emulation/viper-mous.el: Do not load viper-cmd.
12466         (viper-backward-char-carefully, viper-forward-char-carefully)
12467         (viper-forward-word, viper-adjust-window): Declare.
12469         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
12471         * progmodes/idlw-help.el (idlwave-help-fontify):
12472         Use called-interactively-p.
12474         * term/w32console.el (w32-get-console-codepage)
12475         (w32-get-console-output-codepage): Declare.
12477         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
12478         Remove unnecessary declarations.
12479         (dframe-message): Doc fix.
12481         * info.el (dframe-select-attached-frame, dframe-current-frame):
12482         Declare.
12484         * speedbar.el (speedbar-message): Make it an obsolete alias.
12485         Update all callers.
12486         (speedbar-with-attached-buffer)
12487         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
12488         (speedbar-with-writable): Use backquote.
12489         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
12490         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
12491         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
12492         rather than speedbar- aliases.
12493         * mail/rmail.el: Load dframe rather than speedbar when compiling.
12494         (speedbar-make-specialized-keymap, speedbar-insert-button)
12495         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
12496         (speedbar-do-function-pointer): Declare.
12497         (rmail-speedbar-button, rmail-speedbar-find-file)
12498         (rmail-speedbar-move-message):
12499         Use dframe-with-attached-buffer rather than speedbar- alias.
12500         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
12501         (dframe-message, speedbar-make-specialized-keymap)
12502         (speedbar-add-expansion-list, speedbar-mode-functions-list)
12503         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
12504         (speedbar-insert-button, dframe-select-attached-frame)
12505         (dframe-maybee-jump-to-attached-frame)
12506         (speedbar-change-initial-expansion-list)
12507         (speedbar-previously-used-expansion-list-name): Declare.
12508         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
12509         Use dframe-message, dframe-with-attached-buffer rather than
12510         speedbar- aliases.
12511         (gud-sentinel): Silence compiler.
12512         * progmodes/vhdl-mode.el (speedbar-refresh)
12513         (speedbar-do-function-pointer, speedbar-add-supported-extension)
12514         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
12515         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
12516         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
12517         (speedbar-file-lists, speedbar-make-tag-line)
12518         (speedbar-line-directory, speedbar-goto-this-file)
12519         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
12520         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
12521         (speedbar-make-button, speedbar-reset-scanners)
12522         (speedbar-files-item-info, speedbar-line-text)
12523         (speedbar-find-file-in-frame, speedbar-set-timer)
12524         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
12525         (speedbar-with-writable): Do not (re)define it.
12526         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
12527         rather than speedbar- alias.
12529 2013-05-21  Leo Liu  <sdl.web@gmail.com>
12531         * progmodes/octave.el (octave-mode-menu): Update and re-organize
12532         menu items.
12533         (octave-mode): Tweak fill-nobreak-predicate.
12534         (inferior-octave-startup): Check process to avoid infinite loop.
12535         (inferior-octave): Pop to buffer first to show abornmal process
12536         exit information.
12538 2013-05-21  Glenn Morris  <rgm@gnu.org>
12540         * printing.el (pr-menu-bar): Define when compiling.
12542 2013-05-21  Leo Liu  <sdl.web@gmail.com>
12544         * progmodes/octave.el (octave-auto-fill): Remove.
12545         (octave-indent-new-comment-line): Improve.
12546         (octave-mode): Use auto fill mode through
12547         comment-line-break-function and fill-nobreak-predicate.
12548         (octave-goto-function-definition): Support DEFUN_DLD.
12549         (octave-beginning-of-defun): Small tweak.
12550         (octave-help): Show parent directory.
12552 2013-05-21  Glenn Morris  <rgm@gnu.org>
12554         * files.el (dired-unmark):
12555         * progmodes/gud.el (gdb-input): Update declarations.
12557         * calculator.el (electric, ehelp): No need to load when compiling.
12558         (Electric-command-loop, electric-describe-mode): Declare.
12560         * doc-view.el (doc-view-current-converter-processes): Move before use.
12562         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12563         Move MODE-set-explicitly definition before use.
12565         * international/mule-diag.el (mule-diag):
12566         Don't use obsolete window-system-version.
12568         * mail/feedmail.el (smtpmail): No need to load when compiling.
12569         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
12571         * mail/mail-utils.el (rfc822): No need to load when compiling.
12572         (rfc822-addresses): Autoload it.
12573         (mail-strip-quoted-names): Trivial simplification.
12575         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
12576         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
12578         * net/snmp-mode.el (tempo): Don't duplicate requires.
12580         * progmodes/prolog.el (info): No need to load when compiling.
12581         (comint): Require before shell requires it.
12582         (Info-goto-node): Autoload it.
12583         (Info-follow-nearest-node): Declare.
12584         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
12586         * textmodes/artist.el (picture-mode-exit): Declare.
12588         * textmodes/reftex-parse.el (reftex-parse-from-file):
12589         Trivial rewrite so the compiler can parse it better.
12591 2013-05-20  Leo Liu  <sdl.web@gmail.com>
12593         * progmodes/octave.el (octave-help-mode-map)
12594         (octave-help-mode-finish-hook): New variables.
12595         (octave-help-mode, octave-help-mode-finish): New functions.
12596         (octave-help): Use octave-help-mode.
12598 2013-05-20  Glenn Morris  <rgm@gnu.org>
12600         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
12602 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
12604         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
12605         start at point, so that expansion starting right after opening
12606         slash in a regexp is recognized.
12607         (ruby-syntax-before-regexp-re): New defvar, extracted from
12608         ruby-syntax-propertize-function.  Since the value of this regexp
12609         is looked up at runtime now, we should be able to turn
12610         `ruby-syntax-methods-before-regexp' into a defcustom later.
12611         (ruby-syntax-propertize-function): Split regexp matching into two
12612         parts, for opening and closing slashes.  That allows us to skip
12613         over string interpolations and support multiline regexps.
12614         Don't call `ruby-syntax-propertize-expansions', instead use another rule
12615         for them, which calls `ruby-syntax-propertize-expansion'.
12616         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
12617         call to `ruby-syntax-propertize-function'.
12618         (ruby-syntax-propertize-expansion): Extracted from
12619         `ruby-syntax-propertize-expansions'.  Handles one expansion.
12620         (ruby-syntax-propertize-percent-literal): Leave point right after
12621         the percent symbol, so that the expression expansion rule can
12622         propertize the contents.
12623         (ruby-syntax-propertize-heredoc): Leave point at bol following the
12624         heredoc openers.
12625         (ruby-syntax-propertize-expansions): Remove.
12627 2013-05-18  Juri Linkov  <juri@jurta.org>
12629         * man.el (Man-default-man-entry): Remove `-' from the end
12630         of the default value.  (Bug#14400)
12632 2013-05-18  Glenn Morris  <rgm@gnu.org>
12634         * comint.el (comint-password-prompt-regexp):
12635         Allow "password for XXX" where XXX contains colons (eg https://...).
12637 2013-05-18  Leo Liu  <sdl.web@gmail.com>
12639         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
12640         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
12641         (octave-source-directories): Don't check process.
12642         (octave-source-directories, octave-find-definition): Doc fix.
12644 2013-05-18  Glenn Morris  <rgm@gnu.org>
12646         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
12647         Remove backspace/delete bindings.  (Bug#14392)
12649         * cus-dep.el (custom-make-dependencies): Sort the output.
12650         (custom-versions-load-alist): Convert comment to doc.
12652 2013-05-17  Leo Liu  <sdl.web@gmail.com>
12654         * newcomment.el (comment-search-backward): Stricter in finding
12655         comment start.  (Bug#14303)
12657         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
12658         (octave-comment-start-skip): Properly anchored.
12660 2013-05-17  Leo Liu  <sdl.web@gmail.com>
12662         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
12663         Clean up when turned off.  (Bug#14395)
12664         (smie--highlight-matching-block-overlay): No longer buffer-local.
12665         (smie-highlight-matching-block): Adjust.
12667 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
12669         Doc string fix for "nanoseconds" (Bug#14406).
12670         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
12671         Fix doc string typo that had "nanoseconds" instead of "microseconds".
12673 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
12675         * calc/calc-units.el (math-extract-units): Preserve powers
12676         of units.
12678 2013-05-17  Leo Liu  <sdl.web@gmail.com>
12680         * subr.el (delete-consecutive-dups): New function.
12681         * ido.el (ido-set-matches-1): Use it.
12682         * progmodes/octave.el (inferior-octave-completion-table): Use it.
12683         * ido.el (ido-remove-consecutive-dups): Remove.
12685 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12687         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12688         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
12689         regexp-opt's `words'.
12691 2013-05-16  Leo Liu  <sdl.web@gmail.com>
12693         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
12694         (smie--highlight-matching-block-overlay)
12695         (smie--highlight-matching-block-lastpos)
12696         (smie--highlight-matching-block-timer): New variables.
12697         (smie-highlight-matching-block): New function.
12698         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
12699         (smie-setup): Conditionally enable smie-blink-matching-open.
12701 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
12703         Sync with upstream verilog-mode r840.
12704         * progmodes/verilog-mode.el (verilog-mode-version)
12705         (verilog-mode-release-date): Update.
12706         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
12707         (verilog-sig-tieoff): Fix string error on
12708         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
12709         (verilog-read-decls): Fix parameters confusing
12710         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
12712 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
12714         * subr.el (reveal-filename): New function.
12716         * loadup.el: Compute Emacs executable versions on MS-Windows,
12717         where executables have the .exe extension.  Add a hard link
12718         emacs-XX.YY.ZZ.exe on MS-Windows.
12720         * Makefile.in (XARGS_LIMIT): New variable.
12721         (custom-deps, finder-data, autoloads)
12722         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
12723         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
12724         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
12725         (compile-main): Limit xargs according to $(XARGS_LIMIT).
12727 2013-05-16  Leo Liu  <sdl.web@gmail.com>
12729         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
12730         (octave-mode-menu, octave-mode-map): Remove its uses.
12732 2013-05-16  Reto Zimmermann  <reto@gnu.org>
12734         Sync with upstream vhdl mode v3.34.2.
12735         * progmodes/vhdl-mode.el: Use `push' throughout.
12736         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
12737         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
12738         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
12739         (vhdl-actual-generic-name): New option to derive actual generic name.
12740         (vhdl-port-paste-signals): Replace formal by actual generics.
12741         (vhdl-beautify): New name for old group vhdl-align.  Update users.
12742         (vhdl-beautify-options): New option.
12743         (vhdl-last-input-event): New compat alias.  Use throughout.
12744         (vhdl-goto-line): Replace user level function `goto-line'.
12745         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
12746         vhdl-fix-statement-buffer.
12747         (vhdl-create-mode-menu): Add some entries.
12748         (vhdl-align-region-groups): Respect vhdl-beautify-options.
12749         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
12750         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
12751         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
12752         to force statements on one line.
12753         (vhdl-remove-trailing-spaces-region):
12754         New, split from vhdl-remove-trailing-spaces.
12755         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
12756         Respect vhdl-beautify-options.
12757         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
12758         (vhdl-update-sensitivity-list): Not add with index if exists without.
12759         Not include array index with signal.  Ignore keywords in comments.
12760         (vhdl-get-visible-signals): Regexp tweaks.
12761         (vhdl-template-component-inst): Handle empty library.
12762         (vhdl-template-type): Add template for 'enum' type.
12763         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
12764         Use vhdl-replace-string.
12765         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
12766         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
12767         (vhdl-speedbar-initialize): Update for above name change.
12768         (vhdl-compose-wire-components): Fix in handling of constants.
12769         (vhdl-error-regexp-emacs-alist): New variable.
12770         (vhdl-error-regexp-add-emacs): New function;
12771         adds support for new compile.el (Emacs 22+)
12772         (vhdl-generate-makefile-1): Change target order for single lib. units.
12773         Allow use of absolute file names.
12775 2013-05-16  Leo Liu  <sdl.web@gmail.com>
12777         * simple.el (prog-indent-sexp): Indent enclosing defun.
12779 2013-05-15  Glenn Morris  <rgm@gnu.org>
12781         * cus-start.el (show-trailing-whitespace): Move to editing basics.
12782         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
12783         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
12784         (whitespace-highlight): Move to whitespace group.
12786         * comint.el (comint-source):
12787         * pcmpl-linux.el (pcmpl-linux):
12788         * shell.el (shell-faces):
12789         * eshell/esh-opt.el (eshell-opt):
12790         * international/ccl.el (ccl): Remove empty custom groups.
12792         * completion.el (dynamic-completion-mode):
12793         * jit-lock.el (jit-lock-debug-mode):
12794         * minibuffer.el (completion-in-region-mode):
12795         * type-break.el (type-break-mode-line-message-mode)
12796         (type-break-query-mode):
12797         * emulation/tpu-edt.el (tpu-edt-mode):
12798         * progmodes/subword.el (global-subword-mode, global-superword-mode):
12799         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
12800         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
12802         * term/xterm.el (xterm): Change parent group to terminals.
12804         * master.el (master): Remove empty custom group.
12805         (master-mode): Remove unused :group argument.
12806         * textmodes/refill.el (refill): Remove empty custom group.
12807         (refill-mode): Remove unused :group argument.
12809         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
12811         * cus-dep.el: Provide a feature.
12812         (custom-make-dependencies): Ignore dotfiles (dir-locals).
12813         Don't mistakenly ignore files whose basenames match a basename
12814         from preloaded-file-list (eg cedet/ede/simple.el).
12815         Add a fallback method for getting :group.
12817 2013-05-15  Juri Linkov  <juri@jurta.org>
12819         * isearch.el (isearch-char-by-name): Rename from
12820         `isearch-insert-char-by-name'.  Doc fix.
12821         (isearch-forward): Mention `isearch-char-by-name' in
12822         the docstring.  (Bug#13348)
12824         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
12825         `exit-minibuffer' instead of
12826         `isearch-nonincremental-exit-minibuffer'.
12827         (isearch-edit-string): Remove mention of
12828         `isearch-nonincremental-exit-minibuffer' from docstring.
12829         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
12830         (isearch-forward-exit-minibuffer)
12831         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
12833 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12835         * loadup.el: Just use unversioned DOC.
12837         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
12838         literals as extending to EOB.
12839         (nxml-last-fontify-end): Remove unused variable.
12840         (nxml-after-change1): Use with-silent-modifications.
12841         (nxml-extend-after-change-region): Simplify.
12842         (nxml-extend-after-change-region1): Remove function.
12843         (nxml-after-change1): Don't adjust for dependent regions.
12844         (nxml-fontify-matcher): Simplify.
12845         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
12846         (xmltok-add-dependent): Remove function.
12847         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
12848         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
12849         (xmltok-scan-prolog-after-processing-instruction-open): Treat
12850         unclosed <[[, <?, comment, and other literals as extending to EOB.
12851         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
12852         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
12853         Remove functions.
12854         (rng-do-some-validation-1): Don't mark dependent regions.
12855         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
12856         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
12857         (nxml-clear-dependent-regions): Remove functions.
12858         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
12859         (nxml-ensure-scan-up-to-date):
12860         Don't clear&mark dependent regions.
12862 2013-05-15  Leo Liu  <sdl.web@gmail.com>
12864         * progmodes/octave.el (octave-goto-function-definition):
12865         Improve and fix callers.
12867 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12869         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
12870         the setter (bug#14387).
12872         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
12873         surrounding group (bug#14402).
12875 2013-05-14  Juri Linkov  <juri@jurta.org>
12877         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
12878         (Bug#14390)
12880 2013-05-14  Glenn Morris  <rgm@gnu.org>
12882         * progmodes/f90.el (f90-imenu-generic-expression):
12883         Fix typo in 2013-05-08 change.  (Bug#14402)
12885 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
12887         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
12888         Remove signals for which replies are never received.
12890 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
12892         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
12893         (gdb-handler-alist, gdb-handler-number): Remove variables.
12894         (gdb-handler-list): New variable.
12895         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
12896         (gdb-pending-handler-p, gdb-handle-reply)
12897         (gdb-remove-all-pending-triggers): New functions.
12898         (gdb-discard-unordered-replies): New defcustom.
12899         (gdb-handler): New defstruct.
12900         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
12901         instead of gdb-pending-triggers.  Update docstring.
12902         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
12903         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
12904         (gdb-var-update-handler, def-gdb-auto-update-trigger)
12905         (def-gdb-auto-update-handler, gdb-get-changed-registers)
12906         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
12907         (gdb-frame-handler): Pending triggers are now automatically managed.
12908         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
12909         Remove argument.
12910         (gdb-input): Automatically handles pending triggers.  Update docstring.
12911         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
12912         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
12913         Update comments.
12914         (gdb-done-or-error): Now use gdb-handle-reply.
12916 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
12918         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
12919         gdb-debug-log.
12921 2013-05-14  Glenn Morris  <rgm@gnu.org>
12923         * subr.el (user-emacs-directory-warning): New option.
12924         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
12926 2013-05-14  Leo Liu  <sdl.web@gmail.com>
12928         * progmodes/octave.el (octave-font-lock-keywords): Fix error
12929         during redisplay.
12930         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
12931         (octave-font-lock-texinfo-comment): Fix invalid search bound
12932         error: wrong side of point.
12934 2013-05-14  Glenn Morris  <rgm@gnu.org>
12936         * progmodes/flymake.el (flymake-xml-program): New option.
12937         (flymake-xml-init): Use it.
12939         * term/xterm.el: Provide a feature.
12941         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
12943 2013-05-13  Glenn Morris  <rgm@gnu.org>
12945         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
12946         Add compat aliases as a hack workaround.  (Bug#14384)
12948 2013-05-13  Leo Liu  <sdl.web@gmail.com>
12950         * progmodes/octave.el (octave-indent-comment): Fix indentation for
12951         ###, and %!.
12952         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
12953         C-M-q.
12954         (octave-comment-start-skip): Include %!.
12955         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
12957 2013-05-12  Leo Liu  <sdl.web@gmail.com>
12959         * progmodes/octave.el (inferior-octave-startup): Store the value
12960         of __octave_srcdir__ for octave-source-directories.
12961         (inferior-octave-check-process): New function refactored out of
12962         inferior-octave-send-list-and-digest.
12963         (octave-source-directories)
12964         (octave-find-definition-filename-function): New variables.
12965         (octave-source-directories)
12966         (octave-find-definition-default-filename): New functions.
12967         (octave-find-definition): Improve to find functions implemented in C++.
12969 2013-05-12  Glenn Morris  <rgm@gnu.org>
12971         * calendar/diary-lib.el (diary-outlook-format-1):
12972         Don't include dayname in the output.  (Bug#14349)
12974 2013-05-11  Glenn Morris  <rgm@gnu.org>
12976         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
12978         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
12979         Treat cc-provide like provide.
12981 2013-05-11  Kevin Ryde  <user42@zip.com.au>
12983         * cus-dep.el (custom-make-dependencies):
12984         Use generated-autoload-load-name for the sake of files such
12985         such cedet/semantic/bovine/c.el, where the base file name
12986         is not in load-path.  (Bug#5277)
12988 2013-05-11  Glenn Morris  <rgm@gnu.org>
12990         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
12991         Provide features.
12993 2013-05-11  Leo Liu  <sdl.web@gmail.com>
12995         * progmodes/octave.el (octave-indent-comment): Improve.
12996         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
12997         (octave-eldoc-function-signatures, octave-eldoc-function):
12998         New functions.
12999         (octave-mode, inferior-octave-mode): Add eldoc support.
13001 2013-05-11  Richard Stallman  <rms@gnu.org>
13003         * epa.el (epa-decrypt-file): Take output file name as argument
13004         and read it using `interactive'.
13006 2013-05-11  Leo Liu  <sdl.web@gmail.com>
13008         * progmodes/octave.el (octave-beginning-of-line)
13009         (octave-end-of-line): Check before using up-list because it jumps
13010         out of more syntactic contructs since moving to smie.
13011         (octave-indent-comment): New function.
13012         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
13013         (octave-begin-keywords, octave-end-keywords)
13014         (octave-reserved-words, octave-smie-bnf-table)
13015         (octave-smie-rules): Add new keywords from Octave 3.6.4.
13017 2013-05-11  Glenn Morris  <rgm@gnu.org>
13019         * faces.el (internal-face-x-get-resource):
13020         * frame.el (ns-display-monitor-attributes-list):
13021         * calc/calc-aent.el (math-to-radians-2):
13022         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
13023         Fix declarations.
13025         * calc/calc-menu.el: Make it loadable in isolation.
13027         * net/eudcb-bbdb.el: Make it loadable without bbdb.
13028         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
13029         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
13030         (eudc-bbdb-query-internal): Require 'bbdb.
13032         * lpr.el (lpr-headers-switches):
13033         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
13035         * progmodes/sql.el (sql-login-params): Fix and improve :type.
13037         * emulation/edt-mapper.el: In batch mode, error rather than hang.
13039         * term.el (term-set-escape-char): Make it idempotent.
13041 2013-05-10  Leo Liu  <sdl.web@gmail.com>
13043         * progmodes/octave.el (inferior-octave-completion-table):
13044         No longer a function and all uses changed.  Use cache to speed up
13045         completion due to bug#11906.
13046         (octave-beginning-of-defun): Re-write to be more general.
13048 2013-05-10  Glenn Morris  <rgm@gnu.org>
13050         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
13052 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13054         * comint.el (comint-redirect-send-command-to-process): Use :around
13055         rather than :override for comint-redirect-filter.
13056         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
13057         Call it instead of comint-redirect-original-filter-function (which
13058         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
13060 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
13062         * frame.el (display-monitor-attributes-list): Add NS case.
13063         (ns-display-monitor-attributes-list): Declare.
13065 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
13067         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
13069 2013-05-09  Glenn Morris  <rgm@gnu.org>
13071         * international/fontset.el (vertical-centering-font-regexp):
13072         Set standard-value.
13074         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
13076         * bookmark.el (bookmark-search-delay):
13077         * cus-start.el (vertical-centering-font-regexp):
13078         * ps-mule.el (ps-mule-font-info-database-default):
13079         * ps-print.el (ps-default-fg, ps-default-bg):
13080         * type-break.el (type-break-good-break-interval):
13081         * whitespace.el (whitespace-indentation-regexp)
13082         (whitespace-space-after-tab-regexp):
13083         * emacs-lisp/testcover.el (testcover-1value-functions)
13084         (testcover-noreturn-functions, testcover-progn-functions)
13085         (testcover-prog1-functions):
13086         * emulation/viper-init.el (viper-emacs-state-cursor-color):
13087         * eshell/em-glob.el (eshell-glob-translate-alist):
13088         * play/tetris.el (tetris-tty-colors):
13089         * progmodes/cpp.el (cpp-face-default-list):
13090         * progmodes/flymake.el (flymake-allowed-file-name-masks):
13091         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
13092         (idlwave-help-browser-generic-args):
13093         * progmodes/make-mode.el (makefile-special-targets-list):
13094         * progmodes/python.el (python-shell-virtualenv-path):
13095         * progmodes/verilog-mode.el (verilog-active-low-regexp)
13096         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
13097         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
13098         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
13099         * textmodes/reftex-vars.el (reftex-format-label-function):
13100         * textmodes/remember.el (remember-diary-file): Fix custom types.
13102         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
13103         Add :version.
13105 2013-05-09  Leo Liu  <sdl.web@gmail.com>
13107         * progmodes/octave.el (inferior-octave-completion-at-point):
13108         Restore file completion.  (Bug#14300)
13109         (inferior-octave-startup): Fix incorrect highlighting for the
13110         first prompt.
13112 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13114         * progmodes/ruby-mode.el: First cut at SMIE support.
13115         (ruby-use-smie): New var.
13116         (ruby-smie-grammar): New constant.
13117         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
13118         (ruby-smie--forward-token, ruby-smie--backward-token)
13119         (ruby-smie-rules): New functions.
13120         (ruby-mode-variables): Setup SMIE if applicable.
13122 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
13124         * simple.el (line-move-visual): Signal beginning/end of buffer
13125         only if vertical-motion moved less than it was requested.  Avoids
13126         silly incorrect error messages when there are display strings with
13127         multiple newlines at EOL.
13129 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13131         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
13132         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
13133         (prolog-char-quote-workaround):
13134         * progmodes/cperl-mode.el (cperl-under-as-char):
13135         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
13136         Mark as obsolete.
13137         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
13138         their declaration.
13139         (vhdl-mode-syntax-table-init): Remove.
13141         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
13142         last change.
13144         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
13145         syntax for "_".
13146         (ld-script-font-lock-keywords):
13147         Change regexps to use things like \_< and \_>.
13149         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
13150         Change all regexps to use things like \_< and \_>.
13152         * progmodes/autoconf.el (autoconf-definition-regexp)
13153         (autoconf-font-lock-keywords, autoconf-current-defun-function):
13154         Handle a _ with symbol syntax.
13155         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
13157         * progmodes/ada-mode.el (ada-mode-abbrev-table):
13158         Consolidate declaration.
13159         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
13160         the declaration.
13161         (ada-create-syntax-table): Remove.
13162         (ada-capitalize-word): Don't mess with the syntax of "_" since it
13163         already has the right syntax nowadays.
13164         (ada-goto-next-word): Don't change the syntax of "_".
13166         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
13167         with-wrapper-hook.
13169 2013-05-08  Sam Steingold  <sds@gnu.org>
13171         * thingatpt.el (thing-at-point): Accept optional second argument
13172         NO-PROPERTIES to strip the text properties from the return value.
13173         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
13174         to `thing-at-point' instead of stripping the properties ourselves.
13175         Also, when `thing-at-point' fails to find a url, prepend "http://"
13176         to the filename at point on the assumption that the user is
13177         pointing at something like gnu.org/gnu.
13179 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
13181         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
13182         * faces.el (crm-separator):
13183         Silence byte-compiler.
13185         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
13186         (tool-bar-map): Remove unneeded defvars.
13188 2013-05-08  Leo Liu  <sdl.web@gmail.com>
13190         Re-work a fix for bug#10994 based on Le Wang's patch.
13191         * ido.el (ido-remove-consecutive-dups): New helper.
13192         (ido-completing-read): Use it.
13193         (ido-chop): Revert fix for bug#10994.
13195 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
13197         * cus-edit.el (custom-save-variables):
13198         Pretty-print long values.  (Bug#14187)
13200 2013-05-08  Glenn Morris  <rgm@gnu.org>
13202         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
13203         (m4-mode-syntax-table): Init in the defvar.
13204         (m4-mode-abbrev-table): Let define-derived-mode define it.
13206 2013-05-08  Tom Tromey  <tromey@redhat.com>
13208         * progmodes/m4-mode.el (m4-mode-syntax-table):
13209         Do not treat "_" as word constituent.  (Bug#14167)
13211 2013-05-07  Glenn Morris  <rgm@gnu.org>
13213         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
13214         Remove explicit eshell-isearch-cancel-map.
13216         * progmodes/f90.el (f90-smart-end-names): New option.
13217         (f90-smart-end): Doc fix.
13218         (f90-end-block-optional-name): New constant.
13219         (f90-block-match): Respect f90-smart-end-names.
13221 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13223         * progmodes/octave.el (octave-smie-forward-token): Be more careful
13224         about implicit semi-colons (bug#14218).
13226 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13228         * frame.el (display-monitor-attributes-list)
13229         (frame-monitor-attributes): New functions.
13231 2013-05-06  Leo Liu  <sdl.web@gmail.com>
13233         * progmodes/octave.el (octave-syntax-propertize-function): Change
13234         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
13235         (octave-font-lock-keywords): Use octave-operator-regexp.
13236         (octave-completion-at-point): Rename from
13237         octave-completion-at-point-function.
13238         (inferior-octave-directory-tracker): Robustify.
13239         (octave-text-functions): Remove and fix its uses.  No such things
13240         any more.
13242 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13244         * emacs-lisp/trace.el (trace--display-buffer): New function.
13245         (trace-make-advice): Use it.
13247 2013-05-06  Juri Linkov  <juri@jurta.org>
13249         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
13250         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
13251         Doc fix.
13252         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
13253         in the help string.  (Bug#12985)
13255 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
13257         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
13259 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13261         * progmodes/perl-mode.el: Add support for here documents.
13262         (perl-syntax-propertize-function): Match here-doc markers.
13263         (perl-syntax-propertize-special-constructs): Find their end.
13264         (perl-imenu-generic-expression): Use [:alnum:].
13266         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
13267         (advice--add-function): Refresh the advice if already present
13268         (bug#14317).
13270 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
13272         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
13274 2013-05-06  Glenn Morris  <rgm@gnu.org>
13276         * w32-fns.el (w32-charset-info-alist): Declare.
13278         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
13279         of its defcustom properties.
13280         (eshell-cmpl-initialize): No need to load pcomplete.
13282         * generic-x.el: No need to require comint when compiling.
13284         * net/eudc-export.el: Make it loadable without bbdb.
13285         (top-level): Use require rather than load-library.
13286         (eudc-create-bbdb-record, eudc-bbdbify-phone)
13287         (eudc-batch-export-records-to-bbdb)
13288         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
13289         Require bbdb.
13291 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13293         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
13294         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
13295         some tweaks, instead.
13297 2013-05-05  Leo Liu  <sdl.web@gmail.com>
13299         * progmodes/octave.el (octave-font-lock-keywords)
13300         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
13301         (inferior-octave-send-list-and-digest): Improve error message.
13302         (octave-mode, inferior-octave-mode): Use setq-local.
13303         (octave-help): Set info-lookup-mode.
13305 2013-05-05  Richard Stallman  <rms@gnu.org>
13307         * vc/compare-w.el (compare-windows-whitespace):
13308         Treat no-break space as whitespace.
13310         * mail/rmailsum.el (rmail-summary-rmail-update):
13311         Detect empty summary and don't change selected message.
13312         (rmail-summary-goto-msg): Likewise.
13314         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
13315         Doc fixes, rename args.
13317 2013-05-05  Alan Mackenzie  <acm@muc.de>
13319         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
13321 2013-05-05  Juri Linkov  <juri@jurta.org>
13323         * info.el (Info-read-subfile): Use (point-min) instead of (point)
13324         to not add the length of the summary segment to the return value.
13325         (Bug#14125)
13327 2013-05-05  Leo Liu  <sdl.web@gmail.com>
13329         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
13330         (inferior-octave-output-filter): Remove.
13331         (octave-send-region, inferior-octave-startup): Fix callers.
13332         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
13333         (octave-binary-file-extensions): New user variable.
13334         (octave-find-definition): Confirm if opening binary files.
13335         (octave-help-file): Use octave-find-definition to get the binary
13336         confirmation.
13337         (octave-help): Adjust for octave-help-file change.
13339 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13341         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
13342         Merge the two entries that handle function definitions.
13343         (pascal--syntax-propertize): New const.
13344         (pascal-mode): Use it.  Use setq-local.
13346 2013-05-04  Glenn Morris  <rgm@gnu.org>
13348         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
13349         (diary-from-outlook): Respect diary-from-outlook-function.
13351 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13353         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
13354         Move the declaration from C.
13355         (read-minibuffer, eval-minibuffer): Move from C.
13356         (completion-setup-function): Avoid minibuffer-completion-contents.
13358 2013-05-03  Leo Liu  <sdl.web@gmail.com>
13360         * progmodes/octave.el (octave-font-lock-keywords): Do not
13361         dehighlight 'end' in comments or strings.
13362         (octave-completing-read, octave-goto-function-definition):
13363         New helpers.
13364         (octave-help-buffer): New user variable.
13365         (octave-help-file, octave-help-function): New button types.
13366         (octave-help): New command and bind it to C-h ;.
13367         (octave-find-definition): New command and bind it to M-.
13368         (user-error): Alias to error if not defined.
13370 2013-05-02  Leo Liu  <sdl.web@gmail.com>
13372         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
13373         for \.  (bug#14332)
13374         (octave-font-lock-keywords): Include [ and {.
13376 2013-05-02  Leo Liu  <sdl.web@gmail.com>
13378         * progmodes/octave.el (inferior-octave-startup-file): Change default.
13379         (inferior-octave): Remove calling comint-mode and return the buffer.
13380         (inferior-octave-startup): Cosmetic changes.
13382 2013-05-02  Leo Liu  <sdl.web@gmail.com>
13384         * progmodes/octave.el (octave-syntax-propertize-function):
13385         Include the case when ' is at line beginning.  (Bug#14336)
13387 2013-05-02  Glenn Morris  <rgm@gnu.org>
13389         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
13390         * desktop.el (vc-dir-mode): Just autoload it here.
13392 2013-05-02  Alan Mackenzie  <acm@muc.de>
13394         Eliminate variable c-standard-font-lock-fontify-region-function.
13395         * progmodes/cc-mode.el
13396         (c-standard-font-lock-fontify-region-function): Remove.
13397         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
13399 2013-05-01  Leo Liu  <sdl.web@gmail.com>
13401         * progmodes/octave.el: Compatible with older emacs-24 releases.
13402         (inferior-octave-has-built-in-variables): Remove.  Built-in
13403         variables were removed from Octave in 2007.
13404         (inferior-octave-startup): Fix uses.
13405         (comint-line-beginning-position): Remove compatibility code for
13406         emacs 21.
13408 2013-05-01  Juri Linkov  <juri@jurta.org>
13410         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
13412 2013-05-01  Juri Linkov  <juri@jurta.org>
13414         * comint.el (comint-previous-matching-input): Don't print message
13415         "History item: %d" when `isearch-mode' is active.
13416         (comint-history-isearch-message): Print message "History item: %d"
13417         when `comint-input-ring-index' is not empty and this function is
13418         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
13420 2013-05-01  Leo Liu  <sdl.web@gmail.com>
13422         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
13423         definitions.  Use completion-at-point to insert keywords.
13424         (octave-abbrev-start): Remove.
13425         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
13427 2013-04-30  Leo Liu  <sdl.web@gmail.com>
13429         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
13430         change.
13432 2013-04-30  Alan Mackenzie  <acm@muc.de>
13434         Handle arbitrarily long C++ member initialisation lists.
13435         * progmodes/cc-engine.el (c-back-over-member-initializers):
13436         new function.
13437         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
13438         (most) member init lists.
13440 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
13442         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
13443         variable.
13445 2013-04-30  Leo Liu  <sdl.web@gmail.com>
13447         * progmodes/octave.el (octave-variables): Remove.  No builtin
13448         variables any more.  All converted to functions.
13449         (octave-font-lock-keywords, octave-completion-at-point-function):
13450         Fix uses.
13451         (octave-font-lock-texinfo-comment): New user variable.
13452         (octave-texinfo-font-lock-keywords): New variable for texinfo
13453         comment block.
13454         (octave-function-comment-block): New face.
13455         (octave-font-lock-texinfo-comment): New function.
13456         (octave-mode): Font lock texinfo comment block.
13458 2013-04-29  Leo Liu  <sdl.web@gmail.com>
13460         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
13461         indexing expression.
13462         (octave-continuation-string): Do not use \.
13463         (inferior-octave-complete-impossible): Remove.
13464         (inferior-octave-completion-table)
13465         (inferior-octave-completion-at-point): Remove its uses.
13466         (inferior-octave-startup): completion_matches was introduced to
13467         Octave in 1996 so safe to assume it.
13468         (octave-function-file-comment): Improve to follow how Octave does it.
13469         (octave-update-function-file-comment): Tweak.
13471 2013-04-29  Leo Liu  <sdl.web@gmail.com>
13473         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
13474         (inferior-octave-startup): Remove inferior-octave-startup-hook.
13475         (octave-function-file-comment): Fix typo.
13476         (octave-sync-function-file-names): Use read-char-choice.
13478 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
13480         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
13481         to t for the less important warnings.
13483 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
13485         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
13487 2013-04-27  Glenn Morris  <rgm@gnu.org>
13489         * vc/log-view.el (log-view-current-entry):
13490         Treat "---" separator lines as part of the following rev.  (Bug#14169)
13492 2013-04-27  Juri Linkov  <juri@jurta.org>
13494         * subr.el (read-number): Doc fix about using it by interactive
13495         code letter `n'.  (Bug#14254)
13497 2013-04-27  Juri Linkov  <juri@jurta.org>
13499         * desktop.el (desktop-auto-save-timeout): New option.
13500         (desktop-file-checksum): New variable.
13501         (desktop-save): Add optional arg `auto-save' and don't auto-save
13502         if nothing changed.
13503         (desktop-auto-save-timer): New variable.
13504         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
13505         (after-init-hook): Call `desktop-auto-save-set-timer'.
13506         Suggested by Reuben Thomas <rrt@sc3d.org> in
13507         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
13509 2013-04-27  Leo Liu  <sdl.web@gmail.com>
13511         * progmodes/octave.el (octave-function-file-p)
13512         (octave-skip-comment-forward, octave-function-file-comment)
13513         (octave-update-function-file-comment): New functions.
13514         (octave-mode-map): Bind C-c ; to
13515         octave-update-function-file-comment.
13516         (octave-mode-menu): Add octave-update-function-file-comment.
13517         (octave-mode, inferior-octave-mode): Fix doc-string.
13518         (octave-insert-defun): Conform to Octave's coding convention.
13519         (Bug#14285)
13521         * files.el (basic-save-buffer): Don't let errors in
13522         before-save-hook prevent saving buffer.
13524 2013-04-20  Roland Winkler  <winkler@gnu.org>
13526         * faces.el (read-face-name): Use completing-read if arg multiple
13527         is nil.
13529 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
13531         * ls-lisp.el (ls-lisp-insert-directory): If no files are
13532         displayed, move point to after the totals line.
13533         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
13534         for the details.
13536 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13538         * emacs-lisp/package.el (package-autoload-ensure-default-file):
13539         Add current dir to the load-path.
13540         (package-generate-autoloads): Don't rely on
13541         autoload-ensure-default-file.
13543 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
13545         * textmodes/remember.el (remember-store-in-files): Document that
13546         the file name format is passed to `format-time-string'.
13548 2013-04-26  Leo Liu  <sdl.web@gmail.com>
13550         * progmodes/octave.el (octave-sync-function-file-names): New function.
13551         (octave-mode): Use it in before-save-hook.
13553 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13555         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
13556         (bug#14274).
13558         * progmodes/octave.el (octave-smie-forward-token): Properly skip
13559         \n and comment, even if it's not an implicit ; (bug#14218).
13561 2013-04-26  Glenn Morris  <rgm@gnu.org>
13563         * subr.el (read-number): Once more use `read' rather than
13564         `string-to-number', to trap non-numeric input.  (Bug#14254)
13566 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
13568         * emacs-lisp/syntax.el (syntax-propertize-multiline):
13569         Use `syntax-multiline' text property consistently instead of
13570         `font-lock-multiline'.  (Bug#14237)
13572 2013-04-26  Glenn Morris  <rgm@gnu.org>
13574         * emacs-lisp/shadow.el (list-load-path-shadows):
13575         No longer necessary to check for duplicate simple.el, since
13576         2012-07-07 change to init_lread to not include installation lisp
13577         directories in load-path when running uninstalled.  (Bug#14270)
13579 2013-04-26  Leo Liu  <sdl.web@gmail.com>
13581         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
13582         (octave-mode, inferior-octave-mode): Use setq-local.
13583         (octave-not-in-string-or-comment-p): Rename to
13584         octave-in-string-or-comment-p.
13585         (octave-in-comment-p, octave-in-string-p)
13586         (octave-in-string-or-comment-p): Replace defsubst with defun.
13588 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
13590         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
13592 2013-04-25  Bastien Guerry  <bzg@gnu.org>
13594         * textmodes/remember.el (remember-data-directory)
13595         (remember-directory-file-name-format): Fix custom types.
13597 2013-04-25  Leo Liu  <sdl.web@gmail.com>
13599         * progmodes/octave.el (octave-completion-at-point-function):
13600         Make use of inferior octave process.
13601         (octave-initialize-completions): Remove.
13602         (inferior-octave-completion-table): New function.
13603         (inferior-octave-completion-at-point): Use it.
13604         (octave-completion-alist): Remove.
13606 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13608         * progmodes/opascal.el: Use font-lock and syntax-propertize.
13609         (opascal-mode-syntax-table): New var.
13610         (opascal-literal-kind, opascal-is-literal-end)
13611         (opascal-literal-token-at): Rewrite.
13612         (opascal--literal-start-re, opascal-font-lock-keywords)
13613         (opascal--syntax-propertize): New constants.
13614         (opascal-font-lock-defaults): Adjust.
13615         (opascal-mode): Use them.  Set comment-<foo> variables as well.
13616         (delphi-comment-face, opascal-comment-face, delphi-string-face)
13617         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
13618         (delphi-other-face, opascal-other-face): Remove face variables.
13619         (opascal-save-state): Remove macro.
13620         (opascal-fontifying-progress-step): Remove constant.
13621         (opascal--ignore-changes): Remove var.
13622         (opascal-set-token-property, opascal-parse-next-literal)
13623         (opascal-is-stable-literal, opascal-complete-literal)
13624         (opascal-is-literal-start, opascal-face-of)
13625         (opascal-parse-region, opascal-parse-region-until-stable)
13626         (opascal-fontify-region, opascal-after-change)
13627         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
13628         (opascal-debug-parse-region, opascal-debug-parse-window)
13629         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
13630         (opascal-debug-fontify-buffer): Remove.
13631         (opascal-debug-mode-map): Adjust accordingly.
13633 2013-04-25  Leo Liu  <sdl.web@gmail.com>
13635         Merge octave-mod.el and octave-inf.el into octave.el with some
13636         cleanups.
13637         * progmodes/octave.el: New file renamed from octave-mod.el.
13638         * progmodes/octave-inf.el: Merged into octave.el.
13639         * progmodes/octave-mod.el: Renamed to octave.el.
13641 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
13643         * textmodes/reftex-vars.el
13644         (reftex-label-ignored-macros-and-environments): New defcustom.
13646         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
13648 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13650         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
13651         (smie-indent-keyword): Improve the check to ensure that the next
13652         comment is really on the same line.
13653         (smie-indent-comment): Don't align with a subsequent closer (or eob).
13655         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
13656         semi-colons if the line is not otherwise empty (bug#14218).
13658 2013-04-25  Glenn Morris  <rgm@gnu.org>
13660         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
13662 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13664         * progmodes/opascal.el (opascal-set-token-property): Rename from
13665         opascal-set-text-properties and only set `token' (bug#14134).
13666         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
13667         (opascal-literal-text-properties): Remove.
13668         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
13669         Adjust callers.
13671 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
13673         * textmodes/remember.el (remember-handler-functions): Add an
13674         option for a new handler `remember-store-in-files'.
13675         (remember-data-directory, remember-directory-file-name-format):
13676         New options.
13677         (remember-store-in-files): New function to store remember notes
13678         as separate files within a directory.
13680 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
13682         * progmodes/compile.el (compilation-next-error-function):
13683         Pass "formats" to compilation-find-file (bug#11777).
13685 2013-04-24  Glenn Morris  <rgm@gnu.org>
13687         * vc/vc-bzr.el (vc-bzr-print-log):
13688         * vc/vc-hg.el (vc-hg-print-log):
13689         * vc/vc-svn.el (vc-svn-print-log):
13690         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
13692         * vc/vc-bzr.el (vc-bzr-print-log):
13693         * vc/vc-cvs.el (vc-cvs-print-log):
13694         * vc/vc-git.el (vc-git-print-log):
13695         * vc/vc-hg.el (vc-hg-print-log):
13696         * vc/vc-mtn.el (vc-mtn-print-log):
13697         * vc/vc-rcs.el (vc-rcs-print-log):
13698         * vc/vc-sccs.el (vc-sccs-print-log):
13699         * vc/vc-svn.el (vc-svn-print-log):
13700         * vc/vc.el (vc-print-log-internal): Doc fixes.
13702 2013-04-23  Glenn Morris  <rgm@gnu.org>
13704         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
13705         Remove venerable code attempting to avoid substitute-command-keys.
13707 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
13709         * textmodes/reftex-vars.el (reftex-label-regexps):
13710         Call `reftex-compile-variables' after changes to this variable.
13712 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13714         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
13715         Use lexical-binding.
13716         (jit-lock-force-redisplay): Use markers, check buffer's continued
13717         existence and beware narrowed buffers.
13718         (jit-lock-fontify-now): Adjust call accordingly.
13720 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13722         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
13723         to avoid misleading the user.
13725 2013-04-22  Leo Liu  <sdl.web@gmail.com>
13727         * info-look.el: Prefer latex2e.info.  (Bug#14240)
13729 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
13731         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
13733         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
13734         * net/tramp.el (tramp-call-process): ... here.
13735         (tramp-set-completion-function, tramp-parse-putty):
13736         * net/tramp-adb.el (tramp-adb-execute-adb-command):
13737         * net/tramp-gvfs.el (tramp-gvfs-send-command):
13738         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
13739         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
13740         (tramp-call-local-coding-command): Use `tramp-call-process'
13741         instead of `tramp-compat-call-process'.
13743         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
13744         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
13745         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
13746         (tramp-find-inline-compress): Improve traces.
13747         (tramp-maybe-send-script): Check for Perl binary.
13748         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
13750 2013-04-22  Daiki Ueno  <ueno@gnu.org>
13752         * epg.el (epg-context-pinentry-mode): New function.
13753         (epg-context-set-pinentry-mode): New function.
13754         (epg--start): Pass --pinentry-mode option to gpg command.
13756 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
13758         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
13759         `comint-dynamic-complete' is obsolete since 24.1, replaced by
13760         `completion-at-point'.  (Bug#13774)
13762         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
13763         default key binding for `describe-distribution' has been moved to
13764         `C-h C-o'.  (Bug#13970)
13766 2013-04-21  Glenn Morris  <rgm@gnu.org>
13768         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
13769         Add doc strings.
13770         (vc-print-log): Clarify interactive prompt.
13772 2013-04-20  Glenn Morris  <rgm@gnu.org>
13774         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
13775         No longer include timestamp etc information.
13777 2013-04-20  Roland Winkler  <winkler@gnu.org>
13779         * faces.el (read-face-name): Bug fix, return just one face if arg
13780         multiple is nil.  (Bug#14209)
13782 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13784         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
13785         (remove-function): Autoload.
13787         * comint.el (comint-redirect-original-filter-function): Remove.
13788         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
13789         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
13790         (vc-cvs-annotate-command):
13791         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
13792         * progmodes/prolog.el (prolog-consult-compile):
13793         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
13794         Use add/remove-function instead.
13795         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
13796         (gud-tooltip-process-output, gud-tooltip-tips):
13797         Use add/remove-function instead.
13798         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
13799         (scheme-interaction-mode, exit-scheme-interaction-mode):
13800         Use add/remove-function instead.
13802         * vc/vc-dispatcher.el: Use lexical-binding.
13803         (vc--process-sentinel): Rename from vc-process-sentinel.
13804         Change last arg to be the code to run.  Don't use vc-previous-sentinel
13805         and vc-sentinel-commands any more.
13806         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
13807         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
13809 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
13811         * progmodes/sh-script.el (sh-imenu-generic-expression):
13812         Handle function names with a single character.  (Bug#14111)
13814 2013-04-19  Dima Kogan  <dima@secretsauce.net>  (tiny change)
13816         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
13817         for subroutines defined in an eval (bug#14182).
13819 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13821         * bookmark.el (bookmark-completing-read): Improve handling of empty
13822         string (bug#14176).
13824 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13826         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
13828 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
13830         New faster Imenu implementation (bug#14058).
13831         * progmodes/python.el:
13832         (python-imenu-prev-index-position):
13833         (python-imenu-format-item-label-function)
13834         (python-imenu-format-parent-item-label-function)
13835         (python-imenu-format-parent-item-jump-label-function):
13836         New vars.
13837         (python-imenu-format-item-label)
13838         (python-imenu-format-parent-item-label)
13839         (python-imenu-format-parent-item-jump-label)
13840         (python-imenu--put-parent, python-imenu--build-tree)
13841         (python-imenu-create-index, python-imenu-create-flat-index)
13842         (python-util-popn): New functions.
13843         (python-mode): Set imenu-create-index-function to
13844         python-imenu-create-index.
13846 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13848         * winner.el (winner-active-region): Use region-active-p, activate-mark
13849         and deactivate-mark (bug#14225).
13851         * simple.el (deactivate-mark): Don't inline it.
13853 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
13855         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
13857 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
13859         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
13860         file extensions from the archive-mode entry in order to prefer
13861         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
13863 2013-04-18  Leo Liu  <sdl.web@gmail.com>
13865         * bindings.el (help-event-list): Add ?\?.
13867 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13869         * subr.el (with-wrapper-hook): Declare obsolete.
13870         * simple.el (filter-buffer-substring-function): New hook.
13871         (filter-buffer-substring): Use it.
13872         (filter-buffer-substring-functions): Mark obsolete.
13873         * minibuffer.el (completion-in-region-function): New hook.
13874         (completion-in-region): Use it.
13875         (completion-in-region-functions): Mark obsolete.
13876         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
13877         * abbrev.el (abbrev-expand-function): New hook.
13878         (expand-abbrev): Use it.
13879         (abbrev-expand-functions): Mark obsolete.
13880         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
13881         and :filter-return.
13883 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
13885         * progmodes/python.el (python-nav--syntactically): Fix cornercases
13886         and do not care about match data.
13888 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13890         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
13891         completion tables when completing error conditions and
13892         `declare' arguments.
13893         (lisp-complete-symbol, field-complete): Mark as obsolete.
13894         (check-parens): Unmatched parens are user errors.
13895         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
13897 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
13899         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
13900         command changed buffer (ie. `flyspell-pre-buffer' is not current
13901         buffer), which prevents making decisions based on invalid value of
13902         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
13903         cause an error when `flyspell-pre-point' was nil after switching
13904         buffers.
13905         (flyspell-post-command-hook): No longer needs to change buffers when
13906         checking pre-word.  While at it remove unnecessary progn.
13908 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
13910         * textmodes/ispell.el (ispell-add-per-file-word-list):
13911         Fix `flyspell-correct-word-before-point' error when accepting
13912         words and `coment-padding' is an integer by using
13913         `comment-normalize-vars' (Bug #14214).
13915 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
13917         New defun movement commands.
13918         * progmodes/python.el (python-nav--syntactically)
13919         (python-nav--forward-defun, python-nav-backward-defun)
13920         (python-nav-forward-defun): New functions.
13922 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
13924         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
13925         (python-syntax-context): Use named compiler-macro for backwards
13926         compatibility with Emacs 24.x.
13928 2013-04-17  Leo Liu  <sdl.web@gmail.com>
13930         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
13931         octave-hide-process-buffer.
13933 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13935         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
13936         (bug#14216).
13938 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
13940         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
13941         Fix adjustment of offset when receiving incomplete responses from GDB
13942         (bug#14129).
13944 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13946         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
13947         python-mode-abbrev-table.
13948         (python-skeleton-define): Adjust accordingly.
13949         (python-mode-abbrev-table): New table that inherits from it so that
13950         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
13952         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
13953         (abbrev-symbol): Use it.
13954         (abbrev--before-point): Use it since we already handle inheritance.
13956 2013-04-16  Leo Liu  <sdl.web@gmail.com>
13958         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
13959         binding to info-lookup-symbol.
13961 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
13963         * minibuffer.el (completion--twq-all):
13964         * term/ns-win.el (ns-initialize-window-system):
13965         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
13967 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13969         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
13970         global bindings.
13972         * doc-view.el (doc-view-start-process): Handle url-handler directories.
13974 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
13976         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
13977         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
13978         to nil.
13979         (ruby-end-of-defun): Remove the unused arg, change the docstring
13980         to reflect that this function is only used as the value of
13981         `end-of-defun-function'.
13982         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
13983         to reflect an earlier change that beginning/end-of-defun functions
13984         jump between methods in a class definition, as well as top-level
13985         functions.
13987 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13989         * minibuffer.el (minibuffer-complete): Don't just scroll
13990         a *Completions* that's been iconified.
13991         (minibuffer-force-complete): Make sure repetitions do cycle when going
13992         through completion-in-region -> minibuffer-complete.
13994 2013-04-15  Alan Mackenzie  <acm@muc.de>
13996         Correct the placement of c-cpp-delimiters when there're #s not at
13997         col 0.
13999         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
14000         place a submatch around the #.
14001         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
14002         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
14003         on the #, not BOL.
14005 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14007         * emacs-lisp/nadvice.el: Properly test names when adding advice.
14008         (advice--member-p): New arg `name'.
14009         (advice--add-function, advice-member-p): Use it (bug#14202).
14011 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
14013         Reformulate java imenu-generic-expression.
14014         The old expression contained ill formed regexps.
14016         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
14017         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
14018         (cc-imenu-java-method-arg-regexp): New defconsts.
14019         (cc-imenu-java-build-type-args-regex): New defun.
14020         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
14021         handling of spaces in the regexp.
14023 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
14025         * textmodes/ispell.el (ispell-command-loop): Remove
14026         flyspell highlight of a word when ispell accepts it (bug #14178).
14028 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
14030         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
14031         uses code from the previous `ange-ftp-run-real-handler'.
14032         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
14033         only in case that function exist.  This is needed for proper
14034         unloading of Tramp.
14036 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
14038         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
14040         * textmodes/reftex.el (reftex-compile-variables): Use it.
14042 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14044         * files.el (normal-mode): Only use default major-mode if no other mode
14045         was specified.
14047         * emacs-lisp/trace.el (trace-values): New function.
14049         * files.el: Allow : in local variables (bug#14089).
14050         (hack-local-variable-regexp): New var.
14051         (hack-local-variables-prop-line, hack-local-variables): Use it.
14053 2013-04-13  Roland Winkler  <winkler@gnu.org>
14055         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
14056         data before it gets modified by bibtex-beginning-of-entry.
14058 2013-04-13  Roland Winkler  <winkler@gnu.org>
14060         * textmodes/bibtex.el (bibtex-url): Doc fix.
14062 2013-04-13  Roland Winkler  <winkler@gnu.org>
14064         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
14065         does not visit a BibTeX file, exclude it from the list of buffers
14066         returned by bibtex-initialize.
14068 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
14070         * window.el (split-window): Remove interactive form, since as a
14071         command this function is a special case of split-window-below.
14072         Correct doc string.
14074 2013-04-12  Roland Winkler  <winkler@gnu.org>
14076         * faces.el (read-face-name): Do not override value of arg default.
14077         Allow single faces and strings as default values.  Remove those
14078         elements from return value that are not faces.
14079         (describe-face): Simplify.
14080         (face-at-point): New optional args thing and multiple so that this
14081         function can provide the same functionality previously provided by
14082         read-face-name.
14083         (make-face-bold, make-face-unbold, make-face-italic)
14084         (make-face-unitalic, make-face-bold-italic, invert-face)
14085         (modify-face, read-face-and-attribute): Use face-at-point.
14087         * cus-edit.el (customize-face, customize-face-other-window)
14088         * cus-theme.el (custom-theme-add-face)
14089         * face-remap.el (buffer-face-set)
14090         * facemenu.el (facemenu-set-face): Use face-at-point.
14092 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
14094         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
14096 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
14098         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
14099         off leading { and trailing } from field values.
14101 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14103         * emacs-lisp/timer.el (timer--check): New function.
14104         (timer--time, timer-set-function, timer-event-handler): Use it.
14105         (timer-set-idle-time): Simplify.
14106         (timer--activate): CSE.
14107         (timer-event-handler): Give more info in error message.
14108         (internal-timer-start-idle): New function, moved from C.
14110         * mpc.el (mpc-proc): Add `restart' argument.
14111         (mpc-proc-cmd): Use it.
14112         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
14113         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
14114         less often.
14116 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
14118         * progmodes/sh-script.el: Implement `sh-mode' own
14119         `add-log-current-defun-function' (bug#14112).
14120         (sh-current-defun-name): New function.
14121         (sh-mode): Use the function.
14123 2013-04-09  Bastien Guerry  <bzg@gnu.org>
14125         * simple.el (choose-completion-string): Fix docstring (bug#14163).
14127 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14129         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
14131         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
14132         timer (bug#14156).
14134 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
14136         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
14137         declaration.
14139 2013-04-07  Leo Liu  <sdl.web@gmail.com>
14141         * pcmpl-x.el: New file.
14143 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
14145         Do not set x-display-name until X connection is established.
14146         This is needed to prevent from weird situation described at
14147         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
14148         * frame.el (make-frame): Set x-display-name after call to
14149         window system initialization function, not before.
14150         * term/x-win.el (x-initialize-window-system): Add optional
14151         display argument and use it.
14152         * term/w32-win.el (w32-initialize-window-system):
14153         * term/ns-win.el (ns-initialize-window-system):
14154         * term/pc-win.el (msdos-initialize-window-system):
14155         Add compatible optional display argument.
14157 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
14159         * files.el (normal-backup-enable-predicate): On MS-Windows and
14160         MS-DOS compare truenames of temporary-file-directory and of the
14161         file, so that 8+3 aliases (usually found in $TEMP on Windows)
14162         don't fail comparison by compare-strings.  Also, compare file
14163         names case-insensitively on MS-Windows and MS-DOS.
14165 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14167         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
14168         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
14170 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
14172         * whitespace.el (whitespace-color-on, whitespace-color-off):
14173         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
14175 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
14177         * ispell.el (ispell-set-spellchecker-params):
14178         Really set `ispell-args' for all equivs.
14180 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14182         * ido.el (ido-completions): Use extra elements of ido-decorations
14183         (bug#14143).
14184         (ido-decorations): Update docstring.
14186 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
14188         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
14189         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
14190         nil during initialization, in order not to miss changes since the
14191         file was opened.  (Bug#14140)
14193 2013-04-05  Leo Liu  <sdl.web@gmail.com>
14195         * kmacro.el (kmacro-call-macro): Fix bug#14135.
14197 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
14199         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
14201 2013-04-04  Glenn Morris  <rgm@gnu.org>
14203         * electric.el (electric-pair-inhibit-predicate): Add :version.
14205 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14207         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
14208         when a package is required several times (bug#14082).
14210 2013-04-04  Roland Winkler  <winkler@gnu.org>
14212         * faces.el (read-face-name): Behave as promised by the docstring.
14213         Assume that arg default is a list of faces.
14214         (describe-face): Call read-face-name with list of default faces.
14216 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14218         * bookmark.el: Fix deletion of bookmarks (bug#13972).
14219         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
14220         (bookmark-bmenu-execute-deletions): Only skip first line if it's
14221         the header.
14222         (bookmark-exit-hook-internal): Save even if list is empty.
14224 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
14226         * emacs-lisp/package.el (package-pinned-packages): New var.
14227         (package--add-to-archive-contents): Obey it (bug#14118).
14229 2013-04-03  Alan Mackenzie  <acm@muc.de>
14231         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
14232         Also adapt to the new values of element 7 of a parse state.
14234         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
14235         parameter `not-in-delimiter'.  Handle being inside comment opener.
14236         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
14237         character in case we're typing a '*' after a '/'.
14238         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
14239         instead by passing the parameter to c-state-pp-to-literal.
14241         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
14242         for elt. 7 of a parse state.
14244 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
14246         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
14247         * international/latin1-disp.el, international/mule-util.el:
14248         * language/cyril-util.el, language/european.el, language/ind-util.el:
14249         * language/lao-util.el, language/thai.el, language/tibet-util.el:
14250         * language/tibetan.el, language/viet-util.el:
14251         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
14253 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14255         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
14256         (electric-pair-post-self-insert-function): Use it.
14257         (electric-pair-default-inhibit): New function, extracted from
14258         electric-pair-post-self-insert-function.
14260 2013-03-31  Roland Winkler  <winkler@gnu.org>
14262         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
14264 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14266         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
14268 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
14270         Un-indent after "pass" and "return" statements (Bug#13888)
14271         * progmodes/python.el (python-indent-block-enders): New var.
14272         (python-indent-calculate-indentation): Use it.
14274 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
14276         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
14277         defun.  Defining it as defalias could introduce too eager
14278         byte-compiler optimization.  (Bug#14030)
14280 2013-03-30  Chong Yidong  <cyd@gnu.org>
14282         * iswitchb.el (iswitchb-read-buffer): Fix typo.
14284 2013-03-30  Leo Liu  <sdl.web@gmail.com>
14286         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
14287         (kmacro-execute-from-register): Pass the keyboard macro to
14288         kmacro-call-macro or repeating won't work correctly.
14290 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
14292         * progmodes/subword.el: Back to using `forward-symbol'.
14294         * subr.el (forward-whitespace, forward-symbol)
14295         (forward-same-syntax): Move from thingatpt.el.
14297 2013-03-29  Leo Liu  <sdl.web@gmail.com>
14299         * kmacro.el (kmacro-to-register): New command.
14300         (kmacro-execute-from-register): New function.
14301         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
14303 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14305         * mpc.el: Use defvar-local and setq-local.
14306         (mpc--proc-connect): Connection failures are not bugs.
14307         (mpc-mode-map): `follow-link' only applies to the buffer's content.
14308         (mpc-volume-map): Bind to the up-events.
14310 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14312         * progmodes/subword.el (superword-mode): Use `forward-sexp'
14313         instead of `forward-symbol'.
14315 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14317         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
14318         (edebug--recursive-edit): Use it.
14319         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
14320         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
14322 2013-03-28  Leo Liu  <sdl.web@gmail.com>
14324         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
14326 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
14328         * facemenu.el (list-colors-callback): New defvar.
14329         (list-colors-redisplay): New function.
14330         (list-colors-display): Install list-colors-redisplay as the
14331         revert-buffer-function.  (Bug#14063)
14333 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14335         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
14336         and suffixes don't overlap (bug#14061).
14338         * case-table.el: Use lexical-binding.
14339         (case-table-get-table): New function.
14340         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
14342 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
14344         * progmodes/subword.el: Add `superword-mode' to do word motion
14345         over symbol_words (parallels and leverages `subword-mode' which
14346         does word motion inside MixedCaseWords).
14348 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
14350         * eshell/em-unix.el: Move su and sudo to...
14351         * eshell/em-tramp.el: ...Eshell tramp module.
14353 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14355         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
14356         Change return value to be a sexp.  Delay `get-buffer' to after
14357         restoring the desktop (bug#13951).
14359 2013-03-26  Leo Liu  <sdl.web@gmail.com>
14361         * register.el: Move semantic tag handling back to
14362         cedet/semantic/senator.el.  (Bug#14052)
14364 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14366         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
14367         into the prompt either (bug#13963).
14369 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14371         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
14372         part of "(error-foo)".
14374 2013-03-24  Juri Linkov  <juri@jurta.org>
14376         * replace.el (list-matching-lines-prefix-face): New defcustom.
14377         (occur-1): Pass `list-matching-lines-prefix-face' to the function
14378         `occur-engine' if `face-differs-from-default-p' returns t.
14379         (occur-engine): Add `,' inside backquote construct to evaluate
14380         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
14381         Pass `prefix-face' to the functions `occur-context-lines' and
14382         `occur-engine-add-prefix'.
14383         (occur-engine-add-prefix, occur-context-lines): Add optional arg
14384         `prefix-face' and propertize the prefix with `prefix-face'.
14385         (Bug#14017)
14387 2013-03-24  Leo Liu  <sdl.web@gmail.com>
14389         * nxml/rng-valid.el (rng-validate-while-idle)
14390         (rng-validate-quick-while-idle): Guard against deleted buffer.
14391         (Bug#13999)
14393         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
14394         is the last entry in kill-buffer-hook.
14396         * files.el (kill-buffer-hook): Doc fix.
14398 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
14400         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
14401         Make it safe-local.
14403         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
14405 2013-03-23  Leo Liu  <sdl.web@gmail.com>
14407         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
14408         Remove.
14410         * nxml/rng-valid.el (rng-validate-mode)
14411         (rng-after-change-function, rng-do-some-validation):
14412         * nxml/rng-maint.el (rng-validate-buffer):
14413         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
14414         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
14415         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
14416         (nxml-extend-after-change-region): Use with-silent-modifications.
14418         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
14419         timer-idle-list.
14421         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
14422         (rng-next-error-1, rng-previous-error-1): Do not let-bind
14423         timer-idle-list.  (Bug#13999)
14425 2013-03-23  Juri Linkov  <juri@jurta.org>
14427         * info.el (info-index-match): New face.
14428         (Info-index, Info-apropos-matches): Add a nested subgroup to the
14429         main pattern and add text properties with the new face to matches
14430         in index entries relative to the beginning of the index entry.
14431         (Bug#14015)
14433 2013-03-21  Eric Ludlam  <zappo@gnu.org>
14435         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
14436         Inhibit read only while inserting objects.
14438 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
14440         * progmodes/cfengine.el: Update docs to mention
14441         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
14442         symbol motion.  Remove "_" from the word syntax.
14444 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
14446         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
14447         syntax for both `cfengine2-mode' and `cfengine3-mode'.
14449 2013-03-20  Juri Linkov  <juri@jurta.org>
14451         * info.el (Info-next-reference-or-link)
14452         (Info-prev-reference-or-link): New functions.
14453         (Info-next-reference, Info-prev-reference): Use them.
14454         (Info-try-follow-nearest-node): Handle footnote navigation.
14455         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
14457 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14459         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
14460         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
14462 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
14464         Suppress unnecessary non-ASCII chatter during build process.
14465         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
14466         (batch-skkdic-convert): Suppress most of the chatter.
14467         It's not needed so much now that machines are faster,
14468         and its non-ASCII component was confusing; see Dmitry Gutov in
14469         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
14471 2013-03-20  Leo Liu  <sdl.web@gmail.com>
14473         * ido.el (ido-chop): Fix bug#10994.
14475 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
14477         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
14478         Remove vars.
14479         (whitespace-color-on, whitespace-color-off):
14480         Use `font-lock-fontify-buffer' (Bug#13817).
14482 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14484         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
14485         remapping in mode-line.
14486         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
14488 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
14490         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
14491         value for `whitespace-line' face (Bug#13875).
14492         (whitespace-font-lock-keywords): Change description.
14493         (whitespace-color-on): Don't save `font-lock-keywords' value, save
14494         the constructed keywords instead.
14495         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
14497 2013-03-19  Leo Liu  <sdl.web@gmail.com>
14499         * progmodes/compile.el (compilation-display-error): New command.
14500         (compilation-mode-map, compilation-minor-mode-map): Bind it to
14501         C-o.  (Bug#13992)
14503 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
14505         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
14507 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
14509         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
14511 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
14513         * net/tramp-compat.el (tramp-compat-user-error): New defun.
14515         * net/tramp-adb.el (tramp-adb-handle-shell-command):
14516         * net/tramp-gvfs.el (top):
14517         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
14518         (tramp-handle-shell-command): Use it.
14519         (tramp-dissect-file-name): Raise an error when hostname is a
14520         method name, and neither method nor user is specified.
14522         * net/trampver.el: Update release number.
14524 2013-03-18  Leo Liu  <sdl.web@gmail.com>
14526         Make sure eldoc can be turned off properly.
14527         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
14528         eldoc-mode.
14529         (eldoc-display-message-p): Revert last change.
14530         (eldoc-display-message-no-interference-p)
14531         (eldoc-print-current-symbol-info): Tweak.
14533 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
14535         * doc-view.el (doc-view-new-window-function): Check the new window
14536         overlay's display property instead the char property of the
14537         buffer's first char.  Use `with-selected-window' instead of
14538         `save-window-excursion' with `select-window'.
14539         (doc-view-document->bitmap): Check the current doc-view overlay's
14540         display property instead the char property of the buffer's first char.
14542 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
14544         Automate the build of ja-dic.el (Bug#13984).
14545         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
14546         from the input, rather than assume that it's been done for us by the
14547         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
14548         the current date into a ja-dic.el comment, as that complicates
14549         regression testing.
14551 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14553         * whitespace.el: Fix double evaluation.
14554         (whitespace-space, whitespace-hspace, whitespace-tab)
14555         (whitespace-newline, whitespace-trailing, whitespace-line)
14556         (whitespace-space-before-tab, whitespace-indentation)
14557         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
14558         obsolete defvars.
14559         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
14560         (whitespace-color-on): Use a single font-lock-add-keywords call.
14561         Fix double-evaluation of face variables.
14563 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
14565         * net/tramp-adb.el (tramp-adb-parse-device-names):
14566         Use `start-process' instead of `call-process'.  Otherwise, the
14567         function might be blocked under MS Windows.  (Bug#13299)
14569 2013-03-17  Leo Liu  <sdl.web@gmail.com>
14571         Extend eldoc to display info in the mode-line.  (Bug#13978)
14572         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
14573         (eldoc-mode-line-string): New variable.
14574         (eldoc-minibuffer-message): New function.
14575         (eldoc-message-function): New variable.
14576         (eldoc-message): Use it.
14577         (eldoc-display-message-p)
14578         (eldoc-display-message-no-interference-p):
14579         Support eldoc-post-insert-mode.
14581         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
14582         (eval-expression): Run it.
14584 2013-03-17  Roland Winkler  <winkler@gnu.org>
14586         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
14587         strings in the list of return values.
14589 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
14591         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
14592         radix before checking for HMS forms.
14594 2013-03-16  Leo Liu  <sdl.web@gmail.com>
14596         * progmodes/scheme.el: Add indentation and font-locking for λ.
14597         (Bug#13975)
14599 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14601         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
14602         token before point (bug#13942).
14604 2013-03-16  Leo Liu  <sdl.web@gmail.com>
14606         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
14608 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
14610         * startup.el (command-line-normalize-file-name): Fix handling of
14611         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
14612         <xfq.free@gmail.com> in
14613         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
14615 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
14617         Sync with Tramp 2.2.7.
14619         * net/trampver.el: Update release number.
14621 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
14623         * doc-view.el: Fix bug#13887.
14624         (doc-view-insert-image): Don't modify overlay associated to
14625         non-live windows, and implement horizontal centering of image in
14626         case it's smaller than the window.
14627         (doc-view-new-window-function): Force redisplay of new windows on
14628         doc-view buffers.
14630 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
14632         * saveplace.el (save-place-alist-to-file): Don't sort
14633         `save-place-alist', just pretty-print it (bug#13882).
14635 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
14637         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
14638         Check whether `default-file-name-coding-system' is bound.
14639         It isn't in XEmacs.
14641 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14643         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
14644         backquotes for `obsolete' (bug#13929).
14646         * international/mule.el (find-auto-coding): Include file name in
14647         obsolescence warning (bug#13922).
14649 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
14651         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
14652         for CFEngine 3-specific indentation.
14653         (cfengine3-indent-line): Use it.  Fix up category regex.
14654         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
14656 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14658         * type-break.el (type-break-file-name):
14659         * textmodes/remember.el (remember-data-file):
14660         * strokes.el (strokes-file):
14661         * shadowfile.el (shadow-initialize):
14662         * saveplace.el (save-place-file):
14663         * ps-bdf.el (bdf-cache-file):
14664         * progmodes/idlwave.el (idlwave-config-directory):
14665         * net/quickurl.el (quickurl-url-file):
14666         * international/kkc.el (kkc-init-file-name):
14667         * ido.el (ido-save-directory-list-file):
14668         * emulation/viper.el (viper-custom-file-name):
14669         * emulation/vip.el (vip-startup-file):
14670         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
14671         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
14673 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
14675         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
14676         * language/thai-word.el: Switch to UTF-8.
14678 See ChangeLog.16 for earlier changes.
14680 ;; Local Variables:
14681 ;; coding: utf-8
14682 ;; End:
14684   Copyright (C) 2011-2014 Free Software Foundation, Inc.
14686   This file is part of GNU Emacs.
14688   GNU Emacs is free software: you can redistribute it and/or modify
14689   it under the terms of the GNU General Public License as published by
14690   the Free Software Foundation, either version 3 of the License, or
14691   (at your option) any later version.
14693   GNU Emacs is distributed in the hope that it will be useful,
14694   but WITHOUT ANY WARRANTY; without even the implied warranty of
14695   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14696   GNU General Public License for more details.
14698   You should have received a copy of the GNU General Public License
14699   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.