* net/tramp-sh.el (tramp-sh-handle-start-file-process): Do not
[emacs.git] / lisp / ChangeLog
blob06d710e2094dabfd16d399e352dbdf72da6b2b8a
1 2014-02-10  Michael Albinus  <michael.albinus@gmx.de>
3         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Do not
4         quote `tramp-end-of-heredoc'.
6 2014-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
8         * dired.el (dired-get-marked-files): Doc fix (bug#11534).
10         * simple.el (choose-completion): Doc fix (bug#14160).
12         * subr.el (event-start): Say what a nil EVENT value means.
14         * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
15         (bug#14197).
17         * progmodes/grep.el (find-program): Doc fix (bug#14289).
19         * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
21         * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
23         * files.el (confirm-kill-emacs): Allow specifying an arbitrary
24         predicate function (bug#15455).
26 2014-02-10  Dmitry Gutov  <dgutov@yandex.ru>
28         * ielm.el (inferior-emacs-lisp-mode): Instead of
29         `comment-use-global-state', set `comment-use-syntax'.
31 2014-02-10  Glenn Morris  <rgm@gnu.org>
33         * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
35 2014-02-09  Alan Mackenzie  <acm@muc.de>
37         Fix c-invalidate-state-cache on narrowed buffers.
38         * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
39         Widen when setting and clearing the CPP delimiter properties.
41 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
43         * help.el (describe-bindings): Doc fix (bug#9888).
45         * files.el (save-buffer): Use ARG as the parameter name for
46         consistency (bug#10346).
47         (save-buffer): Clarify the 0 argument (bug#10346).
49         * cus-edit.el (customize-apropos): Fix error string.
50         (custom-buffer-create): Doc fix (bug#11122).
51         (custom-sort-items): Doc fix (bug#11121).
53         * dired-aux.el (dired-copy-file-recursive): Remove slighly
54         misleading comment (bug#11328).
56         * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
58         * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
59         (icomplete-simple-completing-p): Mention the previous variable.
61         * font-lock.el (font-lock-value-in-major-mode): Clarify the
62         meaning of the parameter (bug#12282).
64         * files.el (find-file-noselect): Clarify prompt when changing
65         readedness (bug#13261).
66         (locate-file): Suffixes aren't returned, so don't say that they
67         are (bug#12674).
68         (backup-inhibited): Doc clarification (bug#12525).
70         * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
71         before we actually start to delete things (bug#16331).
73         * subr.el (event-start): Doc fix (bug#14228).
74         (event-end): Ditto.
76 2014-02-09  Glenn Morris  <rgm@gnu.org>
78         * emacs-lisp/warnings.el (lwarn):
79         Empower help-enable-auto-load.  (Bug#15940)
81 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
83         * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
84         (Bug#16690)
86 2014-02-08  Michael Albinus  <michael.albinus@gmx.de>
88         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
89         Insert output at end of buffer.  (Bug#16120)
91 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
93         * simple.el (choose-completion-string-functions): Document new
94         calling convention (bug#14153).
95         (execute-extended-command): Clarify doc string (bug#13373).
97         * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
99         * find-dired.el (find-name-dired): Doc fix (bug#14290).
100         (find-grep-dired): Doc fix (bug#14288).
102 2014-02-08  Juri Linkov  <juri@jurta.org>
104         * isearch.el (isearch-quote-char): Check character validity
105         like in `quoted-insert' (bug#16677).
107 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
109         * files.el (find-file-visit-truename): Doc clarification (bug#14697).
111         * isearch.el (isearch-hide-immediately): Doc clarification
112         (bug#14723).
114         * simple.el (line-move): Document utility function used many
115         places in the Emacs sources (bug#14843).
117         * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
118         (dired-prev-marked-file): Doc fix (bug#14855).
119         (dired-up-directory): Doc fix (bug#14848).
121         * minibuffer.el (read-file-name): Doc clarification (bug#15096).
123         * files.el (file-relative-name): Doc fix (bug#15159).
125         * fringe.el (fringe-styles): Doc fix (bug#15239).
127         * isearch.el (isearch-filter-predicate): Documentation typo fix
128         (bug#15474).
130         * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
132         * isearch.el (isearch-cmds): Doc clarification (bug#15547).
134         * replace.el (replace-match-maybe-edit): Doc clarification
135         (bug#15632).
137         * subr.el (add-to-list): Refill the paragraphs (bug#15791).
139         * macros.el (insert-kbd-macro): Doc fix (bug#16025).
141 2014-02-08  Glenn Morris  <rgm@gnu.org>
143         * help-fns.el (describe-variable):
144         Check {file,dir}-local-variables-alist, and buffer-file-name,
145         in the correct buffer.
147 2014-02-08  Ingo Lohmar  <i.lohmar@gmail.com>
149         * help-fns.el (describe-variable): Fix the case where
150         a value is directory-local with no dir-locals file.  (Bug#16635)
152 2014-02-08  Glenn Morris  <rgm@gnu.org>
154         * abbrev.el (edit-abbrevs-mode):
155         Derive from fundamental-mode.  (Bug#16682)
157 2014-02-07  Juanma Barranquero  <lekktu@gmail.com>
159         * simple.el (quoted-insert): Check character validity (bug#16677).
161 2014-02-07  Juri Linkov  <juri@jurta.org>
163         * desktop.el (desktop-read): Claim the lock when the owner is not
164         the current process.  (Bug#16157)
166 2014-02-07  Juri Linkov  <juri@jurta.org>
168         * desktop.el (desktop-buffers-not-to-save): Change default from nil
169         to "\\` ".  (Bug#16651)
171 2014-02-07  Juri Linkov  <juri@jurta.org>
173         * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
174         when enabling, and `desktop-auto-save-cancel-timer' when disabling.
175         (desktop-auto-save-cancel-timer): New function with some code from
176         `desktop-auto-save-set-timer'.
177         (after-init-hook): Don't call `desktop-auto-save-set-timer'.
178         Instead of setting `desktop-save-mode' to nil, call
179         `desktop-save-mode' with arg 0.  (Bug#16630)
181 2014-02-07  Glenn Morris  <rgm@gnu.org>
183         * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
184         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
185         (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
187         * obsolete/iswitchb.el: Move to obsolete/.
188         * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
189         since obsolete/ is not scanned for autoloads.
190         * emacs-lisp/authors.el (authors-valid-file-names):
191         Add iswitchb.el.
193         * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
194         Disable now non-functional find-file-hook.
196 2014-02-06  Michael Albinus  <michael.albinus@gmx.de>
198         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
199         instead of ";" in order to avoid additional prompts.  Let heredoc
200         scripts read from tty.  (Bug#16582)
201         (tramp-send-command): No special handling of heredocs, it isn't
202         necessary anymore.
204 2014-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
206         * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
207         with a space (bug#16664).  Limit the symbols considered to the ones
208         that are bound or fbound (bug#16646).
210 2014-02-06  Glenn Morris  <rgm@gnu.org>
212         * epa.el (epa-mail-aliases): Doc fix.
214 2014-02-06  Dmitry Gutov  <dgutov@yandex.ru>
216         * emacs-lisp/lisp.el (lisp-completion-at-point):
217         Use `completion-table-merge' instead of `completion-table-in-turn'
218         (bug#16604).
220         * minibuffer.el (completion-table-merge): New function.
222 2014-02-05  Michael Albinus  <michael.albinus@gmx.de>
224         * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
225         (tramp-sh-handle-set-file-acl)
226         (tramp-sh-handle-start-file-process)
227         (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
228         (tramp-find-executable, tramp-send-command): Use it.
230 2014-02-05  Glenn Morris  <rgm@gnu.org>
232         * epa.el (epa-mail-aliases): Fix custom type.  Doc tweak.
234 2014-02-04  Fabián Ezequiel Gallina  <fgallina@gnu.org>
236         * progmodes/python.el (python-shell-send-string):
237         (python-shell-send-string-no-output): Fix docstring (Bug#16547).
239 2014-02-04  Anders Lindgren  <andlind@gmail.com>
241         * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
242         the names (bug#16620).
244 2014-02-03  Martin Rudalics  <rudalics@gmx.at>
246         * faces.el (window-divider): New default value.  Rewrite doc-string.
247         (window-divider-first-pixel, window-divider-last-pixel): New faces.
249 2014-02-03  Dmitry Gutov  <dgutov@yandex.ru>
251         * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
252         `protected' and `public' can also be called without arguments.
254 2014-02-03  Glenn Morris  <rgm@gnu.org>
256         * register.el (window-configuration-to-register)
257         (frame-configuration-to-register): Unadvertise unused argument.
258         * frameset.el (frameset-to-register): Remove unused argument.
260         * frameset.el (frameset-to-register):
261         * kmacro.el (kmacro-to-register):
262         * register.el (increment-register):
263         * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
264         (calc-append-to-register, calc-prepend-to-register):
265         * play/gametree.el (gametree-layout-to-register)
266         (gametree-apply-register-layout):
267         * textmodes/picture.el (picture-clear-rectangle-to-register)
268         (picture-yank-rectangle-from-register):
269         * vc/emerge.el (emerge-combine-versions-register):
270         Use register-read-with-preview to read registers.
272 2014-02-03  João Távora  <joaotavora@gmail.com>
274         * elec-pair.el (electric-pair-backward-delete-char): Don't error
275         when at beginning of (possibly narrowed) buffer.
277 2014-02-02  Daniel Colascione  <dancol@dancol.org>
279         * help-at-pt.el (help-at-pt-string,help-at-pt-maybe-display):
280         Also try to display local help from just before point.
282 2014-02-02  Alan Mackenzie  <bug-cc-mode@gnu.org>
284         c-parse-state.  Don't "append-lower-brace-pair" in certain
285         circumstances.  Also fix an obscure bug where "\\s!" shouldn't be
286         recognised as a comment.
288         * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
289         as well as normal comment starter.
290         (c-parse-state-get-strategy): Extra return possibility
291         'back-and-forward.
292         (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
293         return value list to indicate replacement of a brace-pair cons
294         with its car.
295         (c-parse-state-1): With 'back-and-forward, only call
296         c-append-lower-brace-pair-to state-cache when cons-separated.
298 2014-02-02  Jan Djärv  <jan.h.d@swipnet.se>
300         * term/ns-win.el (ns-suspend-error): New function.
301         (ns-initialize-window-system): Add ns-suspend-error to
302         suspend-hook (Bug#16612).
304 2014-02-02  Daniel Colascione  <dancol@dancol.org>
306         * progmodes/cc-defs.el (c-find-assignment-for-mode): Make loading cc-mode silent.
308 2014-02-02  Daniel Colascione  <dancol@dancol.org>
310         * comint.el (comint-prompt-read-only): Change doc to suggest remap keybinding.
312 2014-02-02  Glenn Morris  <rgm@gnu.org>
314         * register.el (register-read-with-preview, point-to-register)
315         (window-configuration-to-register, frame-configuration-to-register)
316         (jump-to-register, number-to-register, view-register, insert-register)
317         (copy-to-register, append-to-register, prepend-to-register)
318         (copy-rectangle-to-register): Doc fixes.
320 2014-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
322         * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
323         * emacs-lisp/find-func.el (find-function-C-source): Idem.
324         * emacs-lisp/nadvice.el (advice--cd*r): New function.
325         * help-fns.el (describe-function-1): Use it.
327 2014-02-02  Glenn Morris  <rgm@gnu.org>
329         * register.el (register-preview-default): New function,
330         split from register-preview.
331         (register-preview-function): Rename from register-preview-functions,
332         make it not a hook.
333         (register-preview): Use register-preview-function.
334         (register-read-with-preview): Error on non-character event.  (Bug#16595)
336 2014-02-01  Dmitry Gutov  <dgutov@yandex.ru>
338         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
339         `:' before binary operators (bug#16609).  Don't check for `:'
340         before `[' and `(', or their syntax status.  A percent literal
341         can't end with either.
342         (ruby-font-lock-keywords): For built-ins that require arguments,
343         check that they're followed by something that looks like argument
344         (bug#16610).
346 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
348         * subr.el (butlast): Document what an omitted N means (bug#13437).
349         (nbutlast): Ditto.
351 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
353         * net/shr.el (shr-generic): Make into a defsubst to make the stack
354         depth shallower (bug#16587).
355         (shr-tag-svg): Respect `shr-inhibit-images'.
356         (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
358 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
360         * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
361         (ruby-smie-grammar): Make "." right-associative.  Make its priority
362         lower than the ternary and all binary operators.
363         (ruby-smie-rules): Indent "(" relative to the first non-"."
364         parent, or the first "." parent at indentation.
365         Use `ruby-align-chained-calls' for indentation of "." tokens.
366         (Bug#16593)
368 2014-01-31  Juri Linkov  <juri@jurta.org>
370         * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
371         from `make-hash-table'.
373         * textmodes/ispell.el (ispell-init-process): Change message format
374         to be consistent with other messages.
376 2014-01-31  Glenn Morris  <rgm@gnu.org>
378         * delsel.el (delete-selection-mode): Doc fix.
380         * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
381         (trace-function-background): Doc fixes.
383         * ido.el (ido-use-virtual-buffers): Doc fix.
384         Reset :version, since the default value has not changed.
386         * register.el (register-preview-delay, register-read-with-preview):
387         Doc fixes.
389         * mail/reporter.el (reporter-dump-variable): In case of void-variable,
390         do not mess with mail-buffer position (fixes 2009-11-03 change).
391         * progmodes/cc-mode.el (c-submit-bug-report):
392         Check auto-fill-mode is bound.  (Bug#16592)
394 2014-01-31  Darren Hoo  <darren.hoo@gmail.com>
396         * startup.el (fancy-splash-image-file): New function,
397         split from fancy-splash-head.
398         (fancy-splash-head, use-fancy-splash-screens-p): Use it,
399         so that we are both using the same image.  (Bug#16574)
401 2014-01-30  Glenn Morris  <rgm@gnu.org>
403         * simple.el (eval-expression): Doc fix.
405         * hexl.el (hexl-mode-hook):
406         * ielm.el (ielm-mode-hook):
407         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
408         (lisp-interaction-mode-hook):
409         * progmodes/cfengine.e (cfengine3-documentation-function):
410         Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
412 2014-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
414         * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
415         is a symbol (bug#16584).
417 2014-01-30  Glenn Morris  <rgm@gnu.org>
419         * help.el (help-for-help-internal): Add "P" to text.
421 2014-01-29  Glenn Morris  <rgm@gnu.org>
423         * simple.el (just-one-space, cycle-spacing): Doc fixes.
425 2014-01-28  Martin Rudalics  <rudalics@gmx.at>
427         * window.el (fit-frame-to-buffer): Fix calculations for margins and
428         height constraints.
430 2014-01-28  Luke Lee  <luke.yx.lee@gmail.com>
432         * progmodes/hideif.el: Extend to full CPP expression syntax.
433         (hif-token-alist): Add missing tokens.
434         (hif-token-regexp): Add support for float/octal/hex immediates.
435         (hif-string-literal-regexp): New const.
436         (hif-tokenize): Recognize strings and float/octal/hex immediates.
437         (hif-exprlist): New function.
438         (hif-parse-if-exp): Use it.
439         (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
440         (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
441         (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
442         (hif-logxor, hif-comma): New functions.
444 2014-01-28  Glenn Morris  <rgm@gnu.org>
446         * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
448         * indent.el (tab-stop-list): Doc fix.  Add :version.
450         * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
451         (cvs-append-to-ignore): Add compatibility alias.
453 2014-01-27  Glenn Morris  <rgm@gnu.org>
455         * dired.el (dired-hide-details-mode): Don't autoload it,
456         since it cannot be used outside Dired buffers anyway.
458         * emulation/cua-base.el (cua-mode): Doc fix.
460         * dired.el (dired-hide-details-hide-symlink-targets)
461         (dired-hide-details-hide-information-lines)
462         (dired-hide-details-mode): Doc fixes.
464         * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
465         * strokes.el (strokes-file): Doc fix.  Bump :version.
466         (strokes-help): Doc fix.
467         * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
468         * emulation/viper.el (viper): Doc fix for custom group.
469         (top-level): Remove oh-so-no-longer-relevant text about vip.
470         * obsolete/otodo-mode.el (todo-prefix): Doc fix.
472         * ido.el (ido-save-directory-list-file):
473         * saveplace.el (save-place-file):
474         * calendar/timeclock.el (timeclock-file):
475         * net/quickurl.el (quickurl-url-file):
476         * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
477         * progmodes/idlwave.el (idlwave-config-directory):
478         * textmodes/remember.el (remember-data-file):
479         Bump :version.
481 2014-01-26  Glenn Morris  <rgm@gnu.org>
483         * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
484         Doc fix.  Make obsolete.
485         (opascal-mode): No longer mention opascal-tab-always-indents in doc.
487         * sort.el (delete-duplicate-lines): Doc fix.
489 2014-01-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
491         * progmodes/ada-mode.el (ada):
492         * woman.el (woman): Link to info manual and Commentary section.
494         * progmodes/flymake.el (flymake):
495         * nxml/nxml-mode.el (nxml):
496         * net/eww.el (eww):
497         * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
498         * htmlfontify.el (htmlfontify):
499         * ses.el (ses):
500         * epa.el (epa):
501         * ido.el (ido): Link to info manual.
503 2014-01-25  Leo Liu  <sdl.web@gmail.com>
505         * progmodes/flymake.el (flymake-make-overlay): No rear advance.
507 2014-01-25  Adam Sjøgren  <asjo@koldfront.dk>
509         * net/shr.el (shr-tag-img): Prefer the title over the alt text
510         (bug#16537).
512 2014-01-24  Juanma Barranquero  <lekktu@gmail.com>
514         * net/eww.el (eww-download-callback):
515         Fix reference to eww-download-directory.
517         * emacs-lisp/bytecomp.el (byte-compile-file):
518         Remove unused local variable `file-name'.
520 2014-01-24  Glenn Morris  <rgm@gnu.org>
522         * woman.el (woman-default-faces, woman-monochrome-faces):
523         Fix obsolescence specification.
525         * subr.el (with-demoted-errors): Doc fix.
527 2014-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
529         * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
530         (cl--macroexp-fboundp): New function.
531         (cl--make-type-test): Use it.
533 2014-01-23  Glenn Morris  <rgm@gnu.org>
535         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
536         * simple.el (eval-expression): Doc fixes.
538 2014-01-22  Glenn Morris  <rgm@gnu.org>
540         * emacs-lisp/authors.el (authors-fixed-entries): Addition.
542 2014-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
544         * emacs-lisp/package.el: Write files silently.
545         (package-autoload-ensure-default-file, package--write-file-no-coding)
546         (package-generate-description-file, package--download-one-archive)
547         (package-install-from-archive): Tell `write-region' to stay quiet.
548         (package-menu-mode, package-menu--print-info): Omit the Archive column
549         if there's only one archive.
550         (package-all-keywords, package--has-keyword-p): Remove dead code.
552 2014-01-22  Glenn Morris  <rgm@gnu.org>
554         * version.el (emacs-bzr-version-bzr): Fix typo.
556         * version.el (emacs-repository-get-version):
557         Check either .bzr or .git, but not both.
558         Make the git case actually use the DIR argument, and return nil
559         rather than the empty string.
560         Avoid error if .git exists but the git executable is not found.
562 2014-01-22  Martin Rudalics  <rudalics@gmx.at>
564         Fixes in window size functions around Bug#16430 and Bug#16470.
565         * window.el (window-total-size, window-size): New argument ROUND.
566         (window--min-delta-1, window-min-delta, window--max-delta-1):
567         Be more conservative when calculating the numbers of lines or
568         columns a window can shrink (Bug#16430).
569         (fit-window-to-buffer): Simplify code.
570         * term.el (term-window-width): Call window-body-width again.
572 2014-01-22  Glenn Morris  <rgm@gnu.org>
574         * image.el (image-format-suffixes): Doc fix.
576         * international/quail.el (quail-define-package): Doc fix.
578         * emacs-lisp/authors.el (authors-valid-file-names):
579         (authors-renamed-files-alist): Additions.
581         * vc/vc-git.el (vc-git-print-log): Remove --follow;
582         reverts 2014-01-09 change.  (Bug#16422)
584         * calc/calc-embed.el (thing-at-point-looking-at):
585         * emacs-lisp/map-ynp.el (x-popup-dialog):
586         * obsolete/lmenu.el (x-popup-dialog):
587         * emacs-lisp/package.el (url-recreate-url):
588         * mail/mailclient.el (clipboard-kill-ring-save):
589         * subr.el (x-popup-dialog): Update declaration.
590         * mail/rmail.el (rmail-mime-message-p):
591         * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
593 2014-01-21  Daniel Colascione  <dancol@dancol.org>
595         * progmodes/sh-script.el (sh--inside-noncommand-expression):
596         Correctly detect when we're inside an arithmetic expansion form
597         containing nested parenthesis.
598         (sh--maybe-here-document): Use `sh--inside-noncommand-expression`
599         to detect cases where we shouldn't expand "<<" to a heredoc
600         skeleton.
602 2014-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
604         * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
605         (eldoc--message-command-p): New function.
606         (eldoc-display-message-p): Use it.
607         (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
608         message is not automatically erased for us.
609         (eldoc-print-current-symbol-info): Erase previous message, if any.
611 2014-01-21  Tassilo Horn  <tsdh@gnu.org>
613         * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
614         specify it's an interactive function.
616         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
617         Fix regex used for scanning for citation keys which failed for
618         citations with optional arguments.
620 2014-01-21  Leo Liu  <sdl.web@gmail.com>
622         * simple.el (read--expression): Don't enable eldoc-mode.
624 2014-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
626         * simple.el (move-beginning-of-line): Make sure we don't move forward
627         (bug#16497).
629 2014-01-20  Juri Linkov  <juri@jurta.org>
631         * saveplace.el (toggle-save-place, save-place-to-alist)
632         (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
633         'dired-mode) before checking for dired-directory.  (Bug#16477)
635 2014-01-20  Juri Linkov  <juri@jurta.org>
637         * indent.el (indent-line-to): Use backward-to-indentation
638         instead of back-to-indentation.  (Bug#16461)
640 2014-01-20  Paul Eggert  <eggert@cs.ucla.edu>
642         Revert some of the CANNOT_DUMP fix (Bug#16494).
643         Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
644         but fixing this can wait until after the next release.
645         * Makefile.in (emacs): Keep EMACSLOADPATH empty.
647 2014-01-19  Michael Albinus  <michael.albinus@gmx.de>
649         * eshell/esh-mode.el (eshell-password-prompt-regexp):
650         Use `password-word-equivalents'.
651         (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
652         to t.  (Bug#5664, Bug#13124)
654 2014-01-19  Alan Mackenzie  <acm@muc.de>
656         Bind open-paren-in-column-0-is-defun-start to nil at some entry
657         points.
658         * progmodes/cc-engine.el (c-invalidate-state-cache-1)
659         (c-parse-state-1, c-guess-basic-syntax): Bind it here.
660         * progmodes/cc-mode.el (c-before-change, c-after-change)
661         (c-font-lock-fontify-region): Bind it here.
663 2014-01-19  Martin Rudalics  <rudalics@gmx.at>
665         * term.el (term-window-width): Call window-text-width instead of
666         window-width (Bug#16470).
668 2014-01-18  Paul Eggert  <eggert@cs.ucla.edu>
670         * simple.el (password-word-equivalents): Remove duplicates.
671         Sort, to make this easier next time.
672         Downcase.  Omit ": " after "jelszó".
674 2014-01-18  Jan Djärv  <jan.h.d@swipnet.se>
676         * term/common-win.el (saved-region-selection): Defvar it.
677         (x-select-text): Set saved-region-selection (Bug#16382).
679 2014-01-18  Glenn Morris  <rgm@gnu.org>
681         * emacs-lisp/authors.el (authors-aliases)
682         (authors-renamed-files-alist): Add some entries.
684 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
686         * net/tramp.el (tramp-password-prompt-regexp):
687         Use `password-word-equivalents' if available.
688         (tramp-action-password, tramp-process-one-action)
689         (tramp-read-passwd): Let-bind `case-fold-search' to t.  (Bug#13124)
691 2014-01-17  Chong Yidong  <cyd@gnu.org>
693         * simple.el (password-word-equivalents): New defcustom.
694         * comint.el (comint-password-prompt-regexp): Use it.  Bump version
695         to 24.4.
696         (comint-watch-for-password-prompt): Let-bind `case-fold-search'
697         to t.  (Bug#13124)
699 2014-01-17  Dmitry Gutov  <dgutov@yandex.ru>
701         * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
702         (ruby-align-to-stmt-keywords): Change the default value.
703         Use `ruby-alignable-keywords' to generate the possible customization
704         choices.
705         (ruby-smie-rules): Instead of using a hardcoded list of alignable
706         keywords, check against the value of `ruby-alignable-keywords'
707         (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
709 2014-01-17  Glenn Morris  <rgm@gnu.org>
711         * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
713         Make M-x authors return zero *Authors Errors* from current logs.
714         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
715         (authors-ignored-files): Add some entries, remove others.
716         (authors-ambiguous-files, authors-valid-file-names):
717         Add some entries.
718         (authors-renamed-files-alist): Add, remove, and adjust entries.
719         (authors-renamed-files-regexps): Add some entries.
720         Remove some very broad ones.  Make some entries `lax'.
721         (authors-lax-changelogs): New constant.
722         (authors-disambiguate-file-name): Treat top-level specially.
723         (authors-lax-changelog-p): New function.
724         (authors-canonical-file-name): Check file as written against
725         authors-valid-file-names.  Do not special-case etc/.
726         Handle `lax' logs and authors-renamed-files-regexps elements.
728 2014-01-16  Dmitry Gutov  <dgutov@yandex.ru>
730         * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
731         `assoc'.  Use `nth' instead of `cdr'.  Make private.  Update all
732         callers.
734 2014-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
736         * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
737         Assume we're already in the proper buffer.
738         Inspired by Anders Lindgren <andlind@gmail.com>.
739         (follow-post-command-hook): Call it from the right buffer.
740         (follow-comint-scroll-to-bottom): Adjust call.
741         (follow-all-followers): Use get-buffer-window-list.
743 2014-01-15  Daniel Colascione  <dancol@dancol.org>
745         * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
746         `buffer-file-name' in interactive-form so that we don't leave
747         pathless file names in `file-name-history'.
749 2014-01-15  Juri Linkov  <juri@jurta.org>
751         * indent.el (indent-rigidly): Set deactivate-mark to nil
752         in transient indentation mode.  (Bug#16438)
754 2014-01-15  Dmitry Gutov  <dgutov@yandex.ru>
756         * emacs-lisp/package.el (package-desc-keywords): New function
757         (Bug#16222).
758         (describe-package-1, package-all-keywords)
759         (package--has-keyword-p): Use it.
761 2014-01-14  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
763         * simple.el (define-alternatives): When creating the
764         COMMAND-alternatives variable, assign COMMAND as its definition
765         name so that `describe-variable' can relocate it.
767 2014-01-14  Matthew Leach  <matthew@mattleach.net>  (tiny change)
769         * font-lock.el (font-lock-keywords): Fix typo in docstring
770         (bug#16307).
772 2014-01-14  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
774         * ispell.el (ispell-region): Reset `in-comment' for new line
775         instead of wrongly reset `add-coment' (bug#13577).
777 2014-01-14  Daiki Ueno  <ueno@gnu.org>
779         * epa-file.el (epa-file-write-region): Encode the region according
780         to `buffer-file-format'.  Problem reported at:
781         <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
783 2014-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
785         * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
786         so it applies in the right buffer (bug#16410).
788 2014-01-13  Daniel Colascione  <dancol@dancol.org>
790         * textmodes/rst.el (rst-define-key): Provide deprecated
791         keybindings through named functions instead of anonymous ones so
792         that "??" doesn't appear in describe-mode output.
794 2014-01-13  Bastien Guerry  <bzg@gnu.org>
796         * simple.el (define-alternatives): Call the selected command
797         interactively.  When setting `COMMAND--implementation' for the
798         first time, tell the user how to chose another implementation.
799         Enhance the docstring.
801 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
803         * vc/log-edit.el: Fix highlighting of summary when it's the first line.
804         (log-edit--match-first-line): New function.
805         (log-edit-font-lock-keywords): Use it.
806         (log-edit-mode): Make jit-lock-defer-multiline work.
808 2014-01-13  Bastien Guerry  <bzg@gnu.org>
810         * rect.el (rectangle-mark-mode): When the region is not active,
811         display a message saying that the mark as been set and that
812         rectangle mode is in use.
813         (rectangle--highlight-for-redisplay): Only put an overlay with a
814         visible vertical bar when (display-graphic-p) is non-nil.
815         This partially fixes Bug#16403.
817 2014-01-13  Juri Linkov  <juri@jurta.org>
819         * info.el (Info-find-file): Go to DIR before displaying the error
820         about a nonexistent file if no previous Info file is visited.
821         Use `user-error' instead of `error' for "Info file %s does not exist".
822         (Info-find-node-2): In case of a nonexistent node in unwind forms
823         go to the Top node if there is no previous node to revert to.
824         (Bug#16405)
826 2014-01-13  Martin Rudalics  <rudalics@gmx.at>
828         fit-frame/window-to-buffer code fixes including one for Bug#14096.
829         * window.el (fit-frame-to-buffer): Fix doc-string.
830         Respect window-min-height/-width.  Fit pixelwise when
831         frame-resize-pixelwise is non-nil.  Adjust right/bottom edge
832         when avoiding that frame goes partially off-screen.
833         (fit-window-to-buffer): Respect window-min-height/-width
834         (Bug#14096).
836 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
838         * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
839         after an empty line.
841 2014-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
843         * net/shr.el (shr-render-region): Autoload.
845 2014-01-12  Xue Fuqiao  <xfq.free@gmail.com>
847         * net/eww.el (eww-download-directory): Rename from
848         `eww-download-path' (Bug#16419).
850 2014-01-12  Leo Liu  <sdl.web@gmail.com>
852         * dired-x.el (dired-mode-map): Fix last change.
854         * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
856 2014-01-12  Paul Eggert  <eggert@cs.ucla.edu>
858         Spelling fixes.
859         * emacs-lisp/generic.el (generic--normalize-comments):
860         Rename from generic--normalise-comments.  All uses changed.
861         * play/bubbles.el (bubbles--neighborhood-score):
862         (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
863         (bubbles--neighborhood-available)
864         (bubbles--update-neighborhood-score):
865         Rename from names with 'neighbourhood'.  All uses changed.
867 2014-01-12  Leo Liu  <sdl.web@gmail.com>
869         Re-implement the feature of showing eldoc info after editing.
870         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
871         (eldoc-edit-message-commands): New function.
872         (eldoc-print-after-edit): New variable.
873         (eldoc-pre-command-refresh-echo-area): Emit message only by
874         eldoc-message-commands.
875         (eldoc-mode): Restrict eldoc-message-commands to editing commands
876         if eldoc-print-after-edit is set.  (Bug#16346)
877         * simple.el (read--expression): Enable eldoc-mode.
878         * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
880 2014-01-11  Dani Moncayo  <dmoncayo@gmail.com>
881             Eric S. Raymond  <esr@thyrsus.com>
883         * version.el (emacs-repository-get-version): Enhance so the
884         function works correctly in either a Bazaar or Git repo.
886 2014-01-11  Eric S. Raymond  <esr@thyrsus.com>
888         * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
889         Goes with removal of the joke manpages from /etc.
891 2014-01-10  K. Handa  <handa@gnu.org>
893         * mail/rmail.el (rmail-get-coding-system):
894         Check rmail-get-coding-function before "funcall"ing it.
896 2014-01-10  Glenn Morris  <rgm@gnu.org>
898         * emacs-lisp/authors.el (authors-fixed-entries):
899         Update for files that no longer exist.
901 2014-01-10  Eric S. Raymond  <esr@thyrsus.com>
903         * version.el (emacs-bzr-get-version): Restore compatibilty with
904         24.3 (Tested).
906 2014-01-10  Bozhidar Batsov  <bozhidar@batsov.com>
908         * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
909         and Podfile.
911 2014-01-10  Eli Zaretskii  <eliz@gnu.org>
913         * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
915 2014-01-10  Chong Yidong  <cyd@gnu.org>
917         * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
919 2014-01-10  Anders Lindgren  <andlind@gmail.com>
921         * follow.el (follow-cache-command-list): Include right-char and
922         left-char.
924 2014-01-10  Paul Eggert  <eggert@cs.ucla.edu>
926         Spelling fixes.
927         * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
928         * woman.el (woman-mark-horizontal-position):
929         Rename from woman-mark-horizonal-position.  Use changed.
931 2014-01-10  Glenn Morris  <rgm@gnu.org>
933         * info.el (info-initialize): If running uninstalled, ensure our
934         own info files are always found first, even if INFOPATH is set.
936         * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
938 2014-01-09  David Engster  <deng@randomsample.de>
940         * emacs-lisp/eieio-custom.el:
941         * emacs-lisp/eieio-opt.el: Set generated autoload file to
942         'eieio.el'.  This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
943         * emacs-lisp/eieio.el: Regenerate autoloads.
945 2014-01-09  Eric S. Raymond  <esr@thyrsus.com>
947         * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
948         following renames.  (Bug#8756)
950 2014-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
952         * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
953         (bug#16382).
954         (activate-mark): Add `no-tmm' argument.
955         (set-mark, push-mark-command): Use it instead of running
956         activate-mark-hook by hand.
958 2014-01-08  Eric S. Raymond  <esr@thyrsus.com>
960         In preparation for the move to git, sanitize out some
961         Bazaar-specific names.
963         * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
965         * version.el (emacs-bzr-version): Name changed to
966         emacs-repository-version.  Obsolete-variable alias made.
967         * loadup.el: Follow through on this name change.
968         * mail/emacsbug.el (report-emacs-bug): Factor out any
969         assumption about the version control system in use.
971 2014-01-08  David Engster  <deng@randomsample.de>
973         * help-fns.el (help-fns-describe-function-functions):
974         New variable to call functions for augmenting help buffers.
975         (describe-function-1): Remove explicit calls to
976         `help-fns--compiler-macro', `help-fns--parent-mode' and
977         `help-fns--obsolete'.  Put them in above new variable instead, and
978         call them through `run-hook-with-args'.
979         * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
980         `eieio-describe-class'.  Not meant for interactive use anymore,
981         but to augment existing help buffers.  Remove optional second
982         argument.  Create proper button for file location.
983         Rewrite function to use `insert' instead of `princ' and `prin1' where
984         possible.
985         (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
986         (eieio-method-def, eieio-class-def): Move further up.
987         (describe-method, describe-generic, eieio-describe-method):
988         Remove aliases.
989         (eieio-help-constructor, eieio-help-generic): Rename from
990         `eieio-describe-constructor' and `eieio-describe-generic', resp.
991         Rewrite to use `insert' in the current buffer and use proper help
992         buttons.
993         (eieio-help-find-method-definition)
994         (eieio-help-find-class-definition): Also accept symbols as
995         arguments.
996         (eieio-help-mode-augmentation-maybee): Remove.
997         (eieio-describe-class-sb): Use `describe-function'.
998         * emacs-lisp/eieio.el (help-fns-describe-function-functions):
999         Add `eieio-help-generic' and `eieio-help-constructor'.
1001 2014-01-08  Paul Eggert  <eggert@cs.ucla.edu>
1003         Spelling fixes.
1004         * language/china-util.el (hz-ascii-designation):
1005         Rename from hz-ascii-designnation.
1006         (hz-ascii-designation): Rename from hz-ascii-designnation.
1007         All uses changed.
1009 2014-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1011         * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
1012         package-alist.
1014 2014-01-08  Bastien Guerry  <bzg@gnu.org>
1016         * emacs-lisp/package.el (package-delete):
1017         Correctly delete the package from package-alist.
1019 2014-01-08  Daiki Ueno  <ueno@gnu.org>
1021         * emacs-lisp/package.el (url-recreate-url): Declare.
1022         (url-http-target-url): Declare.
1023         (package-handle-response): Include requested URL in the error message.
1024         (package--check-signature): Don't re-signal errors from
1025         package--with-work-buffer.  Suggested by Stefan Monnier.
1027 2014-01-07  Bastien Guerry  <bzg@gnu.org>
1029         * minibuffer.el (completion--try-word-completion): When both a
1030         hyphen and a space are possible candidates for the character
1031         following a word, display both candidates.  (Bug#15980)
1033 2014-01-07  Martin Rudalics  <rudalics@gmx.at>
1035         * window.el (balance-windows-2): While rounding don't give a
1036         window more than the remainder.  Bug#16351, Bug#16383.
1038 2014-01-07  Glenn Morris  <rgm@gnu.org>
1040         * menu-bar.el (menu-bar-help-extra-packages): Remove.
1041         (menu-bar-help-menu): Use view-external-packages instead.
1043 2014-01-07  Bastien Guerry  <bzg@gnu.org>
1045         * emacs-lisp/package.el (package-delete): Also delete the package
1046         name from `package-alist', not its description only.
1048 2014-01-07  Glenn Morris  <rgm@gnu.org>
1050         * help.el (view-external-packages):
1051         * menu-bar.el (menu-bar-help-extra-packages):
1052         Visit efaq.info rather than etc/MORE.STUFF.
1054 2014-01-07  Juri Linkov  <juri@jurta.org>
1056         * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
1057         isearch-exit and isearch-delete-char resp.  (Bug#16342, bug#16035)
1059         * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
1060         that shadows RET.  (Bug#16342)
1062 2014-01-07  Chong Yidong  <cyd@gnu.org>
1064         * isearch.el (isearch-yank-char, isearch-yank-word)
1065         (isearch-yank-line): Doc fix.
1067 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1069         * abbrev.el (define-abbrev): Beware new meaning of fboundp.
1070         * emacs-lisp/elint.el (elint-find-builtins):
1071         * emacs-lisp/eldoc.el (eldoc-symbol-function):
1072         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
1073         (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
1074         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1075         * apropos.el (apropos-safe-documentation):
1076         * subr.el (symbol-file): Remove redundant fboundp.
1077         * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
1079 2014-01-06  Bastien Guerry  <bzg@gnu.org>
1081         * hl-line.el (global-hl-line-overlay): Make a local variable.
1082         (global-hl-line-overlays): New variable to store all overlays.
1083         (global-hl-line-mode): Don't delete overlays from the current
1084         buffer when `global-hl-line-sticky-flag' is non-nil.
1085         (global-hl-line-highlight): Add new overlays to
1086         `global-hl-line-overlays'.
1087         (global-hl-line-unhighlight-all): New function to delete all
1088         overlays when turning off `global-hl-line-mode'.
1089         This fixes Bug#16183.
1091 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1093         * subr.el (set-transient-map): Fix nested case and docstring.
1095 2014-01-06  Tassilo Horn  <tsdh@gnu.org>
1097         * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
1098         `Texinfo' entry.
1100 2014-01-06  Daniel Colascione  <dancol@dancol.org>
1102         Fix defun navigation in vc log view.
1104         * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
1105         like `beginning-of-defun'.
1106         (log-view-end-of-defun,log-view-end-of-defun-1): Rename old
1107         log-view-end-of-defun to log-view-end-of-defun-1.  Replace
1108         log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
1109         (log-view-extract-comment): Call `log-view-current-entry' directly
1110         instead of relying on broken `log-view-beginning-of-defun' behavior.
1112 2014-01-06  Paul Eggert  <eggert@cs.ucla.edu>
1114         Spelling fixes.
1115         * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
1116         * emacs-lisp/debug.el (cancel-debug-on-entry):
1117         * epg.el (epg-error-to-string):
1118         * files.el (recover-file):
1119         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
1120         * mail/emacsbug.el (report-emacs-bug-hook):
1121         * mail/sendmail.el (mail-recover):
1122         * ses.el (ses-yank-resize):
1123         * term/ns-win.el (ns-print-buffer):
1124         Spelling fixes in diagnostics, mostly for "canceled" with one L.
1125         * epg.el (epg-key-capability-alist): Rename from misspelled version.
1126         All uses changed.
1127         * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
1129 2014-01-06  Leo Liu  <sdl.web@gmail.com>
1131         * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
1132         to avoid shadowing global key.  (Bug#16354)
1134 2014-01-06  Daniel Colascione  <dancol@dancol.org>
1136         * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
1137         rst-mode.
1139 2014-01-05  Martin Rudalics  <rudalics@gmx.at>
1141         * window.el (balance-windows): Add mising t to fix Bug#16351.
1143 2014-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1145         * net/shr.el (shr-descend): Don't bug out if the anchor is empty
1146         (bug#16285).
1147         (shr-insert): If we have a word that's longer than `shr-width',
1148         break after it anyway.  Otherwise we'll do no breaking once we get
1149         such a long word.
1151 2014-01-05  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1153         * net/eww.el (eww): Support single/double quote for search.
1154         * net/eww.el (eww-list-histories,eww-history-browse): Fixup.
1155         (eww-history-quit): Delete and use quit-window.
1156         (eww-history-kill): Delete, because it doesn't work well and
1157         not necessary.
1158         (eww-history-mode-map): Delete some keys and add easy-menu.
1160 2014-01-05  Paul Eggert  <eggert@cs.ucla.edu>
1162         Fix misspelling of 'chinese' in rx (Bug#16237).
1163         * emacs-lisp/rx.el (rx-categories): Correct spelling of
1164         chinese-two-byte.
1166         Change subword regexps back to vars (Bug#16296).
1167         * progmodes/subword.el (subword-forward-regexp)
1168         (subword-backward-regexp): Change these back to variables.
1170 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1172         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
1173         syntax-begin-function (bug#16247).
1175 2014-01-03  Chong Yidong  <cyd@gnu.org>
1177         * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
1178         (advice--docstring): Delete variable.
1179         (advice--make-1): Leave the docstring empty.
1180         (advice-add): Use function-documentation for advised docstring.
1182         * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
1183         Ignore function-documentation property when getting documentation.
1184         (ad-activate-advised-definition): Use function-documentation
1185         generate the docstring.
1186         (ad-make-advised-definition): Don't call
1187         ad-make-advised-definition-docstring.
1188         (ad-make-advised-definition-docstring, ad-advised-definition-p):
1189         Delete functions.
1191         * progmodes/sql.el (sql-help): Use function-documentation instead
1192         of dynamic-docstring-function property.  No need to autoload now.
1193         (sql--help-docstring): New variable.
1194         (sql--make-help-docstring): Use it.
1196 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1198         * ielm.el (ielm-tab): Retarget.
1199         (ielm-map): Use ielm-tab for tab.
1200         (ielm-complete-filename): Use comint-filename-completion.
1201         (ielm-complete-symbol): Remove.
1202         (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
1203         remove ielm-tab from completion-at-point-functions (bug#16224).
1205         * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
1206         Beware signals raised by predicates (bug#16201).
1208 2014-01-02  Richard Stallman  <rms@gnu.org>
1210         * dired-aux.el (dired-do-print): Handle printer-name.
1212         * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
1213         * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
1214         (rmail-epa-decrypt): Turn off mime processing.
1216         * mail/rmail.el (rmail-make-in-reply-to-field):
1217         Add parens in message-id.
1219         * mail/rmail.el (rmail-get-coding-function): Variable.
1220         (rmail-get-coding-system): Use it.
1222 2013-12-31  Eli Zaretskii  <eliz@gnu.org>
1224         * international/mule-conf.el: Unify the charset indian-is13194.
1225         (indian-is13194): Specify unify-map.
1227 2013-12-31  Leo Liu  <sdl.web@gmail.com>
1229         * subr.el (set-temporary-overlay-map): Obsolete alias.  (Bug#16305)
1231 2013-12-30  Daniel Colascione  <dancol@dancol.org>
1233         * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
1234         of printing a useless when we resume from sleep.
1236         * progmodes/sh-script.el
1237         (sh-smie-sh-forward-token,sh-smie-rc-forward-token): Fix infloop
1238         in indentation code.  (Bug#16233)
1240 2013-12-28  João Távora  <joaotavora@gmail.com>
1242         * elec-pair.el (electric-pair-post-self-insert-function):
1243         Don't open extra newlines at beginning of buffer.  (Bug#16272)
1245 2013-12-28  Eli Zaretskii  <eliz@gnu.org>
1247         * frame.el (window-system-for-display): Don't allow to create a
1248         GUI frame from a -nw session on MS-Windows.  (Bug#14739)
1250 2013-12-28  Glenn Morris  <rgm@gnu.org>
1252         * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
1253         Update callers.
1255         * apropos.el (apropos-match-face):
1256         * calculator.el (calculator-displayer):
1257         * dabbrev.el (dabbrev-search-these-buffers-only):
1258         * face-remap.el (buffer-face-mode-face):
1259         * simple.el (yank-handled-properties):
1260         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
1261         * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
1262         * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
1263         (hashcash-double-spend-database):
1264         * progmodes/ruby-mode.el (ruby-deep-indent-paren)
1265         (ruby-deep-indent-paren-style):
1266         * textmodes/flyspell.el (flyspell-auto-correct-binding):
1267         * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
1268         (rst-toc-insert-number-separator, rst-toc-insert-max-level):
1269         * vc/pcvs-defs.el (cvs-minor-mode-prefix):
1270         Specify custom types.
1272         * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
1273         * bookmark.el (bookmark-bmenu-use-header-line):
1274         * doc-view.el (doc-view-scale-internally):
1275         * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
1276         * register.el (register-preview-delay):
1277         * net/shr.el (shr-bullet):
1278         * progmodes/cfengine.el (cfengine-cf-promises)
1279         (cfengine-parameters-indent):
1280         * progmodes/octave.el (inferior-octave-error-regexp-alist):
1281         * textmodes/reftex-vars.el (reftex-label-regexps):
1282         * vc/log-edit.el (log-edit-setup-add-author): Add version.
1284         * net/tls.el (tls-certtool-program): Fix default value.
1286         * desktop.el (desktop-restore-in-current-display):
1287         * newcomment.el (comment-empty-lines):
1288         * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
1289         (idlwave-pad-keyword):
1290         * progmodes/tcl.el (tcl-tab-always-indent):
1291         * textmodes/reftex-vars.el (reftex-index-default-tag):
1292         * elec-pair.el (electric-pair-skip-whitespace):
1293         * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
1295         * emacs-lisp/authors.el (authors-ignored-files)
1296         (authors-valid-file-names, authors-renamed-files-alist): Additions.
1298 2013-12-27  Jarek Czekalski  <jarekczek@poczta.onet.pl>
1300         * shell.el (shell-dynamic-complete-command): Doc fix.
1301         (shell--command-completion-data): Shell completion now matches
1302         executable filenames from the current buffer's directory, on
1303         systems in which this behavior is the default (windows-nt, ms-dos).
1305 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1307         * net/shr.el (shr-insert): Don't infloop if the width is zero.
1309 2013-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1311         * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
1312         (bug#16251).
1314         * electric.el: Move all electric-pair-* to elec-pair.el.
1315         * elec-pair.el: New file, split from electric.el.
1317 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1319         * net/shr.el (shr-find-fill-point): Don't try to fill if the
1320         indentation level is larger than the width, because that will
1321         infloop.
1322         (shr-insert): Fill repeatedly long texts, so that Japanese is
1323         formatted correctly (bug#16263).
1324         (shr-find-fill-point): Off by one error in comparison with the
1325         indentation.
1327 2013-12-26  João Távora  <joaotavora@gmail.com>
1329         * electric.el (electric-pair-mode): More flexible engine for skip-
1330         and inhibit predicates, new options for pairing-related functionality.
1331         (electric-pair-preserve-balance): Pair/skip parentheses and quotes
1332         if that keeps or improves their balance in buffers.
1333         (electric-pair-delete-adjacent-pairs): Delete the pair when
1334         backspacing over adjacent matched delimiters.
1335         (electric-pair-open-extra-newline): Open extra newline when
1336         inserting newlines between adjacent matched delimiters.
1337         (electric--sort-post-self-insertion-hook):
1338         Sort post-self-insert-hook according to priority values when
1339         minor-modes are activated.
1340         * simple.el (newline-and-indent): Call newline with interactive
1341         set to t.
1342         (blink-paren-post-self-insert-function): Set priority to 100.
1343         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1344         Use electric-pair-text-pairs to pair backtick-and-quote in strings and
1345         comments.  Locally set electric-pair-skip-whitespace to 'chomp and
1346         electric-pair-open-newline-between-pairs to nil.
1348 2013-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1350         * progmodes/python.el: Use lexical-binding.
1351         (python-nav-beginning-of-defun): Stop searching ASAP.
1353 2013-12-25  Xue Fuqiao  <xfq.free@gmail.com>
1355         * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
1356         Fix interactive spec.  Doc fix.  (Bug#15754)
1358 2013-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1360         * emacs-lisp/byte-run.el (eval-when-compile):
1361         * progmodes/cc-defs.el (cc-eval-when-compile):
1362         Fix edebug spec (bug#16184).
1364 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1366         * net/shr.el (shr-visit-file): Remove debugging function.
1367         (shr-insert): Don't infloop if we can't find a good place to break
1368         the line (bug#16256).
1370 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1372         * progmodes/python.el:
1373         (python-nav--lisp-forward-sexp): New function.
1374         (python-nav--lisp-forward-sexp-safe): Use it.  Rename from
1375         python-nav-lisp-forward-sexp-safe.
1376         (python-nav--forward-sexp): New argument SAFE allows switching
1377         forward sexp movement behavior for parens.
1378         (python-nav-forward-sexp): Throw errors on unterminated parens
1379         (Bug#16191).
1380         (python-nav-backward-sexp, python-nav-forward-sexp-safe)
1381         (python-nav-backward-sexp-safe): New functions.
1382         (python-shell-buffer-substring):
1383         Use `python-nav-forward-sexp-safe'.
1385 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1387         * net/shr.el (shr-find-fill-point): Don't break lines before a
1388         quotation mark.
1389         (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
1390         (shr-find-fill-point): Remove the special checks for the quotation
1391         mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
1393 2013-12-25  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1395         * net/eww.el (eww-form-textarea): Use a different face for
1396         textareas than text input since they have different keymaps
1397         (bug#16142).
1399 2013-12-24  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1401         * progmodes/python.el (python-nav-beginning-of-statement):
1402         Speed up (Bug#15295).
1404 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1406         * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
1407         the window configuration.
1409 2013-12-24  Eli Zaretskii  <eliz@gnu.org>
1411         * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
1412         we run on MS-Windows or MS-DOS.
1414 2013-12-24  Martin Rudalics  <rudalics@gmx.at>
1416         * window.el (balance-windows-area): Call window-size instead of
1417         window-height and window-width.  Bug#16241.
1419 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1421         * net/eww.el (eww-bookmark-quit): Remove.
1422         (eww-bookmark-browse): Restore the window configuration when you
1423         choose a bookmark (bug#16144).
1425 2013-12-24  Daniel Colascione  <dancol@dancol.org>
1427         * icomplete.el: Remove redundant :group arguments to `defcustom'
1428         throughout.
1429         (icomplete-show-matches-on-no-input): New customizable variable.
1430         (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
1431         we have something to show.
1432         (icomplete-exhibit): Compute completions even if we have no user input.
1434 2013-12-23  Daniel Colascione  <dancol@dancol.org>
1436         * icomplete.el: Move `provide' to end of file.
1438 2013-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
1440         * net/gnutls.el (gnutls-verify-error): Add version tag.
1442 2013-12-23  Chong Yidong  <cyd@gnu.org>
1444         * subr.el (set-transient-map): Rename from
1445         set-temporary-overlay-map.  Doc fix.
1447         * face-remap.el (text-scale-adjust):
1448         * indent.el (indent-rigidly):
1449         * kmacro.el (kmacro-call-macro):
1450         * minibuffer.el (minibuffer-force-complete):
1451         * repeat.el (repeat):
1452         * simple.el (universal-argument--mode):
1453         * calendar/todo-mode.el (todo-insert-item--next-param):
1454         * progmodes/f90.el (f90-abbrev-start): Callers changed.
1456         * indent.el (indent-rigidly): Use substitute-command-keys.
1458 2013-12-22  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1460         * net/eww.el (eww-tag-select): Add text-property to jump to next
1461         select field.
1462         (eww): Add non-supported ftp error.
1464 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
1466         * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
1467         comments.  Handle electric indent after typing `?' and `!'.
1469 2013-12-22  Chong Yidong  <cyd@gnu.org>
1471         * faces.el (face-spec-recalc): If the theme specs are not
1472         applicable to a frame, fall back on the defface spec.
1473         This prevents themes from obliterating faces on low-color terminals.
1475 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
1477         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
1478         after `{'.  We need it after block openers, and it doesn't seem
1479         to hurt after hash openers.
1481 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
1483         * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
1484         extracted from `ruby-smie-rules'.
1485         (ruby--electric-indent-chars): New variable.
1486         (ruby--electric-indent-p): New function.
1487         (ruby-mode): Use `electric-indent-functions' instead of
1488         `electric-indent-chars'.
1490 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
1492         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
1493         docstring.
1494         (ruby-smie-rules): Indent plus one level after `=>'.
1496 2013-12-21  Richard Stallman  <rms@gnu.org>
1498         * simple.el (newline): Doc fix.
1500 2013-12-21  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1502         * net/eww.el (eww-list-histories, eww-list-histories)
1503         (eww-history-browse, eww-history-quit, eww-history-kill)
1504         (eww-history-mode-map, eww-history-mode): New command and
1505         functions to list browser histories.
1506         (eww-form-text): Support text form with disabled
1507         and readonly attributes.
1508         (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
1510 2013-12-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1512         * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
1513         (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
1514         (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
1515         (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
1516         Use `user-error'.
1517         (eww-bookmark-mode-map): Add menu.
1518         (eww-render, eww-mode): Use `setq-local'.
1519         (eww-tool-bar-map): New variable.
1520         (eww-mode): Set `tool-bar-map'.
1521         (eww-view-source): Check for `html-mode' with `fboundp'.
1523 2013-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1525         * net/shr.el (shr--extract-best-source): Don't bug out on audio
1526         elements with text inside.  Also remove debugging.
1528 2013-12-21  Jan Djärv  <jan.h.d@swipnet.se>
1530         * cus-start.el (all): Add ns-use-srgb-colorspace.
1532 2013-12-21  Chong Yidong  <cyd@gnu.org>
1534         * custom.el (custom-theme-recalc-face): Do nothing if the face is
1535         undefined.  Thus, theme settings for undefined faces do not take
1536         effect until the faces are defined with defface, the same as with
1537         theme variables.
1539         * faces.el (face-spec-set): Use face-spec-recalc in all cases.
1540         (face-spec-reset-face): Don't assign extra properties in temacs.
1541         (face-spec-recalc): Apply X resources too.
1543 2013-12-21  Chong Yidong  <cyd@gnu.org>
1545         * faces.el (face-spec-set):
1546         * cus-face.el (custom-theme-set-faces, custom-set-faces):
1547         * custom.el (defface): Doc fixes (Bug#16203).
1549         * indent.el (indent-rigidly-map): Add docstring, and move commands
1550         into named functions.
1551         (indent-rigidly-left, indent-rigidly-right)
1552         (indent-rigidly-left-to-tab-stop)
1553         (indent-rigidly-right-to-tab-stop): New functions.  Decide on
1554         indentation direction based on bidi direction, and accumulate
1555         sequential commands in a single undo boundary.
1556         (indent-rigidly--pop-undo): New utility function.
1558 2013-12-20  Juanma Barranquero  <lekktu@gmail.com>
1560         * faces.el (read-face-name): Require crm.el when using crm-separator.
1562 2013-12-20  Daniel Colascione  <dancol@dancol.org>
1564         * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
1565         so that we don't reflow comments into the shebang line.
1567 2013-12-20  Juri Linkov  <juri@jurta.org>
1569         * saveplace.el (save-place-to-alist): Add `dired-filename' as
1570         a position when `dired-directory' is non-nil.  Check integer
1571         positions with `integerp'.
1572         (toggle-save-place, save-places-to-alist): Add check for
1573         `dired-directory'.
1574         (save-place-find-file-hook): Check integer positions with
1575         `integerp'.
1576         (save-place-dired-hook): Use `dired-goto-file' when
1577         `dired-filename' is found in the assoc list.  Check integer
1578         positions with `integerp'.
1579         (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
1581         * dired.el (dired-initial-position-hook): Rename back from
1582         `dired-initial-point-hook'.
1583         (dired-initial-position): Rename `dired-initial-point-hook' to
1584         `dired-initial-position-hook'.
1585         (dired-file-name-at-point): Doc fix.  (Bug#15329)
1587 2013-12-20  Juri Linkov  <juri@jurta.org>
1589         * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
1590         (read-regexp-suggestions): New function.
1591         (read-regexp): Use `read-regexp-defaults-function' to get default values.
1592         Use `read-regexp-suggestions'.  Add non-empty default to history
1593         for empty input.
1594         (occur-read-regexp-defaults-function): Remove function.
1595         (occur-read-primary-args): Use `regexp-history-last' instead of
1596         `occur-read-regexp-defaults-function'.
1598         * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
1599         (hi-lock-line-face-buffer, hi-lock-face-buffer)
1600         (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
1601         `hi-lock-read-regexp-defaults-function'.  Doc fix.
1602         (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
1603         with `find-tag-default-as-symbol-regexp'.  Doc fix.
1604         (hi-lock-read-regexp-defaults): Remove function.
1605         (hi-lock-regexp-okay): Add check for null.
1607         * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
1608         the arg DEFAULTS.  Move formatting of the prompt to `read-regexp'.
1610         * subr.el (find-tag-default-as-symbol-regexp): New function.
1611         (find-tag-default-as-regexp): Move symbol regexp formatting to
1612         `find-tag-default-as-symbol-regexp'.
1614 2013-12-20  E Sabof  <esabof@gmail.com>  (tiny change)
1616         * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
1617         (Bug#14179)
1619 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
1621         * calendar/todo-mode.el: New implementation of item insertion
1622         commands and key bindings.
1623         (todo-key-prompt): New face.
1624         (todo-insert-item): New command.
1625         (todo-insert-item--parameters): New defconst, replacing defvar
1626         todo-insertion-commands-args-genlist.
1627         (todo-insert-item--param-key-alist): New defconst, replacing
1628         defvar todo-insertion-commands-arg-key-list.
1629         (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
1630         (todo-insert-item--argsleft, todo-insert-item--apply-args)
1631         (todo-insert-item--next-param): New functions.
1632         (todo-insert-item--args, todo-insert-item--argleft)
1633         (todo-insert-item--argsleft, todo-insert-item--newargsleft):
1634         New variables.
1635         (todo-key-bindings-t): Change binding of "i" from
1636         todo-insertion-map to todo-insert-item.
1637         (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
1638         (todo-insertion-command-name, todo-insertion-commands-names)
1639         (todo-define-insertion-command, todo-insertion-commands)
1640         (todo-insertion-key-bindings, todo-insertion-map): Remove.
1642 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
1644         * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
1645         (todo-toggle-item-highlighting): Use eval-and-compile instead of
1646         eval-when-compile.
1647         (todo-move-category): Allow choosing a non-existing todo file to
1648         move the category to, and create that file.
1649         (todo-default-priority): New user option.
1650         (todo-set-item-priority): Use it.
1651         (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
1652         (desktop-restore-file-buffer): Declare.
1653         (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
1654         (todo-modes-set-2): Locally set desktop-save-buffer to
1655         todo-desktop-save-buffer.
1656         (todo-mode, todo-archive-mode, todo-filtered-items-mode)
1657         (auto-mode-alist): Add autoload cookie.
1659 2013-12-20  Bozhidar Batsov  <bozhidar@batsov.com>
1661         * emacs-lisp/subr-x.el: Renamed from helpers.el.
1662         helpers.el was a poor choice of name.
1663         (string-remove-prefix): New function.
1664         (string-remove-suffix): New function.
1666 2013-12-20  Martin Rudalics  <rudalics@gmx.at>
1668         Fix assignment for new window total sizes.
1669         * window.el (window--pixel-to-size): Remove function.
1670         (window--pixel-to-total-1, window--pixel-to-total):
1671         Fix calculation of new total sizes.
1673 2013-12-20  Vitalie Spinu  <spinuvit@gmail.com>
1675         * comint.el (comint-output-filter): Fix rear-nonsticky property
1676         placement (Bug#16010).
1678 2013-12-20  Chong Yidong  <cyd@gnu.org>
1680         * faces.el (read-color): Minor fix for completion function.
1682 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
1684         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
1685         New option.  (Bug#16182)
1686         (ruby-smie--indent-to-stmt-p): Use it.
1687         (ruby-smie-rules): Revert the logic in the handling of `when'.
1688         Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
1689         (ruby-deep-arglist, ruby-deep-indent-paren)
1690         (ruby-deep-indent-paren-style): Update docstrings to note that the
1691         vars don't have any effect with SMIE.
1693 2013-12-20  Jay Belanger  <jay.p.belanger@gmail.com>
1695         * calc/calc.el (calc-enter, calc-pop): Use the variable
1696         `calc-context-sensitive-enter'.
1698 2013-12-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1700         * net/shr.el (shr-insert): Protect against infloops in degenerate
1701         tables.
1703 2013-12-20  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1705         * progmodes/octave.el (octave): Add link to manual and octave
1706         homepage.
1707         (octave-mode-menu): Link to octave-mode manual.
1709 2013-12-20  Leo Liu  <sdl.web@gmail.com>
1711         * skeleton.el (skeleton-pair-insert-maybe): Disable newline
1712         insertion using skeleton-end-newline.  (Bug#16138)
1714 2013-12-20  Juri Linkov  <juri@jurta.org>
1716         * replace.el (occur-engine): Use `add-face-text-property'
1717         to add the face property to matches and titles.  (Bug#14645)
1719         * hi-lock.el (hi-green): Use lighter color "light green" closer to
1720         the palette of other hi-lock colors.
1721         (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
1723 2013-12-19  Juri Linkov  <juri@jurta.org>
1725         * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
1726         Put :advertised-binding on `M-s c', `M-s r', `M-s e'.  (Bug#16035)
1727         (minibuffer-history-symbol): Move variable declaration closer to
1728         its usage.
1730         * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
1731         (Bug#14785)
1733 2013-12-19  Juri Linkov  <juri@jurta.org>
1735         * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
1736         New function.
1737         (log-edit-hook): Add it to :options.  (Bug#16170)
1739 2013-12-19  Juri Linkov  <juri@jurta.org>
1741         * simple.el (eval-expression-print-format): Don't check for
1742         command names and the last command.  Always display additional
1743         formats of the integer result in the echo area, and insert them
1744         to the current buffer only with a zero prefix arg.
1745         Display character when char-displayable-p is non-nil.
1746         (eval-expression): With a zero prefix arg, set `print-length' and
1747         `print-level' to nil, and insert the integer values from
1748         `eval-expression-print-format' at the end.  Doc fix.  (Bug#12985)
1750         * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
1751         `eval-last-sexp-arg-internal'.  Doc fix.
1752         (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
1753         `eval-last-sexp-print-value'.  Doc fix.
1754         (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
1755         Set `print-length' and `print-level' to nil when arg is zero.
1756         (eval-last-sexp): Doc fix.
1757         (eval-defun-2): Print the integer values from
1758         `eval-expression-print-format' at the end.
1760         * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
1761         values from `eval-expression-print-format' at the end.
1763         * ielm.el (ielm-eval-input): Print the integer
1764         values from `eval-expression-print-format' at the end.
1766 2013-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
1768         * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
1769         2013-12-11T19:01:44Z!tzz@lifelogs.com.
1771 2013-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1773         * hl-line.el (hl-line-make-overlay): New fun.  Set priority (bug#16192).
1774         (hl-line-highlight, global-hl-line-highlight): Use it.
1775         (hl-line-overlay): Use defvar-local.
1777 2013-12-19  Jan Djärv  <jan.h.d@swipnet.se>
1779         * term/ns-win.el: Require dnd.
1780         (global-map): Remove drag items.
1781         (ns-insert-text, ns-set-foreground-at-mouse)
1782         (ns-set-background-at-mouse):
1783         Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
1784         (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
1785         New functions.
1787 2013-12-19  Glenn Morris  <rgm@gnu.org>
1789         * emacs-lisp/ert.el (ert-select-tests):
1790         Fix string/symbol mixup.  (Bug#16121)
1792 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
1794         * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
1795         keywords to their parent.
1797 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
1799         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
1800         first arg to be a string (fixed dead code), or an operator symbol.
1801         (ruby-smie--forward-token): Tokenize ` @ ' before strings and
1802         operator symbols.
1803         (ruby-smie-rules): Remove parent token check in the `.' clause, it
1804         did nothing.  Don't respond to `(:after ".")', it will be called
1805         with :before anyway.  Remove the ` @ ' rule, it didn't seem to
1806         change anything.  Only return indentation for binary operators
1807         when they are hanging.  De-dent opening paren when its parent is
1808         `.', otherwise it looks bad when the dot is not at bol or eol
1809         (bug#16182).
1811 2013-12-19  Juri Linkov  <juri@jurta.org>
1813         * replace.el (query-replace-read-args): Split a non-negative arg
1814         and a negative arg into separate elements.
1815         (query-replace, query-replace-regexp, replace-string)
1816         (replace-regexp): Add arg `backward'.  Doc fix.
1817         (replace-match-maybe-edit): When new arg `backward' is non-nil,
1818         move point to the beginning of the match.
1819         (replace-search, replace-highlight): Use new arg `backward'
1820         to set the value of `isearch-forward'.
1821         (perform-replace): Add arg `backward' and use it to perform
1822         replacement backward.  (Bug#14979)
1824         * isearch.el (isearch-query-replace): Use a negative prefix arg
1825         to call `perform-replace' with a non-nil arg `backward'.
1827 2013-12-18  Juri Linkov  <juri@jurta.org>
1829         * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
1830         to the default list.  Move `log-edit-show-files' to the end.
1831         Add more available functions to options.
1832         (log-edit): Move default specific settings to
1833         `log-edit-insert-message-template'.  Don't move point.
1834         (log-edit-insert-message-template): New function.
1835         (log-edit-insert-changelog): Add `save-excursion' and don't move point.
1836         (Bug#16170)
1838 2013-12-18  Juri Linkov  <juri@jurta.org>
1840         * help-mode.el (help-mode-map): Bind "l" to help-go-back,
1841         and "r" to help-go-forward for compatibity with Info.  (Bug#16178)
1843 2013-12-18  Leo Liu  <sdl.web@gmail.com>
1845         * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
1846         (Bug#16186)
1848 2013-12-18  Eli Zaretskii  <eliz@gnu.org>
1850         * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
1851         formats for displaying file sizes when the -s switch is given.
1852         Instead, compute a separate format for displaying the size in
1853         blocks, which is displayed in addition to the "regular" size.
1854         When -h is given in addition to -s, produce size in blocks in
1855         human-readable form as well.  (Bug#16179)
1857 2013-12-18  Tassilo Horn  <tsdh@gnu.org>
1859         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
1860         Reference tables with ~\ref{...} instead of only \ref{...}.
1862 2013-12-18  Chong Yidong  <cyd@gnu.org>
1864         * cus-edit.el (custom-magic-alist): Fix "themed" description
1865         (Bug#14348).
1867         * custom.el (custom-push-theme): If custom--inhibit-theme-enable
1868         is non-nil, do not create a new entry in the symbol's theme-value
1869         or theme-face property; update theme-settings only (Bug#14664).
1870         (custom-available-themes): Doc fix.
1872         * cus-theme.el (custom-new-theme-mode-map): Add bindings
1873         (Bug#15674).
1875         * replace.el (occur-engine): Avoid infloop (Bug#7593).
1877 2013-12-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1879         * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
1880         (Bug#13914).
1882 2013-12-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1884         * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
1886 2013-12-18  Glenn Morris  <rgm@gnu.org>
1888         * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
1889         * cus-start.el (load-prefer-newer): New option.
1891 2013-12-18  Le Wang  <l26wang@gmail.com>
1893         * comint.el (comint-previous-matching-input-from-input):
1894         Retain point (Bug#13404).
1896 2013-12-18  Chong Yidong  <cyd@gnu.org>
1898         * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
1900 2013-12-18  Glenn Morris  <rgm@gnu.org>
1902         * mail/emacsbug.el (report-emacs-bug):
1903         Only mention enable-multibyte-characters if non-standard.
1905 2013-12-17  Juri Linkov  <juri@jurta.org>
1907         * arc-mode.el (archive-extract-by-file): Check if directory exists
1908         before deletion to not show irrelevant errors if it doesn't exist.
1910 2013-12-17  Juri Linkov  <juri@jurta.org>
1912         * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
1913         (Bug#14751)
1915         * net/eww.el (browse-web): Add alias to `eww'.
1916         (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
1917         Bind "S-SPC" to `scroll-down-command'.  (Bug#16178)
1919         * net/browse-url.el (browse-url-browser-function): Move `eww'
1920         closer to similar functions.
1922         * startup.el (fancy-startup-screen, fancy-about-screen):
1923         Set browse-url-browser-function to eww-browse-url locally.
1924         (Bug#14751)
1926 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1928         * window.el (window--pixel-to-total): Remove unused `mini' var.
1929         (maximize-window, minimize-window): Remove unused `pixelwise' arg.
1930         (split-window): Remove unused `new' var.
1931         (window--display-buffer): Remove unused `frame' and `delta' vars.
1932         (fit-window-to-buffer): Remove unused vars `frame', `display-height',
1933         and display-width'.
1935 2013-12-17  Martin Rudalics  <rudalics@gmx.at>
1937         * dired.el (dired-mark-pop-up):
1938         * register.el (register-preview): Don't bind
1939         split-height-threshold here since it's now done in
1940         display-buffer-below-selected.
1942 2013-12-17  oblique  <psyberbits@gmail.com>  (tiny change)
1944         * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
1945         xterm-rgb-convert-to-16bit.
1946         (rxvt-register-default-colors): Standardize with
1947         xterm-register-default-colors (Bug#14078).
1949 2013-12-17  Dima Kogan  <dima@secretsauce.net>  (tiny change)
1951         * simple.el (kill-region): Pass mark first, then point, so that
1952         kill-append works right (Bug#12819).
1953         (copy-region-as-kill, kill-ring-save): Likewise.
1955 2013-12-17  Leo Liu  <sdl.web@gmail.com>
1957         * net/rcirc.el (rcirc-add-face):
1958         * eshell/em-prompt.el (eshell-emit-prompt):
1959         * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
1960         (Bug#16167)
1962 2013-12-17  Chong Yidong  <cyd@gnu.org>
1964         * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
1965         Suggested by Xue Fuqiao.
1967 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
1969         * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
1971 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1973         * net/shr.el (shr-insert-document): Remove unused var
1974         `shr-preliminary-table-render'.
1975         (shr-rescale-image): Remove unused arg `force'.
1976         (shr-put-image): Update calls accordingly.
1977         (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
1979 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
1981         * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
1982         (smie-indent-close): Call `smie-indent--rule-1' with METHOD
1983         :close-all, to see which indentation method to use (Bug#16116).
1984         (smie-rules-function): Document the method :close-all.
1986 2013-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1988         * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
1990         * net/eww.el (eww-display-html): If we can't find the anchor we're
1991         looking for, then go to point-min.
1993 2013-12-16  Paul Eggert  <eggert@cs.ucla.edu>
1995         Fix problems with CANNOT_DUMP and EMACSLOADPATH.
1996         * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
1997         * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
1998         Expand dir too, in case it's relative.
2000 2013-12-16  Juri Linkov  <juri@jurta.org>
2002         * desktop.el (desktop-auto-save-timeout): Change default to
2003         `auto-save-timeout'.  Doc fix.
2004         (desktop-save): Skip the timestamp in desktop-saved-frameset
2005         when checking for auto-save changes.
2006         (desktop-auto-save): Don't call desktop-auto-save-set-timer since
2007         `desktop-auto-save' is called repeatedly by the idle timer.
2008         (desktop-auto-save-set-timer): Replace `run-with-timer' with
2009         `run-with-idle-timer' and a non-nil arg REPEAT.  Doc fix.
2010         (Bug#15331)
2012 2013-12-16  Juri Linkov  <juri@jurta.org>
2014         * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
2015         (Bug#16035)
2016         (isearch-pre-command-hook): Check `this-command' for symbolp.
2018 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2020         * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
2022 2013-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
2024         * progmodes/cfengine.el (cfengine3--current-word): Remove.
2025         (cfengine3--current-function): Bring in the current-function
2026         functionality from `cfengine3--current-word'.
2027         (cfengine3-completion-function): Bring in the
2028         bounds-of-current-word functionality from
2029         `cfengine3--current-word'.
2031 2013-12-16  Martin Rudalics  <rudalics@gmx.at>
2033         * window.el (display-buffer-below-selected):
2034         Bind split-height-threshold to 0 as suggested by Juri Linkov.
2036 2013-12-16  Leo Liu  <sdl.web@gmail.com>
2038         * progmodes/compile.el (compile-goto-error): Do not push-mark.
2039         Remove NOMSG arg and all uses changed.
2041 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2043         * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
2044         (cua--deactivate-rectangle): Don't deactivate the mark.
2045         (cua-set-rectangle-mark): Don't set mark-active since
2046         cua--activate-rectangle already does it for us.
2047         (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
2048         non-rectangular region.
2050         * emulation/cua-base.el (cua-repeat-replace-region):
2051         Use with-current-buffer.
2053         * net/gnutls.el: Use cl-lib.
2054         (gnutls-negotiate): `mapcan' -> cl-mapcan.
2056 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
2058         * emacs-lisp/package.el (package-built-in-p): Support both
2059         built-in and the package.el converted package descriptions.
2060         (package-show-package-list): Allow keywords.
2061         (package-keyword-button-action): Use it instead of
2062         `finder-list-matches'.
2063         (package-menu-filter-interactive): Interactive filtering (by
2064         keyword) function.
2065         (package-menu--generate): Support keywords and change keymappings
2066         and headers when they are given.
2067         (package--has-keyword-p): Helper function.
2068         (package-menu--refresh): Use it.
2069         (package--mapc): Helper function.
2070         (package-all-keywords): Use it.
2071         (package-menu-mode-map): Set up menu items and keybindings to
2072         provide a filtering UI.
2074 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
2076         * net/gnutls.el (gnutls-verify-error): New defcustom to control
2077         the behavior when a certificate fails validation.  Defaults to
2078         old behavior: never abort, just warn.
2079         (gnutls-negotiate): Use it.
2081 2013-12-14  Martin Rudalics  <rudalics@gmx.at>
2083         * window.el (display-buffer-below-selected): Never split window
2084         horizontally.  Suggested by Juri Linkov <juri@jurta.org>.
2086 2013-12-14  Tom Willemse  <tom@ryuslash.org>  (tiny change)
2088         * emacs-lisp/package.el (package--prepare-dependencies): New function.
2089         (package-buffer-info): Use it (bug#15108).
2091 2013-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2093         * icomplete.el (icomplete-completions): Make sure the prefix is already
2094         displayed elsewhere before hiding it (bug#16219).
2096 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
2098         * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
2099         open-paren tokens when preceded by a open-paren, too.
2100         (ruby-smie-rules): Handle virtual indentation after open-paren
2101         tokens specially.  If there is code between it and eol, return the
2102         column where is starts (Bug#16118).
2104 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
2106         * progmodes/cfengine.el: Fix `add-hook' doc.
2107         (cfengine-mode-syntax-functions-regex): Initialize sensibly.
2108         (cfengine3--current-word): Fix parameters.
2109         (cfengine3-make-syntax-cache): Simplify further.
2110         (cfengine3-completion-function, cfengine3--current-function):
2111         Use `assq' for symbols.
2112         (cfengine3--current-function): Fix `cfengine3--current-word' call.
2114 2013-12-13  Glenn Morris  <rgm@gnu.org>
2116         * loadup.el (load-path): Warn if site-load or site-init changes it.
2117         No more need to reset it when bootstrapping.
2119 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
2121         * progmodes/cfengine.el (cfengine-cf-promises): Add more default
2122         locations for cf-promises.
2123         (cfengine-mode-syntax-functions-regex): New caching variable.
2124         (cfengine3-fallback-syntax): Fallback syntax for cases where
2125         cf-promises doesn't run.
2126         (cfengine3--current-word): Reimplement using
2127         `cfengine-mode-syntax-functions-regex'.
2128         (cfengine3-completion-function, cfengine3--current-function):
2129         Use `cfengine3-make-syntax-cache' directly.
2130         (cfengine3-clear-syntax-cache): New function.
2131         (cfengine3-make-syntax-cache): Simplify and create
2132         `cfengine-mode-syntax-functions-regex' on demand.
2133         (cfengine3-format-function-docstring): Don't call
2134         `cfengine3-make-syntax-cache' explicitly.
2136 2013-12-13  Martin Rudalics  <rudalics@gmx.at>
2138         Fix windmove-find-other-window broken after pixelwise resizing
2139         (Bug#16017).
2140         * windmove.el (windmove-other-window-loc): Revert change from
2141         2013-12-04.
2142         (windmove-find-other-window): Call window-in-direction.
2143         * window.el (window-in-direction): New arguments SIGN, WRAP and
2144         MINI to emulate original windmove-find-other-window behavior.
2146 2013-12-13  Dmitry Gutov  <dgutov@yandex.ru>
2148         * simple.el (blink-matching--overlay): New variable.
2149         (blink-matching-open): Instead of moving point, highlight the
2150         matching paren with an overlay
2151         (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
2153         * faces.el (paren-showing-faces, show-paren-match)
2154         (show-paren-mismatch): Move from paren.el.
2156 2013-12-13  Leo Liu  <sdl.web@gmail.com>
2158         * indent.el (indent-region): Disable progress reporter in
2159         minibuffer.  (Bug#16108)
2161         * bindings.el (visual-order-cursor-movement): Fix version.
2163 2013-12-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2165         * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
2166         Also match after beginning of line.
2167         (python-pdbtrack-set-tracked-buffer): Fix logic for remote
2168         files.  Thanks to Russell Sim.  (Bug#15378)
2170 2013-12-13  Juri Linkov  <juri@jurta.org>
2172         * simple.el <Keypad support>: Remove key bindings duplicated
2173         with bindings.el.  (Bug#14397)
2175 2013-12-13  Juri Linkov  <juri@jurta.org>
2177         * comint.el (comint-mode-map): Replace `delete-char' with
2178         `delete-forward-char'.  (Bug#16109)
2180 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2182         * progmodes/python.el (python-indent-calculate-indentation):
2183         Fix de-denters cornercase.  (Bug#15731)
2185 2013-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2187         * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
2188         (advice--make): Pay attention to `depth'.
2189         (advice--make-1): Don't autoload commands eagerly.
2190         * emacs-lisp/elp.el (elp-instrument-function):
2191         * emacs-lisp/trace.el (trace-function-internal):
2192         * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
2194         * iswitchb.el (iswitchb-mode): Don't belittle ido.
2196 2013-12-12  Eli Zaretskii  <eliz@gnu.org>
2198         * term/w32-win.el (w32-handle-dropped-file):
2199         * startup.el (normal-top-level):
2200         * net/browse-url.el (browse-url-file-url):
2201         * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
2202         decode file names using 'utf-8' rather than
2203         file-name-coding-system.
2205 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2207         * progmodes/python.el (python-indent-context)
2208         (python-indent-calculate-indentation): Fix auto-identation
2209         behavior for comment blocks.  (Bug#15916)
2211 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
2213         * progmodes/python.el (python-indent-calculate-indentation):
2214         When determining indentation, don't treat "return", "pass", etc., as
2215         operators when they are just string constituents.  (Bug#15812)
2217 2013-12-12  Juri Linkov  <juri@jurta.org>
2219         * uniquify.el (uniquify-buffer-name-style): Change default to
2220         `post-forward-angle-brackets'.
2222         * menu-bar.el (menu-bar-options-menu): Don't require preloaded
2223         `uniquify'.  Change default to `post-forward-angle-brackets'.
2225 2013-12-11  Glenn Morris  <rgm@gnu.org>
2227         * emacs-lisp/package.el (finder-list-matches):
2228         Autoload rather than falsely declaring.
2230 2013-12-11  Teodor Zlatanov  <tzz@lifelogs.com>
2232         * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
2233         (eww-mode-map): Use them.
2235 2013-12-11  Martin Rudalics  <rudalics@gmx.at>
2237         * window.el (display-buffer-in-side-window): Fix doc-string
2238         (Bug#16115).
2240 2013-12-11  Juanma Barranquero  <lekktu@gmail.com>
2242         * vc/vc-git.el: Silence byte-compiler warnings.
2243         (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
2244         (log-edit-set-header): Declare.
2246 2013-12-11  Eli Zaretskii  <eliz@gnu.org>
2248         * Makefile.in (custom-deps, finder-data): Run output file names
2249         through unmsys--file-name.  (Bug#16099)
2251 2013-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2253         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
2254         comment-start-skip, which fails when that uses submatch 1 (bug#16041).
2256         * emulation/cua-base.el (cua-paste): Add `delete-selection' property
2257         instead of deleting the selection "by hand" (bug#16098).
2258         Rely on insert-for-yank to yank rectangles.
2259         (cua-highlight-region-shift-only): Mark obsolete.
2260         (cua-mode): Don't enable/disable transient-mark-mode,
2261         shift-select-mode (cua-mode works both with and without them), and
2262         pc-selection-mode (obsolete).
2263         * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
2264         (cua--deactivate-rectangle): Deactivate it.
2266         * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
2267         (delete-selection-helper): Make sure yank starts at the top of the
2268         deleted region.
2269         (minibuffer-keyboard-quit): Use region-active-p.
2271         * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
2273         * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
2274         to `delete' (bug#16109).
2276 2013-12-11  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2278         * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
2279         info manual and show keybindings and set `:group' keyword.
2281 2013-12-11  Juri Linkov  <juri@jurta.org>
2283         * delsel.el (delete-active-region): Let-bind `this-command'
2284         to prevent `kill-region' from changing its original value.
2285         (delete-selection-helper): Handle `overwrite-mode' for the type
2286         `kill' exactly the same way as for the type `t'.
2287         (insert-char, quoted-insert, reindent-then-newline-and-indent):
2288         Support more commands.  (Bug#13312)
2290 2013-12-11  Juri Linkov  <juri@jurta.org>
2292         * bindings.el: Map kp keys to non-kp keys systematically
2293         with basic modifiers control, meta and shift.  (Bug#14397)
2295 2013-12-11  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
2297         * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
2298         "Close browser" menu items.  Fix wrong function of "List
2299         bookmarks".
2301 2013-12-11  Juri Linkov  <juri@jurta.org>
2303         * misearch.el (multi-isearch-buffers): Set the value of
2304         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
2305         arg of isearch-forward to t.
2306         (multi-isearch-buffers-regexp): Set the value of
2307         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
2308         arg of isearch-forward-regexp to t.
2309         (multi-isearch-files): Set the value of
2310         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
2311         arg of isearch-forward to t.
2312         (multi-isearch-files-regexp): Set the value of
2313         `multi-isearch-file-list globally.  Set NO-RECURSIVE-EDIT
2314         arg of isearch-forward-regexp to t.  (Bug#16035)
2316         * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
2317         arg of isearch-forward to t.
2318         (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
2319         arg of isearch-forward-regexp to t.
2320         (dired-isearch-filter-filenames): Remove unnecessary check for
2321         `dired-isearch-filenames'.
2323         * comint.el (comint-history-isearch-backward):
2324         Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
2325         (comint-history-isearch-backward-regexp):
2326         Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
2328 2013-12-10  Eli Zaretskii  <eliz@gnu.org>
2330         * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
2331         unmsys--file-name.  (Bug#16099)
2333 2013-12-10  Teodor Zlatanov  <tzz@lifelogs.com>
2335         * emacs-lisp/package.el (package-keyword-button-action):
2336         Remove finder.el require dependency.
2338 2013-12-09  Teodor Zlatanov  <tzz@lifelogs.com>
2340         * emacs-lisp/package.el: Require finder.el.
2341         (describe-package-1): Add keyword buttons.
2342         (package-make-button): New convenience function.
2343         (package-keyword-button-action): Keyword button action using
2344         `finder-list-matches'.
2346 2013-12-09  Eli Zaretskii  <eliz@gnu.org>
2348         * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
2349         last commit.
2351 2013-12-09  Michael Albinus  <michael.albinus@gmx.de>
2353         * autorevert.el (auto-revert-notify-add-watch): Do not handle
2354         symlinked files.
2356 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
2358         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
2359         after the end of a percent literal.
2361 2013-12-09  Cameron Desautels  <camdez@gmail.com>  (tiny change)
2363         * progmodes/ruby-mode.el (ruby-forward-string): Document.
2364         Handle caret-delimited strings (Bug#16079).
2366 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
2368         * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
2369         When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
2370         `ruby-parse-partial' (Bug#16078).
2372 2013-12-09  Leo Liu  <sdl.web@gmail.com>
2374         * subr.el (read-passwd): Disable show-paren-mode.  (Bug#16091)
2376 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
2378         * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
2379         (js-switch-indent-offset): New option.
2380         (js--proper-indentation): Use it.  And handle the case when
2381         "default" is actually a key in an object literal.
2382         (js--same-line): New function.
2383         (js--multi-line-declaration-indentation): Use it.
2384         (js--indent-in-array-comp, js--array-comp-indentation):
2385         New functions.
2386         (js--proper-indentation): Use them, to handle array comprehension
2387         continuations.
2389 2013-12-08  Leo Liu  <sdl.web@gmail.com>
2391         * progmodes/flymake.el (flymake-highlight-line): Re-write.
2392         (flymake-make-overlay): Remove arg MOUSE-FACE.
2393         (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
2395 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2397         * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
2398         New function.
2399         (redisplay-highlight-region-function): Use it.
2401         * emulation/cua-base.el (cua--explicit-region-start)
2402         (cua--last-region-shifted): Remove.
2403         (cua--deactivate): Use deactivate-mark.
2404         (cua--pre-command-handler-1): Don't handle shift-selection.
2405         (cua--post-command-handler-1): Don't change transient-mark-mode.
2406         (cua--select-keymaps): Use region-active-p rather than
2407         cua--explicit-region-start or cua--last-region-shifted.
2408         (cua-mode): Enable shift-select-mode.
2410 2013-12-08  Leo Liu  <sdl.web@gmail.com>
2412         * progmodes/flymake.el (flymake-popup-current-error-menu):
2413         Rename from flymake-display-err-menu-for-current-line.  Reimplement.
2414         (flymake-posn-at-point-as-event, flymake-popup-menu)
2415         (flymake-make-emacs-menu): Remove.  (Bug#16077)
2417 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2419         * rect.el (rectangle-mark-mode): Activate mark even if
2420         transient-mark-mode is off (bug#16066).
2421         (rectangle--highlight-for-redisplay): Fix boundary condition when point
2422         is > mark and at bolp.
2424         * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
2425         (region-extract-function): Use it.
2426         (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
2427         (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
2428         Delete functions.
2429         (cua--init-rectangles): Don't re-remap copy-region-as-kill,
2430         kill-ring-save, kill-region, delete-char, delete-forward-char.
2431         Ignore self-insert-iso.
2433         * emulation/cua-gmrk.el (cua--init-global-mark):
2434         Ignore `self-insert-iso'.
2436         * emulation/cua-base.el (cua--prefix-copy-handler)
2437         (cua--prefix-cut-handler): Rely on region-extract-function rather than
2438         checking cua--rectangle.
2439         (cua-delete-region): Use region-extract-function.
2440         (cua-replace-region): Delete function.
2441         (cua-copy-region, cua-cut-region): Obey region-extract-function.
2442         (cua--pre-command-handler-1): Don't do the delete-selection thing.
2443         (cua--self-insert-char-p): Ignore `self-insert-iso'.
2444         (cua--init-keymaps): Don't remap delete-selection commands.
2445         (cua-mode): Use delete-selection-mode instead of rolling our own
2446         (bug#16085).
2448         * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
2449         Obey region-extract-function.
2451         Make registers and delete-selection-mode work on rectangles.
2452         * register.el (describe-register-1): Don't modify the register's value.
2453         (copy-to-register): Obey region-extract-function.
2454         * delsel.el (delete-active-region): Obey region-extract-function.
2456 2013-12-08  Leo Liu  <sdl.web@gmail.com>
2458         * progmodes/flymake.el (flymake, flymake-error-bitmap)
2459         (flymake-warning-bitmap, flymake-fringe-indicator-position)
2460         (flymake-compilation-prevents-syntax-check)
2461         (flymake-start-syntax-check-on-newline)
2462         (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
2463         (flymake-start-syntax-check-on-find-file, flymake-log-level)
2464         (flymake-xml-program, flymake-master-file-dirs)
2465         (flymake-master-file-count-limit)
2466         (flymake-allowed-file-name-masks): Relocate.
2467         (flymake-makehash, flymake-float-time)
2468         (flymake-replace-regexp-in-string, flymake-split-string)
2469         (flymake-get-temp-dir): Remove.
2470         (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
2471         (flymake-current-row, flymake-selected-frame)
2472         (flymake-get-point-pixel-pos): Remove xemacs compatibity and
2473         related functions.  (Bug#16077)
2475 2013-12-07  Bozhidar Batsov  <bozhidar@batsov.com>
2477         * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
2479 2013-12-07  Tassilo Horn  <tsdh@gnu.org>
2481         * help-fns.el (describe-function-1): Use new advice-* functions
2482         rather than old ad-* functions.  Fix function type description and
2483         source links for advised functions and subrs.
2485 2013-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2487         * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
2489 2013-12-06  Michael Albinus  <michael.albinus@gmx.de>
2491         * progmodes/compile.el (compilation-start):
2492         * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
2494         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2495         Handle long command lines, lasting from "sh -c ...".  (Bug#16045)
2497 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
2499         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2500         Touch up the last change.
2502 2013-12-06  Leo Liu  <sdl.web@gmail.com>
2504         * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
2505         (inferior-octave-startup): Always use "octave> " for prompt.
2506         (octave-goto-function-definition)
2507         (octave-sync-function-file-names)
2508         (octave-find-definition-default-filename): Remove redundant backquotes.
2510 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
2512         * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
2513         syntax for `?'.
2514         (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
2515         where appropriate already.
2516         (ruby-syntax-propertize-function): Propertize `?' and `!' at the
2517         end of method names (Bug#15874).
2519 2013-12-06  Juri Linkov  <juri@jurta.org>
2521         * isearch.el (isearch--saved-overriding-local-map):
2522         New internal variable.
2523         (isearch-mode): Set it to the initial value of
2524         `overriding-terminal-local-map'.
2525         (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
2526         with `isearch--saved-overriding-local-map'.  (Bug#16035)
2528 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
2530         * progmodes/octave.el (inferior-octave-completion-table):
2531         Turn back into function, use `completion-table-with-cache'
2532         (Bug#11906).  Update all references.
2534         * minibuffer.el (completion-table-with-cache): New function.
2536 2013-12-05  Cameron Desautels  <camdez@gmail.com>  (tiny change)
2538         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
2540 2013-12-05  Teodor Zlatanov  <tzz@lifelogs.com>
2542         * net/eww.el (eww-current-source): New variable to store page
2543         source.
2544         (eww-display-html, eww-mode, eww-save-history)
2545         (eww-restore-history): Use it.
2546         (eww-view-source): New command to view page source.
2547         Opportunistically uses `html-mode' to highlight the buffer.
2548         (eww-mode-map): Install it.
2550 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
2552         * net/dbus.el (dbus-unregister-service)
2553         (dbus-escape-as-identifier, dbus-unescape-from-identifier):
2554         Fix docstring.
2555         (dbus-unregister-service): Skip :serial entries in
2556         `dbus-registered-objects-table'.
2557         (dbus-byte-array-to-string): New optional arg MULTIBYTE.
2559 2013-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
2561         * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
2562         around keywords with extra `split-string' argument.
2564 2013-12-04  Martin Rudalics  <rudalics@gmx.at>
2566         * windmove.el (windmove-other-window-loc): Handle navigation
2567         between windows (excluding the minibuffer window - Bug#16017).
2569 2013-12-04  Michael Albinus  <michael.albinus@gmx.de>
2571         * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
2572         in D-Bus type syntax.
2573         (dbus-unescape-from-identifier): Use `byte-to-string' in order to
2574         preserve unibyte strings.  (Bug#16048)
2576 2013-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2578         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
2579         Call force-mode-line-update is the proper buffer (bug#16042).
2581 2013-12-04  Dmitry Gutov  <dgutov@yandex.ru>
2583         * vc/log-edit.el (log-edit-add-new-comment): Rename to
2584         `log-edit-remember-comment', make argument optional.  Adjust all
2585         callers.
2586         (log-edit-mode): Add `log-edit-remember-comment' to
2587         `kill-buffer-hook' locally.
2588         (log-edit-kill-buffer): Don't remember comment explicitly since
2589         the buffer is killed anyway.
2591 2013-12-04  Juri Linkov  <juri@jurta.org>
2593         * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
2594         add-hook and remove-hook for multi-buffer search.  (Bug#16035)
2596 2013-12-03  Tom Regner  <tom@goochesa.de>  (tiny change)
2598         * notifications.el (notifications-close-notification): Call the
2599         D-Bus method with ID being a `:uint32'.  (Bug#16030)
2601 2013-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2603         * net/eww.el (eww-render): Don't pass arg to eww-display-image.
2605 2013-12-03  Juri Linkov  <juri@jurta.org>
2607         * progmodes/compile.el (compilation-start): Rename window alist
2608         entry `no-display-ok' to `allow-no-window'.
2610         * simple.el (shell-command): Add window alist entry
2611         `allow-no-window' to `display-buffer'.
2612         (async-shell-command): Doc fix.
2614         * window.el (display-buffer-no-window): New action function.
2615         (display-buffer-alist, display-buffer): Doc fix.  (Bug#13594)
2617 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
2619         * vc/log-edit.el (log-edit-set-header): Extract from
2620         `log-edit-toggle-header'.
2621         (log-edit-extract-headers): Separate the summary, when extracted
2622         from header, from the rest of the message with an empty line.
2624         * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
2625         line, if present, to the Summary header.
2627 2013-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2629         * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
2630         in current-buffer (bug#16029).
2632 2013-12-02  Helmut Eller  <eller.helmut@gmail.com>
2634         * emacs-lisp/debug.el (debugger-toggle-locals): New command.
2635         (debugger-mode-map): Bind it.
2636         (debugger--backtrace-base): New function.
2637         (debugger-eval-expression): Use it.
2638         (debugger-frame-number): Skip local vars when present.
2639         (debugger--locals-visible-p, debugger--insert-locals)
2640         (debugger--show-locals, debugger--hide-locals): New functions.
2642 2013-12-02  Michael Albinus  <michael.albinus@gmx.de>
2644         * net/tramp-sh.el (tramp-remote-process-environment): Do not set
2645         "LC_ALL".
2646         (tramp-get-remote-locale): New defun.
2647         (tramp-open-connection-setup-interactive-shell): Use it.
2649 2013-12-02  Leo Liu  <sdl.web@gmail.com>
2651         * subr.el (process-live-p): Return nil for non-process.  (Bug#16023)
2653         * progmodes/sh-script.el (sh-shell-process):
2654         * progmodes/octave.el (inferior-octave-process-live-p):
2655         * progmodes/gdb-mi.el (gdb-delchar-or-quit)
2656         (gdb-inferior-io-sentinel):
2657         * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
2659 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
2661         * vc/log-edit.el (log-edit-kill-buffer): Move the use of
2662         `save-selected-window' to `log-edit-hide-buf'.  This makes
2663         `log-edit-show-files' idempotent.
2664         (log-edit-show-files): Mark the new window as dedicated.
2666 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
2668         * vc/log-edit.el (log-edit-mode-map): Add binding for
2669         `log-edit-kill-biffer'.
2670         (log-edit-hide-buf): Add a FIXME comment.
2671         (log-edit-add-new-comment): New function, extracted from
2672         `log-edit-done'.
2673         (log-edit-done, log-edit-add-to-changelog): Use it.
2674         (log-edit-kill-buffer): New command.
2676 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2678         * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
2679         instead of killing the buffer.
2681 2013-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2683         * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
2685 2013-12-01  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2687         * net/eww.el (eww-form-checkbox-selected-symbol)
2688         (eww-form-checkbox-symbol): New customizable variable.
2689         (eww-form-checkbox, eww-toggle-checkbox):
2690         Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
2692         * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
2693         (shr--get-media-pref, shr--extract-best-source): New function.
2694         (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
2695         no :src tag was specified.
2697         * net/eww.el (eww-use-external-browser-for-content-type): New variable.
2698         (eww-render): Handle `eww-use-external-browser-for-content-type'.
2699         Use \\` to match beginning of string instead of ^.
2700         (eww-browse-with-external-browser): Provide optional URL parameter.
2701         (eww-render): Set `eww-current-title' back to "".
2703         * net/shr.el (shr-tag-video): Display content for video if no
2704         poster is available.
2705         (shr-tag-audio): Add support for <audio> tag.
2707         * net/eww.el (eww-text-input-types): New const.
2708         (eww-process-text-input): Treat input types in
2709         `eww-text-input-types' as text.
2711         * net/shr.el (shr-tag-table): Fix comment typo.
2713 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2715         * net/eww.el (eww-follow-link): New command to avoid reloading
2716         pages when we follow #target links (bug#15243).
2717         (eww-quit): Special mode buffers shouldn't query before exiting.
2719 2013-12-01  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
2721         * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
2722         forms.
2724 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2726         * net/eww.el (eww-restore-history): Update the window title after
2727         moving in the history.
2728         (eww-current-dom): New variable used to save the current DOM.
2730 2013-12-01  Dmitry Gutov  <dgutov@yandex.ru>
2732         * vc/log-edit.el (log-edit-mode-map): Add binding for
2733         `log-edit-beginning-of-line'.
2734         (log-edit-setup-add-author): New user option.
2735         (log-edit-beginning-of-line): New command.
2736         (log-edit): Move major mode call above the contents setup so that
2737         the local variable values are already applied.
2738         (log-edit): Only insert "Author: " when
2739         `log-edit-setup-add-author' is non-nil.
2740         (log-edit): When SETUP is non-nil, position point after ": "
2741         instead of point-min.
2743 2013-12-01  Glenn Morris  <rgm@gnu.org>
2745         * startup.el (command-line): Warn if ~/emacs.d is in load-path.
2747 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
2749         * startup.el (fancy-splash-frame): On MS-Windows, trigger
2750         redisplay to make sure the initial frame gets a chance to become
2751         visible.  (Bug#16014)
2753 2013-11-30  Martin Rudalics  <rudalics@gmx.at>
2755         Support resizing frames and windows pixelwise.
2756         * cus-start.el (frame-resize-pixelwise)
2757         (window-resize-pixelwise): New entries.
2758         * emacs-lisp/debug.el (debug): Use window-total-height instead
2759         of window-total-size.
2760         * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
2761         * help.el (describe-bindings-internal): Call help-buffer
2762         (temp-buffer-max-width): New option.
2763         (resize-temp-buffer-window, help-window-setup)
2764         (with-help-window): Rewrite.
2765         * mouse.el (mouse-drag-line): Rewrite.  Add key bindings for
2766         dragging dividers.
2767         * window.el (frame-char-size, window-min-pixel-height)
2768         (window-safe-min-pixel-height, window-safe-min-pixel-width)
2769         (window-min-pixel-width, window-safe-min-pixel-size)
2770         (window-combination-p, window-safe-min-size)
2771         (window-resizable-p, window--size-to-pixel)
2772         (window--pixel-to-size, window--resize-apply-p): New functions.
2773         (window-safe-min-height): Fix doc-string.
2774         (window-size, window-min-size, window--min-size-1)
2775         (window-sizable, window-sizable-p, window--min-delta-1)
2776         (window-min-delta, window--max-delta-1, window-max-delta)
2777         (window--resizable, window--resizable-p, window-resizable)
2778         (window-full-height-p, window-full-width-p, window-at-side-p)
2779         (window--in-direction-2, window-in-direction)
2780         (window--resize-reset-1, window--resize-mini-window)
2781         (window-resize, window-resize-no-error)
2782         (window--resize-child-windows-normal)
2783         (window--resize-child-windows, window--resize-siblings)
2784         (window--resize-this-window, window--resize-root-window)
2785         (window--resize-root-window-vertically)
2786         (adjust-window-trailing-edge, enlarge-window, shrink-window)
2787         (maximize-window, minimize-window, delete-window)
2788         (quit-restore-window, window-split-min-size, split-window)
2789         (balance-windows-2, balance-windows)
2790         (balance-windows-area-adjust, balance-windows-area)
2791         (window--state-get-1, window-state-get, window--state-put-1)
2792         (window--state-put-2, window-state-put)
2793         (display-buffer-record-window, window--display-buffer):
2794         Make functions handle pixelwise sizing of windows.
2795         (display-buffer--action-function-custom-type)
2796         (display-buffer-fallback-action):
2797         Add display-buffer-in-previous-window.
2798         (display-buffer-use-some-window): Resize window to height it had
2799         before.
2800         (fit-window-to-buffer-horizontally): New option.
2801         (fit-frame-to-buffer): Describe new values.
2802         (fit-frame-to-buffer-bottom-margin): Replace with
2803         fit-frame-to-buffer-margins.
2804         (window--sanitize-margin): New function.
2805         (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
2806         using window-text-pixel-size.
2808 2013-11-30  Glenn Morris  <rgm@gnu.org>
2810         * emacs-lisp/bytecomp.el (byte-compile-form):
2811         Make the `interactive-only' warning like the `obsolete' one.
2812         * comint.el (comint-run):
2813         * files.el (insert-file-literally, insert-file):
2814         * replace.el (replace-string, replace-regexp):
2815         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
2816         (goto-line, insert-buffer, next-line, previous-line):
2817         Tweak `interactive-only' spec.
2819         Stop keeping (most) generated cedet grammar files in the repository.
2820         * Makefile.in (semantic): New.
2821         (compile-main): Depend on semantic.
2823 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2825         * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
2826         available.  Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
2828         * uniquify.el (uniquify-buffer-name-style): Change default.
2830         * loadup.el: Preload "uniquify".
2832         * time.el (display-time-update): Update all mode lines (bug#15999).
2834         * electric.el (electric-indent-mode): Enable by default.
2835         * loadup.el: Preload "electric".
2837 2013-11-29  Bozhidar Batsov  <bozhidar@batsov.com>
2839         * emacs-lisp/helpers.el (string-empty-p): New function.
2840         (string-blank-p): New function.
2842 2013-11-29  Andreas Politz  <politza@hochschule-trier.de>
2844         * imenu.el (imenu--index-alist): Add missing dot to the docstring
2845         (Bug#14029).
2847 2013-11-29  Andreas Politz  <politza@fh-trier.de>
2848         * imenu.el (imenu--subalist-p): Don't error on non-conses and
2849         allow non-lambda lists as functions.
2850         (imenu--in-alist): Don't recurse into non-subalists.
2851         (imenu): Don't pass function itself as an argument (Bug#14029).
2853 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2855         * progmodes/python.el (python-mode-map): Remove binding for ":".
2856         (python-indent-electric-colon): Remove command.
2857         (python-indent-post-self-insert-function): Integrate the previous code
2858         of python-indent-electric-colon.  Make it conditional on
2859         electric-indent-mode.
2860         (python-mode): Add ?: to electric-indent-chars.
2861         Move python-indent-post-self-insert-function to the end of
2862         post-self-insert-hook.
2864 2013-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2866         * doc-view.el (doc-view-goto-page): Update mode-line.
2868         * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
2870 2013-11-27  Glenn Morris  <rgm@gnu.org>
2872         * international/charprop.el, international/uni-bidi.el:
2873         * international/uni-category.el, international/uni-combining.el:
2874         * international/uni-comment.el, international/uni-decimal.el:
2875         * international/uni-decomposition.el, international/uni-digit.el:
2876         * international/uni-lowercase.el, international/uni-mirrored.el:
2877         * international/uni-name.el, international/uni-numeric.el:
2878         * international/uni-old-name.el, international/uni-titlecase.el:
2879         * international/uni-uppercase.el:
2880         Remove generated files from VCS repository.
2882 2013-11-27  Eli Zaretskii  <eliz@gnu.org>
2884         * filenotify.el (file-notify-add-watch): Don't special-case
2885         w32notify when computing the directory to watch.
2887 2013-11-27  Glenn Morris  <rgm@gnu.org>
2889         Make bootstrap without generated uni-*.el files possible again.
2890         * loadup.el: Update command-line-args checking for unidata-gen.
2891         Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
2892         * composite.el, international/characters.el:
2893         Handle unicode tables being undefined.
2895         Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
2896         * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
2897         (compile-main): Depend on leim rule.
2898         (leim): New rule.
2899         * loadup.el: Move leim-list.el to leim/ subdirectory.
2900         * startup.el (normal-top-level): No more leim directory.
2901         * international/ja-dic-cnv.el (skkdic-convert):
2902         Disable version-control and autoloads in output files.
2903         * international/titdic-cnv.el (titdic-convert, miscdic-convert):
2904         Disable version-control and autoloads in output files.
2905         * leim/quail: Move here from ../leim.
2906         * leim/quail/hangul.el (hangul-input-method-activate):
2907         Add autoload cookie.
2908         (generated-autoload-load-name): Set file-local value.
2909         * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
2910         (generated-autoload-load-name): Set file-local value.
2912 2013-11-26  Kenjiro NAKAYAMA  <knakayam@redhat.com>
2914         * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
2915         (eww-add-bookmark): Ask confirmation when add to bookmarks.
2916         (eww-quit): Ask confirmation before quitting eww.
2918 2013-11-26  Eli Zaretskii  <eliz@gnu.org>
2920         * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
2921         reading output from Diff on MS-Windows and MS-DOS.
2923 2013-11-26  Bozhidar Batsov  <bozhidar@batsov.com>
2925         * emacs-lisp/helpers.el (string-reverse): New function.
2927 2013-11-26  Michael Albinus  <michael.albinus@gmx.de>
2929         * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
2930         names on MS Windows, like "/[::1]:".
2932         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
2933         SWITCHES.
2935 2013-11-26  Glenn Morris  <rgm@gnu.org>
2937         * progmodes/python.el (python-indent-guess-indent-offset):
2938         Avoid corner-case error.  (Bug#15975)
2940         Preload leim-list.el.  (Bug#4789)
2941         * loadup.el: Load leim-list.el when found.
2942         * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
2944 2013-11-25  Bozhidar Batsov  <bozhidar@batsov.com>
2946         * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
2948         * emacs-lisp/helpers.el (string-join): New function.
2950 2013-11-25  Sebastian Wiesner  <lunaryorn@gmail.com>  (tiny change)
2952         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2953         Mark as obsolete and replace it with a symbol property.
2954         (byte-compile-form): Use new 'interactive-only property.
2955         * comint.el, files.el, replace.el, simple.el:
2956         Apply new 'interactive-only properly.
2958 2013-11-25  Martin Rudalics  <rudalics@gmx.at>
2960         * window.el (display-buffer-at-bottom): Make sure that
2961         split-window-sensibly creates the new window on bottom
2962         (Bug#15961).
2964 2013-11-23  David Kastrup  <dak@gnu.org>
2966         * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
2967         on the conflict markers when available.
2968         (smerge--get-marker): New function.
2969         (smerge-end-re, smerge-base-re): Add subgroup.
2971 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2973         * frame.el (handle-focus-in, handle-focus-out): Add missing
2974         interactive spec.
2976 2013-11-25  Michael Albinus  <michael.albinus@gmx.de>
2978         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
2979         `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
2981 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2983         * play/gomoku.el: Don't use intangible property.  Use lexical-binding.
2984         (gomoku--last-pos): New var.
2985         (gomoku--intangible-chars): New const.
2986         (gomoku--intangible): New function.
2987         (gomoku-mode): Use it.  Derive from special-mode.
2988         (gomoku-move-up): Adjust line count.
2989         (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
2990         (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
2991         Simplify accordingly.
2993         * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
2994         Remove blink-cursor code.
2995         (blink-cursor-timer-function, blink-cursor-suspend):
2996         Don't special-case GUIs.
2997         (blink-cursor-mode): Use focus-in/out-hook.
2999 2013-11-25  Dmitry Gutov  <dgutov@yandex.ru>
3001         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
3002         work when annotation is invisible (Bug#13886).
3004 2013-11-24  Simon Schubert  <2@0x2c.org>  (tiny change)
3006         * json.el (json-alist-p): Only return non-nil if the alist has
3007         simple keys (Bug#13518).
3009 2013-11-24  Mihir Rege  <mihirrege@gmail.com>  (tiny change)
3011         * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
3012         when control-statement is the first statement in a buffer (Bug#15956).
3014 2013-11-24  Dmitry Gutov  <dgutov@yandex.ru>
3016         * imenu.el (imenu-generic-skip-comments-and-strings):
3017         New option (Bug#15560).
3018         (imenu--generic-function): Use it.
3020 2013-11-24  Jorgen Schaefer  <contact@jorgenschaefer.de>
3022         * minibuffer.el (completion--in-region-1): Scroll the correct window.
3023         (Bug#13898)
3025 2013-11-24  Bozhidar Batsov  <bozhidar@batsov.com>
3027         * emacs-lisp/helpers.el: Add some string helpers.
3028         (string-trim-left): Removes leading whitespace.
3029         (string-trim-right): Removes trailing whitespace.
3030         (string-trim): Removes leading and trailing whitespace.
3032         * subr.el (string-suffix-p): New function.
3034 2013-11-23  Glenn Morris  <rgm@gnu.org>
3036         * progmodes/python.el (python-shell-send-file):
3037         Add option to delete file when done.  (Bug#15647)
3038         (python-shell-send-string, python-shell-send-region): Use it.
3040 2013-11-23  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
3042         * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
3043         to set buffer-read-only to t, never to nil.  (Bug#15938)
3045         * textmodes/tex-mode.el (latex-noindent-environments):
3046         Add safe-local-variable property.  (Bug#15936)
3048 2013-11-23  Glenn Morris  <rgm@gnu.org>
3050         * textmodes/enriched.el (enriched-mode): Doc fix.
3051         * emacs-lisp/authors.el (authors-renamed-files-alist):
3052         Add enriched.doc -> enriched.txt.
3054         * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
3056 2013-11-22  Leo Liu  <sdl.web@gmail.com>
3058         * progmodes/octave.el (inferior-octave-startup): Spit out error
3059         message.
3061 2013-11-22  Bozhidar Batsov  <bozhidar@batsov.com>
3063         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
3064         Improve docstring.
3065         Add :version.
3066         (ruby-encoding-magic-comment-style): Add :version.
3068 2013-11-22  Leo Liu  <sdl.web@gmail.com>
3070         * progmodes/octave.el (octave-operator-regexp): Exclude newline.
3071         (Bug#15076)
3072         (octave-help-mode): Adapt to change to help-mode-finish to use
3073         derived-mode-p on 2013-09-17.
3074         (inferior-octave-prompt): Also match octave-gui.
3075         (octave-kill-process): Don't ask twice.  (Bug#10564)
3077 2013-11-22  Leo Liu  <sdl.web@gmail.com>
3079         * progmodes/octave.el (inferior-octave-process-live-p): New helper.
3080         (inferior-octave-startup, inferior-octave-check-process)
3081         (inferior-octave-track-window-width-change)
3082         (octave-completion-at-point, octave-eldoc-function): Use it.
3083         (octave-kill-process): Provide confirmation.  (Bug#10564)
3085 2013-11-21  Leo Liu  <sdl.web@gmail.com>
3087         * progmodes/octave.el (octave-mode, inferior-octave-mode):
3088         Fix obsolete variable comment-use-global-state.
3090 2013-11-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3092         * progmodes/octave.el (octave-mode-map, octave-mode-menu):
3093         Add `octave-source-file'.
3094         (octave-source-file): New function.  (Bug#15935)
3096 2013-11-21  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>
3098         * net/eww.el (eww-local-regex): New variable.
3099         (eww): Use it to detect localhost and similar.
3101 2013-11-21  Leo Liu  <sdl.web@gmail.com>
3103         Add completion for command `ag'.
3104         * pcmpl-x.el (pcmpl-x-ag-options): New variable.
3105         (pcomplete/ag): New function.
3106         (pcmpl-x-ag-options): New function.  Handle `[no]' in long options.
3108 2013-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3110         * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
3111         (bug#14646).
3112         (make-obsolete): Remove interactive spec.
3114 2013-11-21  Glenn Morris  <rgm@gnu.org>
3116         * startup.el (command-line-1): Use path-separator with -L.
3118 2013-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
3120         * emacs-lisp/package.el (describe-package-1): Add package archive
3121         to shown fields.
3123 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
3125         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
3126         Change default to "# encoding: %s" to differentiate it from the
3127         default Ruby encoding comment template.
3129 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
3131         * ses.el (ses-mode): Doc fix.  (Bug#14748)
3133 2013-11-20  Leo Liu  <sdl.web@gmail.com>
3135         * window.el (display-buffer-alist): Doc fix.  (Bug#13594)
3137 2013-11-19  Dan Nicolaescu  <dann@gnu.org>
3139         * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
3140         when rebase or bisect are in progress.
3142 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
3144         * filenotify.el (file-notify-add-watch): Doc fix.
3146 2013-11-19  Leo Liu  <sdl.web@gmail.com>
3148         * obsolete/rcompile.el: Mark obsolete.
3150         * progmodes/compile.el (compilation-start)
3151         (compilation-goto-locus, compilation-find-file):
3152         Pass no-display-ok and handle nil value from display-buffer.
3153         (Bug#13594)
3155         * window.el (display-buffer-alist, display-buffer): Document the
3156         new parameter no-display-ok.  Return either a window or nil
3157         but never a non-window value.
3159 2013-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3161         * electric.el (electric-indent-mode-map): Remove.
3162         (electric-indent-mode): Change the global-map instead (bug#15915).
3164         * textmodes/text-mode.el (paragraph-indent-minor-mode):
3165         Use add-function.
3167 2013-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3169         * emacs-lisp/nadvice.el (remove-function): Align with
3170         add-function's behavior.
3172         * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
3173         (gdb--string-regexp): New constant.
3174         (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
3175         (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
3176         (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
3177         submatch 1.
3178         (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
3179         Adjust use accordingly.
3180         (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
3182 2013-11-17  Adam Sokolnicki  <adam.sokolnicki@gmail.com>  (tiny change)
3184         * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
3185         interpolation curlies (Bug#15914).
3187 2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
3189         * calc/calc.el (calc-context-sensitive-enter): New variable.
3190         (calc-enter): Use `calc-context-sensitive-enter'.
3192 2013-11-16  Teodor Zlatanov  <tzz@lifelogs.com>
3194         * progmodes/cfengine.el: Version bump.
3195         (cfengine-cf-promises): New defcustom to locate cf-promises.
3196         (cfengine3-vartypes): Add new "data" type.
3197         (cfengine3--current-word): New function to get current name-like
3198         word or its bounds.
3199         (cfengine3--current-function): New function to look up a CFEngine
3200         function's definition.
3201         (cfengine3-format-function-docstring): New function.
3202         (cfengine3-make-syntax-cache): New function.
3203         (cfengine3-documentation-function): New function: ElDoc glue.
3204         (cfengine3-completion-function): New function: completion glue.
3205         (cfengine3-mode): Set `compile-command',
3206         `eldoc-documentation-function', and add to
3207         `completion-at-point-functions'.
3209 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
3211         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
3212         `tramp-current-connection'.
3214 2013-11-15  Dmitry Gutov  <dgutov@yandex.ru>
3216         * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
3217         nil/self/true/false with "end of symbol".
3219 2013-11-15  Bozhidar Batsov  <bozhidar@batsov.com>
3221         * subr.el (version-regexp-alist): Fix a typo.
3223 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
3225         * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
3226         "en_US.utf8" and "LC_CTYPE" to "".
3227         (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
3228         (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
3230 2013-11-15  Leo Liu  <sdl.web@gmail.com>
3232         * loadhist.el (read-feature): Get rid of fake feature nil.  (Bug#15889)
3234 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3236         * progmodes/gud.el (ctl-x-map):
3237         Remove C-x SPC binding.  (Bug#12342)
3238         (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
3240 2013-11-14  Bozhidar Batsov  <bozhidar@batsov.com>
3242         * subr.el (version-regexp-alist):
3243         Recognize hg, svn and darcs versions as snapshot versions.
3245         * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
3246         'always-utf8 value of `ruby-insert-encoding-magic-comment'.
3247         (ruby--encoding-comment-required-p): Extract from
3248         `ruby-mode-set-encoding'.
3249         (ruby-mode-set-encoding): Add the ability to always insert an
3250         utf-8 encoding comment.  Fix and simplify coding comment update
3251         logic.
3253 2013-11-14  Michael Albinus  <michael.albinus@gmx.de>
3255         * net/tramp-gvfs.el (top): Run init code only when
3256         `tramp-gvfs-enabled' is not nil.
3257         (tramp-gvfs-enabled): Check also :system bus.
3259 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3261         Sync with upstream verilog-mode revision 78e66ba.
3262         * progmodes/verilog-mode.el (verilog-end-of-defun)
3263         (verilog-type-completion, verilog-get-list): Remove unused funcs.
3264         (verilog-get-end-of-defun): Remove unused argument.
3265         (verilog-comment-depth): Remove unused local `e'.
3266         (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
3267         Don't pass arg to verilog-get-end-of-defun.
3269 2013-11-14  Glenn Morris  <rgm@gnu.org>
3271         * obsolete/assoc.el (aget): Prefix dynamic variable.
3273         * allout-widgets.el (allout-widgets): No need to autoload defgroup.
3275 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3277         * widget.el, hfy-cmap.el: Remove bogus package version number.
3279 2013-11-13  Glenn Morris  <rgm@gnu.org>
3281         * replace.el (replace-eval-replacement):
3282         Try to give more helpful error message.  (Bug#15836)
3284         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
3285         (archive-7z-update): Avoid custom type mismatches.
3287         * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
3289 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
3291         * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
3292         address can be empty.
3294         * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
3295         Accept nil SWITCHES.
3296         (tramp-gvfs-handle-write-region): Implement APPEND.
3298 2013-11-12  Dmitry Gutov  <dgutov@yandex.ru>
3300         * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
3301         binary "|" operator and closing block args delimiter.
3302         Remove FIXME comment referring to Ruby 1.8-only syntax.
3303         (ruby-smie--implicit-semi-p): Not after "|" operator.
3304         (ruby-smie--closing-pipe-p): New function.
3305         (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
3306         (ruby-smie-rules): Indent after "|".
3308 2013-11-12  Glenn Morris  <rgm@gnu.org>
3310         * ps-print.el (ps-face-attribute-list):
3311         Handle anonymous faces.  (Bug#15827)
3313 2013-11-12  Martin Rudalics  <rudalics@gmx.at>
3315         * window.el (display-buffer-other-frame): Fix doc-string.
3316         (Bug#15868)
3318 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3320         * subr.el (force-mode-line-update): Delete, move to buffer.c.
3322 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
3324         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
3325         (tramp-sh-handle-file-local-copy): Don't write a message when
3326         saving temporary files.
3328         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
3329         both directories are remote.
3330         (tramp-smb-handle-directory-files): Do not return double entries.
3331         Do not expand full file names.
3332         (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
3333         (tramp-smb-handle-write-region): Implement APPEND.
3334         (tramp-smb-get-stat-capability): Fix a stupid bug.
3336 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3338         * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
3340 2013-11-11  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
3342         * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
3343         throwing error over malformed let/let* (bug#15814).
3345 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3347         * iswitchb.el (iswitchb-mode): Mark obsolete.
3349 2013-11-11  Glenn Morris  <rgm@gnu.org>
3351         * international/uni-bidi.el, international/uni-category.el:
3352         * international/uni-name.el, international/uni-numeric.el:
3353         Regenerate for Unicode 6.3.0.
3355 2013-11-10  Michael Albinus  <michael.albinus@gmx.de>
3357         * net/tramp.el (tramp-methods):
3358         * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
3359         2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
3361 2013-11-09  Andreas Schwab  <schwab@linux-m68k.org>
3363         * progmodes/sh-script.el (sh-font-lock-keywords-var):
3364         Force highlighting text after Summary keyword in doc face for rpm.
3366 2013-11-09  Dmitry Gutov  <dgutov@yandex.ru>
3368         * textmodes/ispell.el (ispell-lookup-words): When `look' is not
3369         available and the word has no wildcards, append one to the grep pattern.
3370         http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
3371         (ispell-complete-word): Call `ispell-lookup-words' with the value
3372         independent of `ispell-look-p'.
3374 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
3376         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
3377         Not after "||".
3378         (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
3379         their parent.
3381 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3383         * progmodes/ruby-mode.el: Don't require cl any more.  Use pcase instead.
3384         (ruby-font-lock-keywords): Use backquote.
3386 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
3388         * progmodes/ruby-mode.el (ruby-smie--forward-token)
3389         (ruby-smie--backward-token): Only consider full-string matches.
3391 2013-11-08  Jan Djärv  <jan.h.d@swipnet.se>
3393         * faces.el (describe-face): Add distant-foreground.
3395 2013-11-08  Bozhidar Batsov  <bozhidar@batsov.com>
3397         * progmodes/ruby-mode.el: Improve encoding comment handling.
3398         (ruby-encoding-magic-comment-style): New option.
3399         (ruby-custom-encoding-magic-comment-template): New option.
3400         (ruby--insert-coding-comment, ruby--detect-encoding):
3401         New functions extracted from `ruby-mode-set-encoding'.
3402         (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
3403         to control the style of the auto-inserted encoding comment.
3405 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
3407         * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
3408         Use `smie-backward-sexp' with token argument.
3410 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
3412         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
3413         Remove instrumentation code.
3415 2013-11-08  Glenn Morris  <rgm@gnu.org>
3417         * progmodes/autoconf.el (autoconf-mode):
3418         Tweak comment-start-skip.  (Bug#15822)
3420 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3422         * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
3423         at bobp (bug#15826).
3424         (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
3426 2013-11-08  Darren Hoo  <darren.hoo@gmail.com>
3428         * man.el (Man-start-calling): New macro, extracted from
3429         Man-getpage-in-background.
3430         (Man-getpage-in-background): Use it.
3431         (Man-update-manpage): New command.
3432         (Man-mode-map): Bind it.
3434 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
3436         * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
3437         of "and", "or", "&&" and "||".
3438         (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
3439         argument.  Prohibit opening curly brace because it could only be a
3440         block opener in that position.
3441         (ruby-smie--forward-token, ruby-smie--backward-token):
3442         Separate "|" from "&" or "*" going after it.  That can happen in block
3443         arguments.
3444         (ruby-smie--indent-to-stmt): New function, seeks the end of
3445         previous statement or beginning of buffer.
3446         (ruby-smie-rules): Use it.
3447         (ruby-smie-rules): Check if there's a ":" before a curly block
3448         opener candidate; if there is, it's a hash.
3450 2013-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3452         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
3453         (cl--block-wrapper): Fix last accidental change.
3455 2013-11-07  Michael Albinus  <michael.albinus@gmx.de>
3457         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
3458         Instrument, in order to hunt failure on hydra.
3460 2013-11-05  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
3462         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
3463         malformed bindings form (bug#15814).
3465 2013-11-07  Dmitry Gutov  <dgutov@yandex.ru>
3467         * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
3468         "." compared to " @ ".  This incidentally fixes some indentation
3469         examples with "do".
3470         (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
3471         (ruby-smie-grammar): New tokens: "and" and "or".
3472         (ruby-smie--args-separator-p): Fix the check for tokens at POS.
3473         Exclude "and" and "or".  Remove "do" in order to work around token
3474         priorities.
3475         (ruby-smie-rules): Add all infix tokens.  Handle the case of
3476         beginning-of-buffer.
3478 2013-11-06  Glenn Morris  <rgm@gnu.org>
3480         * Makefile.in (setwins_almost, setwins_for_subdirs):
3481         Avoid accidental matches.
3483 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3485         * menu-bar.el (popup-menu): Use key-binding.
3487 2013-11-06  Eli Zaretskii  <eliz@gnu.org>
3489         * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
3490         menus, support also the menus produced by minor modes.
3491         (Bug#15817)
3493 2013-11-06  Leo Liu  <sdl.web@gmail.com>
3495         * thingatpt.el (thing-at-point-looking-at): Add optional arg
3496         DISTANCE to bound the search.  All uses changed.  (Bug#15808)
3498 2013-11-06  Glenn Morris  <rgm@gnu.org>
3500         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
3501         (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
3502         (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
3504 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3506         * electric.el (electric-indent-just-newline): New command.
3507         (electric-indent-mode-map): New keymap.
3508         (electric-indent-mode, electric-pair-mode, electric-layout-mode):
3509         Re-add :group which weren't redundant.
3511         * electric.el (electric-indent-local-mode): New minor mode.
3512         (electric-indent-functions-without-reindent): New var.
3513         (electric-indent-post-self-insert-function): Use it.
3514         * emacs-lisp/gv.el (buffer-local-value): Add setter.
3516 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
3518         * international/quail.el (quail-help): Be more explicit about the
3519         meaning of the labels shown on the keys.  (Bug#15800)
3521         * startup.el (normal-top-level): Load the subdirs.el files before
3522         setting the locale environment.  (Bug#15805)
3524 2013-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3526         * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
3527         via arguments so as to get the right ones (bug#15418).
3529         * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
3531 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
3533         Fix problems found while writing a test suite.
3535         * net/tramp-compat.el (tramp-compat-load): New defun.
3536         * net/tramp.el (tramp-handle-load): Use it.
3538         * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
3539         "(numberp ok-if-already-exists)" correctly.
3541 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
3543         * international/characters.el (glyphless-char-display-control):
3544         Add usage note.
3546 2013-11-05  Bozhidar Batsov  <bozhidar@batsov.com>
3548         * progmodes/python.el (python-mode):
3549         * progmodes/scheme.el (scheme-mode):
3550         * progmodes/prolog.el (prolog-mode):
3551         * progmodes/ruby-mode.el (ruby-mode):
3552         * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
3553         (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
3555 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3557         * rect.el (rectangle--highlight-for-redisplay):
3558         * emacs-lisp/smie.el (smie--next-indent-change):
3559         Use buffer-chars-modified-tick.
3561         * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
3563         * electric.el (electric-indent-post-self-insert-function):
3564         Only delete trailing whitepsace if it is indeed trailing (bug#15767).
3566 2013-11-04  Helmut Eller  <eller.helmut@gmail.com>
3568         * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
3570 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
3572         * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
3573         (bug#15786).
3575 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3577         * emacs-lisp/helpers.el: Move from helpers.el.  Use lexical-binding.
3579         * progmodes/python.el: Fix up last change.
3580         (python-shell--save-temp-file): New function.
3581         (python-shell-send-string): Use it.  Remove `msg' arg.  Don't assume
3582         `string' comes from the current buffer.
3583         (python-shell-send-string-no-output): Remove `msg' arg.
3584         (python--use-fake-loc): New var.
3585         (python-shell-buffer-substring): Obey it.  Try to compensate for the
3586         extra coding line added by python-shell--save-temp-file.
3587         (python-shell-send-region): Use python-shell--save-temp-file and
3588         python-shell-send-file directly.  Add `nomain' argument.
3589         (python-shell-send-buffer): Use python-shell-send-region.
3590         (python-electric-pair-string-delimiter): New function.
3591         (python-mode): Use it.
3593 2013-11-04  Eli Zaretskii  <eliz@gnu.org>
3595         * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
3596         eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
3597         environment and decoding all of the default-directory's to here
3598         from command-line.
3599         (command-line): Decode also argv[0].
3601         * loadup.el: Error out if default-directory is a multibyte string
3602         when we are dumping.
3604         * Makefile.in (emacs): Don't set LC_ALL=C.  (Bug#15260)
3606 2013-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
3608         * emacs-lisp/package.el (package-menu-mode)
3609         (package-menu--print-info, package-menu--archive-predicate):
3610         Add Archive column to package list.
3612 2013-11-04  Michael Albinus  <michael.albinus@gmx.de>
3614         Fix problems found while writing a test suite.
3616         * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
3617         (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
3618         (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
3619         to nil when running original file name handler.  Otherwise,
3620         there are problems with constructs like "$$FOO".
3622         * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
3623         for `localname'.
3625 2013-11-04  Bozhidar Batsov  <bozhidar@batsov.com>
3627         * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
3629         * subr.el (version<, version<=, version=):
3630         Update docstrings with information for snapshot versions.
3632         * helpers.el: New library for misc helper functions.
3633         (hash-table-keys): New function returning a list of hash keys.
3634         (hash-table-values): New function returning a list of hash values.
3636 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
3638         * progmodes/ruby-mode.el (ruby-smie--forward-token)
3639         (ruby-smie--backward-token): Tokenize heredocs as semicolons.
3641 2013-11-04  Michal Nazarewicz  <mina86@mina86.com>
3643         * textmodes/fill.el (fill-single-char-nobreak-p): New function
3644         checking whether point is after a 1-letter word.
3646 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
3648         * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
3649         Don't infloop when expanding region over `multiline' syntax-type that
3650         begins a line (bug#15778).
3652 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3654         * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
3655         Make it into a proper minor mode.
3656         (rectangle--region): (implicitly) rename to rectangle-mark-mode.
3657         (rectangle-mark-mode-map): New keymap.
3658         (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
3660 2013-11-04  Glenn Morris  <rgm@gnu.org>
3662         * startup.el (command-line-1): Allow `-L :...' to append to load-path.
3664 2013-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3666         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
3667         (ruby-smie-rules): Use smie-rule-parent instead.
3669         * emacs-lisp/smie.el (smie-rule-parent): Always call
3670         smie-indent-virtual rather than only for hanging tokens.
3671         (smie--next-indent-change): New helper command.
3673 2013-11-03  Glenn Morris  <rgm@gnu.org>
3675         * Makefile.in (abs_srcdir): Remove.
3676         (emacs): Unset EMACSLOADPATH.
3678 2013-11-02  Glenn Morris  <rgm@gnu.org>
3680         * Makefile.in (EMACS): Use a relative filename.
3681         (abs_top_builddir): Remove.
3682         (custom-deps, finder-data, autoloads): Use --chdir.
3684         * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
3686         Use relative filenames in TAGS files.
3687         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
3688         (lisptagsfiles4, TAGS): Use relative file names.
3689         (TAGS-LISP): Remove.
3690         (maintainer-clean): No more TAGS-LISP file.
3692         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
3693         (lisptagsfiles4): Use absolute filenames again.
3694         (TAGS, TAGS-LISP): Not everything needs to run in one line.
3695         Remove all *loaddefs files, not just the first.  Remove esh-groups.
3696         (maintainer-clean): Delete TAGS, TAGS-LISP.
3698 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
3700         * emacs-lisp/package.el (package-version-join):
3701         Recognize snapshot versions.
3703 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
3705         * subr.el (version-regexp-alist): Add support for snapshot versions.
3707 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
3709         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
3710         New function, replacement for `smie-rule-parent' for when we want to
3711         skip over our direct parent if it's an assignment token..
3712         (ruby-smie-rules): Use it.
3714 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
3716         * progmodes/ruby-mode.el: Use `syntax-propertize-function'
3717         unconditionally.  Remove now unnecessary forward declarations.
3718         Remove XEmacs-specific setup.
3719         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
3720         (ruby-font-lock-syntactic-keywords)
3721         (ruby-comment-beg-syntax, ruby-in-here-doc-p)
3722         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
3723         (ruby-here-doc-end-syntax): Remove.
3724         (ruby-mode): Don't check whether `syntax-propertize-rules' is
3725         defined as function.
3727 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
3729         * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
3731 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
3733         * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
3734         table and abbrev table, `define-derived-mode' does that for us
3735         anyway.
3737 2013-11-01  Glenn Morris  <rgm@gnu.org>
3739         * Makefile.in: Remove manual mh-e dependencies (writing .elc
3740         files is atomic for some time, so no parallel compilation issues).
3742 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
3744         * faces.el (face-x-resources): Add :distant-foreground.
3745         (region): Use :distant-foreground for gtk and ns.
3747 2013-11-01  Tassilo Horn  <tsdh@gnu.org>
3749         Allow multiple bibliographies when BibLaTeX is used rather than
3750         BibTeX.
3751         * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
3752         (reftex-locate-bibliography-files): Us it.
3754 2013-11-01  Claudio Bley  <claudio.bley@googlemail.com>
3756         * image.el (image-type-header-regexps): Fix the 'pbm' part to
3757         allow comments in pbm files.
3759         * term/w32-win.el (dynamic-library-alist): Support newer versions
3760         of libjpeg starting with v7: look only for the DLL from the
3761         version against which Emacs was built.
3762         Support versions of libpng beyond 1.4.x.
3763         Support libtiff v4.x.
3765 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
3767         * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
3768         (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
3769         Add property :safe.
3770         (ruby-deep-arglist): Add property :type.
3772 2013-10-31  Glenn Morris  <rgm@gnu.org>
3774         * Makefile.in (custom-deps, finder-data): No need to setq the target
3775         variables, we are in the right directory and the defaults work fine.
3777 2013-10-30  Glenn Morris  <rgm@gnu.org>
3779         * Makefile.in (autoloads): Do not use abs_lisp.
3781         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3782         `newline' does not respect `standard-output', so use `princ'.
3784 2013-10-30  Alp Aker  <alp.tekin.aker@gmail.com>
3786         Ensure unmarking in buffer menu clears 'S' marks.  (Bug#15761)
3787         * buff-menu.el (Buffer-menu--unmark): New function.
3788         (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
3790 2013-10-30  Glenn Morris  <rgm@gnu.org>
3792         * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
3794         * emacs-lisp/package.el (lm-homepage): Declare.
3796         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
3797         Fix doc typos.
3799         * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
3801         * Makefile.in (finder-data, autoloads, update-subdirs)
3802         (compile-main, compile-clean, compile-always, bootstrap-clean):
3803         Check return value of cd.
3804         (compile-calc): Remove.
3806 2013-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3808         * simple.el (copy-region-as-kill): Fix call to region-extract-function.
3810         * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
3811         (byte-compile-and-folded): New function.
3812         (=, <, >, <=, >=): Use it.
3814         * dos-w32.el (minibuffer-history-case-insensitive-variables)
3815         (path-separator, null-device, buffer-file-coding-system)
3816         (lpr-headers-switches): Check system-type before modifying them.
3817         (find-buffer-file-type-coding-system): Mark obsolete.
3818         (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
3819         find-file-not-found-set-buffer-file-coding-system.
3820         (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
3821         (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
3822         (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
3823         (w32-direct-print-region-helper, w32-direct-print-region-function)
3824         (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
3825         * startup.el (normal-top-level-add-subdirs-to-load-path):
3826         * ps-print.el (ps-print-region-function):
3827         * lpr.el (print-region-function): Use new name.
3829         * subr.el (custom-declare-variable-early): Remove function.
3830         (custom-declare-variable-list): Remove var.
3831         (error, user-error): Remove `while' loop.
3832         (read-quoted-char-radix, read-quoted-char): Move to simple.el.
3833         (user-emacs-directory-warning, locate-user-emacs-file):
3834         Move to files.el.
3835         * simple.el (read-quoted-char-radix, read-quoted-char):
3836         * files.el (user-emacs-directory-warning, locate-user-emacs-file):
3837         Move from subr.el.
3838         * custom.el (custom-declare-variable-list): Don't process
3839         custom-declare-variable-list.
3841         * progmodes/python.el (python-shell-get-buffer): New function.
3842         (python-shell-get-process): Use it.
3843         (python-shell-send-string): Always use utf-8 and add a cookie to tell
3844         Python which encoding was used.  Don't split-string since we only care
3845         about the first line.  Return the temp-file, if applicable.
3846         (python-shell-send-region): Tell compile.el how to turn locations in
3847         the temp-file into locations in the source buffer.
3849 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3851         * subr.el (undefined): Add missing behavior from the C code for
3852         unbound keys.
3854         * rect.el: Use lexical-binding.  Add new rectangular region support.
3855         (rectangle-mark): New command.
3856         (rectangle--region): New var.
3857         (deactivate-mark-hook): Reset rectangle--region.
3858         (rectangle--extract-region, rectangle--insert-for-yank)
3859         (rectangle--highlight-for-redisplay)
3860         (rectangle--unhighlight-for-redisplay): New functions.
3861         (region-extract-function, redisplay-unhighlight-region-function)
3862         (redisplay-highlight-region-function): Use them to handle
3863         rectangular region.
3864         * simple.el (region-extract-function): New var.
3865         (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
3866         (kill-new, kill-append): Remove obsolete `yank-handler' argument.
3867         (kill-region): Replace obsolete `yank-handler' arg with `region'.
3868         (copy-region-as-kill, kill-ring-save): Add `region' argument.
3869         (redisplay-unhighlight-region-function)
3870         (redisplay-highlight-region-function): New vars.
3871         (redisplay--update-region-highlight): New function.
3872         (pre-redisplay-function): Use it.
3873         (exchange-point-and-mark): Don't deactivate the mark before
3874         reactivate-it anyway.
3875         * comint.el (comint-kill-region): Remove yank-handler argument.
3876         * delsel.el (delete-backward-char, backward-delete-char-untabify)
3877         (delete-char): Remove property, since it's now part of their
3878         default behavior.
3879         (self-insert-iso): Remove property since this command doesn't exist.
3881         * emacs-lisp/package.el (package--download-one-archive)
3882         (describe-package-1): Don't query the user about final newline.
3884 2013-10-29  Daniel Colascione  <dancol@dancol.org>
3886         * net/tramp.el (tramp-methods): Document new functionality.
3887         * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
3888         tramp-hostname-checker if method provides one instead of scanning
3889         argument list for "%h" to decide hostname acceptability.
3891 2013-10-28  Michael Albinus  <michael.albinus@gmx.de>
3893         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
3894         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
3895         Handle COPY-CONTENTS.  (Bug#15737)
3897 2013-10-28  Daiki Ueno  <ueno@gnu.org>
3899         * epa-file.el
3900         (epa-file-cache-passphrase-for-symmetric-encryption):
3901         Document that this option has no effect with GnuPG 2.0 (bug#15552).
3903 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
3905         * image.el (defimage):
3906         (image-load-path): Doc fixes.
3908 2013-10-27  Alan Mackenzie  <acm@muc.de>
3910         Indent statements in macros following "##" correctly.
3911         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
3912         Modify the "#" arm of a cond form to handle "#" and "##" operators.
3914 2013-10-27  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
3916         * linum.el (linum-update-window): Fix boundary test (bug#13446).
3918 2013-10-27  Dmitry Gutov  <dgutov@yandex.ru>
3920         * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
3921         after `=' is probably a new expression.
3923 2013-10-27  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3925         * man.el (man-imenu-title): New option.
3926         (Man-mode-map): Add menu.  (Bug#15722)
3927         (Man-mode): Add imenu to menu.
3929 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
3931         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
3932         specific in what the first arg can be: a non-keyword word,
3933         string/regexp/percent literal opener, opening paren, or unary
3934         operator followed directly by word.
3936 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3938         * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
3939         (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
3940         (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
3941         (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
3942         Remove vars, they do not apply any more.
3943         (prolog-mode-abbrev-table): Remove redundant declaration.
3944         (prolog-upper-case-string, prolog-lower-case-string): Remove.
3945         (prolog-use-smie): Remove.
3946         (prolog-smie-rules): Add indentation rule for the if-then-else layout
3947         supported by prolog-electric-if-then-else-flag.
3948         (prolog-mode-variables, prolog-menu): Use setq-local.
3949         (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
3950         Remove binding to `Backspace' since this key doesn't exist anyway.
3951         Remove bindings for electric self-inserting keys.
3952         (prog-mode): Assume it's defined.
3953         (prolog-post-self-insert): New function.
3954         (prolog-mode): Use it.
3955         (prolog-indent-line, prolog-indent-level)
3956         (prolog-find-indent-of-matching-paren)
3957         (prolog-indentation-level-of-line, prolog-goto-comment-column)
3958         (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
3959         (prolog-goto-next-paren, prolog-in-string-or-comment)
3960         (prolog-tokenize, prolog-inside-mline-comment)
3961         (prolog-find-start-of-mline-comment): Remove functions.
3962         (prolog-find-unmatched-paren, prolog-clause-end)
3963         (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
3964         (prolog-electric--if-then-else): Rename from
3965         prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
3966         (prolog-tokenize-searchkey): Remove const.
3967         (prolog-clause-info): Use forward-sexp.
3968         (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
3969         (prolog-electric-if-then-else): Remove commands.
3970         (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
3971         for use in post-self-insert-hook.
3972         (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
3973         for use in post-self-insert-hook.
3974         (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
3975         for use in post-self-insert-hook.
3976         (prolog-electric--underscore): Rename from prolog-electric--underscore;
3977         adapt it for use in post-self-insert-hook.
3979 2013-10-25  Michael Albinus  <michael.albinus@gmx.de>
3981         * emacs-lisp/ert.el (ert-run-tests-interactively):
3982         Use `completing-read'.  (Bug#9756)
3984 2013-10-25  Eli Zaretskii  <eliz@gnu.org>
3986         * simple.el (line-move): Call line-move-1 instead of
3987         line-move-visual when the current window hscroll is zero, but
3988         temporary-goal-column indicates we will need to hscroll as result
3989         of the movement.  (Bug#15712)
3991 2013-10-25  Dmitry Gutov  <dgutov@yandex.ru>
3993         * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
3994         capitalization.  Use :visible instead of :active.
3995         Fix `ruby-indent-exp' reference.  Add menu items for the generic
3996         commands that are used with SMIE.
3997         (ruby-do-end-to-brace): Insert space after `{'.
3999 2013-10-25  John Anthony  <john@jo.hnanthony.com>
4001         * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu.  (Bug#15600)
4003         * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu.  (Bug#15599)
4005 2013-10-25  Glenn Morris  <rgm@gnu.org>
4007         * vc/vc.el (vc-print-log): Don't use a working revision unless
4008         one was explicitly specified.  (Bug#15322)
4010 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4012         * subr.el (add-to-list): Preserve return value in compiler-macro
4013         (bug#15692).
4015 2013-10-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4017         * progmodes/octave.el (octave-lookfor): Handle empty lookfor
4018         result.  Ask user to retry using '-all' flag.  (Bug#15701)
4020 2013-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4022         * emacs-lisp/smie.el: New smie-config system.
4023         (smie-config): New defcustom.
4024         (smie-edebug, smie-config-show-indent, smie-config-set-indent)
4025         (smie-config-guess, smie-config-save): New commands.
4026         (smie-config--mode-local, smie-config--buffer-local)
4027         (smie-config--trace, smie-config--modefuns): New vars.
4028         (smie-config--advice, smie-config--mode-hook)
4029         (smie-config--setter, smie-config-local, smie-config--get-trace)
4030         (smie-config--guess-value, smie-config--guess): New functions.
4031         (smie-indent-forward-token, smie-indent-backward-token): Don't copy
4032         text properties.  Treat "string fence" syntax like string syntax.
4034         * progmodes/sh-script.el (sh-use-smie): Change default.
4035         (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
4036         (sh-var-value): Simplify by CSE.
4037         (sh-show-indent, sh-set-indent, sh-learn-line-indent)
4038         (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
4039         is used.
4040         (sh-guess-basic-offset): Use cl-incf.
4041         (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
4043 2013-10-24  Helmut Eller  <eller.helmut@gmail.com>
4045         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
4046         (bug#15699).
4048 2013-10-24  Glenn Morris  <rgm@gnu.org>
4050         * Makefile.in (abs_top_srcdir): Remove.
4051         (update-subdirs): Use relative path to update-subdirs.
4053 2013-10-24  Eli Zaretskii  <eliz@gnu.org>
4055         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
4056         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
4057         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
4058         Call unmsys--file-name before expand-file-name, not after it.
4060 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
4062         * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
4063         (ert-test-skipped): New error.
4064         (ert-skip, ert-stats-skipped): New defuns.
4065         (ert--skip-unless): New macro.
4066         (ert-test-skipped): New struct.
4067         (ert--run-test-debugger, ert-test-result-type-p)
4068         (ert-test-result-expected-p, ert--stats, ert-stats-completed)
4069         (ert--stats-set-test-and-result, ert-char-for-test-result)
4070         (ert-string-for-test-result, ert-run-tests-batch)
4071         (ert--results-update-ewoc-hf, ert-run-tests-interactively):
4072         Handle skipped tests.  (Bug#9803)
4074 2013-10-24  Glenn Morris  <rgm@gnu.org>
4076         * Makefile.in (check-declare): Remove unnecessary path in -l argument.
4078         * Makefile.in (abs_top_srcdir): New, set by configure.
4079         (update-subdirs): Correct build-aux location.
4081 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
4083         * vc/vc.el (vc-print-root-log): Always set `default-directory'
4084         value, whether we could auto-deduce `backend', or not.
4086         * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
4087         with parameters" example.  Simplify the "is it block or is it
4088         hash" check, but also make it more thorough.
4090 2013-10-23  Masashi Fujimoto  <masfj.dev@gmail.com>  (tiny change)
4092         * battery.el (battery-pmset): Handle OS X Mavericks.  (Bug#15694)
4094 2013-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4096         * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
4097         { if it is hanging.
4099         * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
4100         :before ";".
4102 2013-10-23  Jed Brown  <jed@59A2.org>  (tiny change)
4104         * progmodes/compile.el (compilation-directory-matcher)
4105         (compilation-page-delimiter):
4106         Support GNU Make-4.0 directory quoting.  (Bug#15678)
4108 2013-10-23  Leo Liu  <sdl.web@gmail.com>
4110         * ido.el (ido-tidy): Handle read-only text.
4112 2013-10-23  Glenn Morris  <rgm@gnu.org>
4114         * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
4115         (emacs, compile, compile-always):
4116         Quote entities that might contain whitespace.
4117         (custom-deps, finder-data, autoloads): Use abs_lisp.
4118         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
4119         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
4120         ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
4122 2013-10-23  Dmitry Gutov  <dgutov@yandex.ru>
4124         * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
4125         Use `following-char'.
4127 2013-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4129         * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
4130         * progmodes/ruby-mode.el (ruby-smie-rules):
4131         Remove corresponding workaround.  Fix indentation rule of ";" so it
4132         also applies when ";" is the parent.
4134 2013-10-22  Xue Fuqiao  <xfq.free@gmail.com>
4136         * frame.el (display-screens, display-pixel-height)
4137         (display-pixel-width, display-mm-width, display-backing-store)
4138         (display-save-under, display-planes, display-color-cells)
4139         (display-visual-class, display-monitor-attributes-list):
4140         Mention the optional ‘display’ argument in doc strings.
4142 2013-10-22  Michael Gauland  <mikelygee@amuri.net>
4144         * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
4145         viewers such as evince when ebnf-production-name-p is nil.  (Bug#15625)
4147 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
4149         * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
4150         TODO.  Add "." after " @ ".
4151         (ruby-smie--at-dot-call): New function.  Checks if point at method
4152         call with explicit target.
4153         (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
4154         to the method name tokens when it precedes them.
4155         (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
4156         (ruby-smie-rules): Add rule for indentation before and after "."
4157         token.
4159 2013-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4161         * textmodes/remember.el (remember-diary-extract-entries):
4162         Avoid add-to-list.
4164         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
4165         an instruction.
4167 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
4169         * progmodes/ruby-mode.el (ruby-smie-grammar):
4170         Add (almost) all infix operators.
4171         (ruby-smie--implicit-semi-p): Add new operator chars.
4173         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
4174         `smie-down-list'.
4175         (ruby-smie--args-separator-p): Check that there's no newline
4176         between method call and its arguments.
4178 2013-10-20  Alan Mackenzie  <acm@muc.de>
4180         Allow comma separated lists after Java "implements".
4182         * progmodes/cc-engine.el (c-backward-over-enum-header):
4183         Parse commas.
4184         * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
4185         from a "disallowed" list in enum fontification.
4187 2013-10-20  Johan Bockgård  <bojohan@gnu.org>
4189         * startup.el (default-frame-background-mode): Remove unused defvar.
4191         * progmodes/verilog-mode.el (verilog-mode): Don't set
4192         comment-indent-function globally.
4194 2013-10-20  Jan Djärv  <jan.h.d@swipnet.se>
4196         * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
4197         Move Info menu item creation to ns-win.el.
4199         * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
4200         in menu bar.
4202         * menu-bar.el: Move GNUstep specific menus...
4204         * term/ns-win.el (ns-initialize-window-system): ... to here.
4206 2013-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4208         * simple.el (newline): Only run post-self-insert-hook when
4209         called interactively.
4211 2013-10-19  Johan Bockgård  <bojohan@gnu.org>
4213         * icomplete.el (icomplete-with-completion-tables): Add :version.
4215 2013-10-19  Alan Mackenzie  <acm@muc.de>
4217         Fix fontification bugs with constructors and const.
4219         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
4220         CASE 2) Remove the check for the absence of a suffix construct
4221         after a function declaration with only types (no identifiers) in
4222         the parentheses.  Also, accept a function declaration with just a
4223         type inside the parentheses, if this type can be positively
4224         recognised as such, or if a prefix keyword like "explicit" nails
4225         down the construct as a declaration.
4227 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
4229         * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
4230         TTY menu actions and down-mouse-N to tty-menu-ignore.  This solves
4231         the problem whereby selecting a menu item that leads to a
4232         minibuffer prompt moves the cursor out of the minibuffer window,
4233         making it hard to type at the prompt.  Suggested by Stefan Monnier
4234         <monnier@iro.umontreal.ca>.
4236 2013-10-19  Jan Djärv  <jan.h.d@swipnet.se>
4238         * menu-bar.el: Don't make Services menu.
4240 2013-10-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4242         * ffap.el: Handle "/usr/include/c++/<version>" directories.
4243         (ffap-alist): Use ffap-c++-mode for c++-mode.
4244         (ffap-c++-path): New variable.
4245         (ffap-c++-mode): New function.
4247 2013-10-19  Joe Vornehm Jr.  <joe.vornehm@gmail.com>  (tiny change)
4249         * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
4251 2013-10-18  Michael Albinus  <michael.albinus@gmx.de>
4253         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
4254         introduced on 2013-09-08, which results in an infinite loop
4255         requesting a password.
4257 2013-10-18  Glenn Morris  <rgm@gnu.org>
4259         * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
4261 2013-10-18  Wilson Snyder  <wsnyder@wsnyder.org>
4263         Sync with upstream verilog-mode revision 1a6ecec7.
4264         * progmodes/verilog-mode.el (verilog-mode-version): Update.
4265         (verilog-mode-release-date): Remove.
4266         (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
4267         (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
4268         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
4269         (verilog-auto-tieoff-ignore-regexp)
4270         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
4271         (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
4272         (verilog-signals-with, verilog-dir-cache-preserving)
4273         (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
4274         Doc fixes.
4275         (verilog-case-fold): New option, to control case folding in
4276         regexp searches, bug597.
4277         (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
4278         (verilog-string-match-fold, verilog-in-paren-count)
4279         (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
4280         (verilog-at-close-struct-p): New functions.
4281         (verilog-beg-block-re-ordered, verilog-extended-case-re)
4282         (verilog-forward-sexp, verilog-set-auto-endcomments):
4283         (verilog-leap-to-case-head): Handle "unique0" case.
4284         (verilog-in-constraint-re): New constant.
4285         (verilog-keywords, verilog-type-font-keywords):
4286         Add some SystemVerilog 1800-2012 keywords.
4287         (verilog-label-be): Remove unimplemented argument, bug669.
4288         (verilog-batch-execute-func): When batch expanding clear
4289         create-lockfiles to prevent spurious user locks when a file ends
4290         up not changing.
4291         (verilog-calculate-indent, verilog-calc-1)
4292         (verilog-at-close-constraint-p, verilog-at-constraint-p)
4293         (verilog-do-indent): Fix indentation of nested constraints
4294         and structures.
4295         (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
4296         (verilog-auto-inst-param): Use verilog-string-match-fold.
4297         (verilog-read-inst-module-matcher):
4298         Fix AUTOINST on gate primitives with #1.
4299         (verilog-read-decls): Fix double-declaring user-defined typed signals.
4300         Reads all user-defined typed variables.
4301         (verilog-read-defines): Fix reading definitions inside comments, bug647.
4302         (verilog-signals-matching-regexp)
4303         (verilog-signals-not-matching-regexp, verilog-auto):
4304         Respect verilog-case-fold.
4305         (verilog-diff-report): Fix line count.
4306         (verilog-auto-assign-modport): Remove unused local `modi'.
4307         (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
4308         better handle multidimensional arrays.
4309         Fix packed array ports misadding bit index in AUTOINST, bug637.
4310         (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
4311         to not double-declare existing outputs and inputs, respectively.
4312         (verilog-template-map): Bind U to verilog-sk-uvm-component.
4313         (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
4314         (verilog-sk-uvm-component): New skeleton.
4315         (verilog-submit-bug-report): Add verilog-case-fold,
4316         remove verilog-mode-release-date.
4318 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
4320         * subr.el (sit-for): Call (input-pending-p t) so as to behave
4321         as before.
4323 2013-10-18  Reuben Thomas  <rrt@sc3d.org>
4325         * textmodes/remember.el (remember): Set buffer-offer-save in
4326         remember buffers (bug#13566).
4328 2013-10-18  Daniel Colascione  <dancol@dancol.org>
4330         When evaluating forms in ielm, direct standard output to ielm
4331         buffer.  Add new ielm-return-for-effect command.  Remove trailing
4332         whitespace throughout.
4334         * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
4335         (ielm-return-for-effect): New command.
4336         (ielm-send-input): Accept optional `for-effect' parameter.
4337         (ielm-eval-input): Accept optional `for-effect' parameter.
4338         Bind `standard-output' to stream we create using
4339         `ielm-standard-output-impl'.  Suppress printing result when
4340         `for-effect'.
4341         (ielm-standard-output-impl): New function.
4342         (inferior-emacs-lisp-mode): Explain new features in documentation.
4344 2013-10-17  Michael Albinus  <michael.albinus@gmx.de>
4346         Code cleanup.
4348         * net/tramp.el (tramp-debug-message): Do not check for connection
4349         buffer.
4350         (tramp-message): Use "vector" connection property.
4352         * net/tramp.el (tramp-rfn-eshadow-update-overlay)
4353         (tramp-equal-remote, tramp-eshell-directory-change)
4354         * net/tramp-adb.el (tramp-adb-handle-copy-file)
4355         (tramp-adb-handle-rename-file)
4356         * net/tramp-cmds.el (tramp-list-remote-buffers)
4357         (tramp-cleanup-connection, tramp-cleanup-this-connection)
4358         * net/tramp-compat.el (tramp-compat-process-running-p)
4359         * net/tramp-ftp.el (tramp-ftp-file-name-handler)
4360         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
4361         (tramp-gvfs-handle-rename-file)
4362         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
4363         (tramp-set-file-uid-gid)
4364         * net/tramp-smb.el (tramp-smb-handle-copy-file)
4365         (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
4366         of `file-remote-p'.
4368         * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
4369         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
4370         (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
4371         (tramp-gw-open-network-stream): Suppress unrelated traces.
4373         * net/tramp-adb.el (tramp-adb-maybe-open-connection)
4374         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
4375         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4376         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
4377         connection property.
4379         * net/tramp-cache.el (top): Suppress traces when reading
4380         persistency file.
4382         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
4383         Refactor common code.  Improve debug message.
4384         (tramp-maybe-open-connection)
4385         * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
4386         connection buffer too early.
4388         * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
4389         from `tramp-smb-actions-with-acl'.
4390         (tramp-smb-actions-set-acl): New defconst.
4391         (tramp-smb-handle-copy-directory)
4392         (tramp-smb-action-get-acl): New defun, renamed from
4393         `tramp-smb-action-with-acl'.
4394         (tramp-smb-action-set-acl): New defun.
4395         (tramp-smb-handle-set-file-acl): Rewrite.
4397 2013-10-17  Glenn Morris  <rgm@gnu.org>
4399         * indent.el (indent-rigidly): Fix 2013-10-08 change.  (Bug#15635)
4401 2013-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4403         * skeleton.el (skeleton-newline): Remove.
4404         (skeleton-internal-1): Use (insert "\n") instead.
4406         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
4407         let-bindings.
4409         * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
4410         forward-sexp-function while we redo its job (bug#15613).
4412 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
4414         * calc/calc-comb.el (math-prime-test): Don't assume large integers are
4415         represented by lists.
4417 2013-10-16  Glenn Morris  <rgm@gnu.org>
4419         * tmm.el (tmm--history): New dynamic variable.
4420         (tmm-prompt): Use tmm--history in place of `history'.  (Bug#15623)
4422 2013-10-16  Michael Albinus  <michael.albinus@gmx.de>
4424         * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
4425         (tramp-smb-errors): Add error messages.
4426         (tramp-smb-actions-with-acl): New defconst.
4427         (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
4428         (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
4429         (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
4430         (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
4431         (tramp-smb-get-stat-capability): Fix tests.
4433 2013-10-16  Dima Kogan  <dima@secretsauce.net>  (tiny change)
4435         * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
4436         (bug#15580).
4438 2013-10-16  Glenn Morris  <rgm@gnu.org>
4440         * ansi-color.el (ansi-color-drop-regexp):
4441         Add 1J, 1K, 2K.  (Bug#15617)
4443         * files.el (hack-local-variables--warned-lexical): New.
4444         (hack-local-variables):
4445         Warn about misplaced lexical-binding.  (Bug#15616)
4447         * net/eww.el (eww-render): Always set eww-current-url,
4448         and update header line.  (Bug#15622)
4449         (eww-display-html): ... Rather than just doing it here.
4451 2013-10-15  Eli Zaretskii  <eliz@gnu.org>
4453         * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
4454         menu navigations commands.
4456 2013-10-14  Dima Kogan  <dima@secretsauce.net>  (tiny change)
4458         * progmodes/subword.el (subword-capitalize): Be careful when
4459         the search for [[:alpha:]] fails (bug#15580).
4461 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
4463         * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
4464         to commands that scroll the menu.
4466 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
4468         * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
4469         Handle methods ending with `?' and `!'.
4471 2013-10-14  Akinori MUSHA  <knu@iDaemons.org>
4473         * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
4474         `japanese-cp932' to `cp932' to fix the problem where saving a
4475         source file written in Shift_JIS twice would end up having
4476         `coding: japanese-cp932' which Ruby could not recognize.
4477         (ruby-mode-set-encoding): Add support for encodings mapped to nil
4478         in `ruby-encoding-map'.
4479         (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
4480         doesn't need to be explicitly declared in magic comment.
4481         (ruby-encoding-map): Add type declaration for better customize UI.
4483 2013-10-13  Glenn Morris  <rgm@gnu.org>
4485         * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
4486         Occur buffers are read-only.  http://bugs.debian.org/720775
4488         * emacs-lisp/authors.el (authors-fixed-entries):
4489         Comment out old alpha stuff.
4491 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
4493         * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
4494         to `after-save-hook' instead of `before-save-hook'.
4495         (ruby-mode-set-encoding): Use the value of coding system used to
4496         write the file.  Call `basic-save-buffer-1' after modifying the
4497         buffer.
4499 2013-10-13  Alan Mackenzie  <acm@muc.de>
4501         Fix indentation/fontification of Java enum with
4502         "implements"/generic.
4504         * progmodes/cc-engine.el (c-backward-over-enum-header):
4505         Extracted from the three other places and enhanced to handle generics.
4506         (c-inside-bracelist-p): Uses new function above.
4507         * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
4508         function above.
4509         (c-font-lock-enum-tail): Uses new function above.
4511 2013-10-13  Kenichi Handa  <handa@gnu.org>
4513         * international/mule-cmds.el (select-safe-coding-system): Remove a
4514         superfluous condition in chekcing whether a coding system is safe
4515         or not.
4517 2013-10-13  Oleh Krehel  <ohwoeowho@gmail.com>
4519         * replace.el (how-many): Fix rstart and !rend case.  (Bug#15589)
4521 2013-10-13  Andreas Politz  <politza@hochschule-trier.de>
4523         * progmodes/sql.el (sql-add-product): Fix paren typo.  (Bug#15435)
4525 2013-10-13  Glenn Morris  <rgm@gnu.org>
4527         * menu-bar.el (menu-bar-update-buffers):
4528         Unify Buffers menu prompt string.  (Bug#15576)
4530         * face-remap.el (text-scale-adjust): Doc fix.  (Bug#15434)
4532         * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
4533         Add some entries.
4534         (authors-fixed-entries): Use accented form of name.
4536 2013-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4538         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
4539         method calls (bug#15594).
4540         (ruby-smie--args-separator-p): New function.
4541         (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
4542         recognize paren-free method calls.
4544         * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
4545         internals of universal-argument.
4547 2013-10-11  Eli Zaretskii  <eliz@gnu.org>
4549         * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
4550         Bind all menu-bar sequences to tty-menu-exit -- this pops down a
4551         dropped menu on second mouse click on the menu bar.
4553 2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4555         * progmodes/sh-script.el: Provide simpl(e|istic) completion.
4556         (explicit-shell-file-name): Declare.
4557         (sh--vars-before-point, sh--cmd-completion-table): New functions.
4558         (sh-completion-at-point-function): New function.
4559         (sh-mode): Use it.
4560         (sh-smie--keyword-p): Remove unused argument.
4561         (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
4562         vars.
4563         (sh-set-shell): Always setup SMIE, even if we use the
4564         old indentation code.
4566 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
4568         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
4569         cases of ? and =.
4570         (ruby-smie-rules): Simplify the "do" rule.  The cases when the
4571         predicate would return nil are almost non-existent.
4572         (ruby-smie--redundant-do-p): Include "until" and "for" statements.
4574         * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
4575         cache also after commands that modify the buffer but don't move
4576         point.
4578 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4580         * env.el (substitute-env-in-file-name): New function.
4581         (substitute-env-vars): Extend the meaning of the optional arg.
4583 2013-10-10  Eli Zaretskii  <eliz@gnu.org>
4585         * term/w32-win.el (dynamic-library-alist): Define separate lists
4586         of GIF DLLs for versions before and after 5.0.0 of giflib.
4587         (Bug#15531)
4589 2013-10-10  João Távora  <joaotavora@gmail.com>
4591         * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
4592         not locked, use last revision and current source as
4593         defaults.  (Bug#15569)
4595 2013-10-10  Masatake YAMATO  <yamato@redhat.com>
4597         * menu-bar.el (menu-bar-open): Don't use popup-menu if
4598         menu-bar is hidden.
4600 2013-10-10  Martin Rudalics  <rudalics@gmx.at>
4602         * window.el (pop-to-buffer-same-window): Fix doc-string.
4603         (Bug#15492)
4605 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4607         * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
4609 2013-10-10  Andrei Chițu  <andrei.chitu1@gmail.com>  (tiny change)
4611         * calendar/icalendar.el (icalendar-import-file):
4612         Fix interactive spec.  (Bug#15482)
4614 2013-10-10  Glenn Morris  <rgm@gnu.org>
4616         * desktop.el (desktop-save): Default to saving in .emacs.d,
4617         since PWD is no longer in desktop-path by default.  (Bug#15319)
4619         * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
4620         now that text mode has a menu with the same entry.
4621         (menu-bar-text-mode-auto-fill): Remove now unused func.
4622         * textmodes/text-mode.el (text-mode-map):
4623         Use auto-fill help text from menu-bar.el.
4625 2013-10-10  John Anthony  <john@jo.hnanthony.com>
4627         * textmodes/text-mode.el (text-mode-map): Add a menu.  (Bug#15562)
4629 2013-10-09  Juri Linkov  <juri@jurta.org>
4631         * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
4632         instead of this-command-keys.  Add universal-argument-more and
4633         universal-argument-minus to the list of prefix commands.  (Bug#15568)
4635 2013-10-09  Glenn Morris  <rgm@gnu.org>
4637         * vc/vc-svn.el (vc-svn-create-repo):
4638         Expand paths in file://... url.  (Bug#15446)
4640         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
4641         Add some entries.
4642         (authors): Remove unused local variables.
4644 2013-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4646         * profiler.el: Create a more coherent calltree from partial backtraces.
4647         (profiler-format): Hide the tail with `invisible' so that C-s can still
4648         find the hidden elements.
4649         (profiler-calltree-depth): Don't recurse so enthusiastically.
4650         (profiler-function-equal): New hash-table-test.
4651         (profiler-calltree-build-unified): New function.
4652         (profiler-calltree-build): Use it.
4653         (profiler-report-make-name-part): Indent the calltree less.
4654         (profiler-report-mode): Add visibility specs for profiler-format.
4655         (profiler-report-expand-entry, profiler-report-toggle-entry):
4656         Expand the whole subtree when provided with a prefix arg.
4658 2013-10-09  Dmitry Gutov  <dgutov@yandex.ru>
4660         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
4661         iuwu-mod token.
4662         (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
4663         hanging iuwu-mod token.
4664         (ruby-smie--forward-token): Do not include a dot after a token in
4665         that token.
4666         (ruby-smie--backward-token): Likewise.
4668 2013-10-08  Juri Linkov  <juri@jurta.org>
4670         * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
4671         to isearch-other-control-char.
4672         (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
4673         and isearch-post-command-hook to post-command-hook.
4674         (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
4675         and isearch-post-command-hook from post-command-hook.
4676         (isearch-unread-key-sequence)
4677         (isearch-reread-key-sequence-naturally)
4678         (isearch-lookup-scroll-key, isearch-other-control-char)
4679         (isearch-other-meta-char): Remove functions.
4680         (isearch-pre-command-hook, isearch-post-command-hook):
4681         New functions based on isearch-other-meta-char rewritten
4682         relying on the new behavior of overriding-terminal-local-map
4683         that does not replace the local keymaps any more.  (Bug#15200)
4685 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
4687         Support menus on text-mode terminals.
4688         * tmm.el (tmm-menubar): Adapt doc string to TTY menus
4689         functionality.
4691         * tooltip.el (tooltip-mode): Don't error out on TTYs.
4693         * menu-bar.el (popup-menu, popup-menu-normalize-position):
4694         Move here from mouse.el.
4695         (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
4696         and arrow keys.
4697         (tty-menu-navigation-map): New map for TTY menu navigation.
4699         * loadup.el ("tooltip"): Load even if x-show-tip is not available.
4701         * frame.el (display-mouse-p): Report text-mode mouse as available
4702         on w32.
4703         (display-popup-menus-p): Report availability if mouse is
4704         available; don't condition on window-system.
4706         * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
4707         (tty-menu-selected-face): New faces.
4709 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4711         * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
4712         (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
4713         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
4714         (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
4715         New constants.
4716         (lisp-mode-variables): New `elisp' argument.
4717         (emacs-lisp-mode): Use it.
4718         * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
4719         (lisp-font-lock-keywords-2): Move to lisp-mode.el.
4721         * indent.el: Use lexical-binding.
4722         (indent-region): Add progress reporter.
4723         (tab-stop-list): Make it implicitly extend to infinity by repeating the
4724         last step.
4725         (indent--next-tab-stop): New function to implement this behavior.
4726         (tab-to-tab-stop, move-to-tab-stop): Use it.
4728 2013-10-08  Teemu Likonen  <tlikonen@iki.fi>
4730         * indent.el (indent-rigidly--current-indentation): New function.
4731         (indent-rigidly-map): New var.
4732         (indent-rigidly): Use it to provide interactive mode (bug#8196).
4734 2013-10-08  Bastien Guerry  <bzg@gnu.org>
4736         * register.el (insert-register): Fix 2013-10-07 change.
4738 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4740         * progmodes/perl-mode.el: Use lexical-binding.
4741         Remove redundant :group args.
4742         (perl-nochange): Change default to be closer to other major modes's
4743         standard behavior.
4744         (perl-indent-line): Don't consider text on current line as a
4745         valid beginning of function from which to indent.
4747         * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
4748         with more than one argument (bug#15538).
4750         * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
4752         * vc/pcvs.el: Use lexical-binding.
4753         (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
4754         environment of `eval'.
4755         (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
4756         than a list of expressions.  Adjust callers.
4757         * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
4759 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
4761         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
4762         case of the dot in a chained method call being on the following line.
4764 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4766         * electric.el (electric-indent-inhibit): New var.
4767         (electric-indent-post-self-insert-function): Use it.
4768         * progmodes/python.el (python-mode): Set it.
4770         * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
4771         open braces.
4773         * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
4775         * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
4776         (css-mode): Use electric-indent-chars.
4778         * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
4779         (font-lock-beg, font-lock-end): Move before first use.
4780         (nxml-mode): Use syntax-propertize-function.
4781         (nxml-after-change, nxml-after-change1): Adjust accordingly.
4782         (nxml-extend-after-change-region): Remove.
4783         * nxml/xmltok.el: Use lexical-binding.
4784         (xmltok-save): Use `declare'.
4785         (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
4786         * nxml/nxml-util.el: Use lexical-binding.
4787         (nxml-with-degradation-on-error, nxml-with-invisible-motion):
4788         Use `declare'.
4789         * nxml/nxml-ns.el: Use lexical-binding.
4790         (nxml-ns-save): Use `declare'.
4791         (nxml-ns-prefixes-for): Avoid add-to-list.
4792         * nxml/rng-match.el: Use lexical-binding.
4793         (rng--ipattern): Use cl-defstruct.
4794         (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
4795         (rng-cons-group-after, rng-subst-group-after)
4796         (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
4797         Use closures instead of `(lambda...).
4799 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
4801         * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
4802         of BEG and END.
4804         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4805         Use `tramp-handle-insert-file-contents'.
4806         (tramp-gvfs-handle-insert-file-contents): Remove function.
4808         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
4809         Use `save-restriction' in order to keep markers.
4811         * net/trampver.el: Update release number.
4813 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4815         * progmodes/compile.el (compilation-parse-errors):
4816         Use compilation--put-prop.
4817         (compilation--ensure-parse): Check compilation-multiline.
4819         * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
4821         * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
4822         lexical-binding.
4824         * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
4826         * progmodes/ruby-mode.el: Fix recently added tests.
4827         (ruby-smie-grammar): Add - and +.
4828         (ruby-smie--redundant-do-p, ruby-smie--forward-id)
4829         (ruby-smie--backward-id): New functions.
4830         (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
4831         (ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
4832         any more.
4834 2013-10-07  Leo Liu  <sdl.web@gmail.com>
4836         * register.el (register-preview-delay)
4837         (register-preview-functions): New variables.
4838         (register-read-with-preview, register-preview)
4839         (register-describe-oneline): New functions.
4840         (point-to-register, window-configuration-to-register)
4841         (frame-configuration-to-register, jump-to-register)
4842         (number-to-register, view-register, insert-register)
4843         (copy-to-register, append-to-register, prepend-to-register)
4844         (copy-rectangle-to-register): Use register-read-with-preview to
4845         read register.  (Bug#15525)
4847 2013-10-06  Dato Simó  <dato@net.com.org.es>  (tiny change)
4849         * net/network-stream.el (network-stream-open-starttls): Don't add
4850         --insecure if it's already present, because that gnutls-cli
4851         rejects getting that parameter twice.
4853 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
4855         * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
4856         keyword, too.
4858 2013-10-05  Dmitry Gutov  <dgutov@yandex.ru>
4860         * newcomment.el (comment-use-global-state): Change default value
4861         to t, mark obsolete (Bug#15251).
4862         (comment-beginning): In addition to `comment-to-syntax', check the
4863         value of `comment-use-global-state'.
4865 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4867         * progmodes/ruby-mode.el (ruby-use-smie): Change default.
4868         (ruby-comment-column): Follow the global default, by default.
4869         (ruby-smie-grammar): Add assignment syntax.
4870         (ruby-smie--implicit-semi-p): No implicit semi-colon after an
4871         open-paren, a comma, or a \.
4872         (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
4873         and line continuations.
4874         (ruby-smie-rules): Adjust handling of open-paren, now that it's never
4875         followed by implicit semi-colons.  Add rule for string concatenation
4876         and for indentation at BOB.
4877         (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
4879         * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
4880         calling next-sexp, since next-token may have skipped chars which
4881         next-sexp doesn't know should be skipped!
4883 2013-10-05  Leo Liu  <sdl.web@gmail.com>
4885         * progmodes/octave.el (octave-send-region):
4886         Call compilation-forget-errors.
4888 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
4890         * vc/vc-svn.el (vc-svn-find-admin-dir):
4891         * vc/vc-rcs.el (vc-rcs-find-admin-dir):
4892         * vc/vc-mtn.el (vc-mtn-find-admin-dir):
4893         * vc/vc-cvs.el (vc-cvs-find-admin-dir):
4894         * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
4896 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4898         * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
4900 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4902         * subr.el (read-passwd): Hide chars even when called within a context
4903         where after-change-functions is disabled (bug#15501).
4904         (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
4905         until we removed ourself from overriding-terminal-local-map.
4907 2013-10-04  Leo Liu  <sdl.web@gmail.com>
4909         * progmodes/octave.el (inferior-octave-mode):
4910         Call compilation-forget-errors.
4912 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
4914         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
4916 2013-10-04  Michael Albinus  <michael.albinus@gmx.de>
4918         * net/secrets.el (secrets-create-collection): Add optional
4919         argument ALIAS.  Use proper Label keyword.  Append ALIAS as
4920         dbus-call-method argument.  (Bug#15516)
4922 2013-10-04  Leo Liu  <sdl.web@gmail.com>
4924         * progmodes/octave.el (inferior-octave-error-regexp-alist)
4925         (inferior-octave-compilation-font-lock-keywords): New variables.
4926         (compilation-error-regexp-alist)
4927         (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
4928         (inferior-octave-mode): Use compilation-shell-minor-mode.
4930 2013-10-04  Jorgen Schaefer  <forcer@forcix.cx>
4932         * minibuffer.el (completion--replace): Be careful that `end' might be
4933         a marker.
4935 2013-10-03  Daiki Ueno  <ueno@gnu.org>
4937         Add support for package signature checking.
4938         * emacs-lisp/package.el (url-http-file-exists-p)
4939         (epg-make-context, epg-context-set-home-directory)
4940         (epg-verify-string, epg-context-result-for)
4941         (epg-signature-status, epg-signature-to-string)
4942         (epg-check-configuration, epg-configuration)
4943         (epg-import-keys-from-file): Declare.
4944         (package-check-signature): New user option.
4945         (package-unsigned-archives): New user option.
4946         (package-desc): Add `signed' field.
4947         (package-load-descriptor): Set `signed' field if .signed file exists.
4948         (package--archive-file-exists-p): New function.
4949         (package--check-signature): New function.
4950         (package-install-from-archive): Check package signature.
4951         (package--download-one-archive): Check archive signature.
4952         (package-delete): Remove .signed file.
4953         (package-import-keyring): New command.
4954         (package-refresh-contents): Import default keyring.
4955         (package-desc-status): Add "unsigned" status.
4956         (describe-package-1, package-menu--print-info)
4957         (package-menu-mark-delete, package-menu--find-upgrades)
4958         (package-menu--status-predicate): Support "unsigned" status.
4960 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4962         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
4963         the new compilation scheme using the new byte-codes.
4965         * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
4966         (byte-pophandler): New byte codes.
4967         (byte-goto-ops): Adjust accordingly.
4968         (byte-compile--use-old-handlers): New var.
4969         (byte-compile-catch): Use new byte codes depending on
4970         byte-compile--use-old-handlers.
4971         (byte-compile-condition-case--old): Rename from
4972         byte-compile-condition-case.
4973         (byte-compile-condition-case--new): New function.
4974         (byte-compile-condition-case): New function that dispatches depending
4975         on byte-compile--use-old-handlers.
4976         (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
4977         when we can.
4979         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4980         Optimize under `condition-case' and `catch' if
4981         byte-compile--use-old-handlers is nil.
4982         (disassemble-offset): Handle new bytecodes.
4984 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4986         * subr.el (error): Use `declare'.
4987         (decode-char, encode-char): Use advertised-calling-convention instead
4988         of the docstring to discourage use of the `restriction' arg.
4990 2013-10-03  Daiki Ueno  <ueno@gnu.org>
4992         * epg.el (epg-verify-file): Add a comment saying that it does not
4993         notify verification error as a return value nor a signal.
4994         (epg-verify-string): Ditto.
4996 2013-10-02  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
4998         * progmodes/compile.el (compilation-start): Try globbing the arg to
4999         `cd' (bug#15417).
5001 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
5003         Sync with Tramp 2.2.8.
5005         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
5006         * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
5007         * net/trampver.el: Update release number.
5009 2013-10-01  Jan Djärv  <jan.h.d@swipnet.se>
5011         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
5012         and default-process-coding-system for darwin only.
5014 2013-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5016         * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
5018 2013-10-01  Mitchel Humpherys  <mitch.special@gmail.com>  (tiny change)
5020         * vc/vc-git.el (vc-git-grep): Disable pager.
5022 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
5024         * emacs-lisp/package.el (package-buffer-info, describe-package-1):
5025         Use :url instead of :homepage, as per
5026         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
5028         * newcomment.el (comment-beginning): When `comment-use-syntax' is
5029         non-nil, use `syntax-ppss' (Bug#15251).
5031 2013-09-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5033         * progmodes/octave.el (inferior-octave-startup-file):
5034         Prefer ~/.emacs.d/init_octave.m.
5036 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
5038         * emacs-lisp/package.el (package-desc-from-define):
5039         Accept additional arguments as plist, convert them to an alist and store
5040         them in the `extras' slot.
5041         (package-generate-description-file): Convert extras alist back to
5042         plist and append to the `define-package' form arguments.
5043         (package--alist-to-plist): New function.
5044         (package--ac-desc): Add `extras' slot.
5045         (package--add-to-archive-contents): Check if the archive-contents
5046         vector is long enough, and if it is, pass its `extras' slot value
5047         to `package-desc-create'.
5048         (package-buffer-info): Call `lm-homepage', pass the returned value
5049         to `package-desc-from-define'.
5050         (describe-package-1): Render the homepage button (Bug#13291).
5052         * emacs-lisp/package-x.el (package-upload-buffer-internal):
5053         Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
5055 2013-09-29  Jan Djärv  <jan.h.d@swipnet.se>
5057         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
5058         and default-process-coding-system to utf-8-unix (Bug#15402).
5060 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
5062         * subr.el (looking-back): Do not recommend using looking-back.
5064 2013-09-28  Alan Mackenzie  <acm@muc.de>
5066         Fix indentation/fontification of Java enum with "implements".
5068         * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
5069         regexp which matches "implements", etc., in Java.
5070         * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
5071         specifier clauses coming after "enum".
5072         * progmodes/cc-fonts.el (c-font-lock-declarations)
5073         (c-font-lock-enum-tail): Check for extra specifier clauses coming
5074         after "enum".
5076 2013-09-28  Jan Djärv  <jan.h.d@swipnet.se>
5078         * faces.el (region): Change ns_selection_color to
5079         ns_selection_fg_color, add ns_selection_bg_color.
5081 2013-09-28  Leo Liu  <sdl.web@gmail.com>
5083         * progmodes/octave.el (inferior-octave-completion-table)
5084         (inferior-octave-completion-at-point): Minor tweaks.
5086         * textmodes/ispell.el (ispell-lookup-words): Rename from
5087         lookup-words.  (Bug#15460)
5088         (lookup-words): Obsolete.
5089         (ispell-complete-word, ispell-command-loop): All uses changed.
5091 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5093         * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
5094         (octave-mode-menu): Add octave-send-buffer.
5095         (octave-send-buffer): New function.
5097 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5099         * progmodes/octave.el (octave-mode-map): Add key binding for
5100         octave-lookfor.
5101         (octave-mode-menu): Add octave-lookfor.
5102         (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
5103         octave-lookfor.
5104         (octave-lookfor): New function.
5106 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5108         * emacs-lisp/cl-macs.el:
5109         (cl--loop-destr-temps): Remove.
5110         (cl--loop-iterator-function): Rename from cl--loop-map-form and change
5111         its convention.
5112         (cl--loop-set-iterator-function): New function.
5113         (cl-loop): Adjust accordingly, so as not to use cl-subst.
5114         (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
5115         Bind `it' with `let' instead of substituting it with `cl-subst'.
5116         (cl--unused-var-p): New function.
5117         (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
5118         Eliminate some unused variable warnings (bug#15326).
5120 2013-09-27  Tassilo Horn  <tsdh@gnu.org>
5122         * doc-view.el (doc-view-scale-reset): Rename from
5123         `doc-view-reset-zoom-level'.
5124         (doc-view-scale-adjust): New command.
5125         (doc-view-mode-map): Remap `text-scale-adjust' bindings to
5126         `doc-view-scale-adjust'.
5128 2013-09-26  Tassilo Horn  <tsdh@gnu.org>
5130         * doc-view.el (doc-view-reset-zoom-level): New command.
5131         (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
5132         zoom commands (bug#15466).
5134 2013-09-26  Kenichi Handa  <handa@gnu.org>
5136         * international/quail.el (quail-help): Make it not a command.
5138 2013-09-26  Leo Liu  <sdl.web@gmail.com>
5140         * minibuffer.el (completion-all-sorted-completions): Make args
5141         optional as they are.
5143 2013-09-25  Daniel Colascione  <dancol@dancol.org>
5145         * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
5146         specs are and that they're not evaluated.
5148 2013-09-24  Sam Steingold  <sds@gnu.org>
5150         * midnight.el (clean-buffer-list-kill-regexps)
5151         (clean-buffer-list-kill-buffer-names): Update for the new Man
5152         buffer naming which includes the object name.
5154 2013-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5156         * eshell/esh-cmd.el (eshell--sep-terms): New var.
5157         (eshell-parse-command, eshell-parse-pipeline): Use it since
5158         eshell-separate-commands requires a dynamic scoped var.
5159         Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
5161 2013-09-23  Leo Liu  <sdl.web@gmail.com>
5163         * autoinsert.el (auto-insert-alist): Make the value of
5164         lexical-binding match its file setting.
5166 2013-09-23  Juanma Barranquero  <lekktu@gmail.com>
5168         * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
5170         * autoarg.el (autoarg-kp-digit-argument):
5171         * electric.el (Electric-command-loop):
5172         * kmacro.el (kmacro-step-edit-insert):
5173         Do not set universal-argument-num-events.
5175 2013-09-22  Leo Liu  <sdl.web@gmail.com>
5177         * files.el (interpreter-mode-alist): Add octave.
5179 2013-09-21  Alan Mackenzie  <acm@muc.de>
5181         C++: fontify identifier in declaration following "public:" correctly.
5182         * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
5183         to match "public", etc.
5184         (c-decl-prefix-re): Add ":" into the C++ value.
5185         * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
5186         bit.  Add a check for a ":" preceded by "public", etc.
5188 2013-09-21  Eli Zaretskii  <eliz@gnu.org>
5190         * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
5191         recognized by GDB 7.5 and later.
5193 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
5195         * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
5197 2013-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5199         * subr.el (internal--call-interactively): New const.
5200         (called-interactively-p): Use it (bug#3984).
5202 2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
5204         * vc/pcvs.el (cvs-mode-ignore):
5205         * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
5206         Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
5208 2013-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5210         * eshell/em-ls.el: Use advice.  Remove redundant :group keywords.
5211         (eshell-ls-orig-insert-directory): Remove.
5212         (eshell-ls-unload-hook): Not a defcustom any more.  Use advice-remove.
5213         (eshell-ls-use-in-dired): Use advice-add/remove.
5214         (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
5215         Add `orig-fun' arg for use in :around advice.
5216         Make it check (redundantly) eshell-ls-use-in-dired.
5218 2013-09-19  Glenn Morris  <rgm@gnu.org>
5220         * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
5222         * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
5224         * emacs-lisp/eieio.el (class-parent): Undo previous change.
5226 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
5228         * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
5229         (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
5230         (tramp-get-remote-python): New defuns.
5231         (tramp-get-remote-uid-with-perl)
5232         (tramp-get-remote-gid-with-perl): New defuns.  Perl code
5233         contributed by yary <not.com@gmail.com> (tiny change).
5234         (tramp-get-remote-uid-with-python)
5235         (tramp-get-remote-gid-with-python): New defuns.  Python code
5236         contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
5237         (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
5239 2013-09-19  Glenn Morris  <rgm@gnu.org>
5241         * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
5243         * eshell/em-unix.el (eshell-remove-entries):
5244         Rename argument to avoid name-clash with global `top-level'.
5246         * eshell/esh-proc.el (eshell-kill-process-function):
5247         Remove eshell-reset-after-proc from eshell-kill-hook if present.
5248         (eshell-reset-after-proc): Remove unused arg `proc'.
5250         * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
5251         (directory-files-and-attributes): Mark unused arg.
5253         * eshell/em-unix.el (eshell-remove-entries):
5254         Remove unused arg `path'.  Update callers.
5256         * eshell/em-hist.el (eshell-hist-parse-arguments):
5257         Remove unused arg `silent'.  Update callers.
5259         * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
5260         Fix (f)boundp mix-up.
5262         * eshell/em-smart.el (eshell-smart-scroll-window)
5263         (eshell-disable-after-change):
5264         * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
5266 2013-09-18  Alan Mackenzie  <acm@muc.de>
5268         Fix fontification of type when followed by "const".
5269         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
5270         "known" types from fontification.
5272 2013-09-18  Glenn Morris  <rgm@gnu.org>
5274         * emacs-lisp/chart.el (x-display-color-cells): Declare.
5275         (chart-face-list): Drop Emacsen without display-color-p.
5277         * net/eww.el (libxml-parse-html-region): Declare.
5278         (eww-display-html): Explicit error if no libxml2 support.
5280         * doc-view.el (doc-view-mode): Silence --without-x compilation.
5282         * image.el (image-type-from-buffer, image-multi-frame-p):
5283         Remove --without-x warning/error.
5285         * mouse.el (mouse-yank-primary):
5286         * term.el (term-mouse-paste):
5287         Reorder to silence --without-x compilation.
5289         * mpc.el (doc-view-mode): Silence --without-x compilation.
5291         * mail/rmailmm.el (rmail-mime-set-bulk-data):
5292         Silence --without-x compilation.
5294         * progmodes/gud.el (gud-find-file, gud-mode):
5295         Silence --without-x compilation.
5296         (tooltip-mode): Declare.
5298         * wdired.el (dired-backup-overwrite): Remove declaration.
5299         (wdired-mode-map): Add doc string.
5301         * custom.el (x-get-resource): Declare.
5303         * eshell/em-glob.el (ange-cache):
5304         * eshell/em-unix.el (ange-cache): Declare.
5306         * faces.el (x-display-list, x-open-connection, x-get-resource):
5307         Declare.
5309         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
5310         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
5311         Declare.
5313         * frame.el (x-display-grayscale-p, x-display-name): Declare.
5315         * net/gnutls.el (gnutls-log-level): Declare.
5317         * net/shr.el (image-size, image-animate): Declare.
5319         * simple.el (font-info): Declare.
5321         * subr.el (x-popup-dialog): Declare.
5323         * term/common-win.el (x-select-enable-primary)
5324         (x-last-selected-text-primary, x-last-selected-text-clipboard):
5325         Declare.
5327         * term/ns-win.el (x-handle-args): Declare.
5329         * term/x-win.el (x-select-enable-clipboard): Declare.
5331         * term/w32-win.el (create-default-fontset): Declare.
5333         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
5334         Declare.
5336         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
5337         (fit-frame-to-buffer): Explicit error if --without-x.
5338         (mouse-autoselect-window-select): Silence compiler.
5340         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
5342         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
5343         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
5344         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
5345         * eshell/esh-util.el (eshell-sublist):
5346         Remove unused local variables.
5348         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
5350         * textmodes/two-column.el: Make 2C-split work for --without-x.
5351         (scroll-bar-columns): Autoload.
5352         (top-level): Require fringe when compiling.
5354 2013-09-18  Leo Liu  <sdl.web@gmail.com>
5356         * subr.el (add-hook): Robustify to handle closure as well.
5358 2013-09-17  Glenn Morris  <rgm@gnu.org>
5360         * simple.el (messages-buffer-mode-map): Unbind "g".
5362 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5364         * help-mode.el (help-mode-finish): Use derived-mode-p.
5365         Remove obsolete highlighting.
5367         * play/life.el (life-mode): Use define-derived-mode.  Derive from
5368         special-mode.
5369         (life): Let-bind inhibit-read-only.
5370         (life-setup): Avoid `setq'.  Use `life-mode'.
5372         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
5373         which should not be needed any more.
5374         (package-menu-refresh, package-menu-describe-package): Use user-error.
5376         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
5377         (eshell-post-rewrite-command-hook): Make obsolete.
5378         (eshell-parse-command): Simplify.
5379         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
5380         (eshell--cmd): Declare.
5381         (eshell-parse-pipeline): Remove unused var `final-p'.
5382         Pass a dynvar to eshell-post-rewrite-command-hook.
5383         Implement the new eshell-post-rewrite-command-function.
5384         (eshell-invoke-directly): Remove unused arg `input'.
5385         * eshell/esh-io.el (eshell-io-initialize):
5386         Use eshell-post-rewrite-command-function (bug#15399).
5387         (eshell--apply-redirections): Rename from eshell-apply-redirections;
5388         adjust to new calling convention.
5389         (eshell-create-handles): Rename args to avoid clashing with dynvar
5390         `standard-output'.
5392 2013-09-17  Glenn Morris  <rgm@gnu.org>
5394         * simple.el (messages-buffer-mode): New major mode.
5395         (messages-buffer): New function.
5396         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
5397         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
5398         (ert-run-test): Use `messages-buffer' function.
5399         (ert--force-message-log-buffer-truncation): Ignore read-only.
5400         * help.el (view-echo-area-messages): Use `messages-buffer' function.
5401         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
5403 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5405         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
5407         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
5409 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5411         * icomplete.el (icomplete-in-buffer): New var.
5412         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
5413         vars and replace them with functions.
5414         (icomplete-minibuffer-setup): Adjust accordingly.
5415         (icomplete--completion-table, icomplete--completion-predicate)
5416         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
5417         New functions.
5418         (icomplete-forward-completions, icomplete-backward-completions)
5419         (icomplete-simple-completing-p, icomplete-exhibit)
5420         (icomplete-completions): Use them.
5421         (icomplete--in-region-buffer): New var.
5422         (icomplete--in-region-setup): New function.
5423         (icomplete-mode): Use it.
5425         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
5426         (bug#15379).
5427         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
5428         return args and options.
5429         (eshell-eval-using-options): Use the new return value of
5430         eshell--do-opts to set the options's vars in their scope.
5431         (eshell--set-option): Rename from eshell-set-option.
5432         Add arg `opt-vals'.
5433         (eshell--process-option): Rename from eshell-process-option.
5434         Add arg `opt-vals'.
5435         (eshell--process-args): Use an `opt-vals' alist to store the options's
5436         values during their processing and return them additionally to the
5437         remaining args.
5439 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
5441         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
5442         continuation character an operator, as far as indentation is
5443         concerned (Bug#15369).
5445 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
5447         * window.el (window--state-put-2): Don't process buffer state
5448         when buffer doesn't exist any more (Bug#15382).
5450 2013-09-15  Glenn Morris  <rgm@gnu.org>
5452         * eshell/em-unix.el (eshell/rm):
5453         Make -f ignore missing files.  (Bug#15373)
5455         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
5456         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
5457         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
5459 2013-09-14  Glenn Morris  <rgm@gnu.org>
5461         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
5463 2013-09-13  Glenn Morris  <rgm@gnu.org>
5465         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
5466         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
5468 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
5470         * frame.el (x-focus-frame): Mark as declared in frame.c.
5472 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5474         * ls-lisp.el: Use advice-add.
5475         (original-insert-directory): Remove.
5476         (ls-lisp--insert-directory): Rename from insert-directory; add
5477         `orig-fun' argument.
5478         (insert-directory): Advise.
5480 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
5482         * term.el (term-emulate-terminal): Decode the command string
5483         before passing it to term-command-hook.  (Bug#15337)
5485 2013-09-13  Glenn Morris  <rgm@gnu.org>
5487         * eshell/esh-util.el (ange-cache): Move declaration earlier.
5489         * eshell/esh-ext.el (eshell-search-path): Declare.
5491         * eshell/em-prompt.el (eshell/pwd): Autoload it.
5492         Otherwise an error occurs if eshell-dirs module not loaded.
5494         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
5496 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
5498         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
5499         `tramp-check-proper-host'.  Check for a valid method name.
5501         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
5502         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5503         * net/tramp-sh.el (tramp-maybe-open-connection):
5504         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
5506         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
5507         also for hash values.
5509 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5511         * term/ns-win.el (parameters): Don't declare as dynamic.
5512         (before-make-frame-hook): Don't add ineffective function.
5514         * eshell/*.el: Use lexical-binding (bug#15231).
5516 2013-09-12  Kenichi Handa  <handa@gnu.org>
5518         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
5520 2013-09-12  Glenn Morris  <rgm@gnu.org>
5522         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
5523         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
5525         * subr.el (do-after-load-evaluation): Also give compiler warnings
5526         when obsolete files are used (except by obsolete files).
5528         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
5529         in the status output, assume `filename' is the first.  (Bug#15322)
5531         * vc/vc.el (vc-deduce-fileset): Doc fix.
5533         * calc/calc-help.el (Info-goto-node):
5534         * progmodes/cperl-mode.el (Info-find-node):
5535         * vc/ediff.el (Info-goto-node): Update declarations.
5537         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
5539         * vc/vc-bzr.el (vc-compilation-mode): Declare.
5540         (vc-bzr-pull): Require vc-dispatcher.
5541         * vc/vc-git.el (vc-compilation-mode): Declare.
5542         (vc-git-pull): Require vc-dispatcher.
5544         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
5546         * progmodes/octave.el (help-button-action): Declare.
5548         * shell.el (shell-directory-tracker): Output error as a message
5549         rather than just returning it as a string.
5550         (shell-process-pushd): Remove useless use of message.
5552         * dframe.el (dframe-timer-fn):
5553         * files.el (dir-locals-read-from-file):
5554         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
5555         (mpc-format):
5556         * reveal.el (reveal-post-command):
5557         * saveplace.el (load-save-place-alist-from-file):
5558         * shell.el (shell-resync-dirs):
5559         * w32-common-fns.el (x-get-selection-value):
5560         * emacs-lisp/copyright.el (copyright-find-copyright):
5561         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
5562         * emulation/tpu-edt.el (tpu-copy-keyfile):
5563         * play/bubbles.el (bubbles--mark-neighbourhood):
5564         * progmodes/executable.el
5565         (executable-make-buffer-file-executable-if-script-p):
5566         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
5568 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5570         Cleanup Eshell to rely less on dynamic scoping.
5571         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
5572         last-value, and ext-command here.  Bind `args' closer to `body'.
5573         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
5574         (eshell--args): Declare new dynamic var.
5575         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
5576         last-value, and ext-command.  Pass `args' to `body'.
5577         (eshell-process-args): Bind eshell--args.
5578         (eshell-set-option): Use eshell--args.
5579         * eshell/eshell.el (eshell): Use derived-mode-p.
5580         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
5581         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
5582         (eshell-glob-function): Declare.
5583         * eshell/esh-util.el: Require cl-lib.
5584         (eshell-read-hosts-file): Avoid add-to-list.
5585         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
5586         `err'.
5587         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
5588         Declare.
5589         (eshell/diff): Remove unused var `err'.
5590         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
5591         `killflag'.
5592         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
5593         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
5594         first use.
5595         * eshell/em-glob.el (eshell-glob-matches, message-shown):
5596         Move declaration before first use.
5597         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
5598         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
5599         rely on cl-return.
5601 2013-09-12  Glenn Morris  <rgm@gnu.org>
5603         * term/ns-win.el (global-map): Remove binding for ispell-next,
5604         deleted 1999-05-29.  (Bug#15357)
5606 2013-09-11  Glenn Morris  <rgm@gnu.org>
5608         * echistory.el (electric-command-history): Remove call to deleted func.
5610         * play/landmark.el (landmark-mode): Fix typos.
5612         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
5613         Check cvs-sort-ignore-file is bound.
5615         * savehist.el: No need for cl when compiling on Emacs.
5617 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5619         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
5620         (bug#15338).
5621         (eshell-self-insert-command, eshell-send-invisible):
5622         Remove unused argument.
5623         (eshell-handle-control-codes): Remove unused var `orig'.
5624         Avoid delete-backward-char.
5626         * files.el (set-auto-mode): Simplify a bit further.
5628 2013-09-11  Glenn Morris  <rgm@gnu.org>
5630         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
5631         (set-auto-mode): Don't regexp-quote elements.
5632         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
5633         * progmodes/cc-mode.el (interpreter-mode-alist):
5634         * progmodes/ruby-mode.el (interpreter-mode-alist):
5635         Revert previous change.
5637 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5639         * play/snake.el (snake-mode):
5640         * play/mpuz.el (mpuz-mode):
5641         * play/landmark.el (lm-mode):
5642         * play/blackbox.el (blackbox-mode):
5643         * play/5x5.el (5x5-mode):
5644         * obsolete/options.el (Edit-options-mode):
5645         * net/quickurl.el (quickurl-list-mode):
5646         * net/newst-treeview.el (newsticker-treeview-mode):
5647         * mail/rmailsum.el (rmail-summary-mode):
5648         * mail/mspools.el (mspools-mode):
5649         * locate.el (locate-mode):
5650         * ibuffer.el (ibuffer-mode):
5651         * emulation/ws-mode.el (wordstar-mode):
5652         * emacs-lisp/debug.el (debugger-mode):
5653         * array.el (array-mode):
5654         * net/eudc.el (eudc-mode): Use define-derived-mode.
5655         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
5656         Move initialization into declaration.
5657         (mairix-searches-mode): Use define-derived-mode.
5658         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
5659         (eudc-edit-hotlist): Use dolist.
5660         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
5661         (Man-mode): Use define-derived-mode.
5662         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
5663         (Info-edit-mode): Use define-derived-mode.
5664         (Info-cease-edit): Use Info-mode.
5665         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
5666         into declaration.
5667         (eshell-mode): Use define-derived-mode.
5668         * chistory.el (command-history-mode-map): Rename from
5669         command-history-map.
5670         (command-history-mode): Use define-derived-mode.
5671         (Command-history-setup): Remove function.
5672         * calc/calc.el (calc-trail-mode-map): New var.
5673         (calc-trail-mode): Use define-derived-mode.
5674         (calc-trail-buffer): Set calc-main-buffer manually.
5675         * bookmark.el (bookmark-insert-annotation): New function.
5676         (bookmark-edit-annotation): Use it.
5677         (bookmark-edit-annotation-mode): Make it a proper major mode.
5678         (bookmark-send-edited-annotation): Use derived-mode-p.
5679         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
5680         closer to its ideal place.  Use \' to match EOS.
5682         * profiler.el (profiler-calltree-find): Use function-equal.
5684 2013-09-10  Glenn Morris  <rgm@gnu.org>
5686         * files.el (interpreter-mode-alist): Convert to regexps.
5687         (set-auto-mode): Adapt for this.  (Bug#15306)
5688         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
5689         Comment out unused variable.
5690         * progmodes/cc-mode.el (interpreter-mode-alist):
5691         * progmodes/python.el (interpreter-mode-alist):
5692         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
5693         * progmodes/sh-script.el (sh-set-shell):
5694         No longer use interpreter-mode-alist to get list of shells.
5696         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
5698 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5700         * simple.el: Use set-temporary-overlay-map for universal-argument.
5701         (universal-argument-map): Don't use default-bindings (bug#15317).
5702         Bind switch-frame explicitly.  Replace universal-argument-minus with
5703         a conditional binding.
5704         (universal-argument-num-events, saved-overriding-map): Remove.
5705         (restore-overriding-map): Remove.
5706         (universal-argument--mode): Rename from save&set-overriding-map,
5707         and rewrite.
5708         (universal-argument, universal-argument-more, negative-argument)
5709         (digit-argument): Adjust accordingly.
5710         (universal-argument-minus): Remove.
5711         (universal-argument-other-key): Remove.
5713         * subr.el (with-demoted-errors): Add `format' argument.
5715 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
5717         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
5718         `tramp-cleanup-connection'.
5720         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
5721         parameters KEEP-DEBUG and KEEP-PASSWORD.
5723         * net/tramp.el (tramp-file-name-handler):
5724         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
5725         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
5726         (tramp-maybe-open-connection):
5727         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5728         Use `tramp-cleanup-connection'.
5730         * net/tramp-sh.el (tramp-maybe-open-connection):
5731         Catch 'uname-changed inside the progress reporter.
5733 2013-09-10  Glenn Morris  <rgm@gnu.org>
5735         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
5737         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
5738         returns "alternate access method" in mode (eg "-rw-r--r--.").
5740 2013-09-08  Glenn Morris  <rgm@gnu.org>
5742         * saveplace.el (load-save-place-alist-from-file):
5743         Demote errors.  (Bug#15305)
5745 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
5747         Improve compatibility with older Emacsen, and XEmacs.
5749         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
5750         only if it is bound.  It isn't for XEmacs.
5751         (with-tramp-progress-reporter): Do not let-bind `result'.
5752         This yields to scoping errors in XEmacs.
5753         (tramp-handle-make-auto-save-file-name): New function, moved from
5754         tramp-sh.el.
5756         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
5757         for `make-auto-save-file-name'.
5758         (tramp-adb--gnu-switches-to-ash):
5759         Use `tramp-compat-replace-regexp-in-string'.
5761         * net/tramp-cache.el (tramp-cache-print): Call
5762         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
5764         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
5765         bound.  It isn't for XEmacs.
5767         * net/tramp-compat.el (tramp-compat-copy-file):
5768         Catch `wrong-number-of-arguments' error.
5769         (tramp-compat-replace-regexp-in-string): New defun.
5771         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
5772         for `make-auto-save-file-name'.
5773         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
5774         `copy-file'.
5775         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
5776         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
5777         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
5779         * net/tramp-gw.el (tramp-gw-open-network-stream):
5780         Use `tramp-compat-replace-regexp-in-string'.
5782         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5783         Call `tramp-handle-make-auto-save-file-name'.
5784         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
5785         (tramp-sh-file-gvfs-monitor-dir-process-filter)
5786         (tramp-sh-file-inotifywait-process-filter):
5787         Use `tramp-compat-replace-regexp-in-string'.
5788         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
5790         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
5791         for `make-auto-save-file-name'.
5792         (tramp-smb-handle-copy-directory):
5793         Call `tramp-compat-replace-regexp-in-string'.
5794         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
5795         (tramp-smb-handle-copy-file): Improve error message.
5796         (tramp-smb-handle-rename-file): Rename directly only in case
5797         `newname' does not exist yet.  This is a restriction of smbclient.
5798         (tramp-smb-maybe-open-connection): Rerun the function only when
5799         `auth-sources' is non-nil.
5801 2013-09-08  Kenichi Handa  <handa@gnu.org>
5803         * international/characters.el: Set category "^" (Combining) for
5804         more characters.
5806 2013-09-07  Alan Mackenzie  <acm@muc.de>
5808         Correctly fontify Java class constructors.
5809         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
5810         in Java Mode.
5811         (c-recognize-typeless-decls): Set the Java value to t.
5812         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
5813         While handling a "(", add a check for, effectively, Java, and handle a
5814         "typeless" declaration there.
5816 2013-09-07  Roland Winkler  <winkler@gnu.org>
5818         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
5819         field subtitle for entry type book.
5821 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5823         * minibuffer.el: Make minibuffer-complete call completion-in-region
5824         rather than other way around.
5825         (completion--some, completion-pcm--find-all-completions):
5826         Don't delay signals when debugging.
5827         (minibuffer-completion-contents): Beware fields within the
5828         minibuffer contents.
5829         (completion-all-sorted-completions): Use defvar-local.
5830         (completion--do-completion, completion--cache-all-sorted-completions)
5831         (completion-all-sorted-completions, minibuffer-force-complete):
5832         Add args `beg' and `end'.
5833         (completion--in-region-1): New fun, extracted from minibuffer-complete.
5834         (minibuffer-complete): Use completion-in-region.
5835         (completion-complete-and-exit): New fun, extracted from
5836         minibuffer-complete-and-exit.
5837         (minibuffer-complete-and-exit): Use it.
5838         (completion--complete-and-exit): Rename from
5839         minibuffer--complete-and-exit.
5840         (completion-in-region--single-word): New function, extracted from
5841         minibuffer-complete-word.
5842         (minibuffer-complete-word): Use it.
5843         (display-completion-list): Make `common-substring' argument obsolete.
5844         (completion--in-region): Call completion--in-region-1 instead of
5845         minibuffer-complete.
5846         (completion-help-at-point): Pass boundaries to
5847         minibuffer-completion-help as args rather than via an overlay.
5848         (completion-pcm--string->pattern): Use `any-delim'.
5849         (completion-pcm--optimize-pattern): New function.
5850         (completion-pcm--pattern->regex): Handle `any-delim'.
5851         * icomplete.el (icomplete-forward-completions)
5852         (icomplete-backward-completions, icomplete-completions):
5853         Adjust calls to completion-all-sorted-completions and
5854         completion--cache-all-sorted-completions.
5855         (icomplete-with-completion-tables): Default to t.
5856         * emacs-lisp/crm.el (crm--current-element): Rename from
5857         crm--select-current-element.  Don't put an overlay but return the
5858         boundaries instead.
5859         (crm--completion-command): Take two new args to bind to the boundaries.
5860         (crm-completion-help): Adjust accordingly.
5861         (crm-complete): Use completion-in-region.
5862         (crm-complete-word): Use completion-in-region--single-word.
5863         (crm-complete-and-exit): Use completion-complete-and-exit.
5865 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5867         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
5868         than dynamically.
5870 2013-09-06  Juri Linkov  <juri@jurta.org>
5872         * info.el (Info-display-images-node): When image file doesn't exist
5873         display text version of the image if it's provided in the Info file.
5874         Otherwise, display the location of missing image from SRC attribute.
5875         Add help-echo text property from ALT attribute.  (Bug#15279)
5877 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5879         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
5880         (edit-abbrevs-mode): Use define-derived-mode.
5882         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
5883         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
5884         that it's defined.
5885         (epa-key-list-mode, epa-key-mode, epa-info-mode):
5886         Use define-derived-mode.
5888         * epg.el (epg-start-encrypt): Minor CSE simplification.
5890 2013-09-06  William Xu  <william.xwl@gmail.com>
5892         * arc-mode.el: Add support for 7za (bug#15264).
5893         (archive-7z-program): New var.
5894         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
5895         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
5896         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
5898 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
5900         Remove URL syntax.
5902         * net/tramp.el (tramp-syntax, tramp-prefix-format)
5903         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
5904         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
5905         (tramp-postfix-host-format, tramp-file-name-regexp)
5906         (tramp-completion-file-name-regexp)
5907         (tramp-completion-dissect-file-name)
5908         (tramp-handle-substitute-in-file-name): Remove 'url case.
5909         (tramp-file-name-regexp-url)
5910         (tramp-completion-file-name-regexp-url): Remove constants.
5912 2013-09-06  Glenn Morris  <rgm@gnu.org>
5914         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
5916 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
5918         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
5919         keywords" below "here-doc beginnings" (Bug#15270).
5921 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5923         * subr.el (pop): Use `car-safe'.
5924         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
5925         to detect unused `pop' return value.
5927         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
5928         var `block-regexp'.
5929         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
5930         (python-fill-string): Remove unused var `marker'.
5931         (python-skeleton-add-menu-items): Remove unused var `items'.
5933         * international/mule-cmds.el: Require CL.
5934         (find-coding-systems-for-charsets): Avoid add-to-list.
5935         (sanitize-coding-system-list): New function, extracted from
5936         select-safe-coding-system-interactively.
5937         (select-safe-coding-system-interactively): Use it.
5938         (read-input-method-name): Accept symbols for `default'.
5940         * emacs-lisp/advice.el (defadvice): Add indent rule.
5942 2013-09-05  Daniel Hackney  <dan@haxney.org>
5944         * dired-x.el:
5945         * net/ange-ftp.el:
5946         * net/browse-url.el:
5947         * net/dbus.el:
5948         * net/eudc.el:
5949         * net/eudcb-ldap.el:
5950         * net/eww.el:
5951         * net/imap.el:
5952         * printing.el:
5953         * vc/ediff-diff.el:
5954         * vc/ediff-init.el:
5955         * vc/ediff-merg.el:
5956         * vc/ediff-mult.el:
5957         * vc/ediff-util.el:
5958         * vc/ediff-wind.el:
5959         * vc/ediff.el:
5960         * vc/emerge.el:
5961         * vc/pcvs.el:
5962         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
5963         byte compiler.  Remove some unused let-bound variables.
5965 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5967         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
5968         a "ref-cell", since it gets better optimized (bug#14883).
5970 2013-09-05  Glenn Morris  <rgm@gnu.org>
5972         * progmodes/cc-awk.el (c-forward-sws): Declare.
5974 2013-09-04  Glenn Morris  <rgm@gnu.org>
5976         * generic-x.el [rul-generic-mode]: Require cc-mode.
5977         (c++-mode-syntax-table): Declare.
5978         (rul-generic-mode-syntax-table): Init in the defvar.
5980 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5982         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
5983         (vc-do-command, vc-set-async-update):
5984         * vc/vc-mtn.el (vc-mtn-dir-status):
5985         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
5986         (vc-hg-pull, vc-hg-merge-branch):
5987         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
5988         (vc-git-merge-branch):
5989         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
5990         (vc-cvs-dir-status-files):
5991         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
5992         (vc-bzr-dir-status-files):
5993         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
5994         * vc/vc-annotate.el: Use lexical-binding.
5995         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
5996         (vc-sentinel-movepoint): Declare.
5997         (vc-annotate): Don't use `goto-line'.
5998         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
5999         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
6000         (vc-sentinel-movepoint): Declare.
6001         * vc/vc-svn.el: Use lexical-binding.
6002         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
6003         * vc/vc-sccs.el:
6004         * vc/vc-rcs.el: Use lexical-binding.
6006         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
6007         `deleted'.  Don't drop errors silently.
6009         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
6011 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
6013         * vc/vc.el (vc-ignore): Rewrite.
6014         (vc-default-ignore): New function.
6015         (vc-default-ignore-completion-table): Use find-ignore-file.
6017         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
6018         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
6019         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
6020         Remove.  Most code moved to vc.el.
6022 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6024         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
6025         * net/tramp-smb.el (tramp-smb-get-file-entries):
6026         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
6027         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
6029         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
6030         Update call to it.
6031         (eww-change-select): Remove unused var `properties'.
6032         (eww-make-unique-file-name): Remove unused var `base'.
6034         * finder.el (finder-compile-keywords): Don't mess with windows.
6036         * calculator.el (calculator-funcall): Fix typo in last change.
6038         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
6040         * emacs-lisp/package.el (package-activate-1): Don't let a missing
6041         <pkg>-autoloads.el file stop us.
6043         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
6044         warnings, and factor out common code.
6046 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
6048         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
6049         two-character operators and whether the character preceding them
6050         changes their meaning (Bug#15208).
6052 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6054         Format code sent to Python shell for robustness.
6055         * progmodes/python.el (python-shell-buffer-substring):
6056         New function.
6057         (python-shell-send-region, python-shell-send-buffer): Use it.
6059 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
6061         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
6062         * net/tramp.el (tramp-user-error): ... here.
6063         (tramp-find-method, tramp-check-proper-host)
6064         (tramp-dissect-file-name, tramp-debug-message)
6065         (tramp-handle-shell-command):
6066         * net/tramp-adb.el (tramp-adb-handle-shell-command):
6067         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
6069         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
6071 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
6073         * avoid.el (mouse-avoidance-point-position)
6074         (mouse-avoidance-too-close-p): Handle case where posn-at-point
6075         returns nil.
6077 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6079         * progmodes/python.el (python-shell-completion-get-completions):
6080         Drop use of deleted `comint-last-prompt-overlay'.
6081         (python-nav-if-name-main): New command.
6083 2013-09-01  Glenn Morris  <rgm@gnu.org>
6085         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
6086         Avoid leading space in $wins.  Otherwise the sed command used by
6087         eg compile-main ends up containing "/*.el".  (Bug#15170)
6089         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
6091 2013-08-30  Glenn Morris  <rgm@gnu.org>
6093         * emacs-lisp/bytecomp.el (byte-recompile-directory):
6094         Fix is-this-a-directory logic.  (Bug#15220)
6096 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6098         * textmodes/css-mode.el: Use SMIE.
6099         (css-smie-grammar): New var.
6100         (css-smie--forward-token, css-smie--backward-token)
6101         (css-smie-rules): New functions.
6102         (css-mode): Use them.
6103         (css-navigation-syntax-table): Remove var.
6104         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
6105         (css-indent-calculate, css-indent-line): Remove functions.
6107         Misc changes to reduce use of `(lambda...); and other cleanups.
6108         * cus-edit.el: Use lexical-binding.
6109         (customize-push-and-save, customize-apropos)
6110         (custom-buffer-create-internal): Use closures.
6111         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
6112         * progmodes/ada-xref.el: Use setq.
6113         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
6114         * dframe.el: Use lexical-binding.
6115         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
6116         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
6117         * descr-text.el: Use lexical-binding.
6118         (describe-text-widget, describe-text-sexp, describe-property-list):
6119         Use closures.
6120         * comint.el (comint-history-isearch-push-state): Use a closure.
6121         * calculator.el: Use lexical-binding.
6122         (calculator-number-to-string): Make it work with lexical-binding.
6123         (calculator-funcall): Same and use cl-letf.
6125         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
6126         (lisp--company-doc-string, lisp--company-location): New functions.
6127         (lisp-completion-at-point): Use them to improve Company support.
6129         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
6130         params of lambda expressions.
6131         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
6132         (ruby-smie--opening-pipe-p): New function.
6133         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
6134         symbols and matched |...| for formal params.
6135         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
6136         from being treated as hanging.  Handle "rescue".
6138 2013-08-29  Glenn Morris  <rgm@gnu.org>
6140         * progmodes/cc-engine.el (c-pull-open-brace):
6141         Move definition before use.
6143 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6145         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
6146         are immutable.  Don't use `unsafe' any more.
6147         (cl--defsubst-expand): Don't substitute at the same time as keeping
6148         a residual unused let-binding.  Don't use `unsafe' any more.
6150 2013-08-29  Glenn Morris  <rgm@gnu.org>
6152         * calendar/cal-china.el (calendar-chinese-year-cache):
6153         Recenter on 2015.
6155         * nxml/nxml-util.el (nxml-debug-clear-inside):
6156         Use cl-loop rather than loop.
6158         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
6160         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
6162 2013-08-28  Glenn Morris  <rgm@gnu.org>
6164         * progmodes/antlr-mode.el: No need to require cc-mode twice.
6166         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
6168         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
6170 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6172         * simple.el (repeat-complex-command--called-interactively-skip):
6173         New function.
6174         (repeat-complex-command): Use it (bug#14136).
6176         * progmodes/cc-mode.el: Minor cleanup of var declarations.
6177         (c-define-abbrev-table): Add `doc' argument.
6178         (c-mode-abbrev-table, c++-mode-abbrev-table)
6179         (objc-mode-abbrev-table, java-mode-abbrev-table)
6180         (idl-mode-abbrev-table, pike-mode-abbrev-table)
6181         (awk-mode-abbrev-table): Use it.
6182         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
6183         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
6184         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
6185         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
6186         Move initialization into the declaration; and remove any
6187         autoload cookie.
6189         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
6190         and dynamic let binding.
6192         * vc/smerge-mode.el: Remove redundant :group args.
6194         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
6195         to load-path.
6197 2013-08-28  Juri Linkov  <juri@jurta.org>
6199         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
6200         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
6201         (isearch-other-meta-char): Handle an undefined shifted printing
6202         character by downshifting it.  (Bug#15200)
6204 2013-08-28  Juri Linkov  <juri@jurta.org>
6206         * isearch.el (isearch-search): Change regexp error message for
6207         non-regexp searches.  (Bug#15166)
6209 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6211         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
6212         for portability to hosts where /bin/sh has problems.
6214 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6216         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
6218 2013-08-27  Juri Linkov  <juri@jurta.org>
6220         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
6221         in the keyboard macro.  (Bug#15126)
6223 2013-08-27  Juri Linkov  <juri@jurta.org>
6225         * isearch.el (isearch-quote-char): Comment out converting unibyte
6226         to multibyte, thus syncing with its `quoted-insert' counterpart.
6227         (Bug#15166)
6229 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
6231         * window.el (display-buffer-use-some-window): Add missing
6232         argument in call of get-largest-window (Bug#15185).
6233         Reported by Stephen Leake.
6235 2013-08-27  Glenn Morris  <rgm@gnu.org>
6237         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
6239 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6241         * progmodes/python.el (python-font-lock-keywords): Don't return nil
6242         from a matcher-function unless there's no more matches (bug#15161).
6244 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
6246         * minibuffer.el: Revert change from 2013-08-20.
6248         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
6249         with text property `tramp-default', if appropriate.
6250         (tramp-check-proper-host): New defun.
6251         (tramp-dissect-file-name): Do not check hostname.  Revert change
6252         of 2013-03-18.
6253         (tramp-backtrace): Make VEC-OR-PROC optional.
6255         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
6256         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
6257         * net/tramp-sh.el (tramp-maybe-open-connection):
6258         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6259         Apply `tramp-check-proper-host'.
6261 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
6263         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
6264         lambda expression in order to have `describe-variable' display it.
6266 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
6268         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
6269         BUF can be optional.  (Bug#15186)
6271 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
6273         * progmodes/flymake.el (flymake-get-real-file-name-function):
6274         Fix broken customization.  (Bug#15184)
6276 2013-08-25  Alan Mackenzie  <acm@muc.de>
6278         Improve indentation of bracelists defined by macros (without "=").
6280         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
6281         expansion begins with "{", regard it as bracelist when it doesn't
6282         contain a ";".
6284         Parse C++ inher-intro when there's a template split over 2 lines.
6286         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
6287         rigorously the search for "class" etc. followed by ":".
6289         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
6290         random languages a regexp which never matches rather than nil.
6292         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
6294         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
6295         (c-awk-regexp-one-line-possibly-open-char-list-re)
6296         (c-awk-one-line-possibly-open-regexp-re)
6297         (c-awk-one-line-non-syn-ws*-re): Remove.
6298         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
6299         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
6300         (c-awk-space*-unclosed-regexp-/-re): New constants.
6301         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
6302         aren't regexp delimiters.
6304         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
6305         handling for a rare situation in AWK Mode involving unterminated
6306         strings/regexps.
6308 2013-08-23  Glenn Morris  <rgm@gnu.org>
6310         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
6312         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
6314         * files.el (create-file-buffer): If the result would begin with
6315         spaces, prepend a "|" instead of removing them.  (Bug#15162)
6317 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6319         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
6320         text-properties (bug#15155).
6322         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
6323         exist any more.
6324         (calc-keypad-redraw): Remove unused var `pad'.
6325         (calc-keypad-press): Remove unused var `menu'.
6327 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
6329         * window.el (display-buffer-pop-up-frame):
6330         Call pop-up-frame-function with BUFFER current so `make-frame' will
6331         use it as the new frame's buffer (Bug#15133).
6333 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6335         * calendar/timeclock.el: Minor cleanups.
6336         (timeclock-ask-before-exiting, timeclock-use-display-time):
6337         Use `symbol'.
6338         (timeclock-modeline-display): Define as alias before the
6339         actual definition.
6340         (timeclock-mode-line-display): Use define-minor-mode.
6341         (timeclock-day-list-template): Make it a function, add an argument.
6342         (timeclock-day-list-required, timeclock-day-list-length)
6343         (timeclock-day-list-debt, timeclock-day-list-span)
6344         (timeclock-day-list-break): Adjust calls accordingly.
6346 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6348         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
6349         Use read--expression so that completion works again.
6351 2013-08-21  Sam Steingold  <sds@gnu.org>
6353         Add rudimentary inferior shell interaction
6354         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
6355         (sh-set-shell): Reset it.
6356         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
6357         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
6359 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6361         * align.el: Use lexical-binding.
6362         (align-region): Simplify accordingly.
6364 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
6366         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
6368         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
6369         `non-essential' up.
6371 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
6373         * net/tramp.el:
6374         * net/tramp-adb.el:
6375         * net/tramp-cmds.el:
6376         * net/tramp-ftp.el:
6377         * net/tramp-gvfs.el:
6378         * net/tramp-gw.el:
6379         * net/tramp-sh.el: Don't wrap external variable declarations by
6380         `eval-when-compile'.
6382 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6384         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
6385         now that Emacs supports ImageMagick animations.
6387 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
6389         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
6390         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
6392 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
6394         * window.el (mouse-autoselect-window-select): Do autoselect when
6395         mouse pointer is on margin.
6397 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
6399         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
6401 2013-08-16  Glenn Morris  <rgm@gnu.org>
6403         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
6404         Handle "Remote Directory" response of some clients.  (Bug#15058)
6406         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
6407         Tweak warning.  (Bug#14926)
6409         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
6410         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
6412         * image-mode.el (image-mode-map): Add menu items to reverse,
6413         increase, decrease, reset animation speed.
6414         (image--set-speed, image-increase-speed, image-decrease-speed)
6415         (image-reverse-speed, image-reset-speed): New functions.
6416         (image-mode-map): Add bindings for speed commands.
6418         * image.el (image-animate-get-speed, image-animate-set-speed):
6419         New functions.
6420         (image-animate-timeout): Respect image :speed property.
6422 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6424         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
6425         previous line (bug#15101).
6426         (debugger-eval-expression, debugger-record-expression):
6427         Use read--expression (bug#15102).
6429 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
6431         Remove byte compiler warnings, visible when compiling with
6432         `byte-compile-force-lexical-warnings' set to t.
6434         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
6435         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
6436         (tramp-handle-unhandled-file-name-directory)
6437         (tramp-handle-file-notify-add-watch, tramp-action-login)
6438         (tramp-action-succeed, tramp-action-permission-denied)
6439         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
6440         arguments with "_".
6442         * net/tramp-adb.el (tramp-adb-parse-device-names)
6443         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
6444         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
6445         (tramp-adb-handle-file-truename): Remove unused arguments.
6447         * net/tramp-cache.el (tramp-flush-directory-property)
6448         (tramp-flush-connection-property, tramp-list-connections)
6449         (tramp-parse-connection-properties): Prefix unused arguments with "_".
6451         * net/tramp-compat.el (tramp-compat-make-temp-file):
6452         Rename FILENAME to F.
6454         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
6455         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
6456         (tramp-zeroconf-parse-workstation-device-names)
6457         (tramp-zeroconf-parse-webdav-device-names)
6458         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
6460         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
6461         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
6463         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
6464         arguments.
6465         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
6466         (tramp-sh-handle-insert-file-contents-literally)
6467         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
6468         with "_".
6469         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
6470         Remove unused variables.
6472         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6473         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
6474         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
6476         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
6477         Make them a defconst.
6478         (tramp-uuencode-region): Remove unused variable.
6480 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
6482         * frameset.el (frameset--prop-setter): New function.
6483         (frameset-prop): Add gv-setter declaration.
6484         (frameset-filter-minibuffer): Deal with the case that the minibuffer
6485         parameter was already set in FILTERED.  Doc fix.
6486         (frameset--record-minibuffer-relationships): Allow saving a
6487         minibufferless frame without its corresponding minibuffer frame.
6488         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
6489         frame, if the frame id matches.
6490         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
6491         frames before orphaned ones.
6492         (frameset-restore): Warn about orphaned windows, instead of error out.
6494 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
6496         * window.el (window-make-atom): Don't overwrite parameter
6497         already present.
6498         (display-buffer-in-atom-window): Handle special case where we
6499         split an already atomic window.
6500         (window--major-non-side-window, display-buffer-in-side-window)
6501         (window--side-check): Ignore minibuffer window when walking
6502         window tree.
6503         (window-deletable-p): Return 'frame only if no other frame uses
6504         our minibuffer window.
6505         (record-window-buffer): Run buffer-list-update-hook.
6506         (split-window): Make sure window--check-frame won't destroy an
6507         existing atomic window in case the new window gets nested
6508         inside.
6509         (display-buffer-at-bottom): Ignore minibuffer window when
6510         walking window tree.  Don't split a side window.
6511         (pop-to-buffer): Don't set-buffer here, the select-window call
6512         should do that.
6513         (mouse-autoselect-window-select): Autoselect only if we are in the
6514         text portion of the window.
6516 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6518         * net/shr.el (shr-parse-image-data): New function to grab both the
6519         data itself and the Content-Type.
6520         (shr-put-image): Use it.
6522         * net/eww.el (eww-display-image): Ditto.
6524         * image.el (image-content-type-suffixes): New variable.
6526 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6528         * progmodes/python.el (python-imenu--build-tree)
6529         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
6531 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
6533         * simple.el (backward-word): Mention the optional argument.
6535 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6537         * frameset.el (frameset--make): Rename constructor from make-frameset.
6538         (frameset-p, frameset-valid-p): Don't autoload.
6539         (frameset-valid-p): Use normal accessors.
6541 2013-08-13  Glenn Morris  <rgm@gnu.org>
6543         * progmodes/compile.el (compile-command): Tweak example in doc.
6544         * obsolete/scribe.el (scribe-mode):
6545         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
6547         * mail/feedmail.el (feedmail-confirm-outgoing)
6548         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
6550         * cus-start.el (truncate-partial-width-windows): Fix type.
6552         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
6554         * net/shr.el (shr-table-horizontal-line): Fix custom type.
6556 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6558         * emacs-lisp/timer.el (timer--time-setter): New function.
6559         (timer--time): Use it as gv-setter.
6561         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
6562         setter is not a symbol.
6564 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
6566         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
6567         if sending fails.  This makes debugging easier.
6569 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
6571         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
6572         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
6573         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
6575 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
6577         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
6579 2013-08-12  Glenn Morris  <rgm@gnu.org>
6581         * format.el (format-annotate-function):
6582         Handle read-only text properties in the source.  (Bug#14887)
6584 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6586         * net/eww.el (eww-display-html): Ignore coding system errors.
6587         One web site uses "utf-8lias" as the coding system.
6589 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
6591         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
6593 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
6595         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
6596         (tutorial--detailed-help): Remove unused local variables.
6597         (tutorial--save-tutorial-to): Use ignore-errors.
6598         (help-with-tutorial): Use looking-at-p.
6600         * view.el (view-buffer-other-window, view-buffer-other-frame):
6601         Mark unused arguments.
6603         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
6604         (woman-select-symbol-fonts, woman, woman-find-file)
6605         (woman-insert-file-contents, woman-non-underline-faces):
6606         Use string-match-p.
6607         (woman1-unquote): Move declaration.
6609         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
6610         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
6611         argument.  Remove unused local variable.
6612         (xml-parse-elem-type): Use string-match-p.
6613         (xml-substitute-numeric-entities): Use ignore-errors.
6615         * calculator.el (calculator): Mark unused argument.
6616         (calculator-paste, calculator-quit, calculator-integer-p):
6617         Use ignore-errors.
6618         (calculator-string-to-number, calculator-decimal, calculator-exp)
6619         (calculator-op-or-exp): Use string-match-p.
6621         * dired.el (dired-buffer-more-recently-used-p): Declare.
6622         (dired-insert-set-properties, dired-insert-old-subdirs):
6623         Use ignore-errors.
6625         * dired-aux.el (dired-compress): Use ignore-errors.
6626         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
6627         (dired-do-async-shell-command, dired-do-shell-command)
6628         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
6629         (dired-insert-subdir-validate): Use string-match-p.
6630         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
6631         (dired-add-entry): Use string-match-p, looking-at-p.
6632         (dired-insert-subdir-newpos): Remove unused local variable.
6634         * filenotify.el (file-notify-callback): Remove unused local variable.
6636         * filesets.el (filesets-error): Mark unused argument.
6637         (filesets-which-command-p, filesets-filter-dir-names)
6638         (filesets-directory-files, filesets-get-external-viewer)
6639         (filesets-ingroup-get-data): Use string-match-p.
6641         * find-file.el (ff-other-file-name, ff-other-file-name)
6642         (ff-find-the-other-file, ff-cc-hh-converter):
6643         Remove unused local variables.
6644         (ff-get-file-name): Use string-match-p.
6645         (ff-all-dirs-under): Use ignore-errors.
6647         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
6648         (follow-select-if-visible): Remove unused local variable.
6650         * forms.el (read-file-filter): Move declaration.
6651         (forms--make-format, forms--make-parser, forms-insert-record):
6652         Quote function with #'.
6653         (forms--update): Use string-match-p.  Quote function with #'.
6655         * help-mode.el (help-dir-local-var-def): Mark unused argument.
6656         (help-make-xrefs): Use looking-at-p.
6657         (help-xref-on-pp): Use looking-at-p, ignore-errors.
6659         * ibuffer.el (ibuffer-ext-visible-p): Declare.
6660         (ibuffer-confirm-operation-on): Use string-match-p.
6662         * msb.el (msb-item-handler, msb-dired-item-handler):
6663         Mark unused arguments.
6665         * ses.el (ses-decode-cell-symbol)
6666         (ses-kill-override): Remove unused local variable.
6667         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
6668         (ses-load): Use ignore-errors, looking-at-p.
6669         (ses-jump-safe): Use ignore-errors.
6670         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
6672         * tabify.el (untabify, tabify): Mark unused arguments.
6674         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
6675         Mark unused argument.
6676         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
6677         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
6679         * emacs-lisp/timer.el (timer--time): Define setter with
6680         gv-define-setter to avoid deprecation warning.
6682         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
6683         (*record-cmpl-statistics-p*): Remove (was commented out).
6684         (cmpl-statistics-block): Remove (body was commented out).
6685         All callers changed.
6686         (add-completions-from-buffer, load-completions-from-file):
6687         Remove unused variables.
6689 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
6691         * filecache.el (file-cache-delete-file-list):
6692         Print message only when told so.
6693         (file-cache-files-matching): Use #' in mapconcat argument.
6695         * ffap.el (ffap-url-at-point): Fix reference to variable
6696         thing-at-point-default-mail-uri-scheme.
6698 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6700         * subr.el (define-error): New function.
6701         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
6702         error-file-not-found and define with define-error.
6703         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
6704         and define with define-error.
6705         * userlock.el (file-locked, file-supersession):
6706         * simple.el (mark-inactive):
6707         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
6708         * progmodes/ada-mode.el (ada-mode-errors):
6709         * play/life.el (life-extinct):
6710         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
6711         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
6712         * nxml/rng-util.el (rng-error):
6713         * nxml/rng-uri.el (rng-uri-error):
6714         * nxml/rng-match.el (rng-compile-error):
6715         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
6716         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
6717         * nxml/nxml-rap.el (nxml-scan-error):
6718         * nxml/nxml-outln.el (nxml-outline-error):
6719         * net/soap-client.el (soap-error):
6720         * net/gnutls.el (gnutls-error):
6721         * net/ange-ftp.el (ftp-error):
6722         * mpc.el (mpc-proc-error):
6723         * json.el (json-error, json-readtable-error, json-unknown-keyword)
6724         (json-number-format, json-string-escape, json-string-format)
6725         (json-key-format, json-object-format):
6726         * jka-compr.el (compression-error):
6727         * international/quail.el (quail-error):
6728         * international/kkc.el (kkc-error):
6729         * emacs-lisp/ert.el (ert-test-failed):
6730         * calc/calc.el (calc-error, inexact-result, math-overflow)
6731         (math-underflow):
6732         * bookmark.el (bookmark-error-no-filename):
6733         * epg.el (epg-error): Define with define-error.
6735         * time.el (display-time-event-handler)
6736         (display-time-next-load-average): Don't call sit-for since it seems
6737         unnecessary (bug#15045).
6739         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
6740         Use #' instead of ' to quote functions.
6741         (checkdoc-output-mode): Use setq-local.
6742         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
6743         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
6744         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
6745         (checkdoc-ispell, checkdoc-ispell-current-buffer)
6746         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
6747         (checkdoc-ispell-message-text, checkdoc-ispell-start)
6748         (checkdoc-ispell-continue, checkdoc-ispell-comments)
6749         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
6751         * ido.el (ido-completion-help): Fix up compiler warning.
6753 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
6755         * frameset.el (frameset-p): Add autoload cookie.
6756         (frameset--jump-to-register): New function, based on code moved from
6757         register.el.
6758         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
6760         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
6761         (frameset-restore, frameset-save, frameset-session-filter-alist):
6762         Remove declarations.
6763         (register-alist): Doc fix.
6764         (frameset-to-register): Move to frameset.el.
6765         (jump-to-register, describe-register-1): Remove frameset-specific code.
6767 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
6769         * allout-widgets.el (allout-widgets-pre-command-business)
6770         (allout-widgets-post-command-business)
6771         (allout-widgets-after-change-handler)
6772         (allout-decorate-item-and-context, allout-set-boundary-marker)
6773         (allout-body-modification-handler)
6774         (allout-graphics-modification-handler): Mark ignored arguments.
6775         (allout-widgets-post-command-business)
6776         (allout-widgets-exposure-change-processor)
6777         (allout-widgets-exposure-undo-processor)
6778         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
6779         (allout-parse-item-at-point, allout-decorate-item-guides)
6780         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
6781         * allout.el (epa-passphrase-callback-function): Declare.
6782         (allout-overlay-insert-in-front-handler)
6783         (allout-overlay-interior-modification-handler)
6784         (allout-isearch-end-handler, allout-chart-siblings)
6785         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
6786         (allout-yank-processing, allout-process-exposed)
6787         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
6788         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
6789         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
6790         (lisp-indent-defform): Mark ignored arguments.
6791         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
6792         (calculate-lisp-indent): Remove unused variables.
6793         * international/characters.el (indian-2-column, arabic-2-column)
6794         (tibetan): Mark ignored arguments.
6795         (use-cjk-char-width-table): Mark ignored arguments.
6796         Remove unused variables.
6797         * international/fontset.el (build-default-fontset-data)
6798         (x-compose-font-name, create-fontset-from-fontset-spec):
6799         Mark ignored arguments.
6800         (fontset-plain-name): Remove unused variables.
6801         * international/mule.el (charset-id, charset-bytes, generic-char-p)
6802         (keyboard-coding-system): Mark ignored arguments.
6803         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
6804         * help.el (resize-temp-buffer-window):
6805         * window.el (display-buffer-in-major-side-window)
6806         (display-buffer-in-side-window, display-buffer-in-previous-window):
6807         Remove unused variables.
6808         * isearch.el (isearch-forward-symbol):
6809         * version.el (emacs-bzr-version-bzr):
6810         * international/mule-cmds.el (current-language-environment):
6811         * term/common-win.el (x-handle-iconic, x-handle-geometry)
6812         (x-handle-display):
6813         * term/pc-win.el (x-list-fonts, x-display-planes)
6814         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
6815         (x-server-version, x-display-screens, x-display-mm-height)
6816         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
6817         (x-selection-owner-p, x-own-selection-internal)
6818         (x-disown-selection-internal, x-get-selection-internal)
6819         (msdos-initialize-window-system):
6820         * term/tty-colors.el (tty-color-alist, tty-color-clear):
6821         * term/x-win.el (x-handle-no-bitmap-icon):
6822         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
6823         (vc-default-find-file-hook, vc-default-extra-menu):
6824         Mark ignored arguments.
6826 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6828         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
6829         break-condition in the context of the debugged code (bug#12685).
6831 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
6833         * comint.el:
6834         Do not use an overlay to highlight the last prompt.  (Bug#14744)
6835         (comint-mode): Make comint-last-prompt buffer local.
6836         (comint-last-prompt): New variable.
6837         (comint-last-prompt-overlay): Remove.  Superseded by
6838         comint-last-prompt.
6839         (comint-snapshot-last-prompt, comint-output-filter):
6840         Use comint-last-prompt.
6842 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
6844         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
6845         (frameset-save): Check validity of the resulting frameset.
6847 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
6849         * ido.el (ido-record-command): Add doc string.
6851 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
6853         * frameset.el (frameset): Do not disable creation of the default
6854         frameset-p predicate.  Doc fix.
6855         (frameset-valid-p): New function, copied from the old predicate-p.
6856         Add additional checks.
6857         (frameset-restore): Check with frameset-valid-p.
6858         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
6859         (frameset-name, frameset-description, frameset-properties)
6860         (frameset-states): Add docstring.
6861         (frameset-session-filter-alist, frameset-persistent-filter-alist)
6862         (frameset-filter-alist): Doc fixes.
6864 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
6866         * frameset.el (frameset-p, frameset-prop): Doc fixes.
6868 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6870         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
6871         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
6872         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
6873         (byte-compile-normal-call): Remove obsolescence check.
6875 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
6877         * frameset.el (frameset-restore): Doc fix.
6879         * register.el (frameset-frame-id, frameset-frame-with-id)
6880         (frameset-p, frameset-restore, frameset-save): Declare.
6881         (register-alist): Document framesets.
6882         (frameset-session-filter-alist): Declare.
6883         (frameset-to-register): New function.
6884         (jump-to-register): Implement jumping to framesets.  Doc fix.
6885         (describe-register-1): Describe framesets.
6887         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
6889 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
6891         * desktop.el (desktop-save-frameset): Use new frameset-save args.
6892         Use lexical-binding.
6894         * frameset.el (frameset): Use type vector, not list (incompatible
6895         change).  Do not declare a new constructor, use the default one.
6896         Upgrade suggested properties `app', `name' and `desc' to slots `app',
6897         `name' and `description', respectively, and add read-only slot
6898         `timestamp'.  Doc fixes.
6899         (frameset-copy, frameset-persistent-filter-alist)
6900         (frameset-filter-alist, frameset-switch-to-gui-p)
6901         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
6902         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
6903         (frameset-filter-iconified, frameset-keep-original-display-p):
6904         Doc fixes.
6905         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
6906         Rename from frameset-filter-(save|restore)-param.  All callers changed.
6907         Doc fix.
6908         (frameset-p): Adapt to change to vector and be more thorough.
6909         Change arg name to OBJECT.  Doc fix.
6910         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
6911         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
6912         All callers changed.
6913         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
6914         All callers changed.
6915         (frameset--record-minibuffer-relationships): Rename from
6916         frameset--process-minibuffer-frames.  All callers changed.
6917         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
6918         Use new default constructor (again).  Doc fix.
6919         (frameset--find-frame-if): Rename from `frameset--find-frame.
6920         All callers changed.
6921         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
6922         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
6923         Doc fix.
6924         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
6925         PARAMETERS and WINDOW-STATE, respectively.
6926         (frameset-restore): Add new keyword argument PREDICATE.
6927         Reset frameset--target-display to nil.  Doc fix.
6929 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6931         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
6932         (bat-mode): Use it.
6933         (bat-mode-syntax-table): Mark \n as end-of-comment.
6934         (bat-font-lock-keywords): Remove comment rule.
6936         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
6937         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
6939         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
6940         (byte-compile-callargs-warn): Use `push'.
6941         (byte-compile-arglist-warn): Ignore higher-order "calls".
6942         (byte-compile-file-form-autoload): Use `pcase'.
6943         (byte-compile-function-form): If quoting a symbol, check that it exists.
6945 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
6947         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
6948         and add a few popular commands found in batch files.
6949         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
6950         (dos-mode): Doc fixes.
6952 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6954         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
6955         (dos-mode): Use setq-local.  Add space after "rem".
6956         (dos-mode-syntax-table): Don't use "w" for symbol chars.
6957         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
6959 2013-08-07  Arni Magnusson  <arnima@hafro.is>
6961         * progmodes/dos.el: New file.
6962         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
6963         dos-mode.
6965 2013-08-06  Glenn Morris  <rgm@gnu.org>
6967         * calendar/calendar.el: Add new faces, and day-header-array.
6968         (calendar-weekday-header, calendar-weekend-header)
6969         (calendar-month-header): New faces.
6970         (calendar-day-header-construct): New function.
6971         (calendar-day-header-width): Also :set calendar-day-header-array.
6972         (calendar-american-month-header, calendar-european-month-header)
6973         (calendar-iso-month-header): Use calendar- faces.
6974         (calendar-generate-month):
6975         Use calendar-day-header-array for day headers; apply faces to them.
6976         (calendar-mode): Check calendar-font-lock-keywords non-nil.
6977         (calendar-abbrev-construct): Add optional maxlen argument.
6978         (calendar-day-name-array): Doc fix.
6979         (calendar-day-name-array, calendar-abbrev-length)
6980         (calendar-day-abbrev-array):
6981         Also :set calendar-day-header-array, and maybe redraw.
6982         (calendar-day-header-array): New option.  (Bug#15007)
6983         (calendar-font-lock-keywords): Set to nil and make obsolete.
6984         (calendar-day-name): Add option to use header array.
6986 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6988         * net/shr.el (shr-render-td): Remove debugging.
6989         (shr-render-td): Make width computation consistent by defaulting
6990         all zero-width columns to 10 characters.  This may not be optimal,
6991         but it's at least consistent.
6992         (shr-make-table-1): Redo last change to fix the real problem in
6993         colspan handling.
6995 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
6997         * files.el (cache-long-line-scans):
6998         Make obsolete alias to `cache-long-scans'.
7000 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
7002         * frameset.el (frameset, frameset-filter-alist)
7003         (frameset-filter-params, frameset-save, frameset--reuse-frame)
7004         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
7005         (frameset-compute-pos): Rename from frameset--compute-pos,
7006         and add docstring.
7007         (frameset-move-onscreen): Use frameset-compute-pos.
7008         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
7010         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
7011         Fix typos in docstrings.
7013 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
7015         * frame.el (get-other-frame): Tiny cleanup.
7017 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
7019         * vc/vc.el (vc-default-ignore-completion-table):
7020         Silence byte-compiler warning.
7022         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
7023         slot, which can indeed be nil.
7024         (frameset-live-filter-alist, frameset-persistent-filter-alist):
7025         Move entry for `left' from persistent to live filter alist.
7026         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
7027         Doc fixes.
7028         (frameset-filter-params): When restoring a frame, copy items added to
7029         `filtered', to avoid unwittingly modifying the original parameters.
7030         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
7031         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
7033         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
7034         to use looking-at-p instead of looking-at.  (Bug#15028)
7036 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7038         Revert introduction of isearch-filter-predicates (bug#14714).
7039         Rely on add-function instead.
7040         * isearch.el (isearch-filter-predicates): Rename it back to
7041         isearch-filter-predicate.
7042         (isearch-message-prefix): Use advice-function-mapc and advice
7043         properties to get the isearch-message-prefix.
7044         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
7045         instead of run-hook-with-args-until-failure.
7046         (isearch-filter-visible): Not obsolete any more.
7047         * loadup.el: Preload nadvice.
7048         * replace.el (perform-replace): Revert to funcall
7049         instead of run-hook-with-args-until-failure.
7050         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
7051         * dired-aux.el (dired-isearch-filenames-mode): Rename from
7052         dired-isearch-filenames-toggle; make it into a proper minor mode.
7053         Use add/remove-function.
7054         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
7055         Call the minor-mode rather than add/remove-hook.
7056         (dired-isearch-filter-filenames):
7057         Remove isearch-message-prefix property.
7058         * info.el (Info--search-loop): New function, extracted from Info-search.
7059         Funcall isearch-filter-predicate instead of
7060         run-hook-with-args-until-failure isearch-filter-predicates.
7061         (Info-search): Use it.
7062         (Info-mode): Use isearch-filter-predicate instead of
7063         isearch-filter-predicates.
7065 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
7067         Do not call to `selected-window' where it is assumed by default.
7068         Affected functions are `window-minibuffer-p', `window-dedicated-p',
7069         `window-hscroll', `window-width', `window-height', `window-buffer',
7070         `window-frame', `window-start', `window-point', `next-window'
7071         and `window-display-table'.
7072         * abbrev.el (abbrev--default-expand):
7073         * bs.el (bs--show-with-configuration):
7074         * buff-menu.el (Buffer-menu-mouse-select):
7075         * calc/calc.el (calc):
7076         * calendar/calendar.el (calendar-generate-window):
7077         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
7078         (diary-make-entry):
7079         * comint.el (send-invisible, comint-dynamic-complete-filename)
7080         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
7081         * completion.el (complete):
7082         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
7083         * disp-table.el (describe-current-display-table):
7084         * doc-view.el (doc-view-insert-image):
7085         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
7086         * ehelp.el (with-electric-help):
7087         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7088         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
7089         * emacs-lisp/helper.el (Helper-help-scroller):
7090         * emulation/cua-base.el (cua--post-command-handler-1):
7091         * eshell/esh-mode.el (eshell-output-filter):
7092         * ffap.el (ffap-gnus-wrapper):
7093         * help-macro.el (make-help-screen):
7094         * hilit-chg.el (highlight-compare-buffers):
7095         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
7096         * hl-line.el (global-hl-line-highlight):
7097         * icomplete.el (icomplete-simple-completing-p):
7098         * isearch.el (isearch-done):
7099         * jit-lock.el (jit-lock-stealth-fontify):
7100         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
7101         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
7102         * mpc.el (mpc-tagbrowser, mpc):
7103         * net/rcirc.el (rcirc-any-buffer):
7104         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
7105         * play/landmark.el (landmark-max-width, landmark-max-height):
7106         * play/zone.el (zone):
7107         * progmodes/compile.el (compilation-goto-locus):
7108         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
7109         * progmodes/etags.el (find-tag-other-window):
7110         * progmodes/fortran.el (fortran-column-ruler):
7111         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
7112         * progmodes/verilog-mode.el (verilog-point-text):
7113         * reposition.el (reposition-window):
7114         * rot13.el (toggle-rot13-mode):
7115         * server.el (server-switch-buffer):
7116         * shell.el (shell-dynamic-complete-command)
7117         (shell-dynamic-complete-environment-variable):
7118         * simple.el (insert-buffer, set-selective-display)
7119         (delete-completion-window):
7120         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
7121         (speedbar-recenter):
7122         * startup.el (fancy-splash-head):
7123         * textmodes/ispell.el (ispell-command-loop):
7124         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
7125         * tutorial.el (help-with-tutorial):
7126         * vc/add-log.el (add-change-log-entry):
7127         * vc/compare-w.el (compare-windows):
7128         * vc/ediff-help.el (ediff-indent-help-message):
7129         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
7130         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
7131         (ediff-setup-control-frame):
7132         * vc/emerge.el (emerge-position-region):
7133         * vc/pcvs-util.el (cvs-bury-buffer):
7134         * window.el (walk-windows, mouse-autoselect-window-select):
7135         * winner.el (winner-set-conf, winner-undo): Related users changed.
7137 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
7139         * frameset.el (frameset--set-id): Doc fix.
7140         (frameset-frame-id, frameset-frame-id-equal-p)
7141         (frameset-locate-frame-id): New functions.
7142         (frameset--process-minibuffer-frames, frameset--reuse-frame)
7143         (frameset-restore): Use them.
7145 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
7147         Do not call to `selected-frame' where it is assumed by default.
7148         Affected functions are `raise-frame', `redraw-frame',
7149         `frame-first-window', `frame-terminal' and `delete-frame'.
7150         * calendar/appt.el (appt-disp-window):
7151         * epg.el (epg-wait-for-completion):
7152         * follow.el (follow-delete-other-windows-and-split)
7153         (follow-avoid-tail-recenter):
7154         * international/mule.el (set-terminal-coding-system):
7155         * mail/rmail.el (rmail-mail-return):
7156         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
7157         * progmodes/f90.el (f90-add-imenu-menu):
7158         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
7159         * server.el (server-switch-buffer):
7160         * simple.el (delete-completion-window):
7161         * talk.el (talk):
7162         * term/xterm.el (terminal-init-xterm-modify-other-keys)
7163         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
7164         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
7165         * vc/ediff.el (ediff-documentation): Related users changed.
7166         * frame.el (selected-terminal): Remove the leftover.
7168 2013-08-05  Glenn Morris  <rgm@gnu.org>
7170         * calendar/calendar.el (calendar-generate-month):
7171         Fix for calendar-column-width != 1 + calendar-day-digit-width.
7172         (calendar-generate-month, calendar-font-lock-keywords):
7173         Fix for calendar-day-header-width > length of any day name.
7175 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
7177         * desktop.el (desktop-clear): Use new name of sort predicate.
7179         * frameset.el (frameset): Add docstring.  Move :version property to its
7180         own `version' slot.
7181         (frameset-copy): Rename from copy-frameset.
7182         (frameset-p): Check more thoroughly.
7183         (frameset-prop): Do not check for :version, which is no longer a prop.
7184         (frameset-live-filter-alist, frameset-persistent-filter-alist):
7185         Use new :never value instead of t.
7186         (frameset-filter-alist): Expand and clarify docstring.
7187         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
7188         (frameset-filter-minibuffer, frameset-filter-save-param)
7189         (frameset-filter-restore-param, frameset-filter-iconified):
7190         Add pointer to docstring of frameset-filter-alist.
7191         (frameset-filter-params): Rename filter values to be more meaningful:
7192         :never instead of t, and reverse the meanings of :save and :restore.
7193         (frameset--process-minibuffer-frames): Clarify error message.
7194         (frameset-save): Avoid unnecessary and confusing call to framep.
7195         Use new BOA constructor for framesets.
7196         (frameset--reuse-list): Doc fix.
7197         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
7198         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
7199         (frameset-minibufferless-first-p): Doc fix.
7200         Rename from frameset-sort-frames-for-deletion.
7201         (frameset-restore): Doc fixes.  Use new function names.
7202         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
7204 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
7206         * desktop.el (desktop-restore-forces-onscreen)
7207         (desktop-restore-reuses-frames): Document :keyword constant values.
7208         (desktop-filter-parameters-alist): Remove, now identical to
7209         frameset-filter-alist.
7210         (desktop--filter-tty*): Remove, moved to frameset.el.
7211         (desktop-save-frameset, desktop-restore-frameset):
7212         Do not pass :filters argument.
7214         * frameset.el (frameset-live-filter-alist)
7215         (frameset-persistent-filter-alist): New variables.
7216         (frameset-filter-alist): Use them.  Add autoload cookie.
7217         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
7218         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
7219         `frameset--id' (it's supposed to be internal to frameset.el).
7220         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
7221         (frameset--initial-params): New function.
7222         (frameset--get-frame): Use it.  Doc fix.
7223         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
7224         Accept :all, not 'all.
7225         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
7226         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
7227         with fbound symbols.  Fix frame id matching, and remove matching ids if
7228         the frame being restored is deleted.  Obey :delete.
7230 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7232         * subr.el (macrop): New function.
7233         (text-clone--maintaining): New var.
7234         (text-clone--maintain): Rename from text-clone-maintain.  Use it
7235         instead of inhibit-modification-hooks.
7237         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
7238         a proxy, so as handle autoloads and redefinitions of the target.
7239         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
7241         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
7242         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
7243         (pcase--mutually-exclusive-p): New function.
7244         (pcase--split-consp): Use it.
7245         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
7246         mutually exclusive with the current predicate.
7248         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
7249         (edebug-macrop): Remove.  Use `macrop' instead.
7250         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
7251         (ad-macro-p):
7252         * eshell/esh-cmd.el (eshell-macrop):
7253         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
7255 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7257         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
7258         (advice-mapc): New function, using it.
7259         (advice-function-member-p): New function.
7260         (advice--normalize): Store the cdr in advice--saved-rewrite since
7261         that's the part that will be changed.
7262         (advice--symbol-function): New function.
7263         (advice-remove): Handle removal before the function is defined.
7264         Adjust to new advice--saved-rewrite.
7265         (advice-member-p): Use advice-function-member-p and
7266         advice--symbol-function.
7268 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
7270         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
7271         (frameset-filter-minibuffer): Doc fix.
7272         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
7273         (frameset--set-id, frameset--process-minibuffer-frames)
7274         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
7275         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
7277         * desktop.el (desktop-clear): Only delete frames when called
7278         interactively and desktop-restore-frames is non-nil.  Doc fix.
7279         (desktop-read): Set desktop-saved-frameset to nil.
7281 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
7283         * vc/vc.el (vc-ignore): Rewrite.
7284         (vc-default-ignore-completion-table):
7285         (vc--read-lines):
7286         (vc--add-line, vc--remove-regexp): New functions.
7288         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
7289         (vc-svn-ignore-completion-table): New function.
7291         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
7292         (vc-hg-ignore-completion-table):
7293         (vc-hg-find-ignore-file): New functions.
7295         * vc/vc-git.el (vc-git-ignore): Rewrite.
7296         (vc-git-ignore-completion-table):
7297         (vc-git-find-ignore-file): New functions.
7299         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
7301         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
7302         (vc-bzr-ignore-completion-table):
7303         (vc-bzr-find-ignore-file): New functions.
7305 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
7307         * frameset.el (frameset-prop): New function and setter.
7308         (frameset-save): Do not modify frame list passed by the caller.
7310 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7312         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
7314 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7316         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
7317         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
7319         * custom.el (custom-initialize-default, custom-initialize-set)
7320         (custom-initialize-reset, custom-initialize-changed): Affect the
7321         toplevel-default-value (bug#6275, bug#14586).
7322         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
7323         for bug#6275.
7325 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
7327         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7328         Add cl-def* expressions.
7330         * frameset.el (frameset-filter-params): Fix order of arguments.
7332 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
7334         Move code related to saving frames to frameset.el.
7335         * desktop.el: Require frameset.
7336         (desktop-restore-frames): Doc fix.
7337         (desktop-restore-reuses-frames): Rename from
7338         desktop-restoring-reuses-frames.
7339         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
7340         (desktop-clear): Clear frames too.
7341         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
7342         (desktop--filter-tty*, desktop-save, desktop-read):
7343         Use frameset functions.
7344         (desktop-before-saving-frames-functions, desktop--filter-*-color)
7345         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
7346         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
7347         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
7348         (desktop--process-minibuffer-frames, desktop-save-frames)
7349         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
7350         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
7351         (desktop--sort-states, desktop-restoring-frames-p)
7352         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
7353         (desktop-restoring-frameset-p, desktop-restore-frameset)
7354         (desktop--check-dont-save, desktop-save-frameset): New functions.
7355         (desktop--app-id): New constant.
7356         (desktop-first-buffer, desktop-buffer-ok-count)
7357         (desktop-buffer-fail-count): Move before first use.
7358         * frameset.el: New file.
7360 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7362         * files.el: Use lexical-binding.
7363         (dir-locals-read-from-file): Remove unused `err' variable.
7364         (hack-dir-local-variables--warned-coding): New var.
7365         (hack-dir-local-variables): Use it to avoid repeated warnings.
7366         (make-backup-file-name--default-function): New function.
7367         (make-backup-file-name-function): Use it as default.
7368         (buffer-stale--default-function): New function.
7369         (buffer-stale-function): Use it as default.
7370         (revert-buffer-insert-file-contents--default-function): New function.
7371         (revert-buffer-insert-file-contents-function): Use it as default.
7372         (insert-directory): Avoid add-to-list.
7374         * autorevert.el (auto-revert-handler): Simplify.
7375         Use buffer-stale--default-function.
7377 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
7379         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
7381         * whitespace.el (whitespace-ensure-local-variables): New function.
7382         (whitespace-cleanup-region): Call it.
7383         (whitespace-turn-on): Call it.
7385 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
7387         Complete file name handlers.
7389         * net/tramp.el (tramp-handle-set-visited-file-modtime)
7390         (tramp-handle-verify-visited-file-modtime)
7391         (tramp-handle-file-notify-rm-watch): New functions.
7392         (tramp-call-process): Do not bind `default-directory'.
7394         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
7395         Order alphabetically.
7396         [access-file, add-name-to-file, dired-call-process]:
7397         [dired-compress-file, file-acl, file-notify-rm-watch]:
7398         [file-ownership-preserved-p, file-selinux-context]:
7399         [make-directory-internal, make-symbolic-link, set-file-acl]:
7400         [set-file-selinux-context, set-visited-file-modtime]:
7401         [verify-visited-file-modtime]: Add handler.
7402         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
7404         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
7405         [file-notify-add-watch, file-notify-rm-watch]:
7406         [set-file-times, set-visited-file-modtime]:
7407         [verify-visited-file-modtime]: Add handler.
7408         (with-tramp-gvfs-error-message)
7409         (tramp-gvfs-handle-set-visited-file-modtime)
7410         (tramp-gvfs-fuse-file-name): Remove.
7411         (tramp-gvfs-handle-file-notify-add-watch)
7412         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
7413         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
7415         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
7416         Order alphabetically.
7417         [file-notify-rm-watch ]: Use default Tramp handler.
7418         [executable-find]: Remove private handler.
7419         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
7420         `default-directory'.
7421         (tramp-sh-handle-executable-find)
7422         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
7423         (tramp-sh-file-gvfs-monitor-dir-process-filter)
7424         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
7425         Do not use `format' in `tramp-message'.
7427         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
7428         [file-notify-rm-watch, set-visited-file-modtime]:
7429         [verify-visited-file-modtime]: Add handler.
7430         (tramp-smb-call-winexe): Do not bind `default-directory'.
7432 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
7434         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
7436 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
7438         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
7439         use it.
7440         (log-view-diff-changeset): Same.
7441         (log-view-diff-common): Call backend command `previous-revision'
7442         to find out the previous revision, in both cases.  Swap the
7443         variables `to' and `fr', so that `fr' usually refers to the
7444         earlier revision (Bug#14989).
7446 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
7448         * ibuf-ext.el (ibuffer-filter-by-filename):
7449         Make it work with dired buffers too.
7451 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
7453         * emacs-lisp/re-builder.el (reb-color-display-p):
7454         * files.el (save-buffers-kill-terminal):
7455         * net/browse-url.el (browse-url):
7456         * server.el (server-save-buffers-kill-terminal):
7457         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
7458         Prefer nil to selected-frame for the first arg of frame-parameter.
7460 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
7462         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
7464 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
7466         * minibuffer.el (completion--twq-all): Try and preserve each
7467         completion's case choice (bug#14907).
7469 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7471         * net/network-stream.el (open-network-stream): Mention the new
7472         :nogreeting parameter.
7473         (network-stream-open-starttls): Use the :nogreeting parameter
7474         (bug#14938).
7476         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
7478         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
7479         more natural than popping.
7481         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
7482         (shr-urlify): Highlight under mouse.
7484 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
7486         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
7488         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
7490         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
7491         buffer for output.
7493         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
7494         point-min==1.  Fix search string.  Fix parentheses missing.
7496         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
7497         assume point-min==1.  Fix search string.  Fix parentheses missing.
7499         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
7501         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
7502         buffer for output.
7504 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
7506         * frame.el (frame-notice-user-settings): Avoid inflooping when the
7507         initial frame is minibuffer-less.  (Bug#14841)
7509 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
7511         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
7512         option.
7514         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
7515         (tramp-maybe-open-connection): Use it.
7517 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
7519         * desktop.el (desktop--make-frame): Include `minibuffer' in the
7520         minimal set of parameters passed when creating a frame, because
7521         the minibuffer status of a frame cannot be changed later.
7523 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
7525         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
7526         replace-regexp-in-string and inadvertent omissions in previous change.
7527         (todo-filter-items): Ensure only file names are comma-separated in
7528         name of filtered items buffer.
7530 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
7532         * desktop.el: Optionally force offscreen frames back onscreen.
7533         (desktop-restoring-reuses-frames): New option.
7534         (desktop--compute-pos, desktop--move-onscreen): New functions.
7535         (desktop--make-frame): Use desktop--move-onscreen.
7537 2013-07-27  Alan Mackenzie  <acm@muc.de>
7539         Fontify a Java generic method as a function.
7540         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
7541         value to t.
7543 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
7545         * calendar/todo-mode.el: Add command to rename todo files.
7546         (todo-rename-file): New command.
7547         (todo-key-bindings-t): Add key binding for it.  Change the
7548         bindings of todo-filter-regexp-items(-multifile) to use `x'
7549         instead of `r', since the latter is better suited to the new
7550         renaming command.
7552 2013-07-27  Alan Mackenzie  <acm@muc.de>
7554         Make Java try-with-resources statement parse properly.
7555         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
7556         (c-block-stmt-1-2-key): New language constants/variables.
7557         * progmodes/cc-engine.el (c-beginning-of-statement-1)
7558         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
7559         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
7560         with c-block-stmt-1-2-key.
7562 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
7564         * desktop.el (desktop--make-frame): Apply most frame parameters after
7565         creating the frame to force (partially or totally) offscreen frames to
7566         be restored as such.
7568 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
7570         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
7571         (Bug#14948)
7573 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7575         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
7576         `base' arg of backtrace-frame.
7578 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
7580         * simple.el (list-processes): Doc fix.
7582 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
7584         * desktop.el (desktop--select-frame):
7585         Try harder to reuse existing frames.
7587 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7589         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
7590         (edebug-eval): Use backtrace-eval.
7591         (edebug--display, edebug--recursive-edit): Don't let-bind the
7592         edebug-outer-* vars that keep track of variables we locally let-bind.
7593         (edebug-outside-excursion): Don't restore outside values of locally
7594         let-bound vars.
7595         (edebug--display): Use user-error.
7596         (cl-lexical-debug, cl-debug-env): Remove.
7598 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
7600         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
7601         are restored to be sure that they are visible before deleting any
7602         remaining ones.
7604 2013-07-26  Matthias Meulien  <orontee@gmail.com>
7606         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
7607         vc-print-root-log.  (Bug#14948)
7609 2013-07-26  Richard Stallman  <rms@gnu.org>
7611         Add aliases for encrypting mail.
7612         * epa.el (epa-mail-aliases): New option.
7613         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
7614         Bind inhibit-read-only so read-only text doesn't ruin everything.
7615         (epa-mail-default-recipients): New subroutine broken out.
7616         Handle epa-mail-aliases.
7618 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7620         Add support for lexical variables to the debugger's `e' command.
7621         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
7622         vars, except for debugger-outer-match-data.
7623         (debugger-frame-number): Move check for "on a function call" from
7624         callers into it.  Add `skip-base' argument.
7625         (debugger-frame, debugger-frame-clear): Simplify accordingly.
7626         (debugger-env-macro): Only reset the state stored in non-variables,
7627         i.e. current-buffer and match-data.
7628         (debugger-eval-expression): Rewrite using backtrace-eval.
7629         * subr.el (internal--called-interactively-p--get-frame): Remove.
7630         (called-interactively-p):
7631         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
7632         `base' arg of backtrace-frame instead.
7634 2013-07-26  Glenn Morris  <rgm@gnu.org>
7636         * align.el (align-regexp): Doc fix.  (Bug#14857)
7637         (align-region): Explicit error if subexpression missing/does not match.
7639         * simple.el (global-visual-line-mode):
7640         Do not duplicate the mode lighter.  (Bug#14858)
7642 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
7644         * window.el (display-buffer): In display-buffer bind
7645         split-window-keep-point to t, bug#14829.
7647 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
7649         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
7650         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
7651         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
7652         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
7653         Change accordingly.
7654         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
7655         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
7657 2013-07-25  Glenn Morris  <rgm@gnu.org>
7659         * dired-x.el (dired-mark-extension): Convert comment to doc string.
7661 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
7663         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
7664         parameter to modify-frame-parameters if the value has not changed;
7665         this is a workaround for bug#14949.
7666         (desktop--make-frame): On cl-delete-if call, check parameter name,
7667         not full parameter.
7669 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
7671         * vc/vc.el (vc-ignore): New function.
7673         * vc/vc-svn.el (vc-svn-ignore): New function.
7675         * vc/vc-hg.el (vc-hg-ignore): New function.
7677         * vc/vc-git.el (vc-git-ignore): New function.
7679         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
7680         (vc-dir-ignore): New function.
7682         * vc/vc-cvs.el (vc-cvs-ignore): New function.
7683         (cvs-append-to-ignore): Move here from pcvs.el.
7685         * vc/vc-bzr.el (vc-bzr-ignore): New function.
7687         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
7689 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
7691         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
7692         (desktop-restore-frames): Warn when deleting an existing frame failed.
7694 2013-07-24  Glenn Morris  <rgm@gnu.org>
7696         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
7698 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
7700         * filenotify.el (file-notify-supported-p):
7701         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
7702         Remove functions.
7704         * autorevert.el (auto-revert-use-notify):
7705         (auto-revert-notify-add-watch):
7706         * net/tramp.el (tramp-file-name-for-operation):
7707         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
7708         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7709         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
7710         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
7711         Remove `file-notify-supported-p' entry.
7713 2013-07-24  Glenn Morris  <rgm@gnu.org>
7715         * printing.el: Replace all uses of deleted ps-windows-system,
7716         ps-lp-system, ps-flatten-list with lpr- versions.
7718 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7720         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
7721         checked with memq (bug#14935).
7723         * files.el (revert-buffer-function): Use a non-nil default.
7724         (revert-buffer-preserve-modes): Declare var to
7725         provide access to the `preserve-modes' argument.
7726         (revert-buffer): Let-bind it.
7727         (revert-buffer--default): New function, extracted from revert-buffer.
7729 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7731         * lpr.el: Signal print errors more prominently.
7732         (print-region-function): Don't default to nil.
7733         (lpr-print-region): New function, extracted from print-region-1.
7734         Check lpr's return value and signal an error in case of problem.
7735         (print-region-1): Use it.
7736         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
7737         versions instead.
7738         (ps-printer-name): Default to nil.
7739         (ps-printer-name-option): Default to lpr-printer-switch.
7740         (ps-print-region-function): Don't default to nil.
7741         (ps-postscript-code-directory): Simplify default.
7742         (ps-do-despool): Use lpr-print-region to properly check the outcome.
7743         (ps-string-list, ps-eval-switch, ps-flatten-list)
7744         (ps-flatten-list-1): Remove.
7745         (ps-multibyte-buffer): Avoid setq.
7746         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
7747         (print-region-function, ps-print-region-function): Don't set them here.
7749 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
7751         * ido.el (ido-fractionp):
7752         (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
7753         (ido-max-file-prompt-width, ido-unc-hosts-cache)
7754         (ido-max-directory-size, ido-max-dir-file-cache)
7755         (ido-decorations): Doc fix.
7757         * ansi-color.el: Fix old URL.
7759 2013-07-23  Michael R. Mauger  <michael@mauger.com>
7761         * progmodes/sql.el: Version 3.3
7762         (sql-product-alist): Improve oracle :prompt-cont-regexp.
7763         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
7764         (sql-interactive-remove-continuation-prompt): Rewrite, use
7765         functions above.  Fix continuation prompt and complete output line
7766         handling.
7767         (sql-redirect-one, sql-execute): Use `read-only-mode' on
7768         redirected output buffer.
7769         (sql-mode): Restore deleted code (Bug#13591).
7771 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
7773         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
7775 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
7777         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
7779         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
7780         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7781         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
7783 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
7785         * desktop.el (desktop-clear): Simplify; remove useless checks
7786         against invalid buffer names.
7787         (desktop-list*): Use cl-list*.
7788         (desktop-buffer-info, desktop-create-buffer): Simplify.
7790 2013-07-23  Leo Liu  <sdl.web@gmail.com>
7792         * bookmark.el (bookmark-make-record): Restore NAME as a default
7793         value.  (Bug#14933)
7795 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7797         * emacs-lisp/autoload.el (autoload--setup-output): New function,
7798         extracted from autoload--insert-text.
7799         (autoload--insert-text): Remove.
7800         (autoload--print-cookie-text): New function, extracted from
7801         autoload--insert-cookie-text.
7802         (autoload--insert-cookie-text): Remove.
7803         (autoload-generate-file-autoloads): Adjust calls accordingly.
7805         * winner.el (winner-hook-installed-p): Remove.
7806         (winner-mode): Simplify accordingly.
7808         * subr.el (add-to-list): Fix compiler-macro when `append' is
7809         not constant.  Don't use `cl-member' for the base case.
7811         * progmodes/subword.el: Fix boundary case (bug#13758).
7812         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
7813         own group.
7814         (subword-backward-regexp): Make it a constant.
7815         (subword-forward-internal): Don't treat a trailing capital as the
7816         beginning of a word.
7818 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
7820         * emacs-lisp/package.el (package-menu-mode): Don't modify the
7821         global value of tabulated-list-revert-hook (bug#14930).
7823 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
7825         * desktop.el: Require 'cl-lib.
7826         (desktop-before-saving-frames-functions): New hook.
7827         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
7828         for frames being saved.  Rename from desktop--save-minibuffer-frames.
7829         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
7830         Do not save frames with non-nil `desktop-dont-save' parameter.
7831         Filter out deleted frames.
7832         (desktop--find-frame): Use cl-find-if.
7833         (desktop--select-frame): Use cl-(first|second|third) to access values
7834         of desktop-mini.
7835         (desktop--make-frame): Use cl-delete-if.
7836         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
7837         (desktop-restore-frames): Use cl-(first|second|third) to access values
7838         of desktop-mini.  Look for visible frame at the end, not while
7839         restoring frames.
7841         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
7842         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
7843         Use string-match-p, looking-at-p (bug#14927).
7845 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
7847         * desktop.el (desktop-saved-frame-states):
7848         Rename from desktop--saved-states; all users changed.
7849         (desktop-save-frames): Rename from desktop--save-frames.
7850         Do not save state to desktop file.
7851         (desktop-save): Save desktop-saved-frame-states to desktop file
7852         and reset to nil.
7853         (desktop-restoring-frames-p): New function.
7854         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
7855         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
7856         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
7858         * desktop.el: Correctly restore iconified frames.
7859         (desktop--filter-iconified-position): New function.
7860         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
7862 2013-07-20  Glenn Morris  <rgm@gnu.org>
7864         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
7865         Let `message' do the formatting.
7866         (def-gdb-preempt-display-buffer): Add explicit format.
7868         * image-dired.el (image-dired-track-original-file):
7869         Use with-current-buffer.
7870         (image-dired-track-thumbnail): Use with-current-buffer.
7871         Avoid changing point of wrong window.
7873         * image-dired.el (image-dired-track-original-file):
7874         Avoid changing point of wrong window.  (Bug#14909)
7876 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
7878         * progmodes/gdb-mi.el (gdb-done-or-error):
7879         Guard against "%" in gdb output.  (Bug#14127)
7881 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
7883         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
7884         (Bug#14826)
7886         * international/mule.el (coding-system-iso-2022-flags): Fix last
7887         change.
7889 2013-07-20  Kenichi Handa  <handa@gnu.org>
7891         * international/mule.el (coding-system-iso-2022-flags):
7892         Add `8-bit-level-4'.  (Bug#8522)
7894 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7896         * net/shr.el (shr-mouse-browse-url): New command and keystroke
7897         (bug#14815).
7899         * net/eww.el (eww-process-text-input): Allow inputting when the
7900         point is at the start of the line, as the properties aren't
7901         front-sticky.
7903         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
7904         degenerate widths.
7906 2013-07-19  Richard Stallman  <rms@gnu.org>
7908         * epa.el (epa-popup-info-window): Doc fix.
7910         * subr.el (split-string): New arg TRIM.
7912 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
7914         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
7915         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
7917 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
7919         * filenotify.el (file-notify--library): Rename from
7920         `file-notify-support'.  Do not autoload.  Adapt all uses.
7921         (file-notify-supported-p): New defun.
7923         * autorevert.el (auto-revert-use-notify):
7924         Use `file-notify-supported-p' instead of `file-notify-support'.
7925         Adapt docstring.
7926         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
7928         * net/tramp.el (tramp-file-name-for-operation):
7929         Add `file-notify-supported-p'.
7931         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
7932         New defun.
7933         (tramp-sh-file-name-handler-alist): Add it as handler for
7934         `file-notify-supported-p '.
7936         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
7937         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7938         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
7939         Add `ignore' as handler for `file-notify-*' functions.
7941 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
7943         * simple.el (line-move-partial, line-move): Don't start vscroll or
7944         scroll-up if the current line is not taller than the window.
7945         (Bug#14881)
7947 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
7949         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
7950         highlight question marks in the method names as strings.
7951         (ruby-block-beg-keywords): Inline.
7952         (ruby-font-lock-keyword-beg-re): Extract from
7953         `ruby-font-lock-keywords'.
7955 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
7957         * frame.el (blink-cursor-blinks): New defcustom.
7958         (blink-cursor-blinks-done): New defvar.
7959         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
7960         (blink-cursor-timer-function): Check if number of blinks has been
7961         done on X and NS.
7962         (blink-cursor-suspend, blink-cursor-check): New defuns.
7964 2013-07-15  Glenn Morris  <rgm@gnu.org>
7966         * edmacro.el (edmacro-format-keys): Fix previous change.
7968 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
7970         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
7971         The hack didn't work outside English locales anyway.
7973 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
7975         * simple.el (define-alternatives): Rename from alternatives-define,
7976         per RMS' suggestion.
7978 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
7980         * desktop.el (desktop-restore-frames): Change default to t.
7981         (desktop-restore-in-current-display): Now offer more options.
7982         (desktop-restoring-reuses-frames): New customization option.
7983         (desktop--saved-states): Doc fix.
7984         (desktop-filter-parameters-alist): New variable, renamed and expanded
7985         from desktop--excluded-frame-parameters.
7986         (desktop--target-display): New variable.
7987         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
7988         (desktop--filter-tty*, desktop--filter-*-color)
7989         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
7990         (desktop--filter-save-desktop-parm)
7991         (desktop-restore-in-original-display-p): New functions.
7992         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
7993         (desktop--save-minibuffer-frames): New function, inspired by a similar
7994         function from Martin Rudalics.
7995         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
7996         (desktop--restore-in-this-display-p): Remove.
7997         (desktop--find-frame): Rename from desktop--find-frame-in-display
7998         and add predicate argument.
7999         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
8000         (desktop--reuse-list): New variable.
8001         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
8002         New functions.
8003         (desktop--restore-frames): Add support for "minibuffer-special" frames.
8005 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
8007         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
8009 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
8011         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8012         Highlight conversion methods on Kernel.
8014 2013-07-13  Alan Mackenzie  <acm@muc.de>
8016         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
8017         and comment it out.  This out-commenting enables certain C++
8018         declarations to be parsed correctly.
8020 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
8022         * international/mule.el (define-coding-system): Doc fix.
8024         * simple.el (default-font-height): Don't call font-info if the
8025         frame's default font didn't change since the frame was created.
8026         (Bug#14838)
8028 2013-07-13  Leo Liu  <sdl.web@gmail.com>
8030         * ido.el (ido-read-file-name): Guard against non-symbol value.
8032 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
8034         * progmodes/python.el (python-imenu--build-tree): Fix corner case
8035         in nested defuns.
8037 2013-07-13  Leo Liu  <sdl.web@gmail.com>
8039         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
8040         ido-set-matches call.  (Bug#6852)
8042 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
8044         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
8045         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
8046         Ruby 2.0.
8047         (ruby-font-lock-keywords): Distinguish calls to functions with
8048         module-like names from module references.  Highlight character
8049         literals.
8051 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
8053         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
8054         (gdb-send): Handle continued commands.  (Bug#14847)
8056 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
8058         * desktop.el (desktop--v2s): Remove unused local variable.
8059         (desktop-save-buffer): Make defvar-local; adjust docstring.
8060         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
8061         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
8063 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
8065         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
8067 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
8069         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
8070         (Bug#14842)
8072 2013-07-12  Glenn Morris  <rgm@gnu.org>
8074         * doc-view.el: Require cl-lib at runtime too.
8075         (doc-view-remove-if): Remove.
8076         (doc-view-search-next-match, doc-view-search-previous-match):
8077         Use cl-remove-if.
8079         * edmacro.el: Require cl-lib at runtime too.
8080         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
8081         (edmacro-mismatch, edmacro-subseq): Remove.
8083         * shadowfile.el: Require cl-lib.
8084         (shadow-remove-if): Remove.
8085         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
8086         Use cl-remove-if.
8088         * wid-edit.el: Require cl-lib.
8089         (widget-choose): Use cl-remove-if.
8090         (widget-remove-if): Remove.
8092         * progmodes/ebrowse.el: Require cl-lib at runtime too.
8093         (ebrowse-delete-if-not): Remove.
8094         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
8095         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
8096         Use cl-delete-if-not.
8098 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
8100         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
8101         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
8103 2013-07-12  Leo Liu  <sdl.web@gmail.com>
8105         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
8107 2013-07-11  Glenn Morris  <rgm@gnu.org>
8109         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
8110         (edebug-gensym-index, edebug-gensym):
8111         Remove reimplementation of cl-gensym.
8112         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
8114         * thumbs.el: Require cl-lib at run-time too.
8115         (thumbs-gensym-counter, thumbs-gensym):
8116         Remove reimplementation of cl-gensym.
8117         (thumbs-temp-file): Use cl-gensym.
8119         * emacs-lisp/ert.el: Require cl-lib at runtime too.
8120         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
8121         (ert--intersection, ert--set-difference, ert--set-difference-eq)
8122         (ert--union, ert--gensym-counter, ert--gensym-counter)
8123         (ert--coerce-to-vector, ert--remove*, ert--string-position)
8124         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
8125         (ert-make-test-unbound, ert--expand-should-1)
8126         (ert--expand-should, ert--should-error-handle-error)
8127         (should-error, ert--explain-equal-rec)
8128         (ert--plist-difference-explanation, ert-select-tests)
8129         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
8130         Use cl-lib functions rather than reimplementations.
8132 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
8134         * net/tramp.el (tramp-methods): Extend docstring.
8135         (tramp-connection-timeout): New defcustom.
8136         (tramp-error-with-buffer): Reset timestamp only when appropriate.
8137         (with-tramp-progress-reporter): Simplify.
8138         (tramp-process-actions): Improve messages.
8140         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8141         * net/tramp-sh.el (tramp-maybe-open-connection):
8142         Use `tramp-connection-timeout'.
8143         (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
8144         (Bug#14808)
8146 2013-07-11  Leo Liu  <sdl.web@gmail.com>
8148         * ido.el (ido-read-file-name): Conform to the requirements of
8149         read-file-name.  (Bug#11861)
8150         (ido-read-directory-name): Conform to the requirements of
8151         read-directory-name.
8153 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
8155         * subr.el (delay-warning): New function.
8157 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
8159         * simple.el (default-line-height): New function.
8160         (line-move-partial, line-move): Use it instead of computing the
8161         line height inline.
8162         (line-move-partial): Always compute ROWH.  If the last line is
8163         partially-visible, but its text is completely visible, allow
8164         cursor to enter such a partially-visible line.
8166 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
8168         Improve error messages.  (Bug#14808)
8170         * net/tramp.el (tramp-current-connection): New defvar, moved from
8171         tramp-sh.el.
8172         (tramp-message-show-progress-reporter-message): Remove, not
8173         needed anymore.
8174         (tramp-error-with-buffer): Show message in minibuffer.
8175         Discard input before waiting.  Reset connection timestamp.
8176         (with-tramp-progress-reporter): Improve messages.
8177         (tramp-process-actions): Use progress reporter.  Delete process in
8178         case of error.  Improve messages.
8180         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
8181         Call `tramp-error-with-buffer' with vector and buffer.
8182         (tramp-current-connection): Remove.
8183         (tramp-maybe-open-connection): The car of
8184         `tramp-current-connection' are the first 3 slots of the vector.
8186 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
8188         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
8189         inside continued strings.
8191 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
8193         Timestamp fixes for undo (Bug#14824).
8194         * files.el (clear-visited-file-modtime): Move here from fileio.c.
8196 2013-07-10  Leo Liu  <sdl.web@gmail.com>
8198         * files.el (require-final-newline): Allow safe local value.
8199         (Bug#14834)
8201 2013-07-09  Leo Liu  <sdl.web@gmail.com>
8203         * ido.el (ido-read-directory-name): Handle fallback.
8204         (ido-read-file-name): Update DIR to ido-current-directory.
8205         (Bug#1516)
8206         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
8208 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
8210         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
8211         "autoload".  Remove "warn lower camel case" section, previously
8212         commented out.  Highlight negation char.  Do not highlight the
8213         target in singleton method definitions.
8215 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8217         * faces.el (tty-setup-hook): Declare the hook.
8219         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
8220         and detect when a guard/pred depends on local vars (bug#14773).
8221         (pcase--u1): Adjust caller.
8223 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
8225         * simple.el (line-move-partial, line-move): Account for
8226         line-spacing.
8227         (line-move-partial): Avoid setting vscroll when the last
8228         partially-visible line in window is of default height.
8230 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8232         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
8233         been used a while.
8235 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
8237         * subr.el (read-quoted-char): Remove unused local variable `char'.
8239 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
8241         * ediff.el (ediff-version): Version update.
8242         (ediff-files-command, ediff3-files-command, ediff-merge-command)
8243         (ediff-merge-with-ancestor-command, ediff-directories-command)
8244         (ediff-directories3-command, ediff-merge-directories-command)
8245         (ediff-merge-directories-with-ancestor-command): New functions.
8246         All are command-line interfaces to ediff: to facilitate calling
8247         Emacs with the appropriate ediff functions invoked.
8249         * viper-cmd.el (viper-del-forward-char-in-insert): New function.
8250         (viper-save-kill-buffer): Check if buffer is modified.
8252         * viper.el (viper-version): Version update.
8253         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
8255 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8257         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
8258         * viper-cmd.el (viper-envelop-ESC-key): Remove function.
8259         (viper-intercept-ESC-key): Simplify.
8260         * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
8261         * viper.el (viper--tty-ESC-filter, viper--lookup-key)
8262         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
8263         (viper-setup-ESC-to-escape): New functions.
8264         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
8265         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
8267 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
8269         * simple.el (default-font-height, window-screen-lines):
8270         New functions.
8271         (line-move, line-move-partial): Use them instead of
8272         frame-char-height and window-text-height.  This makes scrolling
8273         text smoother when the buffer's default face uses a font that is
8274         different from the frame's default font.
8276 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
8278         * files.el (write-file): Do not display confirm dialog for NS,
8279         it does its own dialog, which can't be canceled (Bug#14578).
8281 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
8283         * simple.el (line-move-partial): Adjust the row returned by
8284         posn-at-point for the current window-vscroll.  (Bug#14567)
8286 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
8288         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
8289         (tramp-sh-file-inotifywait-process-filter): Handle file names with
8290         spaces.
8292 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
8294         * window.el (window-state-put-stale-windows): New variable.
8295         (window--state-put-2): Save list of windows without matching buffer.
8296         (window-state-put): Remove "bufferless" windows if possible.
8298 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
8300         * simple.el (alternatives-define): Remove leftover :group keyword.
8301         Tweak docstring.
8303 2013-07-06  Leo Liu  <sdl.web@gmail.com>
8305         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
8306         (ido-enable-virtual-buffers): New variable.
8307         (ido-buffer-internal, ido-toggle-virtual-buffers)
8308         (ido-make-buffer-list): Use it.
8309         (ido-exhibit): Support turning on and off virtual buffers
8310         automatically.
8312 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
8314         * simple.el (alternatives-define): New macro.
8316 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8318         * subr.el (read-quoted-char): Use read-key.
8319         (sit-for): Let read-event decode tty input (bug#14782).
8321 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
8323         * calendar/todo-mode.el: Add handling of file deletion, both by
8324         mode command and externally.  Fix various related bugs.
8325         Clarify Commentary and improve some documentation strings and code.
8326         (todo-delete-file): New command.
8327         (todo-check-file): New function.
8328         (todo-show): Handle external deletion of the file we're trying to
8329         show (bug#14688).  Replace called-interactively-p by an optional
8330         prefix argument to avoid problematic interaction with catch form
8331         when byte compiled (bug#14702).
8332         (todo-quit): Handle external deletion of the archive's todo file.
8333         Make sure the buffer that was visiting the archive file is still
8334         live before trying to bury it.
8335         (todo-category-completions): Handle external deletion of any
8336         category completion files.
8337         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
8338         of todo files, in case of external deletion.
8339         (todo-add-file): Replace unnecessary setq by let-binding.
8340         (todo-find-archive): Check whether there are any archives.
8341         Replace unnecessary setq by let-binding.
8342         (todo-archive-done-item): Use find-file-noselect to get the
8343         archive buffer whether or not the archive already exists.
8344         Remove superfluous code.  Use file size instead of buffer-file-name to
8345         check if the archive is new; if it is, update list of archives.
8346         (todo-default-todo-file): Allow nil to be a valid value for when
8347         there are no todo files.
8348         (todo-reevaluate-default-file-defcustom): Use corrected definition
8349         of todo-default-todo-file.
8350         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
8351         (todo-delete-category, todo-show-categories-table)
8352         (todo-category-number): Clarify comment.
8353         (todo-filter-items): Clarify documentation string.
8354         (todo-show-current-file, todo-display-as-todo-file)
8355         (todo-reset-and-enable-done-separator): Tweak documentation string.
8356         (todo-done-separator): Make separator length window-width, since
8357         bug#2749 is now fixed.
8359 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
8361         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
8362         Support both "gvfs-monitor-dir" and "inotifywait".
8363         (tramp-sh-file-inotifywait-process-filter): Rename from
8364         `tramp-sh-file-notify-process-filter'.
8365         (tramp-sh-file-gvfs-monitor-dir-process-filter)
8366         (tramp-get-remote-gvfs-monitor-dir): New defuns.
8368 2013-07-05  Leo Liu  <sdl.web@gmail.com>
8370         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
8372 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8374         * frame.el (display-pixel-height, display-pixel-width)
8375         (display-mm-height, display-mm-width): Mention behavior on
8376         multi-monitor setups in docstrings.
8377         (w32-display-monitor-attributes-list): Declare function.
8378         (display-monitor-attributes-list): Use it.
8380 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
8382         * filenotify.el: New package.
8384         * autorevert.el (top): Require filenotify.el.
8385         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
8386         instead.
8387         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
8388         (auto-revert-notify-handler): Use `file-notify-*' functions.
8390         * subr.el (file-notify-handle-event): Move function to filenotify.el.
8392         * net/tramp.el (tramp-file-name-for-operation):
8393         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
8395         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
8396         for `file-notify-add-watch' and `file-notify-rm-watch'.
8397         (tramp-process-sentinel): Improve trace.
8398         (tramp-sh-handle-file-notify-add-watch)
8399         (tramp-sh-file-notify-process-filter)
8400         (tramp-sh-handle-file-notify-rm-watch)
8401         (tramp-get-remote-inotifywait): New defuns.
8403 2013-07-03  Juri Linkov  <juri@jurta.org>
8405         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
8406         call of `occur-read-primary-args' to interactive spec.
8408         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
8409         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
8411 2013-07-03  Matthias Meulien  <orontee@gmail.com>
8413         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
8414         `Buffer-menu-multi-occur'.  Add it to the menu.
8415         (Buffer-menu-mode): Document it in docstring.
8416         (Buffer-menu-multi-occur): New command.  (Bug#14673)
8418 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
8420         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
8421         keywords and built-ins.
8423 2013-07-03  Glenn Morris  <rgm@gnu.org>
8425         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
8427         Make info-xref checks case-sensitive by default
8428         * info.el (Info-find-node, Info-find-in-tag-table)
8429         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
8430         Add option for exact case matching of nodes.
8431         * info-xref.el (info-xref): New custom group.
8432         (info-xref-case-fold): New option.
8433         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
8435 2013-07-03  Leo Liu  <sdl.web@gmail.com>
8437         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
8439 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
8441         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
8442         middle of block statement initially, lower the depth.  Remove
8443         FIXME comment, not longer valid.  Remove middle of block statement
8444         detection, no need to do that anymore since we've been using
8445         `ruby-parse-region' here.
8447 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
8449         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
8451 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8453         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
8455 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
8457         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
8458         (desktop-restore-in-current-display): New customization option.
8459         (desktop--excluded-frame-parameters): Add `font'.
8460         (desktop--save-frames): Rename from desktop--save-windows.
8461         (desktop--restore-in-this-display-p): New function.
8462         (desktop--make-full-frame): Remove unwanted width/height from
8463         full(width|height) frames.
8464         (desktop--restore-frames): Rename from desktop--restore-windows.
8465         Obey desktop-restore-current-display.  Do not delete old frames or
8466         select a new frame unless we were able to restore at least one frame.
8468 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
8470         * files.el (find-file-noselect): Simplify conditional expression.
8472         * textmodes/remember.el (remember-append-to-file):
8473         Don't mix `find-buffer-visiting' and `get-file-buffer'.
8475         Add `remember-notes' function to store random notes across Emacs
8476         restarts.
8477         * textmodes/remember.el (remember-data-file): Add :set callback to
8478         affect notes buffer (if any).
8479         (remember-notes): New command.
8480         (remember-notes-buffer-name, bury-remember-notes-on-kill):
8481         New defcustoms for the `remember-notes' function.
8482         (remember-notes-save-and-bury-buffer): New command.
8483         (remember-notes-mode-map): New variable.
8484         (remember-mode): New minor mode.
8485         (remember-notes--kill-buffer-query): New function.
8486         * startup.el (initial-buffer-choice): Add notes to custom type.
8488 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
8490         * bindings.el (right-char, left-char): Don't call sit-for, this is
8491         no longer needed.  Use arithmetic comparison only for numerical
8492         arguments.
8494         * international/mule-cmds.el (select-safe-coding-system):
8495         Handle the case of FROM being a string correctly.  (Bug#14755)
8497 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8499         * net/shr.el (shr-make-table-1): Add a sanity check that allows
8500         progression on degenerate tables.
8501         (shr-rescale-image): ImageMagick animated images currently don't work.
8503 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
8505         Some fixes and improvements for desktop frame restoration.
8506         It is still experimental and disabled by default.
8507         * desktop.el (desktop--save-windows): Put the selected frame at
8508         the head of the list.
8509         (desktop--make-full-frame): New function.
8510         (desktop--restore-windows): Try to re-select the frame that was
8511         selected upon saving.  Do not abort if some frames fail to restore,
8512         just show an error message and continue.  Set up maximized frames
8513         so they have default non-maximized dimensions.
8515 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
8517         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
8518         Don't start heredoc inside a string or comment.
8520 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
8522         * bindings.el (visual-order-cursor-movement): New defcustom.
8523         (right-char, left-char): Provide visual-order cursor motion by
8524         calling move-point-visually.  Update the doc strings.
8526 2013-06-28  Kenichi Handa  <handa@gnu.org>
8528         * international/mule.el (define-coding-system): New coding system
8529         properties :inhibit-null-byte-detection,
8530         :inhibit-iso-escape-detection, and :prefer-utf-8.
8531         (set-buffer-file-coding-system): If :charset-list property of
8532         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
8533         appropriate for setting.
8535         * international/mule-cmds.el (select-safe-coding-system):
8536         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
8537         multibyte characters, return utf-8 (or one of its siblings).
8539         * international/mule-conf.el (prefer-utf-8): New coding system.
8540         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
8541         files.
8543 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
8545         * net/shr.el (shr-render-region): New function.
8547         * net/eww.el: Autoload `eww-browse-url'.
8549 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
8551         * emacs-lisp/package-x.el (package-upload-buffer-internal):
8552         Adapt to `package-desc-version' being a list.
8553         Use `package--ac-desc-version' to retrieve version from a package
8554         archive element.
8556 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
8558         New experimental feature to save&restore window and frame setup.
8559         * desktop.el (desktop-save-windows): New defcustom.
8560         (desktop--saved-states): New var.
8561         (desktop--excluded-frame-parameters): New defconst.
8562         (desktop--filter-frame-parms, desktop--find-frame-in-display)
8563         (desktop--restore-windows, desktop--save-windows): New functions.
8564         (desktop-save): Call `desktop--save-windows'.
8565         (desktop-read): Call `desktop--restore-windows'.
8567 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8569         * net/shr.el (add-face-text-property): Remove compat definition.
8571 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
8573         * info.el (Info-try-follow-nearest-node): Move search for footnote
8574         above search for node name to prevent missing a footnote (bug#14717).
8576 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
8578         * obsolete/otodo-mode.el: Add obsolescence info to file header.
8580 2013-06-27  Leo Liu  <sdl.web@gmail.com>
8582         * net/eww.el (eww-read-bookmarks): Check file size.
8584 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8586         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
8587         advice--pending if newdef is nil or an autoload (bug#13820).
8588         (advice-mapc): New function.
8590 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8592         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
8593         probably.
8594         (eww-mode-map): Add a menu bar.
8595         (eww-add-bookmark): New command.
8596         (eww-bookmark-mode): New mode and commands.
8597         (eww-add-bookmark): Remove newlines from the title.
8598         (eww-bookmark-browse): Don't bug out if it's the only window.
8600 2013-06-26  Glenn Morris  <rgm@gnu.org>
8602         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
8603         (hfy-size): Handle ttys.  (Bug#14668)
8605         * info-xref.el: Update for Texinfo 5 change in *note format.
8606         (info-xref-node-re, info-xref-note-re): New constants.
8607         (info-xref-check-buffer): Use info-xref-note-re.
8609 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8611         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
8613         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
8614         nil terminate the loop (bug#14718).
8616 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8618         * net/eww.el: Rework history traversal.  When going forward/back,
8619         put these actions into the history, too, so that they can be
8620         replayed.
8621         (eww-render): Move the history reset to the correct buffer.
8623 2013-06-25  Juri Linkov  <juri@jurta.org>
8625         * files-x.el (modify-dir-local-variable): Change the header comment
8626         in the file with directory local variables.  (Bug#14692)
8628         * files-x.el (read-file-local-variable-value): Add `default'.
8629         (Bug#14710)
8631 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8633         * net/eww.el (eww-make-unique-file-name): Create a unique file
8634         name before saving to entering `y' accidentally asynchronously.
8636 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
8638         * net/eww.el (eww-download): New command and keystroke.
8640 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8642         * net/eww.el (eww-copy-page-url): Change name of command.
8644         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
8645         be more consistent with Info and dired.
8647         * net/eww.el (eww-mode-map): Ditto.
8649 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8651         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
8652         packages from archives.
8653         (package-archive-contents): Change format; include obsolete packages.
8654         (package-desc): Use `dir' to mark builtin packages.
8655         (package--from-builtin): Set the `dir' field to `builtin'.
8656         (generated-autoload-file, version-control): Declare.
8657         (package-compute-transaction): Change first arg and return value to be
8658         lists of package-descs.  Adjust to new package-archive-contents format.
8659         (package--add-to-archive-contents): Adjust to new
8660         package-archive-contents format.
8661         (package-download-transaction): Arg is now a list of package-descs.
8662         (package-install): If `pkg' is a package name, pass it as
8663         a requirement, so it is subject to the usual (e.g. disabled) checks.
8664         (describe-package): Accept package-desc as well.
8665         (describe-package-1): Describe a specific package-desc.  Add links to
8666         other package-descs for the same package name.
8667         (package-menu-describe-package): Pass the actual package-desc.
8668         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
8669         works correctly.
8670         (package-desc-status): New function.
8671         (package-menu--refresh): New function, extracted
8672         from package-menu--generate.
8673         (package-menu--generate): Use it.
8674         (package-delete): Update package-alist.
8675         (package-menu-execute): Don't call package-initialize.
8677         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
8678         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
8679         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
8680         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
8681         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
8682         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
8684 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
8686         * window.el (window--state-get-1): Workaround for bug#14527.
8687         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
8689 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8691         * net/eww.el (eww-back-url): Implement the history by stashing all
8692         the data into a list.
8693         (eww-forward-url): Allow going forward in the history, too.
8695 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8697         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
8698         for values and use read--expression for expressions (bug#14710).
8699         (read-file-local-variable): Avoid setq.
8700         (read-file-local-variable-mode): Use minor-mode-list.
8702 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8704         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
8705         for DOI URLs.
8707 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8709         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
8710         Update imenu-support when dialect changes.
8712 2013-06-25  Leo Liu  <sdl.web@gmail.com>
8714         * ido.el (ido-read-internal): Allow forward slash on windows.
8716 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8718         * net/eww.el (eww): Start of strings is \\`, not ^.
8720 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
8722         * net/shr.el (shr-browse-url): Fix interactive spec.
8724         * net/eww.el (eww): Add a trailing slash to domain names.
8726 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
8728         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
8730 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8732         * net/shr.el (shr-browse-url): Use an external browser if given a
8733         prefix.
8735         * net/eww.el (eww-external-browser): Move to shr.
8737 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
8739         * net/eww.el (eww): Work more correctly for file: URLs.
8740         (eww-detect-charset): Allow quoted charsets.
8741         (eww-yank-page-url): New command and keystroke.
8743 2013-06-24  Daiki Ueno  <ueno@gnu.org>
8745         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
8746         file name of gpg executable.
8747         (epg-context-program): New function.
8748         (epg-context-home-directory): New function.
8749         (epg-context-set-program): New function.
8750         (epg-context-set-home-directory): New function.
8751         (epg--start): Use `epg-context-program' instead of
8752         'epg-gpg-program'.
8753         (epg--list-keys-1): Likewise.
8755 2013-06-24  Leo Liu  <sdl.web@gmail.com>
8757         * ido.el (ido-read-internal): Fix bug#14620.
8759 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
8761         * faces.el (face-documentation): Simplify.
8762         (read-face-attribute, tty-find-type, x-resolve-font-name):
8763         Use `string-match-p'.
8764         (list-faces-display): Use `string-match-p'.  Simplify.
8765         (face-spec-recalc): Check face to avoid face alias loops.
8766         (read-color): Use `string-match-p' and non-capturing parenthesis.
8768 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8770         * net/shr.el (shr-rescale-image): Use the new
8771         :max-width/:max-height functionality.
8773 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
8775         * net/eww.el (eww-search-prefix): New variable.
8776         (eww): Use it.
8777         (eww-external-browser): New variable.
8778         (eww-mode-map): New keystroke.
8779         (eww-browse-with-external-browser): New command.
8781         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
8783 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
8785         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
8786         Don't skip aligning the next header field when padding is 0;
8787         otherwise, field width is not respected unless the title is as
8788         wide as the field.
8790 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8792         * emacs-lisp/package.el (package-el-version): Remove.
8793         (package-process-define-package): Fix inf-loop.
8794         (package-install): Allow symbols as arguments again.
8796 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
8798         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
8799         add some more keyword-like methods.
8800         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
8802 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
8804         * bs.el (bs-buffer-show-mark): Make defvar-local.
8805         (bs-mode): Use setq-local.
8807         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
8808         (emacs-lock--try-unlocking): Make defvar-local.
8810 2013-06-22  Glenn Morris  <rgm@gnu.org>
8812         * play/cookie1.el (cookie-apropos): Minor simplification.
8814         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
8816 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
8818         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
8819         `regexp-opt', it breaks the build during dumping.
8821 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
8823         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8824         Highlight keyword-like methods on Kernel and Module with
8825         font-lock-builtin-face.
8826         (auto-mode-alist): Consolidate different entries into one regexp
8827         and add more *file-s.
8829 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
8831         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
8833         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
8834         (diary-entry): Use it in the action of this button type instead of
8835         diary-goto-entry.
8837         * calendar/todo-mode.el: New version.
8838         (todo-add-category): Append new category to end of file and give
8839         it the highest number, instead of putting it at the beginning and
8840         giving it 0.  Incorporate noninteractive functionality.
8841         (todo-forward-category): Adapt to 1-based category numbering.
8842         Allow skipping over archived categories.
8843         (todo-backward-category): Derive from todo-forward-category.
8844         (todo-backward-item, todo-forward-item): Make noninteractive and
8845         delegate interactive part to new commands.  Make sensitive to done items.
8846         (todo-categories): Make value an alist of category names and
8847         vectors of item counts.
8848         (todo-category-beg): Make a defconst.
8849         (todo-category-number): Use 1 instead of 0 as initial value.
8850         (todo-category-select): Make sensitive to overlays, optional item
8851         highlighting and done items.
8852         (todo-delete-item): Make sensitive to overlays and marked and done items.
8853         (todo-edit-item): Make sensitive to overlays and editing of
8854         date/time header optional.  Add format checks.
8855         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
8856         no-op if point is not on an item.  Advertise using todo-edit-quit.
8857         (todo-edit-mode): Make sensitive to new format, font-locking, and
8858         multiple todo files.
8859         (todo-insert-item, todo-insert-item-here): Derive from
8860         todo-basic-insert-item and extend functionality.
8861         (todo-item-end, todo-item-start): Make sensitive to done items.
8862         (todo-item-string): Don't return text properties.  Restore point.
8863         (todo-jump-to-category): Make sensitive to multiple todo files and
8864         todo archives.  Use extended category completion.
8865         (todo-lower-item, todo-raise-item): Rename to *-priority and
8866         derive from todo-set-item-priority.
8867         (todo-mode): Derive from special-mode.  Make sensitive to new
8868         format, font-locking and multiple todo files.  Make read-only.
8869         (todo-mode-map): Don't suppress digit keys, so they can supply
8870         prefix arguments.  Add many new key bindings.
8871         (todo-prefix): Insert as an overlay instead of file text.
8872         Change semantics from diary date expression to purely visual mark.
8873         (todo-print): Rename to todo-print-buffer.  Make buffer display
8874         features printable.  Remove option to restrict number of items
8875         printed.  Add option to print to file.
8876         (todo-print-function): Rename to todo-print-buffer-function.
8877         (todo-quit): Extend to handle exiting new todo modes.
8878         (todo-remove-item): Make sensitive to overlays.
8879         (todo-save): Extend to buffers of filtered items.
8880         (todo-show): Make sensitive to done items, multiple todo files and
8881         new todo modes.  Offer to convert legacy todo file before creating
8882         first new todo file.
8883         (todo-show-priorities): Rename to todo-top-priorities.
8884         Change semantics of value 0.
8885         (todo-top-priorities): Rename to todo-filter-top-priorities,
8886         derive from todo-filter-items and extend functionality.
8887         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
8888         and extend functionality to other types of filtered items.
8889         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
8890         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
8891         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
8892         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
8893         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
8894         (todo-edit-mode-hook, todo-entry-prefix-function)
8895         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
8896         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
8897         (todo-initials, todo-insert-threshold, todo-item-string-start)
8898         (todo-line-string, todo-menu, todo-mode-hook)
8899         (todo-more-important-p, todo-previous-answer, todo-previous-line)
8900         (todo-print-priorities, todo-remove-separator)
8901         (todo-save-top-priorities-too, todo-string-count-lines)
8902         (todo-string-multiline-p, todo-time-string-format)
8903         (todo-tmp-buffer-name): Remove.
8904         (todo-add-file, todo-archive-done-item, todo-choose-archive)
8905         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
8906         (todo-edit-category-diary-inclusion)
8907         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
8908         (todo-edit-file, todo-edit-item-date-day)
8909         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
8910         (todo-edit-item-date-month, todo-edit-item-date-to-today)
8911         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
8912         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
8913         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
8914         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
8915         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
8916         (todo-filter-top-priorities-multifile, todo-find-archive)
8917         (todo-find-filtered-items-file, todo-go-to-source-item)
8918         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
8919         (todo-jump-to-archive-category, todo-lower-category)
8920         (todo-mark-category, todo-marked-item-p, todo-merge-category)
8921         (todo-move-category, todo-move-item, todo-next-button)
8922         (todo-next-item, todo-padded-string, todo-powerset)
8923         (todo-previous-button, todo-previous-item)
8924         (todo-print-buffer-to-file, todo-raise-category)
8925         (todo-rename-category, todo-repair-categories-sexp, todo-search)
8926         (todo-set-category-number, todo-set-item-priority)
8927         (todo-set-top-priorities-in-category)
8928         (todo-set-top-priorities-in-file, todo-show-categories-table)
8929         (todo-sort-categories-alphabetically-or-numerically)
8930         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
8931         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
8932         (todo-toggle-item-header, todo-toggle-item-highlighting)
8933         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
8934         (todo-toggle-view-done-items, todo-toggle-view-done-only)
8935         (todo-unarchive-items, todo-unmark-category): New commands.
8936         (todo-absolute-file-name, todo-add-to-buffer-list)
8937         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
8938         (todo-basic-insert-item, todo-category-completions)
8939         (todo-category-number, todo-category-string-matcher-1)
8940         (todo-category-string-matcher-2, todo-check-filtered-items-file)
8941         (todo-check-format, todo-clear-matches)
8942         (todo-comment-string-matcher, todo-convert-legacy-date-time)
8943         (todo-current-category, todo-date-string-matcher)
8944         (todo-define-insertion-command, todo-diary-expired-matcher)
8945         (todo-diary-goto-entry, todo-diary-item-p)
8946         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
8947         (todo-display-categories, todo-display-sorted, todo-done-item-p)
8948         (todo-done-item-section-p, todo-done-separator)
8949         (todo-done-string-matcher, todo-files, todo-filter-items)
8950         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
8951         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
8952         (todo-insert-category-line, todo-insert-item-from-calendar)
8953         (todo-insert-sort-button, todo-insert-with-overlays)
8954         (todo-insertion-command-name, todo-insertion-key-bindings)
8955         (todo-label-to-key, todo-longest-category-name-length)
8956         (todo-make-categories-list, todo-mode-external-set)
8957         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
8958         (todo-modes-set-3, todo-multiple-filter-files)
8959         (todo-nondiary-marker-matcher, todo-prefix-overlays)
8960         (todo-read-category, todo-read-date, todo-read-dayname)
8961         (todo-read-file-name, todo-read-time)
8962         (todo-reevaluate-category-completions-files-defcustom)
8963         (todo-reevaluate-default-file-defcustom)
8964         (todo-reevaluate-filelist-defcustoms)
8965         (todo-reevaluate-filter-files-defcustom)
8966         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
8967         (todo-reset-done-separator, todo-reset-done-separator-string)
8968         (todo-reset-done-string, todo-reset-global-current-todo-file)
8969         (todo-reset-highlight-item, todo-reset-nondiary-marker)
8970         (todo-reset-prefix, todo-set-categories)
8971         (todo-set-date-from-calendar, todo-set-show-current-file)
8972         (todo-set-top-priorities, todo-short-file-name)
8973         (todo-show-current-file, todo-sort, todo-time-string-matcher)
8974         (todo-total-item-counts, todo-update-buffer-list)
8975         (todo-update-categories-display, todo-update-categories-sexp)
8976         (todo-update-count, todo-validate-name, todo-y-or-n-p):
8977         New functions.
8978         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
8979         New major modes.
8980         (todo-categories, todo-display, todo-edit, todo-faces)
8981         (todo-filtered): New defgroups.
8982         (todo-archived-only, todo-button, todo-category-string, todo-date)
8983         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
8984         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
8985         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
8986         (todo-add-item-if-new-category, todo-always-add-time-string)
8987         (todo-categories-align, todo-categories-archived-label)
8988         (todo-categories-category-label, todo-categories-diary-label)
8989         (todo-categories-done-label, todo-categories-number-separator)
8990         (todo-categories-todo-label, todo-categories-totals-label)
8991         (todo-category-completions-files, todo-completion-ignore-case)
8992         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
8993         (todo-done-separator-string, todo-done-string)
8994         (todo-files-function, todo-filter-done-items, todo-filter-files)
8995         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
8996         (todo-initial-category, todo-initial-file, todo-item-mark)
8997         (todo-legacy-date-time-regexp, todo-mode-line-function)
8998         (todo-nondiary-marker, todo-number-prefix)
8999         (todo-print-buffer-function, todo-show-current-file)
9000         (todo-show-done-only, todo-show-first, todo-show-with-done)
9001         (todo-skip-archived-categories, todo-top-priorities-overrides)
9002         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
9003         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
9004         New defcustoms.
9005         (todo-category-done, todo-date-pattern, todo-date-string-start)
9006         (todo-diary-items-buffer, todo-done-string-start)
9007         (todo-filtered-items-buffer, todo-item-start)
9008         (todo-month-abbrev-array, todo-month-name-array)
9009         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
9010         (todo-top-priorities-buffer): New defconsts.
9011         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
9012         (todo-categories-with-marks, todo-category-string-face)
9013         (todo-comment-face, todo-comment-string, todo-current-todo-file)
9014         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
9015         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
9016         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
9017         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
9018         (todo-font-lock-keywords, todo-global-current-todo-file)
9019         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
9020         (todo-insertion-commands-args)
9021         (todo-insertion-commands-args-genlist)
9022         (todo-insertion-commands-names, todo-insertion-map)
9023         (todo-key-bindings-t, todo-key-bindings-t+a)
9024         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
9025         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
9026         (todo-nondiary-face, todo-print-buffer, todo-time-face)
9027         (todo-visited): New variables.
9029 2013-06-21  Glenn Morris  <rgm@gnu.org>
9031         * play/cookie1.el (cookie-apropos): Add optional display argument.
9032         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
9033         (psychoanalyze-pinhead): Use cookie-doctor.
9035 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
9037         * emacs-lisp/package.el (tar-get-file-descriptor)
9038         (tar--extract): Declare.
9040 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
9042         Extend flymake's warning predicate to be a function (bug#14217).
9043         * progmodes/flymake.el (flymake-warning-predicate): New.
9044         (flymake-parse-line): Use it.
9045         (flymake-warning-re): Make obsolete alias to
9046         `flymake-warning-predicate'.
9048 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9050         * emacs-lisp/package.el (package-alist): Include obsolete packages.
9051         (package-obsolete-list): Remove.
9052         (package-activate): Remove min-version argument.  Add `force' argument.
9053         Adjust to new package-alist format.
9054         (package-mark-obsolete): Remove.
9055         (package-unpack): Force reload of the package's autoloads.
9056         (package-installed-p): Check builtins if the installed package is not
9057         recent enough.
9058         (package-initialize): Don't reset package-obsolete-list.
9059         Don't specify which package version to activate.
9060         (package-process-define-package, describe-package-1)
9061         (package-menu--generate): Adjust to new package-alist format.
9063 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
9065         * allout-widgets.el (allout-widgets-mode-off)
9066         (allout-widgets-mode-on, allout-widgets-pre-command-business)
9067         (allout-widgets-post-command-business)
9068         (allout-widgets-after-copy-or-kill-function)
9069         (allout-widgets-after-undo-function, allout-test-range-overlaps)
9070         (allout-decorate-item-and-context)
9071         (allout-graphics-modification-handler): Fix typos in docstrings.
9072         (allout-get-or-create-parent-widget): Use `looking-at-p'.
9074         * cmuscheme.el (scheme-start-file): Doc fix.
9075         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
9076         (scheme-input-filter): Use `string-match-p'.
9078         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
9080         * dired-x.el: Use Dired consistently in docstrings.
9082         * dired.el: Use Dired consistently in docstrings.
9083         (dired-readin, dired-mode): Use `setq-local'.
9084         (dired-switches-alist): Make defvar-local.
9085         (dired-buffers-for-dir): Use `zerop'.
9086         (dired-safe-switches-p, dired-switches-escape-p)
9087         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
9088         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
9089         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
9090         (dired-goto-next-nontrivial-file): Use `string-match-p'.
9091         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
9092         (dired-toggle-marks, dired-mark-files-containing-regexp)
9093         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
9094         (dired-flag-auto-save-files, dired-flag-backup-files):
9095         Use `looking-at-p'.
9096         (dired-mark-files-regexp, dired-build-subdir-alist):
9097         Use `string-match-p', `looking-at-p'.
9099         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
9100         (direct-print-region-helper): Use `string-match-p'.
9102 2013-06-21  Leo Liu  <sdl.web@gmail.com>
9104         * comint.el (comint-redirect-results-list-from-process):
9105         Fix infinite loop.
9107 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9109         * net/eww.el (eww-update-header-line-format): Quote % characters.
9111 2013-06-21  Glenn Morris  <rgm@gnu.org>
9113         * play/cookie1.el (cookie): New custom group.
9114         (cookie-file): New option.
9115         (cookie-check-file): New function.
9116         (cookie): Make it interactive.  Make start and end messages optional.
9117         Interactively, display the result.  Default to cookie-file.
9118         (cookie-insert): Default to cookie-file.
9119         (cookie-snarf): Make start and end messages optional.
9120         Default to cookie-file.  Use with-temp-buffer.
9121         (cookie-read): Rename from read-cookie.
9122         Make start and end messages optional.  Default to cookie-file.
9123         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
9124         Do not autoload it.
9125         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
9126         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
9128 2013-06-21  Leo Liu  <sdl.web@gmail.com>
9130         * progmodes/octave.el (octave-mode): Backward compatibility fix.
9132 2013-06-21  Glenn Morris  <rgm@gnu.org>
9134         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
9136 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9137             Daniel Hackney  <dan@haxney.org>
9139         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
9140         Consolidate the single-file vs tarball code.
9141         (package-desc-suffix): New function.
9142         (package-desc-full-name): Don't bother inlining it.
9143         (package-load-descriptor): Return the new package-desc.
9144         (package-mark-obsolete): Remove unused arg `package'.
9145         (package-unpack): Make it work for single files as well.
9146         Make it update package-alist.
9147         (package--make-autoloads-and-stuff): Rename from
9148         package--make-autoloads-and-compile.  Don't compile any more.
9149         (package--compile): New function.
9150         (package-generate-description-file): New function, extracted from
9151         package-unpack-single.
9152         (package-unpack-single): Remove.
9153         (package--with-work-buffer): Add indentation and debugging info.
9154         (package-download-single): Remove.
9155         (package-install-from-archive): Rename from package-download-tar, make
9156         it take a pkg-desc, and make it work for single files as well.
9157         (package-download-transaction): Simplify.
9158         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
9159         external tar program.
9160         (package-install-from-buffer): Remove `pkg-desc' argument.
9161         Use package-tar-file-info for tar-mode buffers.
9162         (package-install-file): Simplify accordingly.
9163         (package-archive-base): Change to take a pkg-desc.
9164         * tar-mode.el (tar--check-descriptor): New function, extracted from
9165         tar-get-descriptor.
9166         (tar-get-descriptor): Use it.
9167         (tar-get-file-descriptor): New function.
9168         (tar--extract): New function, extracted from tar-extract.
9169         (tar--extract): Use it.
9170         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
9171         case the summary uses non-ascii.  Adjust to new calling convention of
9172         package-tar-file-info.
9174 2013-06-21  Leo Liu  <sdl.web@gmail.com>
9176         * comint.el (comint-redirect-results-list-from-process):
9177         Fix random delay.  (Bug#14681)
9179 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
9181         * profiler.el (profiler-format-number): Use log, not log10.
9183 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
9185         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
9187 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9189         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
9190         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
9191         yet available.
9192         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
9193         (AUTOGENEL): ... here.
9194         * emacs-lisp/cl-macs.el (cl--sublis): New function.
9195         (cl--defsubst-expand): Use it.
9197 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
9199         * subr.el (log10): Move here from C code, and declare as obsolete.
9200         All uses of (log10 X) replaced with (log X 10).
9202 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
9204         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
9205         Declare with `defvar-local'.
9206         (tabulated-list-use-header-line, tabulated-list-entries)
9207         (tabulated-list-padding, tabulated-list-printer)
9208         (tabulated-list-sort-key): Declare with `defvar-local'.
9209         (tabulated-list-init-header, tabulated-list-print-fake-header):
9210         Use `setq-local'.
9212 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
9214         * arc-mode.el (archive-mode): Add `archive-write-file' to
9215         `write-contents-functions' also for remote files.  (Bug#14652)
9217 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
9219         * cus-edit.el (custom-commands): Fix typos.
9220         (custom-display): Fix tooltip text.
9221         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
9222         Fix typos in docstrings.
9223         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
9224         (custom-unlispify-menu-entry, custom-magic-value-create)
9225         (custom-add-see-also, custom-group-value-create): Use ?\s.
9226         (custom-guess-type, customize-apropos, editable-field)
9227         (custom-face-value-create): Use `string-match-p'.
9228         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
9230         * custom.el (custom-load-symbol): Use `string-match-p'.
9232         * ansi-color.el: Convert to lexical binding.
9233         (ansi-colors): Fix URL.
9234         (ansi-color-context, ansi-color-context-region): Use defvar-local.
9235         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
9236         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
9238 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9240         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
9242         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
9244 2013-06-19  Tom Tromey  <tromey@redhat.com>
9246         * net/eww.el (eww-top-url): Remove.
9247         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
9248         (eww-render): Set new variables.  Don't set eww-top-url.
9249         (eww-handle-link): Handle "prev", "home", and "contents".
9250         Downcase the rel text.
9251         (eww-top-url): Choose best top URL.
9253 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9255         * net/eww.el: Rewrite to implement form elements "by hand" instead of
9256         relying in widget.el.  Using widget.el leads to too many
9257         user interface inconsistencies.
9258         (eww-self-insert): Implement entering commands in text fields.
9259         (eww-process-text-input): New function to make text input field editing
9260         work.
9261         (eww-submit): Rewrite to use the new-style form methods.
9262         (eww-select-display): Display the correct selected item.
9263         (eww-change-select): Implement changing the select value.
9264         (eww-toggle-checkbox): Implement radio/checkboxes.
9265         (eww-update-field): Fix compilation error.
9266         (eww-tag-textarea): Implement <textarea>.
9268         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
9269         we don't shadow mode-specific bindings.
9271         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
9272         nothing to push.
9274         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
9276 2013-06-19  Glenn Morris  <rgm@gnu.org>
9278         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
9280 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
9282         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
9283         not needed.
9285         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
9287 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9289         * net/browse-url.el (browse-url-browser-function):
9290         `eww-browse-url' has the right calling signature, `eww' does not.
9292 2013-06-19  Glenn Morris  <rgm@gnu.org>
9294         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9295         Only eval autoloaded macros.
9296         (byte-compile-autoload): Only give the macro warning for macros.
9298         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
9299         (ps-underlined-faces): Declare.
9301         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
9302         (speedbar-add-supported-extension): Declare.
9304         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
9305         Don't include a date stamp in the header of the generated file;
9306         it leads to needless differences between output files.
9308 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
9310         * net/secrets.el (secrets-struct-secret-content-type):
9311         Replace check of introspection data by a test call of "CreateItem".
9312         Some servers do not offer introspection.
9314 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9316         * electric.el (electric-pair-mode): Improve interaction with
9317         electric-layout-mode.
9318         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
9319         (electric-pair-syntax): Use text-mode-syntax-table in comments
9320         and strings.
9321         (electric-pair--insert): New function.
9322         (electric-pair-post-self-insert-function): Use it and
9323         electric--after-char-pos.
9325 2013-06-19  Leo Liu  <sdl.web@gmail.com>
9327         * progmodes/octave.el (octave-help): Fix regexp.
9329 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9331         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
9332         (shr-table-horizontal-line): Allow nil as a value, and change the
9333         default.
9334         (shr-insert-table-ruler): Respect the nil value.
9336 2013-06-18  Tom Tromey  <tromey@barimba>
9338         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
9339         New defvars.
9340         (eww-open-file): New defun.
9341         (eww-render): Initialize new variables.
9342         (eww-display-html): Handle "link" and "a".
9343         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
9344         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
9345         (eww-back-url): Rename from eww-previous-url.
9346         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
9347         New defuns.
9349 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
9351         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
9352         Distinguish ternary operator tokens from slash symbol and slash
9353         char literal.
9355 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
9357         Convert symbol prettification into minor mode and global minor mode.
9359         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
9360         `prog-prettify-symbols', and make a local defvar instead of defcustom.
9361         (prettify-symbols--keywords): Rename from
9362         `prog-prettify-symbols-alist' and make a local defvar.
9363         (prettify-symbols--compose-symbol): Rename from
9364         `prog--prettify-font-lock-compose-symbol'.
9365         (prettify-symbols--make-keywords): Rename from
9366         `prog-prettify-font-lock-symbols-keywords' and simplify.
9367         (prog-prettify-install): Remove.
9368         (prettify-symbols-mode): New minor mode, based on
9369         `prog-prettify-install'.
9370         (turn-on-prettify-symbols-mode): New function.
9371         (global-prettify-symbols-mode): New globalized minor mode.
9373         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9374         * progmodes/cfengine.el (cfengine3-mode):
9375         * progmodes/perl-mode.el (perl-mode): Don't call
9376         `prog-prettify-install'; set `prettify-symbols-alist' instead.
9378 2013-06-18  Juri Linkov  <juri@jurta.org>
9380         * files-x.el (modify-file-local-variable-message): New function.
9381         (modify-file-local-variable)
9382         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
9383         and call `modify-file-local-variable-message' when it's non-nil.
9384         (add-file-local-variable, delete-file-local-variable)
9385         (add-file-local-variable-prop-line)
9386         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
9387         and use it.  (Bug#9820)
9389 2013-06-18  Juri Linkov  <juri@jurta.org>
9391         * emulation/vi.el (vi-shell-op):
9392         * emulation/vip.el (vip-execute-com, ex-command):
9393         * emulation/viper-cmd.el (viper-exec-bang):
9394         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
9395         the call of `shell-command-on-region'.  (Bug#14637)
9397         * simple.el (shell-command-on-region): Doc fix.
9399 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9401         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
9402         (bug#14633).
9404 2013-06-18  Glenn Morris  <rgm@gnu.org>
9406         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
9408         * newcomment.el (comment-search-forward, comment-search-backward):
9409         Doc fix.  (Bug#14376)
9411 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
9413         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
9414         (buffer-face-mode-invoke): Doc fix.
9416 2013-06-18  Matthias Meulien  <orontee@gmail.com>
9418         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
9419         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
9421 2013-06-18  Glenn Morris  <rgm@gnu.org>
9423         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
9424         Replace obsolete function generic-make-keywords with its expansion.
9426         * progmodes/python.el (ffap-alist): Declare.
9428         * textmodes/reftex.el (bibtex-mode-map): Declare.
9430 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9432         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
9433         (package-unpack, package-unpack-single): Return the pkg-dir.
9434         (package-download-transaction): Use it to update package-alist.
9436 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9438         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
9439         possible choice.
9441 2013-06-17  Juri Linkov  <juri@jurta.org>
9443         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
9445 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
9447         * emacs-lisp/package.el (package-load-descriptor):
9448         Remove `with-syntax-table' call, `read' doesn't need it.
9449         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
9451 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
9453         * startup.el (command-line): Expand package name returned by
9454         `package--description-file' (bug#14639).
9456 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
9458         * emacs-lisp/package.el (package-load-descriptor): Do not call
9459         `emacs-lisp-mode', just use its syntax table.
9461 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
9463         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
9464         `font-lock-extra-managed-props' if any prettifying keyword is added.
9465         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
9466         (prog-mode): Use `setq-local'.
9468 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9470         * international/characters.el (standard-case-table): Set syntax of ?»
9471         and ?« to punctuation.
9473 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
9475         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
9476         Save relevant match data before calling `syntax-ppss' (bug#14595).
9478 2013-06-15  Juri Linkov  <juri@jurta.org>
9480         * files-x.el (modify-file-local-variable-prop-line): Add local
9481         variables to the end of the existing comment on the first line.
9482         Use `file-auto-mode-skip' to skip interpreter magic line,
9483         and also skip XML declaration.
9485 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9487         * startup.el (package--builtin-versions): New var.
9488         (package-subdirectory-regexp): Remove.
9489         (package--description-file): Hard code its value instead.
9491         * emacs-lisp/package.el: Don't activate packages older than builtin.
9492         (package-obsolete-list): Rename from package-obsolete-alist, and make
9493         it into a simple list of package-desc.
9494         (package-strip-version): Remove.
9495         (package-built-in-p): Use package--builtin-versions.
9496         (package-mark-obsolete): Simplify.
9497         (package-process-define-package): Mark it obsolete if older than the
9498         builtin version.
9499         (package-handle-response): Use line-end-position.
9500         (package-read-archive-contents, package--download-one-archive):
9501         Simplify.
9502         (package--add-to-archive-contents): Skip if older than the builtin or
9503         installed version.
9504         (package-menu-describe-package): Fix last change.
9505         (package-list-unversioned): New var.
9506         (package-menu--generate): Use it.
9508         * emacs-lisp/autoload.el: Manage package--builtin-versions.
9509         (autoload--insert-text, autoload--insert-cookie-text): New functions.
9510         (autoload-builtin-package-versions): New variable.
9511         (autoload-generate-file-autoloads): Use them.
9512         Remove the list of autoloaded functions/macros from the
9513         (autoload...) comments.
9515         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
9517 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
9519         * simple.el (line-move-partial): Don't jump to the next screen
9520         line as soon as it becomes visible.  Instead, continue enlarging
9521         the vscroll until the portion of a tall screen line that's left on
9522         display is about the height of the frame's default font.
9523         (Bug#14567)
9525 2013-06-15  Glenn Morris  <rgm@gnu.org>
9527         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
9528         compilation-error-regexp-alist void, or local while let-bound.
9530         * progmodes/make-mode.el (makefile-mode-syntax-table):
9531         Treat "=" as punctuation.  (Bug#14614)
9533 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
9535         * help-fns.el (describe-variable):
9536         Add extra line for permanent-local variables.
9538 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
9540         * progmodes/scheme.el (scheme-font-lock-keywords-2):
9541         Add export, import, library.  (Bug#9164)
9542         (library): Set indent function.
9544 2013-06-14  Glenn Morris  <rgm@gnu.org>
9546         * term/xterm.el (xterm--query):
9547         Stop after first matching handler.  (Bug#14615)
9549 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
9551         Add support for dired in saveplace.
9552         * dired.el (dired-initial-position-hook): New variable.
9553         (dired-initial-position): Call hook to place cursor position.
9554         * saveplace.el (save-place-to-alist): Add dired position.
9555         (save-place-dired-hook): New function.
9557 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9559         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
9560         through a symbol rather than letrec.
9562         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
9563         (package-desc): Add `dir' field.
9564         (package-desc-full-name): New function.
9565         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
9566         (package-maybe-load-descriptor): Remove.
9567         (package-load-all-descriptors): Just call package-load-descriptor.
9568         (package--disabled-p): New function.
9569         (package-desc-vers, package-desc-doc): Remove aliases.
9570         (package--dir): Remove function.
9571         (package-activate): Check if a package is disabled.
9572         (package-process-define-package): New function, extracted from
9573         define-package.
9574         (define-package): Turn into a place holder.
9575         (package-unpack-single, package-tar-file-info):
9576         Use package--description-file.
9577         (package-compute-transaction): Use package--disabled-p.
9578         (package-download-transaction): Don't call
9579         package-maybe-load-descriptor since they're all loaded anyway.
9580         (package-install): Change argument to be a pkg-desc.
9581         (package-delete): Use a single pkg-desc argument.
9582         (describe-package-1): Use package-desc-dir instead of package--dir.
9583         Use package-desc property instead of package-symbol.
9584         (package-install-button-action): Adjust accordingly.
9585         (package--push): Rewrite.
9586         (package-menu--print-info): Adjust accordingly.  Change the ID format
9587         to be a pkg-desc.
9588         (package-menu-describe-package, package-menu-get-status)
9589         (package-menu--find-upgrades, package-menu-mark-upgrades)
9590         (package-menu-execute, package-menu--name-predicate):
9591         Adjust accordingly.
9592         * startup.el (package--description-file): New function.
9593         (command-line): Use it.
9594         * emacs-lisp/package-x.el (package-upload-buffer-internal):
9595         Use package-desc-version.
9597         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
9598         (byte-compile-preprocess): Use it.
9599         (byte-compile-file-form-defalias): Try a bit harder to use macros we
9600         can't quite recognize.
9601         (byte-compile-add-to-list): Remove.
9602         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
9603         (cconv-closure-convert): Add assertion.
9605         * emacs-lisp/map-ynp.el: Use lexical-binding.
9606         (map-y-or-n-p): Remove unused vars `tail' and `object'.
9607         Factor out some repeated code.
9609 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9611         * subr.el (with-eval-after-load): New macro.
9612         (eval-after-load): Allow form to be a function.
9613         take advantage of lexical-binding.
9614         (do-after-load-evaluation): Use dolist and adjust to new format.
9615         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
9617 2013-06-13  Juri Linkov  <juri@jurta.org>
9619         * replace.el (perform-replace): Display "symbol " and other search
9620         modes from `isearch-message-prefix' in the *Help* buffer.
9622         * isearch.el (isearch-query-replace): Add " symbol" and other
9623         possible search modes from `isearch-message-prefix' to the prompt.
9624         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
9625         when reading a regexp to collect.
9627 2013-06-13  Juri Linkov  <juri@jurta.org>
9629         * isearch.el (word-search-regexp): Match whitespace if the search
9630         string begins or ends in whitespace.  The LAX arg is applied to
9631         both ends of the search string.  Use `regexp-quote' and explicit
9632         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
9633         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
9634         boundaries are replaced with symbol boundaries, and characters
9635         between symbols match non-word non-symbol syntax.  (Bug#14602)
9637 2013-06-13  Juri Linkov  <juri@jurta.org>
9639         * isearch.el (isearch-del-char): Don't exceed the length of
9640         `isearch-string' by the prefix arg.  (Bug#14563)
9642 2013-06-13  Juri Linkov  <juri@jurta.org>
9644         * isearch.el (isearch-yank-word, isearch-yank-line)
9645         (isearch-char-by-name, isearch-quote-char)
9646         (isearch-printing-char, isearch-process-search-char):
9647         Add optional count prefix arg.  (Bug#14563)
9649         * international/isearch-x.el
9650         (isearch-process-search-multibyte-characters):
9651         Add optional count prefix arg.
9653 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9655         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
9656         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
9657         lexical-binding.
9659 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
9661         * subr.el (set-temporary-overlay-map): Add on-exit argument.
9663 2013-06-13  Glenn Morris  <rgm@gnu.org>
9665         * startup.el (tty-handle-args):
9666         Don't just discard "--" and anything after.  (Bug#14608)
9668         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
9670 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
9672         Implement changes in Secret Service API.  Make it backward compatible.
9673         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
9674         (secrets-create-item): Use it.  Prefix properties with interface.
9676 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
9678         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
9679         (term-emulate-terminal): Respect term-suppress-hard-newline.
9681 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
9683         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
9684         Only remove a `thumb-file' overlay.  (Bug#14548)
9686 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
9688         * mail/reporter.el (reporter-submit-bug-report):
9689         Handle missing package-name.  (Bug#14600)
9691 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9693         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
9694         (reftex-citation-prompt, reftex-default-bibliography)
9695         (reftex-bib-or-thebib, reftex-get-bibfile-list)
9696         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
9697         (reftex-bib-sort-author, reftex-bib-sort-year)
9698         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
9699         (reftex-extract-bib-entries-from-thebibliography)
9700         (reftex-get-bibkey-default, reftex-get-bib-names)
9701         (reftex-parse-bibtex-entry, reftex-get-bib-field)
9702         (reftex-format-bib-entry, reftex-parse-bibitem)
9703         (reftex-format-bibitem, reftex-do-citation)
9704         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
9705         (reftex-restrict-bib-matches, reftex-extract-bib-file)
9706         (reftex-insert-bib-matches, reftex-format-citation)
9707         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
9708         (reftex-create-bibtex-file): Add docstrings, mostly by converting
9709         existing comments into docstrings.
9711 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
9713         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
9715 2013-06-12  Andreas Schwab  <schwab@suse.de>
9717         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
9718         for auto-save files.
9720 2013-06-12  Glenn Morris  <rgm@gnu.org>
9722         * ido.el (ido-delete-ignored-files): Remove.
9723         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
9724         Go back to calling ido-ignore-item-p directly.
9726 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
9728         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
9730         * ido.el (ido-delete-ignored-files): New function,
9731         split from ido-make-file-list-1.
9732         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
9733         (ido-make-file-list-1): Use ido-delete-ignored-files.
9735 2013-06-12  Leo Liu  <sdl.web@gmail.com>
9737         * progmodes/octave.el (inferior-octave-startup)
9738         (inferior-octave-completion-table)
9739         (inferior-octave-track-window-width-change)
9740         (octave-eldoc-function-signatures, octave-help)
9741         (octave-find-definition): Use single quoted strings.
9742         (inferior-octave-startup-args): Change default value.
9743         (inferior-octave-startup): Do not hard code "-i" and
9744         "--no-line-editing".
9745         (inferior-octave-resync-dirs): Add optional arg NOERROR.
9746         (inferior-octave-directory-tracker): Use it.
9747         (octave-goto-function-definition): Robustify.
9748         (octave-help): Support highlighting operators in 'See also'.
9749         (octave-find-definition): Find subfunctions only in Octave mode.
9751 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9753         * help-fns.el (help-fns--compiler-macro): If the handler function is
9754         named, then put a link to it.
9755         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
9756         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
9757         (cl-typep): Use it.
9758         (cl-eval-when): Simplify debug spec.
9759         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
9760         compiler-macro function instead of setting `compiler-macro-file'.
9762 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
9764         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
9765         * vc/vc-hooks.el (vc-stay-local): Doc fix.
9767 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9768             Daniel Hackney  <dan@haxney.org>
9770         First part of Daniel Hackney's patch to package.el.
9771         * emacs-lisp/package.el: Use defstruct.
9772         (package-desc): New, main struct.
9773         (package--bi-desc, package--ac-desc): New structs, used to describe the
9774         format in external files.
9775         (package-desc-vers): Replace with package-desc-version accessor.
9776         (package-desc-doc): Replace with package-desc-summary accessor.
9777         (package-activate-1): Remove `package' arg since the pkg-vec now
9778         includes the name.
9779         (define-package): Use package-desc-from-define.
9780         (package-unpack-single): Change file-name arg to be a symbol.
9781         (package--add-to-archive-contents): Use package-desc-create and new
9782         accessor functions to package--ac-desc.
9783         (package-buffer-info, package-tar-file-info): Return a package-desc.
9784         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
9785         arg to be a package-desc.
9786         (package-install-file): Adjust accordingly.  Use \' to match EOS.
9787         (package--from-builtin): New function.
9788         (describe-package-1, package-menu--generate): Use it.
9789         (package--make-autoloads-and-compile): Change name arg to be a symbol.
9790         (package-generate-autoloads): Idem and return the name of the file.
9791         * emacs-lisp/package-x.el (package-upload-buffer-internal):
9792         Change pkg-info arg to be a package-desc.
9793         Use package-make-ac-desc.
9794         (package-upload-file): Use \' to match EOS.
9795         * finder.el (finder-compile-keywords): Use package-make-builtin.
9797 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9799         * vc/vc.el (vc-deduce-fileset): Change error message.
9800         (vc-read-backend): New function.
9801         (vc-next-action): Use it.
9803         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
9805         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
9806         (prolog-font-lock-keywords): Use regexp-opt instead.
9807         Don't manually highlight strings.
9808         (prolog-mode-variables): Simplify comment-start-skip.
9809         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
9811         * emacs-lisp/generic.el (generic--normalise-comments)
9812         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
9813         (generic-mode-set-comments): Use them.
9814         (generic-bracket-support): Use setq-local.
9815         (generic-make-keywords-list): Declare obsolete.
9817 2013-06-11  Glenn Morris  <rgm@gnu.org>
9819         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9820         Prettify after setting font-lock-defaults.  (Bug#14574)
9822 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
9824         * replace.el (query-replace, occur-read-regexp-defaults-function)
9825         (replace-search):
9826         * subr.el (declare-function, number-sequence, local-set-key)
9827         (substitute-key-definition, locate-user-emacs-file)
9828         (with-silent-modifications, split-string, eval-after-load):
9829         Fix typos, remove unneeded backslashes and reflow some docstrings.
9831 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9833         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
9834         default for Elisp files.
9836 2013-06-11  Glenn Morris  <rgm@gnu.org>
9838         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
9839         although define-derived-mode was doing this anyway.  (Bug#14583)
9841 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
9843         * allout.el (allout-encryption-plaintext-sanitization-regexps):
9844         Fix make-variable-buffer-local call to refer to the correct variable.
9846 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
9848         * eshell/em-term.el (eshell-visual-commands)
9849         (eshell-visual-subcommands, eshell-visual-options):
9850         Add summary line to docstrings.  Add cross-references.
9852 2013-06-10  Glenn Morris  <rgm@gnu.org>
9854         * epa.el (epa-read-file-name): New function.  (Bug#14510)
9855         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
9857 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
9859         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
9860         output redirection to be ignored with visual commands.
9862 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
9864         * eshell/em-term.el (eshell-visual-command-p): New function.
9865         (eshell-term-initialize): Move long lambda to separate function
9866         eshell-visual-command-p.
9867         * eshell/em-dirs.el (eshell-dirs-initialise):
9868         * eshell/em-script.el (eshell-script-initialize):
9869         Add missing #' to lambda.
9871 2013-06-08  Leo Liu  <sdl.web@gmail.com>
9873         * progmodes/octave.el (octave-add-log-current-defun): New function.
9874         (octave-mode): Set add-log-current-defun-function.
9875         (octave-goto-function-definition): Do not move point if not found.
9876         (octave-find-definition): Enhance to try subfunctions first.
9878 2013-06-08  Glenn Morris  <rgm@gnu.org>
9880         * emacs-lisp/bytecomp.el (byte-compile-char-before)
9881         (byte-compile-backward-char, byte-compile-backward-word):
9882         Improve previous change, to handle non-explicit nil.
9884 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9886         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
9887         (smie--opener/closer-at-point): New function.
9888         (smie--matching-block-data): Use it.  Don't match from right after an
9889         opener or right before a closer.  Obey smie-blink-matching-inners.
9890         Don't signal a mismatch for repeated inners like "switch..case..case".
9892 2013-06-07  Leo Liu  <sdl.web@gmail.com>
9894         * progmodes/octave.el (octave-mode): Set comment-use-global-state
9895         to t.  (Bug#14303)
9896         (octave-function-header-regexp): Fix.  (Bug#14570)
9897         (octave-help-mode-finish-hook, octave-help-mode-finish):
9898         Remove.  Just use temp-buffer-show-hook.
9900         * newcomment.el (comment-search-backward): Revert last change.
9901         (Bug#14434)
9903         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
9905 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
9907         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
9908         through xargs, to avoid failure due to MS-Windows limitations on
9909         command-line length.
9911 2013-06-06  Glenn Morris  <rgm@gnu.org>
9913         * font-lock.el (lisp-font-lock-keywords-2):
9914         Treat user-error like error.
9916         * emacs-lisp/bytecomp.el (byte-compile-char-before)
9917         (byte-compile-backward-char, byte-compile-backward-word):
9918         Handle explicit nil arguments.  (Bug#14565)
9920 2013-06-05  Alan Mackenzie  <acm@muc.de>
9922         * isearch.el (isearch-allow-prefix): New user option.
9923         (isearch-other-meta-char): Don't exit isearch when a prefix
9924         argument is typed whilst `isearch-allow-prefix' is non-nil.
9925         (Bug#9706)
9927 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9929         * autorevert.el (auto-revert-notify-handler): Use memq.
9930         Hide assertion failure.
9932         * skeleton.el: Use cl-lib.
9933         (skeleton-further-elements): Use defvar-local.
9934         (skeleton-insert): Use cl-progv.
9936 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
9938         * progmodes/prog-mode.el (prog-prettify-symbols)
9939         (prog-prettify-install): Update docstrings.
9941 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9943         * simple.el: Move all the prog-mode code to prog-mode.el.
9944         * progmodes/prog-mode.el: New file.
9945         * loadup.el: Add prog-mode.el.
9947 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
9949         * simple.el (prog-prettify-symbols): Add version.
9950         (prog-prettify-install): Add convenience function to prettify symbols.
9952         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
9953         (perl--augmented-font-lock-keywords-1)
9954         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
9955         variables and use it.
9957         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
9958         (cfengine3-mode): Remove unneeded variable and use it.
9960         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
9961         (lisp--augmented-font-lock-keywords-1)
9962         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
9963         Remove unneeded variables and use it.
9965 2013-06-05  João Távora  <joaotavora@gmail.com>
9967         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
9968         to point when opening the connection.  (Bug#14380)
9970 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9972         * subr.el (load-history-regexp, load-history-filename-element)
9973         (eval-after-load, after-load-functions, do-after-load-evaluation)
9974         (eval-next-after-load, display-delayed-warnings)
9975         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
9976         definition of save-match-data.
9977         (overriding-local-map): Remove accidental obsolescence declaration.
9979         * emacs-lisp/edebug.el (edebug-result): Move before first use.
9981 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
9983         Generalize symbol prettify support to prog-mode and implement it
9984         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
9985         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
9986         (prog--prettify-font-lock-compose-symbol)
9987         (prog-prettify-font-lock-symbols-keywords): New variables and
9988         functions to support symbol prettification.
9989         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
9990         (lisp--augmented-font-lock-keywords-1)
9991         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
9992         (lisp--prettify-symbols-alist): Implement prettify of lambda.
9993         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
9994         (cfengine3--prettify-symbols-alist, cfengine3-mode):
9995         Implement prettify of -> => :: strings.
9996         * progmodes/perl-mode.el (perl-prettify-symbols)
9997         (perl--font-lock-compose-symbol)
9998         (perl--font-lock-symbols-keywords): Move to prog-mode.
9999         (perl--prettify-symbols-alist): Prettify -> => :: strings.
10000         (perl-font-lock-keywords-1)
10001         (perl-font-lock-keywords-2): Remove explicit prettify support.
10002         (perl--augmented-font-lock-keywords)
10003         (perl--augmented-font-lock-keywords-1)
10004         (perl--augmented-font-lock-keywords-2, perl-mode):
10005         Implement prettify support.
10007 2013-06-05  Leo Liu  <sdl.web@gmail.com>
10009         Re-implement smie matching block highlight using
10010         show-paren-data-function.  (Bug#14395)
10011         * emacs-lisp/smie.el (smie-matching-block-highlight)
10012         (smie--highlight-matching-block-overlay)
10013         (smie--highlight-matching-block-lastpos)
10014         (smie-highlight-matching-block)
10015         (smie-highlight-matching-block-mode): Remove.
10016         (smie--matching-block-data-cache): New variable.
10017         (smie--matching-block-data): New function.
10018         (smie-setup): Use smie--matching-block-data for
10019         show-paren-data-function.
10021         * progmodes/octave.el (octave-mode-menu): Fix.
10022         (octave-find-definition): Skip garbage lines.
10024 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10026         Fix compilation error with simultaneous dynamic+lexical scoping.
10027         Add warning when a defvar appears after the first let-binding.
10028         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
10029         (byte-compile-close-variables): Initialize it.
10030         (byte-compile--declare-var): New function.
10031         (byte-compile-file-form-defvar)
10032         (byte-compile-file-form-define-abbrev-table)
10033         (byte-compile-file-form-custom-declare-variable): Use it.
10034         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
10035         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
10036         (byte-compile-bind): Handle dynamic bindings that shadow
10037         lexical bindings.
10038         (byte-compile-unbind): Make arg non-optional.
10039         (byte-compile-let): Simplify.
10040         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
10041         (cconv--analyse-function, cconv-analyse-form): Populate it.
10042         Protect byte-compile-bound-variables to limit the scope of defvars.
10043         (cconv-analyse-form): Add missing rule for (defvar <foo>).
10044         Remove unneeded rule for `declare'.
10046         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
10047         so as to avoid depending on cl-adjoin at run-time.
10048         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
10050         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
10051         (macroexp--warn-and-return): Use it.
10053 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10055         * subr.el: Convert to lexical binding.
10056         (overriding-local-map): Make obsolete.
10057         (add-to-list): Doc fix.  Add compiler macro.
10058         (read-key): Swap values of local maps.
10060 2013-06-05  Leo Liu  <sdl.web@gmail.com>
10062         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
10064 2013-06-04  Leo Liu  <sdl.web@gmail.com>
10066         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
10067         (compilation-auto-jump): Suppress the "Mark set" message to give
10068         way to exit message.
10070 2013-06-04  Alan Mackenzie  <acm@muc.de>
10072         Remove faulty optimisation from indentation calculation.
10073         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
10074         search limit based on 2000 characters back from indent-point.
10076 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
10078         * eshell/em-term.el (cl-lib): Require `cl-lib'.
10080 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10082         * emacs-lisp/lisp.el: Use lexical-binding.
10083         (lisp--local-variables-1, lisp--local-variables): New functions.
10084         (lisp--local-variables-completion-table): New var.
10085         (lisp-completion-at-point): Use it complete let-bound vars.
10087         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
10088         eagerly (bug#14422).
10090 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
10092         * autorevert.el (auto-revert-notify-enabled)
10093         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
10094         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
10095         (auto-revert-notify-handler): Handle also gfilenotify.
10097         * subr.el (file-notify-handle-event): New defun.  Replacing ...
10098         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
10099         Remove.
10101 2013-06-03  Juri Linkov  <juri@jurta.org>
10103         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
10104         `M-s h .'.  (Bug#14427)
10106         * hi-lock.el (highlight-symbol-at-point): New alias for the new
10107         command `hi-lock-face-symbol-at-point'.
10108         (hi-lock-face-symbol-at-point): New command.
10109         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
10110         (hi-lock-menu): Add `highlight-symbol-at-point'.
10111         (hi-lock-mode): Doc fix.
10113         * isearch.el (isearch-forward-symbol-at-point): New command.
10114         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
10115         (isearch-highlight-regexp): Add a regexp which matches
10116         words/symbols for word/symbol mode.
10118         * subr.el (find-tag-default-bounds): New function with the body
10119         mostly moved from `find-tag-default'.
10120         (find-tag-default): Move most code to `find-tag-default-bounds',
10121         call it and apply `buffer-substring-no-properties' afterwards.
10123 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
10125         * eshell/em-term.el (eshell-term-initialize):
10126         Use `cl-intersection' rather than `intersection'.
10128 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
10130         * vc/log-view.el: Doc fix.
10131         (log-view-mode-map): Copy keymap from `special-mode-map'.
10133 2013-06-02  Eric Ludlam  <zappo@gnu.org>
10135         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
10136         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
10137         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
10138         (eieio-unbound, eieio-default-superclass)
10139         (eieio--define-field-accessors, method-static, method-before)
10140         (method-primary, method-after, method-num-lists)
10141         (method-generic-before, method-generic-primary)
10142         (method-generic-after, method-num-slots)
10143         (eieio-specialized-key-to-generic-key)
10144         (eieio--check-type, class-v, class-p)
10145         (eieio-class-name, define-obsolete-function-alias)
10146         (eieio-class-parents-fast, eieio-class-children-fast)
10147         (same-class-fast-p, class-constructor, generic-p)
10148         (generic-primary-only-p, generic-primary-only-one-p)
10149         (class-option-assoc, class-option, eieio-object-p)
10150         (class-abstract-p, class-method-invocation-order)
10151         (eieio-defclass-autoload-map, eieio-defclass-autoload)
10152         (eieio-class-un-autoload, eieio-defclass)
10153         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
10154         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
10155         (eieio--defgeneric-init-form, eieio-defgeneric-form)
10156         (eieio-defgeneric-reset-generic-form)
10157         (eieio-defgeneric-form-primary-only)
10158         (eieio-defgeneric-reset-generic-form-primary-only)
10159         (eieio-defgeneric-form-primary-only-one)
10160         (eieio-defgeneric-reset-generic-form-primary-only-one)
10161         (eieio-unbind-method-implementations)
10162         (eieio--defmethod, eieio--typep)
10163         (eieio-perform-slot-validation, eieio-validate-slot-value)
10164         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
10165         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
10166         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
10167         (eieio-slot-name-index, eieio-class-slot-name-index)
10168         (eieio-set-defaults, eieio-initarg-to-attribute)
10169         (eieio-attribute-to-initarg, eieio-c3-candidate)
10170         (eieio-c3-merge-lists, eieio-class-precedence-c3)
10171         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
10172         (eieio-class-precedence-list, eieio-generic-call-methodname)
10173         (eieio-generic-call-arglst, eieio-generic-call-key)
10174         (eieio-generic-call-next-method-list)
10175         (eieio-pre-method-execution-functions, eieio-generic-call)
10176         (eieio-generic-call-primary-only, eieiomt-method-list)
10177         (eieiomt-optimizing-obarray, eieiomt-install)
10178         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
10179         (eieio-generic-form, eieio-defmethod, make-obsolete)
10180         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
10181         (defclass): Remove `eval-and-compile' from macro.
10182         (call-next-method, shared-initialize): Instead of using
10183         `scoped-class' variable, use new eieio--scoped-class, and
10184         eieio--with-scoped-class.
10185         (initialize-instance): Rename local variable 'scoped-class' to
10186         'this-class' to remove ambiguitity from old global.
10188         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
10189         eieio.el.
10190         (eieio--scoped-class-stack): New variable.
10191         (eieio--scoped-class): New fcn.
10192         (eieio--with-scoped-class): New scoping macro.
10193         (eieio-defclass): Use pushnew instead of add-to-list.
10194         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
10195         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
10196         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
10197         `scoped-class' variable, use new eieio--scoped-class, and
10198         eieio--with-scoped-class.
10200         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
10202 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
10204         * eshell/esh-ext.el (eshell-external-command): Pass args to
10205         `eshell-find-interpreter'.
10206         (eshell-find-interpreter): Add new second parameter ARGS.
10208         * eshell/em-script.el (eshell-script-initialize): Add second arg
10209         to the function added as MATCH to `eshell-interpreter-alist'.
10211         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
10212         the function added as MATCH to `eshell-interpreter-alist'.
10214         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
10215         (eshell-visual-options): New defcustom.
10216         (eshell-escape-control-x): Adapt docstring.
10217         (eshell-term-initialize): Test `eshell-visual-subcommands' and
10218         `eshell-visual-options' in addition to `eshell-visual-commands'.
10219         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
10221 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
10223         * progmodes/python.el (python-indent-block-enders): Add break,
10224         continue and raise keywords.
10226 2013-06-01  Glenn Morris  <rgm@gnu.org>
10228         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
10230         Plain (f)boundp silences compilation warnings since Emacs 22.1.
10231         * progmodes/cc-cmds.el (delete-forward-p):
10232         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
10233         * progmodes/cc-engine.el (buffer-syntactic-context):
10234         * progmodes/cc-fonts.el (face-property-instance):
10235         * progmodes/cc-mode.el (set-keymap-parents):
10236         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
10237         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
10238         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
10239         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
10240         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
10242         * progmodes/cc-vars.el (other): Emacs has this widget since
10243         at least 21.1, so don't (re)define it.
10245         * eshell/em-cmpl.el (eshell-cmpl-initialize):
10246         Replace the obsolete alias pcomplete-arg-quote-list.
10248 2013-06-01  Leo Liu  <sdl.web@gmail.com>
10250         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
10251         punctuation syntax.
10252         (inferior-octave-minimal-columns)
10253         (inferior-octave-last-column-width): New variables.
10254         (inferior-octave-track-window-width-change): New function.
10255         (inferior-octave-mode): Adjust column width so that Octave output,
10256         for example from 'ls', can fit into the window nicely.
10258 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
10260         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
10261         Highlight expansions inside regexp literals.
10263 2013-05-31  Glenn Morris  <rgm@gnu.org>
10265         * obsolete/sym-comp.el (symbol-complete):
10266         Replace obsolete completion-annotate-function.
10268         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
10270 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
10272         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
10273         New function, checks if point is inside a literal that allows
10274         expression expansion.
10275         (ruby-syntax-propertize-expansion): Use it.
10276         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
10277         around the body.
10279 2013-05-30  Juri Linkov  <juri@jurta.org>
10281         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
10282         to "\M-si".
10283         (isearch-invisible): New variable.
10284         (isearch-forward): Doc fix.
10285         (isearch-mode): Set `isearch-invisible'
10286         to the value of `search-invisible'.
10287         (isearch-toggle-case-fold): Doc fix.
10288         (isearch-toggle-invisible): New command.
10289         (isearch-query-replace): Let-bind `search-invisible'
10290         to the value of `isearch-invisible'.
10291         (isearch-search): Use `isearch-invisible' instead of
10292         `search-invisible'.  Let-bind `search-invisible'
10293         to the value of `isearch-invisible'.  (Bug#11378)
10295 2013-05-30  Juri Linkov  <juri@jurta.org>
10297         * replace.el (perform-replace): Avoid `isearch-range-invisible'
10298         call when `query-flag' is nil and `search-invisible' is non-nil.
10299         (Bug#11746)
10301 2013-05-30  Glenn Morris  <rgm@gnu.org>
10303         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
10305         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
10306         (cc-require): Suppress spurious "noruntime" warnings.
10307         (cc-require-when-compile): Use fboundp, for sake of compiler.
10309         * progmodes/cc-mode.el: Move load of cc-vars before that of
10310         cc-langs (which in turn loads cc-vars), to quieten compiler.
10312 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10314         * paren.el: Simplify the code.
10315         (show-paren-mode): Always start the timer.
10316         (show-paren--idle-timer): Rename from show-paren-idle-timer.
10317         (show-paren--overlay, show-paren--overlay-1): Rename from
10318         show-paren-overlay and show-paren-overlay-1, and initialize to an
10319         overlay rather than to nil.
10320         (show-paren-function): Misc cleanup and simplifications.
10322 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10324         * paren.el (show-paren-data-function): New hook.
10325         (show-paren--default): New function, extracted from show-paren-function.
10326         (show-paren-function): Use show-paren-data-function.
10328 2013-05-30  Glenn Morris  <rgm@gnu.org>
10330         * ielm.el (ielm-map, ielm-complete-symbol):
10331         Use completion-at-point rather than obsolete functions.
10332         (inferior-emacs-lisp-mode): Doc fix.
10333         Set completion-at-point-functions, rather than
10334         comint-dynamic-complete-functions.
10336         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
10337         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
10338         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
10340         * image.el (image-animated-p): Tweak definition.
10342         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
10343         (rlogin-process-connection-type): Tweak default.  Add set-after.
10344         (rlogin-host): Doc fix.
10345         (rlogin): Tweak prompt.
10346         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
10348         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
10349         * progmodes/tcl.el (inferior-tcl-mode-map):
10350         Use completion-at-point rather than obsolete alias.
10352         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
10354         * minibuffer.el (read-file-name-completion-ignore-case):
10355         Move before completion--in-region, for eager macro expansion.
10357 2013-05-29  Juri Linkov  <juri@jurta.org>
10359         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
10360         for total count of matching lines.  Add `global-matches' for total
10361         count of matches.  Rename `matches' to `lines' for count of
10362         matching lines.  Add `matches' for count of matches.
10363         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
10364         to `prev-line' for line number of prev match endpt.
10365         Increment `matches' for every match.  Print the number of
10366         matching lines in the header.
10367         (occur-context-lines): Rename `lines' to `curr-line'.
10368         Rename `prev-lines' to `prev-line'.  (Bug#14017)
10370 2013-05-29  Juri Linkov  <juri@jurta.org>
10372         * replace.el (perform-replace): Add `skip-read-only-count',
10373         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
10374         Increment them for corresponding conditions and report the number
10375         of skipped occurrences in the final message.  (Bug#11746)
10376         (query-replace, query-replace-regexp, query-replace-regexp-eval)
10377         (replace-string, replace-regexp): Doc fix.
10379 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10381         * emacs-lisp/trace.el (trace--read-args): Provide a default.
10383         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
10384         prog-mode-map (bug#14504).
10386 2013-05-29  Leo Liu  <sdl.web@gmail.com>
10388         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
10389         (octave-help): Small simplification.
10391         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
10392         off the highlight first.
10394 2013-05-29  Glenn Morris  <rgm@gnu.org>
10396         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
10397         Handle idlwave-last-system-routine-info-cons-cell being nil.
10399         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
10400         (idlwave-write-paths): Simplify via with-temp-buffer.
10402         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
10403         * emulation/cua-rect.el: Also load cua-base at run time.
10405         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
10406         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
10407         (cperl-imenu-on-info): Require imenu.
10409 2013-05-28  Alan Mackenzie  <acm@muc.de>
10411         Handle "capitalised keywords" correctly.
10412         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
10414 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
10416         * eshell/em-unix.el: Add -r option to cp.
10418 2013-05-28  Glenn Morris  <rgm@gnu.org>
10420         * vc/vc-arch.el (vc-exec-after): Declare.
10421         (vc-switches): Autoload.
10422         * vc/vc-bzr.el: No need to require vc when compiling.
10423         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
10424         (vc-resynch-buffer, vc-dir-refresh): Declare.
10425         (vc-setup-buffer, vc-switches): Autoload.
10426         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
10427         (vc-resynch-buffer): Declare.
10428         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
10429         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
10430         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
10431         (grep-read-regexp, grep-read-files, grep-expand-template)
10432         (vc-dir-refresh): Declare.
10433         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
10434         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
10435         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
10436         * vc/vc-mtn.el (vc-exec-after): Declare.
10437         (vc-switches): Autoload.
10438         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
10439         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
10440         (vc-file-tree-walk): Declare.
10441         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
10442         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
10443         (vc-tag-precondition, vc-rename-master): Autoload.
10444         * vc/vc-svn.el (vc-exec-after): Declare.
10445         (vc-switches, vc-setup-buffer): Autoload.
10446         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
10447         Autoload.
10448         (vc-resynch-buffer): Declare.
10450         * obsolete/fast-lock.el (byte-compile-warnings):
10451         Don't warn about obsolete features in this obsolete file.
10453         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
10454         Move definition before use.
10456         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
10457         (dun-unix-verbs): Remove dun-zippy.
10458         (dun-zippy): Remove function.
10460         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10462 2013-05-27  Juri Linkov  <juri@jurta.org>
10464         * replace.el (replace-search): New function with code moved out
10465         from `perform-replace'.
10466         (replace-highlight, replace-dehighlight): Move function definitions
10467         up closer to `replace-search'.  (Bug#11746)
10469 2013-05-27  Juri Linkov  <juri@jurta.org>
10471         * replace.el (perform-replace): Ignore invisible matches.
10472         In addition to checking `query-replace-skip-read-only', also
10473         filter out matches by calling `run-hook-with-args-until-failure'
10474         on `isearch-filter-predicates', and also check `search-invisible'
10475         for t or call `isearch-range-invisible'.
10476         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
10478 2013-05-27  Juri Linkov  <juri@jurta.org>
10480         * isearch.el (isearch-filter-predicates): Rename from
10481         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
10482         (isearch-message-prefix): Display text from the property
10483         `isearch-message-prefix' of the currently active filters.
10484         (isearch-search): Don't compare `isearch-filter-predicate' with
10485         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
10486         on `isearch-filter-predicates'.  Also check `search-invisible' for t
10487         or call `isearch-range-invisible'.
10488         (isearch-filter-visible): Make obsolete.
10489         (isearch-lazy-highlight-search):
10490         Call `run-hook-with-args-until-failure' on
10491         `isearch-filter-predicates' and use `isearch-range-invisible'.
10493         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
10494         `isearch-filter-predicates' instead of `funcall'ing
10495         `isearch-filter-predicate'.
10496         (Info-mode): Set `Info-isearch-filter' to
10497         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
10499         * dired-aux.el (dired-isearch-filter-predicate-orig):
10500         Remove variable.
10501         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
10502         (dired-isearch-filenames-end): Add and remove
10503         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
10504         instead of changing the value of `isearch-filter-predicate'.
10505         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
10506         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
10507         Put property `isearch-message-prefix' to "filename " on
10508         `dired-isearch-filter-filenames'.
10510         * wdired.el (wdired-change-to-wdired-mode):
10511         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
10512         locally instead of changing `isearch-filter-predicate'.
10513         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
10515 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
10517         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
10518         return the commit hash (Bug#14459).  Also set the
10519         `vc-git-detached' property.
10520         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
10521         (vc-git-mode-line-string): Use the same help-echo format whether
10522         in detached mode or not, because we know the actual revision now.
10523         When in detached mode, shorten the revision to 7 chars.
10525 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10527         * emacs-lisp/easy-mmode.el (define-minor-mode):
10528         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
10529         mode hook and provide a docstring.
10531 2013-05-27  Alan Mackenzie  <acm@muc.de>
10533         Remove spurious syntax-table text properties inserted by C-y.
10534         * progmodes/cc-mode.el (c-after-change): Also clear hard
10535         syntax-table property with value nil.
10537 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
10539         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
10540         when reading the events; the buffer layout shall not be changed.
10542 2013-05-27  Leo Liu  <sdl.web@gmail.com>
10544         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
10545         New variable.
10546         (inferior-octave-directory-tracker): Automatically re-sync
10547         default-directory.
10548         (octave-help): Improve handling of 'See also'.
10550 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10552         * doc-view.el: Minor naming convention tweaks.
10553         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
10555         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
10556         even if there's no `display' property yet (bug#14435).
10558 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
10560         * subr.el (unmsys--file-name): Rename from reveal-filename.
10562         * Makefile.in (custom-deps, finder-data, autoloads)
10563         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
10564         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
10565         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
10567 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10569         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
10570         error-completion on the first 2 args of condition-case (bug#14446).
10571         Don't burp at EOB.
10573 2013-05-25  Leo Liu  <sdl.web@gmail.com>
10575         * comint.el (comint-previous-matching-input): Do not flood the
10576         *Messages* buffer with trivial messages.
10578 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10580         * progmodes/flymake.el (flymake-nop): Don't return a string.
10581         (flymake-set-at): Fix typo.
10583         * simple.el (read--expression): New function, extracted from
10584         eval-expression.  Set completion-at-point-functions (bug#14465).
10585         (eval-expression, eval-minibuffer): Use it.
10587 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
10589         * progmodes/flymake.el (flymake-save-buffer-in-file)
10590         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
10591         (flymake-selected-frame, flymake-log, flymake-ins-after)
10592         (flymake-set-at, flymake-get-buildfile-from-cache)
10593         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
10594         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
10595         Refine the doc string.
10596         (flymake-get-file-name-mode-and-masks): Reformat.
10597         (flymake-get-real-file-name-function): Fix a minor bug.
10599 2013-05-24  Juri Linkov  <juri@jurta.org>
10601         * progmodes/grep.el (grep-mode-font-lock-keywords):
10602         Support =linenumber= format used by git-grep for lines with
10603         function names.  (Bug#13549)
10605 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10607         * progmodes/octave.el (octave-smie-rules): Return nil rather than
10608         0 after a semi-colon; it works better for smie-auto-fill.
10609         (octave--indent-new-comment-line): New function.
10610         (octave-indent-new-comment-line): Use it (indirectly).
10611         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
10612         modify comment-line-break-function.
10614         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
10615         (smie-setup): Use add-function to set it.
10617 2013-05-24  Sam Steingold  <sds@gnu.org>
10619         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
10620         argument (before the `interactive' argument).
10622 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10624         * image-mode.el (image-mode-winprops): Add winprops to
10625         image-mode-winprops-alist before running
10626         image-mode-new-window-functions.
10627         * doc-view.el (doc-view-new-window-function): Don't delay
10628         doc-view-goto-page via timers (bug#14435).
10630 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
10632         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
10633         (doc-view-desktop-save-buffer): New function.
10634         (doc-view-restore-desktop-buffer): New function.
10635         (desktop-buffer-mode-handlers):
10636         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
10637         handler.
10638         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
10639         `desktop-save-buffer' function.
10641 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
10643         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
10644         (tramp-gvfs-file-name-handler): Raise a user error when
10645         `tramp-gvfs-enabled' is nil.
10646         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
10647         Do not raise a user error when loading package.  (Bug#14447)
10649         * net/xesam.el: Move to obsolete/.
10651 2013-05-24  Glenn Morris  <rgm@gnu.org>
10653         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
10655         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
10657         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
10658         (Info-find-node, Man-getpage-in-background): Declare.
10660         * mail/unrmail.el (unrmail):
10661         Replace obsolete detect-coding-with-priority.
10663         * net/socks.el (socks-split-string): Use this rather than split-string.
10664         (socks-nslookup-host): Update for above change.
10665         (dynamic-choice, s5-dynamic-choice-match)
10666         (s5-dynamic-choice-match-inline, s5-widget-value-create):
10667         Comment out unused code.
10669         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
10670         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
10671         (gud-tooltip-echo-area): Make obsolete.
10672         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
10674         * progmodes/js.el (js--optimize-arglist): Declare.
10676         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
10678         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
10679         (ediff-window-C): Declare.
10681         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
10682         Tweak requires to silence compiler.
10684         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
10685         (he-search-string, he-tried-table, he-expand-list)
10686         (he-init-string, he-string-member, he-substitute-string)
10687         (he-reset-string): Declare.
10689         * obsolete/options.el (list-options): Use custom-variable-p,
10690         rather than obsolete alias.
10692 2013-05-23  Sam Steingold  <sds@gnu.org>
10694         * simple.el (shell-command-on-region): Pass the `replace' argument
10695         down to `call-process-region' to comply with the doc as reported on
10696         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
10698 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10700         * emacs-lisp/smie.el (smie-indent-forward-token)
10701         (smie-indent-backward-token): Handle string tokens (bug#14381).
10703 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10705         * ielm.el (ielm-menu): New menu.
10706         (inferior-emacs-lisp-mode): Set comment-start.
10708 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10710         * textmodes/reftex.el (reftex-ref-style-toggle):
10711         Fix deactivate action.
10713         * textmodes/reftex-vars.el (reftex-ref-style-alist):
10714         Add cleveref macros.
10716         * textmodes/reftex-parse.el
10717         (reftex-locate-bibliography-files): Accept options for
10718         bibliography commands.
10719         * textmodes/reftex-vars.el (reftex-bibliography-commands):
10720         Add addbibresource.  Basic Biblatex support.
10722 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
10724         * net/tramp-gvfs.el (top):
10725         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
10726         when loading package.  (Bug#14447)
10728 2013-05-23  Glenn Morris  <rgm@gnu.org>
10730         * progmodes/js.el: No need to load comint when compiling.
10731         (ring-insert, comint-send-string, comint-send-input)
10732         (comint-last-input-end, ido-chop): Declare.
10734         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
10735         * vc/ediff-mult.el: Adjust requires.
10736         (ediff-directories-internal, ediff-directory-revisions-internal)
10737         (ediff-patch-file-internal): Declare.
10738         * vc/ediff-ptch.el: Adjust requires.
10739         (ediff-use-last-dir, ediff-buffers-internal): Declare.
10740         (ediff-find-file): Autoload.
10741         * vc/ediff-util.el: No need to load ediff when compiling.
10742         (ediff-regions-internal): Declare.
10743         * vc/ediff-wind.el: Adjust requires.
10744         (ediff-compute-toolbar-width): Define when compiling.
10745         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
10746         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
10747         (dired-get-filename, dired-get-marked-files)
10748         (ediff-last-dir-patch, ediff-patch-default-directory)
10749         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
10750         (ediff-patch-buffer-internal): Declare.
10752         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
10753         (ispell-process, ispell-buffer-local-words, lm-summary)
10754         (lm-section-start, lm-section-end): Declare.
10755         (checkdoc-ispell-init): Simplify.
10757         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
10758         (he-string-member, he-reset-string, he-substitute-string): Declare.
10760         * eshell/em-ls.el: Adjust requires.
10761         (eshell-glob-regexp): Declare.
10762         * eshell/em-tramp.el: Adjust requires.
10763         (eshell-parse-command): Autoload.
10764         * eshell/em-xtra.el: Adjust requires.
10765         (eshell-parse-command): Autoload.
10766         * eshell/esh-ext.el: Adjust requires.
10767         (eshell-parse-command, eshell-close-handles): Autoload.
10768         * eshell/esh-io.el: Adjust requires.
10769         (eshell-output-filter): Autoload.
10770         * eshell/esh-util.el: No need to load tramp when compiling.
10771         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
10772         Declare.
10773         (eshell-parse-ange-ls): Require ange-ftp and tramp.
10774         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10775         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
10776         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
10777         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
10778         * eshell/esh-opt.el, eshell/esh-proc.el:
10779         * eshell/esh-var.el: Adjust requires.
10780         * eshell/eshell.el: Do not require esh-util twice.
10781         (eshell-add-input-to-history): Declare.
10782         (eshell-command): Check history module is active before using it.
10784         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
10786 2013-05-22  Leo Liu  <sdl.web@gmail.com>
10788         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
10790 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
10792         * autorevert.el (auto-revert-notify-add-watch)
10793         (auto-revert-notify-handler): Add `attrib' for the inotify case,
10794         it indicates changes in file modification time.
10796 2013-05-22  Glenn Morris  <rgm@gnu.org>
10798         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10799         Always delete the autoloaded function from the noruntime and
10800         unresolved functions lists.
10802         * allout.el: No need to load epa, epg, overlay when compiling.
10803         (epg-context-set-passphrase-callback, epg-list-keys)
10804         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
10805         (epg-key-user-id-list): Declare.
10807         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
10808         (viper-set-parsing-style-toggling-macro)
10809         (viper-set-emacs-state-searchstyle-macros):
10810         Use called-interactively-p on Emacs.
10811         (viper-looking-back): Make it an obsolete alias.  Update callers.
10812         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
10813         Use looking-back rather than viper-looking-back.
10814         (viper-tmp-insert-at-eob, viper-enlarge-region)
10815         (viper-read-string-with-history, viper-register-to-point)
10816         (viper-append-to-register, viper-change-state-to-vi)
10817         (viper-backward-char-carefully, viper-forward-char-carefully)
10818         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
10819         (viper-change-state-to-emacs): Declare.
10820         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
10821         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
10822         * emulation/viper-mous.el: Do not load viper-cmd.
10823         (viper-backward-char-carefully, viper-forward-char-carefully)
10824         (viper-forward-word, viper-adjust-window): Declare.
10826         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
10828         * progmodes/idlw-help.el (idlwave-help-fontify):
10829         Use called-interactively-p.
10831         * term/w32console.el (w32-get-console-codepage)
10832         (w32-get-console-output-codepage): Declare.
10834         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
10835         Remove unnecessary declarations.
10836         (dframe-message): Doc fix.
10838         * info.el (dframe-select-attached-frame, dframe-current-frame):
10839         Declare.
10841         * speedbar.el (speedbar-message): Make it an obsolete alias.
10842         Update all callers.
10843         (speedbar-with-attached-buffer)
10844         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
10845         (speedbar-with-writable): Use backquote.
10846         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
10847         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
10848         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
10849         rather than speedbar- aliases.
10850         * mail/rmail.el: Load dframe rather than speedbar when compiling.
10851         (speedbar-make-specialized-keymap, speedbar-insert-button)
10852         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
10853         (speedbar-do-function-pointer): Declare.
10854         (rmail-speedbar-button, rmail-speedbar-find-file)
10855         (rmail-speedbar-move-message):
10856         Use dframe-with-attached-buffer rather than speedbar- alias.
10857         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
10858         (dframe-message, speedbar-make-specialized-keymap)
10859         (speedbar-add-expansion-list, speedbar-mode-functions-list)
10860         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
10861         (speedbar-insert-button, dframe-select-attached-frame)
10862         (dframe-maybee-jump-to-attached-frame)
10863         (speedbar-change-initial-expansion-list)
10864         (speedbar-previously-used-expansion-list-name): Declare.
10865         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
10866         Use dframe-message, dframe-with-attached-buffer rather than
10867         speedbar- aliases.
10868         (gud-sentinel): Silence compiler.
10869         * progmodes/vhdl-mode.el (speedbar-refresh)
10870         (speedbar-do-function-pointer, speedbar-add-supported-extension)
10871         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
10872         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
10873         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
10874         (speedbar-file-lists, speedbar-make-tag-line)
10875         (speedbar-line-directory, speedbar-goto-this-file)
10876         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
10877         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
10878         (speedbar-make-button, speedbar-reset-scanners)
10879         (speedbar-files-item-info, speedbar-line-text)
10880         (speedbar-find-file-in-frame, speedbar-set-timer)
10881         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
10882         (speedbar-with-writable): Do not (re)define it.
10883         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
10884         rather than speedbar- alias.
10886 2013-05-21  Leo Liu  <sdl.web@gmail.com>
10888         * progmodes/octave.el (octave-mode-menu): Update and re-organize
10889         menu items.
10890         (octave-mode): Tweak fill-nobreak-predicate.
10891         (inferior-octave-startup): Check process to avoid infinite loop.
10892         (inferior-octave): Pop to buffer first to show abornmal process
10893         exit information.
10895 2013-05-21  Glenn Morris  <rgm@gnu.org>
10897         * printing.el (pr-menu-bar): Define when compiling.
10899 2013-05-21  Leo Liu  <sdl.web@gmail.com>
10901         * progmodes/octave.el (octave-auto-fill): Remove.
10902         (octave-indent-new-comment-line): Improve.
10903         (octave-mode): Use auto fill mode through
10904         comment-line-break-function and fill-nobreak-predicate.
10905         (octave-goto-function-definition): Support DEFUN_DLD.
10906         (octave-beginning-of-defun): Small tweak.
10907         (octave-help): Show parent directory.
10909 2013-05-21  Glenn Morris  <rgm@gnu.org>
10911         * files.el (dired-unmark):
10912         * progmodes/gud.el (gdb-input): Update declarations.
10914         * calculator.el (electric, ehelp): No need to load when compiling.
10915         (Electric-command-loop, electric-describe-mode): Declare.
10917         * doc-view.el (doc-view-current-converter-processes): Move before use.
10919         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10920         Move MODE-set-explicitly definition before use.
10922         * international/mule-diag.el (mule-diag):
10923         Don't use obsolete window-system-version.
10925         * mail/feedmail.el (smtpmail): No need to load when compiling.
10926         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
10928         * mail/mail-utils.el (rfc822): No need to load when compiling.
10929         (rfc822-addresses): Autoload it.
10930         (mail-strip-quoted-names): Trivial simplification.
10932         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
10933         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
10935         * net/snmp-mode.el (tempo): Don't duplicate requires.
10937         * progmodes/prolog.el (info): No need to load when compiling.
10938         (comint): Require before shell requires it.
10939         (Info-goto-node): Autoload it.
10940         (Info-follow-nearest-node): Declare.
10941         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
10943         * textmodes/artist.el (picture-mode-exit): Declare.
10945         * textmodes/reftex-parse.el (reftex-parse-from-file):
10946         Trivial rewrite so the compiler can parse it better.
10948 2013-05-20  Leo Liu  <sdl.web@gmail.com>
10950         * progmodes/octave.el (octave-help-mode-map)
10951         (octave-help-mode-finish-hook): New variables.
10952         (octave-help-mode, octave-help-mode-finish): New functions.
10953         (octave-help): Use octave-help-mode.
10955 2013-05-20  Glenn Morris  <rgm@gnu.org>
10957         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
10959 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
10961         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
10962         start at point, so that expansion starting right after opening
10963         slash in a regexp is recognized.
10964         (ruby-syntax-before-regexp-re): New defvar, extracted from
10965         ruby-syntax-propertize-function.  Since the value of this regexp
10966         is looked up at runtime now, we should be able to turn
10967         `ruby-syntax-methods-before-regexp' into a defcustom later.
10968         (ruby-syntax-propertize-function): Split regexp matching into two
10969         parts, for opening and closing slashes.  That allows us to skip
10970         over string interpolations and support multiline regexps.
10971         Don't call `ruby-syntax-propertize-expansions', instead use another rule
10972         for them, which calls `ruby-syntax-propertize-expansion'.
10973         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
10974         call to `ruby-syntax-propertize-function'.
10975         (ruby-syntax-propertize-expansion): Extracted from
10976         `ruby-syntax-propertize-expansions'.  Handles one expansion.
10977         (ruby-syntax-propertize-percent-literal): Leave point right after
10978         the percent symbol, so that the expression expansion rule can
10979         propertize the contents.
10980         (ruby-syntax-propertize-heredoc): Leave point at bol following the
10981         heredoc openers.
10982         (ruby-syntax-propertize-expansions): Remove.
10984 2013-05-18  Juri Linkov  <juri@jurta.org>
10986         * man.el (Man-default-man-entry): Remove `-' from the end
10987         of the default value.  (Bug#14400)
10989 2013-05-18  Glenn Morris  <rgm@gnu.org>
10991         * comint.el (comint-password-prompt-regexp):
10992         Allow "password for XXX" where XXX contains colons (eg https://...).
10994 2013-05-18  Leo Liu  <sdl.web@gmail.com>
10996         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
10997         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
10998         (octave-source-directories): Don't check process.
10999         (octave-source-directories, octave-find-definition): Doc fix.
11001 2013-05-18  Glenn Morris  <rgm@gnu.org>
11003         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
11004         Remove backspace/delete bindings.  (Bug#14392)
11006         * cus-dep.el (custom-make-dependencies): Sort the output.
11007         (custom-versions-load-alist): Convert comment to doc.
11009 2013-05-17  Leo Liu  <sdl.web@gmail.com>
11011         * newcomment.el (comment-search-backward): Stricter in finding
11012         comment start.  (Bug#14303)
11014         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
11015         (octave-comment-start-skip): Properly anchored.
11017 2013-05-17  Leo Liu  <sdl.web@gmail.com>
11019         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
11020         Clean up when turned off.  (Bug#14395)
11021         (smie--highlight-matching-block-overlay): No longer buffer-local.
11022         (smie-highlight-matching-block): Adjust.
11024 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
11026         Doc string fix for "nanoseconds" (Bug#14406).
11027         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
11028         Fix doc string typo that had "nanoseconds" instead of "microseconds".
11030 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
11032         * calc/calc-units.el (math-extract-units): Preserve powers
11033         of units.
11035 2013-05-17  Leo Liu  <sdl.web@gmail.com>
11037         * subr.el (delete-consecutive-dups): New function.
11038         * ido.el (ido-set-matches-1): Use it.
11039         * progmodes/octave.el (inferior-octave-completion-table): Use it.
11040         * ido.el (ido-remove-consecutive-dups): Remove.
11042 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11044         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
11045         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
11046         regexp-opt's `words'.
11048 2013-05-16  Leo Liu  <sdl.web@gmail.com>
11050         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
11051         (smie--highlight-matching-block-overlay)
11052         (smie--highlight-matching-block-lastpos)
11053         (smie--highlight-matching-block-timer): New variables.
11054         (smie-highlight-matching-block): New function.
11055         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
11056         (smie-setup): Conditionally enable smie-blink-matching-open.
11058 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
11060         Sync with upstream verilog-mode r840.
11061         * progmodes/verilog-mode.el (verilog-mode-version)
11062         (verilog-mode-release-date): Update.
11063         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
11064         (verilog-sig-tieoff): Fix string error on
11065         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
11066         (verilog-read-decls): Fix parameters confusing
11067         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
11069 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
11071         * subr.el (reveal-filename): New function.
11073         * loadup.el: Compute Emacs executable versions on MS-Windows,
11074         where executables have the .exe extension.  Add a hard link
11075         emacs-XX.YY.ZZ.exe on MS-Windows.
11077         * Makefile.in (XARGS_LIMIT): New variable.
11078         (custom-deps, finder-data, autoloads)
11079         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
11080         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
11081         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
11082         (compile-main): Limit xargs according to $(XARGS_LIMIT).
11084 2013-05-16  Leo Liu  <sdl.web@gmail.com>
11086         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
11087         (octave-mode-menu, octave-mode-map): Remove its uses.
11089 2013-05-16  Reto Zimmermann  <reto@gnu.org>
11091         Sync with upstream vhdl mode v3.34.2.
11092         * progmodes/vhdl-mode.el: Use `push' throughout.
11093         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
11094         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
11095         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
11096         (vhdl-actual-generic-name): New option to derive actual generic name.
11097         (vhdl-port-paste-signals): Replace formal by actual generics.
11098         (vhdl-beautify): New name for old group vhdl-align.  Update users.
11099         (vhdl-beautify-options): New option.
11100         (vhdl-last-input-event): New compat alias.  Use throughout.
11101         (vhdl-goto-line): Replace user level function `goto-line'.
11102         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
11103         vhdl-fix-statement-buffer.
11104         (vhdl-create-mode-menu): Add some entries.
11105         (vhdl-align-region-groups): Respect vhdl-beautify-options.
11106         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
11107         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
11108         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
11109         to force statements on one line.
11110         (vhdl-remove-trailing-spaces-region):
11111         New, split from vhdl-remove-trailing-spaces.
11112         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
11113         Respect vhdl-beautify-options.
11114         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
11115         (vhdl-update-sensitivity-list): Not add with index if exists without.
11116         Not include array index with signal.  Ignore keywords in comments.
11117         (vhdl-get-visible-signals): Regexp tweaks.
11118         (vhdl-template-component-inst): Handle empty library.
11119         (vhdl-template-type): Add template for 'enum' type.
11120         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
11121         Use vhdl-replace-string.
11122         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
11123         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
11124         (vhdl-speedbar-initialize): Update for above name change.
11125         (vhdl-compose-wire-components): Fix in handling of constants.
11126         (vhdl-error-regexp-emacs-alist): New variable.
11127         (vhdl-error-regexp-add-emacs): New function;
11128         adds support for new compile.el (Emacs 22+)
11129         (vhdl-generate-makefile-1): Change target order for single lib. units.
11130         Allow use of absolute file names.
11132 2013-05-16  Leo Liu  <sdl.web@gmail.com>
11134         * simple.el (prog-indent-sexp): Indent enclosing defun.
11136 2013-05-15  Glenn Morris  <rgm@gnu.org>
11138         * cus-start.el (show-trailing-whitespace): Move to editing basics.
11139         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
11140         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
11141         (whitespace-highlight): Move to whitespace group.
11143         * comint.el (comint-source):
11144         * pcmpl-linux.el (pcmpl-linux):
11145         * shell.el (shell-faces):
11146         * eshell/esh-opt.el (eshell-opt):
11147         * international/ccl.el (ccl): Remove empty custom groups.
11149         * completion.el (dynamic-completion-mode):
11150         * jit-lock.el (jit-lock-debug-mode):
11151         * minibuffer.el (completion-in-region-mode):
11152         * type-break.el (type-break-mode-line-message-mode)
11153         (type-break-query-mode):
11154         * emulation/tpu-edt.el (tpu-edt-mode):
11155         * progmodes/subword.el (global-subword-mode, global-superword-mode):
11156         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11157         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
11159         * term/xterm.el (xterm): Change parent group to terminals.
11161         * master.el (master): Remove empty custom group.
11162         (master-mode): Remove unused :group argument.
11163         * textmodes/refill.el (refill): Remove empty custom group.
11164         (refill-mode): Remove unused :group argument.
11166         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
11168         * cus-dep.el: Provide a feature.
11169         (custom-make-dependencies): Ignore dotfiles (dir-locals).
11170         Don't mistakenly ignore files whose basenames match a basename
11171         from preloaded-file-list (eg cedet/ede/simple.el).
11172         Add a fallback method for getting :group.
11174 2013-05-15  Juri Linkov  <juri@jurta.org>
11176         * isearch.el (isearch-char-by-name): Rename from
11177         `isearch-insert-char-by-name'.  Doc fix.
11178         (isearch-forward): Mention `isearch-char-by-name' in
11179         the docstring.  (Bug#13348)
11181         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
11182         `exit-minibuffer' instead of
11183         `isearch-nonincremental-exit-minibuffer'.
11184         (isearch-edit-string): Remove mention of
11185         `isearch-nonincremental-exit-minibuffer' from docstring.
11186         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
11187         (isearch-forward-exit-minibuffer)
11188         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
11190 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11192         * loadup.el: Just use unversioned DOC.
11194         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
11195         literals as extending to EOB.
11196         (nxml-last-fontify-end): Remove unused variable.
11197         (nxml-after-change1): Use with-silent-modifications.
11198         (nxml-extend-after-change-region): Simplify.
11199         (nxml-extend-after-change-region1): Remove function.
11200         (nxml-after-change1): Don't adjust for dependent regions.
11201         (nxml-fontify-matcher): Simplify.
11202         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
11203         (xmltok-add-dependent): Remove function.
11204         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
11205         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
11206         (xmltok-scan-prolog-after-processing-instruction-open): Treat
11207         unclosed <[[, <?, comment, and other literals as extending to EOB.
11208         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
11209         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
11210         Remove functions.
11211         (rng-do-some-validation-1): Don't mark dependent regions.
11212         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
11213         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
11214         (nxml-clear-dependent-regions): Remove functions.
11215         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
11216         (nxml-ensure-scan-up-to-date):
11217         Don't clear&mark dependent regions.
11219 2013-05-15  Leo Liu  <sdl.web@gmail.com>
11221         * progmodes/octave.el (octave-goto-function-definition):
11222         Improve and fix callers.
11224 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11226         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
11227         the setter (bug#14387).
11229         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
11230         surrounding group (bug#14402).
11232 2013-05-14  Juri Linkov  <juri@jurta.org>
11234         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
11235         (Bug#14390)
11237 2013-05-14  Glenn Morris  <rgm@gnu.org>
11239         * progmodes/f90.el (f90-imenu-generic-expression):
11240         Fix typo in 2013-05-08 change.  (Bug#14402)
11242 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
11244         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
11245         Remove signals for which replies are never received.
11247 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
11249         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
11250         (gdb-handler-alist, gdb-handler-number): Remove variables.
11251         (gdb-handler-list): New variable.
11252         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
11253         (gdb-pending-handler-p, gdb-handle-reply)
11254         (gdb-remove-all-pending-triggers): New functions.
11255         (gdb-discard-unordered-replies): New defcustom.
11256         (gdb-handler): New defstruct.
11257         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
11258         instead of gdb-pending-triggers.  Update docstring.
11259         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
11260         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
11261         (gdb-var-update-handler, def-gdb-auto-update-trigger)
11262         (def-gdb-auto-update-handler, gdb-get-changed-registers)
11263         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
11264         (gdb-frame-handler): Pending triggers are now automatically managed.
11265         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
11266         Remove argument.
11267         (gdb-input): Automatically handles pending triggers.  Update docstring.
11268         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
11269         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
11270         Update comments.
11271         (gdb-done-or-error): Now use gdb-handle-reply.
11273 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
11275         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
11276         gdb-debug-log.
11278 2013-05-14  Glenn Morris  <rgm@gnu.org>
11280         * subr.el (user-emacs-directory-warning): New option.
11281         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
11283 2013-05-14  Leo Liu  <sdl.web@gmail.com>
11285         * progmodes/octave.el (octave-font-lock-keywords): Fix error
11286         during redisplay.
11287         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
11288         (octave-font-lock-texinfo-comment): Fix invalid search bound
11289         error: wrong side of point.
11291 2013-05-14  Glenn Morris  <rgm@gnu.org>
11293         * progmodes/flymake.el (flymake-xml-program): New option.
11294         (flymake-xml-init): Use it.
11296         * term/xterm.el: Provide a feature.
11298         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
11300 2013-05-13  Glenn Morris  <rgm@gnu.org>
11302         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
11303         Add compat aliases as a hack workaround.  (Bug#14384)
11305 2013-05-13  Leo Liu  <sdl.web@gmail.com>
11307         * progmodes/octave.el (octave-indent-comment): Fix indentation for
11308         ###, and %!.
11309         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
11310         C-M-q.
11311         (octave-comment-start-skip): Include %!.
11312         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
11314 2013-05-12  Leo Liu  <sdl.web@gmail.com>
11316         * progmodes/octave.el (inferior-octave-startup): Store the value
11317         of __octave_srcdir__ for octave-source-directories.
11318         (inferior-octave-check-process): New function refactored out of
11319         inferior-octave-send-list-and-digest.
11320         (octave-source-directories)
11321         (octave-find-definition-filename-function): New variables.
11322         (octave-source-directories)
11323         (octave-find-definition-default-filename): New functions.
11324         (octave-find-definition): Improve to find functions implemented in C++.
11326 2013-05-12  Glenn Morris  <rgm@gnu.org>
11328         * calendar/diary-lib.el (diary-outlook-format-1):
11329         Don't include dayname in the output.  (Bug#14349)
11331 2013-05-11  Glenn Morris  <rgm@gnu.org>
11333         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
11335         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
11336         Treat cc-provide like provide.
11338 2013-05-11  Kevin Ryde  <user42@zip.com.au>
11340         * cus-dep.el (custom-make-dependencies):
11341         Use generated-autoload-load-name for the sake of files such
11342         such cedet/semantic/bovine/c.el, where the base file name
11343         is not in load-path.  (Bug#5277)
11345 2013-05-11  Glenn Morris  <rgm@gnu.org>
11347         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
11348         Provide features.
11350 2013-05-11  Leo Liu  <sdl.web@gmail.com>
11352         * progmodes/octave.el (octave-indent-comment): Improve.
11353         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
11354         (octave-eldoc-function-signatures, octave-eldoc-function):
11355         New functions.
11356         (octave-mode, inferior-octave-mode): Add eldoc support.
11358 2013-05-11  Richard Stallman  <rms@gnu.org>
11360         * epa.el (epa-decrypt-file): Take output file name as argument
11361         and read it using `interactive'.
11363 2013-05-11  Leo Liu  <sdl.web@gmail.com>
11365         * progmodes/octave.el (octave-beginning-of-line)
11366         (octave-end-of-line): Check before using up-list because it jumps
11367         out of more syntactic contructs since moving to smie.
11368         (octave-indent-comment): New function.
11369         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
11370         (octave-begin-keywords, octave-end-keywords)
11371         (octave-reserved-words, octave-smie-bnf-table)
11372         (octave-smie-rules): Add new keywords from Octave 3.6.4.
11374 2013-05-11  Glenn Morris  <rgm@gnu.org>
11376         * faces.el (internal-face-x-get-resource):
11377         * frame.el (ns-display-monitor-attributes-list):
11378         * calc/calc-aent.el (math-to-radians-2):
11379         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
11380         Fix declarations.
11382         * calc/calc-menu.el: Make it loadable in isolation.
11384         * net/eudcb-bbdb.el: Make it loadable without bbdb.
11385         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
11386         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
11387         (eudc-bbdb-query-internal): Require 'bbdb.
11389         * lpr.el (lpr-headers-switches):
11390         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
11392         * progmodes/sql.el (sql-login-params): Fix and improve :type.
11394         * emulation/edt-mapper.el: In batch mode, error rather than hang.
11396         * term.el (term-set-escape-char): Make it idempotent.
11398 2013-05-10  Leo Liu  <sdl.web@gmail.com>
11400         * progmodes/octave.el (inferior-octave-completion-table):
11401         No longer a function and all uses changed.  Use cache to speed up
11402         completion due to bug#11906.
11403         (octave-beginning-of-defun): Re-write to be more general.
11405 2013-05-10  Glenn Morris  <rgm@gnu.org>
11407         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
11409 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11411         * comint.el (comint-redirect-send-command-to-process): Use :around
11412         rather than :override for comint-redirect-filter.
11413         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
11414         Call it instead of comint-redirect-original-filter-function (which
11415         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
11417 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
11419         * frame.el (display-monitor-attributes-list): Add NS case.
11420         (ns-display-monitor-attributes-list): Declare.
11422 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
11424         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
11426 2013-05-09  Glenn Morris  <rgm@gnu.org>
11428         * international/fontset.el (vertical-centering-font-regexp):
11429         Set standard-value.
11431         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
11433         * bookmark.el (bookmark-search-delay):
11434         * cus-start.el (vertical-centering-font-regexp):
11435         * ps-mule.el (ps-mule-font-info-database-default):
11436         * ps-print.el (ps-default-fg, ps-default-bg):
11437         * type-break.el (type-break-good-break-interval):
11438         * whitespace.el (whitespace-indentation-regexp)
11439         (whitespace-space-after-tab-regexp):
11440         * emacs-lisp/testcover.el (testcover-1value-functions)
11441         (testcover-noreturn-functions, testcover-progn-functions)
11442         (testcover-prog1-functions):
11443         * emulation/viper-init.el (viper-emacs-state-cursor-color):
11444         * eshell/em-glob.el (eshell-glob-translate-alist):
11445         * play/tetris.el (tetris-tty-colors):
11446         * progmodes/cpp.el (cpp-face-default-list):
11447         * progmodes/flymake.el (flymake-allowed-file-name-masks):
11448         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
11449         (idlwave-help-browser-generic-args):
11450         * progmodes/make-mode.el (makefile-special-targets-list):
11451         * progmodes/python.el (python-shell-virtualenv-path):
11452         * progmodes/verilog-mode.el (verilog-active-low-regexp)
11453         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
11454         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
11455         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
11456         * textmodes/reftex-vars.el (reftex-format-label-function):
11457         * textmodes/remember.el (remember-diary-file): Fix custom types.
11459         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
11460         Add :version.
11462 2013-05-09  Leo Liu  <sdl.web@gmail.com>
11464         * progmodes/octave.el (inferior-octave-completion-at-point):
11465         Restore file completion.  (Bug#14300)
11466         (inferior-octave-startup): Fix incorrect highlighting for the
11467         first prompt.
11469 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11471         * progmodes/ruby-mode.el: First cut at SMIE support.
11472         (ruby-use-smie): New var.
11473         (ruby-smie-grammar): New constant.
11474         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
11475         (ruby-smie--forward-token, ruby-smie--backward-token)
11476         (ruby-smie-rules): New functions.
11477         (ruby-mode-variables): Setup SMIE if applicable.
11479 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
11481         * simple.el (line-move-visual): Signal beginning/end of buffer
11482         only if vertical-motion moved less than it was requested.  Avoids
11483         silly incorrect error messages when there are display strings with
11484         multiple newlines at EOL.
11486 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11488         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
11489         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
11490         (prolog-char-quote-workaround):
11491         * progmodes/cperl-mode.el (cperl-under-as-char):
11492         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
11493         Mark as obsolete.
11494         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
11495         their declaration.
11496         (vhdl-mode-syntax-table-init): Remove.
11498         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
11499         last change.
11501         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
11502         syntax for "_".
11503         (ld-script-font-lock-keywords):
11504         Change regexps to use things like \_< and \_>.
11506         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
11507         Change all regexps to use things like \_< and \_>.
11509         * progmodes/autoconf.el (autoconf-definition-regexp)
11510         (autoconf-font-lock-keywords, autoconf-current-defun-function):
11511         Handle a _ with symbol syntax.
11512         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
11514         * progmodes/ada-mode.el (ada-mode-abbrev-table):
11515         Consolidate declaration.
11516         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
11517         the declaration.
11518         (ada-create-syntax-table): Remove.
11519         (ada-capitalize-word): Don't mess with the syntax of "_" since it
11520         already has the right syntax nowadays.
11521         (ada-goto-next-word): Don't change the syntax of "_".
11523         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
11524         with-wrapper-hook.
11526 2013-05-08  Sam Steingold  <sds@gnu.org>
11528         * thingatpt.el (thing-at-point): Accept optional second argument
11529         NO-PROPERTIES to strip the text properties from the return value.
11530         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
11531         to `thing-at-point' instead of stripping the properties ourselves.
11532         Also, when `thing-at-point' fails to find a url, prepend "http://"
11533         to the filename at point on the assumption that the user is
11534         pointing at something like gnu.org/gnu.
11536 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
11538         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
11539         * faces.el (crm-separator):
11540         Silence byte-compiler.
11542         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
11543         (tool-bar-map): Remove unneeded defvars.
11545 2013-05-08  Leo Liu  <sdl.web@gmail.com>
11547         Re-work a fix for bug#10994 based on Le Wang's patch.
11548         * ido.el (ido-remove-consecutive-dups): New helper.
11549         (ido-completing-read): Use it.
11550         (ido-chop): Revert fix for bug#10994.
11552 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
11554         * cus-edit.el (custom-save-variables):
11555         Pretty-print long values.  (Bug#14187)
11557 2013-05-08  Glenn Morris  <rgm@gnu.org>
11559         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
11560         (m4-mode-syntax-table): Init in the defvar.
11561         (m4-mode-abbrev-table): Let define-derived-mode define it.
11563 2013-05-08  Tom Tromey  <tromey@redhat.com>
11565         * progmodes/m4-mode.el (m4-mode-syntax-table):
11566         Do not treat "_" as word constituent.  (Bug#14167)
11568 2013-05-07  Glenn Morris  <rgm@gnu.org>
11570         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
11571         Remove explicit eshell-isearch-cancel-map.
11573         * progmodes/f90.el (f90-smart-end-names): New option.
11574         (f90-smart-end): Doc fix.
11575         (f90-end-block-optional-name): New constant.
11576         (f90-block-match): Respect f90-smart-end-names.
11578 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11580         * progmodes/octave.el (octave-smie-forward-token): Be more careful
11581         about implicit semi-colons (bug#14218).
11583 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11585         * frame.el (display-monitor-attributes-list)
11586         (frame-monitor-attributes): New functions.
11588 2013-05-06  Leo Liu  <sdl.web@gmail.com>
11590         * progmodes/octave.el (octave-syntax-propertize-function): Change
11591         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
11592         (octave-font-lock-keywords): Use octave-operator-regexp.
11593         (octave-completion-at-point): Rename from
11594         octave-completion-at-point-function.
11595         (inferior-octave-directory-tracker): Robustify.
11596         (octave-text-functions): Remove and fix its uses.  No such things
11597         any more.
11599 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11601         * emacs-lisp/trace.el (trace--display-buffer): New function.
11602         (trace-make-advice): Use it.
11604 2013-05-06  Juri Linkov  <juri@jurta.org>
11606         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
11607         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
11608         Doc fix.
11609         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
11610         in the help string.  (Bug#12985)
11612 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
11614         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
11616 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11618         * progmodes/perl-mode.el: Add support for here documents.
11619         (perl-syntax-propertize-function): Match here-doc markers.
11620         (perl-syntax-propertize-special-constructs): Find their end.
11621         (perl-imenu-generic-expression): Use [:alnum:].
11623         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
11624         (advice--add-function): Refresh the advice if already present
11625         (bug#14317).
11627 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
11629         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
11631 2013-05-06  Glenn Morris  <rgm@gnu.org>
11633         * w32-fns.el (w32-charset-info-alist): Declare.
11635         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
11636         of its defcustom properties.
11637         (eshell-cmpl-initialize): No need to load pcomplete.
11639         * generic-x.el: No need to require comint when compiling.
11641         * net/eudc-export.el: Make it loadable without bbdb.
11642         (top-level): Use require rather than load-library.
11643         (eudc-create-bbdb-record, eudc-bbdbify-phone)
11644         (eudc-batch-export-records-to-bbdb)
11645         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
11646         Require bbdb.
11648 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11650         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
11651         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
11652         some tweaks, instead.
11654 2013-05-05  Leo Liu  <sdl.web@gmail.com>
11656         * progmodes/octave.el (octave-font-lock-keywords)
11657         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
11658         (inferior-octave-send-list-and-digest): Improve error message.
11659         (octave-mode, inferior-octave-mode): Use setq-local.
11660         (octave-help): Set info-lookup-mode.
11662 2013-05-05  Richard Stallman  <rms@gnu.org>
11664         * vc/compare-w.el (compare-windows-whitespace):
11665         Treat no-break space as whitespace.
11667         * mail/rmailsum.el (rmail-summary-rmail-update):
11668         Detect empty summary and don't change selected message.
11669         (rmail-summary-goto-msg): Likewise.
11671         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
11672         Doc fixes, rename args.
11674 2013-05-05  Alan Mackenzie  <acm@muc.de>
11676         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
11678 2013-05-05  Juri Linkov  <juri@jurta.org>
11680         * info.el (Info-read-subfile): Use (point-min) instead of (point)
11681         to not add the length of the summary segment to the return value.
11682         (Bug#14125)
11684 2013-05-05  Leo Liu  <sdl.web@gmail.com>
11686         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
11687         (inferior-octave-output-filter): Remove.
11688         (octave-send-region, inferior-octave-startup): Fix callers.
11689         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
11690         (octave-binary-file-extensions): New user variable.
11691         (octave-find-definition): Confirm if opening binary files.
11692         (octave-help-file): Use octave-find-definition to get the binary
11693         confirmation.
11694         (octave-help): Adjust for octave-help-file change.
11696 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11698         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
11699         Merge the two entries that handle function definitions.
11700         (pascal--syntax-propertize): New const.
11701         (pascal-mode): Use it.  Use setq-local.
11703 2013-05-04  Glenn Morris  <rgm@gnu.org>
11705         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
11706         (diary-from-outlook): Respect diary-from-outlook-function.
11708 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11710         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
11711         Move the declaration from C.
11712         (read-minibuffer, eval-minibuffer): Move from C.
11713         (completion-setup-function): Avoid minibuffer-completion-contents.
11715 2013-05-03  Leo Liu  <sdl.web@gmail.com>
11717         * progmodes/octave.el (octave-font-lock-keywords): Do not
11718         dehighlight 'end' in comments or strings.
11719         (octave-completing-read, octave-goto-function-definition):
11720         New helpers.
11721         (octave-help-buffer): New user variable.
11722         (octave-help-file, octave-help-function): New button types.
11723         (octave-help): New command and bind it to C-h ;.
11724         (octave-find-definition): New command and bind it to M-.
11725         (user-error): Alias to error if not defined.
11727 2013-05-02  Leo Liu  <sdl.web@gmail.com>
11729         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
11730         for \.  (bug#14332)
11731         (octave-font-lock-keywords): Include [ and {.
11733 2013-05-02  Leo Liu  <sdl.web@gmail.com>
11735         * progmodes/octave.el (inferior-octave-startup-file): Change default.
11736         (inferior-octave): Remove calling comint-mode and return the buffer.
11737         (inferior-octave-startup): Cosmetic changes.
11739 2013-05-02  Leo Liu  <sdl.web@gmail.com>
11741         * progmodes/octave.el (octave-syntax-propertize-function):
11742         Include the case when ' is at line beginning.  (Bug#14336)
11744 2013-05-02  Glenn Morris  <rgm@gnu.org>
11746         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
11747         * desktop.el (vc-dir-mode): Just autoload it here.
11749 2013-05-02  Alan Mackenzie  <acm@muc.de>
11751         Eliminate variable c-standard-font-lock-fontify-region-function.
11752         * progmodes/cc-mode.el
11753         (c-standard-font-lock-fontify-region-function): Remove.
11754         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
11756 2013-05-01  Leo Liu  <sdl.web@gmail.com>
11758         * progmodes/octave.el: Compatible with older emacs-24 releases.
11759         (inferior-octave-has-built-in-variables): Remove.  Built-in
11760         variables were removed from Octave in 2007.
11761         (inferior-octave-startup): Fix uses.
11762         (comint-line-beginning-position): Remove compatibility code for
11763         emacs 21.
11765 2013-05-01  Juri Linkov  <juri@jurta.org>
11767         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
11769 2013-05-01  Juri Linkov  <juri@jurta.org>
11771         * comint.el (comint-previous-matching-input): Don't print message
11772         "History item: %d" when `isearch-mode' is active.
11773         (comint-history-isearch-message): Print message "History item: %d"
11774         when `comint-input-ring-index' is not empty and this function is
11775         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
11777 2013-05-01  Leo Liu  <sdl.web@gmail.com>
11779         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
11780         definitions.  Use completion-at-point to insert keywords.
11781         (octave-abbrev-start): Remove.
11782         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
11784 2013-04-30  Leo Liu  <sdl.web@gmail.com>
11786         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
11787         change.
11789 2013-04-30  Alan Mackenzie  <acm@muc.de>
11791         Handle arbitrarily long C++ member initialisation lists.
11792         * progmodes/cc-engine.el (c-back-over-member-initializers):
11793         new function.
11794         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
11795         (most) member init lists.
11797 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
11799         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
11800         variable.
11802 2013-04-30  Leo Liu  <sdl.web@gmail.com>
11804         * progmodes/octave.el (octave-variables): Remove.  No builtin
11805         variables any more.  All converted to functions.
11806         (octave-font-lock-keywords, octave-completion-at-point-function):
11807         Fix uses.
11808         (octave-font-lock-texinfo-comment): New user variable.
11809         (octave-texinfo-font-lock-keywords): New variable for texinfo
11810         comment block.
11811         (octave-function-comment-block): New face.
11812         (octave-font-lock-texinfo-comment): New function.
11813         (octave-mode): Font lock texinfo comment block.
11815 2013-04-29  Leo Liu  <sdl.web@gmail.com>
11817         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
11818         indexing expression.
11819         (octave-continuation-string): Do not use \.
11820         (inferior-octave-complete-impossible): Remove.
11821         (inferior-octave-completion-table)
11822         (inferior-octave-completion-at-point): Remove its uses.
11823         (inferior-octave-startup): completion_matches was introduced to
11824         Octave in 1996 so safe to assume it.
11825         (octave-function-file-comment): Improve to follow how Octave does it.
11826         (octave-update-function-file-comment): Tweak.
11828 2013-04-29  Leo Liu  <sdl.web@gmail.com>
11830         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
11831         (inferior-octave-startup): Remove inferior-octave-startup-hook.
11832         (octave-function-file-comment): Fix typo.
11833         (octave-sync-function-file-names): Use read-char-choice.
11835 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
11837         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
11838         to t for the less important warnings.
11840 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
11842         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
11844 2013-04-27  Glenn Morris  <rgm@gnu.org>
11846         * vc/log-view.el (log-view-current-entry):
11847         Treat "---" separator lines as part of the following rev.  (Bug#14169)
11849 2013-04-27  Juri Linkov  <juri@jurta.org>
11851         * subr.el (read-number): Doc fix about using it by interactive
11852         code letter `n'.  (Bug#14254)
11854 2013-04-27  Juri Linkov  <juri@jurta.org>
11856         * desktop.el (desktop-auto-save-timeout): New option.
11857         (desktop-file-checksum): New variable.
11858         (desktop-save): Add optional arg `auto-save' and don't auto-save
11859         if nothing changed.
11860         (desktop-auto-save-timer): New variable.
11861         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
11862         (after-init-hook): Call `desktop-auto-save-set-timer'.
11863         Suggested by Reuben Thomas <rrt@sc3d.org> in
11864         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
11866 2013-04-27  Leo Liu  <sdl.web@gmail.com>
11868         * progmodes/octave.el (octave-function-file-p)
11869         (octave-skip-comment-forward, octave-function-file-comment)
11870         (octave-update-function-file-comment): New functions.
11871         (octave-mode-map): Bind C-c ; to
11872         octave-update-function-file-comment.
11873         (octave-mode-menu): Add octave-update-function-file-comment.
11874         (octave-mode, inferior-octave-mode): Fix doc-string.
11875         (octave-insert-defun): Conform to Octave's coding convention.
11876         (Bug#14285)
11878         * files.el (basic-save-buffer): Don't let errors in
11879         before-save-hook prevent saving buffer.
11881 2013-04-20  Roland Winkler  <winkler@gnu.org>
11883         * faces.el (read-face-name): Use completing-read if arg multiple
11884         is nil.
11886 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
11888         * ls-lisp.el (ls-lisp-insert-directory): If no files are
11889         displayed, move point to after the totals line.
11890         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
11891         for the details.
11893 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11895         * emacs-lisp/package.el (package-autoload-ensure-default-file):
11896         Add current dir to the load-path.
11897         (package-generate-autoloads): Don't rely on
11898         autoload-ensure-default-file.
11900 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
11902         * textmodes/remember.el (remember-store-in-files): Document that
11903         the file name format is passed to `format-time-string'.
11905 2013-04-26  Leo Liu  <sdl.web@gmail.com>
11907         * progmodes/octave.el (octave-sync-function-file-names): New function.
11908         (octave-mode): Use it in before-save-hook.
11910 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11912         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
11913         (bug#14274).
11915         * progmodes/octave.el (octave-smie-forward-token): Properly skip
11916         \n and comment, even if it's not an implicit ; (bug#14218).
11918 2013-04-26  Glenn Morris  <rgm@gnu.org>
11920         * subr.el (read-number): Once more use `read' rather than
11921         `string-to-number', to trap non-numeric input.  (Bug#14254)
11923 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
11925         * emacs-lisp/syntax.el (syntax-propertize-multiline):
11926         Use `syntax-multiline' text property consistently instead of
11927         `font-lock-multiline'.  (Bug#14237)
11929 2013-04-26  Glenn Morris  <rgm@gnu.org>
11931         * emacs-lisp/shadow.el (list-load-path-shadows):
11932         No longer necessary to check for duplicate simple.el, since
11933         2012-07-07 change to init_lread to not include installation lisp
11934         directories in load-path when running uninstalled.  (Bug#14270)
11936 2013-04-26  Leo Liu  <sdl.web@gmail.com>
11938         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
11939         (octave-mode, inferior-octave-mode): Use setq-local.
11940         (octave-not-in-string-or-comment-p): Rename to
11941         octave-in-string-or-comment-p.
11942         (octave-in-comment-p, octave-in-string-p)
11943         (octave-in-string-or-comment-p): Replace defsubst with defun.
11945 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
11947         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
11949 2013-04-25  Bastien Guerry  <bzg@gnu.org>
11951         * textmodes/remember.el (remember-data-directory)
11952         (remember-directory-file-name-format): Fix custom types.
11954 2013-04-25  Leo Liu  <sdl.web@gmail.com>
11956         * progmodes/octave.el (octave-completion-at-point-function):
11957         Make use of inferior octave process.
11958         (octave-initialize-completions): Remove.
11959         (inferior-octave-completion-table): New function.
11960         (inferior-octave-completion-at-point): Use it.
11961         (octave-completion-alist): Remove.
11963 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11965         * progmodes/opascal.el: Use font-lock and syntax-propertize.
11966         (opascal-mode-syntax-table): New var.
11967         (opascal-literal-kind, opascal-is-literal-end)
11968         (opascal-literal-token-at): Rewrite.
11969         (opascal--literal-start-re, opascal-font-lock-keywords)
11970         (opascal--syntax-propertize): New constants.
11971         (opascal-font-lock-defaults): Adjust.
11972         (opascal-mode): Use them.  Set comment-<foo> variables as well.
11973         (delphi-comment-face, opascal-comment-face, delphi-string-face)
11974         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
11975         (delphi-other-face, opascal-other-face): Remove face variables.
11976         (opascal-save-state): Remove macro.
11977         (opascal-fontifying-progress-step): Remove constant.
11978         (opascal--ignore-changes): Remove var.
11979         (opascal-set-token-property, opascal-parse-next-literal)
11980         (opascal-is-stable-literal, opascal-complete-literal)
11981         (opascal-is-literal-start, opascal-face-of)
11982         (opascal-parse-region, opascal-parse-region-until-stable)
11983         (opascal-fontify-region, opascal-after-change)
11984         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
11985         (opascal-debug-parse-region, opascal-debug-parse-window)
11986         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
11987         (opascal-debug-fontify-buffer): Remove.
11988         (opascal-debug-mode-map): Adjust accordingly.
11990 2013-04-25  Leo Liu  <sdl.web@gmail.com>
11992         Merge octave-mod.el and octave-inf.el into octave.el with some
11993         cleanups.
11994         * progmodes/octave.el: New file renamed from octave-mod.el.
11995         * progmodes/octave-inf.el: Merged into octave.el.
11996         * progmodes/octave-mod.el: Renamed to octave.el.
11998 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
12000         * textmodes/reftex-vars.el
12001         (reftex-label-ignored-macros-and-environments): New defcustom.
12003         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
12005 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12007         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
12008         (smie-indent-keyword): Improve the check to ensure that the next
12009         comment is really on the same line.
12010         (smie-indent-comment): Don't align with a subsequent closer (or eob).
12012         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
12013         semi-colons if the line is not otherwise empty (bug#14218).
12015 2013-04-25  Glenn Morris  <rgm@gnu.org>
12017         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
12019 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12021         * progmodes/opascal.el (opascal-set-token-property): Rename from
12022         opascal-set-text-properties and only set `token' (bug#14134).
12023         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
12024         (opascal-literal-text-properties): Remove.
12025         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
12026         Adjust callers.
12028 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
12030         * textmodes/remember.el (remember-handler-functions): Add an
12031         option for a new handler `remember-store-in-files'.
12032         (remember-data-directory, remember-directory-file-name-format):
12033         New options.
12034         (remember-store-in-files): New function to store remember notes
12035         as separate files within a directory.
12037 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
12039         * progmodes/compile.el (compilation-next-error-function):
12040         Pass "formats" to compilation-find-file (bug#11777).
12042 2013-04-24  Glenn Morris  <rgm@gnu.org>
12044         * vc/vc-bzr.el (vc-bzr-print-log):
12045         * vc/vc-hg.el (vc-hg-print-log):
12046         * vc/vc-svn.el (vc-svn-print-log):
12047         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
12049         * vc/vc-bzr.el (vc-bzr-print-log):
12050         * vc/vc-cvs.el (vc-cvs-print-log):
12051         * vc/vc-git.el (vc-git-print-log):
12052         * vc/vc-hg.el (vc-hg-print-log):
12053         * vc/vc-mtn.el (vc-mtn-print-log):
12054         * vc/vc-rcs.el (vc-rcs-print-log):
12055         * vc/vc-sccs.el (vc-sccs-print-log):
12056         * vc/vc-svn.el (vc-svn-print-log):
12057         * vc/vc.el (vc-print-log-internal): Doc fixes.
12059 2013-04-23  Glenn Morris  <rgm@gnu.org>
12061         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
12062         Remove venerable code attempting to avoid substitute-command-keys.
12064 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
12066         * textmodes/reftex-vars.el (reftex-label-regexps):
12067         Call `reftex-compile-variables' after changes to this variable.
12069 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12071         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
12072         Use lexical-binding.
12073         (jit-lock-force-redisplay): Use markers, check buffer's continued
12074         existence and beware narrowed buffers.
12075         (jit-lock-fontify-now): Adjust call accordingly.
12077 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12079         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
12080         to avoid misleading the user.
12082 2013-04-22  Leo Liu  <sdl.web@gmail.com>
12084         * info-look.el: Prefer latex2e.info.  (Bug#14240)
12086 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
12088         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
12090         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
12091         * net/tramp.el (tramp-call-process): ... here.
12092         (tramp-set-completion-function, tramp-parse-putty):
12093         * net/tramp-adb.el (tramp-adb-execute-adb-command):
12094         * net/tramp-gvfs.el (tramp-gvfs-send-command):
12095         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
12096         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
12097         (tramp-call-local-coding-command): Use `tramp-call-process'
12098         instead of `tramp-compat-call-process'.
12100         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
12101         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
12102         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
12103         (tramp-find-inline-compress): Improve traces.
12104         (tramp-maybe-send-script): Check for Perl binary.
12105         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
12107 2013-04-22  Daiki Ueno  <ueno@gnu.org>
12109         * epg.el (epg-context-pinentry-mode): New function.
12110         (epg-context-set-pinentry-mode): New function.
12111         (epg--start): Pass --pinentry-mode option to gpg command.
12113 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
12115         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
12116         `comint-dynamic-complete' is obsolete since 24.1, replaced by
12117         `completion-at-point'.  (Bug#13774)
12119         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
12120         default key binding for `describe-distribution' has been moved to
12121         `C-h C-o'.  (Bug#13970)
12123 2013-04-21  Glenn Morris  <rgm@gnu.org>
12125         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
12126         Add doc strings.
12127         (vc-print-log): Clarify interactive prompt.
12129 2013-04-20  Glenn Morris  <rgm@gnu.org>
12131         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
12132         No longer include timestamp etc information.
12134 2013-04-20  Roland Winkler  <winkler@gnu.org>
12136         * faces.el (read-face-name): Bug fix, return just one face if arg
12137         multiple is nil.  (Bug#14209)
12139 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12141         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
12142         (remove-function): Autoload.
12144         * comint.el (comint-redirect-original-filter-function): Remove.
12145         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
12146         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
12147         (vc-cvs-annotate-command):
12148         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
12149         * progmodes/prolog.el (prolog-consult-compile):
12150         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
12151         Use add/remove-function instead.
12152         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
12153         (gud-tooltip-process-output, gud-tooltip-tips):
12154         Use add/remove-function instead.
12155         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
12156         (scheme-interaction-mode, exit-scheme-interaction-mode):
12157         Use add/remove-function instead.
12159         * vc/vc-dispatcher.el: Use lexical-binding.
12160         (vc--process-sentinel): Rename from vc-process-sentinel.
12161         Change last arg to be the code to run.  Don't use vc-previous-sentinel
12162         and vc-sentinel-commands any more.
12163         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
12164         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
12166 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
12168         * progmodes/sh-script.el (sh-imenu-generic-expression):
12169         Handle function names with a single character.   (Bug#14111)
12171 2013-04-19  Dima Kogan  <dima@secretsauce.net>    (tiny change)
12173         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
12174         for subroutines defined in an eval (bug#14182).
12176 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12178         * bookmark.el (bookmark-completing-read): Improve handling of empty
12179         string (bug#14176).
12181 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12183         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
12185 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
12187         New faster Imenu implementation (bug#14058).
12188         * progmodes/python.el:
12189         (python-imenu-prev-index-position):
12190         (python-imenu-format-item-label-function)
12191         (python-imenu-format-parent-item-label-function)
12192         (python-imenu-format-parent-item-jump-label-function):
12193         New vars.
12194         (python-imenu-format-item-label)
12195         (python-imenu-format-parent-item-label)
12196         (python-imenu-format-parent-item-jump-label)
12197         (python-imenu--put-parent, python-imenu--build-tree)
12198         (python-imenu-create-index, python-imenu-create-flat-index)
12199         (python-util-popn): New functions.
12200         (python-mode): Set imenu-create-index-function to
12201         python-imenu-create-index.
12203 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12205         * winner.el (winner-active-region): Use region-active-p, activate-mark
12206         and deactivate-mark (bug#14225).
12208         * simple.el (deactivate-mark): Don't inline it.
12210 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
12212         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
12214 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
12216         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
12217         file extensions from the archive-mode entry in order to prefer
12218         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
12220 2013-04-18  Leo Liu  <sdl.web@gmail.com>
12222         * bindings.el (help-event-list): Add ?\?.
12224 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12226         * subr.el (with-wrapper-hook): Declare obsolete.
12227         * simple.el (filter-buffer-substring-function): New hook.
12228         (filter-buffer-substring): Use it.
12229         (filter-buffer-substring-functions): Mark obsolete.
12230         * minibuffer.el (completion-in-region-function): New hook.
12231         (completion-in-region): Use it.
12232         (completion-in-region-functions): Mark obsolete.
12233         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
12234         * abbrev.el (abbrev-expand-function): New hook.
12235         (expand-abbrev): Use it.
12236         (abbrev-expand-functions): Mark obsolete.
12237         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
12238         and :filter-return.
12240 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
12242         * progmodes/python.el (python-nav--syntactically): Fix cornercases
12243         and do not care about match data.
12245 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12247         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
12248         completion tables when completing error conditions and
12249         `declare' arguments.
12250         (lisp-complete-symbol, field-complete): Mark as obsolete.
12251         (check-parens): Unmatched parens are user errors.
12252         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
12254 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
12256         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
12257         command changed buffer (ie. `flyspell-pre-buffer' is not current
12258         buffer), which prevents making decisions based on invalid value of
12259         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
12260         cause an error when `flyspell-pre-point' was nil after switching
12261         buffers.
12262         (flyspell-post-command-hook): No longer needs to change buffers when
12263         checking pre-word.  While at it remove unnecessary progn.
12265 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
12267         * textmodes/ispell.el (ispell-add-per-file-word-list):
12268         Fix `flyspell-correct-word-before-point' error when accepting
12269         words and `coment-padding' is an integer by using
12270         `comment-normalize-vars' (Bug #14214).
12272 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
12274         New defun movement commands.
12275         * progmodes/python.el (python-nav--syntactically)
12276         (python-nav--forward-defun, python-nav-backward-defun)
12277         (python-nav-forward-defun): New functions.
12279 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
12281         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
12282         (python-syntax-context): Use named compiler-macro for backwards
12283         compatibility with Emacs 24.x.
12285 2013-04-17  Leo Liu  <sdl.web@gmail.com>
12287         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
12288         octave-hide-process-buffer.
12290 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12292         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
12293         (bug#14216).
12295 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
12297         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
12298         Fix adjustment of offset when receiving incomplete responses from GDB
12299         (bug#14129).
12301 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12303         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
12304         python-mode-abbrev-table.
12305         (python-skeleton-define): Adjust accordingly.
12306         (python-mode-abbrev-table): New table that inherits from it so that
12307         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
12309         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
12310         (abbrev-symbol): Use it.
12311         (abbrev--before-point): Use it since we already handle inheritance.
12313 2013-04-16  Leo Liu  <sdl.web@gmail.com>
12315         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
12316         binding to info-lookup-symbol.
12318 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
12320         * minibuffer.el (completion--twq-all):
12321         * term/ns-win.el (ns-initialize-window-system):
12322         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
12324 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12326         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
12327         global bindings.
12329         * doc-view.el (doc-view-start-process): Handle url-handler directories.
12331 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
12333         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
12334         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
12335         to nil.
12336         (ruby-end-of-defun): Remove the unused arg, change the docstring
12337         to reflect that this function is only used as the value of
12338         `end-of-defun-function'.
12339         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
12340         to reflect an earlier change that beginning/end-of-defun functions
12341         jump between methods in a class definition, as well as top-level
12342         functions.
12344 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12346         * minibuffer.el (minibuffer-complete): Don't just scroll
12347         a *Completions* that's been iconified.
12348         (minibuffer-force-complete): Make sure repetitions do cycle when going
12349         through completion-in-region -> minibuffer-complete.
12351 2013-04-15  Alan Mackenzie  <acm@muc.de>
12353         Correct the placement of c-cpp-delimiters when there're #s not at
12354         col 0.
12356         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
12357         place a submatch around the #.
12358         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
12359         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
12360         on the #, not BOL.
12362 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12364         * emacs-lisp/nadvice.el: Properly test names when adding advice.
12365         (advice--member-p): New arg `name'.
12366         (advice--add-function, advice-member-p): Use it (bug#14202).
12368 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
12370         Reformulate java imenu-generic-expression.
12371         The old expression contained ill formed regexps.
12373         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
12374         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
12375         (cc-imenu-java-method-arg-regexp): New defconsts.
12376         (cc-imenu-java-build-type-args-regex): New defun.
12377         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
12378         handling of spaces in the regexp.
12380 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
12382         * textmodes/ispell.el (ispell-command-loop): Remove
12383         flyspell highlight of a word when ispell accepts it (bug #14178).
12385 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
12387         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
12388         uses code from the previous `ange-ftp-run-real-handler'.
12389         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
12390         only in case that function exist.  This is needed for proper
12391         unloading of Tramp.
12393 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
12395         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
12397         * textmodes/reftex.el (reftex-compile-variables): Use it.
12399 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12401         * files.el (normal-mode): Only use default major-mode if no other mode
12402         was specified.
12404         * emacs-lisp/trace.el (trace-values): New function.
12406         * files.el: Allow : in local variables (bug#14089).
12407         (hack-local-variable-regexp): New var.
12408         (hack-local-variables-prop-line, hack-local-variables): Use it.
12410 2013-04-13  Roland Winkler  <winkler@gnu.org>
12412         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
12413         data before it gets modified by bibtex-beginning-of-entry.
12415 2013-04-13  Roland Winkler  <winkler@gnu.org>
12417         * textmodes/bibtex.el (bibtex-url): Doc fix.
12419 2013-04-13  Roland Winkler  <winkler@gnu.org>
12421         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
12422         does not visit a BibTeX file, exclude it from the list of buffers
12423         returned by bibtex-initialize.
12425 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
12427         * window.el (split-window): Remove interactive form, since as a
12428         command this function is a special case of split-window-below.
12429         Correct doc string.
12431 2013-04-12  Roland Winkler  <winkler@gnu.org>
12433         * faces.el (read-face-name): Do not override value of arg default.
12434         Allow single faces and strings as default values.  Remove those
12435         elements from return value that are not faces.
12436         (describe-face): Simplify.
12437         (face-at-point): New optional args thing and multiple so that this
12438         function can provide the same functionality previously provided by
12439         read-face-name.
12440         (make-face-bold, make-face-unbold, make-face-italic)
12441         (make-face-unitalic, make-face-bold-italic, invert-face)
12442         (modify-face, read-face-and-attribute): Use face-at-point.
12444         * cus-edit.el (customize-face, customize-face-other-window)
12445         * cus-theme.el (custom-theme-add-face)
12446         * face-remap.el (buffer-face-set)
12447         * facemenu.el (facemenu-set-face): Use face-at-point.
12449 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
12451         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
12453 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
12455         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
12456         off leading { and trailing } from field values.
12458 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12460         * emacs-lisp/timer.el (timer--check): New function.
12461         (timer--time, timer-set-function, timer-event-handler): Use it.
12462         (timer-set-idle-time): Simplify.
12463         (timer--activate): CSE.
12464         (timer-event-handler): Give more info in error message.
12465         (internal-timer-start-idle): New function, moved from C.
12467         * mpc.el (mpc-proc): Add `restart' argument.
12468         (mpc-proc-cmd): Use it.
12469         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
12470         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
12471         less often.
12473 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
12475         * progmodes/sh-script.el: Implement `sh-mode' own
12476         `add-log-current-defun-function' (bug#14112).
12477         (sh-current-defun-name): New function.
12478         (sh-mode): Use the function.
12480 2013-04-09  Bastien Guerry  <bzg@gnu.org>
12482         * simple.el (choose-completion-string): Fix docstring (bug#14163).
12484 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12486         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
12488         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
12489         timer (bug#14156).
12491 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
12493         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
12494         declaration.
12496 2013-04-07  Leo Liu  <sdl.web@gmail.com>
12498         * pcmpl-x.el: New file.
12500 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
12502         Do not set x-display-name until X connection is established.
12503         This is needed to prevent from weird situation described at
12504         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
12505         * frame.el (make-frame): Set x-display-name after call to
12506         window system initialization function, not before.
12507         * term/x-win.el (x-initialize-window-system): Add optional
12508         display argument and use it.
12509         * term/w32-win.el (w32-initialize-window-system):
12510         * term/ns-win.el (ns-initialize-window-system):
12511         * term/pc-win.el (msdos-initialize-window-system):
12512         Add compatible optional display argument.
12514 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
12516         * files.el (normal-backup-enable-predicate): On MS-Windows and
12517         MS-DOS compare truenames of temporary-file-directory and of the
12518         file, so that 8+3 aliases (usually found in $TEMP on Windows)
12519         don't fail comparison by compare-strings.  Also, compare file
12520         names case-insensitively on MS-Windows and MS-DOS.
12522 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12524         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
12525         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
12527 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
12529         * whitespace.el (whitespace-color-on, whitespace-color-off):
12530         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
12532 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
12534         * ispell.el (ispell-set-spellchecker-params):
12535         Really set `ispell-args' for all equivs.
12537 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12539         * ido.el (ido-completions): Use extra elements of ido-decorations
12540         (bug#14143).
12541         (ido-decorations): Update docstring.
12543 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
12545         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
12546         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
12547         nil during initialization, in order not to miss changes since the
12548         file was opened.  (Bug#14140)
12550 2013-04-05  Leo Liu  <sdl.web@gmail.com>
12552         * kmacro.el (kmacro-call-macro): Fix bug#14135.
12554 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
12556         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
12558 2013-04-04  Glenn Morris  <rgm@gnu.org>
12560         * electric.el (electric-pair-inhibit-predicate): Add :version.
12562 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12564         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
12565         when a package is required several times (bug#14082).
12567 2013-04-04  Roland Winkler  <winkler@gnu.org>
12569         * faces.el (read-face-name): Behave as promised by the docstring.
12570         Assume that arg default is a list of faces.
12571         (describe-face): Call read-face-name with list of default faces.
12573 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12575         * bookmark.el: Fix deletion of bookmarks (bug#13972).
12576         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
12577         (bookmark-bmenu-execute-deletions): Only skip first line if it's
12578         the header.
12579         (bookmark-exit-hook-internal): Save even if list is empty.
12581 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
12583         * emacs-lisp/package.el (package-pinned-packages): New var.
12584         (package--add-to-archive-contents): Obey it (bug#14118).
12586 2013-04-03  Alan Mackenzie  <acm@muc.de>
12588         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
12589         Also adapt to the new values of element 7 of a parse state.
12591         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
12592         parameter `not-in-delimiter'.  Handle being inside comment opener.
12593         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
12594         character in case we're typing a '*' after a '/'.
12595         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
12596         instead by passing the parameter to c-state-pp-to-literal.
12598         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
12599         for elt. 7 of a parse state.
12601 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
12603         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
12604         * international/latin1-disp.el, international/mule-util.el:
12605         * language/cyril-util.el, language/european.el, language/ind-util.el:
12606         * language/lao-util.el, language/thai.el, language/tibet-util.el:
12607         * language/tibetan.el, language/viet-util.el:
12608         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
12610 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12612         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
12613         (electric-pair-post-self-insert-function): Use it.
12614         (electric-pair-default-inhibit): New function, extracted from
12615         electric-pair-post-self-insert-function.
12617 2013-03-31  Roland Winkler  <winkler@gnu.org>
12619         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
12621 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12623         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
12625 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
12627         Un-indent after "pass" and "return" statements (Bug#13888)
12628         * progmodes/python.el (python-indent-block-enders): New var.
12629         (python-indent-calculate-indentation): Use it.
12631 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
12633         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
12634         defun.  Defining it as defalias could introduce too eager
12635         byte-compiler optimization.  (Bug#14030)
12637 2013-03-30  Chong Yidong  <cyd@gnu.org>
12639         * iswitchb.el (iswitchb-read-buffer): Fix typo.
12641 2013-03-30  Leo Liu  <sdl.web@gmail.com>
12643         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
12644         (kmacro-execute-from-register): Pass the keyboard macro to
12645         kmacro-call-macro or repeating won't work correctly.
12647 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
12649         * progmodes/subword.el: Back to using `forward-symbol'.
12651         * subr.el (forward-whitespace, forward-symbol)
12652         (forward-same-syntax): Move from thingatpt.el.
12654 2013-03-29  Leo Liu  <sdl.web@gmail.com>
12656         * kmacro.el (kmacro-to-register): New command.
12657         (kmacro-execute-from-register): New function.
12658         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
12660 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12662         * mpc.el: Use defvar-local and setq-local.
12663         (mpc--proc-connect): Connection failures are not bugs.
12664         (mpc-mode-map): `follow-link' only applies to the buffer's content.
12665         (mpc-volume-map): Bind to the up-events.
12667 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12669         * progmodes/subword.el (superword-mode): Use `forward-sexp'
12670         instead of `forward-symbol'.
12672 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12674         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
12675         (edebug--recursive-edit): Use it.
12676         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
12677         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
12679 2013-03-28  Leo Liu  <sdl.web@gmail.com>
12681         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
12683 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
12685         * facemenu.el (list-colors-callback): New defvar.
12686         (list-colors-redisplay): New function.
12687         (list-colors-display): Install list-colors-redisplay as the
12688         revert-buffer-function.  (Bug#14063)
12690 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12692         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
12693         and suffixes don't overlap (bug#14061).
12695         * case-table.el: Use lexical-binding.
12696         (case-table-get-table): New function.
12697         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
12699 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
12701         * progmodes/subword.el: Add `superword-mode' to do word motion
12702         over symbol_words (parallels and leverages `subword-mode' which
12703         does word motion inside MixedCaseWords).
12705 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
12707         * eshell/em-unix.el: Move su and sudo to...
12708         * eshell/em-tramp.el: ...Eshell tramp module.
12710 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12712         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
12713         Change return value to be a sexp.  Delay `get-buffer' to after
12714         restoring the desktop (bug#13951).
12716 2013-03-26  Leo Liu  <sdl.web@gmail.com>
12718         * register.el: Move semantic tag handling back to
12719         cedet/semantic/senator.el.  (Bug#14052)
12721 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12723         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
12724         into the prompt either (bug#13963).
12726 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12728         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
12729         part of "(error-foo)".
12731 2013-03-24  Juri Linkov  <juri@jurta.org>
12733         * replace.el (list-matching-lines-prefix-face): New defcustom.
12734         (occur-1): Pass `list-matching-lines-prefix-face' to the function
12735         `occur-engine' if `face-differs-from-default-p' returns t.
12736         (occur-engine): Add `,' inside backquote construct to evaluate
12737         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
12738         Pass `prefix-face' to the functions `occur-context-lines' and
12739         `occur-engine-add-prefix'.
12740         (occur-engine-add-prefix, occur-context-lines): Add optional arg
12741         `prefix-face' and propertize the prefix with `prefix-face'.
12742         (Bug#14017)
12744 2013-03-24  Leo Liu  <sdl.web@gmail.com>
12746         * nxml/rng-valid.el (rng-validate-while-idle)
12747         (rng-validate-quick-while-idle): Guard against deleted buffer.
12748         (Bug#13999)
12750         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
12751         is the last entry in kill-buffer-hook.
12753         * files.el (kill-buffer-hook): Doc fix.
12755 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
12757         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
12758         Make it safe-local.
12760         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
12762 2013-03-23  Leo Liu  <sdl.web@gmail.com>
12764         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
12765         Remove.
12767         * nxml/rng-valid.el (rng-validate-mode)
12768         (rng-after-change-function, rng-do-some-validation):
12769         * nxml/rng-maint.el (rng-validate-buffer):
12770         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
12771         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
12772         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
12773         (nxml-extend-after-change-region): Use with-silent-modifications.
12775         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
12776         timer-idle-list.
12778         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
12779         (rng-next-error-1, rng-previous-error-1): Do not let-bind
12780         timer-idle-list.  (Bug#13999)
12782 2013-03-23  Juri Linkov  <juri@jurta.org>
12784         * info.el (info-index-match): New face.
12785         (Info-index, Info-apropos-matches): Add a nested subgroup to the
12786         main pattern and add text properties with the new face to matches
12787         in index entries relative to the beginning of the index entry.
12788         (Bug#14015)
12790 2013-03-21  Eric Ludlam  <zappo@gnu.org>
12792         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
12793         Inhibit read only while inserting objects.
12795 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
12797         * progmodes/cfengine.el: Update docs to mention
12798         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
12799         symbol motion.  Remove "_" from the word syntax.
12801 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
12803         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
12804         syntax for both `cfengine2-mode' and `cfengine3-mode'.
12806 2013-03-20  Juri Linkov  <juri@jurta.org>
12808         * info.el (Info-next-reference-or-link)
12809         (Info-prev-reference-or-link): New functions.
12810         (Info-next-reference, Info-prev-reference): Use them.
12811         (Info-try-follow-nearest-node): Handle footnote navigation.
12812         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
12814 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12816         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
12817         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
12819 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
12821         Suppress unnecessary non-ASCII chatter during build process.
12822         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
12823         (batch-skkdic-convert): Suppress most of the chatter.
12824         It's not needed so much now that machines are faster,
12825         and its non-ASCII component was confusing; see Dmitry Gutov in
12826         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
12828 2013-03-20  Leo Liu  <sdl.web@gmail.com>
12830         * ido.el (ido-chop): Fix bug#10994.
12832 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
12834         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
12835         Remove vars.
12836         (whitespace-color-on, whitespace-color-off):
12837         Use `font-lock-fontify-buffer' (Bug#13817).
12839 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12841         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
12842         remapping in mode-line.
12843         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
12845 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
12847         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
12848         value for `whitespace-line' face (Bug#13875).
12849         (whitespace-font-lock-keywords): Change description.
12850         (whitespace-color-on): Don't save `font-lock-keywords' value, save
12851         the constructed keywords instead.
12852         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
12854 2013-03-19  Leo Liu  <sdl.web@gmail.com>
12856         * progmodes/compile.el (compilation-display-error): New command.
12857         (compilation-mode-map, compilation-minor-mode-map): Bind it to
12858         C-o.  (Bug#13992)
12860 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
12862         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
12864 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
12866         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
12868 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
12870         * net/tramp-compat.el (tramp-compat-user-error): New defun.
12872         * net/tramp-adb.el (tramp-adb-handle-shell-command):
12873         * net/tramp-gvfs.el (top):
12874         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
12875         (tramp-handle-shell-command): Use it.
12876         (tramp-dissect-file-name): Raise an error when hostname is a
12877         method name, and neither method nor user is specified.
12879         * net/trampver.el: Update release number.
12881 2013-03-18  Leo Liu  <sdl.web@gmail.com>
12883         Make sure eldoc can be turned off properly.
12884         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
12885         eldoc-mode.
12886         (eldoc-display-message-p): Revert last change.
12887         (eldoc-display-message-no-interference-p)
12888         (eldoc-print-current-symbol-info): Tweak.
12890 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
12892         * doc-view.el (doc-view-new-window-function): Check the new window
12893         overlay's display property instead the char property of the
12894         buffer's first char.  Use `with-selected-window' instead of
12895         `save-window-excursion' with `select-window'.
12896         (doc-view-document->bitmap): Check the current doc-view overlay's
12897         display property instead the char property of the buffer's first char.
12899 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
12901         Automate the build of ja-dic.el (Bug#13984).
12902         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
12903         from the input, rather than assume that it's been done for us by the
12904         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
12905         the current date into a ja-dic.el comment, as that complicates
12906         regression testing.
12908 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12910         * whitespace.el: Fix double evaluation.
12911         (whitespace-space, whitespace-hspace, whitespace-tab)
12912         (whitespace-newline, whitespace-trailing, whitespace-line)
12913         (whitespace-space-before-tab, whitespace-indentation)
12914         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
12915         obsolete defvars.
12916         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
12917         (whitespace-color-on): Use a single font-lock-add-keywords call.
12918         Fix double-evaluation of face variables.
12920 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
12922         * net/tramp-adb.el (tramp-adb-parse-device-names):
12923         Use `start-process' instead of `call-process'.  Otherwise, the
12924         function might be blocked under MS Windows.  (Bug#13299)
12926 2013-03-17  Leo Liu  <sdl.web@gmail.com>
12928         Extend eldoc to display info in the mode-line.  (Bug#13978)
12929         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
12930         (eldoc-mode-line-string): New variable.
12931         (eldoc-minibuffer-message): New function.
12932         (eldoc-message-function): New variable.
12933         (eldoc-message): Use it.
12934         (eldoc-display-message-p)
12935         (eldoc-display-message-no-interference-p):
12936         Support eldoc-post-insert-mode.
12938         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
12939         (eval-expression): Run it.
12941 2013-03-17  Roland Winkler  <winkler@gnu.org>
12943         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
12944         strings in the list of return values.
12946 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
12948         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
12949         radix before checking for HMS forms.
12951 2013-03-16  Leo Liu  <sdl.web@gmail.com>
12953         * progmodes/scheme.el: Add indentation and font-locking for λ.
12954         (Bug#13975)
12956 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12958         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
12959         token before point (bug#13942).
12961 2013-03-16  Leo Liu  <sdl.web@gmail.com>
12963         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
12965 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
12967         * startup.el (command-line-normalize-file-name): Fix handling of
12968         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
12969         <xfq.free@gmail.com> in
12970         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
12972 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
12974         Sync with Tramp 2.2.7.
12976         * net/trampver.el: Update release number.
12978 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
12980         * doc-view.el: Fix bug#13887.
12981         (doc-view-insert-image): Don't modify overlay associated to
12982         non-live windows, and implement horizontal centering of image in
12983         case it's smaller than the window.
12984         (doc-view-new-window-function): Force redisplay of new windows on
12985         doc-view buffers.
12987 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
12989         * saveplace.el (save-place-alist-to-file): Don't sort
12990         `save-place-alist', just pretty-print it (bug#13882).
12992 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
12994         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
12995         Check whether `default-file-name-coding-system' is bound.
12996         It isn't in XEmacs.
12998 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13000         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
13001         backquotes for `obsolete' (bug#13929).
13003         * international/mule.el (find-auto-coding): Include file name in
13004         obsolescence warning (bug#13922).
13006 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13008         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
13009         for CFEngine 3-specific indentation.
13010         (cfengine3-indent-line): Use it.  Fix up category regex.
13011         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
13013 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13015         * type-break.el (type-break-file-name):
13016         * textmodes/remember.el (remember-data-file):
13017         * strokes.el (strokes-file):
13018         * shadowfile.el (shadow-initialize):
13019         * saveplace.el (save-place-file):
13020         * ps-bdf.el (bdf-cache-file):
13021         * progmodes/idlwave.el (idlwave-config-directory):
13022         * net/quickurl.el (quickurl-url-file):
13023         * international/kkc.el (kkc-init-file-name):
13024         * ido.el (ido-save-directory-list-file):
13025         * emulation/viper.el (viper-custom-file-name):
13026         * emulation/vip.el (vip-startup-file):
13027         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
13028         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
13030 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
13032         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
13033         * language/thai-word.el: Switch to UTF-8.
13035 See ChangeLog.16 for earlier changes.
13037 ;; Local Variables:
13038 ;; coding: utf-8
13039 ;; End:
13041   Copyright (C) 2011-2014 Free Software Foundation, Inc.
13043   This file is part of GNU Emacs.
13045   GNU Emacs is free software: you can redistribute it and/or modify
13046   it under the terms of the GNU General Public License as published by
13047   the Free Software Foundation, either version 3 of the License, or
13048   (at your option) any later version.
13050   GNU Emacs is distributed in the hope that it will be useful,
13051   but WITHOUT ANY WARRANTY; without even the implied warranty of
13052   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13053   GNU General Public License for more details.
13055   You should have received a copy of the GNU General Public License
13056   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.