* lisp/apropos.el (apropos-read-pattern): Fix error message for empty string.
[emacs.git] / lisp / ChangeLog
blobd5c0f6aa552f71646bcef38e69883cbd52c273ab
1 2014-02-13  Juanma Barranquero  <lekktu@gmail.com>
3         * apropos.el (apropos-read-pattern): When the user passes an empty
4         string, give a more helpful error message than "Wrong type
5         argument: stringp, nil".
7 2014-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9         * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
11 2014-02-13  Glenn Morris  <rgm@gnu.org>
13         * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
15 2014-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17         * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
18         shift-select commands.
20 2014-02-12  Dmitry Gutov  <dgutov@yandex.ru>
22         * progmodes/js.el (js-indent-line): Don't widen.
23         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
25 2014-02-12  Glenn Morris  <rgm@gnu.org>
27         * icomplete.el (icomplete): Add info-link to defgroup.
28         (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
29         (icomplete-minibuffer-map, icomplete-mode)
30         (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
32         * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
33         (package-menu-filter): Rename from package-menu-filter-interactive.
34         Doc fix.
36 2014-02-11  Juanma Barranquero  <lekktu@gmail.com>
38         * frameset.el (frameset--jump-to-register): Select the required
39         window and buffer before restoring position (bug#16696).
41 2014-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
43         * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
45 2014-02-10  Glenn Morris  <rgm@gnu.org>
47         * jit-lock.el (jit-lock-force-redisplay): Doc fix.  (Bug#14394)
49 2014-02-10  Eli Zaretskii  <eliz@gnu.org>
51         * w32-common-fns.el (x-get-selection): Doc fix.
52         * select.el (x-get-selection): Doc fix.  (Bug#15109)
54         * face-remap.el (face-remap-add-relative)
55         (face-remap-remove-relative, face-remap-reset-base)
56         (face-remap-set-base): Call force-mode-line-update to redisplay
57         the current buffer due to potential change in faces.  (Bug#16709)
59 2014-02-10  Michael Albinus  <michael.albinus@gmx.de>
61         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
62         script more robustly.
64 2014-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
66         * dired.el (dired-get-marked-files): Doc fix (bug#11534).
68         * simple.el (choose-completion): Doc fix (bug#14160).
70         * subr.el (event-start): Say what a nil EVENT value means.
72         * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
73         (bug#14197).
75         * progmodes/grep.el (find-program): Doc fix (bug#14289).
77         * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
79         * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
81         * files.el (confirm-kill-emacs): Allow specifying an arbitrary
82         predicate function (bug#15455).
84 2014-02-10  Dmitry Gutov  <dgutov@yandex.ru>
86         * ielm.el (inferior-emacs-lisp-mode): Instead of
87         `comment-use-global-state', set `comment-use-syntax'.
89 2014-02-10  Glenn Morris  <rgm@gnu.org>
91         * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
93 2014-02-09  Alan Mackenzie  <acm@muc.de>
95         Fix c-invalidate-state-cache on narrowed buffers.
96         * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
97         Widen when setting and clearing the CPP delimiter properties.
99 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
101         * help.el (describe-bindings): Doc fix (bug#9888).
103         * files.el (save-buffer): Use ARG as the parameter name for
104         consistency (bug#10346).
105         (save-buffer): Clarify the 0 argument (bug#10346).
107         * cus-edit.el (customize-apropos): Fix error string.
108         (custom-buffer-create): Doc fix (bug#11122).
109         (custom-sort-items): Doc fix (bug#11121).
111         * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
113         * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
114         (icomplete-simple-completing-p): Mention the previous variable.
116         * font-lock.el (font-lock-value-in-major-mode): Clarify the
117         meaning of the parameter (bug#12282).
119         * files.el (find-file-noselect): Clarify prompt when changing
120         readedness (bug#13261).
121         (locate-file): Suffixes aren't returned, so don't say that they
122         are (bug#12674).
123         (backup-inhibited): Doc clarification (bug#12525).
125         * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
126         before we actually start to delete things (bug#16331).
128         * subr.el (event-start): Doc fix (bug#14228).
129         (event-end): Ditto.
131 2014-02-09  Glenn Morris  <rgm@gnu.org>
133         * emacs-lisp/warnings.el (lwarn):
134         Empower help-enable-auto-load.  (Bug#15940)
136 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
138         * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
139         (Bug#16690)
141 2014-02-08  Michael Albinus  <michael.albinus@gmx.de>
143         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
144         Insert output at end of buffer.  (Bug#16120)
146 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
148         * simple.el (choose-completion-string-functions): Document new
149         calling convention (bug#14153).
150         (execute-extended-command): Clarify doc string (bug#13373).
152         * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
154         * find-dired.el (find-name-dired): Doc fix (bug#14290).
155         (find-grep-dired): Doc fix (bug#14288).
157 2014-02-08  Juri Linkov  <juri@jurta.org>
159         * isearch.el (isearch-quote-char): Check character validity
160         like in `quoted-insert' (bug#16677).
162 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
164         * files.el (find-file-visit-truename): Doc clarification (bug#14697).
166         * isearch.el (isearch-hide-immediately): Doc clarification
167         (bug#14723).
169         * simple.el (line-move): Document utility function used many
170         places in the Emacs sources (bug#14843).
172         * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
173         (dired-prev-marked-file): Doc fix (bug#14855).
174         (dired-up-directory): Doc fix (bug#14848).
176         * minibuffer.el (read-file-name): Doc clarification (bug#15096).
178         * files.el (file-relative-name): Doc fix (bug#15159).
180         * fringe.el (fringe-styles): Doc fix (bug#15239).
182         * isearch.el (isearch-filter-predicate): Documentation typo fix
183         (bug#15474).
185         * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
187         * isearch.el (isearch-cmds): Doc clarification (bug#15547).
189         * replace.el (replace-match-maybe-edit): Doc clarification
190         (bug#15632).
192         * subr.el (add-to-list): Refill the paragraphs (bug#15791).
194         * macros.el (insert-kbd-macro): Doc fix (bug#16025).
196 2014-02-08  Glenn Morris  <rgm@gnu.org>
198         * help-fns.el (describe-variable):
199         Check {file,dir}-local-variables-alist, and buffer-file-name,
200         in the correct buffer.
202 2014-02-08  Ingo Lohmar  <i.lohmar@gmail.com>
204         * help-fns.el (describe-variable): Fix the case where
205         a value is directory-local with no dir-locals file.  (Bug#16635)
207 2014-02-08  Glenn Morris  <rgm@gnu.org>
209         * abbrev.el (edit-abbrevs-mode):
210         Derive from fundamental-mode.  (Bug#16682)
212 2014-02-07  Juanma Barranquero  <lekktu@gmail.com>
214         * simple.el (quoted-insert): Check character validity (bug#16677).
216 2014-02-07  Juri Linkov  <juri@jurta.org>
218         * desktop.el (desktop-read): Claim the lock when the owner is not
219         the current process.  (Bug#16157)
221 2014-02-07  Juri Linkov  <juri@jurta.org>
223         * desktop.el (desktop-buffers-not-to-save): Change default from nil
224         to "\\` ".  (Bug#16651)
226 2014-02-07  Juri Linkov  <juri@jurta.org>
228         * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
229         when enabling, and `desktop-auto-save-cancel-timer' when disabling.
230         (desktop-auto-save-cancel-timer): New function with some code from
231         `desktop-auto-save-set-timer'.
232         (after-init-hook): Don't call `desktop-auto-save-set-timer'.
233         Instead of setting `desktop-save-mode' to nil, call
234         `desktop-save-mode' with arg 0.  (Bug#16630)
236 2014-02-07  Glenn Morris  <rgm@gnu.org>
238         * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
239         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
240         (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
242         * obsolete/iswitchb.el: Move to obsolete/.
243         * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
244         since obsolete/ is not scanned for autoloads.
245         * emacs-lisp/authors.el (authors-valid-file-names):
246         Add iswitchb.el.
248         * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
249         Disable now non-functional find-file-hook.
251 2014-02-06  Michael Albinus  <michael.albinus@gmx.de>
253         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
254         instead of ";" in order to avoid additional prompts.  Let heredoc
255         scripts read from tty.  (Bug#16582)
256         (tramp-send-command): No special handling of heredocs, it isn't
257         necessary anymore.
259 2014-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
261         * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
262         with a space (bug#16664).  Limit the symbols considered to the ones
263         that are bound or fbound (bug#16646).
265 2014-02-06  Glenn Morris  <rgm@gnu.org>
267         * epa.el (epa-mail-aliases): Doc fix.
269 2014-02-06  Dmitry Gutov  <dgutov@yandex.ru>
271         * emacs-lisp/lisp.el (lisp-completion-at-point):
272         Use `completion-table-merge' instead of `completion-table-in-turn'
273         (bug#16604).
275         * minibuffer.el (completion-table-merge): New function.
277 2014-02-05  Michael Albinus  <michael.albinus@gmx.de>
279         * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
280         (tramp-sh-handle-set-file-acl)
281         (tramp-sh-handle-start-file-process)
282         (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
283         (tramp-find-executable, tramp-send-command): Use it.
285 2014-02-05  Glenn Morris  <rgm@gnu.org>
287         * epa.el (epa-mail-aliases): Fix custom type.  Doc tweak.
289 2014-02-04  Fabián Ezequiel Gallina  <fgallina@gnu.org>
291         * progmodes/python.el (python-shell-send-string):
292         (python-shell-send-string-no-output): Fix docstring (Bug#16547).
294 2014-02-04  Anders Lindgren  <andlind@gmail.com>
296         * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
297         the names (bug#16620).
299 2014-02-03  Martin Rudalics  <rudalics@gmx.at>
301         * faces.el (window-divider): New default value.  Rewrite doc-string.
302         (window-divider-first-pixel, window-divider-last-pixel): New faces.
304 2014-02-03  Dmitry Gutov  <dgutov@yandex.ru>
306         * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
307         `protected' and `public' can also be called without arguments.
309 2014-02-03  Glenn Morris  <rgm@gnu.org>
311         * register.el (window-configuration-to-register)
312         (frame-configuration-to-register): Unadvertise unused argument.
313         * frameset.el (frameset-to-register): Remove unused argument.
315         * frameset.el (frameset-to-register):
316         * kmacro.el (kmacro-to-register):
317         * register.el (increment-register):
318         * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
319         (calc-append-to-register, calc-prepend-to-register):
320         * play/gametree.el (gametree-layout-to-register)
321         (gametree-apply-register-layout):
322         * textmodes/picture.el (picture-clear-rectangle-to-register)
323         (picture-yank-rectangle-from-register):
324         * vc/emerge.el (emerge-combine-versions-register):
325         Use register-read-with-preview to read registers.
327 2014-02-03  João Távora  <joaotavora@gmail.com>
329         * elec-pair.el (electric-pair-backward-delete-char): Don't error
330         when at beginning of (possibly narrowed) buffer.
332 2014-02-02  Daniel Colascione  <dancol@dancol.org>
334         * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
335         Also try to display local help from just before point.
337 2014-02-02  Alan Mackenzie  <bug-cc-mode@gnu.org>
339         c-parse-state.  Don't "append-lower-brace-pair" in certain
340         circumstances.  Also fix an obscure bug where "\\s!" shouldn't be
341         recognised as a comment.
343         * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
344         as well as normal comment starter.
345         (c-parse-state-get-strategy): Extra return possibility
346         'back-and-forward.
347         (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
348         return value list to indicate replacement of a brace-pair cons
349         with its car.
350         (c-parse-state-1): With 'back-and-forward, only call
351         c-append-lower-brace-pair-to state-cache when cons-separated.
353 2014-02-02  Jan Djärv  <jan.h.d@swipnet.se>
355         * term/ns-win.el (ns-suspend-error): New function.
356         (ns-initialize-window-system): Add ns-suspend-error to
357         suspend-hook (Bug#16612).
359 2014-02-02  Daniel Colascione  <dancol@dancol.org>
361         * progmodes/cc-defs.el (c-find-assignment-for-mode): Make loading cc-mode silent.
363 2014-02-02  Daniel Colascione  <dancol@dancol.org>
365         * comint.el (comint-prompt-read-only): Change doc to suggest remap keybinding.
367 2014-02-02  Glenn Morris  <rgm@gnu.org>
369         * register.el (register-read-with-preview, point-to-register)
370         (window-configuration-to-register, frame-configuration-to-register)
371         (jump-to-register, number-to-register, view-register, insert-register)
372         (copy-to-register, append-to-register, prepend-to-register)
373         (copy-rectangle-to-register): Doc fixes.
375 2014-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
377         * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
378         * emacs-lisp/find-func.el (find-function-C-source): Idem.
379         * emacs-lisp/nadvice.el (advice--cd*r): New function.
380         * help-fns.el (describe-function-1): Use it.
382 2014-02-02  Glenn Morris  <rgm@gnu.org>
384         * register.el (register-preview-default): New function,
385         split from register-preview.
386         (register-preview-function): Rename from register-preview-functions,
387         make it not a hook.
388         (register-preview): Use register-preview-function.
389         (register-read-with-preview): Error on non-character event.  (Bug#16595)
391 2014-02-01  Dmitry Gutov  <dgutov@yandex.ru>
393         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
394         `:' before binary operators (bug#16609).  Don't check for `:'
395         before `[' and `(', or their syntax status.  A percent literal
396         can't end with either.
397         (ruby-font-lock-keywords): For built-ins that require arguments,
398         check that they're followed by something that looks like argument
399         (bug#16610).
401 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
403         * subr.el (butlast): Document what an omitted N means (bug#13437).
404         (nbutlast): Ditto.
406 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
408         * net/shr.el (shr-generic): Make into a defsubst to make the stack
409         depth shallower (bug#16587).
410         (shr-tag-svg): Respect `shr-inhibit-images'.
411         (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
413 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
415         * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
416         (ruby-smie-grammar): Make "." right-associative.  Make its priority
417         lower than the ternary and all binary operators.
418         (ruby-smie-rules): Indent "(" relative to the first non-"."
419         parent, or the first "." parent at indentation.
420         Use `ruby-align-chained-calls' for indentation of "." tokens.
421         (Bug#16593)
423 2014-01-31  Juri Linkov  <juri@jurta.org>
425         * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
426         from `make-hash-table'.
428         * textmodes/ispell.el (ispell-init-process): Change message format
429         to be consistent with other messages.
431 2014-01-31  Glenn Morris  <rgm@gnu.org>
433         * delsel.el (delete-selection-mode): Doc fix.
435         * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
436         (trace-function-background): Doc fixes.
438         * ido.el (ido-use-virtual-buffers): Doc fix.
439         Reset :version, since the default value has not changed.
441         * register.el (register-preview-delay, register-read-with-preview):
442         Doc fixes.
444         * mail/reporter.el (reporter-dump-variable): In case of void-variable,
445         do not mess with mail-buffer position (fixes 2009-11-03 change).
446         * progmodes/cc-mode.el (c-submit-bug-report):
447         Check auto-fill-mode is bound.  (Bug#16592)
449 2014-01-31  Darren Hoo  <darren.hoo@gmail.com>
451         * startup.el (fancy-splash-image-file): New function,
452         split from fancy-splash-head.
453         (fancy-splash-head, use-fancy-splash-screens-p): Use it,
454         so that we are both using the same image.  (Bug#16574)
456 2014-01-30  Glenn Morris  <rgm@gnu.org>
458         * simple.el (eval-expression): Doc fix.
460         * hexl.el (hexl-mode-hook):
461         * ielm.el (ielm-mode-hook):
462         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
463         (lisp-interaction-mode-hook):
464         * progmodes/cfengine.e (cfengine3-documentation-function):
465         Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
467 2014-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
469         * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
470         is a symbol (bug#16584).
472 2014-01-30  Glenn Morris  <rgm@gnu.org>
474         * help.el (help-for-help-internal): Add "P" to text.
476 2014-01-29  Glenn Morris  <rgm@gnu.org>
478         * simple.el (just-one-space, cycle-spacing): Doc fixes.
480 2014-01-28  Martin Rudalics  <rudalics@gmx.at>
482         * window.el (fit-frame-to-buffer): Fix calculations for margins and
483         height constraints.
485 2014-01-28  Luke Lee  <luke.yx.lee@gmail.com>
487         * progmodes/hideif.el: Extend to full CPP expression syntax.
488         (hif-token-alist): Add missing tokens.
489         (hif-token-regexp): Add support for float/octal/hex immediates.
490         (hif-string-literal-regexp): New const.
491         (hif-tokenize): Recognize strings and float/octal/hex immediates.
492         (hif-exprlist): New function.
493         (hif-parse-if-exp): Use it.
494         (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
495         (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
496         (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
497         (hif-logxor, hif-comma): New functions.
499 2014-01-28  Glenn Morris  <rgm@gnu.org>
501         * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
503         * indent.el (tab-stop-list): Doc fix.  Add :version.
505         * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
506         (cvs-append-to-ignore): Add compatibility alias.
508 2014-01-27  Glenn Morris  <rgm@gnu.org>
510         * dired.el (dired-hide-details-mode): Don't autoload it,
511         since it cannot be used outside Dired buffers anyway.
513         * emulation/cua-base.el (cua-mode): Doc fix.
515         * dired.el (dired-hide-details-hide-symlink-targets)
516         (dired-hide-details-hide-information-lines)
517         (dired-hide-details-mode): Doc fixes.
519         * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
520         * strokes.el (strokes-file): Doc fix.  Bump :version.
521         (strokes-help): Doc fix.
522         * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
523         * emulation/viper.el (viper): Doc fix for custom group.
524         (top-level): Remove oh-so-no-longer-relevant text about vip.
525         * obsolete/otodo-mode.el (todo-prefix): Doc fix.
527         * ido.el (ido-save-directory-list-file):
528         * saveplace.el (save-place-file):
529         * calendar/timeclock.el (timeclock-file):
530         * net/quickurl.el (quickurl-url-file):
531         * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
532         * progmodes/idlwave.el (idlwave-config-directory):
533         * textmodes/remember.el (remember-data-file):
534         Bump :version.
536 2014-01-26  Glenn Morris  <rgm@gnu.org>
538         * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
539         Doc fix.  Make obsolete.
540         (opascal-mode): No longer mention opascal-tab-always-indents in doc.
542         * sort.el (delete-duplicate-lines): Doc fix.
544 2014-01-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
546         * progmodes/ada-mode.el (ada):
547         * woman.el (woman): Link to info manual and Commentary section.
549         * progmodes/flymake.el (flymake):
550         * nxml/nxml-mode.el (nxml):
551         * net/eww.el (eww):
552         * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
553         * htmlfontify.el (htmlfontify):
554         * ses.el (ses):
555         * epa.el (epa):
556         * ido.el (ido): Link to info manual.
558 2014-01-25  Leo Liu  <sdl.web@gmail.com>
560         * progmodes/flymake.el (flymake-make-overlay): No rear advance.
562 2014-01-25  Adam Sjøgren  <asjo@koldfront.dk>
564         * net/shr.el (shr-tag-img): Prefer the title over the alt text
565         (bug#16537).
567 2014-01-24  Juanma Barranquero  <lekktu@gmail.com>
569         * net/eww.el (eww-download-callback):
570         Fix reference to eww-download-directory.
572         * emacs-lisp/bytecomp.el (byte-compile-file):
573         Remove unused local variable `file-name'.
575 2014-01-24  Glenn Morris  <rgm@gnu.org>
577         * woman.el (woman-default-faces, woman-monochrome-faces):
578         Fix obsolescence specification.
580         * subr.el (with-demoted-errors): Doc fix.
582 2014-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
584         * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
585         (cl--macroexp-fboundp): New function.
586         (cl--make-type-test): Use it.
588 2014-01-23  Glenn Morris  <rgm@gnu.org>
590         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
591         * simple.el (eval-expression): Doc fixes.
593 2014-01-22  Glenn Morris  <rgm@gnu.org>
595         * emacs-lisp/authors.el (authors-fixed-entries): Addition.
597 2014-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
599         * emacs-lisp/package.el: Write files silently.
600         (package-autoload-ensure-default-file, package--write-file-no-coding)
601         (package-generate-description-file, package--download-one-archive)
602         (package-install-from-archive): Tell `write-region' to stay quiet.
603         (package-menu-mode, package-menu--print-info): Omit the Archive column
604         if there's only one archive.
605         (package-all-keywords, package--has-keyword-p): Remove dead code.
607 2014-01-22  Glenn Morris  <rgm@gnu.org>
609         * version.el (emacs-bzr-version-bzr): Fix typo.
611         * version.el (emacs-repository-get-version):
612         Check either .bzr or .git, but not both.
613         Make the git case actually use the DIR argument, and return nil
614         rather than the empty string.
615         Avoid error if .git exists but the git executable is not found.
617 2014-01-22  Martin Rudalics  <rudalics@gmx.at>
619         Fixes in window size functions around Bug#16430 and Bug#16470.
620         * window.el (window-total-size, window-size): New argument ROUND.
621         (window--min-delta-1, window-min-delta, window--max-delta-1):
622         Be more conservative when calculating the numbers of lines or
623         columns a window can shrink (Bug#16430).
624         (fit-window-to-buffer): Simplify code.
625         * term.el (term-window-width): Call window-body-width again.
627 2014-01-22  Glenn Morris  <rgm@gnu.org>
629         * image.el (image-format-suffixes): Doc fix.
631         * international/quail.el (quail-define-package): Doc fix.
633         * emacs-lisp/authors.el (authors-valid-file-names):
634         (authors-renamed-files-alist): Additions.
636         * vc/vc-git.el (vc-git-print-log): Remove --follow;
637         reverts 2014-01-09 change.  (Bug#16422)
639         * calc/calc-embed.el (thing-at-point-looking-at):
640         * emacs-lisp/map-ynp.el (x-popup-dialog):
641         * obsolete/lmenu.el (x-popup-dialog):
642         * emacs-lisp/package.el (url-recreate-url):
643         * mail/mailclient.el (clipboard-kill-ring-save):
644         * subr.el (x-popup-dialog): Update declaration.
645         * mail/rmail.el (rmail-mime-message-p):
646         * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
648 2014-01-21  Daniel Colascione  <dancol@dancol.org>
650         * progmodes/sh-script.el (sh--inside-noncommand-expression):
651         Correctly detect when we're inside an arithmetic expansion form
652         containing nested parenthesis.
653         (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
654         to detect cases where we shouldn't expand "<<" to a heredoc
655         skeleton.
657 2014-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
659         * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
660         (eldoc--message-command-p): New function.
661         (eldoc-display-message-p): Use it.
662         (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
663         message is not automatically erased for us.
664         (eldoc-print-current-symbol-info): Erase previous message, if any.
666 2014-01-21  Tassilo Horn  <tsdh@gnu.org>
668         * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
669         specify it's an interactive function.
671         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
672         Fix regex used for scanning for citation keys which failed for
673         citations with optional arguments.
675 2014-01-21  Leo Liu  <sdl.web@gmail.com>
677         * simple.el (read--expression): Don't enable eldoc-mode.
679 2014-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
681         * simple.el (move-beginning-of-line): Make sure we don't move forward
682         (bug#16497).
684 2014-01-20  Juri Linkov  <juri@jurta.org>
686         * saveplace.el (toggle-save-place, save-place-to-alist)
687         (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
688         'dired-mode) before checking for dired-directory.  (Bug#16477)
690 2014-01-20  Juri Linkov  <juri@jurta.org>
692         * indent.el (indent-line-to): Use backward-to-indentation
693         instead of back-to-indentation.  (Bug#16461)
695 2014-01-20  Paul Eggert  <eggert@cs.ucla.edu>
697         Revert some of the CANNOT_DUMP fix (Bug#16494).
698         Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
699         but fixing this can wait until after the next release.
700         * Makefile.in (emacs): Keep EMACSLOADPATH empty.
702 2014-01-19  Michael Albinus  <michael.albinus@gmx.de>
704         * eshell/esh-mode.el (eshell-password-prompt-regexp):
705         Use `password-word-equivalents'.
706         (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
707         to t.  (Bug#5664, Bug#13124)
709 2014-01-19  Alan Mackenzie  <acm@muc.de>
711         Bind open-paren-in-column-0-is-defun-start to nil at some entry
712         points.
713         * progmodes/cc-engine.el (c-invalidate-state-cache-1)
714         (c-parse-state-1, c-guess-basic-syntax): Bind it here.
715         * progmodes/cc-mode.el (c-before-change, c-after-change)
716         (c-font-lock-fontify-region): Bind it here.
718 2014-01-19  Martin Rudalics  <rudalics@gmx.at>
720         * term.el (term-window-width): Call window-text-width instead of
721         window-width (Bug#16470).
723 2014-01-18  Paul Eggert  <eggert@cs.ucla.edu>
725         * simple.el (password-word-equivalents): Remove duplicates.
726         Sort, to make this easier next time.
727         Downcase.  Omit ": " after "jelszó".
729 2014-01-18  Jan Djärv  <jan.h.d@swipnet.se>
731         * term/common-win.el (saved-region-selection): Defvar it.
732         (x-select-text): Set saved-region-selection (Bug#16382).
734 2014-01-18  Glenn Morris  <rgm@gnu.org>
736         * emacs-lisp/authors.el (authors-aliases)
737         (authors-renamed-files-alist): Add some entries.
739 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
741         * net/tramp.el (tramp-password-prompt-regexp):
742         Use `password-word-equivalents' if available.
743         (tramp-action-password, tramp-process-one-action)
744         (tramp-read-passwd): Let-bind `case-fold-search' to t.  (Bug#13124)
746 2014-01-17  Chong Yidong  <cyd@gnu.org>
748         * simple.el (password-word-equivalents): New defcustom.
749         * comint.el (comint-password-prompt-regexp): Use it.  Bump version
750         to 24.4.
751         (comint-watch-for-password-prompt): Let-bind `case-fold-search'
752         to t.  (Bug#13124)
754 2014-01-17  Dmitry Gutov  <dgutov@yandex.ru>
756         * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
757         (ruby-align-to-stmt-keywords): Change the default value.
758         Use `ruby-alignable-keywords' to generate the possible customization
759         choices.
760         (ruby-smie-rules): Instead of using a hardcoded list of alignable
761         keywords, check against the value of `ruby-alignable-keywords'
762         (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
764 2014-01-17  Glenn Morris  <rgm@gnu.org>
766         * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
768         Make M-x authors return zero *Authors Errors* from current logs.
769         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
770         (authors-ignored-files): Add some entries, remove others.
771         (authors-ambiguous-files, authors-valid-file-names):
772         Add some entries.
773         (authors-renamed-files-alist): Add, remove, and adjust entries.
774         (authors-renamed-files-regexps): Add some entries.
775         Remove some very broad ones.  Make some entries `lax'.
776         (authors-lax-changelogs): New constant.
777         (authors-disambiguate-file-name): Treat top-level specially.
778         (authors-lax-changelog-p): New function.
779         (authors-canonical-file-name): Check file as written against
780         authors-valid-file-names.  Do not special-case etc/.
781         Handle `lax' logs and authors-renamed-files-regexps elements.
783 2014-01-16  Dmitry Gutov  <dgutov@yandex.ru>
785         * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
786         `assoc'.  Use `nth' instead of `cdr'.  Make private.  Update all
787         callers.
789 2014-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
791         * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
792         Assume we're already in the proper buffer.
793         Inspired by Anders Lindgren <andlind@gmail.com>.
794         (follow-post-command-hook): Call it from the right buffer.
795         (follow-comint-scroll-to-bottom): Adjust call.
796         (follow-all-followers): Use get-buffer-window-list.
798 2014-01-15  Daniel Colascione  <dancol@dancol.org>
800         * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
801         `buffer-file-name' in interactive-form so that we don't leave
802         pathless file names in `file-name-history'.
804 2014-01-15  Juri Linkov  <juri@jurta.org>
806         * indent.el (indent-rigidly): Set deactivate-mark to nil
807         in transient indentation mode.  (Bug#16438)
809 2014-01-15  Dmitry Gutov  <dgutov@yandex.ru>
811         * emacs-lisp/package.el (package-desc-keywords): New function
812         (Bug#16222).
813         (describe-package-1, package-all-keywords)
814         (package--has-keyword-p): Use it.
816 2014-01-14  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
818         * simple.el (define-alternatives): When creating the
819         COMMAND-alternatives variable, assign COMMAND as its definition
820         name so that `describe-variable' can relocate it.
822 2014-01-14  Matthew Leach  <matthew@mattleach.net>  (tiny change)
824         * font-lock.el (font-lock-keywords): Fix typo in docstring
825         (bug#16307).
827 2014-01-14  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
829         * ispell.el (ispell-region): Reset `in-comment' for new line
830         instead of wrongly reset `add-coment' (bug#13577).
832 2014-01-14  Daiki Ueno  <ueno@gnu.org>
834         * epa-file.el (epa-file-write-region): Encode the region according
835         to `buffer-file-format'.  Problem reported at:
836         <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
838 2014-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
840         * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
841         so it applies in the right buffer (bug#16410).
843 2014-01-13  Daniel Colascione  <dancol@dancol.org>
845         * textmodes/rst.el (rst-define-key): Provide deprecated
846         keybindings through named functions instead of anonymous ones so
847         that "??" doesn't appear in describe-mode output.
849 2014-01-13  Bastien Guerry  <bzg@gnu.org>
851         * simple.el (define-alternatives): Call the selected command
852         interactively.  When setting `COMMAND--implementation' for the
853         first time, tell the user how to chose another implementation.
854         Enhance the docstring.
856 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
858         * vc/log-edit.el: Fix highlighting of summary when it's the first line.
859         (log-edit--match-first-line): New function.
860         (log-edit-font-lock-keywords): Use it.
861         (log-edit-mode): Make jit-lock-defer-multiline work.
863 2014-01-13  Bastien Guerry  <bzg@gnu.org>
865         * rect.el (rectangle-mark-mode): When the region is not active,
866         display a message saying that the mark as been set and that
867         rectangle mode is in use.
868         (rectangle--highlight-for-redisplay): Only put an overlay with a
869         visible vertical bar when (display-graphic-p) is non-nil.
870         This partially fixes Bug#16403.
872 2014-01-13  Juri Linkov  <juri@jurta.org>
874         * info.el (Info-find-file): Go to DIR before displaying the error
875         about a nonexistent file if no previous Info file is visited.
876         Use `user-error' instead of `error' for "Info file %s does not exist".
877         (Info-find-node-2): In case of a nonexistent node in unwind forms
878         go to the Top node if there is no previous node to revert to.
879         (Bug#16405)
881 2014-01-13  Martin Rudalics  <rudalics@gmx.at>
883         fit-frame/window-to-buffer code fixes including one for Bug#14096.
884         * window.el (fit-frame-to-buffer): Fix doc-string.
885         Respect window-min-height/-width.  Fit pixelwise when
886         frame-resize-pixelwise is non-nil.  Adjust right/bottom edge
887         when avoiding that frame goes partially off-screen.
888         (fit-window-to-buffer): Respect window-min-height/-width
889         (Bug#14096).
891 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
893         * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
894         after an empty line.
896 2014-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
898         * net/shr.el (shr-render-region): Autoload.
900 2014-01-12  Xue Fuqiao  <xfq.free@gmail.com>
902         * net/eww.el (eww-download-directory): Rename from
903         `eww-download-path' (Bug#16419).
905 2014-01-12  Leo Liu  <sdl.web@gmail.com>
907         * dired-x.el (dired-mode-map): Fix last change.
909         * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
911 2014-01-12  Paul Eggert  <eggert@cs.ucla.edu>
913         Spelling fixes.
914         * emacs-lisp/generic.el (generic--normalize-comments):
915         Rename from generic--normalise-comments.  All uses changed.
916         * play/bubbles.el (bubbles--neighborhood-score):
917         (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
918         (bubbles--neighborhood-available)
919         (bubbles--update-neighborhood-score):
920         Rename from names with 'neighbourhood'.  All uses changed.
922 2014-01-12  Leo Liu  <sdl.web@gmail.com>
924         Re-implement the feature of showing eldoc info after editing.
925         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
926         (eldoc-edit-message-commands): New function.
927         (eldoc-print-after-edit): New variable.
928         (eldoc-pre-command-refresh-echo-area): Emit message only by
929         eldoc-message-commands.
930         (eldoc-mode): Restrict eldoc-message-commands to editing commands
931         if eldoc-print-after-edit is set.  (Bug#16346)
932         * simple.el (read--expression): Enable eldoc-mode.
933         * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
935 2014-01-11  Dani Moncayo  <dmoncayo@gmail.com>
936             Eric S. Raymond  <esr@thyrsus.com>
938         * version.el (emacs-repository-get-version): Enhance so the
939         function works correctly in either a Bazaar or Git repo.
941 2014-01-11  Eric S. Raymond  <esr@thyrsus.com>
943         * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
944         Goes with removal of the joke manpages from /etc.
946 2014-01-10  Kenichi Handa  <handa@gnu.org>
948         * mail/rmail.el (rmail-get-coding-system):
949         Check rmail-get-coding-function before "funcall"ing it.
951 2014-01-10  Glenn Morris  <rgm@gnu.org>
953         * emacs-lisp/authors.el (authors-fixed-entries):
954         Update for files that no longer exist.
956 2014-01-10  Eric S. Raymond  <esr@thyrsus.com>
958         * version.el (emacs-bzr-get-version): Restore compatibilty with
959         24.3 (Tested).
961 2014-01-10  Bozhidar Batsov  <bozhidar@batsov.com>
963         * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
964         and Podfile.
966 2014-01-10  Eli Zaretskii  <eliz@gnu.org>
968         * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
970 2014-01-10  Chong Yidong  <cyd@gnu.org>
972         * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
974 2014-01-10  Anders Lindgren  <andlind@gmail.com>
976         * follow.el (follow-cache-command-list): Include right-char and
977         left-char.
979 2014-01-10  Paul Eggert  <eggert@cs.ucla.edu>
981         Spelling fixes.
982         * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
983         * woman.el (woman-mark-horizontal-position):
984         Rename from woman-mark-horizonal-position.  Use changed.
986 2014-01-10  Glenn Morris  <rgm@gnu.org>
988         * info.el (info-initialize): If running uninstalled, ensure our
989         own info files are always found first, even if INFOPATH is set.
991         * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
993 2014-01-09  David Engster  <deng@randomsample.de>
995         * emacs-lisp/eieio-custom.el:
996         * emacs-lisp/eieio-opt.el: Set generated autoload file to
997         'eieio.el'.  This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
998         * emacs-lisp/eieio.el: Regenerate autoloads.
1000 2014-01-09  Eric S. Raymond  <esr@thyrsus.com>
1002         * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
1003         following renames.  (Bug#8756)
1005 2014-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1007         * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
1008         (bug#16382).
1009         (activate-mark): Add `no-tmm' argument.
1010         (set-mark, push-mark-command): Use it instead of running
1011         activate-mark-hook by hand.
1013 2014-01-08  Eric S. Raymond  <esr@thyrsus.com>
1015         In preparation for the move to git, sanitize out some
1016         Bazaar-specific names.
1018         * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
1020         * version.el (emacs-bzr-version): Name changed to
1021         emacs-repository-version.  Obsolete-variable alias made.
1022         * loadup.el: Follow through on this name change.
1023         * mail/emacsbug.el (report-emacs-bug): Factor out any
1024         assumption about the version control system in use.
1026 2014-01-08  David Engster  <deng@randomsample.de>
1028         * help-fns.el (help-fns-describe-function-functions):
1029         New variable to call functions for augmenting help buffers.
1030         (describe-function-1): Remove explicit calls to
1031         `help-fns--compiler-macro', `help-fns--parent-mode' and
1032         `help-fns--obsolete'.  Put them in above new variable instead, and
1033         call them through `run-hook-with-args'.
1034         * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
1035         `eieio-describe-class'.  Not meant for interactive use anymore,
1036         but to augment existing help buffers.  Remove optional second
1037         argument.  Create proper button for file location.
1038         Rewrite function to use `insert' instead of `princ' and `prin1' where
1039         possible.
1040         (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
1041         (eieio-method-def, eieio-class-def): Move further up.
1042         (describe-method, describe-generic, eieio-describe-method):
1043         Remove aliases.
1044         (eieio-help-constructor, eieio-help-generic): Rename from
1045         `eieio-describe-constructor' and `eieio-describe-generic', resp.
1046         Rewrite to use `insert' in the current buffer and use proper help
1047         buttons.
1048         (eieio-help-find-method-definition)
1049         (eieio-help-find-class-definition): Also accept symbols as
1050         arguments.
1051         (eieio-help-mode-augmentation-maybee): Remove.
1052         (eieio-describe-class-sb): Use `describe-function'.
1053         * emacs-lisp/eieio.el (help-fns-describe-function-functions):
1054         Add `eieio-help-generic' and `eieio-help-constructor'.
1056 2014-01-08  Paul Eggert  <eggert@cs.ucla.edu>
1058         Spelling fixes.
1059         * language/china-util.el (hz-ascii-designation):
1060         Rename from hz-ascii-designnation.
1061         (hz-ascii-designation): Rename from hz-ascii-designnation.
1062         All uses changed.
1064 2014-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1066         * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
1067         package-alist.
1069 2014-01-08  Bastien Guerry  <bzg@gnu.org>
1071         * emacs-lisp/package.el (package-delete):
1072         Correctly delete the package from package-alist.
1074 2014-01-08  Daiki Ueno  <ueno@gnu.org>
1076         * emacs-lisp/package.el (url-recreate-url): Declare.
1077         (url-http-target-url): Declare.
1078         (package-handle-response): Include requested URL in the error message.
1079         (package--check-signature): Don't re-signal errors from
1080         package--with-work-buffer.  Suggested by Stefan Monnier.
1082 2014-01-07  Bastien Guerry  <bzg@gnu.org>
1084         * minibuffer.el (completion--try-word-completion): When both a
1085         hyphen and a space are possible candidates for the character
1086         following a word, display both candidates.  (Bug#15980)
1088 2014-01-07  Martin Rudalics  <rudalics@gmx.at>
1090         * window.el (balance-windows-2): While rounding don't give a
1091         window more than the remainder.  Bug#16351, bug#16383.
1093 2014-01-07  Glenn Morris  <rgm@gnu.org>
1095         * menu-bar.el (menu-bar-help-extra-packages): Remove.
1096         (menu-bar-help-menu): Use view-external-packages instead.
1098 2014-01-07  Bastien Guerry  <bzg@gnu.org>
1100         * emacs-lisp/package.el (package-delete): Also delete the package
1101         name from `package-alist', not its description only.
1103 2014-01-07  Glenn Morris  <rgm@gnu.org>
1105         * help.el (view-external-packages):
1106         * menu-bar.el (menu-bar-help-extra-packages):
1107         Visit efaq.info rather than etc/MORE.STUFF.
1109 2014-01-07  Juri Linkov  <juri@jurta.org>
1111         * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
1112         isearch-exit and isearch-delete-char resp.  (Bug#16342, bug#16035)
1114         * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
1115         that shadows RET.  (Bug#16342)
1117 2014-01-07  Chong Yidong  <cyd@gnu.org>
1119         * isearch.el (isearch-yank-char, isearch-yank-word)
1120         (isearch-yank-line): Doc fix.
1122 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1124         * abbrev.el (define-abbrev): Beware new meaning of fboundp.
1125         * emacs-lisp/elint.el (elint-find-builtins):
1126         * emacs-lisp/eldoc.el (eldoc-symbol-function):
1127         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
1128         (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
1129         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1130         * apropos.el (apropos-safe-documentation):
1131         * subr.el (symbol-file): Remove redundant fboundp.
1132         * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
1134 2014-01-06  Bastien Guerry  <bzg@gnu.org>
1136         * hl-line.el (global-hl-line-overlay): Make a local variable.
1137         (global-hl-line-overlays): New variable to store all overlays.
1138         (global-hl-line-mode): Don't delete overlays from the current
1139         buffer when `global-hl-line-sticky-flag' is non-nil.
1140         (global-hl-line-highlight): Add new overlays to
1141         `global-hl-line-overlays'.
1142         (global-hl-line-unhighlight-all): New function to delete all
1143         overlays when turning off `global-hl-line-mode'.
1144         This fixes Bug#16183.
1146 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1148         * subr.el (set-transient-map): Fix nested case and docstring.
1150 2014-01-06  Tassilo Horn  <tsdh@gnu.org>
1152         * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
1153         `Texinfo' entry.
1155 2014-01-06  Daniel Colascione  <dancol@dancol.org>
1157         Fix defun navigation in vc log view.
1159         * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
1160         like `beginning-of-defun'.
1161         (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
1162         log-view-end-of-defun to log-view-end-of-defun-1.  Replace
1163         log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
1164         (log-view-extract-comment): Call `log-view-current-entry' directly
1165         instead of relying on broken `log-view-beginning-of-defun' behavior.
1167 2014-01-06  Paul Eggert  <eggert@cs.ucla.edu>
1169         Spelling fixes.
1170         * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
1171         * emacs-lisp/debug.el (cancel-debug-on-entry):
1172         * epg.el (epg-error-to-string):
1173         * files.el (recover-file):
1174         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
1175         * mail/emacsbug.el (report-emacs-bug-hook):
1176         * mail/sendmail.el (mail-recover):
1177         * ses.el (ses-yank-resize):
1178         * term/ns-win.el (ns-print-buffer):
1179         Spelling fixes in diagnostics, mostly for "canceled" with one L.
1180         * epg.el (epg-key-capability-alist): Rename from misspelled version.
1181         All uses changed.
1182         * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
1184 2014-01-06  Leo Liu  <sdl.web@gmail.com>
1186         * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
1187         to avoid shadowing global key.  (Bug#16354)
1189 2014-01-06  Daniel Colascione  <dancol@dancol.org>
1191         * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
1192         rst-mode.
1194 2014-01-05  Martin Rudalics  <rudalics@gmx.at>
1196         * window.el (balance-windows): Add mising t to fix Bug#16351.
1198 2014-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1200         * net/shr.el (shr-descend): Don't bug out if the anchor is empty
1201         (bug#16285).
1202         (shr-insert): If we have a word that's longer than `shr-width',
1203         break after it anyway.  Otherwise we'll do no breaking once we get
1204         such a long word.
1206 2014-01-05  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1208         * net/eww.el (eww): Support single/double quote for search.
1209         * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
1210         (eww-history-quit): Delete and use quit-window.
1211         (eww-history-kill): Delete, because it doesn't work well and
1212         not necessary.
1213         (eww-history-mode-map): Delete some keys and add easy-menu.
1215 2014-01-05  Paul Eggert  <eggert@cs.ucla.edu>
1217         Fix misspelling of 'chinese' in rx (Bug#16237).
1218         * emacs-lisp/rx.el (rx-categories): Correct spelling of
1219         chinese-two-byte.
1221         Change subword regexps back to vars (Bug#16296).
1222         * progmodes/subword.el (subword-forward-regexp)
1223         (subword-backward-regexp): Change these back to variables.
1225 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1227         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
1228         syntax-begin-function (bug#16247).
1230 2014-01-03  Chong Yidong  <cyd@gnu.org>
1232         * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
1233         (advice--docstring): Delete variable.
1234         (advice--make-1): Leave the docstring empty.
1235         (advice-add): Use function-documentation for advised docstring.
1237         * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
1238         Ignore function-documentation property when getting documentation.
1239         (ad-activate-advised-definition): Use function-documentation
1240         generate the docstring.
1241         (ad-make-advised-definition): Don't call
1242         ad-make-advised-definition-docstring.
1243         (ad-make-advised-definition-docstring, ad-advised-definition-p):
1244         Delete functions.
1246         * progmodes/sql.el (sql-help): Use function-documentation instead
1247         of dynamic-docstring-function property.  No need to autoload now.
1248         (sql--help-docstring): New variable.
1249         (sql--make-help-docstring): Use it.
1251 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1253         * ielm.el (ielm-tab): Retarget.
1254         (ielm-map): Use ielm-tab for tab.
1255         (ielm-complete-filename): Use comint-filename-completion.
1256         (ielm-complete-symbol): Remove.
1257         (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
1258         remove ielm-tab from completion-at-point-functions (bug#16224).
1260         * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
1261         Beware signals raised by predicates (bug#16201).
1263 2014-01-02  Richard Stallman  <rms@gnu.org>
1265         * dired-aux.el (dired-do-print): Handle printer-name.
1267         * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
1268         * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
1269         (rmail-epa-decrypt): Turn off mime processing.
1271         * mail/rmail.el (rmail-make-in-reply-to-field):
1272         Add parens in message-id.
1274         * mail/rmail.el (rmail-get-coding-function): Variable.
1275         (rmail-get-coding-system): Use it.
1277 2013-12-31  Eli Zaretskii  <eliz@gnu.org>
1279         * international/mule-conf.el: Unify the charset indian-is13194.
1280         (indian-is13194): Specify unify-map.
1282 2013-12-31  Leo Liu  <sdl.web@gmail.com>
1284         * subr.el (set-temporary-overlay-map): Obsolete alias.  (Bug#16305)
1286 2013-12-30  Daniel Colascione  <dancol@dancol.org>
1288         * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
1289         of printing a useless when we resume from sleep.
1291         * progmodes/sh-script.el
1292         (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
1293         in indentation code.  (Bug#16233)
1295 2013-12-28  João Távora  <joaotavora@gmail.com>
1297         * elec-pair.el (electric-pair-post-self-insert-function):
1298         Don't open extra newlines at beginning of buffer.  (Bug#16272)
1300 2013-12-28  Eli Zaretskii  <eliz@gnu.org>
1302         * frame.el (window-system-for-display): Don't allow to create a
1303         GUI frame from a -nw session on MS-Windows.  (Bug#14739)
1305 2013-12-28  Glenn Morris  <rgm@gnu.org>
1307         * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
1308         Update callers.
1310         * apropos.el (apropos-match-face):
1311         * calculator.el (calculator-displayer):
1312         * dabbrev.el (dabbrev-search-these-buffers-only):
1313         * face-remap.el (buffer-face-mode-face):
1314         * simple.el (yank-handled-properties):
1315         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
1316         * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
1317         * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
1318         (hashcash-double-spend-database):
1319         * progmodes/ruby-mode.el (ruby-deep-indent-paren)
1320         (ruby-deep-indent-paren-style):
1321         * textmodes/flyspell.el (flyspell-auto-correct-binding):
1322         * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
1323         (rst-toc-insert-number-separator, rst-toc-insert-max-level):
1324         * vc/pcvs-defs.el (cvs-minor-mode-prefix):
1325         Specify custom types.
1327         * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
1328         * bookmark.el (bookmark-bmenu-use-header-line):
1329         * doc-view.el (doc-view-scale-internally):
1330         * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
1331         * register.el (register-preview-delay):
1332         * net/shr.el (shr-bullet):
1333         * progmodes/cfengine.el (cfengine-cf-promises)
1334         (cfengine-parameters-indent):
1335         * progmodes/octave.el (inferior-octave-error-regexp-alist):
1336         * textmodes/reftex-vars.el (reftex-label-regexps):
1337         * vc/log-edit.el (log-edit-setup-add-author): Add version.
1339         * net/tls.el (tls-certtool-program): Fix default value.
1341         * desktop.el (desktop-restore-in-current-display):
1342         * newcomment.el (comment-empty-lines):
1343         * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
1344         (idlwave-pad-keyword):
1345         * progmodes/tcl.el (tcl-tab-always-indent):
1346         * textmodes/reftex-vars.el (reftex-index-default-tag):
1347         * elec-pair.el (electric-pair-skip-whitespace):
1348         * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
1350         * emacs-lisp/authors.el (authors-ignored-files)
1351         (authors-valid-file-names, authors-renamed-files-alist): Additions.
1353 2013-12-27  Jarek Czekalski  <jarekczek@poczta.onet.pl>
1355         * shell.el (shell-dynamic-complete-command): Doc fix.
1356         (shell--command-completion-data): Shell completion now matches
1357         executable filenames from the current buffer's directory, on
1358         systems in which this behavior is the default (windows-nt, ms-dos).
1360 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1362         * net/shr.el (shr-insert): Don't infloop if the width is zero.
1364 2013-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1366         * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
1367         (bug#16251).
1369         * electric.el: Move all electric-pair-* to elec-pair.el.
1370         * elec-pair.el: New file, split from electric.el.
1372 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1374         * net/shr.el (shr-find-fill-point): Don't try to fill if the
1375         indentation level is larger than the width, because that will
1376         infloop.
1377         (shr-insert): Fill repeatedly long texts, so that Japanese is
1378         formatted correctly (bug#16263).
1379         (shr-find-fill-point): Off by one error in comparison with the
1380         indentation.
1382 2013-12-26  João Távora  <joaotavora@gmail.com>
1384         * electric.el (electric-pair-mode): More flexible engine for skip-
1385         and inhibit predicates, new options for pairing-related functionality.
1386         (electric-pair-preserve-balance): Pair/skip parentheses and quotes
1387         if that keeps or improves their balance in buffers.
1388         (electric-pair-delete-adjacent-pairs): Delete the pair when
1389         backspacing over adjacent matched delimiters.
1390         (electric-pair-open-extra-newline): Open extra newline when
1391         inserting newlines between adjacent matched delimiters.
1392         (electric--sort-post-self-insertion-hook):
1393         Sort post-self-insert-hook according to priority values when
1394         minor-modes are activated.
1395         * simple.el (newline-and-indent): Call newline with interactive
1396         set to t.
1397         (blink-paren-post-self-insert-function): Set priority to 100.
1398         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1399         Use electric-pair-text-pairs to pair backtick-and-quote in strings and
1400         comments.  Locally set electric-pair-skip-whitespace to 'chomp and
1401         electric-pair-open-newline-between-pairs to nil.
1403 2013-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1405         * progmodes/python.el: Use lexical-binding.
1406         (python-nav-beginning-of-defun): Stop searching ASAP.
1408 2013-12-25  Xue Fuqiao  <xfq.free@gmail.com>
1410         * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
1411         Fix interactive spec.  Doc fix.  (Bug#15754)
1413 2013-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1415         * emacs-lisp/byte-run.el (eval-when-compile):
1416         * progmodes/cc-defs.el (cc-eval-when-compile):
1417         Fix edebug spec (bug#16184).
1419 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1421         * net/shr.el (shr-visit-file): Remove debugging function.
1422         (shr-insert): Don't infloop if we can't find a good place to break
1423         the line (bug#16256).
1425 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1427         * progmodes/python.el:
1428         (python-nav--lisp-forward-sexp): New function.
1429         (python-nav--lisp-forward-sexp-safe): Use it.  Rename from
1430         python-nav-lisp-forward-sexp-safe.
1431         (python-nav--forward-sexp): New argument SAFE allows switching
1432         forward sexp movement behavior for parens.
1433         (python-nav-forward-sexp): Throw errors on unterminated parens
1434         (Bug#16191).
1435         (python-nav-backward-sexp, python-nav-forward-sexp-safe)
1436         (python-nav-backward-sexp-safe): New functions.
1437         (python-shell-buffer-substring):
1438         Use `python-nav-forward-sexp-safe'.
1440 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1442         * net/shr.el (shr-find-fill-point): Don't break lines before a
1443         quotation mark.
1444         (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
1445         (shr-find-fill-point): Remove the special checks for the quotation
1446         mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
1448 2013-12-25  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1450         * net/eww.el (eww-form-textarea): Use a different face for
1451         textareas than text input since they have different keymaps
1452         (bug#16142).
1454 2013-12-24  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1456         * progmodes/python.el (python-nav-beginning-of-statement):
1457         Speed up (Bug#15295).
1459 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1461         * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
1462         the window configuration.
1464 2013-12-24  Eli Zaretskii  <eliz@gnu.org>
1466         * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
1467         we run on MS-Windows or MS-DOS.
1469 2013-12-24  Martin Rudalics  <rudalics@gmx.at>
1471         * window.el (balance-windows-area): Call window-size instead of
1472         window-height and window-width.  Bug#16241.
1474 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1476         * net/eww.el (eww-bookmark-quit): Remove.
1477         (eww-bookmark-browse): Restore the window configuration when you
1478         choose a bookmark (bug#16144).
1480 2013-12-24  Daniel Colascione  <dancol@dancol.org>
1482         * icomplete.el: Remove redundant :group arguments to `defcustom'
1483         throughout.
1484         (icomplete-show-matches-on-no-input): New customizable variable.
1485         (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
1486         we have something to show.
1487         (icomplete-exhibit): Compute completions even if we have no user input.
1489 2013-12-23  Daniel Colascione  <dancol@dancol.org>
1491         * icomplete.el: Move `provide' to end of file.
1493 2013-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
1495         * net/gnutls.el (gnutls-verify-error): Add version tag.
1497 2013-12-23  Chong Yidong  <cyd@gnu.org>
1499         * subr.el (set-transient-map): Rename from
1500         set-temporary-overlay-map.  Doc fix.
1502         * face-remap.el (text-scale-adjust):
1503         * indent.el (indent-rigidly):
1504         * kmacro.el (kmacro-call-macro):
1505         * minibuffer.el (minibuffer-force-complete):
1506         * repeat.el (repeat):
1507         * simple.el (universal-argument--mode):
1508         * calendar/todo-mode.el (todo-insert-item--next-param):
1509         * progmodes/f90.el (f90-abbrev-start): Callers changed.
1511         * indent.el (indent-rigidly): Use substitute-command-keys.
1513 2013-12-22  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1515         * net/eww.el (eww-tag-select): Add text-property to jump to next
1516         select field.
1517         (eww): Add non-supported ftp error.
1519 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
1521         * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
1522         comments.  Handle electric indent after typing `?' and `!'.
1524 2013-12-22  Chong Yidong  <cyd@gnu.org>
1526         * faces.el (face-spec-recalc): If the theme specs are not
1527         applicable to a frame, fall back on the defface spec.
1528         This prevents themes from obliterating faces on low-color terminals.
1530 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
1532         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
1533         after `{'.  We need it after block openers, and it doesn't seem
1534         to hurt after hash openers.
1536 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
1538         * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
1539         extracted from `ruby-smie-rules'.
1540         (ruby--electric-indent-chars): New variable.
1541         (ruby--electric-indent-p): New function.
1542         (ruby-mode): Use `electric-indent-functions' instead of
1543         `electric-indent-chars'.
1545 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
1547         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
1548         docstring.
1549         (ruby-smie-rules): Indent plus one level after `=>'.
1551 2013-12-21  Richard Stallman  <rms@gnu.org>
1553         * simple.el (newline): Doc fix.
1555 2013-12-21  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1557         * net/eww.el (eww-list-histories, eww-list-histories)
1558         (eww-history-browse, eww-history-quit, eww-history-kill)
1559         (eww-history-mode-map, eww-history-mode): New command and
1560         functions to list browser histories.
1561         (eww-form-text): Support text form with disabled
1562         and readonly attributes.
1563         (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
1565 2013-12-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1567         * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
1568         (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
1569         (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
1570         (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
1571         Use `user-error'.
1572         (eww-bookmark-mode-map): Add menu.
1573         (eww-render, eww-mode): Use `setq-local'.
1574         (eww-tool-bar-map): New variable.
1575         (eww-mode): Set `tool-bar-map'.
1576         (eww-view-source): Check for `html-mode' with `fboundp'.
1578 2013-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1580         * net/shr.el (shr--extract-best-source): Don't bug out on audio
1581         elements with text inside.  Also remove debugging.
1583 2013-12-21  Jan Djärv  <jan.h.d@swipnet.se>
1585         * cus-start.el (all): Add ns-use-srgb-colorspace.
1587 2013-12-21  Chong Yidong  <cyd@gnu.org>
1589         * custom.el (custom-theme-recalc-face): Do nothing if the face is
1590         undefined.  Thus, theme settings for undefined faces do not take
1591         effect until the faces are defined with defface, the same as with
1592         theme variables.
1594         * faces.el (face-spec-set): Use face-spec-recalc in all cases.
1595         (face-spec-reset-face): Don't assign extra properties in temacs.
1596         (face-spec-recalc): Apply X resources too.
1598 2013-12-21  Chong Yidong  <cyd@gnu.org>
1600         * faces.el (face-spec-set):
1601         * cus-face.el (custom-theme-set-faces, custom-set-faces):
1602         * custom.el (defface): Doc fixes (Bug#16203).
1604         * indent.el (indent-rigidly-map): Add docstring, and move commands
1605         into named functions.
1606         (indent-rigidly-left, indent-rigidly-right)
1607         (indent-rigidly-left-to-tab-stop)
1608         (indent-rigidly-right-to-tab-stop): New functions.  Decide on
1609         indentation direction based on bidi direction, and accumulate
1610         sequential commands in a single undo boundary.
1611         (indent-rigidly--pop-undo): New utility function.
1613 2013-12-20  Juanma Barranquero  <lekktu@gmail.com>
1615         * faces.el (read-face-name): Require crm.el when using crm-separator.
1617 2013-12-20  Daniel Colascione  <dancol@dancol.org>
1619         * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
1620         so that we don't reflow comments into the shebang line.
1622 2013-12-20  Juri Linkov  <juri@jurta.org>
1624         * saveplace.el (save-place-to-alist): Add `dired-filename' as
1625         a position when `dired-directory' is non-nil.  Check integer
1626         positions with `integerp'.
1627         (toggle-save-place, save-places-to-alist): Add check for
1628         `dired-directory'.
1629         (save-place-find-file-hook): Check integer positions with
1630         `integerp'.
1631         (save-place-dired-hook): Use `dired-goto-file' when
1632         `dired-filename' is found in the assoc list.  Check integer
1633         positions with `integerp'.
1634         (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
1636         * dired.el (dired-initial-position-hook): Rename back from
1637         `dired-initial-point-hook'.
1638         (dired-initial-position): Rename `dired-initial-point-hook' to
1639         `dired-initial-position-hook'.
1640         (dired-file-name-at-point): Doc fix.  (Bug#15329)
1642 2013-12-20  Juri Linkov  <juri@jurta.org>
1644         * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
1645         (read-regexp-suggestions): New function.
1646         (read-regexp): Use `read-regexp-defaults-function' to get default values.
1647         Use `read-regexp-suggestions'.  Add non-empty default to history
1648         for empty input.
1649         (occur-read-regexp-defaults-function): Remove function.
1650         (occur-read-primary-args): Use `regexp-history-last' instead of
1651         `occur-read-regexp-defaults-function'.
1653         * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
1654         (hi-lock-line-face-buffer, hi-lock-face-buffer)
1655         (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
1656         `hi-lock-read-regexp-defaults-function'.  Doc fix.
1657         (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
1658         with `find-tag-default-as-symbol-regexp'.  Doc fix.
1659         (hi-lock-read-regexp-defaults): Remove function.
1660         (hi-lock-regexp-okay): Add check for null.
1662         * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
1663         the arg DEFAULTS.  Move formatting of the prompt to `read-regexp'.
1665         * subr.el (find-tag-default-as-symbol-regexp): New function.
1666         (find-tag-default-as-regexp): Move symbol regexp formatting to
1667         `find-tag-default-as-symbol-regexp'.
1669 2013-12-20  E Sabof  <esabof@gmail.com>  (tiny change)
1671         * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
1672         (Bug#14179)
1674 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
1676         * calendar/todo-mode.el: New implementation of item insertion
1677         commands and key bindings.
1678         (todo-key-prompt): New face.
1679         (todo-insert-item): New command.
1680         (todo-insert-item--parameters): New defconst, replacing defvar
1681         todo-insertion-commands-args-genlist.
1682         (todo-insert-item--param-key-alist): New defconst, replacing
1683         defvar todo-insertion-commands-arg-key-list.
1684         (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
1685         (todo-insert-item--argsleft, todo-insert-item--apply-args)
1686         (todo-insert-item--next-param): New functions.
1687         (todo-insert-item--args, todo-insert-item--argleft)
1688         (todo-insert-item--argsleft, todo-insert-item--newargsleft):
1689         New variables.
1690         (todo-key-bindings-t): Change binding of "i" from
1691         todo-insertion-map to todo-insert-item.
1692         (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
1693         (todo-insertion-command-name, todo-insertion-commands-names)
1694         (todo-define-insertion-command, todo-insertion-commands)
1695         (todo-insertion-key-bindings, todo-insertion-map): Remove.
1697 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
1699         * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
1700         (todo-toggle-item-highlighting): Use eval-and-compile instead of
1701         eval-when-compile.
1702         (todo-move-category): Allow choosing a non-existing todo file to
1703         move the category to, and create that file.
1704         (todo-default-priority): New user option.
1705         (todo-set-item-priority): Use it.
1706         (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
1707         (desktop-restore-file-buffer): Declare.
1708         (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
1709         (todo-modes-set-2): Locally set desktop-save-buffer to
1710         todo-desktop-save-buffer.
1711         (todo-mode, todo-archive-mode, todo-filtered-items-mode)
1712         (auto-mode-alist): Add autoload cookie.
1714 2013-12-20  Bozhidar Batsov  <bozhidar@batsov.com>
1716         * emacs-lisp/subr-x.el: Renamed from helpers.el.
1717         helpers.el was a poor choice of name.
1718         (string-remove-prefix): New function.
1719         (string-remove-suffix): New function.
1721 2013-12-20  Martin Rudalics  <rudalics@gmx.at>
1723         Fix assignment for new window total sizes.
1724         * window.el (window--pixel-to-size): Remove function.
1725         (window--pixel-to-total-1, window--pixel-to-total):
1726         Fix calculation of new total sizes.
1728 2013-12-20  Vitalie Spinu  <spinuvit@gmail.com>
1730         * comint.el (comint-output-filter): Fix rear-nonsticky property
1731         placement (Bug#16010).
1733 2013-12-20  Chong Yidong  <cyd@gnu.org>
1735         * faces.el (read-color): Minor fix for completion function.
1737 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
1739         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
1740         New option.  (Bug#16182)
1741         (ruby-smie--indent-to-stmt-p): Use it.
1742         (ruby-smie-rules): Revert the logic in the handling of `when'.
1743         Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
1744         (ruby-deep-arglist, ruby-deep-indent-paren)
1745         (ruby-deep-indent-paren-style): Update docstrings to note that the
1746         vars don't have any effect with SMIE.
1748 2013-12-20  Jay Belanger  <jay.p.belanger@gmail.com>
1750         * calc/calc.el (calc-enter, calc-pop): Use the variable
1751         `calc-context-sensitive-enter'.
1753 2013-12-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1755         * net/shr.el (shr-insert): Protect against infloops in degenerate
1756         tables.
1758 2013-12-20  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1760         * progmodes/octave.el (octave): Add link to manual and octave
1761         homepage.
1762         (octave-mode-menu): Link to octave-mode manual.
1764 2013-12-20  Leo Liu  <sdl.web@gmail.com>
1766         * skeleton.el (skeleton-pair-insert-maybe): Disable newline
1767         insertion using skeleton-end-newline.  (Bug#16138)
1769 2013-12-20  Juri Linkov  <juri@jurta.org>
1771         * replace.el (occur-engine): Use `add-face-text-property'
1772         to add the face property to matches and titles.  (Bug#14645)
1774         * hi-lock.el (hi-green): Use lighter color "light green" closer to
1775         the palette of other hi-lock colors.
1776         (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
1778 2013-12-19  Juri Linkov  <juri@jurta.org>
1780         * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
1781         Put :advertised-binding on `M-s c', `M-s r', `M-s e'.  (Bug#16035)
1782         (minibuffer-history-symbol): Move variable declaration closer to
1783         its usage.
1785         * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
1786         (Bug#14785)
1788 2013-12-19  Juri Linkov  <juri@jurta.org>
1790         * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
1791         New function.
1792         (log-edit-hook): Add it to :options.  (Bug#16170)
1794 2013-12-19  Juri Linkov  <juri@jurta.org>
1796         * simple.el (eval-expression-print-format): Don't check for
1797         command names and the last command.  Always display additional
1798         formats of the integer result in the echo area, and insert them
1799         to the current buffer only with a zero prefix arg.
1800         Display character when char-displayable-p is non-nil.
1801         (eval-expression): With a zero prefix arg, set `print-length' and
1802         `print-level' to nil, and insert the integer values from
1803         `eval-expression-print-format' at the end.  Doc fix.  (Bug#12985)
1805         * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
1806         `eval-last-sexp-arg-internal'.  Doc fix.
1807         (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
1808         `eval-last-sexp-print-value'.  Doc fix.
1809         (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
1810         Set `print-length' and `print-level' to nil when arg is zero.
1811         (eval-last-sexp): Doc fix.
1812         (eval-defun-2): Print the integer values from
1813         `eval-expression-print-format' at the end.
1815         * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
1816         values from `eval-expression-print-format' at the end.
1818         * ielm.el (ielm-eval-input): Print the integer
1819         values from `eval-expression-print-format' at the end.
1821 2013-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
1823         * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
1824         2013-12-11T19:01:44Z!tzz@lifelogs.com.
1826 2013-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1828         * hl-line.el (hl-line-make-overlay): New fun.  Set priority (bug#16192).
1829         (hl-line-highlight, global-hl-line-highlight): Use it.
1830         (hl-line-overlay): Use defvar-local.
1832 2013-12-19  Jan Djärv  <jan.h.d@swipnet.se>
1834         * term/ns-win.el: Require dnd.
1835         (global-map): Remove drag items.
1836         (ns-insert-text, ns-set-foreground-at-mouse)
1837         (ns-set-background-at-mouse):
1838         Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
1839         (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
1840         New functions.
1842 2013-12-19  Glenn Morris  <rgm@gnu.org>
1844         * emacs-lisp/ert.el (ert-select-tests):
1845         Fix string/symbol mixup.  (Bug#16121)
1847 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
1849         * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
1850         keywords to their parent.
1852 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
1854         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
1855         first arg to be a string (fixed dead code), or an operator symbol.
1856         (ruby-smie--forward-token): Tokenize ` @ ' before strings and
1857         operator symbols.
1858         (ruby-smie-rules): Remove parent token check in the `.' clause, it
1859         did nothing.  Don't respond to `(:after ".")', it will be called
1860         with :before anyway.  Remove the ` @ ' rule, it didn't seem to
1861         change anything.  Only return indentation for binary operators
1862         when they are hanging.  De-dent opening paren when its parent is
1863         `.', otherwise it looks bad when the dot is not at bol or eol
1864         (bug#16182).
1866 2013-12-19  Juri Linkov  <juri@jurta.org>
1868         * replace.el (query-replace-read-args): Split a non-negative arg
1869         and a negative arg into separate elements.
1870         (query-replace, query-replace-regexp, replace-string)
1871         (replace-regexp): Add arg `backward'.  Doc fix.
1872         (replace-match-maybe-edit): When new arg `backward' is non-nil,
1873         move point to the beginning of the match.
1874         (replace-search, replace-highlight): Use new arg `backward'
1875         to set the value of `isearch-forward'.
1876         (perform-replace): Add arg `backward' and use it to perform
1877         replacement backward.  (Bug#14979)
1879         * isearch.el (isearch-query-replace): Use a negative prefix arg
1880         to call `perform-replace' with a non-nil arg `backward'.
1882 2013-12-18  Juri Linkov  <juri@jurta.org>
1884         * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
1885         to the default list.  Move `log-edit-show-files' to the end.
1886         Add more available functions to options.
1887         (log-edit): Move default specific settings to
1888         `log-edit-insert-message-template'.  Don't move point.
1889         (log-edit-insert-message-template): New function.
1890         (log-edit-insert-changelog): Add `save-excursion' and don't move point.
1891         (Bug#16170)
1893 2013-12-18  Juri Linkov  <juri@jurta.org>
1895         * help-mode.el (help-mode-map): Bind "l" to help-go-back,
1896         and "r" to help-go-forward for compatibity with Info.  (Bug#16178)
1898 2013-12-18  Leo Liu  <sdl.web@gmail.com>
1900         * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
1901         (Bug#16186)
1903 2013-12-18  Eli Zaretskii  <eliz@gnu.org>
1905         * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
1906         formats for displaying file sizes when the -s switch is given.
1907         Instead, compute a separate format for displaying the size in
1908         blocks, which is displayed in addition to the "regular" size.
1909         When -h is given in addition to -s, produce size in blocks in
1910         human-readable form as well.  (Bug#16179)
1912 2013-12-18  Tassilo Horn  <tsdh@gnu.org>
1914         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
1915         Reference tables with ~\ref{...} instead of only \ref{...}.
1917 2013-12-18  Chong Yidong  <cyd@gnu.org>
1919         * cus-edit.el (custom-magic-alist): Fix "themed" description
1920         (Bug#14348).
1922         * custom.el (custom-push-theme): If custom--inhibit-theme-enable
1923         is non-nil, do not create a new entry in the symbol's theme-value
1924         or theme-face property; update theme-settings only (Bug#14664).
1925         (custom-available-themes): Doc fix.
1927         * cus-theme.el (custom-new-theme-mode-map): Add bindings
1928         (Bug#15674).
1930         * replace.el (occur-engine): Avoid infloop (Bug#7593).
1932 2013-12-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1934         * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
1935         (Bug#13914).
1937 2013-12-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1939         * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
1941 2013-12-18  Glenn Morris  <rgm@gnu.org>
1943         * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
1944         * cus-start.el (load-prefer-newer): New option.
1946 2013-12-18  Le Wang  <l26wang@gmail.com>
1948         * comint.el (comint-previous-matching-input-from-input):
1949         Retain point (Bug#13404).
1951 2013-12-18  Chong Yidong  <cyd@gnu.org>
1953         * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
1955 2013-12-18  Glenn Morris  <rgm@gnu.org>
1957         * mail/emacsbug.el (report-emacs-bug):
1958         Only mention enable-multibyte-characters if non-standard.
1960 2013-12-17  Juri Linkov  <juri@jurta.org>
1962         * arc-mode.el (archive-extract-by-file): Check if directory exists
1963         before deletion to not show irrelevant errors if it doesn't exist.
1965 2013-12-17  Juri Linkov  <juri@jurta.org>
1967         * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
1968         (Bug#14751)
1970         * net/eww.el (browse-web): Add alias to `eww'.
1971         (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
1972         Bind "S-SPC" to `scroll-down-command'.  (Bug#16178)
1974         * net/browse-url.el (browse-url-browser-function): Move `eww'
1975         closer to similar functions.
1977         * startup.el (fancy-startup-screen, fancy-about-screen):
1978         Set browse-url-browser-function to eww-browse-url locally.
1979         (Bug#14751)
1981 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1983         * window.el (window--pixel-to-total): Remove unused `mini' var.
1984         (maximize-window, minimize-window): Remove unused `pixelwise' arg.
1985         (split-window): Remove unused `new' var.
1986         (window--display-buffer): Remove unused `frame' and `delta' vars.
1987         (fit-window-to-buffer): Remove unused vars `frame', `display-height',
1988         and display-width'.
1990 2013-12-17  Martin Rudalics  <rudalics@gmx.at>
1992         * dired.el (dired-mark-pop-up):
1993         * register.el (register-preview): Don't bind
1994         split-height-threshold here since it's now done in
1995         display-buffer-below-selected.
1997 2013-12-17  oblique  <psyberbits@gmail.com>  (tiny change)
1999         * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
2000         xterm-rgb-convert-to-16bit.
2001         (rxvt-register-default-colors): Standardize with
2002         xterm-register-default-colors (Bug#14078).
2004 2013-12-17  Dima Kogan  <dima@secretsauce.net>  (tiny change)
2006         * simple.el (kill-region): Pass mark first, then point, so that
2007         kill-append works right (Bug#12819).
2008         (copy-region-as-kill, kill-ring-save): Likewise.
2010 2013-12-17  Leo Liu  <sdl.web@gmail.com>
2012         * net/rcirc.el (rcirc-add-face):
2013         * eshell/em-prompt.el (eshell-emit-prompt):
2014         * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
2015         (Bug#16167)
2017 2013-12-17  Chong Yidong  <cyd@gnu.org>
2019         * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
2020         Suggested by Xue Fuqiao.
2022 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
2024         * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
2026 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2028         * net/shr.el (shr-insert-document): Remove unused var
2029         `shr-preliminary-table-render'.
2030         (shr-rescale-image): Remove unused arg `force'.
2031         (shr-put-image): Update calls accordingly.
2032         (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
2034 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
2036         * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
2037         (smie-indent-close): Call `smie-indent--rule-1' with METHOD
2038         :close-all, to see which indentation method to use (Bug#16116).
2039         (smie-rules-function): Document the method :close-all.
2041 2013-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2043         * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
2045         * net/eww.el (eww-display-html): If we can't find the anchor we're
2046         looking for, then go to point-min.
2048 2013-12-16  Paul Eggert  <eggert@cs.ucla.edu>
2050         Fix problems with CANNOT_DUMP and EMACSLOADPATH.
2051         * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
2052         * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
2053         Expand dir too, in case it's relative.
2055 2013-12-16  Juri Linkov  <juri@jurta.org>
2057         * desktop.el (desktop-auto-save-timeout): Change default to
2058         `auto-save-timeout'.  Doc fix.
2059         (desktop-save): Skip the timestamp in desktop-saved-frameset
2060         when checking for auto-save changes.
2061         (desktop-auto-save): Don't call desktop-auto-save-set-timer since
2062         `desktop-auto-save' is called repeatedly by the idle timer.
2063         (desktop-auto-save-set-timer): Replace `run-with-timer' with
2064         `run-with-idle-timer' and a non-nil arg REPEAT.  Doc fix.
2065         (Bug#15331)
2067 2013-12-16  Juri Linkov  <juri@jurta.org>
2069         * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
2070         (Bug#16035)
2071         (isearch-pre-command-hook): Check `this-command' for symbolp.
2073 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2075         * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
2077 2013-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
2079         * progmodes/cfengine.el (cfengine3--current-word): Remove.
2080         (cfengine3--current-function): Bring in the current-function
2081         functionality from `cfengine3--current-word'.
2082         (cfengine3-completion-function): Bring in the
2083         bounds-of-current-word functionality from
2084         `cfengine3--current-word'.
2086 2013-12-16  Martin Rudalics  <rudalics@gmx.at>
2088         * window.el (display-buffer-below-selected):
2089         Bind split-height-threshold to 0 as suggested by Juri Linkov.
2091 2013-12-16  Leo Liu  <sdl.web@gmail.com>
2093         * progmodes/compile.el (compile-goto-error): Do not push-mark.
2094         Remove NOMSG arg and all uses changed.
2096 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2098         * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
2099         (cua--deactivate-rectangle): Don't deactivate the mark.
2100         (cua-set-rectangle-mark): Don't set mark-active since
2101         cua--activate-rectangle already does it for us.
2102         (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
2103         non-rectangular region.
2105         * emulation/cua-base.el (cua-repeat-replace-region):
2106         Use with-current-buffer.
2108         * net/gnutls.el: Use cl-lib.
2109         (gnutls-negotiate): `mapcan' -> cl-mapcan.
2111 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
2113         * emacs-lisp/package.el (package-built-in-p): Support both
2114         built-in and the package.el converted package descriptions.
2115         (package-show-package-list): Allow keywords.
2116         (package-keyword-button-action): Use it instead of
2117         `finder-list-matches'.
2118         (package-menu-filter-interactive): Interactive filtering (by
2119         keyword) function.
2120         (package-menu--generate): Support keywords and change keymappings
2121         and headers when they are given.
2122         (package--has-keyword-p): Helper function.
2123         (package-menu--refresh): Use it.
2124         (package--mapc): Helper function.
2125         (package-all-keywords): Use it.
2126         (package-menu-mode-map): Set up menu items and keybindings to
2127         provide a filtering UI.
2129 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
2131         * net/gnutls.el (gnutls-verify-error): New defcustom to control
2132         the behavior when a certificate fails validation.  Defaults to
2133         old behavior: never abort, just warn.
2134         (gnutls-negotiate): Use it.
2136 2013-12-14  Martin Rudalics  <rudalics@gmx.at>
2138         * window.el (display-buffer-below-selected): Never split window
2139         horizontally.  Suggested by Juri Linkov <juri@jurta.org>.
2141 2013-12-14  Tom Willemse  <tom@ryuslash.org>  (tiny change)
2143         * emacs-lisp/package.el (package--prepare-dependencies): New function.
2144         (package-buffer-info): Use it (bug#15108).
2146 2013-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2148         * icomplete.el (icomplete-completions): Make sure the prefix is already
2149         displayed elsewhere before hiding it (bug#16219).
2151 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
2153         * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
2154         open-paren tokens when preceded by a open-paren, too.
2155         (ruby-smie-rules): Handle virtual indentation after open-paren
2156         tokens specially.  If there is code between it and eol, return the
2157         column where is starts (Bug#16118).
2159 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
2161         * progmodes/cfengine.el: Fix `add-hook' doc.
2162         (cfengine-mode-syntax-functions-regex): Initialize sensibly.
2163         (cfengine3--current-word): Fix parameters.
2164         (cfengine3-make-syntax-cache): Simplify further.
2165         (cfengine3-completion-function, cfengine3--current-function):
2166         Use `assq' for symbols.
2167         (cfengine3--current-function): Fix `cfengine3--current-word' call.
2169 2013-12-13  Glenn Morris  <rgm@gnu.org>
2171         * loadup.el (load-path): Warn if site-load or site-init changes it.
2172         No more need to reset it when bootstrapping.
2174 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
2176         * progmodes/cfengine.el (cfengine-cf-promises): Add more default
2177         locations for cf-promises.
2178         (cfengine-mode-syntax-functions-regex): New caching variable.
2179         (cfengine3-fallback-syntax): Fallback syntax for cases where
2180         cf-promises doesn't run.
2181         (cfengine3--current-word): Reimplement using
2182         `cfengine-mode-syntax-functions-regex'.
2183         (cfengine3-completion-function, cfengine3--current-function):
2184         Use `cfengine3-make-syntax-cache' directly.
2185         (cfengine3-clear-syntax-cache): New function.
2186         (cfengine3-make-syntax-cache): Simplify and create
2187         `cfengine-mode-syntax-functions-regex' on demand.
2188         (cfengine3-format-function-docstring): Don't call
2189         `cfengine3-make-syntax-cache' explicitly.
2191 2013-12-13  Martin Rudalics  <rudalics@gmx.at>
2193         Fix windmove-find-other-window broken after pixelwise resizing
2194         (Bug#16017).
2195         * windmove.el (windmove-other-window-loc): Revert change from
2196         2013-12-04.
2197         (windmove-find-other-window): Call window-in-direction.
2198         * window.el (window-in-direction): New arguments SIGN, WRAP and
2199         MINI to emulate original windmove-find-other-window behavior.
2201 2013-12-13  Dmitry Gutov  <dgutov@yandex.ru>
2203         * simple.el (blink-matching--overlay): New variable.
2204         (blink-matching-open): Instead of moving point, highlight the
2205         matching paren with an overlay
2206         (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
2208         * faces.el (paren-showing-faces, show-paren-match)
2209         (show-paren-mismatch): Move from paren.el.
2211 2013-12-13  Leo Liu  <sdl.web@gmail.com>
2213         * indent.el (indent-region): Disable progress reporter in
2214         minibuffer.  (Bug#16108)
2216         * bindings.el (visual-order-cursor-movement): Fix version.
2218 2013-12-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2220         * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
2221         Also match after beginning of line.
2222         (python-pdbtrack-set-tracked-buffer): Fix logic for remote
2223         files.  Thanks to Russell Sim.  (Bug#15378)
2225 2013-12-13  Juri Linkov  <juri@jurta.org>
2227         * simple.el <Keypad support>: Remove key bindings duplicated
2228         with bindings.el.  (Bug#14397)
2230 2013-12-13  Juri Linkov  <juri@jurta.org>
2232         * comint.el (comint-mode-map): Replace `delete-char' with
2233         `delete-forward-char'.  (Bug#16109)
2235 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2237         * progmodes/python.el (python-indent-calculate-indentation):
2238         Fix de-denters cornercase.  (Bug#15731)
2240 2013-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2242         * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
2243         (advice--make): Pay attention to `depth'.
2244         (advice--make-1): Don't autoload commands eagerly.
2245         * emacs-lisp/elp.el (elp-instrument-function):
2246         * emacs-lisp/trace.el (trace-function-internal):
2247         * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
2249         * iswitchb.el (iswitchb-mode): Don't belittle ido.
2251 2013-12-12  Eli Zaretskii  <eliz@gnu.org>
2253         * term/w32-win.el (w32-handle-dropped-file):
2254         * startup.el (normal-top-level):
2255         * net/browse-url.el (browse-url-file-url):
2256         * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
2257         decode file names using 'utf-8' rather than
2258         file-name-coding-system.
2260 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2262         * progmodes/python.el (python-indent-context)
2263         (python-indent-calculate-indentation): Fix auto-identation
2264         behavior for comment blocks.  (Bug#15916)
2266 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
2268         * progmodes/python.el (python-indent-calculate-indentation):
2269         When determining indentation, don't treat "return", "pass", etc., as
2270         operators when they are just string constituents.  (Bug#15812)
2272 2013-12-12  Juri Linkov  <juri@jurta.org>
2274         * uniquify.el (uniquify-buffer-name-style): Change default to
2275         `post-forward-angle-brackets'.
2277         * menu-bar.el (menu-bar-options-menu): Don't require preloaded
2278         `uniquify'.  Change default to `post-forward-angle-brackets'.
2280 2013-12-11  Glenn Morris  <rgm@gnu.org>
2282         * emacs-lisp/package.el (finder-list-matches):
2283         Autoload rather than falsely declaring.
2285 2013-12-11  Teodor Zlatanov  <tzz@lifelogs.com>
2287         * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
2288         (eww-mode-map): Use them.
2290 2013-12-11  Martin Rudalics  <rudalics@gmx.at>
2292         * window.el (display-buffer-in-side-window): Fix doc-string
2293         (Bug#16115).
2295 2013-12-11  Juanma Barranquero  <lekktu@gmail.com>
2297         * vc/vc-git.el: Silence byte-compiler warnings.
2298         (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
2299         (log-edit-set-header): Declare.
2301 2013-12-11  Eli Zaretskii  <eliz@gnu.org>
2303         * Makefile.in (custom-deps, finder-data): Run output file names
2304         through unmsys--file-name.  (Bug#16099)
2306 2013-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2308         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
2309         comment-start-skip, which fails when that uses submatch 1 (bug#16041).
2311         * emulation/cua-base.el (cua-paste): Add `delete-selection' property
2312         instead of deleting the selection "by hand" (bug#16098).
2313         Rely on insert-for-yank to yank rectangles.
2314         (cua-highlight-region-shift-only): Mark obsolete.
2315         (cua-mode): Don't enable/disable transient-mark-mode,
2316         shift-select-mode (cua-mode works both with and without them), and
2317         pc-selection-mode (obsolete).
2318         * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
2319         (cua--deactivate-rectangle): Deactivate it.
2321         * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
2322         (delete-selection-helper): Make sure yank starts at the top of the
2323         deleted region.
2324         (minibuffer-keyboard-quit): Use region-active-p.
2326         * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
2328         * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
2329         to `delete' (bug#16109).
2331 2013-12-11  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2333         * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
2334         info manual and show keybindings and set `:group' keyword.
2336 2013-12-11  Juri Linkov  <juri@jurta.org>
2338         * delsel.el (delete-active-region): Let-bind `this-command'
2339         to prevent `kill-region' from changing its original value.
2340         (delete-selection-helper): Handle `overwrite-mode' for the type
2341         `kill' exactly the same way as for the type `t'.
2342         (insert-char, quoted-insert, reindent-then-newline-and-indent):
2343         Support more commands.  (Bug#13312)
2345 2013-12-11  Juri Linkov  <juri@jurta.org>
2347         * bindings.el: Map kp keys to non-kp keys systematically
2348         with basic modifiers control, meta and shift.  (Bug#14397)
2350 2013-12-11  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
2352         * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
2353         "Close browser" menu items.  Fix wrong function of "List
2354         bookmarks".
2356 2013-12-11  Juri Linkov  <juri@jurta.org>
2358         * misearch.el (multi-isearch-buffers): Set the value of
2359         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
2360         arg of isearch-forward to t.
2361         (multi-isearch-buffers-regexp): Set the value of
2362         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
2363         arg of isearch-forward-regexp to t.
2364         (multi-isearch-files): Set the value of
2365         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
2366         arg of isearch-forward to t.
2367         (multi-isearch-files-regexp): Set the value of
2368         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
2369         arg of isearch-forward-regexp to t.  (Bug#16035)
2371         * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
2372         arg of isearch-forward to t.
2373         (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
2374         arg of isearch-forward-regexp to t.
2375         (dired-isearch-filter-filenames): Remove unnecessary check for
2376         `dired-isearch-filenames'.
2378         * comint.el (comint-history-isearch-backward):
2379         Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
2380         (comint-history-isearch-backward-regexp):
2381         Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
2383 2013-12-10  Eli Zaretskii  <eliz@gnu.org>
2385         * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
2386         unmsys--file-name.  (Bug#16099)
2388 2013-12-10  Teodor Zlatanov  <tzz@lifelogs.com>
2390         * emacs-lisp/package.el (package-keyword-button-action):
2391         Remove finder.el require dependency.
2393 2013-12-09  Teodor Zlatanov  <tzz@lifelogs.com>
2395         * emacs-lisp/package.el: Require finder.el.
2396         (describe-package-1): Add keyword buttons.
2397         (package-make-button): New convenience function.
2398         (package-keyword-button-action): Keyword button action using
2399         `finder-list-matches'.
2401 2013-12-09  Eli Zaretskii  <eliz@gnu.org>
2403         * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
2404         last commit.
2406 2013-12-09  Michael Albinus  <michael.albinus@gmx.de>
2408         * autorevert.el (auto-revert-notify-add-watch): Do not handle
2409         symlinked files.
2411 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
2413         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
2414         after the end of a percent literal.
2416 2013-12-09  Cameron Desautels  <camdez@gmail.com>  (tiny change)
2418         * progmodes/ruby-mode.el (ruby-forward-string): Document.
2419         Handle caret-delimited strings (Bug#16079).
2421 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
2423         * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
2424         When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
2425         `ruby-parse-partial' (Bug#16078).
2427 2013-12-09  Leo Liu  <sdl.web@gmail.com>
2429         * subr.el (read-passwd): Disable show-paren-mode.  (Bug#16091)
2431 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
2433         * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
2434         (js-switch-indent-offset): New option.
2435         (js--proper-indentation): Use it.  And handle the case when
2436         "default" is actually a key in an object literal.
2437         (js--same-line): New function.
2438         (js--multi-line-declaration-indentation): Use it.
2439         (js--indent-in-array-comp, js--array-comp-indentation):
2440         New functions.
2441         (js--proper-indentation): Use them, to handle array comprehension
2442         continuations.
2444 2013-12-08  Leo Liu  <sdl.web@gmail.com>
2446         * progmodes/flymake.el (flymake-highlight-line): Re-write.
2447         (flymake-make-overlay): Remove arg MOUSE-FACE.
2448         (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
2450 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2452         * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
2453         New function.
2454         (redisplay-highlight-region-function): Use it.
2456         * emulation/cua-base.el (cua--explicit-region-start)
2457         (cua--last-region-shifted): Remove.
2458         (cua--deactivate): Use deactivate-mark.
2459         (cua--pre-command-handler-1): Don't handle shift-selection.
2460         (cua--post-command-handler-1): Don't change transient-mark-mode.
2461         (cua--select-keymaps): Use region-active-p rather than
2462         cua--explicit-region-start or cua--last-region-shifted.
2463         (cua-mode): Enable shift-select-mode.
2465 2013-12-08  Leo Liu  <sdl.web@gmail.com>
2467         * progmodes/flymake.el (flymake-popup-current-error-menu):
2468         Rename from flymake-display-err-menu-for-current-line.  Reimplement.
2469         (flymake-posn-at-point-as-event, flymake-popup-menu)
2470         (flymake-make-emacs-menu): Remove.  (Bug#16077)
2472 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2474         * rect.el (rectangle-mark-mode): Activate mark even if
2475         transient-mark-mode is off (bug#16066).
2476         (rectangle--highlight-for-redisplay): Fix boundary condition when point
2477         is > mark and at bolp.
2479         * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
2480         (region-extract-function): Use it.
2481         (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
2482         (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
2483         Delete functions.
2484         (cua--init-rectangles): Don't re-remap copy-region-as-kill,
2485         kill-ring-save, kill-region, delete-char, delete-forward-char.
2486         Ignore self-insert-iso.
2488         * emulation/cua-gmrk.el (cua--init-global-mark):
2489         Ignore `self-insert-iso'.
2491         * emulation/cua-base.el (cua--prefix-copy-handler)
2492         (cua--prefix-cut-handler): Rely on region-extract-function rather than
2493         checking cua--rectangle.
2494         (cua-delete-region): Use region-extract-function.
2495         (cua-replace-region): Delete function.
2496         (cua-copy-region, cua-cut-region): Obey region-extract-function.
2497         (cua--pre-command-handler-1): Don't do the delete-selection thing.
2498         (cua--self-insert-char-p): Ignore `self-insert-iso'.
2499         (cua--init-keymaps): Don't remap delete-selection commands.
2500         (cua-mode): Use delete-selection-mode instead of rolling our own
2501         (bug#16085).
2503         * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
2504         Obey region-extract-function.
2506         Make registers and delete-selection-mode work on rectangles.
2507         * register.el (describe-register-1): Don't modify the register's value.
2508         (copy-to-register): Obey region-extract-function.
2509         * delsel.el (delete-active-region): Obey region-extract-function.
2511 2013-12-08  Leo Liu  <sdl.web@gmail.com>
2513         * progmodes/flymake.el (flymake, flymake-error-bitmap)
2514         (flymake-warning-bitmap, flymake-fringe-indicator-position)
2515         (flymake-compilation-prevents-syntax-check)
2516         (flymake-start-syntax-check-on-newline)
2517         (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
2518         (flymake-start-syntax-check-on-find-file, flymake-log-level)
2519         (flymake-xml-program, flymake-master-file-dirs)
2520         (flymake-master-file-count-limit)
2521         (flymake-allowed-file-name-masks): Relocate.
2522         (flymake-makehash, flymake-float-time)
2523         (flymake-replace-regexp-in-string, flymake-split-string)
2524         (flymake-get-temp-dir): Remove.
2525         (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
2526         (flymake-current-row, flymake-selected-frame)
2527         (flymake-get-point-pixel-pos): Remove xemacs compatibity and
2528         related functions.  (Bug#16077)
2530 2013-12-07  Bozhidar Batsov  <bozhidar@batsov.com>
2532         * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
2534 2013-12-07  Tassilo Horn  <tsdh@gnu.org>
2536         * help-fns.el (describe-function-1): Use new advice-* functions
2537         rather than old ad-* functions.  Fix function type description and
2538         source links for advised functions and subrs.
2540 2013-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2542         * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
2544 2013-12-06  Michael Albinus  <michael.albinus@gmx.de>
2546         * progmodes/compile.el (compilation-start):
2547         * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
2549         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2550         Handle long command lines, lasting from "sh -c ...".  (Bug#16045)
2552 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
2554         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2555         Touch up the last change.
2557 2013-12-06  Leo Liu  <sdl.web@gmail.com>
2559         * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
2560         (inferior-octave-startup): Always use "octave> " for prompt.
2561         (octave-goto-function-definition)
2562         (octave-sync-function-file-names)
2563         (octave-find-definition-default-filename): Remove redundant backquotes.
2565 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
2567         * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
2568         syntax for `?'.
2569         (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
2570         where appropriate already.
2571         (ruby-syntax-propertize-function): Propertize `?' and `!' at the
2572         end of method names (Bug#15874).
2574 2013-12-06  Juri Linkov  <juri@jurta.org>
2576         * isearch.el (isearch--saved-overriding-local-map):
2577         New internal variable.
2578         (isearch-mode): Set it to the initial value of
2579         `overriding-terminal-local-map'.
2580         (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
2581         with `isearch--saved-overriding-local-map'.  (Bug#16035)
2583 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
2585         * progmodes/octave.el (inferior-octave-completion-table):
2586         Turn back into function, use `completion-table-with-cache'
2587         (Bug#11906).  Update all references.
2589         * minibuffer.el (completion-table-with-cache): New function.
2591 2013-12-05  Cameron Desautels  <camdez@gmail.com>  (tiny change)
2593         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
2595 2013-12-05  Teodor Zlatanov  <tzz@lifelogs.com>
2597         * net/eww.el (eww-current-source): New variable to store page
2598         source.
2599         (eww-display-html, eww-mode, eww-save-history)
2600         (eww-restore-history): Use it.
2601         (eww-view-source): New command to view page source.
2602         Opportunistically uses `html-mode' to highlight the buffer.
2603         (eww-mode-map): Install it.
2605 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
2607         * net/dbus.el (dbus-unregister-service)
2608         (dbus-escape-as-identifier, dbus-unescape-from-identifier):
2609         Fix docstring.
2610         (dbus-unregister-service): Skip :serial entries in
2611         `dbus-registered-objects-table'.
2612         (dbus-byte-array-to-string): New optional arg MULTIBYTE.
2614 2013-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
2616         * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
2617         around keywords with extra `split-string' argument.
2619 2013-12-04  Martin Rudalics  <rudalics@gmx.at>
2621         * windmove.el (windmove-other-window-loc): Handle navigation
2622         between windows (excluding the minibuffer window - Bug#16017).
2624 2013-12-04  Michael Albinus  <michael.albinus@gmx.de>
2626         * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
2627         in D-Bus type syntax.
2628         (dbus-unescape-from-identifier): Use `byte-to-string' in order to
2629         preserve unibyte strings.  (Bug#16048)
2631 2013-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2633         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
2634         Call force-mode-line-update is the proper buffer (bug#16042).
2636 2013-12-04  Dmitry Gutov  <dgutov@yandex.ru>
2638         * vc/log-edit.el (log-edit-add-new-comment): Rename to
2639         `log-edit-remember-comment', make argument optional.  Adjust all
2640         callers.
2641         (log-edit-mode): Add `log-edit-remember-comment' to
2642         `kill-buffer-hook' locally.
2643         (log-edit-kill-buffer): Don't remember comment explicitly since
2644         the buffer is killed anyway.
2646 2013-12-04  Juri Linkov  <juri@jurta.org>
2648         * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
2649         add-hook and remove-hook for multi-buffer search.  (Bug#16035)
2651 2013-12-03  Tom Regner  <tom@goochesa.de>  (tiny change)
2653         * notifications.el (notifications-close-notification): Call the
2654         D-Bus method with ID being a `:uint32'.  (Bug#16030)
2656 2013-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2658         * net/eww.el (eww-render): Don't pass arg to eww-display-image.
2660 2013-12-03  Juri Linkov  <juri@jurta.org>
2662         * progmodes/compile.el (compilation-start): Rename window alist
2663         entry `no-display-ok' to `allow-no-window'.
2665         * simple.el (shell-command): Add window alist entry
2666         `allow-no-window' to `display-buffer'.
2667         (async-shell-command): Doc fix.
2669         * window.el (display-buffer-no-window): New action function.
2670         (display-buffer-alist, display-buffer): Doc fix.  (Bug#13594)
2672 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
2674         * vc/log-edit.el (log-edit-set-header): Extract from
2675         `log-edit-toggle-header'.
2676         (log-edit-extract-headers): Separate the summary, when extracted
2677         from header, from the rest of the message with an empty line.
2679         * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
2680         line, if present, to the Summary header.
2682 2013-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2684         * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
2685         in current-buffer (bug#16029).
2687 2013-12-02  Helmut Eller  <eller.helmut@gmail.com>
2689         * emacs-lisp/debug.el (debugger-toggle-locals): New command.
2690         (debugger-mode-map): Bind it.
2691         (debugger--backtrace-base): New function.
2692         (debugger-eval-expression): Use it.
2693         (debugger-frame-number): Skip local vars when present.
2694         (debugger--locals-visible-p, debugger--insert-locals)
2695         (debugger--show-locals, debugger--hide-locals): New functions.
2697 2013-12-02  Michael Albinus  <michael.albinus@gmx.de>
2699         * net/tramp-sh.el (tramp-remote-process-environment): Do not set
2700         "LC_ALL".
2701         (tramp-get-remote-locale): New defun.
2702         (tramp-open-connection-setup-interactive-shell): Use it.
2704 2013-12-02  Leo Liu  <sdl.web@gmail.com>
2706         * subr.el (process-live-p): Return nil for non-process.  (Bug#16023)
2708         * progmodes/sh-script.el (sh-shell-process):
2709         * progmodes/octave.el (inferior-octave-process-live-p):
2710         * progmodes/gdb-mi.el (gdb-delchar-or-quit)
2711         (gdb-inferior-io-sentinel):
2712         * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
2714 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
2716         * vc/log-edit.el (log-edit-kill-buffer): Move the use of
2717         `save-selected-window' to `log-edit-hide-buf'.  This makes
2718         `log-edit-show-files' idempotent.
2719         (log-edit-show-files): Mark the new window as dedicated.
2721 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
2723         * vc/log-edit.el (log-edit-mode-map): Add binding for
2724         `log-edit-kill-biffer'.
2725         (log-edit-hide-buf): Add a FIXME comment.
2726         (log-edit-add-new-comment): New function, extracted from
2727         `log-edit-done'.
2728         (log-edit-done, log-edit-add-to-changelog): Use it.
2729         (log-edit-kill-buffer): New command.
2731 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2733         * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
2734         instead of killing the buffer.
2736 2013-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2738         * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
2740 2013-12-01  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2742         * net/eww.el (eww-form-checkbox-selected-symbol)
2743         (eww-form-checkbox-symbol): New customizable variable.
2744         (eww-form-checkbox, eww-toggle-checkbox):
2745         Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
2747         * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
2748         (shr--get-media-pref, shr--extract-best-source): New function.
2749         (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
2750         no :src tag was specified.
2752         * net/eww.el (eww-use-external-browser-for-content-type): New variable.
2753         (eww-render): Handle `eww-use-external-browser-for-content-type'.
2754         Use \\` to match beginning of string instead of ^.
2755         (eww-browse-with-external-browser): Provide optional URL parameter.
2756         (eww-render): Set `eww-current-title' back to "".
2758         * net/shr.el (shr-tag-video): Display content for video if no
2759         poster is available.
2760         (shr-tag-audio): Add support for <audio> tag.
2762         * net/eww.el (eww-text-input-types): New const.
2763         (eww-process-text-input): Treat input types in
2764         `eww-text-input-types' as text.
2766         * net/shr.el (shr-tag-table): Fix comment typo.
2768 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2770         * net/eww.el (eww-follow-link): New command to avoid reloading
2771         pages when we follow #target links (bug#15243).
2772         (eww-quit): Special mode buffers shouldn't query before exiting.
2774 2013-12-01  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
2776         * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
2777         forms.
2779 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2781         * net/eww.el (eww-restore-history): Update the window title after
2782         moving in the history.
2783         (eww-current-dom): New variable used to save the current DOM.
2785 2013-12-01  Dmitry Gutov  <dgutov@yandex.ru>
2787         * vc/log-edit.el (log-edit-mode-map): Add binding for
2788         `log-edit-beginning-of-line'.
2789         (log-edit-setup-add-author): New user option.
2790         (log-edit-beginning-of-line): New command.
2791         (log-edit): Move major mode call above the contents setup so that
2792         the local variable values are already applied.
2793         (log-edit): Only insert "Author: " when
2794         `log-edit-setup-add-author' is non-nil.
2795         (log-edit): When SETUP is non-nil, position point after ": "
2796         instead of point-min.
2798 2013-12-01  Glenn Morris  <rgm@gnu.org>
2800         * startup.el (command-line): Warn if ~/emacs.d is in load-path.
2802 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
2804         * startup.el (fancy-splash-frame): On MS-Windows, trigger
2805         redisplay to make sure the initial frame gets a chance to become
2806         visible.  (Bug#16014)
2808 2013-11-30  Martin Rudalics  <rudalics@gmx.at>
2810         Support resizing frames and windows pixelwise.
2811         * cus-start.el (frame-resize-pixelwise)
2812         (window-resize-pixelwise): New entries.
2813         * emacs-lisp/debug.el (debug): Use window-total-height instead
2814         of window-total-size.
2815         * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
2816         * help.el (describe-bindings-internal): Call help-buffer
2817         (temp-buffer-max-width): New option.
2818         (resize-temp-buffer-window, help-window-setup)
2819         (with-help-window): Rewrite.
2820         * mouse.el (mouse-drag-line): Rewrite.  Add key bindings for
2821         dragging dividers.
2822         * window.el (frame-char-size, window-min-pixel-height)
2823         (window-safe-min-pixel-height, window-safe-min-pixel-width)
2824         (window-min-pixel-width, window-safe-min-pixel-size)
2825         (window-combination-p, window-safe-min-size)
2826         (window-resizable-p, window--size-to-pixel)
2827         (window--pixel-to-size, window--resize-apply-p): New functions.
2828         (window-safe-min-height): Fix doc-string.
2829         (window-size, window-min-size, window--min-size-1)
2830         (window-sizable, window-sizable-p, window--min-delta-1)
2831         (window-min-delta, window--max-delta-1, window-max-delta)
2832         (window--resizable, window--resizable-p, window-resizable)
2833         (window-full-height-p, window-full-width-p, window-at-side-p)
2834         (window--in-direction-2, window-in-direction)
2835         (window--resize-reset-1, window--resize-mini-window)
2836         (window-resize, window-resize-no-error)
2837         (window--resize-child-windows-normal)
2838         (window--resize-child-windows, window--resize-siblings)
2839         (window--resize-this-window, window--resize-root-window)
2840         (window--resize-root-window-vertically)
2841         (adjust-window-trailing-edge, enlarge-window, shrink-window)
2842         (maximize-window, minimize-window, delete-window)
2843         (quit-restore-window, window-split-min-size, split-window)
2844         (balance-windows-2, balance-windows)
2845         (balance-windows-area-adjust, balance-windows-area)
2846         (window--state-get-1, window-state-get, window--state-put-1)
2847         (window--state-put-2, window-state-put)
2848         (display-buffer-record-window, window--display-buffer):
2849         Make functions handle pixelwise sizing of windows.
2850         (display-buffer--action-function-custom-type)
2851         (display-buffer-fallback-action):
2852         Add display-buffer-in-previous-window.
2853         (display-buffer-use-some-window): Resize window to height it had
2854         before.
2855         (fit-window-to-buffer-horizontally): New option.
2856         (fit-frame-to-buffer): Describe new values.
2857         (fit-frame-to-buffer-bottom-margin): Replace with
2858         fit-frame-to-buffer-margins.
2859         (window--sanitize-margin): New function.
2860         (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
2861         using window-text-pixel-size.
2863 2013-11-30  Glenn Morris  <rgm@gnu.org>
2865         * emacs-lisp/bytecomp.el (byte-compile-form):
2866         Make the `interactive-only' warning like the `obsolete' one.
2867         * comint.el (comint-run):
2868         * files.el (insert-file-literally, insert-file):
2869         * replace.el (replace-string, replace-regexp):
2870         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
2871         (goto-line, insert-buffer, next-line, previous-line):
2872         Tweak `interactive-only' spec.
2874         Stop keeping (most) generated cedet grammar files in the repository.
2875         * Makefile.in (semantic): New.
2876         (compile-main): Depend on semantic.
2878 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2880         * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
2881         available.  Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
2883         * uniquify.el (uniquify-buffer-name-style): Change default.
2885         * loadup.el: Preload "uniquify".
2887         * time.el (display-time-update): Update all mode lines (bug#15999).
2889         * electric.el (electric-indent-mode): Enable by default.
2890         * loadup.el: Preload "electric".
2892 2013-11-29  Bozhidar Batsov  <bozhidar@batsov.com>
2894         * emacs-lisp/helpers.el (string-empty-p): New function.
2895         (string-blank-p): New function.
2897 2013-11-29  Andreas Politz  <politza@hochschule-trier.de>
2899         * imenu.el (imenu--index-alist): Add missing dot to the docstring
2900         (Bug#14029).
2902 2013-11-29  Andreas Politz  <politza@fh-trier.de>
2903         * imenu.el (imenu--subalist-p): Don't error on non-conses and
2904         allow non-lambda lists as functions.
2905         (imenu--in-alist): Don't recurse into non-subalists.
2906         (imenu): Don't pass function itself as an argument (Bug#14029).
2908 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2910         * progmodes/python.el (python-mode-map): Remove binding for ":".
2911         (python-indent-electric-colon): Remove command.
2912         (python-indent-post-self-insert-function): Integrate the previous code
2913         of python-indent-electric-colon.  Make it conditional on
2914         electric-indent-mode.
2915         (python-mode): Add ?: to electric-indent-chars.
2916         Move python-indent-post-self-insert-function to the end of
2917         post-self-insert-hook.
2919 2013-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2921         * doc-view.el (doc-view-goto-page): Update mode-line.
2923         * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
2925 2013-11-27  Glenn Morris  <rgm@gnu.org>
2927         * international/charprop.el, international/uni-bidi.el:
2928         * international/uni-category.el, international/uni-combining.el:
2929         * international/uni-comment.el, international/uni-decimal.el:
2930         * international/uni-decomposition.el, international/uni-digit.el:
2931         * international/uni-lowercase.el, international/uni-mirrored.el:
2932         * international/uni-name.el, international/uni-numeric.el:
2933         * international/uni-old-name.el, international/uni-titlecase.el:
2934         * international/uni-uppercase.el:
2935         Remove generated files from VCS repository.
2937 2013-11-27  Eli Zaretskii  <eliz@gnu.org>
2939         * filenotify.el (file-notify-add-watch): Don't special-case
2940         w32notify when computing the directory to watch.
2942 2013-11-27  Glenn Morris  <rgm@gnu.org>
2944         Make bootstrap without generated uni-*.el files possible again.
2945         * loadup.el: Update command-line-args checking for unidata-gen.
2946         Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
2947         * composite.el, international/characters.el:
2948         Handle unicode tables being undefined.
2950         Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
2951         * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
2952         (compile-main): Depend on leim rule.
2953         (leim): New rule.
2954         * loadup.el: Move leim-list.el to leim/ subdirectory.
2955         * startup.el (normal-top-level): No more leim directory.
2956         * international/ja-dic-cnv.el (skkdic-convert):
2957         Disable version-control and autoloads in output files.
2958         * international/titdic-cnv.el (titdic-convert, miscdic-convert):
2959         Disable version-control and autoloads in output files.
2960         * leim/quail: Move here from ../leim.
2961         * leim/quail/hangul.el (hangul-input-method-activate):
2962         Add autoload cookie.
2963         (generated-autoload-load-name): Set file-local value.
2964         * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
2965         (generated-autoload-load-name): Set file-local value.
2967 2013-11-26  Kenjiro NAKAYAMA  <knakayam@redhat.com>
2969         * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
2970         (eww-add-bookmark): Ask confirmation when add to bookmarks.
2971         (eww-quit): Ask confirmation before quitting eww.
2973 2013-11-26  Eli Zaretskii  <eliz@gnu.org>
2975         * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
2976         reading output from Diff on MS-Windows and MS-DOS.
2978 2013-11-26  Bozhidar Batsov  <bozhidar@batsov.com>
2980         * emacs-lisp/helpers.el (string-reverse): New function.
2982 2013-11-26  Michael Albinus  <michael.albinus@gmx.de>
2984         * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
2985         names on MS Windows, like "/[::1]:".
2987         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
2988         SWITCHES.
2990 2013-11-26  Glenn Morris  <rgm@gnu.org>
2992         * progmodes/python.el (python-indent-guess-indent-offset):
2993         Avoid corner-case error.  (Bug#15975)
2995         Preload leim-list.el.  (Bug#4789)
2996         * loadup.el: Load leim-list.el when found.
2997         * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
2999 2013-11-25  Bozhidar Batsov  <bozhidar@batsov.com>
3001         * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
3003         * emacs-lisp/helpers.el (string-join): New function.
3005 2013-11-25  Sebastian Wiesner  <lunaryorn@gmail.com>  (tiny change)
3007         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3008         Mark as obsolete and replace it with a symbol property.
3009         (byte-compile-form): Use new 'interactive-only property.
3010         * comint.el, files.el, replace.el, simple.el:
3011         Apply new 'interactive-only properly.
3013 2013-11-25  Martin Rudalics  <rudalics@gmx.at>
3015         * window.el (display-buffer-at-bottom): Make sure that
3016         split-window-sensibly creates the new window on bottom
3017         (Bug#15961).
3019 2013-11-23  David Kastrup  <dak@gnu.org>
3021         * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
3022         on the conflict markers when available.
3023         (smerge--get-marker): New function.
3024         (smerge-end-re, smerge-base-re): Add subgroup.
3026 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3028         * frame.el (handle-focus-in, handle-focus-out): Add missing
3029         interactive spec.
3031 2013-11-25  Michael Albinus  <michael.albinus@gmx.de>
3033         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
3034         `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
3036 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3038         * play/gomoku.el: Don't use intangible property.  Use lexical-binding.
3039         (gomoku--last-pos): New var.
3040         (gomoku--intangible-chars): New const.
3041         (gomoku--intangible): New function.
3042         (gomoku-mode): Use it.  Derive from special-mode.
3043         (gomoku-move-up): Adjust line count.
3044         (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
3045         (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
3046         Simplify accordingly.
3048         * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
3049         Remove blink-cursor code.
3050         (blink-cursor-timer-function, blink-cursor-suspend):
3051         Don't special-case GUIs.
3052         (blink-cursor-mode): Use focus-in/out-hook.
3054 2013-11-25  Dmitry Gutov  <dgutov@yandex.ru>
3056         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
3057         work when annotation is invisible (Bug#13886).
3059 2013-11-24  Simon Schubert  <2@0x2c.org>  (tiny change)
3061         * json.el (json-alist-p): Only return non-nil if the alist has
3062         simple keys (Bug#13518).
3064 2013-11-24  Mihir Rege  <mihirrege@gmail.com>  (tiny change)
3066         * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
3067         when control-statement is the first statement in a buffer (Bug#15956).
3069 2013-11-24  Dmitry Gutov  <dgutov@yandex.ru>
3071         * imenu.el (imenu-generic-skip-comments-and-strings):
3072         New option (Bug#15560).
3073         (imenu--generic-function): Use it.
3075 2013-11-24  Jorgen Schaefer  <contact@jorgenschaefer.de>
3077         * minibuffer.el (completion--in-region-1): Scroll the correct window.
3078         (Bug#13898)
3080 2013-11-24  Bozhidar Batsov  <bozhidar@batsov.com>
3082         * emacs-lisp/helpers.el: Add some string helpers.
3083         (string-trim-left): Removes leading whitespace.
3084         (string-trim-right): Removes trailing whitespace.
3085         (string-trim): Removes leading and trailing whitespace.
3087         * subr.el (string-suffix-p): New function.
3089 2013-11-23  Glenn Morris  <rgm@gnu.org>
3091         * progmodes/python.el (python-shell-send-file):
3092         Add option to delete file when done.  (Bug#15647)
3093         (python-shell-send-string, python-shell-send-region): Use it.
3095 2013-11-23  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
3097         * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
3098         to set buffer-read-only to t, never to nil.  (Bug#15938)
3100         * textmodes/tex-mode.el (latex-noindent-environments):
3101         Add safe-local-variable property.  (Bug#15936)
3103 2013-11-23  Glenn Morris  <rgm@gnu.org>
3105         * textmodes/enriched.el (enriched-mode): Doc fix.
3106         * emacs-lisp/authors.el (authors-renamed-files-alist):
3107         Add enriched.doc -> enriched.txt.
3109         * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
3111 2013-11-22  Leo Liu  <sdl.web@gmail.com>
3113         * progmodes/octave.el (inferior-octave-startup): Spit out error
3114         message.
3116 2013-11-22  Bozhidar Batsov  <bozhidar@batsov.com>
3118         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
3119         Improve docstring.
3120         Add :version.
3121         (ruby-encoding-magic-comment-style): Add :version.
3123 2013-11-22  Leo Liu  <sdl.web@gmail.com>
3125         * progmodes/octave.el (octave-operator-regexp): Exclude newline.
3126         (Bug#15076)
3127         (octave-help-mode): Adapt to change to help-mode-finish to use
3128         derived-mode-p on 2013-09-17.
3129         (inferior-octave-prompt): Also match octave-gui.
3130         (octave-kill-process): Don't ask twice.  (Bug#10564)
3132 2013-11-22  Leo Liu  <sdl.web@gmail.com>
3134         * progmodes/octave.el (inferior-octave-process-live-p): New helper.
3135         (inferior-octave-startup, inferior-octave-check-process)
3136         (inferior-octave-track-window-width-change)
3137         (octave-completion-at-point, octave-eldoc-function): Use it.
3138         (octave-kill-process): Provide confirmation.  (Bug#10564)
3140 2013-11-21  Leo Liu  <sdl.web@gmail.com>
3142         * progmodes/octave.el (octave-mode, inferior-octave-mode):
3143         Fix obsolete variable comment-use-global-state.
3145 2013-11-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3147         * progmodes/octave.el (octave-mode-map, octave-mode-menu):
3148         Add `octave-source-file'.
3149         (octave-source-file): New function.  (Bug#15935)
3151 2013-11-21  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>
3153         * net/eww.el (eww-local-regex): New variable.
3154         (eww): Use it to detect localhost and similar.
3156 2013-11-21  Leo Liu  <sdl.web@gmail.com>
3158         Add completion for command `ag'.
3159         * pcmpl-x.el (pcmpl-x-ag-options): New variable.
3160         (pcomplete/ag): New function.
3161         (pcmpl-x-ag-options): New function.  Handle `[no]' in long options.
3163 2013-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3165         * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
3166         (bug#14646).
3167         (make-obsolete): Remove interactive spec.
3169 2013-11-21  Glenn Morris  <rgm@gnu.org>
3171         * startup.el (command-line-1): Use path-separator with -L.
3173 2013-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
3175         * emacs-lisp/package.el (describe-package-1): Add package archive
3176         to shown fields.
3178 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
3180         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
3181         Change default to "# encoding: %s" to differentiate it from the
3182         default Ruby encoding comment template.
3184 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
3186         * ses.el (ses-mode): Doc fix.  (Bug#14748)
3188 2013-11-20  Leo Liu  <sdl.web@gmail.com>
3190         * window.el (display-buffer-alist): Doc fix.  (Bug#13594)
3192 2013-11-19  Dan Nicolaescu  <dann@gnu.org>
3194         * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
3195         when rebase or bisect are in progress.
3197 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
3199         * filenotify.el (file-notify-add-watch): Doc fix.
3201 2013-11-19  Leo Liu  <sdl.web@gmail.com>
3203         * obsolete/rcompile.el: Mark obsolete.
3205         * progmodes/compile.el (compilation-start)
3206         (compilation-goto-locus, compilation-find-file):
3207         Pass no-display-ok and handle nil value from display-buffer.
3208         (Bug#13594)
3210         * window.el (display-buffer-alist, display-buffer): Document the
3211         new parameter no-display-ok.  Return either a window or nil
3212         but never a non-window value.
3214 2013-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3216         * electric.el (electric-indent-mode-map): Remove.
3217         (electric-indent-mode): Change the global-map instead (bug#15915).
3219         * textmodes/text-mode.el (paragraph-indent-minor-mode):
3220         Use add-function.
3222 2013-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3224         * emacs-lisp/nadvice.el (remove-function): Align with
3225         add-function's behavior.
3227         * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
3228         (gdb--string-regexp): New constant.
3229         (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
3230         (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
3231         (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
3232         submatch 1.
3233         (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
3234         Adjust use accordingly.
3235         (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
3237 2013-11-17  Adam Sokolnicki  <adam.sokolnicki@gmail.com>  (tiny change)
3239         * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
3240         interpolation curlies (Bug#15914).
3242 2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
3244         * calc/calc.el (calc-context-sensitive-enter): New variable.
3245         (calc-enter): Use `calc-context-sensitive-enter'.
3247 2013-11-16  Teodor Zlatanov  <tzz@lifelogs.com>
3249         * progmodes/cfengine.el: Version bump.
3250         (cfengine-cf-promises): New defcustom to locate cf-promises.
3251         (cfengine3-vartypes): Add new "data" type.
3252         (cfengine3--current-word): New function to get current name-like
3253         word or its bounds.
3254         (cfengine3--current-function): New function to look up a CFEngine
3255         function's definition.
3256         (cfengine3-format-function-docstring): New function.
3257         (cfengine3-make-syntax-cache): New function.
3258         (cfengine3-documentation-function): New function: ElDoc glue.
3259         (cfengine3-completion-function): New function: completion glue.
3260         (cfengine3-mode): Set `compile-command',
3261         `eldoc-documentation-function', and add to
3262         `completion-at-point-functions'.
3264 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
3266         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
3267         `tramp-current-connection'.
3269 2013-11-15  Dmitry Gutov  <dgutov@yandex.ru>
3271         * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
3272         nil/self/true/false with "end of symbol".
3274 2013-11-15  Bozhidar Batsov  <bozhidar@batsov.com>
3276         * subr.el (version-regexp-alist): Fix a typo.
3278 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
3280         * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
3281         "en_US.utf8" and "LC_CTYPE" to "".
3282         (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
3283         (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
3285 2013-11-15  Leo Liu  <sdl.web@gmail.com>
3287         * loadhist.el (read-feature): Get rid of fake feature nil.  (Bug#15889)
3289 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3291         * progmodes/gud.el (ctl-x-map):
3292         Remove C-x SPC binding.  (Bug#12342)
3293         (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
3295 2013-11-14  Bozhidar Batsov  <bozhidar@batsov.com>
3297         * subr.el (version-regexp-alist):
3298         Recognize hg, svn and darcs versions as snapshot versions.
3300         * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
3301         'always-utf8 value of `ruby-insert-encoding-magic-comment'.
3302         (ruby--encoding-comment-required-p): Extract from
3303         `ruby-mode-set-encoding'.
3304         (ruby-mode-set-encoding): Add the ability to always insert an
3305         utf-8 encoding comment.  Fix and simplify coding comment update
3306         logic.
3308 2013-11-14  Michael Albinus  <michael.albinus@gmx.de>
3310         * net/tramp-gvfs.el (top): Run init code only when
3311         `tramp-gvfs-enabled' is not nil.
3312         (tramp-gvfs-enabled): Check also :system bus.
3314 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3316         Sync with upstream verilog-mode revision 78e66ba.
3317         * progmodes/verilog-mode.el (verilog-end-of-defun)
3318         (verilog-type-completion, verilog-get-list): Remove unused funcs.
3319         (verilog-get-end-of-defun): Remove unused argument.
3320         (verilog-comment-depth): Remove unused local `e'.
3321         (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
3322         Don't pass arg to verilog-get-end-of-defun.
3324 2013-11-14  Glenn Morris  <rgm@gnu.org>
3326         * obsolete/assoc.el (aget): Prefix dynamic variable.
3328         * allout-widgets.el (allout-widgets): No need to autoload defgroup.
3330 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3332         * widget.el, hfy-cmap.el: Remove bogus package version number.
3334 2013-11-13  Glenn Morris  <rgm@gnu.org>
3336         * replace.el (replace-eval-replacement):
3337         Try to give more helpful error message.  (Bug#15836)
3339         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
3340         (archive-7z-update): Avoid custom type mismatches.
3342         * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
3344 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
3346         * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
3347         address can be empty.
3349         * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
3350         Accept nil SWITCHES.
3351         (tramp-gvfs-handle-write-region): Implement APPEND.
3353 2013-11-12  Dmitry Gutov  <dgutov@yandex.ru>
3355         * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
3356         binary "|" operator and closing block args delimiter.
3357         Remove FIXME comment referring to Ruby 1.8-only syntax.
3358         (ruby-smie--implicit-semi-p): Not after "|" operator.
3359         (ruby-smie--closing-pipe-p): New function.
3360         (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
3361         (ruby-smie-rules): Indent after "|".
3363 2013-11-12  Glenn Morris  <rgm@gnu.org>
3365         * ps-print.el (ps-face-attribute-list):
3366         Handle anonymous faces.  (Bug#15827)
3368 2013-11-12  Martin Rudalics  <rudalics@gmx.at>
3370         * window.el (display-buffer-other-frame): Fix doc-string.
3371         (Bug#15868)
3373 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3375         * subr.el (force-mode-line-update): Delete, move to buffer.c.
3377 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
3379         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
3380         (tramp-sh-handle-file-local-copy): Don't write a message when
3381         saving temporary files.
3383         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
3384         both directories are remote.
3385         (tramp-smb-handle-directory-files): Do not return double entries.
3386         Do not expand full file names.
3387         (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
3388         (tramp-smb-handle-write-region): Implement APPEND.
3389         (tramp-smb-get-stat-capability): Fix a stupid bug.
3391 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3393         * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
3395 2013-11-11  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
3397         * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
3398         throwing error over malformed let/let* (bug#15814).
3400 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3402         * iswitchb.el (iswitchb-mode): Mark obsolete.
3404 2013-11-11  Glenn Morris  <rgm@gnu.org>
3406         * international/uni-bidi.el, international/uni-category.el:
3407         * international/uni-name.el, international/uni-numeric.el:
3408         Regenerate for Unicode 6.3.0.
3410 2013-11-10  Michael Albinus  <michael.albinus@gmx.de>
3412         * net/tramp.el (tramp-methods):
3413         * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
3414         2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
3416 2013-11-09  Andreas Schwab  <schwab@linux-m68k.org>
3418         * progmodes/sh-script.el (sh-font-lock-keywords-var):
3419         Force highlighting text after Summary keyword in doc face for rpm.
3421 2013-11-09  Dmitry Gutov  <dgutov@yandex.ru>
3423         * textmodes/ispell.el (ispell-lookup-words): When `look' is not
3424         available and the word has no wildcards, append one to the grep pattern.
3425         http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
3426         (ispell-complete-word): Call `ispell-lookup-words' with the value
3427         independent of `ispell-look-p'.
3429 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
3431         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
3432         Not after "||".
3433         (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
3434         their parent.
3436 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3438         * progmodes/ruby-mode.el: Don't require cl any more.  Use pcase instead.
3439         (ruby-font-lock-keywords): Use backquote.
3441 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
3443         * progmodes/ruby-mode.el (ruby-smie--forward-token)
3444         (ruby-smie--backward-token): Only consider full-string matches.
3446 2013-11-08  Jan Djärv  <jan.h.d@swipnet.se>
3448         * faces.el (describe-face): Add distant-foreground.
3450 2013-11-08  Bozhidar Batsov  <bozhidar@batsov.com>
3452         * progmodes/ruby-mode.el: Improve encoding comment handling.
3453         (ruby-encoding-magic-comment-style): New option.
3454         (ruby-custom-encoding-magic-comment-template): New option.
3455         (ruby--insert-coding-comment, ruby--detect-encoding):
3456         New functions extracted from `ruby-mode-set-encoding'.
3457         (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
3458         to control the style of the auto-inserted encoding comment.
3460 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
3462         * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
3463         Use `smie-backward-sexp' with token argument.
3465 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
3467         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
3468         Remove instrumentation code.
3470 2013-11-08  Glenn Morris  <rgm@gnu.org>
3472         * progmodes/autoconf.el (autoconf-mode):
3473         Tweak comment-start-skip.  (Bug#15822)
3475 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3477         * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
3478         at bobp (bug#15826).
3479         (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
3481 2013-11-08  Darren Hoo  <darren.hoo@gmail.com>
3483         * man.el (Man-start-calling): New macro, extracted from
3484         Man-getpage-in-background.
3485         (Man-getpage-in-background): Use it.
3486         (Man-update-manpage): New command.
3487         (Man-mode-map): Bind it.
3489 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
3491         * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
3492         of "and", "or", "&&" and "||".
3493         (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
3494         argument.  Prohibit opening curly brace because it could only be a
3495         block opener in that position.
3496         (ruby-smie--forward-token, ruby-smie--backward-token):
3497         Separate "|" from "&" or "*" going after it.  That can happen in block
3498         arguments.
3499         (ruby-smie--indent-to-stmt): New function, seeks the end of
3500         previous statement or beginning of buffer.
3501         (ruby-smie-rules): Use it.
3502         (ruby-smie-rules): Check if there's a ":" before a curly block
3503         opener candidate; if there is, it's a hash.
3505 2013-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3507         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
3508         (cl--block-wrapper): Fix last accidental change.
3510 2013-11-07  Michael Albinus  <michael.albinus@gmx.de>
3512         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
3513         Instrument, in order to hunt failure on hydra.
3515 2013-11-05  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
3517         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
3518         malformed bindings form (bug#15814).
3520 2013-11-07  Dmitry Gutov  <dgutov@yandex.ru>
3522         * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
3523         "." compared to " @ ".  This incidentally fixes some indentation
3524         examples with "do".
3525         (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
3526         (ruby-smie-grammar): New tokens: "and" and "or".
3527         (ruby-smie--args-separator-p): Fix the check for tokens at POS.
3528         Exclude "and" and "or".  Remove "do" in order to work around token
3529         priorities.
3530         (ruby-smie-rules): Add all infix tokens.  Handle the case of
3531         beginning-of-buffer.
3533 2013-11-06  Glenn Morris  <rgm@gnu.org>
3535         * Makefile.in (setwins_almost, setwins_for_subdirs):
3536         Avoid accidental matches.
3538 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3540         * menu-bar.el (popup-menu): Use key-binding.
3542 2013-11-06  Eli Zaretskii  <eliz@gnu.org>
3544         * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
3545         menus, support also the menus produced by minor modes.
3546         (Bug#15817)
3548 2013-11-06  Leo Liu  <sdl.web@gmail.com>
3550         * thingatpt.el (thing-at-point-looking-at): Add optional arg
3551         DISTANCE to bound the search.  All uses changed.  (Bug#15808)
3553 2013-11-06  Glenn Morris  <rgm@gnu.org>
3555         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
3556         (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
3557         (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
3559 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3561         * electric.el (electric-indent-just-newline): New command.
3562         (electric-indent-mode-map): New keymap.
3563         (electric-indent-mode, electric-pair-mode, electric-layout-mode):
3564         Re-add :group which weren't redundant.
3566         * electric.el (electric-indent-local-mode): New minor mode.
3567         (electric-indent-functions-without-reindent): New var.
3568         (electric-indent-post-self-insert-function): Use it.
3569         * emacs-lisp/gv.el (buffer-local-value): Add setter.
3571 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
3573         * international/quail.el (quail-help): Be more explicit about the
3574         meaning of the labels shown on the keys.  (Bug#15800)
3576         * startup.el (normal-top-level): Load the subdirs.el files before
3577         setting the locale environment.  (Bug#15805)
3579 2013-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3581         * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
3582         via arguments so as to get the right ones (bug#15418).
3584         * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
3586 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
3588         Fix problems found while writing a test suite.
3590         * net/tramp-compat.el (tramp-compat-load): New defun.
3591         * net/tramp.el (tramp-handle-load): Use it.
3593         * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
3594         "(numberp ok-if-already-exists)" correctly.
3596 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
3598         * international/characters.el (glyphless-char-display-control):
3599         Add usage note.
3601 2013-11-05  Bozhidar Batsov  <bozhidar@batsov.com>
3603         * progmodes/python.el (python-mode):
3604         * progmodes/scheme.el (scheme-mode):
3605         * progmodes/prolog.el (prolog-mode):
3606         * progmodes/ruby-mode.el (ruby-mode):
3607         * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
3608         (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
3610 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3612         * rect.el (rectangle--highlight-for-redisplay):
3613         * emacs-lisp/smie.el (smie--next-indent-change):
3614         Use buffer-chars-modified-tick.
3616         * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
3618         * electric.el (electric-indent-post-self-insert-function):
3619         Only delete trailing whitepsace if it is indeed trailing (bug#15767).
3621 2013-11-04  Helmut Eller  <eller.helmut@gmail.com>
3623         * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
3625 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
3627         * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
3628         (bug#15786).
3630 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3632         * emacs-lisp/helpers.el: Move from helpers.el.  Use lexical-binding.
3634         * progmodes/python.el: Fix up last change.
3635         (python-shell--save-temp-file): New function.
3636         (python-shell-send-string): Use it.  Remove `msg' arg.  Don't assume
3637         `string' comes from the current buffer.
3638         (python-shell-send-string-no-output): Remove `msg' arg.
3639         (python--use-fake-loc): New var.
3640         (python-shell-buffer-substring): Obey it.  Try to compensate for the
3641         extra coding line added by python-shell--save-temp-file.
3642         (python-shell-send-region): Use python-shell--save-temp-file and
3643         python-shell-send-file directly.  Add `nomain' argument.
3644         (python-shell-send-buffer): Use python-shell-send-region.
3645         (python-electric-pair-string-delimiter): New function.
3646         (python-mode): Use it.
3648 2013-11-04  Eli Zaretskii  <eliz@gnu.org>
3650         * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
3651         eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
3652         environment and decoding all of the default-directory's to here
3653         from command-line.
3654         (command-line): Decode also argv[0].
3656         * loadup.el: Error out if default-directory is a multibyte string
3657         when we are dumping.
3659         * Makefile.in (emacs): Don't set LC_ALL=C.  (Bug#15260)
3661 2013-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
3663         * emacs-lisp/package.el (package-menu-mode)
3664         (package-menu--print-info, package-menu--archive-predicate):
3665         Add Archive column to package list.
3667 2013-11-04  Michael Albinus  <michael.albinus@gmx.de>
3669         Fix problems found while writing a test suite.
3671         * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
3672         (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
3673         (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
3674         to nil when running original file name handler.  Otherwise,
3675         there are problems with constructs like "$$FOO".
3677         * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
3678         for `localname'.
3680 2013-11-04  Bozhidar Batsov  <bozhidar@batsov.com>
3682         * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
3684         * subr.el (version<, version<=, version=):
3685         Update docstrings with information for snapshot versions.
3687         * helpers.el: New library for misc helper functions.
3688         (hash-table-keys): New function returning a list of hash keys.
3689         (hash-table-values): New function returning a list of hash values.
3691 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
3693         * progmodes/ruby-mode.el (ruby-smie--forward-token)
3694         (ruby-smie--backward-token): Tokenize heredocs as semicolons.
3696 2013-11-04  Michal Nazarewicz  <mina86@mina86.com>
3698         * textmodes/fill.el (fill-single-char-nobreak-p): New function
3699         checking whether point is after a 1-letter word.
3701 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
3703         * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
3704         Don't infloop when expanding region over `multiline' syntax-type that
3705         begins a line (bug#15778).
3707 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3709         * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
3710         Make it into a proper minor mode.
3711         (rectangle--region): (implicitly) rename to rectangle-mark-mode.
3712         (rectangle-mark-mode-map): New keymap.
3713         (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
3715 2013-11-04  Glenn Morris  <rgm@gnu.org>
3717         * startup.el (command-line-1): Allow `-L :...' to append to load-path.
3719 2013-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3721         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
3722         (ruby-smie-rules): Use smie-rule-parent instead.
3724         * emacs-lisp/smie.el (smie-rule-parent): Always call
3725         smie-indent-virtual rather than only for hanging tokens.
3726         (smie--next-indent-change): New helper command.
3728 2013-11-03  Glenn Morris  <rgm@gnu.org>
3730         * Makefile.in (abs_srcdir): Remove.
3731         (emacs): Unset EMACSLOADPATH.
3733 2013-11-02  Glenn Morris  <rgm@gnu.org>
3735         * Makefile.in (EMACS): Use a relative filename.
3736         (abs_top_builddir): Remove.
3737         (custom-deps, finder-data, autoloads): Use --chdir.
3739         * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
3741         Use relative filenames in TAGS files.
3742         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
3743         (lisptagsfiles4, TAGS): Use relative file names.
3744         (TAGS-LISP): Remove.
3745         (maintainer-clean): No more TAGS-LISP file.
3747         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
3748         (lisptagsfiles4): Use absolute filenames again.
3749         (TAGS, TAGS-LISP): Not everything needs to run in one line.
3750         Remove all *loaddefs files, not just the first.  Remove esh-groups.
3751         (maintainer-clean): Delete TAGS, TAGS-LISP.
3753 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
3755         * emacs-lisp/package.el (package-version-join):
3756         Recognize snapshot versions.
3758 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
3760         * subr.el (version-regexp-alist): Add support for snapshot versions.
3762 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
3764         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
3765         New function, replacement for `smie-rule-parent' for when we want to
3766         skip over our direct parent if it's an assignment token..
3767         (ruby-smie-rules): Use it.
3769 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
3771         * progmodes/ruby-mode.el: Use `syntax-propertize-function'
3772         unconditionally.  Remove now unnecessary forward declarations.
3773         Remove XEmacs-specific setup.
3774         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
3775         (ruby-font-lock-syntactic-keywords)
3776         (ruby-comment-beg-syntax, ruby-in-here-doc-p)
3777         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
3778         (ruby-here-doc-end-syntax): Remove.
3779         (ruby-mode): Don't check whether `syntax-propertize-rules' is
3780         defined as function.
3782 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
3784         * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
3786 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
3788         * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
3789         table and abbrev table, `define-derived-mode' does that for us
3790         anyway.
3792 2013-11-01  Glenn Morris  <rgm@gnu.org>
3794         * Makefile.in: Remove manual mh-e dependencies (writing .elc
3795         files is atomic for some time, so no parallel compilation issues).
3797 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
3799         * faces.el (face-x-resources): Add :distant-foreground.
3800         (region): Use :distant-foreground for gtk and ns.
3802 2013-11-01  Tassilo Horn  <tsdh@gnu.org>
3804         Allow multiple bibliographies when BibLaTeX is used rather than
3805         BibTeX.
3806         * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
3807         (reftex-locate-bibliography-files): Us it.
3809 2013-11-01  Claudio Bley  <claudio.bley@googlemail.com>
3811         * image.el (image-type-header-regexps): Fix the 'pbm' part to
3812         allow comments in pbm files.
3814         * term/w32-win.el (dynamic-library-alist): Support newer versions
3815         of libjpeg starting with v7: look only for the DLL from the
3816         version against which Emacs was built.
3817         Support versions of libpng beyond 1.4.x.
3818         Support libtiff v4.x.
3820 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
3822         * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
3823         (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
3824         Add property :safe.
3825         (ruby-deep-arglist): Add property :type.
3827 2013-10-31  Glenn Morris  <rgm@gnu.org>
3829         * Makefile.in (custom-deps, finder-data): No need to setq the target
3830         variables, we are in the right directory and the defaults work fine.
3832 2013-10-30  Glenn Morris  <rgm@gnu.org>
3834         * Makefile.in (autoloads): Do not use abs_lisp.
3836         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3837         `newline' does not respect `standard-output', so use `princ'.
3839 2013-10-30  Alp Aker  <alp.tekin.aker@gmail.com>
3841         Ensure unmarking in buffer menu clears 'S' marks.  (Bug#15761)
3842         * buff-menu.el (Buffer-menu--unmark): New function.
3843         (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
3845 2013-10-30  Glenn Morris  <rgm@gnu.org>
3847         * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
3849         * emacs-lisp/package.el (lm-homepage): Declare.
3851         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
3852         Fix doc typos.
3854         * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
3856         * Makefile.in (finder-data, autoloads, update-subdirs)
3857         (compile-main, compile-clean, compile-always, bootstrap-clean):
3858         Check return value of cd.
3859         (compile-calc): Remove.
3861 2013-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3863         * simple.el (copy-region-as-kill): Fix call to region-extract-function.
3865         * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
3866         (byte-compile-and-folded): New function.
3867         (=, <, >, <=, >=): Use it.
3869         * dos-w32.el (minibuffer-history-case-insensitive-variables)
3870         (path-separator, null-device, buffer-file-coding-system)
3871         (lpr-headers-switches): Check system-type before modifying them.
3872         (find-buffer-file-type-coding-system): Mark obsolete.
3873         (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
3874         find-file-not-found-set-buffer-file-coding-system.
3875         (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
3876         (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
3877         (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
3878         (w32-direct-print-region-helper, w32-direct-print-region-function)
3879         (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
3880         * startup.el (normal-top-level-add-subdirs-to-load-path):
3881         * ps-print.el (ps-print-region-function):
3882         * lpr.el (print-region-function): Use new name.
3884         * subr.el (custom-declare-variable-early): Remove function.
3885         (custom-declare-variable-list): Remove var.
3886         (error, user-error): Remove `while' loop.
3887         (read-quoted-char-radix, read-quoted-char): Move to simple.el.
3888         (user-emacs-directory-warning, locate-user-emacs-file):
3889         Move to files.el.
3890         * simple.el (read-quoted-char-radix, read-quoted-char):
3891         * files.el (user-emacs-directory-warning, locate-user-emacs-file):
3892         Move from subr.el.
3893         * custom.el (custom-declare-variable-list): Don't process
3894         custom-declare-variable-list.
3896         * progmodes/python.el (python-shell-get-buffer): New function.
3897         (python-shell-get-process): Use it.
3898         (python-shell-send-string): Always use utf-8 and add a cookie to tell
3899         Python which encoding was used.  Don't split-string since we only care
3900         about the first line.  Return the temp-file, if applicable.
3901         (python-shell-send-region): Tell compile.el how to turn locations in
3902         the temp-file into locations in the source buffer.
3904 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3906         * subr.el (undefined): Add missing behavior from the C code for
3907         unbound keys.
3909         * rect.el: Use lexical-binding.  Add new rectangular region support.
3910         (rectangle-mark): New command.
3911         (rectangle--region): New var.
3912         (deactivate-mark-hook): Reset rectangle--region.
3913         (rectangle--extract-region, rectangle--insert-for-yank)
3914         (rectangle--highlight-for-redisplay)
3915         (rectangle--unhighlight-for-redisplay): New functions.
3916         (region-extract-function, redisplay-unhighlight-region-function)
3917         (redisplay-highlight-region-function): Use them to handle
3918         rectangular region.
3919         * simple.el (region-extract-function): New var.
3920         (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
3921         (kill-new, kill-append): Remove obsolete `yank-handler' argument.
3922         (kill-region): Replace obsolete `yank-handler' arg with `region'.
3923         (copy-region-as-kill, kill-ring-save): Add `region' argument.
3924         (redisplay-unhighlight-region-function)
3925         (redisplay-highlight-region-function): New vars.
3926         (redisplay--update-region-highlight): New function.
3927         (pre-redisplay-function): Use it.
3928         (exchange-point-and-mark): Don't deactivate the mark before
3929         reactivate-it anyway.
3930         * comint.el (comint-kill-region): Remove yank-handler argument.
3931         * delsel.el (delete-backward-char, backward-delete-char-untabify)
3932         (delete-char): Remove property, since it's now part of their
3933         default behavior.
3934         (self-insert-iso): Remove property since this command doesn't exist.
3936         * emacs-lisp/package.el (package--download-one-archive)
3937         (describe-package-1): Don't query the user about final newline.
3939 2013-10-29  Daniel Colascione  <dancol@dancol.org>
3941         * net/tramp.el (tramp-methods): Document new functionality.
3942         * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
3943         tramp-hostname-checker if method provides one instead of scanning
3944         argument list for "%h" to decide hostname acceptability.
3946 2013-10-28  Michael Albinus  <michael.albinus@gmx.de>
3948         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
3949         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
3950         Handle COPY-CONTENTS.  (Bug#15737)
3952 2013-10-28  Daiki Ueno  <ueno@gnu.org>
3954         * epa-file.el
3955         (epa-file-cache-passphrase-for-symmetric-encryption):
3956         Document that this option has no effect with GnuPG 2.0 (bug#15552).
3958 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
3960         * image.el (defimage):
3961         (image-load-path): Doc fixes.
3963 2013-10-27  Alan Mackenzie  <acm@muc.de>
3965         Indent statements in macros following "##" correctly.
3966         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
3967         Modify the "#" arm of a cond form to handle "#" and "##" operators.
3969 2013-10-27  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
3971         * linum.el (linum-update-window): Fix boundary test (bug#13446).
3973 2013-10-27  Dmitry Gutov  <dgutov@yandex.ru>
3975         * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
3976         after `=' is probably a new expression.
3978 2013-10-27  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3980         * man.el (man-imenu-title): New option.
3981         (Man-mode-map): Add menu.  (Bug#15722)
3982         (Man-mode): Add imenu to menu.
3984 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
3986         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
3987         specific in what the first arg can be: a non-keyword word,
3988         string/regexp/percent literal opener, opening paren, or unary
3989         operator followed directly by word.
3991 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3993         * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
3994         (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
3995         (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
3996         (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
3997         Remove vars, they do not apply any more.
3998         (prolog-mode-abbrev-table): Remove redundant declaration.
3999         (prolog-upper-case-string, prolog-lower-case-string): Remove.
4000         (prolog-use-smie): Remove.
4001         (prolog-smie-rules): Add indentation rule for the if-then-else layout
4002         supported by prolog-electric-if-then-else-flag.
4003         (prolog-mode-variables, prolog-menu): Use setq-local.
4004         (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
4005         Remove binding to `Backspace' since this key doesn't exist anyway.
4006         Remove bindings for electric self-inserting keys.
4007         (prog-mode): Assume it's defined.
4008         (prolog-post-self-insert): New function.
4009         (prolog-mode): Use it.
4010         (prolog-indent-line, prolog-indent-level)
4011         (prolog-find-indent-of-matching-paren)
4012         (prolog-indentation-level-of-line, prolog-goto-comment-column)
4013         (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
4014         (prolog-goto-next-paren, prolog-in-string-or-comment)
4015         (prolog-tokenize, prolog-inside-mline-comment)
4016         (prolog-find-start-of-mline-comment): Remove functions.
4017         (prolog-find-unmatched-paren, prolog-clause-end)
4018         (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
4019         (prolog-electric--if-then-else): Rename from
4020         prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
4021         (prolog-tokenize-searchkey): Remove const.
4022         (prolog-clause-info): Use forward-sexp.
4023         (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
4024         (prolog-electric-if-then-else): Remove commands.
4025         (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
4026         for use in post-self-insert-hook.
4027         (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
4028         for use in post-self-insert-hook.
4029         (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
4030         for use in post-self-insert-hook.
4031         (prolog-electric--underscore): Rename from prolog-electric--underscore;
4032         adapt it for use in post-self-insert-hook.
4034 2013-10-25  Michael Albinus  <michael.albinus@gmx.de>
4036         * emacs-lisp/ert.el (ert-run-tests-interactively):
4037         Use `completing-read'.  (Bug#9756)
4039 2013-10-25  Eli Zaretskii  <eliz@gnu.org>
4041         * simple.el (line-move): Call line-move-1 instead of
4042         line-move-visual when the current window hscroll is zero, but
4043         temporary-goal-column indicates we will need to hscroll as result
4044         of the movement.  (Bug#15712)
4046 2013-10-25  Dmitry Gutov  <dgutov@yandex.ru>
4048         * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
4049         capitalization.  Use :visible instead of :active.
4050         Fix `ruby-indent-exp' reference.  Add menu items for the generic
4051         commands that are used with SMIE.
4052         (ruby-do-end-to-brace): Insert space after `{'.
4054 2013-10-25  John Anthony  <john@jo.hnanthony.com>
4056         * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu.  (Bug#15600)
4058         * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu.  (Bug#15599)
4060 2013-10-25  Glenn Morris  <rgm@gnu.org>
4062         * vc/vc.el (vc-print-log): Don't use a working revision unless
4063         one was explicitly specified.  (Bug#15322)
4065 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4067         * subr.el (add-to-list): Preserve return value in compiler-macro
4068         (bug#15692).
4070 2013-10-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4072         * progmodes/octave.el (octave-lookfor): Handle empty lookfor
4073         result.  Ask user to retry using '-all' flag.  (Bug#15701)
4075 2013-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4077         * emacs-lisp/smie.el: New smie-config system.
4078         (smie-config): New defcustom.
4079         (smie-edebug, smie-config-show-indent, smie-config-set-indent)
4080         (smie-config-guess, smie-config-save): New commands.
4081         (smie-config--mode-local, smie-config--buffer-local)
4082         (smie-config--trace, smie-config--modefuns): New vars.
4083         (smie-config--advice, smie-config--mode-hook)
4084         (smie-config--setter, smie-config-local, smie-config--get-trace)
4085         (smie-config--guess-value, smie-config--guess): New functions.
4086         (smie-indent-forward-token, smie-indent-backward-token): Don't copy
4087         text properties.  Treat "string fence" syntax like string syntax.
4089         * progmodes/sh-script.el (sh-use-smie): Change default.
4090         (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
4091         (sh-var-value): Simplify by CSE.
4092         (sh-show-indent, sh-set-indent, sh-learn-line-indent)
4093         (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
4094         is used.
4095         (sh-guess-basic-offset): Use cl-incf.
4096         (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
4098 2013-10-24  Helmut Eller  <eller.helmut@gmail.com>
4100         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
4101         (bug#15699).
4103 2013-10-24  Glenn Morris  <rgm@gnu.org>
4105         * Makefile.in (abs_top_srcdir): Remove.
4106         (update-subdirs): Use relative path to update-subdirs.
4108 2013-10-24  Eli Zaretskii  <eliz@gnu.org>
4110         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
4111         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
4112         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
4113         Call unmsys--file-name before expand-file-name, not after it.
4115 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
4117         * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
4118         (ert-test-skipped): New error.
4119         (ert-skip, ert-stats-skipped): New defuns.
4120         (ert--skip-unless): New macro.
4121         (ert-test-skipped): New struct.
4122         (ert--run-test-debugger, ert-test-result-type-p)
4123         (ert-test-result-expected-p, ert--stats, ert-stats-completed)
4124         (ert--stats-set-test-and-result, ert-char-for-test-result)
4125         (ert-string-for-test-result, ert-run-tests-batch)
4126         (ert--results-update-ewoc-hf, ert-run-tests-interactively):
4127         Handle skipped tests.  (Bug#9803)
4129 2013-10-24  Glenn Morris  <rgm@gnu.org>
4131         * Makefile.in (check-declare): Remove unnecessary path in -l argument.
4133         * Makefile.in (abs_top_srcdir): New, set by configure.
4134         (update-subdirs): Correct build-aux location.
4136 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
4138         * vc/vc.el (vc-print-root-log): Always set `default-directory'
4139         value, whether we could auto-deduce `backend', or not.
4141         * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
4142         with parameters" example.  Simplify the "is it block or is it
4143         hash" check, but also make it more thorough.
4145 2013-10-23  Masashi Fujimoto  <masfj.dev@gmail.com>  (tiny change)
4147         * battery.el (battery-pmset): Handle OS X Mavericks.  (Bug#15694)
4149 2013-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4151         * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
4152         { if it is hanging.
4154         * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
4155         :before ";".
4157 2013-10-23  Jed Brown  <jed@59A2.org>  (tiny change)
4159         * progmodes/compile.el (compilation-directory-matcher)
4160         (compilation-page-delimiter):
4161         Support GNU Make-4.0 directory quoting.  (Bug#15678)
4163 2013-10-23  Leo Liu  <sdl.web@gmail.com>
4165         * ido.el (ido-tidy): Handle read-only text.
4167 2013-10-23  Glenn Morris  <rgm@gnu.org>
4169         * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
4170         (emacs, compile, compile-always):
4171         Quote entities that might contain whitespace.
4172         (custom-deps, finder-data, autoloads): Use abs_lisp.
4173         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
4174         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
4175         ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
4177 2013-10-23  Dmitry Gutov  <dgutov@yandex.ru>
4179         * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
4180         Use `following-char'.
4182 2013-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4184         * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
4185         * progmodes/ruby-mode.el (ruby-smie-rules):
4186         Remove corresponding workaround.  Fix indentation rule of ";" so it
4187         also applies when ";" is the parent.
4189 2013-10-22  Xue Fuqiao  <xfq.free@gmail.com>
4191         * frame.el (display-screens, display-pixel-height)
4192         (display-pixel-width, display-mm-width, display-backing-store)
4193         (display-save-under, display-planes, display-color-cells)
4194         (display-visual-class, display-monitor-attributes-list):
4195         Mention the optional ‘display’ argument in doc strings.
4197 2013-10-22  Michael Gauland  <mikelygee@amuri.net>
4199         * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
4200         viewers such as evince when ebnf-production-name-p is nil.  (Bug#15625)
4202 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
4204         * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
4205         TODO.  Add "." after " @ ".
4206         (ruby-smie--at-dot-call): New function.  Checks if point at method
4207         call with explicit target.
4208         (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
4209         to the method name tokens when it precedes them.
4210         (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
4211         (ruby-smie-rules): Add rule for indentation before and after "."
4212         token.
4214 2013-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4216         * textmodes/remember.el (remember-diary-extract-entries):
4217         Avoid add-to-list.
4219         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
4220         an instruction.
4222 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
4224         * progmodes/ruby-mode.el (ruby-smie-grammar):
4225         Add (almost) all infix operators.
4226         (ruby-smie--implicit-semi-p): Add new operator chars.
4228         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
4229         `smie-down-list'.
4230         (ruby-smie--args-separator-p): Check that there's no newline
4231         between method call and its arguments.
4233 2013-10-20  Alan Mackenzie  <acm@muc.de>
4235         Allow comma separated lists after Java "implements".
4237         * progmodes/cc-engine.el (c-backward-over-enum-header):
4238         Parse commas.
4239         * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
4240         from a "disallowed" list in enum fontification.
4242 2013-10-20  Johan Bockgård  <bojohan@gnu.org>
4244         * startup.el (default-frame-background-mode): Remove unused defvar.
4246         * progmodes/verilog-mode.el (verilog-mode): Don't set
4247         comment-indent-function globally.
4249 2013-10-20  Jan Djärv  <jan.h.d@swipnet.se>
4251         * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
4252         Move Info menu item creation to ns-win.el.
4254         * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
4255         in menu bar.
4257         * menu-bar.el: Move GNUstep specific menus...
4259         * term/ns-win.el (ns-initialize-window-system): ... to here.
4261 2013-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4263         * simple.el (newline): Only run post-self-insert-hook when
4264         called interactively.
4266 2013-10-19  Johan Bockgård  <bojohan@gnu.org>
4268         * icomplete.el (icomplete-with-completion-tables): Add :version.
4270 2013-10-19  Alan Mackenzie  <acm@muc.de>
4272         Fix fontification bugs with constructors and const.
4274         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
4275         CASE 2) Remove the check for the absence of a suffix construct
4276         after a function declaration with only types (no identifiers) in
4277         the parentheses.  Also, accept a function declaration with just a
4278         type inside the parentheses, if this type can be positively
4279         recognised as such, or if a prefix keyword like "explicit" nails
4280         down the construct as a declaration.
4282 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
4284         * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
4285         TTY menu actions and down-mouse-N to tty-menu-ignore.  This solves
4286         the problem whereby selecting a menu item that leads to a
4287         minibuffer prompt moves the cursor out of the minibuffer window,
4288         making it hard to type at the prompt.  Suggested by Stefan Monnier
4289         <monnier@iro.umontreal.ca>.
4291 2013-10-19  Jan Djärv  <jan.h.d@swipnet.se>
4293         * menu-bar.el: Don't make Services menu.
4295 2013-10-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4297         * ffap.el: Handle "/usr/include/c++/<version>" directories.
4298         (ffap-alist): Use ffap-c++-mode for c++-mode.
4299         (ffap-c++-path): New variable.
4300         (ffap-c++-mode): New function.
4302 2013-10-19  Joe Vornehm Jr.  <joe.vornehm@gmail.com>  (tiny change)
4304         * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
4306 2013-10-18  Michael Albinus  <michael.albinus@gmx.de>
4308         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
4309         introduced on 2013-09-08, which results in an infinite loop
4310         requesting a password.
4312 2013-10-18  Glenn Morris  <rgm@gnu.org>
4314         * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
4316 2013-10-18  Wilson Snyder  <wsnyder@wsnyder.org>
4318         Sync with upstream verilog-mode revision 1a6ecec7.
4319         * progmodes/verilog-mode.el (verilog-mode-version): Update.
4320         (verilog-mode-release-date): Remove.
4321         (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
4322         (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
4323         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
4324         (verilog-auto-tieoff-ignore-regexp)
4325         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
4326         (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
4327         (verilog-signals-with, verilog-dir-cache-preserving)
4328         (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
4329         Doc fixes.
4330         (verilog-case-fold): New option, to control case folding in
4331         regexp searches, bug597.
4332         (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
4333         (verilog-string-match-fold, verilog-in-paren-count)
4334         (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
4335         (verilog-at-close-struct-p): New functions.
4336         (verilog-beg-block-re-ordered, verilog-extended-case-re)
4337         (verilog-forward-sexp, verilog-set-auto-endcomments):
4338         (verilog-leap-to-case-head): Handle "unique0" case.
4339         (verilog-in-constraint-re): New constant.
4340         (verilog-keywords, verilog-type-font-keywords):
4341         Add some SystemVerilog 1800-2012 keywords.
4342         (verilog-label-be): Remove unimplemented argument, bug669.
4343         (verilog-batch-execute-func): When batch expanding clear
4344         create-lockfiles to prevent spurious user locks when a file ends
4345         up not changing.
4346         (verilog-calculate-indent, verilog-calc-1)
4347         (verilog-at-close-constraint-p, verilog-at-constraint-p)
4348         (verilog-do-indent): Fix indentation of nested constraints
4349         and structures.
4350         (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
4351         (verilog-auto-inst-param): Use verilog-string-match-fold.
4352         (verilog-read-inst-module-matcher):
4353         Fix AUTOINST on gate primitives with #1.
4354         (verilog-read-decls): Fix double-declaring user-defined typed signals.
4355         Reads all user-defined typed variables.
4356         (verilog-read-defines): Fix reading definitions inside comments, bug647.
4357         (verilog-signals-matching-regexp)
4358         (verilog-signals-not-matching-regexp, verilog-auto):
4359         Respect verilog-case-fold.
4360         (verilog-diff-report): Fix line count.
4361         (verilog-auto-assign-modport): Remove unused local `modi'.
4362         (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
4363         better handle multidimensional arrays.
4364         Fix packed array ports misadding bit index in AUTOINST, bug637.
4365         (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
4366         to not double-declare existing outputs and inputs, respectively.
4367         (verilog-template-map): Bind U to verilog-sk-uvm-component.
4368         (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
4369         (verilog-sk-uvm-component): New skeleton.
4370         (verilog-submit-bug-report): Add verilog-case-fold,
4371         remove verilog-mode-release-date.
4373 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
4375         * subr.el (sit-for): Call (input-pending-p t) so as to behave
4376         as before.
4378 2013-10-18  Reuben Thomas  <rrt@sc3d.org>
4380         * textmodes/remember.el (remember): Set buffer-offer-save in
4381         remember buffers (bug#13566).
4383 2013-10-18  Daniel Colascione  <dancol@dancol.org>
4385         When evaluating forms in ielm, direct standard output to ielm
4386         buffer.  Add new ielm-return-for-effect command.  Remove trailing
4387         whitespace throughout.
4389         * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
4390         (ielm-return-for-effect): New command.
4391         (ielm-send-input): Accept optional `for-effect' parameter.
4392         (ielm-eval-input): Accept optional `for-effect' parameter.
4393         Bind `standard-output' to stream we create using
4394         `ielm-standard-output-impl'.  Suppress printing result when
4395         `for-effect'.
4396         (ielm-standard-output-impl): New function.
4397         (inferior-emacs-lisp-mode): Explain new features in documentation.
4399 2013-10-17  Michael Albinus  <michael.albinus@gmx.de>
4401         Code cleanup.
4403         * net/tramp.el (tramp-debug-message): Do not check for connection
4404         buffer.
4405         (tramp-message): Use "vector" connection property.
4407         * net/tramp.el (tramp-rfn-eshadow-update-overlay)
4408         (tramp-equal-remote, tramp-eshell-directory-change)
4409         * net/tramp-adb.el (tramp-adb-handle-copy-file)
4410         (tramp-adb-handle-rename-file)
4411         * net/tramp-cmds.el (tramp-list-remote-buffers)
4412         (tramp-cleanup-connection, tramp-cleanup-this-connection)
4413         * net/tramp-compat.el (tramp-compat-process-running-p)
4414         * net/tramp-ftp.el (tramp-ftp-file-name-handler)
4415         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
4416         (tramp-gvfs-handle-rename-file)
4417         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
4418         (tramp-set-file-uid-gid)
4419         * net/tramp-smb.el (tramp-smb-handle-copy-file)
4420         (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
4421         of `file-remote-p'.
4423         * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
4424         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
4425         (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
4426         (tramp-gw-open-network-stream): Suppress unrelated traces.
4428         * net/tramp-adb.el (tramp-adb-maybe-open-connection)
4429         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
4430         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4431         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
4432         connection property.
4434         * net/tramp-cache.el (top): Suppress traces when reading
4435         persistency file.
4437         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
4438         Refactor common code.  Improve debug message.
4439         (tramp-maybe-open-connection)
4440         * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
4441         connection buffer too early.
4443         * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
4444         from `tramp-smb-actions-with-acl'.
4445         (tramp-smb-actions-set-acl): New defconst.
4446         (tramp-smb-handle-copy-directory)
4447         (tramp-smb-action-get-acl): New defun, renamed from
4448         `tramp-smb-action-with-acl'.
4449         (tramp-smb-action-set-acl): New defun.
4450         (tramp-smb-handle-set-file-acl): Rewrite.
4452 2013-10-17  Glenn Morris  <rgm@gnu.org>
4454         * indent.el (indent-rigidly): Fix 2013-10-08 change.  (Bug#15635)
4456 2013-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4458         * skeleton.el (skeleton-newline): Remove.
4459         (skeleton-internal-1): Use (insert "\n") instead.
4461         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
4462         let-bindings.
4464         * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
4465         forward-sexp-function while we redo its job (bug#15613).
4467 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
4469         * calc/calc-comb.el (math-prime-test): Don't assume large integers are
4470         represented by lists.
4472 2013-10-16  Glenn Morris  <rgm@gnu.org>
4474         * tmm.el (tmm--history): New dynamic variable.
4475         (tmm-prompt): Use tmm--history in place of `history'.  (Bug#15623)
4477 2013-10-16  Michael Albinus  <michael.albinus@gmx.de>
4479         * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
4480         (tramp-smb-errors): Add error messages.
4481         (tramp-smb-actions-with-acl): New defconst.
4482         (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
4483         (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
4484         (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
4485         (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
4486         (tramp-smb-get-stat-capability): Fix tests.
4488 2013-10-16  Dima Kogan  <dima@secretsauce.net>  (tiny change)
4490         * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
4491         (bug#15580).
4493 2013-10-16  Glenn Morris  <rgm@gnu.org>
4495         * ansi-color.el (ansi-color-drop-regexp):
4496         Add 1J, 1K, 2K.  (Bug#15617)
4498         * files.el (hack-local-variables--warned-lexical): New.
4499         (hack-local-variables):
4500         Warn about misplaced lexical-binding.  (Bug#15616)
4502         * net/eww.el (eww-render): Always set eww-current-url,
4503         and update header line.  (Bug#15622)
4504         (eww-display-html): ... Rather than just doing it here.
4506 2013-10-15  Eli Zaretskii  <eliz@gnu.org>
4508         * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
4509         menu navigations commands.
4511 2013-10-14  Dima Kogan  <dima@secretsauce.net>  (tiny change)
4513         * progmodes/subword.el (subword-capitalize): Be careful when
4514         the search for [[:alpha:]] fails (bug#15580).
4516 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
4518         * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
4519         to commands that scroll the menu.
4521 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
4523         * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
4524         Handle methods ending with `?' and `!'.
4526 2013-10-14  Akinori MUSHA  <knu@iDaemons.org>
4528         * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
4529         `japanese-cp932' to `cp932' to fix the problem where saving a
4530         source file written in Shift_JIS twice would end up having
4531         `coding: japanese-cp932' which Ruby could not recognize.
4532         (ruby-mode-set-encoding): Add support for encodings mapped to nil
4533         in `ruby-encoding-map'.
4534         (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
4535         doesn't need to be explicitly declared in magic comment.
4536         (ruby-encoding-map): Add type declaration for better customize UI.
4538 2013-10-13  Glenn Morris  <rgm@gnu.org>
4540         * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
4541         Occur buffers are read-only.  http://bugs.debian.org/720775
4543         * emacs-lisp/authors.el (authors-fixed-entries):
4544         Comment out old alpha stuff.
4546 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
4548         * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
4549         to `after-save-hook' instead of `before-save-hook'.
4550         (ruby-mode-set-encoding): Use the value of coding system used to
4551         write the file.  Call `basic-save-buffer-1' after modifying the
4552         buffer.
4554 2013-10-13  Alan Mackenzie  <acm@muc.de>
4556         Fix indentation/fontification of Java enum with
4557         "implements"/generic.
4559         * progmodes/cc-engine.el (c-backward-over-enum-header):
4560         Extracted from the three other places and enhanced to handle generics.
4561         (c-inside-bracelist-p): Uses new function above.
4562         * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
4563         function above.
4564         (c-font-lock-enum-tail): Uses new function above.
4566 2013-10-13  Kenichi Handa  <handa@gnu.org>
4568         * international/mule-cmds.el (select-safe-coding-system): Remove a
4569         superfluous condition in chekcing whether a coding system is safe
4570         or not.
4572 2013-10-13  Oleh Krehel  <ohwoeowho@gmail.com>
4574         * replace.el (how-many): Fix rstart and !rend case.  (Bug#15589)
4576 2013-10-13  Andreas Politz  <politza@hochschule-trier.de>
4578         * progmodes/sql.el (sql-add-product): Fix paren typo.  (Bug#15435)
4580 2013-10-13  Glenn Morris  <rgm@gnu.org>
4582         * menu-bar.el (menu-bar-update-buffers):
4583         Unify Buffers menu prompt string.  (Bug#15576)
4585         * face-remap.el (text-scale-adjust): Doc fix.  (Bug#15434)
4587         * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
4588         Add some entries.
4589         (authors-fixed-entries): Use accented form of name.
4591 2013-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4593         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
4594         method calls (bug#15594).
4595         (ruby-smie--args-separator-p): New function.
4596         (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
4597         recognize paren-free method calls.
4599         * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
4600         internals of universal-argument.
4602 2013-10-11  Eli Zaretskii  <eliz@gnu.org>
4604         * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
4605         Bind all menu-bar sequences to tty-menu-exit -- this pops down a
4606         dropped menu on second mouse click on the menu bar.
4608 2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4610         * progmodes/sh-script.el: Provide simpl(e|istic) completion.
4611         (explicit-shell-file-name): Declare.
4612         (sh--vars-before-point, sh--cmd-completion-table): New functions.
4613         (sh-completion-at-point-function): New function.
4614         (sh-mode): Use it.
4615         (sh-smie--keyword-p): Remove unused argument.
4616         (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
4617         vars.
4618         (sh-set-shell): Always setup SMIE, even if we use the
4619         old indentation code.
4621 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
4623         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
4624         cases of ? and =.
4625         (ruby-smie-rules): Simplify the "do" rule.  The cases when the
4626         predicate would return nil are almost non-existent.
4627         (ruby-smie--redundant-do-p): Include "until" and "for" statements.
4629         * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
4630         cache also after commands that modify the buffer but don't move
4631         point.
4633 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4635         * env.el (substitute-env-in-file-name): New function.
4636         (substitute-env-vars): Extend the meaning of the optional arg.
4638 2013-10-10  Eli Zaretskii  <eliz@gnu.org>
4640         * term/w32-win.el (dynamic-library-alist): Define separate lists
4641         of GIF DLLs for versions before and after 5.0.0 of giflib.
4642         (Bug#15531)
4644 2013-10-10  João Távora  <joaotavora@gmail.com>
4646         * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
4647         not locked, use last revision and current source as
4648         defaults.  (Bug#15569)
4650 2013-10-10  Masatake YAMATO  <yamato@redhat.com>
4652         * menu-bar.el (menu-bar-open): Don't use popup-menu if
4653         menu-bar is hidden.
4655 2013-10-10  Martin Rudalics  <rudalics@gmx.at>
4657         * window.el (pop-to-buffer-same-window): Fix doc-string.
4658         (Bug#15492)
4660 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4662         * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
4664 2013-10-10  Andrei Chițu  <andrei.chitu1@gmail.com>  (tiny change)
4666         * calendar/icalendar.el (icalendar-import-file):
4667         Fix interactive spec.  (Bug#15482)
4669 2013-10-10  Glenn Morris  <rgm@gnu.org>
4671         * desktop.el (desktop-save): Default to saving in .emacs.d,
4672         since PWD is no longer in desktop-path by default.  (Bug#15319)
4674         * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
4675         now that text mode has a menu with the same entry.
4676         (menu-bar-text-mode-auto-fill): Remove now unused func.
4677         * textmodes/text-mode.el (text-mode-map):
4678         Use auto-fill help text from menu-bar.el.
4680 2013-10-10  John Anthony  <john@jo.hnanthony.com>
4682         * textmodes/text-mode.el (text-mode-map): Add a menu.  (Bug#15562)
4684 2013-10-09  Juri Linkov  <juri@jurta.org>
4686         * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
4687         instead of this-command-keys.  Add universal-argument-more and
4688         universal-argument-minus to the list of prefix commands.  (Bug#15568)
4690 2013-10-09  Glenn Morris  <rgm@gnu.org>
4692         * vc/vc-svn.el (vc-svn-create-repo):
4693         Expand paths in file://... url.  (Bug#15446)
4695         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
4696         Add some entries.
4697         (authors): Remove unused local variables.
4699 2013-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4701         * profiler.el: Create a more coherent calltree from partial backtraces.
4702         (profiler-format): Hide the tail with `invisible' so that C-s can still
4703         find the hidden elements.
4704         (profiler-calltree-depth): Don't recurse so enthusiastically.
4705         (profiler-function-equal): New hash-table-test.
4706         (profiler-calltree-build-unified): New function.
4707         (profiler-calltree-build): Use it.
4708         (profiler-report-make-name-part): Indent the calltree less.
4709         (profiler-report-mode): Add visibility specs for profiler-format.
4710         (profiler-report-expand-entry, profiler-report-toggle-entry):
4711         Expand the whole subtree when provided with a prefix arg.
4713 2013-10-09  Dmitry Gutov  <dgutov@yandex.ru>
4715         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
4716         iuwu-mod token.
4717         (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
4718         hanging iuwu-mod token.
4719         (ruby-smie--forward-token): Do not include a dot after a token in
4720         that token.
4721         (ruby-smie--backward-token): Likewise.
4723 2013-10-08  Juri Linkov  <juri@jurta.org>
4725         * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
4726         to isearch-other-control-char.
4727         (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
4728         and isearch-post-command-hook to post-command-hook.
4729         (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
4730         and isearch-post-command-hook from post-command-hook.
4731         (isearch-unread-key-sequence)
4732         (isearch-reread-key-sequence-naturally)
4733         (isearch-lookup-scroll-key, isearch-other-control-char)
4734         (isearch-other-meta-char): Remove functions.
4735         (isearch-pre-command-hook, isearch-post-command-hook):
4736         New functions based on isearch-other-meta-char rewritten
4737         relying on the new behavior of overriding-terminal-local-map
4738         that does not replace the local keymaps any more.  (Bug#15200)
4740 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
4742         Support menus on text-mode terminals.
4743         * tmm.el (tmm-menubar): Adapt doc string to TTY menus
4744         functionality.
4746         * tooltip.el (tooltip-mode): Don't error out on TTYs.
4748         * menu-bar.el (popup-menu, popup-menu-normalize-position):
4749         Move here from mouse.el.
4750         (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
4751         and arrow keys.
4752         (tty-menu-navigation-map): New map for TTY menu navigation.
4754         * loadup.el ("tooltip"): Load even if x-show-tip is not available.
4756         * frame.el (display-mouse-p): Report text-mode mouse as available
4757         on w32.
4758         (display-popup-menus-p): Report availability if mouse is
4759         available; don't condition on window-system.
4761         * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
4762         (tty-menu-selected-face): New faces.
4764 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4766         * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
4767         (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
4768         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
4769         (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
4770         New constants.
4771         (lisp-mode-variables): New `elisp' argument.
4772         (emacs-lisp-mode): Use it.
4773         * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
4774         (lisp-font-lock-keywords-2): Move to lisp-mode.el.
4776         * indent.el: Use lexical-binding.
4777         (indent-region): Add progress reporter.
4778         (tab-stop-list): Make it implicitly extend to infinity by repeating the
4779         last step.
4780         (indent--next-tab-stop): New function to implement this behavior.
4781         (tab-to-tab-stop, move-to-tab-stop): Use it.
4783 2013-10-08  Teemu Likonen  <tlikonen@iki.fi>
4785         * indent.el (indent-rigidly--current-indentation): New function.
4786         (indent-rigidly-map): New var.
4787         (indent-rigidly): Use it to provide interactive mode (bug#8196).
4789 2013-10-08  Bastien Guerry  <bzg@gnu.org>
4791         * register.el (insert-register): Fix 2013-10-07 change.
4793 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4795         * progmodes/perl-mode.el: Use lexical-binding.
4796         Remove redundant :group args.
4797         (perl-nochange): Change default to be closer to other major modes's
4798         standard behavior.
4799         (perl-indent-line): Don't consider text on current line as a
4800         valid beginning of function from which to indent.
4802         * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
4803         with more than one argument (bug#15538).
4805         * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
4807         * vc/pcvs.el: Use lexical-binding.
4808         (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
4809         environment of `eval'.
4810         (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
4811         than a list of expressions.  Adjust callers.
4812         * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
4814 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
4816         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
4817         case of the dot in a chained method call being on the following line.
4819 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4821         * electric.el (electric-indent-inhibit): New var.
4822         (electric-indent-post-self-insert-function): Use it.
4823         * progmodes/python.el (python-mode): Set it.
4825         * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
4826         open braces.
4828         * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
4830         * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
4831         (css-mode): Use electric-indent-chars.
4833         * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
4834         (font-lock-beg, font-lock-end): Move before first use.
4835         (nxml-mode): Use syntax-propertize-function.
4836         (nxml-after-change, nxml-after-change1): Adjust accordingly.
4837         (nxml-extend-after-change-region): Remove.
4838         * nxml/xmltok.el: Use lexical-binding.
4839         (xmltok-save): Use `declare'.
4840         (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
4841         * nxml/nxml-util.el: Use lexical-binding.
4842         (nxml-with-degradation-on-error, nxml-with-invisible-motion):
4843         Use `declare'.
4844         * nxml/nxml-ns.el: Use lexical-binding.
4845         (nxml-ns-save): Use `declare'.
4846         (nxml-ns-prefixes-for): Avoid add-to-list.
4847         * nxml/rng-match.el: Use lexical-binding.
4848         (rng--ipattern): Use cl-defstruct.
4849         (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
4850         (rng-cons-group-after, rng-subst-group-after)
4851         (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
4852         Use closures instead of `(lambda...).
4854 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
4856         * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
4857         of BEG and END.
4859         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4860         Use `tramp-handle-insert-file-contents'.
4861         (tramp-gvfs-handle-insert-file-contents): Remove function.
4863         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
4864         Use `save-restriction' in order to keep markers.
4866         * net/trampver.el: Update release number.
4868 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4870         * progmodes/compile.el (compilation-parse-errors):
4871         Use compilation--put-prop.
4872         (compilation--ensure-parse): Check compilation-multiline.
4874         * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
4876         * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
4877         lexical-binding.
4879         * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
4881         * progmodes/ruby-mode.el: Fix recently added tests.
4882         (ruby-smie-grammar): Add - and +.
4883         (ruby-smie--redundant-do-p, ruby-smie--forward-id)
4884         (ruby-smie--backward-id): New functions.
4885         (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
4886         (ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
4887         any more.
4889 2013-10-07  Leo Liu  <sdl.web@gmail.com>
4891         * register.el (register-preview-delay)
4892         (register-preview-functions): New variables.
4893         (register-read-with-preview, register-preview)
4894         (register-describe-oneline): New functions.
4895         (point-to-register, window-configuration-to-register)
4896         (frame-configuration-to-register, jump-to-register)
4897         (number-to-register, view-register, insert-register)
4898         (copy-to-register, append-to-register, prepend-to-register)
4899         (copy-rectangle-to-register): Use register-read-with-preview to
4900         read register.  (Bug#15525)
4902 2013-10-06  Dato Simó  <dato@net.com.org.es>  (tiny change)
4904         * net/network-stream.el (network-stream-open-starttls): Don't add
4905         --insecure if it's already present, because that gnutls-cli
4906         rejects getting that parameter twice.
4908 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
4910         * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
4911         keyword, too.
4913 2013-10-05  Dmitry Gutov  <dgutov@yandex.ru>
4915         * newcomment.el (comment-use-global-state): Change default value
4916         to t, mark obsolete (Bug#15251).
4917         (comment-beginning): In addition to `comment-to-syntax', check the
4918         value of `comment-use-global-state'.
4920 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4922         * progmodes/ruby-mode.el (ruby-use-smie): Change default.
4923         (ruby-comment-column): Follow the global default, by default.
4924         (ruby-smie-grammar): Add assignment syntax.
4925         (ruby-smie--implicit-semi-p): No implicit semi-colon after an
4926         open-paren, a comma, or a \.
4927         (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
4928         and line continuations.
4929         (ruby-smie-rules): Adjust handling of open-paren, now that it's never
4930         followed by implicit semi-colons.  Add rule for string concatenation
4931         and for indentation at BOB.
4932         (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
4934         * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
4935         calling next-sexp, since next-token may have skipped chars which
4936         next-sexp doesn't know should be skipped!
4938 2013-10-05  Leo Liu  <sdl.web@gmail.com>
4940         * progmodes/octave.el (octave-send-region):
4941         Call compilation-forget-errors.
4943 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
4945         * vc/vc-svn.el (vc-svn-find-admin-dir):
4946         * vc/vc-rcs.el (vc-rcs-find-admin-dir):
4947         * vc/vc-mtn.el (vc-mtn-find-admin-dir):
4948         * vc/vc-cvs.el (vc-cvs-find-admin-dir):
4949         * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
4951 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4953         * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
4955 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4957         * subr.el (read-passwd): Hide chars even when called within a context
4958         where after-change-functions is disabled (bug#15501).
4959         (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
4960         until we removed ourself from overriding-terminal-local-map.
4962 2013-10-04  Leo Liu  <sdl.web@gmail.com>
4964         * progmodes/octave.el (inferior-octave-mode):
4965         Call compilation-forget-errors.
4967 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
4969         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
4971 2013-10-04  Michael Albinus  <michael.albinus@gmx.de>
4973         * net/secrets.el (secrets-create-collection): Add optional
4974         argument ALIAS.  Use proper Label keyword.  Append ALIAS as
4975         dbus-call-method argument.  (Bug#15516)
4977 2013-10-04  Leo Liu  <sdl.web@gmail.com>
4979         * progmodes/octave.el (inferior-octave-error-regexp-alist)
4980         (inferior-octave-compilation-font-lock-keywords): New variables.
4981         (compilation-error-regexp-alist)
4982         (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
4983         (inferior-octave-mode): Use compilation-shell-minor-mode.
4985 2013-10-04  Jorgen Schaefer  <forcer@forcix.cx>
4987         * minibuffer.el (completion--replace): Be careful that `end' might be
4988         a marker.
4990 2013-10-03  Daiki Ueno  <ueno@gnu.org>
4992         Add support for package signature checking.
4993         * emacs-lisp/package.el (url-http-file-exists-p)
4994         (epg-make-context, epg-context-set-home-directory)
4995         (epg-verify-string, epg-context-result-for)
4996         (epg-signature-status, epg-signature-to-string)
4997         (epg-check-configuration, epg-configuration)
4998         (epg-import-keys-from-file): Declare.
4999         (package-check-signature): New user option.
5000         (package-unsigned-archives): New user option.
5001         (package-desc): Add `signed' field.
5002         (package-load-descriptor): Set `signed' field if .signed file exists.
5003         (package--archive-file-exists-p): New function.
5004         (package--check-signature): New function.
5005         (package-install-from-archive): Check package signature.
5006         (package--download-one-archive): Check archive signature.
5007         (package-delete): Remove .signed file.
5008         (package-import-keyring): New command.
5009         (package-refresh-contents): Import default keyring.
5010         (package-desc-status): Add "unsigned" status.
5011         (describe-package-1, package-menu--print-info)
5012         (package-menu-mark-delete, package-menu--find-upgrades)
5013         (package-menu--status-predicate): Support "unsigned" status.
5015 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5017         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
5018         the new compilation scheme using the new byte-codes.
5020         * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
5021         (byte-pophandler): New byte codes.
5022         (byte-goto-ops): Adjust accordingly.
5023         (byte-compile--use-old-handlers): New var.
5024         (byte-compile-catch): Use new byte codes depending on
5025         byte-compile--use-old-handlers.
5026         (byte-compile-condition-case--old): Rename from
5027         byte-compile-condition-case.
5028         (byte-compile-condition-case--new): New function.
5029         (byte-compile-condition-case): New function that dispatches depending
5030         on byte-compile--use-old-handlers.
5031         (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
5032         when we can.
5034         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5035         Optimize under `condition-case' and `catch' if
5036         byte-compile--use-old-handlers is nil.
5037         (disassemble-offset): Handle new bytecodes.
5039 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5041         * subr.el (error): Use `declare'.
5042         (decode-char, encode-char): Use advertised-calling-convention instead
5043         of the docstring to discourage use of the `restriction' arg.
5045 2013-10-03  Daiki Ueno  <ueno@gnu.org>
5047         * epg.el (epg-verify-file): Add a comment saying that it does not
5048         notify verification error as a return value nor a signal.
5049         (epg-verify-string): Ditto.
5051 2013-10-02  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
5053         * progmodes/compile.el (compilation-start): Try globbing the arg to
5054         `cd' (bug#15417).
5056 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
5058         Sync with Tramp 2.2.8.
5060         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
5061         * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
5062         * net/trampver.el: Update release number.
5064 2013-10-01  Jan Djärv  <jan.h.d@swipnet.se>
5066         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
5067         and default-process-coding-system for darwin only.
5069 2013-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5071         * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
5073 2013-10-01  Mitchel Humpherys  <mitch.special@gmail.com>  (tiny change)
5075         * vc/vc-git.el (vc-git-grep): Disable pager.
5077 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
5079         * emacs-lisp/package.el (package-buffer-info, describe-package-1):
5080         Use :url instead of :homepage, as per
5081         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
5083         * newcomment.el (comment-beginning): When `comment-use-syntax' is
5084         non-nil, use `syntax-ppss' (Bug#15251).
5086 2013-09-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5088         * progmodes/octave.el (inferior-octave-startup-file):
5089         Prefer ~/.emacs.d/init_octave.m.
5091 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
5093         * emacs-lisp/package.el (package-desc-from-define):
5094         Accept additional arguments as plist, convert them to an alist and store
5095         them in the `extras' slot.
5096         (package-generate-description-file): Convert extras alist back to
5097         plist and append to the `define-package' form arguments.
5098         (package--alist-to-plist): New function.
5099         (package--ac-desc): Add `extras' slot.
5100         (package--add-to-archive-contents): Check if the archive-contents
5101         vector is long enough, and if it is, pass its `extras' slot value
5102         to `package-desc-create'.
5103         (package-buffer-info): Call `lm-homepage', pass the returned value
5104         to `package-desc-from-define'.
5105         (describe-package-1): Render the homepage button (Bug#13291).
5107         * emacs-lisp/package-x.el (package-upload-buffer-internal):
5108         Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
5110 2013-09-29  Jan Djärv  <jan.h.d@swipnet.se>
5112         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
5113         and default-process-coding-system to utf-8-unix (Bug#15402).
5115 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
5117         * subr.el (looking-back): Do not recommend using looking-back.
5119 2013-09-28  Alan Mackenzie  <acm@muc.de>
5121         Fix indentation/fontification of Java enum with "implements".
5123         * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
5124         regexp which matches "implements", etc., in Java.
5125         * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
5126         specifier clauses coming after "enum".
5127         * progmodes/cc-fonts.el (c-font-lock-declarations)
5128         (c-font-lock-enum-tail): Check for extra specifier clauses coming
5129         after "enum".
5131 2013-09-28  Jan Djärv  <jan.h.d@swipnet.se>
5133         * faces.el (region): Change ns_selection_color to
5134         ns_selection_fg_color, add ns_selection_bg_color.
5136 2013-09-28  Leo Liu  <sdl.web@gmail.com>
5138         * progmodes/octave.el (inferior-octave-completion-table)
5139         (inferior-octave-completion-at-point): Minor tweaks.
5141         * textmodes/ispell.el (ispell-lookup-words): Rename from
5142         lookup-words.  (Bug#15460)
5143         (lookup-words): Obsolete.
5144         (ispell-complete-word, ispell-command-loop): All uses changed.
5146 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5148         * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
5149         (octave-mode-menu): Add octave-send-buffer.
5150         (octave-send-buffer): New function.
5152 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5154         * progmodes/octave.el (octave-mode-map): Add key binding for
5155         octave-lookfor.
5156         (octave-mode-menu): Add octave-lookfor.
5157         (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
5158         octave-lookfor.
5159         (octave-lookfor): New function.
5161 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5163         * emacs-lisp/cl-macs.el:
5164         (cl--loop-destr-temps): Remove.
5165         (cl--loop-iterator-function): Rename from cl--loop-map-form and change
5166         its convention.
5167         (cl--loop-set-iterator-function): New function.
5168         (cl-loop): Adjust accordingly, so as not to use cl-subst.
5169         (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
5170         Bind `it' with `let' instead of substituting it with `cl-subst'.
5171         (cl--unused-var-p): New function.
5172         (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
5173         Eliminate some unused variable warnings (bug#15326).
5175 2013-09-27  Tassilo Horn  <tsdh@gnu.org>
5177         * doc-view.el (doc-view-scale-reset): Rename from
5178         `doc-view-reset-zoom-level'.
5179         (doc-view-scale-adjust): New command.
5180         (doc-view-mode-map): Remap `text-scale-adjust' bindings to
5181         `doc-view-scale-adjust'.
5183 2013-09-26  Tassilo Horn  <tsdh@gnu.org>
5185         * doc-view.el (doc-view-reset-zoom-level): New command.
5186         (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
5187         zoom commands (bug#15466).
5189 2013-09-26  Kenichi Handa  <handa@gnu.org>
5191         * international/quail.el (quail-help): Make it not a command.
5193 2013-09-26  Leo Liu  <sdl.web@gmail.com>
5195         * minibuffer.el (completion-all-sorted-completions): Make args
5196         optional as they are.
5198 2013-09-25  Daniel Colascione  <dancol@dancol.org>
5200         * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
5201         specs are and that they're not evaluated.
5203 2013-09-24  Sam Steingold  <sds@gnu.org>
5205         * midnight.el (clean-buffer-list-kill-regexps)
5206         (clean-buffer-list-kill-buffer-names): Update for the new Man
5207         buffer naming which includes the object name.
5209 2013-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5211         * eshell/esh-cmd.el (eshell--sep-terms): New var.
5212         (eshell-parse-command, eshell-parse-pipeline): Use it since
5213         eshell-separate-commands requires a dynamic scoped var.
5214         Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
5216 2013-09-23  Leo Liu  <sdl.web@gmail.com>
5218         * autoinsert.el (auto-insert-alist): Make the value of
5219         lexical-binding match its file setting.
5221 2013-09-23  Juanma Barranquero  <lekktu@gmail.com>
5223         * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
5225         * autoarg.el (autoarg-kp-digit-argument):
5226         * electric.el (Electric-command-loop):
5227         * kmacro.el (kmacro-step-edit-insert):
5228         Do not set universal-argument-num-events.
5230 2013-09-22  Leo Liu  <sdl.web@gmail.com>
5232         * files.el (interpreter-mode-alist): Add octave.
5234 2013-09-21  Alan Mackenzie  <acm@muc.de>
5236         C++: fontify identifier in declaration following "public:" correctly.
5237         * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
5238         to match "public", etc.
5239         (c-decl-prefix-re): Add ":" into the C++ value.
5240         * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
5241         bit.  Add a check for a ":" preceded by "public", etc.
5243 2013-09-21  Eli Zaretskii  <eliz@gnu.org>
5245         * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
5246         recognized by GDB 7.5 and later.
5248 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
5250         * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
5252 2013-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5254         * subr.el (internal--call-interactively): New const.
5255         (called-interactively-p): Use it (bug#3984).
5257 2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
5259         * vc/pcvs.el (cvs-mode-ignore):
5260         * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
5261         Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
5263 2013-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5265         * eshell/em-ls.el: Use advice.  Remove redundant :group keywords.
5266         (eshell-ls-orig-insert-directory): Remove.
5267         (eshell-ls-unload-hook): Not a defcustom any more.  Use advice-remove.
5268         (eshell-ls-use-in-dired): Use advice-add/remove.
5269         (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
5270         Add `orig-fun' arg for use in :around advice.
5271         Make it check (redundantly) eshell-ls-use-in-dired.
5273 2013-09-19  Glenn Morris  <rgm@gnu.org>
5275         * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
5277         * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
5279         * emacs-lisp/eieio.el (class-parent): Undo previous change.
5281 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
5283         * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
5284         (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
5285         (tramp-get-remote-python): New defuns.
5286         (tramp-get-remote-uid-with-perl)
5287         (tramp-get-remote-gid-with-perl): New defuns.  Perl code
5288         contributed by yary <not.com@gmail.com> (tiny change).
5289         (tramp-get-remote-uid-with-python)
5290         (tramp-get-remote-gid-with-python): New defuns.  Python code
5291         contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
5292         (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
5294 2013-09-19  Glenn Morris  <rgm@gnu.org>
5296         * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
5298         * eshell/em-unix.el (eshell-remove-entries):
5299         Rename argument to avoid name-clash with global `top-level'.
5301         * eshell/esh-proc.el (eshell-kill-process-function):
5302         Remove eshell-reset-after-proc from eshell-kill-hook if present.
5303         (eshell-reset-after-proc): Remove unused arg `proc'.
5305         * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
5306         (directory-files-and-attributes): Mark unused arg.
5308         * eshell/em-unix.el (eshell-remove-entries):
5309         Remove unused arg `path'.  Update callers.
5311         * eshell/em-hist.el (eshell-hist-parse-arguments):
5312         Remove unused arg `silent'.  Update callers.
5314         * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
5315         Fix (f)boundp mix-up.
5317         * eshell/em-smart.el (eshell-smart-scroll-window)
5318         (eshell-disable-after-change):
5319         * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
5321 2013-09-18  Alan Mackenzie  <acm@muc.de>
5323         Fix fontification of type when followed by "const".
5324         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
5325         "known" types from fontification.
5327 2013-09-18  Glenn Morris  <rgm@gnu.org>
5329         * emacs-lisp/chart.el (x-display-color-cells): Declare.
5330         (chart-face-list): Drop Emacsen without display-color-p.
5332         * net/eww.el (libxml-parse-html-region): Declare.
5333         (eww-display-html): Explicit error if no libxml2 support.
5335         * doc-view.el (doc-view-mode): Silence --without-x compilation.
5337         * image.el (image-type-from-buffer, image-multi-frame-p):
5338         Remove --without-x warning/error.
5340         * mouse.el (mouse-yank-primary):
5341         * term.el (term-mouse-paste):
5342         Reorder to silence --without-x compilation.
5344         * mpc.el (doc-view-mode): Silence --without-x compilation.
5346         * mail/rmailmm.el (rmail-mime-set-bulk-data):
5347         Silence --without-x compilation.
5349         * progmodes/gud.el (gud-find-file, gud-mode):
5350         Silence --without-x compilation.
5351         (tooltip-mode): Declare.
5353         * wdired.el (dired-backup-overwrite): Remove declaration.
5354         (wdired-mode-map): Add doc string.
5356         * custom.el (x-get-resource): Declare.
5358         * eshell/em-glob.el (ange-cache):
5359         * eshell/em-unix.el (ange-cache): Declare.
5361         * faces.el (x-display-list, x-open-connection, x-get-resource):
5362         Declare.
5364         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
5365         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
5366         Declare.
5368         * frame.el (x-display-grayscale-p, x-display-name): Declare.
5370         * net/gnutls.el (gnutls-log-level): Declare.
5372         * net/shr.el (image-size, image-animate): Declare.
5374         * simple.el (font-info): Declare.
5376         * subr.el (x-popup-dialog): Declare.
5378         * term/common-win.el (x-select-enable-primary)
5379         (x-last-selected-text-primary, x-last-selected-text-clipboard):
5380         Declare.
5382         * term/ns-win.el (x-handle-args): Declare.
5384         * term/x-win.el (x-select-enable-clipboard): Declare.
5386         * term/w32-win.el (create-default-fontset): Declare.
5388         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
5389         Declare.
5391         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
5392         (fit-frame-to-buffer): Explicit error if --without-x.
5393         (mouse-autoselect-window-select): Silence compiler.
5395         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
5397         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
5398         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
5399         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
5400         * eshell/esh-util.el (eshell-sublist):
5401         Remove unused local variables.
5403         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
5405         * textmodes/two-column.el: Make 2C-split work for --without-x.
5406         (scroll-bar-columns): Autoload.
5407         (top-level): Require fringe when compiling.
5409 2013-09-18  Leo Liu  <sdl.web@gmail.com>
5411         * subr.el (add-hook): Robustify to handle closure as well.
5413 2013-09-17  Glenn Morris  <rgm@gnu.org>
5415         * simple.el (messages-buffer-mode-map): Unbind "g".
5417 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5419         * help-mode.el (help-mode-finish): Use derived-mode-p.
5420         Remove obsolete highlighting.
5422         * play/life.el (life-mode): Use define-derived-mode.  Derive from
5423         special-mode.
5424         (life): Let-bind inhibit-read-only.
5425         (life-setup): Avoid `setq'.  Use `life-mode'.
5427         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
5428         which should not be needed any more.
5429         (package-menu-refresh, package-menu-describe-package): Use user-error.
5431         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
5432         (eshell-post-rewrite-command-hook): Make obsolete.
5433         (eshell-parse-command): Simplify.
5434         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
5435         (eshell--cmd): Declare.
5436         (eshell-parse-pipeline): Remove unused var `final-p'.
5437         Pass a dynvar to eshell-post-rewrite-command-hook.
5438         Implement the new eshell-post-rewrite-command-function.
5439         (eshell-invoke-directly): Remove unused arg `input'.
5440         * eshell/esh-io.el (eshell-io-initialize):
5441         Use eshell-post-rewrite-command-function (bug#15399).
5442         (eshell--apply-redirections): Rename from eshell-apply-redirections;
5443         adjust to new calling convention.
5444         (eshell-create-handles): Rename args to avoid clashing with dynvar
5445         `standard-output'.
5447 2013-09-17  Glenn Morris  <rgm@gnu.org>
5449         * simple.el (messages-buffer-mode): New major mode.
5450         (messages-buffer): New function.
5451         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
5452         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
5453         (ert-run-test): Use `messages-buffer' function.
5454         (ert--force-message-log-buffer-truncation): Ignore read-only.
5455         * help.el (view-echo-area-messages): Use `messages-buffer' function.
5456         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
5458 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5460         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
5462         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
5464 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5466         * icomplete.el (icomplete-in-buffer): New var.
5467         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
5468         vars and replace them with functions.
5469         (icomplete-minibuffer-setup): Adjust accordingly.
5470         (icomplete--completion-table, icomplete--completion-predicate)
5471         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
5472         New functions.
5473         (icomplete-forward-completions, icomplete-backward-completions)
5474         (icomplete-simple-completing-p, icomplete-exhibit)
5475         (icomplete-completions): Use them.
5476         (icomplete--in-region-buffer): New var.
5477         (icomplete--in-region-setup): New function.
5478         (icomplete-mode): Use it.
5480         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
5481         (bug#15379).
5482         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
5483         return args and options.
5484         (eshell-eval-using-options): Use the new return value of
5485         eshell--do-opts to set the options's vars in their scope.
5486         (eshell--set-option): Rename from eshell-set-option.
5487         Add arg `opt-vals'.
5488         (eshell--process-option): Rename from eshell-process-option.
5489         Add arg `opt-vals'.
5490         (eshell--process-args): Use an `opt-vals' alist to store the options's
5491         values during their processing and return them additionally to the
5492         remaining args.
5494 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
5496         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
5497         continuation character an operator, as far as indentation is
5498         concerned (Bug#15369).
5500 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
5502         * window.el (window--state-put-2): Don't process buffer state
5503         when buffer doesn't exist any more (Bug#15382).
5505 2013-09-15  Glenn Morris  <rgm@gnu.org>
5507         * eshell/em-unix.el (eshell/rm):
5508         Make -f ignore missing files.  (Bug#15373)
5510         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
5511         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
5512         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
5514 2013-09-14  Glenn Morris  <rgm@gnu.org>
5516         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
5518 2013-09-13  Glenn Morris  <rgm@gnu.org>
5520         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
5521         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
5523 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
5525         * frame.el (x-focus-frame): Mark as declared in frame.c.
5527 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5529         * ls-lisp.el: Use advice-add.
5530         (original-insert-directory): Remove.
5531         (ls-lisp--insert-directory): Rename from insert-directory; add
5532         `orig-fun' argument.
5533         (insert-directory): Advise.
5535 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
5537         * term.el (term-emulate-terminal): Decode the command string
5538         before passing it to term-command-hook.  (Bug#15337)
5540 2013-09-13  Glenn Morris  <rgm@gnu.org>
5542         * eshell/esh-util.el (ange-cache): Move declaration earlier.
5544         * eshell/esh-ext.el (eshell-search-path): Declare.
5546         * eshell/em-prompt.el (eshell/pwd): Autoload it.
5547         Otherwise an error occurs if eshell-dirs module not loaded.
5549         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
5551 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
5553         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
5554         `tramp-check-proper-host'.  Check for a valid method name.
5556         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
5557         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5558         * net/tramp-sh.el (tramp-maybe-open-connection):
5559         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
5561         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
5562         also for hash values.
5564 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5566         * term/ns-win.el (parameters): Don't declare as dynamic.
5567         (before-make-frame-hook): Don't add ineffective function.
5569         * eshell/*.el: Use lexical-binding (bug#15231).
5571 2013-09-12  Kenichi Handa  <handa@gnu.org>
5573         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
5575 2013-09-12  Glenn Morris  <rgm@gnu.org>
5577         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
5578         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
5580         * subr.el (do-after-load-evaluation): Also give compiler warnings
5581         when obsolete files are used (except by obsolete files).
5583         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
5584         in the status output, assume `filename' is the first.  (Bug#15322)
5586         * vc/vc.el (vc-deduce-fileset): Doc fix.
5588         * calc/calc-help.el (Info-goto-node):
5589         * progmodes/cperl-mode.el (Info-find-node):
5590         * vc/ediff.el (Info-goto-node): Update declarations.
5592         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
5594         * vc/vc-bzr.el (vc-compilation-mode): Declare.
5595         (vc-bzr-pull): Require vc-dispatcher.
5596         * vc/vc-git.el (vc-compilation-mode): Declare.
5597         (vc-git-pull): Require vc-dispatcher.
5599         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
5601         * progmodes/octave.el (help-button-action): Declare.
5603         * shell.el (shell-directory-tracker): Output error as a message
5604         rather than just returning it as a string.
5605         (shell-process-pushd): Remove useless use of message.
5607         * dframe.el (dframe-timer-fn):
5608         * files.el (dir-locals-read-from-file):
5609         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
5610         (mpc-format):
5611         * reveal.el (reveal-post-command):
5612         * saveplace.el (load-save-place-alist-from-file):
5613         * shell.el (shell-resync-dirs):
5614         * w32-common-fns.el (x-get-selection-value):
5615         * emacs-lisp/copyright.el (copyright-find-copyright):
5616         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
5617         * emulation/tpu-edt.el (tpu-copy-keyfile):
5618         * play/bubbles.el (bubbles--mark-neighbourhood):
5619         * progmodes/executable.el
5620         (executable-make-buffer-file-executable-if-script-p):
5621         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
5623 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5625         Cleanup Eshell to rely less on dynamic scoping.
5626         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
5627         last-value, and ext-command here.  Bind `args' closer to `body'.
5628         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
5629         (eshell--args): Declare new dynamic var.
5630         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
5631         last-value, and ext-command.  Pass `args' to `body'.
5632         (eshell-process-args): Bind eshell--args.
5633         (eshell-set-option): Use eshell--args.
5634         * eshell/eshell.el (eshell): Use derived-mode-p.
5635         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
5636         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
5637         (eshell-glob-function): Declare.
5638         * eshell/esh-util.el: Require cl-lib.
5639         (eshell-read-hosts-file): Avoid add-to-list.
5640         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
5641         `err'.
5642         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
5643         Declare.
5644         (eshell/diff): Remove unused var `err'.
5645         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
5646         `killflag'.
5647         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
5648         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
5649         first use.
5650         * eshell/em-glob.el (eshell-glob-matches, message-shown):
5651         Move declaration before first use.
5652         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
5653         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
5654         rely on cl-return.
5656 2013-09-12  Glenn Morris  <rgm@gnu.org>
5658         * term/ns-win.el (global-map): Remove binding for ispell-next,
5659         deleted 1999-05-29.  (Bug#15357)
5661 2013-09-11  Glenn Morris  <rgm@gnu.org>
5663         * echistory.el (electric-command-history): Remove call to deleted func.
5665         * play/landmark.el (landmark-mode): Fix typos.
5667         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
5668         Check cvs-sort-ignore-file is bound.
5670         * savehist.el: No need for cl when compiling on Emacs.
5672 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5674         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
5675         (bug#15338).
5676         (eshell-self-insert-command, eshell-send-invisible):
5677         Remove unused argument.
5678         (eshell-handle-control-codes): Remove unused var `orig'.
5679         Avoid delete-backward-char.
5681         * files.el (set-auto-mode): Simplify a bit further.
5683 2013-09-11  Glenn Morris  <rgm@gnu.org>
5685         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
5686         (set-auto-mode): Don't regexp-quote elements.
5687         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
5688         * progmodes/cc-mode.el (interpreter-mode-alist):
5689         * progmodes/ruby-mode.el (interpreter-mode-alist):
5690         Revert previous change.
5692 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5694         * play/snake.el (snake-mode):
5695         * play/mpuz.el (mpuz-mode):
5696         * play/landmark.el (lm-mode):
5697         * play/blackbox.el (blackbox-mode):
5698         * play/5x5.el (5x5-mode):
5699         * obsolete/options.el (Edit-options-mode):
5700         * net/quickurl.el (quickurl-list-mode):
5701         * net/newst-treeview.el (newsticker-treeview-mode):
5702         * mail/rmailsum.el (rmail-summary-mode):
5703         * mail/mspools.el (mspools-mode):
5704         * locate.el (locate-mode):
5705         * ibuffer.el (ibuffer-mode):
5706         * emulation/ws-mode.el (wordstar-mode):
5707         * emacs-lisp/debug.el (debugger-mode):
5708         * array.el (array-mode):
5709         * net/eudc.el (eudc-mode): Use define-derived-mode.
5710         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
5711         Move initialization into declaration.
5712         (mairix-searches-mode): Use define-derived-mode.
5713         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
5714         (eudc-edit-hotlist): Use dolist.
5715         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
5716         (Man-mode): Use define-derived-mode.
5717         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
5718         (Info-edit-mode): Use define-derived-mode.
5719         (Info-cease-edit): Use Info-mode.
5720         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
5721         into declaration.
5722         (eshell-mode): Use define-derived-mode.
5723         * chistory.el (command-history-mode-map): Rename from
5724         command-history-map.
5725         (command-history-mode): Use define-derived-mode.
5726         (Command-history-setup): Remove function.
5727         * calc/calc.el (calc-trail-mode-map): New var.
5728         (calc-trail-mode): Use define-derived-mode.
5729         (calc-trail-buffer): Set calc-main-buffer manually.
5730         * bookmark.el (bookmark-insert-annotation): New function.
5731         (bookmark-edit-annotation): Use it.
5732         (bookmark-edit-annotation-mode): Make it a proper major mode.
5733         (bookmark-send-edited-annotation): Use derived-mode-p.
5734         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
5735         closer to its ideal place.  Use \' to match EOS.
5737         * profiler.el (profiler-calltree-find): Use function-equal.
5739 2013-09-10  Glenn Morris  <rgm@gnu.org>
5741         * files.el (interpreter-mode-alist): Convert to regexps.
5742         (set-auto-mode): Adapt for this.  (Bug#15306)
5743         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
5744         Comment out unused variable.
5745         * progmodes/cc-mode.el (interpreter-mode-alist):
5746         * progmodes/python.el (interpreter-mode-alist):
5747         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
5748         * progmodes/sh-script.el (sh-set-shell):
5749         No longer use interpreter-mode-alist to get list of shells.
5751         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
5753 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5755         * simple.el: Use set-temporary-overlay-map for universal-argument.
5756         (universal-argument-map): Don't use default-bindings (bug#15317).
5757         Bind switch-frame explicitly.  Replace universal-argument-minus with
5758         a conditional binding.
5759         (universal-argument-num-events, saved-overriding-map): Remove.
5760         (restore-overriding-map): Remove.
5761         (universal-argument--mode): Rename from save&set-overriding-map,
5762         and rewrite.
5763         (universal-argument, universal-argument-more, negative-argument)
5764         (digit-argument): Adjust accordingly.
5765         (universal-argument-minus): Remove.
5766         (universal-argument-other-key): Remove.
5768         * subr.el (with-demoted-errors): Add `format' argument.
5770 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
5772         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
5773         `tramp-cleanup-connection'.
5775         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
5776         parameters KEEP-DEBUG and KEEP-PASSWORD.
5778         * net/tramp.el (tramp-file-name-handler):
5779         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
5780         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
5781         (tramp-maybe-open-connection):
5782         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5783         Use `tramp-cleanup-connection'.
5785         * net/tramp-sh.el (tramp-maybe-open-connection):
5786         Catch 'uname-changed inside the progress reporter.
5788 2013-09-10  Glenn Morris  <rgm@gnu.org>
5790         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
5792         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
5793         returns "alternate access method" in mode (eg "-rw-r--r--.").
5795 2013-09-08  Glenn Morris  <rgm@gnu.org>
5797         * saveplace.el (load-save-place-alist-from-file):
5798         Demote errors.  (Bug#15305)
5800 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
5802         Improve compatibility with older Emacsen, and XEmacs.
5804         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
5805         only if it is bound.  It isn't for XEmacs.
5806         (with-tramp-progress-reporter): Do not let-bind `result'.
5807         This yields to scoping errors in XEmacs.
5808         (tramp-handle-make-auto-save-file-name): New function, moved from
5809         tramp-sh.el.
5811         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
5812         for `make-auto-save-file-name'.
5813         (tramp-adb--gnu-switches-to-ash):
5814         Use `tramp-compat-replace-regexp-in-string'.
5816         * net/tramp-cache.el (tramp-cache-print): Call
5817         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
5819         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
5820         bound.  It isn't for XEmacs.
5822         * net/tramp-compat.el (tramp-compat-copy-file):
5823         Catch `wrong-number-of-arguments' error.
5824         (tramp-compat-replace-regexp-in-string): New defun.
5826         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
5827         for `make-auto-save-file-name'.
5828         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
5829         `copy-file'.
5830         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
5831         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
5832         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
5834         * net/tramp-gw.el (tramp-gw-open-network-stream):
5835         Use `tramp-compat-replace-regexp-in-string'.
5837         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5838         Call `tramp-handle-make-auto-save-file-name'.
5839         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
5840         (tramp-sh-file-gvfs-monitor-dir-process-filter)
5841         (tramp-sh-file-inotifywait-process-filter):
5842         Use `tramp-compat-replace-regexp-in-string'.
5843         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
5845         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
5846         for `make-auto-save-file-name'.
5847         (tramp-smb-handle-copy-directory):
5848         Call `tramp-compat-replace-regexp-in-string'.
5849         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
5850         (tramp-smb-handle-copy-file): Improve error message.
5851         (tramp-smb-handle-rename-file): Rename directly only in case
5852         `newname' does not exist yet.  This is a restriction of smbclient.
5853         (tramp-smb-maybe-open-connection): Rerun the function only when
5854         `auth-sources' is non-nil.
5856 2013-09-08  Kenichi Handa  <handa@gnu.org>
5858         * international/characters.el: Set category "^" (Combining) for
5859         more characters.
5861 2013-09-07  Alan Mackenzie  <acm@muc.de>
5863         Correctly fontify Java class constructors.
5864         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
5865         in Java Mode.
5866         (c-recognize-typeless-decls): Set the Java value to t.
5867         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
5868         While handling a "(", add a check for, effectively, Java, and handle a
5869         "typeless" declaration there.
5871 2013-09-07  Roland Winkler  <winkler@gnu.org>
5873         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
5874         field subtitle for entry type book.
5876 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5878         * minibuffer.el: Make minibuffer-complete call completion-in-region
5879         rather than other way around.
5880         (completion--some, completion-pcm--find-all-completions):
5881         Don't delay signals when debugging.
5882         (minibuffer-completion-contents): Beware fields within the
5883         minibuffer contents.
5884         (completion-all-sorted-completions): Use defvar-local.
5885         (completion--do-completion, completion--cache-all-sorted-completions)
5886         (completion-all-sorted-completions, minibuffer-force-complete):
5887         Add args `beg' and `end'.
5888         (completion--in-region-1): New fun, extracted from minibuffer-complete.
5889         (minibuffer-complete): Use completion-in-region.
5890         (completion-complete-and-exit): New fun, extracted from
5891         minibuffer-complete-and-exit.
5892         (minibuffer-complete-and-exit): Use it.
5893         (completion--complete-and-exit): Rename from
5894         minibuffer--complete-and-exit.
5895         (completion-in-region--single-word): New function, extracted from
5896         minibuffer-complete-word.
5897         (minibuffer-complete-word): Use it.
5898         (display-completion-list): Make `common-substring' argument obsolete.
5899         (completion--in-region): Call completion--in-region-1 instead of
5900         minibuffer-complete.
5901         (completion-help-at-point): Pass boundaries to
5902         minibuffer-completion-help as args rather than via an overlay.
5903         (completion-pcm--string->pattern): Use `any-delim'.
5904         (completion-pcm--optimize-pattern): New function.
5905         (completion-pcm--pattern->regex): Handle `any-delim'.
5906         * icomplete.el (icomplete-forward-completions)
5907         (icomplete-backward-completions, icomplete-completions):
5908         Adjust calls to completion-all-sorted-completions and
5909         completion--cache-all-sorted-completions.
5910         (icomplete-with-completion-tables): Default to t.
5911         * emacs-lisp/crm.el (crm--current-element): Rename from
5912         crm--select-current-element.  Don't put an overlay but return the
5913         boundaries instead.
5914         (crm--completion-command): Take two new args to bind to the boundaries.
5915         (crm-completion-help): Adjust accordingly.
5916         (crm-complete): Use completion-in-region.
5917         (crm-complete-word): Use completion-in-region--single-word.
5918         (crm-complete-and-exit): Use completion-complete-and-exit.
5920 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5922         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
5923         than dynamically.
5925 2013-09-06  Juri Linkov  <juri@jurta.org>
5927         * info.el (Info-display-images-node): When image file doesn't exist
5928         display text version of the image if it's provided in the Info file.
5929         Otherwise, display the location of missing image from SRC attribute.
5930         Add help-echo text property from ALT attribute.  (Bug#15279)
5932 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5934         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
5935         (edit-abbrevs-mode): Use define-derived-mode.
5937         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
5938         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
5939         that it's defined.
5940         (epa-key-list-mode, epa-key-mode, epa-info-mode):
5941         Use define-derived-mode.
5943         * epg.el (epg-start-encrypt): Minor CSE simplification.
5945 2013-09-06  William Xu  <william.xwl@gmail.com>
5947         * arc-mode.el: Add support for 7za (bug#15264).
5948         (archive-7z-program): New var.
5949         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
5950         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
5951         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
5953 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
5955         Remove URL syntax.
5957         * net/tramp.el (tramp-syntax, tramp-prefix-format)
5958         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
5959         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
5960         (tramp-postfix-host-format, tramp-file-name-regexp)
5961         (tramp-completion-file-name-regexp)
5962         (tramp-completion-dissect-file-name)
5963         (tramp-handle-substitute-in-file-name): Remove 'url case.
5964         (tramp-file-name-regexp-url)
5965         (tramp-completion-file-name-regexp-url): Remove constants.
5967 2013-09-06  Glenn Morris  <rgm@gnu.org>
5969         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
5971 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
5973         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
5974         keywords" below "here-doc beginnings" (Bug#15270).
5976 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5978         * subr.el (pop): Use `car-safe'.
5979         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
5980         to detect unused `pop' return value.
5982         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
5983         var `block-regexp'.
5984         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
5985         (python-fill-string): Remove unused var `marker'.
5986         (python-skeleton-add-menu-items): Remove unused var `items'.
5988         * international/mule-cmds.el: Require CL.
5989         (find-coding-systems-for-charsets): Avoid add-to-list.
5990         (sanitize-coding-system-list): New function, extracted from
5991         select-safe-coding-system-interactively.
5992         (select-safe-coding-system-interactively): Use it.
5993         (read-input-method-name): Accept symbols for `default'.
5995         * emacs-lisp/advice.el (defadvice): Add indent rule.
5997 2013-09-05  Daniel Hackney  <dan@haxney.org>
5999         * dired-x.el:
6000         * net/ange-ftp.el:
6001         * net/browse-url.el:
6002         * net/dbus.el:
6003         * net/eudc.el:
6004         * net/eudcb-ldap.el:
6005         * net/eww.el:
6006         * net/imap.el:
6007         * printing.el:
6008         * vc/ediff-diff.el:
6009         * vc/ediff-init.el:
6010         * vc/ediff-merg.el:
6011         * vc/ediff-mult.el:
6012         * vc/ediff-util.el:
6013         * vc/ediff-wind.el:
6014         * vc/ediff.el:
6015         * vc/emerge.el:
6016         * vc/pcvs.el:
6017         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
6018         byte compiler.  Remove some unused let-bound variables.
6020 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6022         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
6023         a "ref-cell", since it gets better optimized (bug#14883).
6025 2013-09-05  Glenn Morris  <rgm@gnu.org>
6027         * progmodes/cc-awk.el (c-forward-sws): Declare.
6029 2013-09-04  Glenn Morris  <rgm@gnu.org>
6031         * generic-x.el [rul-generic-mode]: Require cc-mode.
6032         (c++-mode-syntax-table): Declare.
6033         (rul-generic-mode-syntax-table): Init in the defvar.
6035 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6037         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
6038         (vc-do-command, vc-set-async-update):
6039         * vc/vc-mtn.el (vc-mtn-dir-status):
6040         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
6041         (vc-hg-pull, vc-hg-merge-branch):
6042         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
6043         (vc-git-merge-branch):
6044         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
6045         (vc-cvs-dir-status-files):
6046         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
6047         (vc-bzr-dir-status-files):
6048         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
6049         * vc/vc-annotate.el: Use lexical-binding.
6050         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
6051         (vc-sentinel-movepoint): Declare.
6052         (vc-annotate): Don't use `goto-line'.
6053         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
6054         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
6055         (vc-sentinel-movepoint): Declare.
6056         * vc/vc-svn.el: Use lexical-binding.
6057         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
6058         * vc/vc-sccs.el:
6059         * vc/vc-rcs.el: Use lexical-binding.
6061         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
6062         `deleted'.  Don't drop errors silently.
6064         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
6066 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
6068         * vc/vc.el (vc-ignore): Rewrite.
6069         (vc-default-ignore): New function.
6070         (vc-default-ignore-completion-table): Use find-ignore-file.
6072         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
6073         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
6074         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
6075         Remove.  Most code moved to vc.el.
6077 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6079         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
6080         * net/tramp-smb.el (tramp-smb-get-file-entries):
6081         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
6082         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
6084         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
6085         Update call to it.
6086         (eww-change-select): Remove unused var `properties'.
6087         (eww-make-unique-file-name): Remove unused var `base'.
6089         * finder.el (finder-compile-keywords): Don't mess with windows.
6091         * calculator.el (calculator-funcall): Fix typo in last change.
6093         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
6095         * emacs-lisp/package.el (package-activate-1): Don't let a missing
6096         <pkg>-autoloads.el file stop us.
6098         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
6099         warnings, and factor out common code.
6101 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
6103         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
6104         two-character operators and whether the character preceding them
6105         changes their meaning (Bug#15208).
6107 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6109         Format code sent to Python shell for robustness.
6110         * progmodes/python.el (python-shell-buffer-substring):
6111         New function.
6112         (python-shell-send-region, python-shell-send-buffer): Use it.
6114 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
6116         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
6117         * net/tramp.el (tramp-user-error): ... here.
6118         (tramp-find-method, tramp-check-proper-host)
6119         (tramp-dissect-file-name, tramp-debug-message)
6120         (tramp-handle-shell-command):
6121         * net/tramp-adb.el (tramp-adb-handle-shell-command):
6122         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
6124         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
6126 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
6128         * avoid.el (mouse-avoidance-point-position)
6129         (mouse-avoidance-too-close-p): Handle case where posn-at-point
6130         returns nil.
6132 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6134         * progmodes/python.el (python-shell-completion-get-completions):
6135         Drop use of deleted `comint-last-prompt-overlay'.
6136         (python-nav-if-name-main): New command.
6138 2013-09-01  Glenn Morris  <rgm@gnu.org>
6140         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
6141         Avoid leading space in $wins.  Otherwise the sed command used by
6142         eg compile-main ends up containing "/*.el".  (Bug#15170)
6144         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
6146 2013-08-30  Glenn Morris  <rgm@gnu.org>
6148         * emacs-lisp/bytecomp.el (byte-recompile-directory):
6149         Fix is-this-a-directory logic.  (Bug#15220)
6151 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6153         * textmodes/css-mode.el: Use SMIE.
6154         (css-smie-grammar): New var.
6155         (css-smie--forward-token, css-smie--backward-token)
6156         (css-smie-rules): New functions.
6157         (css-mode): Use them.
6158         (css-navigation-syntax-table): Remove var.
6159         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
6160         (css-indent-calculate, css-indent-line): Remove functions.
6162         Misc changes to reduce use of `(lambda...); and other cleanups.
6163         * cus-edit.el: Use lexical-binding.
6164         (customize-push-and-save, customize-apropos)
6165         (custom-buffer-create-internal): Use closures.
6166         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
6167         * progmodes/ada-xref.el: Use setq.
6168         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
6169         * dframe.el: Use lexical-binding.
6170         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
6171         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
6172         * descr-text.el: Use lexical-binding.
6173         (describe-text-widget, describe-text-sexp, describe-property-list):
6174         Use closures.
6175         * comint.el (comint-history-isearch-push-state): Use a closure.
6176         * calculator.el: Use lexical-binding.
6177         (calculator-number-to-string): Make it work with lexical-binding.
6178         (calculator-funcall): Same and use cl-letf.
6180         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
6181         (lisp--company-doc-string, lisp--company-location): New functions.
6182         (lisp-completion-at-point): Use them to improve Company support.
6184         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
6185         params of lambda expressions.
6186         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
6187         (ruby-smie--opening-pipe-p): New function.
6188         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
6189         symbols and matched |...| for formal params.
6190         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
6191         from being treated as hanging.  Handle "rescue".
6193 2013-08-29  Glenn Morris  <rgm@gnu.org>
6195         * progmodes/cc-engine.el (c-pull-open-brace):
6196         Move definition before use.
6198 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6200         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
6201         are immutable.  Don't use `unsafe' any more.
6202         (cl--defsubst-expand): Don't substitute at the same time as keeping
6203         a residual unused let-binding.  Don't use `unsafe' any more.
6205 2013-08-29  Glenn Morris  <rgm@gnu.org>
6207         * calendar/cal-china.el (calendar-chinese-year-cache):
6208         Recenter on 2015.
6210         * nxml/nxml-util.el (nxml-debug-clear-inside):
6211         Use cl-loop rather than loop.
6213         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
6215         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
6217 2013-08-28  Glenn Morris  <rgm@gnu.org>
6219         * progmodes/antlr-mode.el: No need to require cc-mode twice.
6221         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
6223         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
6225 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6227         * simple.el (repeat-complex-command--called-interactively-skip):
6228         New function.
6229         (repeat-complex-command): Use it (bug#14136).
6231         * progmodes/cc-mode.el: Minor cleanup of var declarations.
6232         (c-define-abbrev-table): Add `doc' argument.
6233         (c-mode-abbrev-table, c++-mode-abbrev-table)
6234         (objc-mode-abbrev-table, java-mode-abbrev-table)
6235         (idl-mode-abbrev-table, pike-mode-abbrev-table)
6236         (awk-mode-abbrev-table): Use it.
6237         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
6238         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
6239         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
6240         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
6241         Move initialization into the declaration; and remove any
6242         autoload cookie.
6244         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
6245         and dynamic let binding.
6247         * vc/smerge-mode.el: Remove redundant :group args.
6249         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
6250         to load-path.
6252 2013-08-28  Juri Linkov  <juri@jurta.org>
6254         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
6255         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
6256         (isearch-other-meta-char): Handle an undefined shifted printing
6257         character by downshifting it.  (Bug#15200)
6259 2013-08-28  Juri Linkov  <juri@jurta.org>
6261         * isearch.el (isearch-search): Change regexp error message for
6262         non-regexp searches.  (Bug#15166)
6264 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6266         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
6267         for portability to hosts where /bin/sh has problems.
6269 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6271         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
6273 2013-08-27  Juri Linkov  <juri@jurta.org>
6275         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
6276         in the keyboard macro.  (Bug#15126)
6278 2013-08-27  Juri Linkov  <juri@jurta.org>
6280         * isearch.el (isearch-quote-char): Comment out converting unibyte
6281         to multibyte, thus syncing with its `quoted-insert' counterpart.
6282         (Bug#15166)
6284 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
6286         * window.el (display-buffer-use-some-window): Add missing
6287         argument in call of get-largest-window (Bug#15185).
6288         Reported by Stephen Leake.
6290 2013-08-27  Glenn Morris  <rgm@gnu.org>
6292         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
6294 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6296         * progmodes/python.el (python-font-lock-keywords): Don't return nil
6297         from a matcher-function unless there's no more matches (bug#15161).
6299 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
6301         * minibuffer.el: Revert change from 2013-08-20.
6303         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
6304         with text property `tramp-default', if appropriate.
6305         (tramp-check-proper-host): New defun.
6306         (tramp-dissect-file-name): Do not check hostname.  Revert change
6307         of 2013-03-18.
6308         (tramp-backtrace): Make VEC-OR-PROC optional.
6310         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
6311         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
6312         * net/tramp-sh.el (tramp-maybe-open-connection):
6313         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6314         Apply `tramp-check-proper-host'.
6316 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
6318         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
6319         lambda expression in order to have `describe-variable' display it.
6321 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
6323         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
6324         BUF can be optional.  (Bug#15186)
6326 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
6328         * progmodes/flymake.el (flymake-get-real-file-name-function):
6329         Fix broken customization.  (Bug#15184)
6331 2013-08-25  Alan Mackenzie  <acm@muc.de>
6333         Improve indentation of bracelists defined by macros (without "=").
6335         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
6336         expansion begins with "{", regard it as bracelist when it doesn't
6337         contain a ";".
6339         Parse C++ inher-intro when there's a template split over 2 lines.
6341         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
6342         rigorously the search for "class" etc. followed by ":".
6344         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
6345         random languages a regexp which never matches rather than nil.
6347         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
6349         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
6350         (c-awk-regexp-one-line-possibly-open-char-list-re)
6351         (c-awk-one-line-possibly-open-regexp-re)
6352         (c-awk-one-line-non-syn-ws*-re): Remove.
6353         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
6354         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
6355         (c-awk-space*-unclosed-regexp-/-re): New constants.
6356         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
6357         aren't regexp delimiters.
6359         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
6360         handling for a rare situation in AWK Mode involving unterminated
6361         strings/regexps.
6363 2013-08-23  Glenn Morris  <rgm@gnu.org>
6365         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
6367         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
6369         * files.el (create-file-buffer): If the result would begin with
6370         spaces, prepend a "|" instead of removing them.  (Bug#15162)
6372 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6374         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
6375         text-properties (bug#15155).
6377         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
6378         exist any more.
6379         (calc-keypad-redraw): Remove unused var `pad'.
6380         (calc-keypad-press): Remove unused var `menu'.
6382 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
6384         * window.el (display-buffer-pop-up-frame):
6385         Call pop-up-frame-function with BUFFER current so `make-frame' will
6386         use it as the new frame's buffer (Bug#15133).
6388 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6390         * calendar/timeclock.el: Minor cleanups.
6391         (timeclock-ask-before-exiting, timeclock-use-display-time):
6392         Use `symbol'.
6393         (timeclock-modeline-display): Define as alias before the
6394         actual definition.
6395         (timeclock-mode-line-display): Use define-minor-mode.
6396         (timeclock-day-list-template): Make it a function, add an argument.
6397         (timeclock-day-list-required, timeclock-day-list-length)
6398         (timeclock-day-list-debt, timeclock-day-list-span)
6399         (timeclock-day-list-break): Adjust calls accordingly.
6401 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6403         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
6404         Use read--expression so that completion works again.
6406 2013-08-21  Sam Steingold  <sds@gnu.org>
6408         Add rudimentary inferior shell interaction
6409         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
6410         (sh-set-shell): Reset it.
6411         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
6412         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
6414 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6416         * align.el: Use lexical-binding.
6417         (align-region): Simplify accordingly.
6419 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
6421         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
6423         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
6424         `non-essential' up.
6426 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
6428         * net/tramp.el:
6429         * net/tramp-adb.el:
6430         * net/tramp-cmds.el:
6431         * net/tramp-ftp.el:
6432         * net/tramp-gvfs.el:
6433         * net/tramp-gw.el:
6434         * net/tramp-sh.el: Don't wrap external variable declarations by
6435         `eval-when-compile'.
6437 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6439         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
6440         now that Emacs supports ImageMagick animations.
6442 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
6444         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
6445         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
6447 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
6449         * window.el (mouse-autoselect-window-select): Do autoselect when
6450         mouse pointer is on margin.
6452 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
6454         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
6456 2013-08-16  Glenn Morris  <rgm@gnu.org>
6458         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
6459         Handle "Remote Directory" response of some clients.  (Bug#15058)
6461         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
6462         Tweak warning.  (Bug#14926)
6464         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
6465         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
6467         * image-mode.el (image-mode-map): Add menu items to reverse,
6468         increase, decrease, reset animation speed.
6469         (image--set-speed, image-increase-speed, image-decrease-speed)
6470         (image-reverse-speed, image-reset-speed): New functions.
6471         (image-mode-map): Add bindings for speed commands.
6473         * image.el (image-animate-get-speed, image-animate-set-speed):
6474         New functions.
6475         (image-animate-timeout): Respect image :speed property.
6477 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6479         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
6480         previous line (bug#15101).
6481         (debugger-eval-expression, debugger-record-expression):
6482         Use read--expression (bug#15102).
6484 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
6486         Remove byte compiler warnings, visible when compiling with
6487         `byte-compile-force-lexical-warnings' set to t.
6489         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
6490         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
6491         (tramp-handle-unhandled-file-name-directory)
6492         (tramp-handle-file-notify-add-watch, tramp-action-login)
6493         (tramp-action-succeed, tramp-action-permission-denied)
6494         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
6495         arguments with "_".
6497         * net/tramp-adb.el (tramp-adb-parse-device-names)
6498         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
6499         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
6500         (tramp-adb-handle-file-truename): Remove unused arguments.
6502         * net/tramp-cache.el (tramp-flush-directory-property)
6503         (tramp-flush-connection-property, tramp-list-connections)
6504         (tramp-parse-connection-properties): Prefix unused arguments with "_".
6506         * net/tramp-compat.el (tramp-compat-make-temp-file):
6507         Rename FILENAME to F.
6509         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
6510         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
6511         (tramp-zeroconf-parse-workstation-device-names)
6512         (tramp-zeroconf-parse-webdav-device-names)
6513         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
6515         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
6516         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
6518         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
6519         arguments.
6520         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
6521         (tramp-sh-handle-insert-file-contents-literally)
6522         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
6523         with "_".
6524         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
6525         Remove unused variables.
6527         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6528         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
6529         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
6531         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
6532         Make them a defconst.
6533         (tramp-uuencode-region): Remove unused variable.
6535 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
6537         * frameset.el (frameset--prop-setter): New function.
6538         (frameset-prop): Add gv-setter declaration.
6539         (frameset-filter-minibuffer): Deal with the case that the minibuffer
6540         parameter was already set in FILTERED.  Doc fix.
6541         (frameset--record-minibuffer-relationships): Allow saving a
6542         minibufferless frame without its corresponding minibuffer frame.
6543         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
6544         frame, if the frame id matches.
6545         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
6546         frames before orphaned ones.
6547         (frameset-restore): Warn about orphaned windows, instead of error out.
6549 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
6551         * window.el (window-make-atom): Don't overwrite parameter
6552         already present.
6553         (display-buffer-in-atom-window): Handle special case where we
6554         split an already atomic window.
6555         (window--major-non-side-window, display-buffer-in-side-window)
6556         (window--side-check): Ignore minibuffer window when walking
6557         window tree.
6558         (window-deletable-p): Return 'frame only if no other frame uses
6559         our minibuffer window.
6560         (record-window-buffer): Run buffer-list-update-hook.
6561         (split-window): Make sure window--check-frame won't destroy an
6562         existing atomic window in case the new window gets nested
6563         inside.
6564         (display-buffer-at-bottom): Ignore minibuffer window when
6565         walking window tree.  Don't split a side window.
6566         (pop-to-buffer): Don't set-buffer here, the select-window call
6567         should do that.
6568         (mouse-autoselect-window-select): Autoselect only if we are in the
6569         text portion of the window.
6571 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6573         * net/shr.el (shr-parse-image-data): New function to grab both the
6574         data itself and the Content-Type.
6575         (shr-put-image): Use it.
6577         * net/eww.el (eww-display-image): Ditto.
6579         * image.el (image-content-type-suffixes): New variable.
6581 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6583         * progmodes/python.el (python-imenu--build-tree)
6584         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
6586 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
6588         * simple.el (backward-word): Mention the optional argument.
6590 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6592         * frameset.el (frameset--make): Rename constructor from make-frameset.
6593         (frameset-p, frameset-valid-p): Don't autoload.
6594         (frameset-valid-p): Use normal accessors.
6596 2013-08-13  Glenn Morris  <rgm@gnu.org>
6598         * progmodes/compile.el (compile-command): Tweak example in doc.
6599         * obsolete/scribe.el (scribe-mode):
6600         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
6602         * mail/feedmail.el (feedmail-confirm-outgoing)
6603         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
6605         * cus-start.el (truncate-partial-width-windows): Fix type.
6607         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
6609         * net/shr.el (shr-table-horizontal-line): Fix custom type.
6611 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6613         * emacs-lisp/timer.el (timer--time-setter): New function.
6614         (timer--time): Use it as gv-setter.
6616         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
6617         setter is not a symbol.
6619 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
6621         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
6622         if sending fails.  This makes debugging easier.
6624 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
6626         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
6627         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
6628         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
6630 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
6632         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
6634 2013-08-12  Glenn Morris  <rgm@gnu.org>
6636         * format.el (format-annotate-function):
6637         Handle read-only text properties in the source.  (Bug#14887)
6639 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6641         * net/eww.el (eww-display-html): Ignore coding system errors.
6642         One web site uses "utf-8lias" as the coding system.
6644 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
6646         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
6648 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
6650         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
6651         (tutorial--detailed-help): Remove unused local variables.
6652         (tutorial--save-tutorial-to): Use ignore-errors.
6653         (help-with-tutorial): Use looking-at-p.
6655         * view.el (view-buffer-other-window, view-buffer-other-frame):
6656         Mark unused arguments.
6658         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
6659         (woman-select-symbol-fonts, woman, woman-find-file)
6660         (woman-insert-file-contents, woman-non-underline-faces):
6661         Use string-match-p.
6662         (woman1-unquote): Move declaration.
6664         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
6665         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
6666         argument.  Remove unused local variable.
6667         (xml-parse-elem-type): Use string-match-p.
6668         (xml-substitute-numeric-entities): Use ignore-errors.
6670         * calculator.el (calculator): Mark unused argument.
6671         (calculator-paste, calculator-quit, calculator-integer-p):
6672         Use ignore-errors.
6673         (calculator-string-to-number, calculator-decimal, calculator-exp)
6674         (calculator-op-or-exp): Use string-match-p.
6676         * dired.el (dired-buffer-more-recently-used-p): Declare.
6677         (dired-insert-set-properties, dired-insert-old-subdirs):
6678         Use ignore-errors.
6680         * dired-aux.el (dired-compress): Use ignore-errors.
6681         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
6682         (dired-do-async-shell-command, dired-do-shell-command)
6683         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
6684         (dired-insert-subdir-validate): Use string-match-p.
6685         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
6686         (dired-add-entry): Use string-match-p, looking-at-p.
6687         (dired-insert-subdir-newpos): Remove unused local variable.
6689         * filenotify.el (file-notify-callback): Remove unused local variable.
6691         * filesets.el (filesets-error): Mark unused argument.
6692         (filesets-which-command-p, filesets-filter-dir-names)
6693         (filesets-directory-files, filesets-get-external-viewer)
6694         (filesets-ingroup-get-data): Use string-match-p.
6696         * find-file.el (ff-other-file-name, ff-other-file-name)
6697         (ff-find-the-other-file, ff-cc-hh-converter):
6698         Remove unused local variables.
6699         (ff-get-file-name): Use string-match-p.
6700         (ff-all-dirs-under): Use ignore-errors.
6702         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
6703         (follow-select-if-visible): Remove unused local variable.
6705         * forms.el (read-file-filter): Move declaration.
6706         (forms--make-format, forms--make-parser, forms-insert-record):
6707         Quote function with #'.
6708         (forms--update): Use string-match-p.  Quote function with #'.
6710         * help-mode.el (help-dir-local-var-def): Mark unused argument.
6711         (help-make-xrefs): Use looking-at-p.
6712         (help-xref-on-pp): Use looking-at-p, ignore-errors.
6714         * ibuffer.el (ibuffer-ext-visible-p): Declare.
6715         (ibuffer-confirm-operation-on): Use string-match-p.
6717         * msb.el (msb-item-handler, msb-dired-item-handler):
6718         Mark unused arguments.
6720         * ses.el (ses-decode-cell-symbol)
6721         (ses-kill-override): Remove unused local variable.
6722         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
6723         (ses-load): Use ignore-errors, looking-at-p.
6724         (ses-jump-safe): Use ignore-errors.
6725         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
6727         * tabify.el (untabify, tabify): Mark unused arguments.
6729         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
6730         Mark unused argument.
6731         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
6732         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
6734         * emacs-lisp/timer.el (timer--time): Define setter with
6735         gv-define-setter to avoid deprecation warning.
6737         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
6738         (*record-cmpl-statistics-p*): Remove (was commented out).
6739         (cmpl-statistics-block): Remove (body was commented out).
6740         All callers changed.
6741         (add-completions-from-buffer, load-completions-from-file):
6742         Remove unused variables.
6744 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
6746         * filecache.el (file-cache-delete-file-list):
6747         Print message only when told so.
6748         (file-cache-files-matching): Use #' in mapconcat argument.
6750         * ffap.el (ffap-url-at-point): Fix reference to variable
6751         thing-at-point-default-mail-uri-scheme.
6753 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6755         * subr.el (define-error): New function.
6756         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
6757         error-file-not-found and define with define-error.
6758         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
6759         and define with define-error.
6760         * userlock.el (file-locked, file-supersession):
6761         * simple.el (mark-inactive):
6762         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
6763         * progmodes/ada-mode.el (ada-mode-errors):
6764         * play/life.el (life-extinct):
6765         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
6766         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
6767         * nxml/rng-util.el (rng-error):
6768         * nxml/rng-uri.el (rng-uri-error):
6769         * nxml/rng-match.el (rng-compile-error):
6770         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
6771         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
6772         * nxml/nxml-rap.el (nxml-scan-error):
6773         * nxml/nxml-outln.el (nxml-outline-error):
6774         * net/soap-client.el (soap-error):
6775         * net/gnutls.el (gnutls-error):
6776         * net/ange-ftp.el (ftp-error):
6777         * mpc.el (mpc-proc-error):
6778         * json.el (json-error, json-readtable-error, json-unknown-keyword)
6779         (json-number-format, json-string-escape, json-string-format)
6780         (json-key-format, json-object-format):
6781         * jka-compr.el (compression-error):
6782         * international/quail.el (quail-error):
6783         * international/kkc.el (kkc-error):
6784         * emacs-lisp/ert.el (ert-test-failed):
6785         * calc/calc.el (calc-error, inexact-result, math-overflow)
6786         (math-underflow):
6787         * bookmark.el (bookmark-error-no-filename):
6788         * epg.el (epg-error): Define with define-error.
6790         * time.el (display-time-event-handler)
6791         (display-time-next-load-average): Don't call sit-for since it seems
6792         unnecessary (bug#15045).
6794         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
6795         Use #' instead of ' to quote functions.
6796         (checkdoc-output-mode): Use setq-local.
6797         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
6798         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
6799         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
6800         (checkdoc-ispell, checkdoc-ispell-current-buffer)
6801         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
6802         (checkdoc-ispell-message-text, checkdoc-ispell-start)
6803         (checkdoc-ispell-continue, checkdoc-ispell-comments)
6804         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
6806         * ido.el (ido-completion-help): Fix up compiler warning.
6808 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
6810         * frameset.el (frameset-p): Add autoload cookie.
6811         (frameset--jump-to-register): New function, based on code moved from
6812         register.el.
6813         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
6815         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
6816         (frameset-restore, frameset-save, frameset-session-filter-alist):
6817         Remove declarations.
6818         (register-alist): Doc fix.
6819         (frameset-to-register): Move to frameset.el.
6820         (jump-to-register, describe-register-1): Remove frameset-specific code.
6822 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
6824         * allout-widgets.el (allout-widgets-pre-command-business)
6825         (allout-widgets-post-command-business)
6826         (allout-widgets-after-change-handler)
6827         (allout-decorate-item-and-context, allout-set-boundary-marker)
6828         (allout-body-modification-handler)
6829         (allout-graphics-modification-handler): Mark ignored arguments.
6830         (allout-widgets-post-command-business)
6831         (allout-widgets-exposure-change-processor)
6832         (allout-widgets-exposure-undo-processor)
6833         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
6834         (allout-parse-item-at-point, allout-decorate-item-guides)
6835         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
6836         * allout.el (epa-passphrase-callback-function): Declare.
6837         (allout-overlay-insert-in-front-handler)
6838         (allout-overlay-interior-modification-handler)
6839         (allout-isearch-end-handler, allout-chart-siblings)
6840         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
6841         (allout-yank-processing, allout-process-exposed)
6842         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
6843         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
6844         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
6845         (lisp-indent-defform): Mark ignored arguments.
6846         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
6847         (calculate-lisp-indent): Remove unused variables.
6848         * international/characters.el (indian-2-column, arabic-2-column)
6849         (tibetan): Mark ignored arguments.
6850         (use-cjk-char-width-table): Mark ignored arguments.
6851         Remove unused variables.
6852         * international/fontset.el (build-default-fontset-data)
6853         (x-compose-font-name, create-fontset-from-fontset-spec):
6854         Mark ignored arguments.
6855         (fontset-plain-name): Remove unused variables.
6856         * international/mule.el (charset-id, charset-bytes, generic-char-p)
6857         (keyboard-coding-system): Mark ignored arguments.
6858         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
6859         * help.el (resize-temp-buffer-window):
6860         * window.el (display-buffer-in-major-side-window)
6861         (display-buffer-in-side-window, display-buffer-in-previous-window):
6862         Remove unused variables.
6863         * isearch.el (isearch-forward-symbol):
6864         * version.el (emacs-bzr-version-bzr):
6865         * international/mule-cmds.el (current-language-environment):
6866         * term/common-win.el (x-handle-iconic, x-handle-geometry)
6867         (x-handle-display):
6868         * term/pc-win.el (x-list-fonts, x-display-planes)
6869         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
6870         (x-server-version, x-display-screens, x-display-mm-height)
6871         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
6872         (x-selection-owner-p, x-own-selection-internal)
6873         (x-disown-selection-internal, x-get-selection-internal)
6874         (msdos-initialize-window-system):
6875         * term/tty-colors.el (tty-color-alist, tty-color-clear):
6876         * term/x-win.el (x-handle-no-bitmap-icon):
6877         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
6878         (vc-default-find-file-hook, vc-default-extra-menu):
6879         Mark ignored arguments.
6881 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6883         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
6884         break-condition in the context of the debugged code (bug#12685).
6886 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
6888         * comint.el:
6889         Do not use an overlay to highlight the last prompt.  (Bug#14744)
6890         (comint-mode): Make comint-last-prompt buffer local.
6891         (comint-last-prompt): New variable.
6892         (comint-last-prompt-overlay): Remove.  Superseded by
6893         comint-last-prompt.
6894         (comint-snapshot-last-prompt, comint-output-filter):
6895         Use comint-last-prompt.
6897 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
6899         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
6900         (frameset-save): Check validity of the resulting frameset.
6902 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
6904         * ido.el (ido-record-command): Add doc string.
6906 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
6908         * frameset.el (frameset): Do not disable creation of the default
6909         frameset-p predicate.  Doc fix.
6910         (frameset-valid-p): New function, copied from the old predicate-p.
6911         Add additional checks.
6912         (frameset-restore): Check with frameset-valid-p.
6913         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
6914         (frameset-name, frameset-description, frameset-properties)
6915         (frameset-states): Add docstring.
6916         (frameset-session-filter-alist, frameset-persistent-filter-alist)
6917         (frameset-filter-alist): Doc fixes.
6919 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
6921         * frameset.el (frameset-p, frameset-prop): Doc fixes.
6923 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6925         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
6926         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
6927         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
6928         (byte-compile-normal-call): Remove obsolescence check.
6930 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
6932         * frameset.el (frameset-restore): Doc fix.
6934         * register.el (frameset-frame-id, frameset-frame-with-id)
6935         (frameset-p, frameset-restore, frameset-save): Declare.
6936         (register-alist): Document framesets.
6937         (frameset-session-filter-alist): Declare.
6938         (frameset-to-register): New function.
6939         (jump-to-register): Implement jumping to framesets.  Doc fix.
6940         (describe-register-1): Describe framesets.
6942         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
6944 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
6946         * desktop.el (desktop-save-frameset): Use new frameset-save args.
6947         Use lexical-binding.
6949         * frameset.el (frameset): Use type vector, not list (incompatible
6950         change).  Do not declare a new constructor, use the default one.
6951         Upgrade suggested properties `app', `name' and `desc' to slots `app',
6952         `name' and `description', respectively, and add read-only slot
6953         `timestamp'.  Doc fixes.
6954         (frameset-copy, frameset-persistent-filter-alist)
6955         (frameset-filter-alist, frameset-switch-to-gui-p)
6956         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
6957         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
6958         (frameset-filter-iconified, frameset-keep-original-display-p):
6959         Doc fixes.
6960         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
6961         Rename from frameset-filter-(save|restore)-param.  All callers changed.
6962         Doc fix.
6963         (frameset-p): Adapt to change to vector and be more thorough.
6964         Change arg name to OBJECT.  Doc fix.
6965         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
6966         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
6967         All callers changed.
6968         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
6969         All callers changed.
6970         (frameset--record-minibuffer-relationships): Rename from
6971         frameset--process-minibuffer-frames.  All callers changed.
6972         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
6973         Use new default constructor (again).  Doc fix.
6974         (frameset--find-frame-if): Rename from `frameset--find-frame'.
6975         All callers changed.
6976         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
6977         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
6978         Doc fix.
6979         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
6980         PARAMETERS and WINDOW-STATE, respectively.
6981         (frameset-restore): Add new keyword argument PREDICATE.
6982         Reset frameset--target-display to nil.  Doc fix.
6984 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6986         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
6987         (bat-mode): Use it.
6988         (bat-mode-syntax-table): Mark \n as end-of-comment.
6989         (bat-font-lock-keywords): Remove comment rule.
6991         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
6992         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
6994         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
6995         (byte-compile-callargs-warn): Use `push'.
6996         (byte-compile-arglist-warn): Ignore higher-order "calls".
6997         (byte-compile-file-form-autoload): Use `pcase'.
6998         (byte-compile-function-form): If quoting a symbol, check that it exists.
7000 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
7002         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
7003         and add a few popular commands found in batch files.
7004         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
7005         (dos-mode): Doc fixes.
7007 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7009         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
7010         (dos-mode): Use setq-local.  Add space after "rem".
7011         (dos-mode-syntax-table): Don't use "w" for symbol chars.
7012         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
7014 2013-08-07  Arni Magnusson  <arnima@hafro.is>
7016         * progmodes/dos.el: New file.
7017         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
7018         dos-mode.
7020 2013-08-06  Glenn Morris  <rgm@gnu.org>
7022         * calendar/calendar.el: Add new faces, and day-header-array.
7023         (calendar-weekday-header, calendar-weekend-header)
7024         (calendar-month-header): New faces.
7025         (calendar-day-header-construct): New function.
7026         (calendar-day-header-width): Also :set calendar-day-header-array.
7027         (calendar-american-month-header, calendar-european-month-header)
7028         (calendar-iso-month-header): Use calendar- faces.
7029         (calendar-generate-month):
7030         Use calendar-day-header-array for day headers; apply faces to them.
7031         (calendar-mode): Check calendar-font-lock-keywords non-nil.
7032         (calendar-abbrev-construct): Add optional maxlen argument.
7033         (calendar-day-name-array): Doc fix.
7034         (calendar-day-name-array, calendar-abbrev-length)
7035         (calendar-day-abbrev-array):
7036         Also :set calendar-day-header-array, and maybe redraw.
7037         (calendar-day-header-array): New option.  (Bug#15007)
7038         (calendar-font-lock-keywords): Set to nil and make obsolete.
7039         (calendar-day-name): Add option to use header array.
7041 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7043         * net/shr.el (shr-render-td): Remove debugging.
7044         (shr-render-td): Make width computation consistent by defaulting
7045         all zero-width columns to 10 characters.  This may not be optimal,
7046         but it's at least consistent.
7047         (shr-make-table-1): Redo last change to fix the real problem in
7048         colspan handling.
7050 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
7052         * files.el (cache-long-line-scans):
7053         Make obsolete alias to `cache-long-scans'.
7055 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
7057         * frameset.el (frameset, frameset-filter-alist)
7058         (frameset-filter-params, frameset-save, frameset--reuse-frame)
7059         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
7060         (frameset-compute-pos): Rename from frameset--compute-pos,
7061         and add docstring.
7062         (frameset-move-onscreen): Use frameset-compute-pos.
7063         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
7065         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
7066         Fix typos in docstrings.
7068 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
7070         * frame.el (get-other-frame): Tiny cleanup.
7072 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
7074         * vc/vc.el (vc-default-ignore-completion-table):
7075         Silence byte-compiler warning.
7077         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
7078         slot, which can indeed be nil.
7079         (frameset-live-filter-alist, frameset-persistent-filter-alist):
7080         Move entry for `left' from persistent to live filter alist.
7081         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
7082         Doc fixes.
7083         (frameset-filter-params): When restoring a frame, copy items added to
7084         `filtered', to avoid unwittingly modifying the original parameters.
7085         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
7086         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
7088         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
7089         to use looking-at-p instead of looking-at.  (Bug#15028)
7091 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7093         Revert introduction of isearch-filter-predicates (bug#14714).
7094         Rely on add-function instead.
7095         * isearch.el (isearch-filter-predicates): Rename it back to
7096         isearch-filter-predicate.
7097         (isearch-message-prefix): Use advice-function-mapc and advice
7098         properties to get the isearch-message-prefix.
7099         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
7100         instead of run-hook-with-args-until-failure.
7101         (isearch-filter-visible): Not obsolete any more.
7102         * loadup.el: Preload nadvice.
7103         * replace.el (perform-replace): Revert to funcall
7104         instead of run-hook-with-args-until-failure.
7105         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
7106         * dired-aux.el (dired-isearch-filenames-mode): Rename from
7107         dired-isearch-filenames-toggle; make it into a proper minor mode.
7108         Use add/remove-function.
7109         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
7110         Call the minor-mode rather than add/remove-hook.
7111         (dired-isearch-filter-filenames):
7112         Remove isearch-message-prefix property.
7113         * info.el (Info--search-loop): New function, extracted from Info-search.
7114         Funcall isearch-filter-predicate instead of
7115         run-hook-with-args-until-failure isearch-filter-predicates.
7116         (Info-search): Use it.
7117         (Info-mode): Use isearch-filter-predicate instead of
7118         isearch-filter-predicates.
7120 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
7122         Do not call to `selected-window' where it is assumed by default.
7123         Affected functions are `window-minibuffer-p', `window-dedicated-p',
7124         `window-hscroll', `window-width', `window-height', `window-buffer',
7125         `window-frame', `window-start', `window-point', `next-window'
7126         and `window-display-table'.
7127         * abbrev.el (abbrev--default-expand):
7128         * bs.el (bs--show-with-configuration):
7129         * buff-menu.el (Buffer-menu-mouse-select):
7130         * calc/calc.el (calc):
7131         * calendar/calendar.el (calendar-generate-window):
7132         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
7133         (diary-make-entry):
7134         * comint.el (send-invisible, comint-dynamic-complete-filename)
7135         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
7136         * completion.el (complete):
7137         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
7138         * disp-table.el (describe-current-display-table):
7139         * doc-view.el (doc-view-insert-image):
7140         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
7141         * ehelp.el (with-electric-help):
7142         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7143         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
7144         * emacs-lisp/helper.el (Helper-help-scroller):
7145         * emulation/cua-base.el (cua--post-command-handler-1):
7146         * eshell/esh-mode.el (eshell-output-filter):
7147         * ffap.el (ffap-gnus-wrapper):
7148         * help-macro.el (make-help-screen):
7149         * hilit-chg.el (highlight-compare-buffers):
7150         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
7151         * hl-line.el (global-hl-line-highlight):
7152         * icomplete.el (icomplete-simple-completing-p):
7153         * isearch.el (isearch-done):
7154         * jit-lock.el (jit-lock-stealth-fontify):
7155         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
7156         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
7157         * mpc.el (mpc-tagbrowser, mpc):
7158         * net/rcirc.el (rcirc-any-buffer):
7159         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
7160         * play/landmark.el (landmark-max-width, landmark-max-height):
7161         * play/zone.el (zone):
7162         * progmodes/compile.el (compilation-goto-locus):
7163         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
7164         * progmodes/etags.el (find-tag-other-window):
7165         * progmodes/fortran.el (fortran-column-ruler):
7166         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
7167         * progmodes/verilog-mode.el (verilog-point-text):
7168         * reposition.el (reposition-window):
7169         * rot13.el (toggle-rot13-mode):
7170         * server.el (server-switch-buffer):
7171         * shell.el (shell-dynamic-complete-command)
7172         (shell-dynamic-complete-environment-variable):
7173         * simple.el (insert-buffer, set-selective-display)
7174         (delete-completion-window):
7175         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
7176         (speedbar-recenter):
7177         * startup.el (fancy-splash-head):
7178         * textmodes/ispell.el (ispell-command-loop):
7179         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
7180         * tutorial.el (help-with-tutorial):
7181         * vc/add-log.el (add-change-log-entry):
7182         * vc/compare-w.el (compare-windows):
7183         * vc/ediff-help.el (ediff-indent-help-message):
7184         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
7185         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
7186         (ediff-setup-control-frame):
7187         * vc/emerge.el (emerge-position-region):
7188         * vc/pcvs-util.el (cvs-bury-buffer):
7189         * window.el (walk-windows, mouse-autoselect-window-select):
7190         * winner.el (winner-set-conf, winner-undo): Related users changed.
7192 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
7194         * frameset.el (frameset--set-id): Doc fix.
7195         (frameset-frame-id, frameset-frame-id-equal-p)
7196         (frameset-locate-frame-id): New functions.
7197         (frameset--process-minibuffer-frames, frameset--reuse-frame)
7198         (frameset-restore): Use them.
7200 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
7202         Do not call to `selected-frame' where it is assumed by default.
7203         Affected functions are `raise-frame', `redraw-frame',
7204         `frame-first-window', `frame-terminal' and `delete-frame'.
7205         * calendar/appt.el (appt-disp-window):
7206         * epg.el (epg-wait-for-completion):
7207         * follow.el (follow-delete-other-windows-and-split)
7208         (follow-avoid-tail-recenter):
7209         * international/mule.el (set-terminal-coding-system):
7210         * mail/rmail.el (rmail-mail-return):
7211         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
7212         * progmodes/f90.el (f90-add-imenu-menu):
7213         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
7214         * server.el (server-switch-buffer):
7215         * simple.el (delete-completion-window):
7216         * talk.el (talk):
7217         * term/xterm.el (terminal-init-xterm-modify-other-keys)
7218         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
7219         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
7220         * vc/ediff.el (ediff-documentation): Related users changed.
7221         * frame.el (selected-terminal): Remove the leftover.
7223 2013-08-05  Glenn Morris  <rgm@gnu.org>
7225         * calendar/calendar.el (calendar-generate-month):
7226         Fix for calendar-column-width != 1 + calendar-day-digit-width.
7227         (calendar-generate-month, calendar-font-lock-keywords):
7228         Fix for calendar-day-header-width > length of any day name.
7230 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
7232         * desktop.el (desktop-clear): Use new name of sort predicate.
7234         * frameset.el (frameset): Add docstring.  Move :version property to its
7235         own `version' slot.
7236         (frameset-copy): Rename from copy-frameset.
7237         (frameset-p): Check more thoroughly.
7238         (frameset-prop): Do not check for :version, which is no longer a prop.
7239         (frameset-live-filter-alist, frameset-persistent-filter-alist):
7240         Use new :never value instead of t.
7241         (frameset-filter-alist): Expand and clarify docstring.
7242         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
7243         (frameset-filter-minibuffer, frameset-filter-save-param)
7244         (frameset-filter-restore-param, frameset-filter-iconified):
7245         Add pointer to docstring of frameset-filter-alist.
7246         (frameset-filter-params): Rename filter values to be more meaningful:
7247         :never instead of t, and reverse the meanings of :save and :restore.
7248         (frameset--process-minibuffer-frames): Clarify error message.
7249         (frameset-save): Avoid unnecessary and confusing call to framep.
7250         Use new BOA constructor for framesets.
7251         (frameset--reuse-list): Doc fix.
7252         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
7253         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
7254         (frameset-minibufferless-first-p): Doc fix.
7255         Rename from frameset-sort-frames-for-deletion.
7256         (frameset-restore): Doc fixes.  Use new function names.
7257         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
7259 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
7261         * desktop.el (desktop-restore-forces-onscreen)
7262         (desktop-restore-reuses-frames): Document :keyword constant values.
7263         (desktop-filter-parameters-alist): Remove, now identical to
7264         frameset-filter-alist.
7265         (desktop--filter-tty*): Remove, moved to frameset.el.
7266         (desktop-save-frameset, desktop-restore-frameset):
7267         Do not pass :filters argument.
7269         * frameset.el (frameset-live-filter-alist)
7270         (frameset-persistent-filter-alist): New variables.
7271         (frameset-filter-alist): Use them.  Add autoload cookie.
7272         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
7273         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
7274         `frameset--id' (it's supposed to be internal to frameset.el).
7275         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
7276         (frameset--initial-params): New function.
7277         (frameset--get-frame): Use it.  Doc fix.
7278         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
7279         Accept :all, not 'all.
7280         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
7281         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
7282         with fbound symbols.  Fix frame id matching, and remove matching ids if
7283         the frame being restored is deleted.  Obey :delete.
7285 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7287         * subr.el (macrop): New function.
7288         (text-clone--maintaining): New var.
7289         (text-clone--maintain): Rename from text-clone-maintain.  Use it
7290         instead of inhibit-modification-hooks.
7292         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
7293         a proxy, so as handle autoloads and redefinitions of the target.
7294         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
7296         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
7297         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
7298         (pcase--mutually-exclusive-p): New function.
7299         (pcase--split-consp): Use it.
7300         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
7301         mutually exclusive with the current predicate.
7303         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
7304         (edebug-macrop): Remove.  Use `macrop' instead.
7305         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
7306         (ad-macro-p):
7307         * eshell/esh-cmd.el (eshell-macrop):
7308         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
7310 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7312         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
7313         (advice-mapc): New function, using it.
7314         (advice-function-member-p): New function.
7315         (advice--normalize): Store the cdr in advice--saved-rewrite since
7316         that's the part that will be changed.
7317         (advice--symbol-function): New function.
7318         (advice-remove): Handle removal before the function is defined.
7319         Adjust to new advice--saved-rewrite.
7320         (advice-member-p): Use advice-function-member-p and
7321         advice--symbol-function.
7323 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
7325         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
7326         (frameset-filter-minibuffer): Doc fix.
7327         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
7328         (frameset--set-id, frameset--process-minibuffer-frames)
7329         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
7330         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
7332         * desktop.el (desktop-clear): Only delete frames when called
7333         interactively and desktop-restore-frames is non-nil.  Doc fix.
7334         (desktop-read): Set desktop-saved-frameset to nil.
7336 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
7338         * vc/vc.el (vc-ignore): Rewrite.
7339         (vc-default-ignore-completion-table):
7340         (vc--read-lines):
7341         (vc--add-line, vc--remove-regexp): New functions.
7343         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
7344         (vc-svn-ignore-completion-table): New function.
7346         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
7347         (vc-hg-ignore-completion-table):
7348         (vc-hg-find-ignore-file): New functions.
7350         * vc/vc-git.el (vc-git-ignore): Rewrite.
7351         (vc-git-ignore-completion-table):
7352         (vc-git-find-ignore-file): New functions.
7354         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
7356         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
7357         (vc-bzr-ignore-completion-table):
7358         (vc-bzr-find-ignore-file): New functions.
7360 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
7362         * frameset.el (frameset-prop): New function and setter.
7363         (frameset-save): Do not modify frame list passed by the caller.
7365 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7367         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
7369 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7371         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
7372         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
7374         * custom.el (custom-initialize-default, custom-initialize-set)
7375         (custom-initialize-reset, custom-initialize-changed): Affect the
7376         toplevel-default-value (bug#6275, bug#14586).
7377         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
7378         for bug#6275.
7380 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
7382         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7383         Add cl-def* expressions.
7385         * frameset.el (frameset-filter-params): Fix order of arguments.
7387 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
7389         Move code related to saving frames to frameset.el.
7390         * desktop.el: Require frameset.
7391         (desktop-restore-frames): Doc fix.
7392         (desktop-restore-reuses-frames): Rename from
7393         desktop-restoring-reuses-frames.
7394         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
7395         (desktop-clear): Clear frames too.
7396         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
7397         (desktop--filter-tty*, desktop-save, desktop-read):
7398         Use frameset functions.
7399         (desktop-before-saving-frames-functions, desktop--filter-*-color)
7400         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
7401         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
7402         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
7403         (desktop--process-minibuffer-frames, desktop-save-frames)
7404         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
7405         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
7406         (desktop--sort-states, desktop-restoring-frames-p)
7407         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
7408         (desktop-restoring-frameset-p, desktop-restore-frameset)
7409         (desktop--check-dont-save, desktop-save-frameset): New functions.
7410         (desktop--app-id): New constant.
7411         (desktop-first-buffer, desktop-buffer-ok-count)
7412         (desktop-buffer-fail-count): Move before first use.
7413         * frameset.el: New file.
7415 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7417         * files.el: Use lexical-binding.
7418         (dir-locals-read-from-file): Remove unused `err' variable.
7419         (hack-dir-local-variables--warned-coding): New var.
7420         (hack-dir-local-variables): Use it to avoid repeated warnings.
7421         (make-backup-file-name--default-function): New function.
7422         (make-backup-file-name-function): Use it as default.
7423         (buffer-stale--default-function): New function.
7424         (buffer-stale-function): Use it as default.
7425         (revert-buffer-insert-file-contents--default-function): New function.
7426         (revert-buffer-insert-file-contents-function): Use it as default.
7427         (insert-directory): Avoid add-to-list.
7429         * autorevert.el (auto-revert-handler): Simplify.
7430         Use buffer-stale--default-function.
7432 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
7434         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
7436         * whitespace.el (whitespace-ensure-local-variables): New function.
7437         (whitespace-cleanup-region): Call it.
7438         (whitespace-turn-on): Call it.
7440 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
7442         Complete file name handlers.
7444         * net/tramp.el (tramp-handle-set-visited-file-modtime)
7445         (tramp-handle-verify-visited-file-modtime)
7446         (tramp-handle-file-notify-rm-watch): New functions.
7447         (tramp-call-process): Do not bind `default-directory'.
7449         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
7450         Order alphabetically.
7451         [access-file, add-name-to-file, dired-call-process]:
7452         [dired-compress-file, file-acl, file-notify-rm-watch]:
7453         [file-ownership-preserved-p, file-selinux-context]:
7454         [make-directory-internal, make-symbolic-link, set-file-acl]:
7455         [set-file-selinux-context, set-visited-file-modtime]:
7456         [verify-visited-file-modtime]: Add handler.
7457         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
7459         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
7460         [file-notify-add-watch, file-notify-rm-watch]:
7461         [set-file-times, set-visited-file-modtime]:
7462         [verify-visited-file-modtime]: Add handler.
7463         (with-tramp-gvfs-error-message)
7464         (tramp-gvfs-handle-set-visited-file-modtime)
7465         (tramp-gvfs-fuse-file-name): Remove.
7466         (tramp-gvfs-handle-file-notify-add-watch)
7467         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
7468         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
7470         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
7471         Order alphabetically.
7472         [file-notify-rm-watch ]: Use default Tramp handler.
7473         [executable-find]: Remove private handler.
7474         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
7475         `default-directory'.
7476         (tramp-sh-handle-executable-find)
7477         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
7478         (tramp-sh-file-gvfs-monitor-dir-process-filter)
7479         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
7480         Do not use `format' in `tramp-message'.
7482         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
7483         [file-notify-rm-watch, set-visited-file-modtime]:
7484         [verify-visited-file-modtime]: Add handler.
7485         (tramp-smb-call-winexe): Do not bind `default-directory'.
7487 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
7489         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
7491 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
7493         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
7494         use it.
7495         (log-view-diff-changeset): Same.
7496         (log-view-diff-common): Call backend command `previous-revision'
7497         to find out the previous revision, in both cases.  Swap the
7498         variables `to' and `fr', so that `fr' usually refers to the
7499         earlier revision (Bug#14989).
7501 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
7503         * ibuf-ext.el (ibuffer-filter-by-filename):
7504         Make it work with dired buffers too.
7506 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
7508         * emacs-lisp/re-builder.el (reb-color-display-p):
7509         * files.el (save-buffers-kill-terminal):
7510         * net/browse-url.el (browse-url):
7511         * server.el (server-save-buffers-kill-terminal):
7512         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
7513         Prefer nil to selected-frame for the first arg of frame-parameter.
7515 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
7517         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
7519 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
7521         * minibuffer.el (completion--twq-all): Try and preserve each
7522         completion's case choice (bug#14907).
7524 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7526         * net/network-stream.el (open-network-stream): Mention the new
7527         :nogreeting parameter.
7528         (network-stream-open-starttls): Use the :nogreeting parameter
7529         (bug#14938).
7531         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
7533         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
7534         more natural than popping.
7536         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
7537         (shr-urlify): Highlight under mouse.
7539 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
7541         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
7543         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
7545         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
7546         buffer for output.
7548         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
7549         point-min==1.  Fix search string.  Fix parentheses missing.
7551         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
7552         assume point-min==1.  Fix search string.  Fix parentheses missing.
7554         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
7556         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
7557         buffer for output.
7559 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
7561         * frame.el (frame-notice-user-settings): Avoid inflooping when the
7562         initial frame is minibuffer-less.  (Bug#14841)
7564 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
7566         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
7567         option.
7569         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
7570         (tramp-maybe-open-connection): Use it.
7572 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
7574         * desktop.el (desktop--make-frame): Include `minibuffer' in the
7575         minimal set of parameters passed when creating a frame, because
7576         the minibuffer status of a frame cannot be changed later.
7578 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
7580         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
7581         replace-regexp-in-string and inadvertent omissions in previous change.
7582         (todo-filter-items): Ensure only file names are comma-separated in
7583         name of filtered items buffer.
7585 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
7587         * desktop.el: Optionally force offscreen frames back onscreen.
7588         (desktop-restoring-reuses-frames): New option.
7589         (desktop--compute-pos, desktop--move-onscreen): New functions.
7590         (desktop--make-frame): Use desktop--move-onscreen.
7592 2013-07-27  Alan Mackenzie  <acm@muc.de>
7594         Fontify a Java generic method as a function.
7595         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
7596         value to t.
7598 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
7600         * calendar/todo-mode.el: Add command to rename todo files.
7601         (todo-rename-file): New command.
7602         (todo-key-bindings-t): Add key binding for it.  Change the
7603         bindings of todo-filter-regexp-items(-multifile) to use `x'
7604         instead of `r', since the latter is better suited to the new
7605         renaming command.
7607 2013-07-27  Alan Mackenzie  <acm@muc.de>
7609         Make Java try-with-resources statement parse properly.
7610         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
7611         (c-block-stmt-1-2-key): New language constants/variables.
7612         * progmodes/cc-engine.el (c-beginning-of-statement-1)
7613         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
7614         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
7615         with c-block-stmt-1-2-key.
7617 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
7619         * desktop.el (desktop--make-frame): Apply most frame parameters after
7620         creating the frame to force (partially or totally) offscreen frames to
7621         be restored as such.
7623 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
7625         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
7626         (Bug#14948)
7628 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7630         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
7631         `base' arg of backtrace-frame.
7633 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
7635         * simple.el (list-processes): Doc fix.
7637 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
7639         * desktop.el (desktop--select-frame):
7640         Try harder to reuse existing frames.
7642 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7644         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
7645         (edebug-eval): Use backtrace-eval.
7646         (edebug--display, edebug--recursive-edit): Don't let-bind the
7647         edebug-outer-* vars that keep track of variables we locally let-bind.
7648         (edebug-outside-excursion): Don't restore outside values of locally
7649         let-bound vars.
7650         (edebug--display): Use user-error.
7651         (cl-lexical-debug, cl-debug-env): Remove.
7653 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
7655         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
7656         are restored to be sure that they are visible before deleting any
7657         remaining ones.
7659 2013-07-26  Matthias Meulien  <orontee@gmail.com>
7661         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
7662         vc-print-root-log.  (Bug#14948)
7664 2013-07-26  Richard Stallman  <rms@gnu.org>
7666         Add aliases for encrypting mail.
7667         * epa.el (epa-mail-aliases): New option.
7668         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
7669         Bind inhibit-read-only so read-only text doesn't ruin everything.
7670         (epa-mail-default-recipients): New subroutine broken out.
7671         Handle epa-mail-aliases.
7673 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7675         Add support for lexical variables to the debugger's `e' command.
7676         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
7677         vars, except for debugger-outer-match-data.
7678         (debugger-frame-number): Move check for "on a function call" from
7679         callers into it.  Add `skip-base' argument.
7680         (debugger-frame, debugger-frame-clear): Simplify accordingly.
7681         (debugger-env-macro): Only reset the state stored in non-variables,
7682         i.e. current-buffer and match-data.
7683         (debugger-eval-expression): Rewrite using backtrace-eval.
7684         * subr.el (internal--called-interactively-p--get-frame): Remove.
7685         (called-interactively-p):
7686         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
7687         `base' arg of backtrace-frame instead.
7689 2013-07-26  Glenn Morris  <rgm@gnu.org>
7691         * align.el (align-regexp): Doc fix.  (Bug#14857)
7692         (align-region): Explicit error if subexpression missing/does not match.
7694         * simple.el (global-visual-line-mode):
7695         Do not duplicate the mode lighter.  (Bug#14858)
7697 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
7699         * window.el (display-buffer): In display-buffer bind
7700         split-window-keep-point to t, bug#14829.
7702 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
7704         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
7705         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
7706         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
7707         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
7708         Change accordingly.
7709         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
7710         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
7712 2013-07-25  Glenn Morris  <rgm@gnu.org>
7714         * dired-x.el (dired-mark-extension): Convert comment to doc string.
7716 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
7718         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
7719         parameter to modify-frame-parameters if the value has not changed;
7720         this is a workaround for bug#14949.
7721         (desktop--make-frame): On cl-delete-if call, check parameter name,
7722         not full parameter.
7724 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
7726         * vc/vc.el (vc-ignore): New function.
7728         * vc/vc-svn.el (vc-svn-ignore): New function.
7730         * vc/vc-hg.el (vc-hg-ignore): New function.
7732         * vc/vc-git.el (vc-git-ignore): New function.
7734         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
7735         (vc-dir-ignore): New function.
7737         * vc/vc-cvs.el (vc-cvs-ignore): New function.
7738         (cvs-append-to-ignore): Move here from pcvs.el.
7740         * vc/vc-bzr.el (vc-bzr-ignore): New function.
7742         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
7744 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
7746         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
7747         (desktop-restore-frames): Warn when deleting an existing frame failed.
7749 2013-07-24  Glenn Morris  <rgm@gnu.org>
7751         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
7753 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
7755         * filenotify.el (file-notify-supported-p):
7756         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
7757         Remove functions.
7759         * autorevert.el (auto-revert-use-notify):
7760         (auto-revert-notify-add-watch):
7761         * net/tramp.el (tramp-file-name-for-operation):
7762         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
7763         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7764         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
7765         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
7766         Remove `file-notify-supported-p' entry.
7768 2013-07-24  Glenn Morris  <rgm@gnu.org>
7770         * printing.el: Replace all uses of deleted ps-windows-system,
7771         ps-lp-system, ps-flatten-list with lpr- versions.
7773 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7775         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
7776         checked with memq (bug#14935).
7778         * files.el (revert-buffer-function): Use a non-nil default.
7779         (revert-buffer-preserve-modes): Declare var to
7780         provide access to the `preserve-modes' argument.
7781         (revert-buffer): Let-bind it.
7782         (revert-buffer--default): New function, extracted from revert-buffer.
7784 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7786         * lpr.el: Signal print errors more prominently.
7787         (print-region-function): Don't default to nil.
7788         (lpr-print-region): New function, extracted from print-region-1.
7789         Check lpr's return value and signal an error in case of problem.
7790         (print-region-1): Use it.
7791         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
7792         versions instead.
7793         (ps-printer-name): Default to nil.
7794         (ps-printer-name-option): Default to lpr-printer-switch.
7795         (ps-print-region-function): Don't default to nil.
7796         (ps-postscript-code-directory): Simplify default.
7797         (ps-do-despool): Use lpr-print-region to properly check the outcome.
7798         (ps-string-list, ps-eval-switch, ps-flatten-list)
7799         (ps-flatten-list-1): Remove.
7800         (ps-multibyte-buffer): Avoid setq.
7801         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
7802         (print-region-function, ps-print-region-function): Don't set them here.
7804 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
7806         * ido.el (ido-fractionp):
7807         (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
7808         (ido-max-file-prompt-width, ido-unc-hosts-cache)
7809         (ido-max-directory-size, ido-max-dir-file-cache)
7810         (ido-decorations): Doc fix.
7812         * ansi-color.el: Fix old URL.
7814 2013-07-23  Michael R. Mauger  <michael@mauger.com>
7816         * progmodes/sql.el: Version 3.3
7817         (sql-product-alist): Improve oracle :prompt-cont-regexp.
7818         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
7819         (sql-interactive-remove-continuation-prompt): Rewrite, use
7820         functions above.  Fix continuation prompt and complete output line
7821         handling.
7822         (sql-redirect-one, sql-execute): Use `read-only-mode' on
7823         redirected output buffer.
7824         (sql-mode): Restore deleted code (Bug#13591).
7826 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
7828         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
7830 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
7832         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
7834         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
7835         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7836         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
7838 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
7840         * desktop.el (desktop-clear): Simplify; remove useless checks
7841         against invalid buffer names.
7842         (desktop-list*): Use cl-list*.
7843         (desktop-buffer-info, desktop-create-buffer): Simplify.
7845 2013-07-23  Leo Liu  <sdl.web@gmail.com>
7847         * bookmark.el (bookmark-make-record): Restore NAME as a default
7848         value.  (Bug#14933)
7850 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7852         * emacs-lisp/autoload.el (autoload--setup-output): New function,
7853         extracted from autoload--insert-text.
7854         (autoload--insert-text): Remove.
7855         (autoload--print-cookie-text): New function, extracted from
7856         autoload--insert-cookie-text.
7857         (autoload--insert-cookie-text): Remove.
7858         (autoload-generate-file-autoloads): Adjust calls accordingly.
7860         * winner.el (winner-hook-installed-p): Remove.
7861         (winner-mode): Simplify accordingly.
7863         * subr.el (add-to-list): Fix compiler-macro when `append' is
7864         not constant.  Don't use `cl-member' for the base case.
7866         * progmodes/subword.el: Fix boundary case (bug#13758).
7867         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
7868         own group.
7869         (subword-backward-regexp): Make it a constant.
7870         (subword-forward-internal): Don't treat a trailing capital as the
7871         beginning of a word.
7873 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
7875         * emacs-lisp/package.el (package-menu-mode): Don't modify the
7876         global value of tabulated-list-revert-hook (bug#14930).
7878 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
7880         * desktop.el: Require 'cl-lib.
7881         (desktop-before-saving-frames-functions): New hook.
7882         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
7883         for frames being saved.  Rename from desktop--save-minibuffer-frames.
7884         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
7885         Do not save frames with non-nil `desktop-dont-save' parameter.
7886         Filter out deleted frames.
7887         (desktop--find-frame): Use cl-find-if.
7888         (desktop--select-frame): Use cl-(first|second|third) to access values
7889         of desktop-mini.
7890         (desktop--make-frame): Use cl-delete-if.
7891         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
7892         (desktop-restore-frames): Use cl-(first|second|third) to access values
7893         of desktop-mini.  Look for visible frame at the end, not while
7894         restoring frames.
7896         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
7897         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
7898         Use string-match-p, looking-at-p (bug#14927).
7900 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
7902         * desktop.el (desktop-saved-frame-states):
7903         Rename from desktop--saved-states; all users changed.
7904         (desktop-save-frames): Rename from desktop--save-frames.
7905         Do not save state to desktop file.
7906         (desktop-save): Save desktop-saved-frame-states to desktop file
7907         and reset to nil.
7908         (desktop-restoring-frames-p): New function.
7909         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
7910         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
7911         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
7913         * desktop.el: Correctly restore iconified frames.
7914         (desktop--filter-iconified-position): New function.
7915         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
7917 2013-07-20  Glenn Morris  <rgm@gnu.org>
7919         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
7920         Let `message' do the formatting.
7921         (def-gdb-preempt-display-buffer): Add explicit format.
7923         * image-dired.el (image-dired-track-original-file):
7924         Use with-current-buffer.
7925         (image-dired-track-thumbnail): Use with-current-buffer.
7926         Avoid changing point of wrong window.
7928         * image-dired.el (image-dired-track-original-file):
7929         Avoid changing point of wrong window.  (Bug#14909)
7931 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
7933         * progmodes/gdb-mi.el (gdb-done-or-error):
7934         Guard against "%" in gdb output.  (Bug#14127)
7936 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
7938         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
7939         (Bug#14826)
7941         * international/mule.el (coding-system-iso-2022-flags): Fix last
7942         change.
7944 2013-07-20  Kenichi Handa  <handa@gnu.org>
7946         * international/mule.el (coding-system-iso-2022-flags):
7947         Add `8-bit-level-4'.  (Bug#8522)
7949 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7951         * net/shr.el (shr-mouse-browse-url): New command and keystroke
7952         (bug#14815).
7954         * net/eww.el (eww-process-text-input): Allow inputting when the
7955         point is at the start of the line, as the properties aren't
7956         front-sticky.
7958         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
7959         degenerate widths.
7961 2013-07-19  Richard Stallman  <rms@gnu.org>
7963         * epa.el (epa-popup-info-window): Doc fix.
7965         * subr.el (split-string): New arg TRIM.
7967 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
7969         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
7970         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
7972 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
7974         * filenotify.el (file-notify--library): Rename from
7975         `file-notify-support'.  Do not autoload.  Adapt all uses.
7976         (file-notify-supported-p): New defun.
7978         * autorevert.el (auto-revert-use-notify):
7979         Use `file-notify-supported-p' instead of `file-notify-support'.
7980         Adapt docstring.
7981         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
7983         * net/tramp.el (tramp-file-name-for-operation):
7984         Add `file-notify-supported-p'.
7986         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
7987         New defun.
7988         (tramp-sh-file-name-handler-alist): Add it as handler for
7989         `file-notify-supported-p '.
7991         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
7992         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7993         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
7994         Add `ignore' as handler for `file-notify-*' functions.
7996 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
7998         * simple.el (line-move-partial, line-move): Don't start vscroll or
7999         scroll-up if the current line is not taller than the window.
8000         (Bug#14881)
8002 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
8004         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
8005         highlight question marks in the method names as strings.
8006         (ruby-block-beg-keywords): Inline.
8007         (ruby-font-lock-keyword-beg-re): Extract from
8008         `ruby-font-lock-keywords'.
8010 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
8012         * frame.el (blink-cursor-blinks): New defcustom.
8013         (blink-cursor-blinks-done): New defvar.
8014         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
8015         (blink-cursor-timer-function): Check if number of blinks has been
8016         done on X and NS.
8017         (blink-cursor-suspend, blink-cursor-check): New defuns.
8019 2013-07-15  Glenn Morris  <rgm@gnu.org>
8021         * edmacro.el (edmacro-format-keys): Fix previous change.
8023 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
8025         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
8026         The hack didn't work outside English locales anyway.
8028 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
8030         * simple.el (define-alternatives): Rename from alternatives-define,
8031         per RMS' suggestion.
8033 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
8035         * desktop.el (desktop-restore-frames): Change default to t.
8036         (desktop-restore-in-current-display): Now offer more options.
8037         (desktop-restoring-reuses-frames): New customization option.
8038         (desktop--saved-states): Doc fix.
8039         (desktop-filter-parameters-alist): New variable, renamed and expanded
8040         from desktop--excluded-frame-parameters.
8041         (desktop--target-display): New variable.
8042         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
8043         (desktop--filter-tty*, desktop--filter-*-color)
8044         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
8045         (desktop--filter-save-desktop-parm)
8046         (desktop-restore-in-original-display-p): New functions.
8047         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
8048         (desktop--save-minibuffer-frames): New function, inspired by a similar
8049         function from Martin Rudalics.
8050         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
8051         (desktop--restore-in-this-display-p): Remove.
8052         (desktop--find-frame): Rename from desktop--find-frame-in-display
8053         and add predicate argument.
8054         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
8055         (desktop--reuse-list): New variable.
8056         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
8057         New functions.
8058         (desktop--restore-frames): Add support for "minibuffer-special" frames.
8060 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
8062         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
8064 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
8066         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8067         Highlight conversion methods on Kernel.
8069 2013-07-13  Alan Mackenzie  <acm@muc.de>
8071         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
8072         and comment it out.  This out-commenting enables certain C++
8073         declarations to be parsed correctly.
8075 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
8077         * international/mule.el (define-coding-system): Doc fix.
8079         * simple.el (default-font-height): Don't call font-info if the
8080         frame's default font didn't change since the frame was created.
8081         (Bug#14838)
8083 2013-07-13  Leo Liu  <sdl.web@gmail.com>
8085         * ido.el (ido-read-file-name): Guard against non-symbol value.
8087 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
8089         * progmodes/python.el (python-imenu--build-tree): Fix corner case
8090         in nested defuns.
8092 2013-07-13  Leo Liu  <sdl.web@gmail.com>
8094         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
8095         ido-set-matches call.  (Bug#6852)
8097 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
8099         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
8100         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
8101         Ruby 2.0.
8102         (ruby-font-lock-keywords): Distinguish calls to functions with
8103         module-like names from module references.  Highlight character
8104         literals.
8106 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
8108         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
8109         (gdb-send): Handle continued commands.  (Bug#14847)
8111 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
8113         * desktop.el (desktop--v2s): Remove unused local variable.
8114         (desktop-save-buffer): Make defvar-local; adjust docstring.
8115         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
8116         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
8118 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
8120         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
8122 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
8124         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
8125         (Bug#14842)
8127 2013-07-12  Glenn Morris  <rgm@gnu.org>
8129         * doc-view.el: Require cl-lib at runtime too.
8130         (doc-view-remove-if): Remove.
8131         (doc-view-search-next-match, doc-view-search-previous-match):
8132         Use cl-remove-if.
8134         * edmacro.el: Require cl-lib at runtime too.
8135         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
8136         (edmacro-mismatch, edmacro-subseq): Remove.
8138         * shadowfile.el: Require cl-lib.
8139         (shadow-remove-if): Remove.
8140         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
8141         Use cl-remove-if.
8143         * wid-edit.el: Require cl-lib.
8144         (widget-choose): Use cl-remove-if.
8145         (widget-remove-if): Remove.
8147         * progmodes/ebrowse.el: Require cl-lib at runtime too.
8148         (ebrowse-delete-if-not): Remove.
8149         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
8150         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
8151         Use cl-delete-if-not.
8153 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
8155         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
8156         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
8158 2013-07-12  Leo Liu  <sdl.web@gmail.com>
8160         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
8162 2013-07-11  Glenn Morris  <rgm@gnu.org>
8164         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
8165         (edebug-gensym-index, edebug-gensym):
8166         Remove reimplementation of cl-gensym.
8167         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
8169         * thumbs.el: Require cl-lib at run-time too.
8170         (thumbs-gensym-counter, thumbs-gensym):
8171         Remove reimplementation of cl-gensym.
8172         (thumbs-temp-file): Use cl-gensym.
8174         * emacs-lisp/ert.el: Require cl-lib at runtime too.
8175         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
8176         (ert--intersection, ert--set-difference, ert--set-difference-eq)
8177         (ert--union, ert--gensym-counter, ert--gensym-counter)
8178         (ert--coerce-to-vector, ert--remove*, ert--string-position)
8179         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
8180         (ert-make-test-unbound, ert--expand-should-1)
8181         (ert--expand-should, ert--should-error-handle-error)
8182         (should-error, ert--explain-equal-rec)
8183         (ert--plist-difference-explanation, ert-select-tests)
8184         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
8185         Use cl-lib functions rather than reimplementations.
8187 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
8189         * net/tramp.el (tramp-methods): Extend docstring.
8190         (tramp-connection-timeout): New defcustom.
8191         (tramp-error-with-buffer): Reset timestamp only when appropriate.
8192         (with-tramp-progress-reporter): Simplify.
8193         (tramp-process-actions): Improve messages.
8195         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8196         * net/tramp-sh.el (tramp-maybe-open-connection):
8197         Use `tramp-connection-timeout'.
8198         (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
8199         (Bug#14808)
8201 2013-07-11  Leo Liu  <sdl.web@gmail.com>
8203         * ido.el (ido-read-file-name): Conform to the requirements of
8204         read-file-name.  (Bug#11861)
8205         (ido-read-directory-name): Conform to the requirements of
8206         read-directory-name.
8208 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
8210         * subr.el (delay-warning): New function.
8212 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
8214         * simple.el (default-line-height): New function.
8215         (line-move-partial, line-move): Use it instead of computing the
8216         line height inline.
8217         (line-move-partial): Always compute ROWH.  If the last line is
8218         partially-visible, but its text is completely visible, allow
8219         cursor to enter such a partially-visible line.
8221 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
8223         Improve error messages.  (Bug#14808)
8225         * net/tramp.el (tramp-current-connection): New defvar, moved from
8226         tramp-sh.el.
8227         (tramp-message-show-progress-reporter-message): Remove, not
8228         needed anymore.
8229         (tramp-error-with-buffer): Show message in minibuffer.
8230         Discard input before waiting.  Reset connection timestamp.
8231         (with-tramp-progress-reporter): Improve messages.
8232         (tramp-process-actions): Use progress reporter.  Delete process in
8233         case of error.  Improve messages.
8235         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
8236         Call `tramp-error-with-buffer' with vector and buffer.
8237         (tramp-current-connection): Remove.
8238         (tramp-maybe-open-connection): The car of
8239         `tramp-current-connection' are the first 3 slots of the vector.
8241 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
8243         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
8244         inside continued strings.
8246 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
8248         Timestamp fixes for undo (Bug#14824).
8249         * files.el (clear-visited-file-modtime): Move here from fileio.c.
8251 2013-07-10  Leo Liu  <sdl.web@gmail.com>
8253         * files.el (require-final-newline): Allow safe local value.
8254         (Bug#14834)
8256 2013-07-09  Leo Liu  <sdl.web@gmail.com>
8258         * ido.el (ido-read-directory-name): Handle fallback.
8259         (ido-read-file-name): Update DIR to ido-current-directory.
8260         (Bug#1516)
8261         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
8263 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
8265         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
8266         "autoload".  Remove "warn lower camel case" section, previously
8267         commented out.  Highlight negation char.  Do not highlight the
8268         target in singleton method definitions.
8270 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8272         * faces.el (tty-setup-hook): Declare the hook.
8274         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
8275         and detect when a guard/pred depends on local vars (bug#14773).
8276         (pcase--u1): Adjust caller.
8278 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
8280         * simple.el (line-move-partial, line-move): Account for
8281         line-spacing.
8282         (line-move-partial): Avoid setting vscroll when the last
8283         partially-visible line in window is of default height.
8285 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8287         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
8288         been used a while.
8290 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
8292         * subr.el (read-quoted-char): Remove unused local variable `char'.
8294 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
8296         * ediff.el (ediff-version): Version update.
8297         (ediff-files-command, ediff3-files-command, ediff-merge-command)
8298         (ediff-merge-with-ancestor-command, ediff-directories-command)
8299         (ediff-directories3-command, ediff-merge-directories-command)
8300         (ediff-merge-directories-with-ancestor-command): New functions.
8301         All are command-line interfaces to ediff: to facilitate calling
8302         Emacs with the appropriate ediff functions invoked.
8304         * viper-cmd.el (viper-del-forward-char-in-insert): New function.
8305         (viper-save-kill-buffer): Check if buffer is modified.
8307         * viper.el (viper-version): Version update.
8308         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
8310 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8312         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
8313         * viper-cmd.el (viper-envelop-ESC-key): Remove function.
8314         (viper-intercept-ESC-key): Simplify.
8315         * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
8316         * viper.el (viper--tty-ESC-filter, viper--lookup-key)
8317         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
8318         (viper-setup-ESC-to-escape): New functions.
8319         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
8320         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
8322 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
8324         * simple.el (default-font-height, window-screen-lines):
8325         New functions.
8326         (line-move, line-move-partial): Use them instead of
8327         frame-char-height and window-text-height.  This makes scrolling
8328         text smoother when the buffer's default face uses a font that is
8329         different from the frame's default font.
8331 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
8333         * files.el (write-file): Do not display confirm dialog for NS,
8334         it does its own dialog, which can't be canceled (Bug#14578).
8336 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
8338         * simple.el (line-move-partial): Adjust the row returned by
8339         posn-at-point for the current window-vscroll.  (Bug#14567)
8341 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
8343         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
8344         (tramp-sh-file-inotifywait-process-filter): Handle file names with
8345         spaces.
8347 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
8349         * window.el (window-state-put-stale-windows): New variable.
8350         (window--state-put-2): Save list of windows without matching buffer.
8351         (window-state-put): Remove "bufferless" windows if possible.
8353 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
8355         * simple.el (alternatives-define): Remove leftover :group keyword.
8356         Tweak docstring.
8358 2013-07-06  Leo Liu  <sdl.web@gmail.com>
8360         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
8361         (ido-enable-virtual-buffers): New variable.
8362         (ido-buffer-internal, ido-toggle-virtual-buffers)
8363         (ido-make-buffer-list): Use it.
8364         (ido-exhibit): Support turning on and off virtual buffers
8365         automatically.
8367 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
8369         * simple.el (alternatives-define): New macro.
8371 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8373         * subr.el (read-quoted-char): Use read-key.
8374         (sit-for): Let read-event decode tty input (bug#14782).
8376 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
8378         * calendar/todo-mode.el: Add handling of file deletion, both by
8379         mode command and externally.  Fix various related bugs.
8380         Clarify Commentary and improve some documentation strings and code.
8381         (todo-delete-file): New command.
8382         (todo-check-file): New function.
8383         (todo-show): Handle external deletion of the file we're trying to
8384         show (bug#14688).  Replace called-interactively-p by an optional
8385         prefix argument to avoid problematic interaction with catch form
8386         when byte compiled (bug#14702).
8387         (todo-quit): Handle external deletion of the archive's todo file.
8388         Make sure the buffer that was visiting the archive file is still
8389         live before trying to bury it.
8390         (todo-category-completions): Handle external deletion of any
8391         category completion files.
8392         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
8393         of todo files, in case of external deletion.
8394         (todo-add-file): Replace unnecessary setq by let-binding.
8395         (todo-find-archive): Check whether there are any archives.
8396         Replace unnecessary setq by let-binding.
8397         (todo-archive-done-item): Use find-file-noselect to get the
8398         archive buffer whether or not the archive already exists.
8399         Remove superfluous code.  Use file size instead of buffer-file-name to
8400         check if the archive is new; if it is, update list of archives.
8401         (todo-default-todo-file): Allow nil to be a valid value for when
8402         there are no todo files.
8403         (todo-reevaluate-default-file-defcustom): Use corrected definition
8404         of todo-default-todo-file.
8405         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
8406         (todo-delete-category, todo-show-categories-table)
8407         (todo-category-number): Clarify comment.
8408         (todo-filter-items): Clarify documentation string.
8409         (todo-show-current-file, todo-display-as-todo-file)
8410         (todo-reset-and-enable-done-separator): Tweak documentation string.
8411         (todo-done-separator): Make separator length window-width, since
8412         bug#2749 is now fixed.
8414 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
8416         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
8417         Support both "gvfs-monitor-dir" and "inotifywait".
8418         (tramp-sh-file-inotifywait-process-filter): Rename from
8419         `tramp-sh-file-notify-process-filter'.
8420         (tramp-sh-file-gvfs-monitor-dir-process-filter)
8421         (tramp-get-remote-gvfs-monitor-dir): New defuns.
8423 2013-07-05  Leo Liu  <sdl.web@gmail.com>
8425         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
8427 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8429         * frame.el (display-pixel-height, display-pixel-width)
8430         (display-mm-height, display-mm-width): Mention behavior on
8431         multi-monitor setups in docstrings.
8432         (w32-display-monitor-attributes-list): Declare function.
8433         (display-monitor-attributes-list): Use it.
8435 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
8437         * filenotify.el: New package.
8439         * autorevert.el (top): Require filenotify.el.
8440         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
8441         instead.
8442         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
8443         (auto-revert-notify-handler): Use `file-notify-*' functions.
8445         * subr.el (file-notify-handle-event): Move function to filenotify.el.
8447         * net/tramp.el (tramp-file-name-for-operation):
8448         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
8450         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
8451         for `file-notify-add-watch' and `file-notify-rm-watch'.
8452         (tramp-process-sentinel): Improve trace.
8453         (tramp-sh-handle-file-notify-add-watch)
8454         (tramp-sh-file-notify-process-filter)
8455         (tramp-sh-handle-file-notify-rm-watch)
8456         (tramp-get-remote-inotifywait): New defuns.
8458 2013-07-03  Juri Linkov  <juri@jurta.org>
8460         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
8461         call of `occur-read-primary-args' to interactive spec.
8463         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
8464         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
8466 2013-07-03  Matthias Meulien  <orontee@gmail.com>
8468         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
8469         `Buffer-menu-multi-occur'.  Add it to the menu.
8470         (Buffer-menu-mode): Document it in docstring.
8471         (Buffer-menu-multi-occur): New command.  (Bug#14673)
8473 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
8475         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
8476         keywords and built-ins.
8478 2013-07-03  Glenn Morris  <rgm@gnu.org>
8480         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
8482         Make info-xref checks case-sensitive by default
8483         * info.el (Info-find-node, Info-find-in-tag-table)
8484         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
8485         Add option for exact case matching of nodes.
8486         * info-xref.el (info-xref): New custom group.
8487         (info-xref-case-fold): New option.
8488         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
8490 2013-07-03  Leo Liu  <sdl.web@gmail.com>
8492         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
8494 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
8496         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
8497         middle of block statement initially, lower the depth.  Remove
8498         FIXME comment, not longer valid.  Remove middle of block statement
8499         detection, no need to do that anymore since we've been using
8500         `ruby-parse-region' here.
8502 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
8504         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
8506 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8508         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
8510 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
8512         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
8513         (desktop-restore-in-current-display): New customization option.
8514         (desktop--excluded-frame-parameters): Add `font'.
8515         (desktop--save-frames): Rename from desktop--save-windows.
8516         (desktop--restore-in-this-display-p): New function.
8517         (desktop--make-full-frame): Remove unwanted width/height from
8518         full(width|height) frames.
8519         (desktop--restore-frames): Rename from desktop--restore-windows.
8520         Obey desktop-restore-current-display.  Do not delete old frames or
8521         select a new frame unless we were able to restore at least one frame.
8523 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
8525         * files.el (find-file-noselect): Simplify conditional expression.
8527         * textmodes/remember.el (remember-append-to-file):
8528         Don't mix `find-buffer-visiting' and `get-file-buffer'.
8530         Add `remember-notes' function to store random notes across Emacs
8531         restarts.
8532         * textmodes/remember.el (remember-data-file): Add :set callback to
8533         affect notes buffer (if any).
8534         (remember-notes): New command.
8535         (remember-notes-buffer-name, bury-remember-notes-on-kill):
8536         New defcustoms for the `remember-notes' function.
8537         (remember-notes-save-and-bury-buffer): New command.
8538         (remember-notes-mode-map): New variable.
8539         (remember-mode): New minor mode.
8540         (remember-notes--kill-buffer-query): New function.
8541         * startup.el (initial-buffer-choice): Add notes to custom type.
8543 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
8545         * bindings.el (right-char, left-char): Don't call sit-for, this is
8546         no longer needed.  Use arithmetic comparison only for numerical
8547         arguments.
8549         * international/mule-cmds.el (select-safe-coding-system):
8550         Handle the case of FROM being a string correctly.  (Bug#14755)
8552 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8554         * net/shr.el (shr-make-table-1): Add a sanity check that allows
8555         progression on degenerate tables.
8556         (shr-rescale-image): ImageMagick animated images currently don't work.
8558 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
8560         Some fixes and improvements for desktop frame restoration.
8561         It is still experimental and disabled by default.
8562         * desktop.el (desktop--save-windows): Put the selected frame at
8563         the head of the list.
8564         (desktop--make-full-frame): New function.
8565         (desktop--restore-windows): Try to re-select the frame that was
8566         selected upon saving.  Do not abort if some frames fail to restore,
8567         just show an error message and continue.  Set up maximized frames
8568         so they have default non-maximized dimensions.
8570 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
8572         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
8573         Don't start heredoc inside a string or comment.
8575 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
8577         * bindings.el (visual-order-cursor-movement): New defcustom.
8578         (right-char, left-char): Provide visual-order cursor motion by
8579         calling move-point-visually.  Update the doc strings.
8581 2013-06-28  Kenichi Handa  <handa@gnu.org>
8583         * international/mule.el (define-coding-system): New coding system
8584         properties :inhibit-null-byte-detection,
8585         :inhibit-iso-escape-detection, and :prefer-utf-8.
8586         (set-buffer-file-coding-system): If :charset-list property of
8587         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
8588         appropriate for setting.
8590         * international/mule-cmds.el (select-safe-coding-system):
8591         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
8592         multibyte characters, return utf-8 (or one of its siblings).
8594         * international/mule-conf.el (prefer-utf-8): New coding system.
8595         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
8596         files.
8598 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
8600         * net/shr.el (shr-render-region): New function.
8602         * net/eww.el: Autoload `eww-browse-url'.
8604 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
8606         * emacs-lisp/package-x.el (package-upload-buffer-internal):
8607         Adapt to `package-desc-version' being a list.
8608         Use `package--ac-desc-version' to retrieve version from a package
8609         archive element.
8611 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
8613         New experimental feature to save&restore window and frame setup.
8614         * desktop.el (desktop-save-windows): New defcustom.
8615         (desktop--saved-states): New var.
8616         (desktop--excluded-frame-parameters): New defconst.
8617         (desktop--filter-frame-parms, desktop--find-frame-in-display)
8618         (desktop--restore-windows, desktop--save-windows): New functions.
8619         (desktop-save): Call `desktop--save-windows'.
8620         (desktop-read): Call `desktop--restore-windows'.
8622 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8624         * net/shr.el (add-face-text-property): Remove compat definition.
8626 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
8628         * info.el (Info-try-follow-nearest-node): Move search for footnote
8629         above search for node name to prevent missing a footnote (bug#14717).
8631 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
8633         * obsolete/otodo-mode.el: Add obsolescence info to file header.
8635 2013-06-27  Leo Liu  <sdl.web@gmail.com>
8637         * net/eww.el (eww-read-bookmarks): Check file size.
8639 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8641         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
8642         advice--pending if newdef is nil or an autoload (bug#13820).
8643         (advice-mapc): New function.
8645 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8647         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
8648         probably.
8649         (eww-mode-map): Add a menu bar.
8650         (eww-add-bookmark): New command.
8651         (eww-bookmark-mode): New mode and commands.
8652         (eww-add-bookmark): Remove newlines from the title.
8653         (eww-bookmark-browse): Don't bug out if it's the only window.
8655 2013-06-26  Glenn Morris  <rgm@gnu.org>
8657         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
8658         (hfy-size): Handle ttys.  (Bug#14668)
8660         * info-xref.el: Update for Texinfo 5 change in *note format.
8661         (info-xref-node-re, info-xref-note-re): New constants.
8662         (info-xref-check-buffer): Use info-xref-note-re.
8664 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8666         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
8668         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
8669         nil terminate the loop (bug#14718).
8671 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8673         * net/eww.el: Rework history traversal.  When going forward/back,
8674         put these actions into the history, too, so that they can be
8675         replayed.
8676         (eww-render): Move the history reset to the correct buffer.
8678 2013-06-25  Juri Linkov  <juri@jurta.org>
8680         * files-x.el (modify-dir-local-variable): Change the header comment
8681         in the file with directory local variables.  (Bug#14692)
8683         * files-x.el (read-file-local-variable-value): Add `default'.
8684         (Bug#14710)
8686 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8688         * net/eww.el (eww-make-unique-file-name): Create a unique file
8689         name before saving to entering `y' accidentally asynchronously.
8691 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
8693         * net/eww.el (eww-download): New command and keystroke.
8695 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8697         * net/eww.el (eww-copy-page-url): Change name of command.
8699         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
8700         be more consistent with Info and dired.
8702         * net/eww.el (eww-mode-map): Ditto.
8704 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8706         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
8707         packages from archives.
8708         (package-archive-contents): Change format; include obsolete packages.
8709         (package-desc): Use `dir' to mark builtin packages.
8710         (package--from-builtin): Set the `dir' field to `builtin'.
8711         (generated-autoload-file, version-control): Declare.
8712         (package-compute-transaction): Change first arg and return value to be
8713         lists of package-descs.  Adjust to new package-archive-contents format.
8714         (package--add-to-archive-contents): Adjust to new
8715         package-archive-contents format.
8716         (package-download-transaction): Arg is now a list of package-descs.
8717         (package-install): If `pkg' is a package name, pass it as
8718         a requirement, so it is subject to the usual (e.g. disabled) checks.
8719         (describe-package): Accept package-desc as well.
8720         (describe-package-1): Describe a specific package-desc.  Add links to
8721         other package-descs for the same package name.
8722         (package-menu-describe-package): Pass the actual package-desc.
8723         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
8724         works correctly.
8725         (package-desc-status): New function.
8726         (package-menu--refresh): New function, extracted
8727         from package-menu--generate.
8728         (package-menu--generate): Use it.
8729         (package-delete): Update package-alist.
8730         (package-menu-execute): Don't call package-initialize.
8732         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
8733         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
8734         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
8735         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
8736         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
8737         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
8739 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
8741         * window.el (window--state-get-1): Workaround for bug#14527.
8742         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
8744 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8746         * net/eww.el (eww-back-url): Implement the history by stashing all
8747         the data into a list.
8748         (eww-forward-url): Allow going forward in the history, too.
8750 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8752         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
8753         for values and use read--expression for expressions (bug#14710).
8754         (read-file-local-variable): Avoid setq.
8755         (read-file-local-variable-mode): Use minor-mode-list.
8757 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8759         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
8760         for DOI URLs.
8762 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8764         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
8765         Update imenu-support when dialect changes.
8767 2013-06-25  Leo Liu  <sdl.web@gmail.com>
8769         * ido.el (ido-read-internal): Allow forward slash on windows.
8771 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8773         * net/eww.el (eww): Start of strings is \\`, not ^.
8775 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
8777         * net/shr.el (shr-browse-url): Fix interactive spec.
8779         * net/eww.el (eww): Add a trailing slash to domain names.
8781 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
8783         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
8785 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8787         * net/shr.el (shr-browse-url): Use an external browser if given a
8788         prefix.
8790         * net/eww.el (eww-external-browser): Move to shr.
8792 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
8794         * net/eww.el (eww): Work more correctly for file: URLs.
8795         (eww-detect-charset): Allow quoted charsets.
8796         (eww-yank-page-url): New command and keystroke.
8798 2013-06-24  Daiki Ueno  <ueno@gnu.org>
8800         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
8801         file name of gpg executable.
8802         (epg-context-program): New function.
8803         (epg-context-home-directory): New function.
8804         (epg-context-set-program): New function.
8805         (epg-context-set-home-directory): New function.
8806         (epg--start): Use `epg-context-program' instead of
8807         'epg-gpg-program'.
8808         (epg--list-keys-1): Likewise.
8810 2013-06-24  Leo Liu  <sdl.web@gmail.com>
8812         * ido.el (ido-read-internal): Fix bug#14620.
8814 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
8816         * faces.el (face-documentation): Simplify.
8817         (read-face-attribute, tty-find-type, x-resolve-font-name):
8818         Use `string-match-p'.
8819         (list-faces-display): Use `string-match-p'.  Simplify.
8820         (face-spec-recalc): Check face to avoid face alias loops.
8821         (read-color): Use `string-match-p' and non-capturing parenthesis.
8823 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8825         * net/shr.el (shr-rescale-image): Use the new
8826         :max-width/:max-height functionality.
8828 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
8830         * net/eww.el (eww-search-prefix): New variable.
8831         (eww): Use it.
8832         (eww-external-browser): New variable.
8833         (eww-mode-map): New keystroke.
8834         (eww-browse-with-external-browser): New command.
8836         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
8838 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
8840         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
8841         Don't skip aligning the next header field when padding is 0;
8842         otherwise, field width is not respected unless the title is as
8843         wide as the field.
8845 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8847         * emacs-lisp/package.el (package-el-version): Remove.
8848         (package-process-define-package): Fix inf-loop.
8849         (package-install): Allow symbols as arguments again.
8851 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
8853         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
8854         add some more keyword-like methods.
8855         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
8857 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
8859         * bs.el (bs-buffer-show-mark): Make defvar-local.
8860         (bs-mode): Use setq-local.
8862         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
8863         (emacs-lock--try-unlocking): Make defvar-local.
8865 2013-06-22  Glenn Morris  <rgm@gnu.org>
8867         * play/cookie1.el (cookie-apropos): Minor simplification.
8869         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
8871 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
8873         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
8874         `regexp-opt', it breaks the build during dumping.
8876 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
8878         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8879         Highlight keyword-like methods on Kernel and Module with
8880         font-lock-builtin-face.
8881         (auto-mode-alist): Consolidate different entries into one regexp
8882         and add more *file-s.
8884 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
8886         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
8888         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
8889         (diary-entry): Use it in the action of this button type instead of
8890         diary-goto-entry.
8892         * calendar/todo-mode.el: New version.
8893         (todo-add-category): Append new category to end of file and give
8894         it the highest number, instead of putting it at the beginning and
8895         giving it 0.  Incorporate noninteractive functionality.
8896         (todo-forward-category): Adapt to 1-based category numbering.
8897         Allow skipping over archived categories.
8898         (todo-backward-category): Derive from todo-forward-category.
8899         (todo-backward-item, todo-forward-item): Make noninteractive and
8900         delegate interactive part to new commands.  Make sensitive to done items.
8901         (todo-categories): Make value an alist of category names and
8902         vectors of item counts.
8903         (todo-category-beg): Make a defconst.
8904         (todo-category-number): Use 1 instead of 0 as initial value.
8905         (todo-category-select): Make sensitive to overlays, optional item
8906         highlighting and done items.
8907         (todo-delete-item): Make sensitive to overlays and marked and done items.
8908         (todo-edit-item): Make sensitive to overlays and editing of
8909         date/time header optional.  Add format checks.
8910         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
8911         no-op if point is not on an item.  Advertise using todo-edit-quit.
8912         (todo-edit-mode): Make sensitive to new format, font-locking, and
8913         multiple todo files.
8914         (todo-insert-item, todo-insert-item-here): Derive from
8915         todo-basic-insert-item and extend functionality.
8916         (todo-item-end, todo-item-start): Make sensitive to done items.
8917         (todo-item-string): Don't return text properties.  Restore point.
8918         (todo-jump-to-category): Make sensitive to multiple todo files and
8919         todo archives.  Use extended category completion.
8920         (todo-lower-item, todo-raise-item): Rename to *-priority and
8921         derive from todo-set-item-priority.
8922         (todo-mode): Derive from special-mode.  Make sensitive to new
8923         format, font-locking and multiple todo files.  Make read-only.
8924         (todo-mode-map): Don't suppress digit keys, so they can supply
8925         prefix arguments.  Add many new key bindings.
8926         (todo-prefix): Insert as an overlay instead of file text.
8927         Change semantics from diary date expression to purely visual mark.
8928         (todo-print): Rename to todo-print-buffer.  Make buffer display
8929         features printable.  Remove option to restrict number of items
8930         printed.  Add option to print to file.
8931         (todo-print-function): Rename to todo-print-buffer-function.
8932         (todo-quit): Extend to handle exiting new todo modes.
8933         (todo-remove-item): Make sensitive to overlays.
8934         (todo-save): Extend to buffers of filtered items.
8935         (todo-show): Make sensitive to done items, multiple todo files and
8936         new todo modes.  Offer to convert legacy todo file before creating
8937         first new todo file.
8938         (todo-show-priorities): Rename to todo-top-priorities.
8939         Change semantics of value 0.
8940         (todo-top-priorities): Rename to todo-filter-top-priorities,
8941         derive from todo-filter-items and extend functionality.
8942         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
8943         and extend functionality to other types of filtered items.
8944         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
8945         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
8946         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
8947         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
8948         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
8949         (todo-edit-mode-hook, todo-entry-prefix-function)
8950         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
8951         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
8952         (todo-initials, todo-insert-threshold, todo-item-string-start)
8953         (todo-line-string, todo-menu, todo-mode-hook)
8954         (todo-more-important-p, todo-previous-answer, todo-previous-line)
8955         (todo-print-priorities, todo-remove-separator)
8956         (todo-save-top-priorities-too, todo-string-count-lines)
8957         (todo-string-multiline-p, todo-time-string-format)
8958         (todo-tmp-buffer-name): Remove.
8959         (todo-add-file, todo-archive-done-item, todo-choose-archive)
8960         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
8961         (todo-edit-category-diary-inclusion)
8962         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
8963         (todo-edit-file, todo-edit-item-date-day)
8964         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
8965         (todo-edit-item-date-month, todo-edit-item-date-to-today)
8966         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
8967         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
8968         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
8969         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
8970         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
8971         (todo-filter-top-priorities-multifile, todo-find-archive)
8972         (todo-find-filtered-items-file, todo-go-to-source-item)
8973         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
8974         (todo-jump-to-archive-category, todo-lower-category)
8975         (todo-mark-category, todo-marked-item-p, todo-merge-category)
8976         (todo-move-category, todo-move-item, todo-next-button)
8977         (todo-next-item, todo-padded-string, todo-powerset)
8978         (todo-previous-button, todo-previous-item)
8979         (todo-print-buffer-to-file, todo-raise-category)
8980         (todo-rename-category, todo-repair-categories-sexp, todo-search)
8981         (todo-set-category-number, todo-set-item-priority)
8982         (todo-set-top-priorities-in-category)
8983         (todo-set-top-priorities-in-file, todo-show-categories-table)
8984         (todo-sort-categories-alphabetically-or-numerically)
8985         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
8986         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
8987         (todo-toggle-item-header, todo-toggle-item-highlighting)
8988         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
8989         (todo-toggle-view-done-items, todo-toggle-view-done-only)
8990         (todo-unarchive-items, todo-unmark-category): New commands.
8991         (todo-absolute-file-name, todo-add-to-buffer-list)
8992         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
8993         (todo-basic-insert-item, todo-category-completions)
8994         (todo-category-number, todo-category-string-matcher-1)
8995         (todo-category-string-matcher-2, todo-check-filtered-items-file)
8996         (todo-check-format, todo-clear-matches)
8997         (todo-comment-string-matcher, todo-convert-legacy-date-time)
8998         (todo-current-category, todo-date-string-matcher)
8999         (todo-define-insertion-command, todo-diary-expired-matcher)
9000         (todo-diary-goto-entry, todo-diary-item-p)
9001         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
9002         (todo-display-categories, todo-display-sorted, todo-done-item-p)
9003         (todo-done-item-section-p, todo-done-separator)
9004         (todo-done-string-matcher, todo-files, todo-filter-items)
9005         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
9006         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
9007         (todo-insert-category-line, todo-insert-item-from-calendar)
9008         (todo-insert-sort-button, todo-insert-with-overlays)
9009         (todo-insertion-command-name, todo-insertion-key-bindings)
9010         (todo-label-to-key, todo-longest-category-name-length)
9011         (todo-make-categories-list, todo-mode-external-set)
9012         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
9013         (todo-modes-set-3, todo-multiple-filter-files)
9014         (todo-nondiary-marker-matcher, todo-prefix-overlays)
9015         (todo-read-category, todo-read-date, todo-read-dayname)
9016         (todo-read-file-name, todo-read-time)
9017         (todo-reevaluate-category-completions-files-defcustom)
9018         (todo-reevaluate-default-file-defcustom)
9019         (todo-reevaluate-filelist-defcustoms)
9020         (todo-reevaluate-filter-files-defcustom)
9021         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
9022         (todo-reset-done-separator, todo-reset-done-separator-string)
9023         (todo-reset-done-string, todo-reset-global-current-todo-file)
9024         (todo-reset-highlight-item, todo-reset-nondiary-marker)
9025         (todo-reset-prefix, todo-set-categories)
9026         (todo-set-date-from-calendar, todo-set-show-current-file)
9027         (todo-set-top-priorities, todo-short-file-name)
9028         (todo-show-current-file, todo-sort, todo-time-string-matcher)
9029         (todo-total-item-counts, todo-update-buffer-list)
9030         (todo-update-categories-display, todo-update-categories-sexp)
9031         (todo-update-count, todo-validate-name, todo-y-or-n-p):
9032         New functions.
9033         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
9034         New major modes.
9035         (todo-categories, todo-display, todo-edit, todo-faces)
9036         (todo-filtered): New defgroups.
9037         (todo-archived-only, todo-button, todo-category-string, todo-date)
9038         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
9039         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
9040         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
9041         (todo-add-item-if-new-category, todo-always-add-time-string)
9042         (todo-categories-align, todo-categories-archived-label)
9043         (todo-categories-category-label, todo-categories-diary-label)
9044         (todo-categories-done-label, todo-categories-number-separator)
9045         (todo-categories-todo-label, todo-categories-totals-label)
9046         (todo-category-completions-files, todo-completion-ignore-case)
9047         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
9048         (todo-done-separator-string, todo-done-string)
9049         (todo-files-function, todo-filter-done-items, todo-filter-files)
9050         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
9051         (todo-initial-category, todo-initial-file, todo-item-mark)
9052         (todo-legacy-date-time-regexp, todo-mode-line-function)
9053         (todo-nondiary-marker, todo-number-prefix)
9054         (todo-print-buffer-function, todo-show-current-file)
9055         (todo-show-done-only, todo-show-first, todo-show-with-done)
9056         (todo-skip-archived-categories, todo-top-priorities-overrides)
9057         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
9058         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
9059         New defcustoms.
9060         (todo-category-done, todo-date-pattern, todo-date-string-start)
9061         (todo-diary-items-buffer, todo-done-string-start)
9062         (todo-filtered-items-buffer, todo-item-start)
9063         (todo-month-abbrev-array, todo-month-name-array)
9064         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
9065         (todo-top-priorities-buffer): New defconsts.
9066         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
9067         (todo-categories-with-marks, todo-category-string-face)
9068         (todo-comment-face, todo-comment-string, todo-current-todo-file)
9069         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
9070         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
9071         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
9072         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
9073         (todo-font-lock-keywords, todo-global-current-todo-file)
9074         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
9075         (todo-insertion-commands-args)
9076         (todo-insertion-commands-args-genlist)
9077         (todo-insertion-commands-names, todo-insertion-map)
9078         (todo-key-bindings-t, todo-key-bindings-t+a)
9079         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
9080         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
9081         (todo-nondiary-face, todo-print-buffer, todo-time-face)
9082         (todo-visited): New variables.
9084 2013-06-21  Glenn Morris  <rgm@gnu.org>
9086         * play/cookie1.el (cookie-apropos): Add optional display argument.
9087         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
9088         (psychoanalyze-pinhead): Use cookie-doctor.
9090 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
9092         * emacs-lisp/package.el (tar-get-file-descriptor)
9093         (tar--extract): Declare.
9095 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
9097         Extend flymake's warning predicate to be a function (bug#14217).
9098         * progmodes/flymake.el (flymake-warning-predicate): New.
9099         (flymake-parse-line): Use it.
9100         (flymake-warning-re): Make obsolete alias to
9101         `flymake-warning-predicate'.
9103 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9105         * emacs-lisp/package.el (package-alist): Include obsolete packages.
9106         (package-obsolete-list): Remove.
9107         (package-activate): Remove min-version argument.  Add `force' argument.
9108         Adjust to new package-alist format.
9109         (package-mark-obsolete): Remove.
9110         (package-unpack): Force reload of the package's autoloads.
9111         (package-installed-p): Check builtins if the installed package is not
9112         recent enough.
9113         (package-initialize): Don't reset package-obsolete-list.
9114         Don't specify which package version to activate.
9115         (package-process-define-package, describe-package-1)
9116         (package-menu--generate): Adjust to new package-alist format.
9118 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
9120         * allout-widgets.el (allout-widgets-mode-off)
9121         (allout-widgets-mode-on, allout-widgets-pre-command-business)
9122         (allout-widgets-post-command-business)
9123         (allout-widgets-after-copy-or-kill-function)
9124         (allout-widgets-after-undo-function, allout-test-range-overlaps)
9125         (allout-decorate-item-and-context)
9126         (allout-graphics-modification-handler): Fix typos in docstrings.
9127         (allout-get-or-create-parent-widget): Use `looking-at-p'.
9129         * cmuscheme.el (scheme-start-file): Doc fix.
9130         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
9131         (scheme-input-filter): Use `string-match-p'.
9133         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
9135         * dired-x.el: Use Dired consistently in docstrings.
9137         * dired.el: Use Dired consistently in docstrings.
9138         (dired-readin, dired-mode): Use `setq-local'.
9139         (dired-switches-alist): Make defvar-local.
9140         (dired-buffers-for-dir): Use `zerop'.
9141         (dired-safe-switches-p, dired-switches-escape-p)
9142         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
9143         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
9144         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
9145         (dired-goto-next-nontrivial-file): Use `string-match-p'.
9146         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
9147         (dired-toggle-marks, dired-mark-files-containing-regexp)
9148         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
9149         (dired-flag-auto-save-files, dired-flag-backup-files):
9150         Use `looking-at-p'.
9151         (dired-mark-files-regexp, dired-build-subdir-alist):
9152         Use `string-match-p', `looking-at-p'.
9154         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
9155         (direct-print-region-helper): Use `string-match-p'.
9157 2013-06-21  Leo Liu  <sdl.web@gmail.com>
9159         * comint.el (comint-redirect-results-list-from-process):
9160         Fix infinite loop.
9162 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9164         * net/eww.el (eww-update-header-line-format): Quote % characters.
9166 2013-06-21  Glenn Morris  <rgm@gnu.org>
9168         * play/cookie1.el (cookie): New custom group.
9169         (cookie-file): New option.
9170         (cookie-check-file): New function.
9171         (cookie): Make it interactive.  Make start and end messages optional.
9172         Interactively, display the result.  Default to cookie-file.
9173         (cookie-insert): Default to cookie-file.
9174         (cookie-snarf): Make start and end messages optional.
9175         Default to cookie-file.  Use with-temp-buffer.
9176         (cookie-read): Rename from read-cookie.
9177         Make start and end messages optional.  Default to cookie-file.
9178         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
9179         Do not autoload it.
9180         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
9181         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
9183 2013-06-21  Leo Liu  <sdl.web@gmail.com>
9185         * progmodes/octave.el (octave-mode): Backward compatibility fix.
9187 2013-06-21  Glenn Morris  <rgm@gnu.org>
9189         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
9191 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9192             Daniel Hackney  <dan@haxney.org>
9194         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
9195         Consolidate the single-file vs tarball code.
9196         (package-desc-suffix): New function.
9197         (package-desc-full-name): Don't bother inlining it.
9198         (package-load-descriptor): Return the new package-desc.
9199         (package-mark-obsolete): Remove unused arg `package'.
9200         (package-unpack): Make it work for single files as well.
9201         Make it update package-alist.
9202         (package--make-autoloads-and-stuff): Rename from
9203         package--make-autoloads-and-compile.  Don't compile any more.
9204         (package--compile): New function.
9205         (package-generate-description-file): New function, extracted from
9206         package-unpack-single.
9207         (package-unpack-single): Remove.
9208         (package--with-work-buffer): Add indentation and debugging info.
9209         (package-download-single): Remove.
9210         (package-install-from-archive): Rename from package-download-tar, make
9211         it take a pkg-desc, and make it work for single files as well.
9212         (package-download-transaction): Simplify.
9213         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
9214         external tar program.
9215         (package-install-from-buffer): Remove `pkg-desc' argument.
9216         Use package-tar-file-info for tar-mode buffers.
9217         (package-install-file): Simplify accordingly.
9218         (package-archive-base): Change to take a pkg-desc.
9219         * tar-mode.el (tar--check-descriptor): New function, extracted from
9220         tar-get-descriptor.
9221         (tar-get-descriptor): Use it.
9222         (tar-get-file-descriptor): New function.
9223         (tar--extract): New function, extracted from tar-extract.
9224         (tar--extract): Use it.
9225         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
9226         case the summary uses non-ascii.  Adjust to new calling convention of
9227         package-tar-file-info.
9229 2013-06-21  Leo Liu  <sdl.web@gmail.com>
9231         * comint.el (comint-redirect-results-list-from-process):
9232         Fix random delay.  (Bug#14681)
9234 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
9236         * profiler.el (profiler-format-number): Use log, not log10.
9238 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
9240         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
9242 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9244         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
9245         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
9246         yet available.
9247         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
9248         (AUTOGENEL): ... here.
9249         * emacs-lisp/cl-macs.el (cl--sublis): New function.
9250         (cl--defsubst-expand): Use it.
9252 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
9254         * subr.el (log10): Move here from C code, and declare as obsolete.
9255         All uses of (log10 X) replaced with (log X 10).
9257 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
9259         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
9260         Declare with `defvar-local'.
9261         (tabulated-list-use-header-line, tabulated-list-entries)
9262         (tabulated-list-padding, tabulated-list-printer)
9263         (tabulated-list-sort-key): Declare with `defvar-local'.
9264         (tabulated-list-init-header, tabulated-list-print-fake-header):
9265         Use `setq-local'.
9267 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
9269         * arc-mode.el (archive-mode): Add `archive-write-file' to
9270         `write-contents-functions' also for remote files.  (Bug#14652)
9272 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
9274         * cus-edit.el (custom-commands): Fix typos.
9275         (custom-display): Fix tooltip text.
9276         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
9277         Fix typos in docstrings.
9278         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
9279         (custom-unlispify-menu-entry, custom-magic-value-create)
9280         (custom-add-see-also, custom-group-value-create): Use ?\s.
9281         (custom-guess-type, customize-apropos, editable-field)
9282         (custom-face-value-create): Use `string-match-p'.
9283         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
9285         * custom.el (custom-load-symbol): Use `string-match-p'.
9287         * ansi-color.el: Convert to lexical binding.
9288         (ansi-colors): Fix URL.
9289         (ansi-color-context, ansi-color-context-region): Use defvar-local.
9290         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
9291         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
9293 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9295         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
9297         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
9299 2013-06-19  Tom Tromey  <tromey@redhat.com>
9301         * net/eww.el (eww-top-url): Remove.
9302         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
9303         (eww-render): Set new variables.  Don't set eww-top-url.
9304         (eww-handle-link): Handle "prev", "home", and "contents".
9305         Downcase the rel text.
9306         (eww-top-url): Choose best top URL.
9308 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9310         * net/eww.el: Rewrite to implement form elements "by hand" instead of
9311         relying in widget.el.  Using widget.el leads to too many
9312         user interface inconsistencies.
9313         (eww-self-insert): Implement entering commands in text fields.
9314         (eww-process-text-input): New function to make text input field editing
9315         work.
9316         (eww-submit): Rewrite to use the new-style form methods.
9317         (eww-select-display): Display the correct selected item.
9318         (eww-change-select): Implement changing the select value.
9319         (eww-toggle-checkbox): Implement radio/checkboxes.
9320         (eww-update-field): Fix compilation error.
9321         (eww-tag-textarea): Implement <textarea>.
9323         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
9324         we don't shadow mode-specific bindings.
9326         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
9327         nothing to push.
9329         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
9331 2013-06-19  Glenn Morris  <rgm@gnu.org>
9333         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
9335 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
9337         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
9338         not needed.
9340         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
9342 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9344         * net/browse-url.el (browse-url-browser-function):
9345         `eww-browse-url' has the right calling signature, `eww' does not.
9347 2013-06-19  Glenn Morris  <rgm@gnu.org>
9349         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9350         Only eval autoloaded macros.
9351         (byte-compile-autoload): Only give the macro warning for macros.
9353         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
9354         (ps-underlined-faces): Declare.
9356         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
9357         (speedbar-add-supported-extension): Declare.
9359         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
9360         Don't include a date stamp in the header of the generated file;
9361         it leads to needless differences between output files.
9363 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
9365         * net/secrets.el (secrets-struct-secret-content-type):
9366         Replace check of introspection data by a test call of "CreateItem".
9367         Some servers do not offer introspection.
9369 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9371         * electric.el (electric-pair-mode): Improve interaction with
9372         electric-layout-mode.
9373         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
9374         (electric-pair-syntax): Use text-mode-syntax-table in comments
9375         and strings.
9376         (electric-pair--insert): New function.
9377         (electric-pair-post-self-insert-function): Use it and
9378         electric--after-char-pos.
9380 2013-06-19  Leo Liu  <sdl.web@gmail.com>
9382         * progmodes/octave.el (octave-help): Fix regexp.
9384 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9386         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
9387         (shr-table-horizontal-line): Allow nil as a value, and change the
9388         default.
9389         (shr-insert-table-ruler): Respect the nil value.
9391 2013-06-18  Tom Tromey  <tromey@barimba>
9393         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
9394         New defvars.
9395         (eww-open-file): New defun.
9396         (eww-render): Initialize new variables.
9397         (eww-display-html): Handle "link" and "a".
9398         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
9399         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
9400         (eww-back-url): Rename from eww-previous-url.
9401         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
9402         New defuns.
9404 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
9406         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
9407         Distinguish ternary operator tokens from slash symbol and slash
9408         char literal.
9410 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
9412         Convert symbol prettification into minor mode and global minor mode.
9414         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
9415         `prog-prettify-symbols', and make a local defvar instead of defcustom.
9416         (prettify-symbols--keywords): Rename from
9417         `prog-prettify-symbols-alist' and make a local defvar.
9418         (prettify-symbols--compose-symbol): Rename from
9419         `prog--prettify-font-lock-compose-symbol'.
9420         (prettify-symbols--make-keywords): Rename from
9421         `prog-prettify-font-lock-symbols-keywords' and simplify.
9422         (prog-prettify-install): Remove.
9423         (prettify-symbols-mode): New minor mode, based on
9424         `prog-prettify-install'.
9425         (turn-on-prettify-symbols-mode): New function.
9426         (global-prettify-symbols-mode): New globalized minor mode.
9428         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9429         * progmodes/cfengine.el (cfengine3-mode):
9430         * progmodes/perl-mode.el (perl-mode): Don't call
9431         `prog-prettify-install'; set `prettify-symbols-alist' instead.
9433 2013-06-18  Juri Linkov  <juri@jurta.org>
9435         * files-x.el (modify-file-local-variable-message): New function.
9436         (modify-file-local-variable)
9437         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
9438         and call `modify-file-local-variable-message' when it's non-nil.
9439         (add-file-local-variable, delete-file-local-variable)
9440         (add-file-local-variable-prop-line)
9441         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
9442         and use it.  (Bug#9820)
9444 2013-06-18  Juri Linkov  <juri@jurta.org>
9446         * emulation/vi.el (vi-shell-op):
9447         * emulation/vip.el (vip-execute-com, ex-command):
9448         * emulation/viper-cmd.el (viper-exec-bang):
9449         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
9450         the call of `shell-command-on-region'.  (Bug#14637)
9452         * simple.el (shell-command-on-region): Doc fix.
9454 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9456         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
9457         (bug#14633).
9459 2013-06-18  Glenn Morris  <rgm@gnu.org>
9461         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
9463         * newcomment.el (comment-search-forward, comment-search-backward):
9464         Doc fix.  (Bug#14376)
9466 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
9468         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
9469         (buffer-face-mode-invoke): Doc fix.
9471 2013-06-18  Matthias Meulien  <orontee@gmail.com>
9473         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
9474         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
9476 2013-06-18  Glenn Morris  <rgm@gnu.org>
9478         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
9479         Replace obsolete function generic-make-keywords with its expansion.
9481         * progmodes/python.el (ffap-alist): Declare.
9483         * textmodes/reftex.el (bibtex-mode-map): Declare.
9485 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9487         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
9488         (package-unpack, package-unpack-single): Return the pkg-dir.
9489         (package-download-transaction): Use it to update package-alist.
9491 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9493         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
9494         possible choice.
9496 2013-06-17  Juri Linkov  <juri@jurta.org>
9498         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
9500 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
9502         * emacs-lisp/package.el (package-load-descriptor):
9503         Remove `with-syntax-table' call, `read' doesn't need it.
9504         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
9506 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
9508         * startup.el (command-line): Expand package name returned by
9509         `package--description-file' (bug#14639).
9511 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
9513         * emacs-lisp/package.el (package-load-descriptor): Do not call
9514         `emacs-lisp-mode', just use its syntax table.
9516 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
9518         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
9519         `font-lock-extra-managed-props' if any prettifying keyword is added.
9520         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
9521         (prog-mode): Use `setq-local'.
9523 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9525         * international/characters.el (standard-case-table): Set syntax of ?»
9526         and ?« to punctuation.
9528 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
9530         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
9531         Save relevant match data before calling `syntax-ppss' (bug#14595).
9533 2013-06-15  Juri Linkov  <juri@jurta.org>
9535         * files-x.el (modify-file-local-variable-prop-line): Add local
9536         variables to the end of the existing comment on the first line.
9537         Use `file-auto-mode-skip' to skip interpreter magic line,
9538         and also skip XML declaration.
9540 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9542         * startup.el (package--builtin-versions): New var.
9543         (package-subdirectory-regexp): Remove.
9544         (package--description-file): Hard code its value instead.
9546         * emacs-lisp/package.el: Don't activate packages older than builtin.
9547         (package-obsolete-list): Rename from package-obsolete-alist, and make
9548         it into a simple list of package-desc.
9549         (package-strip-version): Remove.
9550         (package-built-in-p): Use package--builtin-versions.
9551         (package-mark-obsolete): Simplify.
9552         (package-process-define-package): Mark it obsolete if older than the
9553         builtin version.
9554         (package-handle-response): Use line-end-position.
9555         (package-read-archive-contents, package--download-one-archive):
9556         Simplify.
9557         (package--add-to-archive-contents): Skip if older than the builtin or
9558         installed version.
9559         (package-menu-describe-package): Fix last change.
9560         (package-list-unversioned): New var.
9561         (package-menu--generate): Use it.
9563         * emacs-lisp/autoload.el: Manage package--builtin-versions.
9564         (autoload--insert-text, autoload--insert-cookie-text): New functions.
9565         (autoload-builtin-package-versions): New variable.
9566         (autoload-generate-file-autoloads): Use them.
9567         Remove the list of autoloaded functions/macros from the
9568         (autoload...) comments.
9570         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
9572 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
9574         * simple.el (line-move-partial): Don't jump to the next screen
9575         line as soon as it becomes visible.  Instead, continue enlarging
9576         the vscroll until the portion of a tall screen line that's left on
9577         display is about the height of the frame's default font.
9578         (Bug#14567)
9580 2013-06-15  Glenn Morris  <rgm@gnu.org>
9582         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
9583         compilation-error-regexp-alist void, or local while let-bound.
9585         * progmodes/make-mode.el (makefile-mode-syntax-table):
9586         Treat "=" as punctuation.  (Bug#14614)
9588 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
9590         * help-fns.el (describe-variable):
9591         Add extra line for permanent-local variables.
9593 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
9595         * progmodes/scheme.el (scheme-font-lock-keywords-2):
9596         Add export, import, library.  (Bug#9164)
9597         (library): Set indent function.
9599 2013-06-14  Glenn Morris  <rgm@gnu.org>
9601         * term/xterm.el (xterm--query):
9602         Stop after first matching handler.  (Bug#14615)
9604 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
9606         Add support for dired in saveplace.
9607         * dired.el (dired-initial-position-hook): New variable.
9608         (dired-initial-position): Call hook to place cursor position.
9609         * saveplace.el (save-place-to-alist): Add dired position.
9610         (save-place-dired-hook): New function.
9612 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9614         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
9615         through a symbol rather than letrec.
9617         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
9618         (package-desc): Add `dir' field.
9619         (package-desc-full-name): New function.
9620         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
9621         (package-maybe-load-descriptor): Remove.
9622         (package-load-all-descriptors): Just call package-load-descriptor.
9623         (package--disabled-p): New function.
9624         (package-desc-vers, package-desc-doc): Remove aliases.
9625         (package--dir): Remove function.
9626         (package-activate): Check if a package is disabled.
9627         (package-process-define-package): New function, extracted from
9628         define-package.
9629         (define-package): Turn into a place holder.
9630         (package-unpack-single, package-tar-file-info):
9631         Use package--description-file.
9632         (package-compute-transaction): Use package--disabled-p.
9633         (package-download-transaction): Don't call
9634         package-maybe-load-descriptor since they're all loaded anyway.
9635         (package-install): Change argument to be a pkg-desc.
9636         (package-delete): Use a single pkg-desc argument.
9637         (describe-package-1): Use package-desc-dir instead of package--dir.
9638         Use package-desc property instead of package-symbol.
9639         (package-install-button-action): Adjust accordingly.
9640         (package--push): Rewrite.
9641         (package-menu--print-info): Adjust accordingly.  Change the ID format
9642         to be a pkg-desc.
9643         (package-menu-describe-package, package-menu-get-status)
9644         (package-menu--find-upgrades, package-menu-mark-upgrades)
9645         (package-menu-execute, package-menu--name-predicate):
9646         Adjust accordingly.
9647         * startup.el (package--description-file): New function.
9648         (command-line): Use it.
9649         * emacs-lisp/package-x.el (package-upload-buffer-internal):
9650         Use package-desc-version.
9652         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
9653         (byte-compile-preprocess): Use it.
9654         (byte-compile-file-form-defalias): Try a bit harder to use macros we
9655         can't quite recognize.
9656         (byte-compile-add-to-list): Remove.
9657         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
9658         (cconv-closure-convert): Add assertion.
9660         * emacs-lisp/map-ynp.el: Use lexical-binding.
9661         (map-y-or-n-p): Remove unused vars `tail' and `object'.
9662         Factor out some repeated code.
9664 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9666         * subr.el (with-eval-after-load): New macro.
9667         (eval-after-load): Allow form to be a function.
9668         take advantage of lexical-binding.
9669         (do-after-load-evaluation): Use dolist and adjust to new format.
9670         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
9672 2013-06-13  Juri Linkov  <juri@jurta.org>
9674         * replace.el (perform-replace): Display "symbol " and other search
9675         modes from `isearch-message-prefix' in the *Help* buffer.
9677         * isearch.el (isearch-query-replace): Add " symbol" and other
9678         possible search modes from `isearch-message-prefix' to the prompt.
9679         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
9680         when reading a regexp to collect.
9682 2013-06-13  Juri Linkov  <juri@jurta.org>
9684         * isearch.el (word-search-regexp): Match whitespace if the search
9685         string begins or ends in whitespace.  The LAX arg is applied to
9686         both ends of the search string.  Use `regexp-quote' and explicit
9687         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
9688         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
9689         boundaries are replaced with symbol boundaries, and characters
9690         between symbols match non-word non-symbol syntax.  (Bug#14602)
9692 2013-06-13  Juri Linkov  <juri@jurta.org>
9694         * isearch.el (isearch-del-char): Don't exceed the length of
9695         `isearch-string' by the prefix arg.  (Bug#14563)
9697 2013-06-13  Juri Linkov  <juri@jurta.org>
9699         * isearch.el (isearch-yank-word, isearch-yank-line)
9700         (isearch-char-by-name, isearch-quote-char)
9701         (isearch-printing-char, isearch-process-search-char):
9702         Add optional count prefix arg.  (Bug#14563)
9704         * international/isearch-x.el
9705         (isearch-process-search-multibyte-characters):
9706         Add optional count prefix arg.
9708 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9710         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
9711         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
9712         lexical-binding.
9714 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
9716         * subr.el (set-temporary-overlay-map): Add on-exit argument.
9718 2013-06-13  Glenn Morris  <rgm@gnu.org>
9720         * startup.el (tty-handle-args):
9721         Don't just discard "--" and anything after.  (Bug#14608)
9723         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
9725 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
9727         Implement changes in Secret Service API.  Make it backward compatible.
9728         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
9729         (secrets-create-item): Use it.  Prefix properties with interface.
9731 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
9733         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
9734         (term-emulate-terminal): Respect term-suppress-hard-newline.
9736 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
9738         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
9739         Only remove a `thumb-file' overlay.  (Bug#14548)
9741 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
9743         * mail/reporter.el (reporter-submit-bug-report):
9744         Handle missing package-name.  (Bug#14600)
9746 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9748         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
9749         (reftex-citation-prompt, reftex-default-bibliography)
9750         (reftex-bib-or-thebib, reftex-get-bibfile-list)
9751         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
9752         (reftex-bib-sort-author, reftex-bib-sort-year)
9753         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
9754         (reftex-extract-bib-entries-from-thebibliography)
9755         (reftex-get-bibkey-default, reftex-get-bib-names)
9756         (reftex-parse-bibtex-entry, reftex-get-bib-field)
9757         (reftex-format-bib-entry, reftex-parse-bibitem)
9758         (reftex-format-bibitem, reftex-do-citation)
9759         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
9760         (reftex-restrict-bib-matches, reftex-extract-bib-file)
9761         (reftex-insert-bib-matches, reftex-format-citation)
9762         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
9763         (reftex-create-bibtex-file): Add docstrings, mostly by converting
9764         existing comments into docstrings.
9766 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
9768         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
9770 2013-06-12  Andreas Schwab  <schwab@suse.de>
9772         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
9773         for auto-save files.
9775 2013-06-12  Glenn Morris  <rgm@gnu.org>
9777         * ido.el (ido-delete-ignored-files): Remove.
9778         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
9779         Go back to calling ido-ignore-item-p directly.
9781 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
9783         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
9785         * ido.el (ido-delete-ignored-files): New function,
9786         split from ido-make-file-list-1.
9787         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
9788         (ido-make-file-list-1): Use ido-delete-ignored-files.
9790 2013-06-12  Leo Liu  <sdl.web@gmail.com>
9792         * progmodes/octave.el (inferior-octave-startup)
9793         (inferior-octave-completion-table)
9794         (inferior-octave-track-window-width-change)
9795         (octave-eldoc-function-signatures, octave-help)
9796         (octave-find-definition): Use single quoted strings.
9797         (inferior-octave-startup-args): Change default value.
9798         (inferior-octave-startup): Do not hard code "-i" and
9799         "--no-line-editing".
9800         (inferior-octave-resync-dirs): Add optional arg NOERROR.
9801         (inferior-octave-directory-tracker): Use it.
9802         (octave-goto-function-definition): Robustify.
9803         (octave-help): Support highlighting operators in 'See also'.
9804         (octave-find-definition): Find subfunctions only in Octave mode.
9806 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9808         * help-fns.el (help-fns--compiler-macro): If the handler function is
9809         named, then put a link to it.
9810         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
9811         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
9812         (cl-typep): Use it.
9813         (cl-eval-when): Simplify debug spec.
9814         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
9815         compiler-macro function instead of setting `compiler-macro-file'.
9817 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
9819         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
9820         * vc/vc-hooks.el (vc-stay-local): Doc fix.
9822 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9823             Daniel Hackney  <dan@haxney.org>
9825         First part of Daniel Hackney's patch to package.el.
9826         * emacs-lisp/package.el: Use defstruct.
9827         (package-desc): New, main struct.
9828         (package--bi-desc, package--ac-desc): New structs, used to describe the
9829         format in external files.
9830         (package-desc-vers): Replace with package-desc-version accessor.
9831         (package-desc-doc): Replace with package-desc-summary accessor.
9832         (package-activate-1): Remove `package' arg since the pkg-vec now
9833         includes the name.
9834         (define-package): Use package-desc-from-define.
9835         (package-unpack-single): Change file-name arg to be a symbol.
9836         (package--add-to-archive-contents): Use package-desc-create and new
9837         accessor functions to package--ac-desc.
9838         (package-buffer-info, package-tar-file-info): Return a package-desc.
9839         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
9840         arg to be a package-desc.
9841         (package-install-file): Adjust accordingly.  Use \' to match EOS.
9842         (package--from-builtin): New function.
9843         (describe-package-1, package-menu--generate): Use it.
9844         (package--make-autoloads-and-compile): Change name arg to be a symbol.
9845         (package-generate-autoloads): Idem and return the name of the file.
9846         * emacs-lisp/package-x.el (package-upload-buffer-internal):
9847         Change pkg-info arg to be a package-desc.
9848         Use package-make-ac-desc.
9849         (package-upload-file): Use \' to match EOS.
9850         * finder.el (finder-compile-keywords): Use package-make-builtin.
9852 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9854         * vc/vc.el (vc-deduce-fileset): Change error message.
9855         (vc-read-backend): New function.
9856         (vc-next-action): Use it.
9858         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
9860         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
9861         (prolog-font-lock-keywords): Use regexp-opt instead.
9862         Don't manually highlight strings.
9863         (prolog-mode-variables): Simplify comment-start-skip.
9864         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
9866         * emacs-lisp/generic.el (generic--normalise-comments)
9867         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
9868         (generic-mode-set-comments): Use them.
9869         (generic-bracket-support): Use setq-local.
9870         (generic-make-keywords-list): Declare obsolete.
9872 2013-06-11  Glenn Morris  <rgm@gnu.org>
9874         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9875         Prettify after setting font-lock-defaults.  (Bug#14574)
9877 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
9879         * replace.el (query-replace, occur-read-regexp-defaults-function)
9880         (replace-search):
9881         * subr.el (declare-function, number-sequence, local-set-key)
9882         (substitute-key-definition, locate-user-emacs-file)
9883         (with-silent-modifications, split-string, eval-after-load):
9884         Fix typos, remove unneeded backslashes and reflow some docstrings.
9886 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9888         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
9889         default for Elisp files.
9891 2013-06-11  Glenn Morris  <rgm@gnu.org>
9893         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
9894         although define-derived-mode was doing this anyway.  (Bug#14583)
9896 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
9898         * allout.el (allout-encryption-plaintext-sanitization-regexps):
9899         Fix make-variable-buffer-local call to refer to the correct variable.
9901 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
9903         * eshell/em-term.el (eshell-visual-commands)
9904         (eshell-visual-subcommands, eshell-visual-options):
9905         Add summary line to docstrings.  Add cross-references.
9907 2013-06-10  Glenn Morris  <rgm@gnu.org>
9909         * epa.el (epa-read-file-name): New function.  (Bug#14510)
9910         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
9912 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
9914         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
9915         output redirection to be ignored with visual commands.
9917 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
9919         * eshell/em-term.el (eshell-visual-command-p): New function.
9920         (eshell-term-initialize): Move long lambda to separate function
9921         eshell-visual-command-p.
9922         * eshell/em-dirs.el (eshell-dirs-initialise):
9923         * eshell/em-script.el (eshell-script-initialize):
9924         Add missing #' to lambda.
9926 2013-06-08  Leo Liu  <sdl.web@gmail.com>
9928         * progmodes/octave.el (octave-add-log-current-defun): New function.
9929         (octave-mode): Set add-log-current-defun-function.
9930         (octave-goto-function-definition): Do not move point if not found.
9931         (octave-find-definition): Enhance to try subfunctions first.
9933 2013-06-08  Glenn Morris  <rgm@gnu.org>
9935         * emacs-lisp/bytecomp.el (byte-compile-char-before)
9936         (byte-compile-backward-char, byte-compile-backward-word):
9937         Improve previous change, to handle non-explicit nil.
9939 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9941         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
9942         (smie--opener/closer-at-point): New function.
9943         (smie--matching-block-data): Use it.  Don't match from right after an
9944         opener or right before a closer.  Obey smie-blink-matching-inners.
9945         Don't signal a mismatch for repeated inners like "switch..case..case".
9947 2013-06-07  Leo Liu  <sdl.web@gmail.com>
9949         * progmodes/octave.el (octave-mode): Set comment-use-global-state
9950         to t.  (Bug#14303)
9951         (octave-function-header-regexp): Fix.  (Bug#14570)
9952         (octave-help-mode-finish-hook, octave-help-mode-finish):
9953         Remove.  Just use temp-buffer-show-hook.
9955         * newcomment.el (comment-search-backward): Revert last change.
9956         (Bug#14434)
9958         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
9960 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
9962         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
9963         through xargs, to avoid failure due to MS-Windows limitations on
9964         command-line length.
9966 2013-06-06  Glenn Morris  <rgm@gnu.org>
9968         * font-lock.el (lisp-font-lock-keywords-2):
9969         Treat user-error like error.
9971         * emacs-lisp/bytecomp.el (byte-compile-char-before)
9972         (byte-compile-backward-char, byte-compile-backward-word):
9973         Handle explicit nil arguments.  (Bug#14565)
9975 2013-06-05  Alan Mackenzie  <acm@muc.de>
9977         * isearch.el (isearch-allow-prefix): New user option.
9978         (isearch-other-meta-char): Don't exit isearch when a prefix
9979         argument is typed whilst `isearch-allow-prefix' is non-nil.
9980         (Bug#9706)
9982 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9984         * autorevert.el (auto-revert-notify-handler): Use memq.
9985         Hide assertion failure.
9987         * skeleton.el: Use cl-lib.
9988         (skeleton-further-elements): Use defvar-local.
9989         (skeleton-insert): Use cl-progv.
9991 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
9993         * progmodes/prog-mode.el (prog-prettify-symbols)
9994         (prog-prettify-install): Update docstrings.
9996 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9998         * simple.el: Move all the prog-mode code to prog-mode.el.
9999         * progmodes/prog-mode.el: New file.
10000         * loadup.el: Add prog-mode.el.
10002 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
10004         * simple.el (prog-prettify-symbols): Add version.
10005         (prog-prettify-install): Add convenience function to prettify symbols.
10007         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
10008         (perl--augmented-font-lock-keywords-1)
10009         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
10010         variables and use it.
10012         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
10013         (cfengine3-mode): Remove unneeded variable and use it.
10015         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
10016         (lisp--augmented-font-lock-keywords-1)
10017         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
10018         Remove unneeded variables and use it.
10020 2013-06-05  João Távora  <joaotavora@gmail.com>
10022         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
10023         to point when opening the connection.  (Bug#14380)
10025 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10027         * subr.el (load-history-regexp, load-history-filename-element)
10028         (eval-after-load, after-load-functions, do-after-load-evaluation)
10029         (eval-next-after-load, display-delayed-warnings)
10030         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
10031         definition of save-match-data.
10032         (overriding-local-map): Remove accidental obsolescence declaration.
10034         * emacs-lisp/edebug.el (edebug-result): Move before first use.
10036 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
10038         Generalize symbol prettify support to prog-mode and implement it
10039         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
10040         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
10041         (prog--prettify-font-lock-compose-symbol)
10042         (prog-prettify-font-lock-symbols-keywords): New variables and
10043         functions to support symbol prettification.
10044         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
10045         (lisp--augmented-font-lock-keywords-1)
10046         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
10047         (lisp--prettify-symbols-alist): Implement prettify of lambda.
10048         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
10049         (cfengine3--prettify-symbols-alist, cfengine3-mode):
10050         Implement prettify of -> => :: strings.
10051         * progmodes/perl-mode.el (perl-prettify-symbols)
10052         (perl--font-lock-compose-symbol)
10053         (perl--font-lock-symbols-keywords): Move to prog-mode.
10054         (perl--prettify-symbols-alist): Prettify -> => :: strings.
10055         (perl-font-lock-keywords-1)
10056         (perl-font-lock-keywords-2): Remove explicit prettify support.
10057         (perl--augmented-font-lock-keywords)
10058         (perl--augmented-font-lock-keywords-1)
10059         (perl--augmented-font-lock-keywords-2, perl-mode):
10060         Implement prettify support.
10062 2013-06-05  Leo Liu  <sdl.web@gmail.com>
10064         Re-implement smie matching block highlight using
10065         show-paren-data-function.  (Bug#14395)
10066         * emacs-lisp/smie.el (smie-matching-block-highlight)
10067         (smie--highlight-matching-block-overlay)
10068         (smie--highlight-matching-block-lastpos)
10069         (smie-highlight-matching-block)
10070         (smie-highlight-matching-block-mode): Remove.
10071         (smie--matching-block-data-cache): New variable.
10072         (smie--matching-block-data): New function.
10073         (smie-setup): Use smie--matching-block-data for
10074         show-paren-data-function.
10076         * progmodes/octave.el (octave-mode-menu): Fix.
10077         (octave-find-definition): Skip garbage lines.
10079 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10081         Fix compilation error with simultaneous dynamic+lexical scoping.
10082         Add warning when a defvar appears after the first let-binding.
10083         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
10084         (byte-compile-close-variables): Initialize it.
10085         (byte-compile--declare-var): New function.
10086         (byte-compile-file-form-defvar)
10087         (byte-compile-file-form-define-abbrev-table)
10088         (byte-compile-file-form-custom-declare-variable): Use it.
10089         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
10090         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
10091         (byte-compile-bind): Handle dynamic bindings that shadow
10092         lexical bindings.
10093         (byte-compile-unbind): Make arg non-optional.
10094         (byte-compile-let): Simplify.
10095         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
10096         (cconv--analyse-function, cconv-analyse-form): Populate it.
10097         Protect byte-compile-bound-variables to limit the scope of defvars.
10098         (cconv-analyse-form): Add missing rule for (defvar <foo>).
10099         Remove unneeded rule for `declare'.
10101         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
10102         so as to avoid depending on cl-adjoin at run-time.
10103         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
10105         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
10106         (macroexp--warn-and-return): Use it.
10108 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10110         * subr.el: Convert to lexical binding.
10111         (overriding-local-map): Make obsolete.
10112         (add-to-list): Doc fix.  Add compiler macro.
10113         (read-key): Swap values of local maps.
10115 2013-06-05  Leo Liu  <sdl.web@gmail.com>
10117         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
10119 2013-06-04  Leo Liu  <sdl.web@gmail.com>
10121         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
10122         (compilation-auto-jump): Suppress the "Mark set" message to give
10123         way to exit message.
10125 2013-06-04  Alan Mackenzie  <acm@muc.de>
10127         Remove faulty optimisation from indentation calculation.
10128         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
10129         search limit based on 2000 characters back from indent-point.
10131 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
10133         * eshell/em-term.el (cl-lib): Require `cl-lib'.
10135 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10137         * emacs-lisp/lisp.el: Use lexical-binding.
10138         (lisp--local-variables-1, lisp--local-variables): New functions.
10139         (lisp--local-variables-completion-table): New var.
10140         (lisp-completion-at-point): Use it complete let-bound vars.
10142         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
10143         eagerly (bug#14422).
10145 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
10147         * autorevert.el (auto-revert-notify-enabled)
10148         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
10149         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
10150         (auto-revert-notify-handler): Handle also gfilenotify.
10152         * subr.el (file-notify-handle-event): New defun.  Replacing ...
10153         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
10154         Remove.
10156 2013-06-03  Juri Linkov  <juri@jurta.org>
10158         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
10159         `M-s h .'.  (Bug#14427)
10161         * hi-lock.el (highlight-symbol-at-point): New alias for the new
10162         command `hi-lock-face-symbol-at-point'.
10163         (hi-lock-face-symbol-at-point): New command.
10164         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
10165         (hi-lock-menu): Add `highlight-symbol-at-point'.
10166         (hi-lock-mode): Doc fix.
10168         * isearch.el (isearch-forward-symbol-at-point): New command.
10169         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
10170         (isearch-highlight-regexp): Add a regexp which matches
10171         words/symbols for word/symbol mode.
10173         * subr.el (find-tag-default-bounds): New function with the body
10174         mostly moved from `find-tag-default'.
10175         (find-tag-default): Move most code to `find-tag-default-bounds',
10176         call it and apply `buffer-substring-no-properties' afterwards.
10178 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
10180         * eshell/em-term.el (eshell-term-initialize):
10181         Use `cl-intersection' rather than `intersection'.
10183 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
10185         * vc/log-view.el: Doc fix.
10186         (log-view-mode-map): Copy keymap from `special-mode-map'.
10188 2013-06-02  Eric Ludlam  <zappo@gnu.org>
10190         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
10191         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
10192         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
10193         (eieio-unbound, eieio-default-superclass)
10194         (eieio--define-field-accessors, method-static, method-before)
10195         (method-primary, method-after, method-num-lists)
10196         (method-generic-before, method-generic-primary)
10197         (method-generic-after, method-num-slots)
10198         (eieio-specialized-key-to-generic-key)
10199         (eieio--check-type, class-v, class-p)
10200         (eieio-class-name, define-obsolete-function-alias)
10201         (eieio-class-parents-fast, eieio-class-children-fast)
10202         (same-class-fast-p, class-constructor, generic-p)
10203         (generic-primary-only-p, generic-primary-only-one-p)
10204         (class-option-assoc, class-option, eieio-object-p)
10205         (class-abstract-p, class-method-invocation-order)
10206         (eieio-defclass-autoload-map, eieio-defclass-autoload)
10207         (eieio-class-un-autoload, eieio-defclass)
10208         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
10209         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
10210         (eieio--defgeneric-init-form, eieio-defgeneric-form)
10211         (eieio-defgeneric-reset-generic-form)
10212         (eieio-defgeneric-form-primary-only)
10213         (eieio-defgeneric-reset-generic-form-primary-only)
10214         (eieio-defgeneric-form-primary-only-one)
10215         (eieio-defgeneric-reset-generic-form-primary-only-one)
10216         (eieio-unbind-method-implementations)
10217         (eieio--defmethod, eieio--typep)
10218         (eieio-perform-slot-validation, eieio-validate-slot-value)
10219         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
10220         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
10221         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
10222         (eieio-slot-name-index, eieio-class-slot-name-index)
10223         (eieio-set-defaults, eieio-initarg-to-attribute)
10224         (eieio-attribute-to-initarg, eieio-c3-candidate)
10225         (eieio-c3-merge-lists, eieio-class-precedence-c3)
10226         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
10227         (eieio-class-precedence-list, eieio-generic-call-methodname)
10228         (eieio-generic-call-arglst, eieio-generic-call-key)
10229         (eieio-generic-call-next-method-list)
10230         (eieio-pre-method-execution-functions, eieio-generic-call)
10231         (eieio-generic-call-primary-only, eieiomt-method-list)
10232         (eieiomt-optimizing-obarray, eieiomt-install)
10233         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
10234         (eieio-generic-form, eieio-defmethod, make-obsolete)
10235         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
10236         (defclass): Remove `eval-and-compile' from macro.
10237         (call-next-method, shared-initialize): Instead of using
10238         `scoped-class' variable, use new eieio--scoped-class, and
10239         eieio--with-scoped-class.
10240         (initialize-instance): Rename local variable 'scoped-class' to
10241         'this-class' to remove ambiguitity from old global.
10243         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
10244         eieio.el.
10245         (eieio--scoped-class-stack): New variable.
10246         (eieio--scoped-class): New fcn.
10247         (eieio--with-scoped-class): New scoping macro.
10248         (eieio-defclass): Use pushnew instead of add-to-list.
10249         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
10250         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
10251         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
10252         `scoped-class' variable, use new eieio--scoped-class, and
10253         eieio--with-scoped-class.
10255         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
10257 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
10259         * eshell/esh-ext.el (eshell-external-command): Pass args to
10260         `eshell-find-interpreter'.
10261         (eshell-find-interpreter): Add new second parameter ARGS.
10263         * eshell/em-script.el (eshell-script-initialize): Add second arg
10264         to the function added as MATCH to `eshell-interpreter-alist'.
10266         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
10267         the function added as MATCH to `eshell-interpreter-alist'.
10269         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
10270         (eshell-visual-options): New defcustom.
10271         (eshell-escape-control-x): Adapt docstring.
10272         (eshell-term-initialize): Test `eshell-visual-subcommands' and
10273         `eshell-visual-options' in addition to `eshell-visual-commands'.
10274         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
10276 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
10278         * progmodes/python.el (python-indent-block-enders): Add break,
10279         continue and raise keywords.
10281 2013-06-01  Glenn Morris  <rgm@gnu.org>
10283         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
10285         Plain (f)boundp silences compilation warnings since Emacs 22.1.
10286         * progmodes/cc-cmds.el (delete-forward-p):
10287         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
10288         * progmodes/cc-engine.el (buffer-syntactic-context):
10289         * progmodes/cc-fonts.el (face-property-instance):
10290         * progmodes/cc-mode.el (set-keymap-parents):
10291         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
10292         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
10293         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
10294         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
10295         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
10297         * progmodes/cc-vars.el (other): Emacs has this widget since
10298         at least 21.1, so don't (re)define it.
10300         * eshell/em-cmpl.el (eshell-cmpl-initialize):
10301         Replace the obsolete alias pcomplete-arg-quote-list.
10303 2013-06-01  Leo Liu  <sdl.web@gmail.com>
10305         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
10306         punctuation syntax.
10307         (inferior-octave-minimal-columns)
10308         (inferior-octave-last-column-width): New variables.
10309         (inferior-octave-track-window-width-change): New function.
10310         (inferior-octave-mode): Adjust column width so that Octave output,
10311         for example from 'ls', can fit into the window nicely.
10313 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
10315         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
10316         Highlight expansions inside regexp literals.
10318 2013-05-31  Glenn Morris  <rgm@gnu.org>
10320         * obsolete/sym-comp.el (symbol-complete):
10321         Replace obsolete completion-annotate-function.
10323         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
10325 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
10327         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
10328         New function, checks if point is inside a literal that allows
10329         expression expansion.
10330         (ruby-syntax-propertize-expansion): Use it.
10331         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
10332         around the body.
10334 2013-05-30  Juri Linkov  <juri@jurta.org>
10336         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
10337         to "\M-si".
10338         (isearch-invisible): New variable.
10339         (isearch-forward): Doc fix.
10340         (isearch-mode): Set `isearch-invisible'
10341         to the value of `search-invisible'.
10342         (isearch-toggle-case-fold): Doc fix.
10343         (isearch-toggle-invisible): New command.
10344         (isearch-query-replace): Let-bind `search-invisible'
10345         to the value of `isearch-invisible'.
10346         (isearch-search): Use `isearch-invisible' instead of
10347         `search-invisible'.  Let-bind `search-invisible'
10348         to the value of `isearch-invisible'.  (Bug#11378)
10350 2013-05-30  Juri Linkov  <juri@jurta.org>
10352         * replace.el (perform-replace): Avoid `isearch-range-invisible'
10353         call when `query-flag' is nil and `search-invisible' is non-nil.
10354         (Bug#11746)
10356 2013-05-30  Glenn Morris  <rgm@gnu.org>
10358         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
10360         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
10361         (cc-require): Suppress spurious "noruntime" warnings.
10362         (cc-require-when-compile): Use fboundp, for sake of compiler.
10364         * progmodes/cc-mode.el: Move load of cc-vars before that of
10365         cc-langs (which in turn loads cc-vars), to quieten compiler.
10367 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10369         * paren.el: Simplify the code.
10370         (show-paren-mode): Always start the timer.
10371         (show-paren--idle-timer): Rename from show-paren-idle-timer.
10372         (show-paren--overlay, show-paren--overlay-1): Rename from
10373         show-paren-overlay and show-paren-overlay-1, and initialize to an
10374         overlay rather than to nil.
10375         (show-paren-function): Misc cleanup and simplifications.
10377 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10379         * paren.el (show-paren-data-function): New hook.
10380         (show-paren--default): New function, extracted from show-paren-function.
10381         (show-paren-function): Use show-paren-data-function.
10383 2013-05-30  Glenn Morris  <rgm@gnu.org>
10385         * ielm.el (ielm-map, ielm-complete-symbol):
10386         Use completion-at-point rather than obsolete functions.
10387         (inferior-emacs-lisp-mode): Doc fix.
10388         Set completion-at-point-functions, rather than
10389         comint-dynamic-complete-functions.
10391         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
10392         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
10393         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
10395         * image.el (image-animated-p): Tweak definition.
10397         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
10398         (rlogin-process-connection-type): Tweak default.  Add set-after.
10399         (rlogin-host): Doc fix.
10400         (rlogin): Tweak prompt.
10401         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
10403         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
10404         * progmodes/tcl.el (inferior-tcl-mode-map):
10405         Use completion-at-point rather than obsolete alias.
10407         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
10409         * minibuffer.el (read-file-name-completion-ignore-case):
10410         Move before completion--in-region, for eager macro expansion.
10412 2013-05-29  Juri Linkov  <juri@jurta.org>
10414         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
10415         for total count of matching lines.  Add `global-matches' for total
10416         count of matches.  Rename `matches' to `lines' for count of
10417         matching lines.  Add `matches' for count of matches.
10418         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
10419         to `prev-line' for line number of prev match endpt.
10420         Increment `matches' for every match.  Print the number of
10421         matching lines in the header.
10422         (occur-context-lines): Rename `lines' to `curr-line'.
10423         Rename `prev-lines' to `prev-line'.  (Bug#14017)
10425 2013-05-29  Juri Linkov  <juri@jurta.org>
10427         * replace.el (perform-replace): Add `skip-read-only-count',
10428         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
10429         Increment them for corresponding conditions and report the number
10430         of skipped occurrences in the final message.  (Bug#11746)
10431         (query-replace, query-replace-regexp, query-replace-regexp-eval)
10432         (replace-string, replace-regexp): Doc fix.
10434 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10436         * emacs-lisp/trace.el (trace--read-args): Provide a default.
10438         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
10439         prog-mode-map (bug#14504).
10441 2013-05-29  Leo Liu  <sdl.web@gmail.com>
10443         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
10444         (octave-help): Small simplification.
10446         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
10447         off the highlight first.
10449 2013-05-29  Glenn Morris  <rgm@gnu.org>
10451         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
10452         Handle idlwave-last-system-routine-info-cons-cell being nil.
10454         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
10455         (idlwave-write-paths): Simplify via with-temp-buffer.
10457         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
10458         * emulation/cua-rect.el: Also load cua-base at run time.
10460         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
10461         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
10462         (cperl-imenu-on-info): Require imenu.
10464 2013-05-28  Alan Mackenzie  <acm@muc.de>
10466         Handle "capitalised keywords" correctly.
10467         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
10469 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
10471         * eshell/em-unix.el: Add -r option to cp.
10473 2013-05-28  Glenn Morris  <rgm@gnu.org>
10475         * vc/vc-arch.el (vc-exec-after): Declare.
10476         (vc-switches): Autoload.
10477         * vc/vc-bzr.el: No need to require vc when compiling.
10478         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
10479         (vc-resynch-buffer, vc-dir-refresh): Declare.
10480         (vc-setup-buffer, vc-switches): Autoload.
10481         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
10482         (vc-resynch-buffer): Declare.
10483         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
10484         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
10485         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
10486         (grep-read-regexp, grep-read-files, grep-expand-template)
10487         (vc-dir-refresh): Declare.
10488         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
10489         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
10490         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
10491         * vc/vc-mtn.el (vc-exec-after): Declare.
10492         (vc-switches): Autoload.
10493         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
10494         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
10495         (vc-file-tree-walk): Declare.
10496         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
10497         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
10498         (vc-tag-precondition, vc-rename-master): Autoload.
10499         * vc/vc-svn.el (vc-exec-after): Declare.
10500         (vc-switches, vc-setup-buffer): Autoload.
10501         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
10502         Autoload.
10503         (vc-resynch-buffer): Declare.
10505         * obsolete/fast-lock.el (byte-compile-warnings):
10506         Don't warn about obsolete features in this obsolete file.
10508         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
10509         Move definition before use.
10511         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
10512         (dun-unix-verbs): Remove dun-zippy.
10513         (dun-zippy): Remove function.
10515         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10517 2013-05-27  Juri Linkov  <juri@jurta.org>
10519         * replace.el (replace-search): New function with code moved out
10520         from `perform-replace'.
10521         (replace-highlight, replace-dehighlight): Move function definitions
10522         up closer to `replace-search'.  (Bug#11746)
10524 2013-05-27  Juri Linkov  <juri@jurta.org>
10526         * replace.el (perform-replace): Ignore invisible matches.
10527         In addition to checking `query-replace-skip-read-only', also
10528         filter out matches by calling `run-hook-with-args-until-failure'
10529         on `isearch-filter-predicates', and also check `search-invisible'
10530         for t or call `isearch-range-invisible'.
10531         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
10533 2013-05-27  Juri Linkov  <juri@jurta.org>
10535         * isearch.el (isearch-filter-predicates): Rename from
10536         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
10537         (isearch-message-prefix): Display text from the property
10538         `isearch-message-prefix' of the currently active filters.
10539         (isearch-search): Don't compare `isearch-filter-predicate' with
10540         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
10541         on `isearch-filter-predicates'.  Also check `search-invisible' for t
10542         or call `isearch-range-invisible'.
10543         (isearch-filter-visible): Make obsolete.
10544         (isearch-lazy-highlight-search):
10545         Call `run-hook-with-args-until-failure' on
10546         `isearch-filter-predicates' and use `isearch-range-invisible'.
10548         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
10549         `isearch-filter-predicates' instead of `funcall'ing
10550         `isearch-filter-predicate'.
10551         (Info-mode): Set `Info-isearch-filter' to
10552         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
10554         * dired-aux.el (dired-isearch-filter-predicate-orig):
10555         Remove variable.
10556         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
10557         (dired-isearch-filenames-end): Add and remove
10558         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
10559         instead of changing the value of `isearch-filter-predicate'.
10560         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
10561         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
10562         Put property `isearch-message-prefix' to "filename " on
10563         `dired-isearch-filter-filenames'.
10565         * wdired.el (wdired-change-to-wdired-mode):
10566         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
10567         locally instead of changing `isearch-filter-predicate'.
10568         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
10570 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
10572         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
10573         return the commit hash (Bug#14459).  Also set the
10574         `vc-git-detached' property.
10575         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
10576         (vc-git-mode-line-string): Use the same help-echo format whether
10577         in detached mode or not, because we know the actual revision now.
10578         When in detached mode, shorten the revision to 7 chars.
10580 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10582         * emacs-lisp/easy-mmode.el (define-minor-mode):
10583         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
10584         mode hook and provide a docstring.
10586 2013-05-27  Alan Mackenzie  <acm@muc.de>
10588         Remove spurious syntax-table text properties inserted by C-y.
10589         * progmodes/cc-mode.el (c-after-change): Also clear hard
10590         syntax-table property with value nil.
10592 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
10594         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
10595         when reading the events; the buffer layout shall not be changed.
10597 2013-05-27  Leo Liu  <sdl.web@gmail.com>
10599         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
10600         New variable.
10601         (inferior-octave-directory-tracker): Automatically re-sync
10602         default-directory.
10603         (octave-help): Improve handling of 'See also'.
10605 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10607         * doc-view.el: Minor naming convention tweaks.
10608         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
10610         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
10611         even if there's no `display' property yet (bug#14435).
10613 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
10615         * subr.el (unmsys--file-name): Rename from reveal-filename.
10617         * Makefile.in (custom-deps, finder-data, autoloads)
10618         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
10619         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
10620         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
10622 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10624         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
10625         error-completion on the first 2 args of condition-case (bug#14446).
10626         Don't burp at EOB.
10628 2013-05-25  Leo Liu  <sdl.web@gmail.com>
10630         * comint.el (comint-previous-matching-input): Do not flood the
10631         *Messages* buffer with trivial messages.
10633 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10635         * progmodes/flymake.el (flymake-nop): Don't return a string.
10636         (flymake-set-at): Fix typo.
10638         * simple.el (read--expression): New function, extracted from
10639         eval-expression.  Set completion-at-point-functions (bug#14465).
10640         (eval-expression, eval-minibuffer): Use it.
10642 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
10644         * progmodes/flymake.el (flymake-save-buffer-in-file)
10645         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
10646         (flymake-selected-frame, flymake-log, flymake-ins-after)
10647         (flymake-set-at, flymake-get-buildfile-from-cache)
10648         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
10649         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
10650         Refine the doc string.
10651         (flymake-get-file-name-mode-and-masks): Reformat.
10652         (flymake-get-real-file-name-function): Fix a minor bug.
10654 2013-05-24  Juri Linkov  <juri@jurta.org>
10656         * progmodes/grep.el (grep-mode-font-lock-keywords):
10657         Support =linenumber= format used by git-grep for lines with
10658         function names.  (Bug#13549)
10660 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10662         * progmodes/octave.el (octave-smie-rules): Return nil rather than
10663         0 after a semi-colon; it works better for smie-auto-fill.
10664         (octave--indent-new-comment-line): New function.
10665         (octave-indent-new-comment-line): Use it (indirectly).
10666         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
10667         modify comment-line-break-function.
10669         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
10670         (smie-setup): Use add-function to set it.
10672 2013-05-24  Sam Steingold  <sds@gnu.org>
10674         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
10675         argument (before the `interactive' argument).
10677 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10679         * image-mode.el (image-mode-winprops): Add winprops to
10680         image-mode-winprops-alist before running
10681         image-mode-new-window-functions.
10682         * doc-view.el (doc-view-new-window-function): Don't delay
10683         doc-view-goto-page via timers (bug#14435).
10685 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
10687         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
10688         (doc-view-desktop-save-buffer): New function.
10689         (doc-view-restore-desktop-buffer): New function.
10690         (desktop-buffer-mode-handlers):
10691         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
10692         handler.
10693         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
10694         `desktop-save-buffer' function.
10696 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
10698         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
10699         (tramp-gvfs-file-name-handler): Raise a user error when
10700         `tramp-gvfs-enabled' is nil.
10701         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
10702         Do not raise a user error when loading package.  (Bug#14447)
10704         * net/xesam.el: Move to obsolete/.
10706 2013-05-24  Glenn Morris  <rgm@gnu.org>
10708         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
10710         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
10712         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
10713         (Info-find-node, Man-getpage-in-background): Declare.
10715         * mail/unrmail.el (unrmail):
10716         Replace obsolete detect-coding-with-priority.
10718         * net/socks.el (socks-split-string): Use this rather than split-string.
10719         (socks-nslookup-host): Update for above change.
10720         (dynamic-choice, s5-dynamic-choice-match)
10721         (s5-dynamic-choice-match-inline, s5-widget-value-create):
10722         Comment out unused code.
10724         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
10725         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
10726         (gud-tooltip-echo-area): Make obsolete.
10727         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
10729         * progmodes/js.el (js--optimize-arglist): Declare.
10731         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
10733         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
10734         (ediff-window-C): Declare.
10736         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
10737         Tweak requires to silence compiler.
10739         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
10740         (he-search-string, he-tried-table, he-expand-list)
10741         (he-init-string, he-string-member, he-substitute-string)
10742         (he-reset-string): Declare.
10744         * obsolete/options.el (list-options): Use custom-variable-p,
10745         rather than obsolete alias.
10747 2013-05-23  Sam Steingold  <sds@gnu.org>
10749         * simple.el (shell-command-on-region): Pass the `replace' argument
10750         down to `call-process-region' to comply with the doc as reported on
10751         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
10753 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10755         * emacs-lisp/smie.el (smie-indent-forward-token)
10756         (smie-indent-backward-token): Handle string tokens (bug#14381).
10758 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10760         * ielm.el (ielm-menu): New menu.
10761         (inferior-emacs-lisp-mode): Set comment-start.
10763 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10765         * textmodes/reftex.el (reftex-ref-style-toggle):
10766         Fix deactivate action.
10768         * textmodes/reftex-vars.el (reftex-ref-style-alist):
10769         Add cleveref macros.
10771         * textmodes/reftex-parse.el
10772         (reftex-locate-bibliography-files): Accept options for
10773         bibliography commands.
10774         * textmodes/reftex-vars.el (reftex-bibliography-commands):
10775         Add addbibresource.  Basic Biblatex support.
10777 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
10779         * net/tramp-gvfs.el (top):
10780         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
10781         when loading package.  (Bug#14447)
10783 2013-05-23  Glenn Morris  <rgm@gnu.org>
10785         * progmodes/js.el: No need to load comint when compiling.
10786         (ring-insert, comint-send-string, comint-send-input)
10787         (comint-last-input-end, ido-chop): Declare.
10789         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
10790         * vc/ediff-mult.el: Adjust requires.
10791         (ediff-directories-internal, ediff-directory-revisions-internal)
10792         (ediff-patch-file-internal): Declare.
10793         * vc/ediff-ptch.el: Adjust requires.
10794         (ediff-use-last-dir, ediff-buffers-internal): Declare.
10795         (ediff-find-file): Autoload.
10796         * vc/ediff-util.el: No need to load ediff when compiling.
10797         (ediff-regions-internal): Declare.
10798         * vc/ediff-wind.el: Adjust requires.
10799         (ediff-compute-toolbar-width): Define when compiling.
10800         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
10801         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
10802         (dired-get-filename, dired-get-marked-files)
10803         (ediff-last-dir-patch, ediff-patch-default-directory)
10804         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
10805         (ediff-patch-buffer-internal): Declare.
10807         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
10808         (ispell-process, ispell-buffer-local-words, lm-summary)
10809         (lm-section-start, lm-section-end): Declare.
10810         (checkdoc-ispell-init): Simplify.
10812         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
10813         (he-string-member, he-reset-string, he-substitute-string): Declare.
10815         * eshell/em-ls.el: Adjust requires.
10816         (eshell-glob-regexp): Declare.
10817         * eshell/em-tramp.el: Adjust requires.
10818         (eshell-parse-command): Autoload.
10819         * eshell/em-xtra.el: Adjust requires.
10820         (eshell-parse-command): Autoload.
10821         * eshell/esh-ext.el: Adjust requires.
10822         (eshell-parse-command, eshell-close-handles): Autoload.
10823         * eshell/esh-io.el: Adjust requires.
10824         (eshell-output-filter): Autoload.
10825         * eshell/esh-util.el: No need to load tramp when compiling.
10826         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
10827         Declare.
10828         (eshell-parse-ange-ls): Require ange-ftp and tramp.
10829         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10830         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
10831         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
10832         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
10833         * eshell/esh-opt.el, eshell/esh-proc.el:
10834         * eshell/esh-var.el: Adjust requires.
10835         * eshell/eshell.el: Do not require esh-util twice.
10836         (eshell-add-input-to-history): Declare.
10837         (eshell-command): Check history module is active before using it.
10839         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
10841 2013-05-22  Leo Liu  <sdl.web@gmail.com>
10843         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
10845 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
10847         * autorevert.el (auto-revert-notify-add-watch)
10848         (auto-revert-notify-handler): Add `attrib' for the inotify case,
10849         it indicates changes in file modification time.
10851 2013-05-22  Glenn Morris  <rgm@gnu.org>
10853         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10854         Always delete the autoloaded function from the noruntime and
10855         unresolved functions lists.
10857         * allout.el: No need to load epa, epg, overlay when compiling.
10858         (epg-context-set-passphrase-callback, epg-list-keys)
10859         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
10860         (epg-key-user-id-list): Declare.
10862         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
10863         (viper-set-parsing-style-toggling-macro)
10864         (viper-set-emacs-state-searchstyle-macros):
10865         Use called-interactively-p on Emacs.
10866         (viper-looking-back): Make it an obsolete alias.  Update callers.
10867         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
10868         Use looking-back rather than viper-looking-back.
10869         (viper-tmp-insert-at-eob, viper-enlarge-region)
10870         (viper-read-string-with-history, viper-register-to-point)
10871         (viper-append-to-register, viper-change-state-to-vi)
10872         (viper-backward-char-carefully, viper-forward-char-carefully)
10873         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
10874         (viper-change-state-to-emacs): Declare.
10875         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
10876         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
10877         * emulation/viper-mous.el: Do not load viper-cmd.
10878         (viper-backward-char-carefully, viper-forward-char-carefully)
10879         (viper-forward-word, viper-adjust-window): Declare.
10881         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
10883         * progmodes/idlw-help.el (idlwave-help-fontify):
10884         Use called-interactively-p.
10886         * term/w32console.el (w32-get-console-codepage)
10887         (w32-get-console-output-codepage): Declare.
10889         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
10890         Remove unnecessary declarations.
10891         (dframe-message): Doc fix.
10893         * info.el (dframe-select-attached-frame, dframe-current-frame):
10894         Declare.
10896         * speedbar.el (speedbar-message): Make it an obsolete alias.
10897         Update all callers.
10898         (speedbar-with-attached-buffer)
10899         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
10900         (speedbar-with-writable): Use backquote.
10901         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
10902         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
10903         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
10904         rather than speedbar- aliases.
10905         * mail/rmail.el: Load dframe rather than speedbar when compiling.
10906         (speedbar-make-specialized-keymap, speedbar-insert-button)
10907         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
10908         (speedbar-do-function-pointer): Declare.
10909         (rmail-speedbar-button, rmail-speedbar-find-file)
10910         (rmail-speedbar-move-message):
10911         Use dframe-with-attached-buffer rather than speedbar- alias.
10912         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
10913         (dframe-message, speedbar-make-specialized-keymap)
10914         (speedbar-add-expansion-list, speedbar-mode-functions-list)
10915         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
10916         (speedbar-insert-button, dframe-select-attached-frame)
10917         (dframe-maybee-jump-to-attached-frame)
10918         (speedbar-change-initial-expansion-list)
10919         (speedbar-previously-used-expansion-list-name): Declare.
10920         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
10921         Use dframe-message, dframe-with-attached-buffer rather than
10922         speedbar- aliases.
10923         (gud-sentinel): Silence compiler.
10924         * progmodes/vhdl-mode.el (speedbar-refresh)
10925         (speedbar-do-function-pointer, speedbar-add-supported-extension)
10926         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
10927         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
10928         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
10929         (speedbar-file-lists, speedbar-make-tag-line)
10930         (speedbar-line-directory, speedbar-goto-this-file)
10931         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
10932         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
10933         (speedbar-make-button, speedbar-reset-scanners)
10934         (speedbar-files-item-info, speedbar-line-text)
10935         (speedbar-find-file-in-frame, speedbar-set-timer)
10936         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
10937         (speedbar-with-writable): Do not (re)define it.
10938         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
10939         rather than speedbar- alias.
10941 2013-05-21  Leo Liu  <sdl.web@gmail.com>
10943         * progmodes/octave.el (octave-mode-menu): Update and re-organize
10944         menu items.
10945         (octave-mode): Tweak fill-nobreak-predicate.
10946         (inferior-octave-startup): Check process to avoid infinite loop.
10947         (inferior-octave): Pop to buffer first to show abornmal process
10948         exit information.
10950 2013-05-21  Glenn Morris  <rgm@gnu.org>
10952         * printing.el (pr-menu-bar): Define when compiling.
10954 2013-05-21  Leo Liu  <sdl.web@gmail.com>
10956         * progmodes/octave.el (octave-auto-fill): Remove.
10957         (octave-indent-new-comment-line): Improve.
10958         (octave-mode): Use auto fill mode through
10959         comment-line-break-function and fill-nobreak-predicate.
10960         (octave-goto-function-definition): Support DEFUN_DLD.
10961         (octave-beginning-of-defun): Small tweak.
10962         (octave-help): Show parent directory.
10964 2013-05-21  Glenn Morris  <rgm@gnu.org>
10966         * files.el (dired-unmark):
10967         * progmodes/gud.el (gdb-input): Update declarations.
10969         * calculator.el (electric, ehelp): No need to load when compiling.
10970         (Electric-command-loop, electric-describe-mode): Declare.
10972         * doc-view.el (doc-view-current-converter-processes): Move before use.
10974         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10975         Move MODE-set-explicitly definition before use.
10977         * international/mule-diag.el (mule-diag):
10978         Don't use obsolete window-system-version.
10980         * mail/feedmail.el (smtpmail): No need to load when compiling.
10981         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
10983         * mail/mail-utils.el (rfc822): No need to load when compiling.
10984         (rfc822-addresses): Autoload it.
10985         (mail-strip-quoted-names): Trivial simplification.
10987         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
10988         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
10990         * net/snmp-mode.el (tempo): Don't duplicate requires.
10992         * progmodes/prolog.el (info): No need to load when compiling.
10993         (comint): Require before shell requires it.
10994         (Info-goto-node): Autoload it.
10995         (Info-follow-nearest-node): Declare.
10996         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
10998         * textmodes/artist.el (picture-mode-exit): Declare.
11000         * textmodes/reftex-parse.el (reftex-parse-from-file):
11001         Trivial rewrite so the compiler can parse it better.
11003 2013-05-20  Leo Liu  <sdl.web@gmail.com>
11005         * progmodes/octave.el (octave-help-mode-map)
11006         (octave-help-mode-finish-hook): New variables.
11007         (octave-help-mode, octave-help-mode-finish): New functions.
11008         (octave-help): Use octave-help-mode.
11010 2013-05-20  Glenn Morris  <rgm@gnu.org>
11012         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
11014 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
11016         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
11017         start at point, so that expansion starting right after opening
11018         slash in a regexp is recognized.
11019         (ruby-syntax-before-regexp-re): New defvar, extracted from
11020         ruby-syntax-propertize-function.  Since the value of this regexp
11021         is looked up at runtime now, we should be able to turn
11022         `ruby-syntax-methods-before-regexp' into a defcustom later.
11023         (ruby-syntax-propertize-function): Split regexp matching into two
11024         parts, for opening and closing slashes.  That allows us to skip
11025         over string interpolations and support multiline regexps.
11026         Don't call `ruby-syntax-propertize-expansions', instead use another rule
11027         for them, which calls `ruby-syntax-propertize-expansion'.
11028         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
11029         call to `ruby-syntax-propertize-function'.
11030         (ruby-syntax-propertize-expansion): Extracted from
11031         `ruby-syntax-propertize-expansions'.  Handles one expansion.
11032         (ruby-syntax-propertize-percent-literal): Leave point right after
11033         the percent symbol, so that the expression expansion rule can
11034         propertize the contents.
11035         (ruby-syntax-propertize-heredoc): Leave point at bol following the
11036         heredoc openers.
11037         (ruby-syntax-propertize-expansions): Remove.
11039 2013-05-18  Juri Linkov  <juri@jurta.org>
11041         * man.el (Man-default-man-entry): Remove `-' from the end
11042         of the default value.  (Bug#14400)
11044 2013-05-18  Glenn Morris  <rgm@gnu.org>
11046         * comint.el (comint-password-prompt-regexp):
11047         Allow "password for XXX" where XXX contains colons (eg https://...).
11049 2013-05-18  Leo Liu  <sdl.web@gmail.com>
11051         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
11052         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
11053         (octave-source-directories): Don't check process.
11054         (octave-source-directories, octave-find-definition): Doc fix.
11056 2013-05-18  Glenn Morris  <rgm@gnu.org>
11058         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
11059         Remove backspace/delete bindings.  (Bug#14392)
11061         * cus-dep.el (custom-make-dependencies): Sort the output.
11062         (custom-versions-load-alist): Convert comment to doc.
11064 2013-05-17  Leo Liu  <sdl.web@gmail.com>
11066         * newcomment.el (comment-search-backward): Stricter in finding
11067         comment start.  (Bug#14303)
11069         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
11070         (octave-comment-start-skip): Properly anchored.
11072 2013-05-17  Leo Liu  <sdl.web@gmail.com>
11074         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
11075         Clean up when turned off.  (Bug#14395)
11076         (smie--highlight-matching-block-overlay): No longer buffer-local.
11077         (smie-highlight-matching-block): Adjust.
11079 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
11081         Doc string fix for "nanoseconds" (Bug#14406).
11082         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
11083         Fix doc string typo that had "nanoseconds" instead of "microseconds".
11085 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
11087         * calc/calc-units.el (math-extract-units): Preserve powers
11088         of units.
11090 2013-05-17  Leo Liu  <sdl.web@gmail.com>
11092         * subr.el (delete-consecutive-dups): New function.
11093         * ido.el (ido-set-matches-1): Use it.
11094         * progmodes/octave.el (inferior-octave-completion-table): Use it.
11095         * ido.el (ido-remove-consecutive-dups): Remove.
11097 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11099         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
11100         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
11101         regexp-opt's `words'.
11103 2013-05-16  Leo Liu  <sdl.web@gmail.com>
11105         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
11106         (smie--highlight-matching-block-overlay)
11107         (smie--highlight-matching-block-lastpos)
11108         (smie--highlight-matching-block-timer): New variables.
11109         (smie-highlight-matching-block): New function.
11110         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
11111         (smie-setup): Conditionally enable smie-blink-matching-open.
11113 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
11115         Sync with upstream verilog-mode r840.
11116         * progmodes/verilog-mode.el (verilog-mode-version)
11117         (verilog-mode-release-date): Update.
11118         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
11119         (verilog-sig-tieoff): Fix string error on
11120         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
11121         (verilog-read-decls): Fix parameters confusing
11122         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
11124 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
11126         * subr.el (reveal-filename): New function.
11128         * loadup.el: Compute Emacs executable versions on MS-Windows,
11129         where executables have the .exe extension.  Add a hard link
11130         emacs-XX.YY.ZZ.exe on MS-Windows.
11132         * Makefile.in (XARGS_LIMIT): New variable.
11133         (custom-deps, finder-data, autoloads)
11134         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
11135         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
11136         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
11137         (compile-main): Limit xargs according to $(XARGS_LIMIT).
11139 2013-05-16  Leo Liu  <sdl.web@gmail.com>
11141         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
11142         (octave-mode-menu, octave-mode-map): Remove its uses.
11144 2013-05-16  Reto Zimmermann  <reto@gnu.org>
11146         Sync with upstream vhdl mode v3.34.2.
11147         * progmodes/vhdl-mode.el: Use `push' throughout.
11148         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
11149         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
11150         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
11151         (vhdl-actual-generic-name): New option to derive actual generic name.
11152         (vhdl-port-paste-signals): Replace formal by actual generics.
11153         (vhdl-beautify): New name for old group vhdl-align.  Update users.
11154         (vhdl-beautify-options): New option.
11155         (vhdl-last-input-event): New compat alias.  Use throughout.
11156         (vhdl-goto-line): Replace user level function `goto-line'.
11157         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
11158         vhdl-fix-statement-buffer.
11159         (vhdl-create-mode-menu): Add some entries.
11160         (vhdl-align-region-groups): Respect vhdl-beautify-options.
11161         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
11162         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
11163         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
11164         to force statements on one line.
11165         (vhdl-remove-trailing-spaces-region):
11166         New, split from vhdl-remove-trailing-spaces.
11167         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
11168         Respect vhdl-beautify-options.
11169         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
11170         (vhdl-update-sensitivity-list): Not add with index if exists without.
11171         Not include array index with signal.  Ignore keywords in comments.
11172         (vhdl-get-visible-signals): Regexp tweaks.
11173         (vhdl-template-component-inst): Handle empty library.
11174         (vhdl-template-type): Add template for 'enum' type.
11175         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
11176         Use vhdl-replace-string.
11177         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
11178         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
11179         (vhdl-speedbar-initialize): Update for above name change.
11180         (vhdl-compose-wire-components): Fix in handling of constants.
11181         (vhdl-error-regexp-emacs-alist): New variable.
11182         (vhdl-error-regexp-add-emacs): New function;
11183         adds support for new compile.el (Emacs 22+)
11184         (vhdl-generate-makefile-1): Change target order for single lib. units.
11185         Allow use of absolute file names.
11187 2013-05-16  Leo Liu  <sdl.web@gmail.com>
11189         * simple.el (prog-indent-sexp): Indent enclosing defun.
11191 2013-05-15  Glenn Morris  <rgm@gnu.org>
11193         * cus-start.el (show-trailing-whitespace): Move to editing basics.
11194         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
11195         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
11196         (whitespace-highlight): Move to whitespace group.
11198         * comint.el (comint-source):
11199         * pcmpl-linux.el (pcmpl-linux):
11200         * shell.el (shell-faces):
11201         * eshell/esh-opt.el (eshell-opt):
11202         * international/ccl.el (ccl): Remove empty custom groups.
11204         * completion.el (dynamic-completion-mode):
11205         * jit-lock.el (jit-lock-debug-mode):
11206         * minibuffer.el (completion-in-region-mode):
11207         * type-break.el (type-break-mode-line-message-mode)
11208         (type-break-query-mode):
11209         * emulation/tpu-edt.el (tpu-edt-mode):
11210         * progmodes/subword.el (global-subword-mode, global-superword-mode):
11211         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11212         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
11214         * term/xterm.el (xterm): Change parent group to terminals.
11216         * master.el (master): Remove empty custom group.
11217         (master-mode): Remove unused :group argument.
11218         * textmodes/refill.el (refill): Remove empty custom group.
11219         (refill-mode): Remove unused :group argument.
11221         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
11223         * cus-dep.el: Provide a feature.
11224         (custom-make-dependencies): Ignore dotfiles (dir-locals).
11225         Don't mistakenly ignore files whose basenames match a basename
11226         from preloaded-file-list (eg cedet/ede/simple.el).
11227         Add a fallback method for getting :group.
11229 2013-05-15  Juri Linkov  <juri@jurta.org>
11231         * isearch.el (isearch-char-by-name): Rename from
11232         `isearch-insert-char-by-name'.  Doc fix.
11233         (isearch-forward): Mention `isearch-char-by-name' in
11234         the docstring.  (Bug#13348)
11236         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
11237         `exit-minibuffer' instead of
11238         `isearch-nonincremental-exit-minibuffer'.
11239         (isearch-edit-string): Remove mention of
11240         `isearch-nonincremental-exit-minibuffer' from docstring.
11241         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
11242         (isearch-forward-exit-minibuffer)
11243         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
11245 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11247         * loadup.el: Just use unversioned DOC.
11249         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
11250         literals as extending to EOB.
11251         (nxml-last-fontify-end): Remove unused variable.
11252         (nxml-after-change1): Use with-silent-modifications.
11253         (nxml-extend-after-change-region): Simplify.
11254         (nxml-extend-after-change-region1): Remove function.
11255         (nxml-after-change1): Don't adjust for dependent regions.
11256         (nxml-fontify-matcher): Simplify.
11257         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
11258         (xmltok-add-dependent): Remove function.
11259         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
11260         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
11261         (xmltok-scan-prolog-after-processing-instruction-open): Treat
11262         unclosed <[[, <?, comment, and other literals as extending to EOB.
11263         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
11264         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
11265         Remove functions.
11266         (rng-do-some-validation-1): Don't mark dependent regions.
11267         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
11268         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
11269         (nxml-clear-dependent-regions): Remove functions.
11270         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
11271         (nxml-ensure-scan-up-to-date):
11272         Don't clear&mark dependent regions.
11274 2013-05-15  Leo Liu  <sdl.web@gmail.com>
11276         * progmodes/octave.el (octave-goto-function-definition):
11277         Improve and fix callers.
11279 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11281         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
11282         the setter (bug#14387).
11284         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
11285         surrounding group (bug#14402).
11287 2013-05-14  Juri Linkov  <juri@jurta.org>
11289         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
11290         (Bug#14390)
11292 2013-05-14  Glenn Morris  <rgm@gnu.org>
11294         * progmodes/f90.el (f90-imenu-generic-expression):
11295         Fix typo in 2013-05-08 change.  (Bug#14402)
11297 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
11299         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
11300         Remove signals for which replies are never received.
11302 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
11304         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
11305         (gdb-handler-alist, gdb-handler-number): Remove variables.
11306         (gdb-handler-list): New variable.
11307         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
11308         (gdb-pending-handler-p, gdb-handle-reply)
11309         (gdb-remove-all-pending-triggers): New functions.
11310         (gdb-discard-unordered-replies): New defcustom.
11311         (gdb-handler): New defstruct.
11312         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
11313         instead of gdb-pending-triggers.  Update docstring.
11314         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
11315         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
11316         (gdb-var-update-handler, def-gdb-auto-update-trigger)
11317         (def-gdb-auto-update-handler, gdb-get-changed-registers)
11318         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
11319         (gdb-frame-handler): Pending triggers are now automatically managed.
11320         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
11321         Remove argument.
11322         (gdb-input): Automatically handles pending triggers.  Update docstring.
11323         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
11324         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
11325         Update comments.
11326         (gdb-done-or-error): Now use gdb-handle-reply.
11328 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
11330         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
11331         gdb-debug-log.
11333 2013-05-14  Glenn Morris  <rgm@gnu.org>
11335         * subr.el (user-emacs-directory-warning): New option.
11336         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
11338 2013-05-14  Leo Liu  <sdl.web@gmail.com>
11340         * progmodes/octave.el (octave-font-lock-keywords): Fix error
11341         during redisplay.
11342         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
11343         (octave-font-lock-texinfo-comment): Fix invalid search bound
11344         error: wrong side of point.
11346 2013-05-14  Glenn Morris  <rgm@gnu.org>
11348         * progmodes/flymake.el (flymake-xml-program): New option.
11349         (flymake-xml-init): Use it.
11351         * term/xterm.el: Provide a feature.
11353         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
11355 2013-05-13  Glenn Morris  <rgm@gnu.org>
11357         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
11358         Add compat aliases as a hack workaround.  (Bug#14384)
11360 2013-05-13  Leo Liu  <sdl.web@gmail.com>
11362         * progmodes/octave.el (octave-indent-comment): Fix indentation for
11363         ###, and %!.
11364         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
11365         C-M-q.
11366         (octave-comment-start-skip): Include %!.
11367         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
11369 2013-05-12  Leo Liu  <sdl.web@gmail.com>
11371         * progmodes/octave.el (inferior-octave-startup): Store the value
11372         of __octave_srcdir__ for octave-source-directories.
11373         (inferior-octave-check-process): New function refactored out of
11374         inferior-octave-send-list-and-digest.
11375         (octave-source-directories)
11376         (octave-find-definition-filename-function): New variables.
11377         (octave-source-directories)
11378         (octave-find-definition-default-filename): New functions.
11379         (octave-find-definition): Improve to find functions implemented in C++.
11381 2013-05-12  Glenn Morris  <rgm@gnu.org>
11383         * calendar/diary-lib.el (diary-outlook-format-1):
11384         Don't include dayname in the output.  (Bug#14349)
11386 2013-05-11  Glenn Morris  <rgm@gnu.org>
11388         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
11390         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
11391         Treat cc-provide like provide.
11393 2013-05-11  Kevin Ryde  <user42@zip.com.au>
11395         * cus-dep.el (custom-make-dependencies):
11396         Use generated-autoload-load-name for the sake of files such
11397         such cedet/semantic/bovine/c.el, where the base file name
11398         is not in load-path.  (Bug#5277)
11400 2013-05-11  Glenn Morris  <rgm@gnu.org>
11402         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
11403         Provide features.
11405 2013-05-11  Leo Liu  <sdl.web@gmail.com>
11407         * progmodes/octave.el (octave-indent-comment): Improve.
11408         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
11409         (octave-eldoc-function-signatures, octave-eldoc-function):
11410         New functions.
11411         (octave-mode, inferior-octave-mode): Add eldoc support.
11413 2013-05-11  Richard Stallman  <rms@gnu.org>
11415         * epa.el (epa-decrypt-file): Take output file name as argument
11416         and read it using `interactive'.
11418 2013-05-11  Leo Liu  <sdl.web@gmail.com>
11420         * progmodes/octave.el (octave-beginning-of-line)
11421         (octave-end-of-line): Check before using up-list because it jumps
11422         out of more syntactic contructs since moving to smie.
11423         (octave-indent-comment): New function.
11424         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
11425         (octave-begin-keywords, octave-end-keywords)
11426         (octave-reserved-words, octave-smie-bnf-table)
11427         (octave-smie-rules): Add new keywords from Octave 3.6.4.
11429 2013-05-11  Glenn Morris  <rgm@gnu.org>
11431         * faces.el (internal-face-x-get-resource):
11432         * frame.el (ns-display-monitor-attributes-list):
11433         * calc/calc-aent.el (math-to-radians-2):
11434         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
11435         Fix declarations.
11437         * calc/calc-menu.el: Make it loadable in isolation.
11439         * net/eudcb-bbdb.el: Make it loadable without bbdb.
11440         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
11441         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
11442         (eudc-bbdb-query-internal): Require 'bbdb.
11444         * lpr.el (lpr-headers-switches):
11445         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
11447         * progmodes/sql.el (sql-login-params): Fix and improve :type.
11449         * emulation/edt-mapper.el: In batch mode, error rather than hang.
11451         * term.el (term-set-escape-char): Make it idempotent.
11453 2013-05-10  Leo Liu  <sdl.web@gmail.com>
11455         * progmodes/octave.el (inferior-octave-completion-table):
11456         No longer a function and all uses changed.  Use cache to speed up
11457         completion due to bug#11906.
11458         (octave-beginning-of-defun): Re-write to be more general.
11460 2013-05-10  Glenn Morris  <rgm@gnu.org>
11462         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
11464 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11466         * comint.el (comint-redirect-send-command-to-process): Use :around
11467         rather than :override for comint-redirect-filter.
11468         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
11469         Call it instead of comint-redirect-original-filter-function (which
11470         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
11472 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
11474         * frame.el (display-monitor-attributes-list): Add NS case.
11475         (ns-display-monitor-attributes-list): Declare.
11477 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
11479         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
11481 2013-05-09  Glenn Morris  <rgm@gnu.org>
11483         * international/fontset.el (vertical-centering-font-regexp):
11484         Set standard-value.
11486         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
11488         * bookmark.el (bookmark-search-delay):
11489         * cus-start.el (vertical-centering-font-regexp):
11490         * ps-mule.el (ps-mule-font-info-database-default):
11491         * ps-print.el (ps-default-fg, ps-default-bg):
11492         * type-break.el (type-break-good-break-interval):
11493         * whitespace.el (whitespace-indentation-regexp)
11494         (whitespace-space-after-tab-regexp):
11495         * emacs-lisp/testcover.el (testcover-1value-functions)
11496         (testcover-noreturn-functions, testcover-progn-functions)
11497         (testcover-prog1-functions):
11498         * emulation/viper-init.el (viper-emacs-state-cursor-color):
11499         * eshell/em-glob.el (eshell-glob-translate-alist):
11500         * play/tetris.el (tetris-tty-colors):
11501         * progmodes/cpp.el (cpp-face-default-list):
11502         * progmodes/flymake.el (flymake-allowed-file-name-masks):
11503         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
11504         (idlwave-help-browser-generic-args):
11505         * progmodes/make-mode.el (makefile-special-targets-list):
11506         * progmodes/python.el (python-shell-virtualenv-path):
11507         * progmodes/verilog-mode.el (verilog-active-low-regexp)
11508         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
11509         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
11510         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
11511         * textmodes/reftex-vars.el (reftex-format-label-function):
11512         * textmodes/remember.el (remember-diary-file): Fix custom types.
11514         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
11515         Add :version.
11517 2013-05-09  Leo Liu  <sdl.web@gmail.com>
11519         * progmodes/octave.el (inferior-octave-completion-at-point):
11520         Restore file completion.  (Bug#14300)
11521         (inferior-octave-startup): Fix incorrect highlighting for the
11522         first prompt.
11524 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11526         * progmodes/ruby-mode.el: First cut at SMIE support.
11527         (ruby-use-smie): New var.
11528         (ruby-smie-grammar): New constant.
11529         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
11530         (ruby-smie--forward-token, ruby-smie--backward-token)
11531         (ruby-smie-rules): New functions.
11532         (ruby-mode-variables): Setup SMIE if applicable.
11534 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
11536         * simple.el (line-move-visual): Signal beginning/end of buffer
11537         only if vertical-motion moved less than it was requested.  Avoids
11538         silly incorrect error messages when there are display strings with
11539         multiple newlines at EOL.
11541 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11543         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
11544         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
11545         (prolog-char-quote-workaround):
11546         * progmodes/cperl-mode.el (cperl-under-as-char):
11547         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
11548         Mark as obsolete.
11549         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
11550         their declaration.
11551         (vhdl-mode-syntax-table-init): Remove.
11553         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
11554         last change.
11556         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
11557         syntax for "_".
11558         (ld-script-font-lock-keywords):
11559         Change regexps to use things like \_< and \_>.
11561         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
11562         Change all regexps to use things like \_< and \_>.
11564         * progmodes/autoconf.el (autoconf-definition-regexp)
11565         (autoconf-font-lock-keywords, autoconf-current-defun-function):
11566         Handle a _ with symbol syntax.
11567         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
11569         * progmodes/ada-mode.el (ada-mode-abbrev-table):
11570         Consolidate declaration.
11571         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
11572         the declaration.
11573         (ada-create-syntax-table): Remove.
11574         (ada-capitalize-word): Don't mess with the syntax of "_" since it
11575         already has the right syntax nowadays.
11576         (ada-goto-next-word): Don't change the syntax of "_".
11578         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
11579         with-wrapper-hook.
11581 2013-05-08  Sam Steingold  <sds@gnu.org>
11583         * thingatpt.el (thing-at-point): Accept optional second argument
11584         NO-PROPERTIES to strip the text properties from the return value.
11585         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
11586         to `thing-at-point' instead of stripping the properties ourselves.
11587         Also, when `thing-at-point' fails to find a url, prepend "http://"
11588         to the filename at point on the assumption that the user is
11589         pointing at something like gnu.org/gnu.
11591 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
11593         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
11594         * faces.el (crm-separator):
11595         Silence byte-compiler.
11597         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
11598         (tool-bar-map): Remove unneeded defvars.
11600 2013-05-08  Leo Liu  <sdl.web@gmail.com>
11602         Re-work a fix for bug#10994 based on Le Wang's patch.
11603         * ido.el (ido-remove-consecutive-dups): New helper.
11604         (ido-completing-read): Use it.
11605         (ido-chop): Revert fix for bug#10994.
11607 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
11609         * cus-edit.el (custom-save-variables):
11610         Pretty-print long values.  (Bug#14187)
11612 2013-05-08  Glenn Morris  <rgm@gnu.org>
11614         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
11615         (m4-mode-syntax-table): Init in the defvar.
11616         (m4-mode-abbrev-table): Let define-derived-mode define it.
11618 2013-05-08  Tom Tromey  <tromey@redhat.com>
11620         * progmodes/m4-mode.el (m4-mode-syntax-table):
11621         Do not treat "_" as word constituent.  (Bug#14167)
11623 2013-05-07  Glenn Morris  <rgm@gnu.org>
11625         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
11626         Remove explicit eshell-isearch-cancel-map.
11628         * progmodes/f90.el (f90-smart-end-names): New option.
11629         (f90-smart-end): Doc fix.
11630         (f90-end-block-optional-name): New constant.
11631         (f90-block-match): Respect f90-smart-end-names.
11633 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11635         * progmodes/octave.el (octave-smie-forward-token): Be more careful
11636         about implicit semi-colons (bug#14218).
11638 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11640         * frame.el (display-monitor-attributes-list)
11641         (frame-monitor-attributes): New functions.
11643 2013-05-06  Leo Liu  <sdl.web@gmail.com>
11645         * progmodes/octave.el (octave-syntax-propertize-function): Change
11646         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
11647         (octave-font-lock-keywords): Use octave-operator-regexp.
11648         (octave-completion-at-point): Rename from
11649         octave-completion-at-point-function.
11650         (inferior-octave-directory-tracker): Robustify.
11651         (octave-text-functions): Remove and fix its uses.  No such things
11652         any more.
11654 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11656         * emacs-lisp/trace.el (trace--display-buffer): New function.
11657         (trace-make-advice): Use it.
11659 2013-05-06  Juri Linkov  <juri@jurta.org>
11661         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
11662         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
11663         Doc fix.
11664         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
11665         in the help string.  (Bug#12985)
11667 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
11669         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
11671 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11673         * progmodes/perl-mode.el: Add support for here documents.
11674         (perl-syntax-propertize-function): Match here-doc markers.
11675         (perl-syntax-propertize-special-constructs): Find their end.
11676         (perl-imenu-generic-expression): Use [:alnum:].
11678         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
11679         (advice--add-function): Refresh the advice if already present
11680         (bug#14317).
11682 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
11684         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
11686 2013-05-06  Glenn Morris  <rgm@gnu.org>
11688         * w32-fns.el (w32-charset-info-alist): Declare.
11690         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
11691         of its defcustom properties.
11692         (eshell-cmpl-initialize): No need to load pcomplete.
11694         * generic-x.el: No need to require comint when compiling.
11696         * net/eudc-export.el: Make it loadable without bbdb.
11697         (top-level): Use require rather than load-library.
11698         (eudc-create-bbdb-record, eudc-bbdbify-phone)
11699         (eudc-batch-export-records-to-bbdb)
11700         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
11701         Require bbdb.
11703 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11705         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
11706         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
11707         some tweaks, instead.
11709 2013-05-05  Leo Liu  <sdl.web@gmail.com>
11711         * progmodes/octave.el (octave-font-lock-keywords)
11712         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
11713         (inferior-octave-send-list-and-digest): Improve error message.
11714         (octave-mode, inferior-octave-mode): Use setq-local.
11715         (octave-help): Set info-lookup-mode.
11717 2013-05-05  Richard Stallman  <rms@gnu.org>
11719         * vc/compare-w.el (compare-windows-whitespace):
11720         Treat no-break space as whitespace.
11722         * mail/rmailsum.el (rmail-summary-rmail-update):
11723         Detect empty summary and don't change selected message.
11724         (rmail-summary-goto-msg): Likewise.
11726         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
11727         Doc fixes, rename args.
11729 2013-05-05  Alan Mackenzie  <acm@muc.de>
11731         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
11733 2013-05-05  Juri Linkov  <juri@jurta.org>
11735         * info.el (Info-read-subfile): Use (point-min) instead of (point)
11736         to not add the length of the summary segment to the return value.
11737         (Bug#14125)
11739 2013-05-05  Leo Liu  <sdl.web@gmail.com>
11741         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
11742         (inferior-octave-output-filter): Remove.
11743         (octave-send-region, inferior-octave-startup): Fix callers.
11744         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
11745         (octave-binary-file-extensions): New user variable.
11746         (octave-find-definition): Confirm if opening binary files.
11747         (octave-help-file): Use octave-find-definition to get the binary
11748         confirmation.
11749         (octave-help): Adjust for octave-help-file change.
11751 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11753         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
11754         Merge the two entries that handle function definitions.
11755         (pascal--syntax-propertize): New const.
11756         (pascal-mode): Use it.  Use setq-local.
11758 2013-05-04  Glenn Morris  <rgm@gnu.org>
11760         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
11761         (diary-from-outlook): Respect diary-from-outlook-function.
11763 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11765         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
11766         Move the declaration from C.
11767         (read-minibuffer, eval-minibuffer): Move from C.
11768         (completion-setup-function): Avoid minibuffer-completion-contents.
11770 2013-05-03  Leo Liu  <sdl.web@gmail.com>
11772         * progmodes/octave.el (octave-font-lock-keywords): Do not
11773         dehighlight 'end' in comments or strings.
11774         (octave-completing-read, octave-goto-function-definition):
11775         New helpers.
11776         (octave-help-buffer): New user variable.
11777         (octave-help-file, octave-help-function): New button types.
11778         (octave-help): New command and bind it to C-h ;.
11779         (octave-find-definition): New command and bind it to M-.
11780         (user-error): Alias to error if not defined.
11782 2013-05-02  Leo Liu  <sdl.web@gmail.com>
11784         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
11785         for \.  (bug#14332)
11786         (octave-font-lock-keywords): Include [ and {.
11788 2013-05-02  Leo Liu  <sdl.web@gmail.com>
11790         * progmodes/octave.el (inferior-octave-startup-file): Change default.
11791         (inferior-octave): Remove calling comint-mode and return the buffer.
11792         (inferior-octave-startup): Cosmetic changes.
11794 2013-05-02  Leo Liu  <sdl.web@gmail.com>
11796         * progmodes/octave.el (octave-syntax-propertize-function):
11797         Include the case when ' is at line beginning.  (Bug#14336)
11799 2013-05-02  Glenn Morris  <rgm@gnu.org>
11801         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
11802         * desktop.el (vc-dir-mode): Just autoload it here.
11804 2013-05-02  Alan Mackenzie  <acm@muc.de>
11806         Eliminate variable c-standard-font-lock-fontify-region-function.
11807         * progmodes/cc-mode.el
11808         (c-standard-font-lock-fontify-region-function): Remove.
11809         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
11811 2013-05-01  Leo Liu  <sdl.web@gmail.com>
11813         * progmodes/octave.el: Compatible with older emacs-24 releases.
11814         (inferior-octave-has-built-in-variables): Remove.  Built-in
11815         variables were removed from Octave in 2007.
11816         (inferior-octave-startup): Fix uses.
11817         (comint-line-beginning-position): Remove compatibility code for
11818         emacs 21.
11820 2013-05-01  Juri Linkov  <juri@jurta.org>
11822         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
11824 2013-05-01  Juri Linkov  <juri@jurta.org>
11826         * comint.el (comint-previous-matching-input): Don't print message
11827         "History item: %d" when `isearch-mode' is active.
11828         (comint-history-isearch-message): Print message "History item: %d"
11829         when `comint-input-ring-index' is not empty and this function is
11830         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
11832 2013-05-01  Leo Liu  <sdl.web@gmail.com>
11834         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
11835         definitions.  Use completion-at-point to insert keywords.
11836         (octave-abbrev-start): Remove.
11837         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
11839 2013-04-30  Leo Liu  <sdl.web@gmail.com>
11841         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
11842         change.
11844 2013-04-30  Alan Mackenzie  <acm@muc.de>
11846         Handle arbitrarily long C++ member initialisation lists.
11847         * progmodes/cc-engine.el (c-back-over-member-initializers):
11848         new function.
11849         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
11850         (most) member init lists.
11852 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
11854         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
11855         variable.
11857 2013-04-30  Leo Liu  <sdl.web@gmail.com>
11859         * progmodes/octave.el (octave-variables): Remove.  No builtin
11860         variables any more.  All converted to functions.
11861         (octave-font-lock-keywords, octave-completion-at-point-function):
11862         Fix uses.
11863         (octave-font-lock-texinfo-comment): New user variable.
11864         (octave-texinfo-font-lock-keywords): New variable for texinfo
11865         comment block.
11866         (octave-function-comment-block): New face.
11867         (octave-font-lock-texinfo-comment): New function.
11868         (octave-mode): Font lock texinfo comment block.
11870 2013-04-29  Leo Liu  <sdl.web@gmail.com>
11872         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
11873         indexing expression.
11874         (octave-continuation-string): Do not use \.
11875         (inferior-octave-complete-impossible): Remove.
11876         (inferior-octave-completion-table)
11877         (inferior-octave-completion-at-point): Remove its uses.
11878         (inferior-octave-startup): completion_matches was introduced to
11879         Octave in 1996 so safe to assume it.
11880         (octave-function-file-comment): Improve to follow how Octave does it.
11881         (octave-update-function-file-comment): Tweak.
11883 2013-04-29  Leo Liu  <sdl.web@gmail.com>
11885         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
11886         (inferior-octave-startup): Remove inferior-octave-startup-hook.
11887         (octave-function-file-comment): Fix typo.
11888         (octave-sync-function-file-names): Use read-char-choice.
11890 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
11892         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
11893         to t for the less important warnings.
11895 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
11897         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
11899 2013-04-27  Glenn Morris  <rgm@gnu.org>
11901         * vc/log-view.el (log-view-current-entry):
11902         Treat "---" separator lines as part of the following rev.  (Bug#14169)
11904 2013-04-27  Juri Linkov  <juri@jurta.org>
11906         * subr.el (read-number): Doc fix about using it by interactive
11907         code letter `n'.  (Bug#14254)
11909 2013-04-27  Juri Linkov  <juri@jurta.org>
11911         * desktop.el (desktop-auto-save-timeout): New option.
11912         (desktop-file-checksum): New variable.
11913         (desktop-save): Add optional arg `auto-save' and don't auto-save
11914         if nothing changed.
11915         (desktop-auto-save-timer): New variable.
11916         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
11917         (after-init-hook): Call `desktop-auto-save-set-timer'.
11918         Suggested by Reuben Thomas <rrt@sc3d.org> in
11919         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
11921 2013-04-27  Leo Liu  <sdl.web@gmail.com>
11923         * progmodes/octave.el (octave-function-file-p)
11924         (octave-skip-comment-forward, octave-function-file-comment)
11925         (octave-update-function-file-comment): New functions.
11926         (octave-mode-map): Bind C-c ; to
11927         octave-update-function-file-comment.
11928         (octave-mode-menu): Add octave-update-function-file-comment.
11929         (octave-mode, inferior-octave-mode): Fix doc-string.
11930         (octave-insert-defun): Conform to Octave's coding convention.
11931         (Bug#14285)
11933         * files.el (basic-save-buffer): Don't let errors in
11934         before-save-hook prevent saving buffer.
11936 2013-04-20  Roland Winkler  <winkler@gnu.org>
11938         * faces.el (read-face-name): Use completing-read if arg multiple
11939         is nil.
11941 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
11943         * ls-lisp.el (ls-lisp-insert-directory): If no files are
11944         displayed, move point to after the totals line.
11945         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
11946         for the details.
11948 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11950         * emacs-lisp/package.el (package-autoload-ensure-default-file):
11951         Add current dir to the load-path.
11952         (package-generate-autoloads): Don't rely on
11953         autoload-ensure-default-file.
11955 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
11957         * textmodes/remember.el (remember-store-in-files): Document that
11958         the file name format is passed to `format-time-string'.
11960 2013-04-26  Leo Liu  <sdl.web@gmail.com>
11962         * progmodes/octave.el (octave-sync-function-file-names): New function.
11963         (octave-mode): Use it in before-save-hook.
11965 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11967         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
11968         (bug#14274).
11970         * progmodes/octave.el (octave-smie-forward-token): Properly skip
11971         \n and comment, even if it's not an implicit ; (bug#14218).
11973 2013-04-26  Glenn Morris  <rgm@gnu.org>
11975         * subr.el (read-number): Once more use `read' rather than
11976         `string-to-number', to trap non-numeric input.  (Bug#14254)
11978 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
11980         * emacs-lisp/syntax.el (syntax-propertize-multiline):
11981         Use `syntax-multiline' text property consistently instead of
11982         `font-lock-multiline'.  (Bug#14237)
11984 2013-04-26  Glenn Morris  <rgm@gnu.org>
11986         * emacs-lisp/shadow.el (list-load-path-shadows):
11987         No longer necessary to check for duplicate simple.el, since
11988         2012-07-07 change to init_lread to not include installation lisp
11989         directories in load-path when running uninstalled.  (Bug#14270)
11991 2013-04-26  Leo Liu  <sdl.web@gmail.com>
11993         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
11994         (octave-mode, inferior-octave-mode): Use setq-local.
11995         (octave-not-in-string-or-comment-p): Rename to
11996         octave-in-string-or-comment-p.
11997         (octave-in-comment-p, octave-in-string-p)
11998         (octave-in-string-or-comment-p): Replace defsubst with defun.
12000 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
12002         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
12004 2013-04-25  Bastien Guerry  <bzg@gnu.org>
12006         * textmodes/remember.el (remember-data-directory)
12007         (remember-directory-file-name-format): Fix custom types.
12009 2013-04-25  Leo Liu  <sdl.web@gmail.com>
12011         * progmodes/octave.el (octave-completion-at-point-function):
12012         Make use of inferior octave process.
12013         (octave-initialize-completions): Remove.
12014         (inferior-octave-completion-table): New function.
12015         (inferior-octave-completion-at-point): Use it.
12016         (octave-completion-alist): Remove.
12018 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12020         * progmodes/opascal.el: Use font-lock and syntax-propertize.
12021         (opascal-mode-syntax-table): New var.
12022         (opascal-literal-kind, opascal-is-literal-end)
12023         (opascal-literal-token-at): Rewrite.
12024         (opascal--literal-start-re, opascal-font-lock-keywords)
12025         (opascal--syntax-propertize): New constants.
12026         (opascal-font-lock-defaults): Adjust.
12027         (opascal-mode): Use them.  Set comment-<foo> variables as well.
12028         (delphi-comment-face, opascal-comment-face, delphi-string-face)
12029         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
12030         (delphi-other-face, opascal-other-face): Remove face variables.
12031         (opascal-save-state): Remove macro.
12032         (opascal-fontifying-progress-step): Remove constant.
12033         (opascal--ignore-changes): Remove var.
12034         (opascal-set-token-property, opascal-parse-next-literal)
12035         (opascal-is-stable-literal, opascal-complete-literal)
12036         (opascal-is-literal-start, opascal-face-of)
12037         (opascal-parse-region, opascal-parse-region-until-stable)
12038         (opascal-fontify-region, opascal-after-change)
12039         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
12040         (opascal-debug-parse-region, opascal-debug-parse-window)
12041         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
12042         (opascal-debug-fontify-buffer): Remove.
12043         (opascal-debug-mode-map): Adjust accordingly.
12045 2013-04-25  Leo Liu  <sdl.web@gmail.com>
12047         Merge octave-mod.el and octave-inf.el into octave.el with some
12048         cleanups.
12049         * progmodes/octave.el: New file renamed from octave-mod.el.
12050         * progmodes/octave-inf.el: Merged into octave.el.
12051         * progmodes/octave-mod.el: Renamed to octave.el.
12053 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
12055         * textmodes/reftex-vars.el
12056         (reftex-label-ignored-macros-and-environments): New defcustom.
12058         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
12060 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12062         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
12063         (smie-indent-keyword): Improve the check to ensure that the next
12064         comment is really on the same line.
12065         (smie-indent-comment): Don't align with a subsequent closer (or eob).
12067         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
12068         semi-colons if the line is not otherwise empty (bug#14218).
12070 2013-04-25  Glenn Morris  <rgm@gnu.org>
12072         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
12074 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12076         * progmodes/opascal.el (opascal-set-token-property): Rename from
12077         opascal-set-text-properties and only set `token' (bug#14134).
12078         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
12079         (opascal-literal-text-properties): Remove.
12080         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
12081         Adjust callers.
12083 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
12085         * textmodes/remember.el (remember-handler-functions): Add an
12086         option for a new handler `remember-store-in-files'.
12087         (remember-data-directory, remember-directory-file-name-format):
12088         New options.
12089         (remember-store-in-files): New function to store remember notes
12090         as separate files within a directory.
12092 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
12094         * progmodes/compile.el (compilation-next-error-function):
12095         Pass "formats" to compilation-find-file (bug#11777).
12097 2013-04-24  Glenn Morris  <rgm@gnu.org>
12099         * vc/vc-bzr.el (vc-bzr-print-log):
12100         * vc/vc-hg.el (vc-hg-print-log):
12101         * vc/vc-svn.el (vc-svn-print-log):
12102         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
12104         * vc/vc-bzr.el (vc-bzr-print-log):
12105         * vc/vc-cvs.el (vc-cvs-print-log):
12106         * vc/vc-git.el (vc-git-print-log):
12107         * vc/vc-hg.el (vc-hg-print-log):
12108         * vc/vc-mtn.el (vc-mtn-print-log):
12109         * vc/vc-rcs.el (vc-rcs-print-log):
12110         * vc/vc-sccs.el (vc-sccs-print-log):
12111         * vc/vc-svn.el (vc-svn-print-log):
12112         * vc/vc.el (vc-print-log-internal): Doc fixes.
12114 2013-04-23  Glenn Morris  <rgm@gnu.org>
12116         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
12117         Remove venerable code attempting to avoid substitute-command-keys.
12119 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
12121         * textmodes/reftex-vars.el (reftex-label-regexps):
12122         Call `reftex-compile-variables' after changes to this variable.
12124 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12126         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
12127         Use lexical-binding.
12128         (jit-lock-force-redisplay): Use markers, check buffer's continued
12129         existence and beware narrowed buffers.
12130         (jit-lock-fontify-now): Adjust call accordingly.
12132 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12134         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
12135         to avoid misleading the user.
12137 2013-04-22  Leo Liu  <sdl.web@gmail.com>
12139         * info-look.el: Prefer latex2e.info.  (Bug#14240)
12141 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
12143         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
12145         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
12146         * net/tramp.el (tramp-call-process): ... here.
12147         (tramp-set-completion-function, tramp-parse-putty):
12148         * net/tramp-adb.el (tramp-adb-execute-adb-command):
12149         * net/tramp-gvfs.el (tramp-gvfs-send-command):
12150         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
12151         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
12152         (tramp-call-local-coding-command): Use `tramp-call-process'
12153         instead of `tramp-compat-call-process'.
12155         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
12156         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
12157         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
12158         (tramp-find-inline-compress): Improve traces.
12159         (tramp-maybe-send-script): Check for Perl binary.
12160         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
12162 2013-04-22  Daiki Ueno  <ueno@gnu.org>
12164         * epg.el (epg-context-pinentry-mode): New function.
12165         (epg-context-set-pinentry-mode): New function.
12166         (epg--start): Pass --pinentry-mode option to gpg command.
12168 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
12170         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
12171         `comint-dynamic-complete' is obsolete since 24.1, replaced by
12172         `completion-at-point'.  (Bug#13774)
12174         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
12175         default key binding for `describe-distribution' has been moved to
12176         `C-h C-o'.  (Bug#13970)
12178 2013-04-21  Glenn Morris  <rgm@gnu.org>
12180         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
12181         Add doc strings.
12182         (vc-print-log): Clarify interactive prompt.
12184 2013-04-20  Glenn Morris  <rgm@gnu.org>
12186         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
12187         No longer include timestamp etc information.
12189 2013-04-20  Roland Winkler  <winkler@gnu.org>
12191         * faces.el (read-face-name): Bug fix, return just one face if arg
12192         multiple is nil.  (Bug#14209)
12194 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12196         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
12197         (remove-function): Autoload.
12199         * comint.el (comint-redirect-original-filter-function): Remove.
12200         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
12201         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
12202         (vc-cvs-annotate-command):
12203         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
12204         * progmodes/prolog.el (prolog-consult-compile):
12205         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
12206         Use add/remove-function instead.
12207         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
12208         (gud-tooltip-process-output, gud-tooltip-tips):
12209         Use add/remove-function instead.
12210         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
12211         (scheme-interaction-mode, exit-scheme-interaction-mode):
12212         Use add/remove-function instead.
12214         * vc/vc-dispatcher.el: Use lexical-binding.
12215         (vc--process-sentinel): Rename from vc-process-sentinel.
12216         Change last arg to be the code to run.  Don't use vc-previous-sentinel
12217         and vc-sentinel-commands any more.
12218         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
12219         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
12221 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
12223         * progmodes/sh-script.el (sh-imenu-generic-expression):
12224         Handle function names with a single character.   (Bug#14111)
12226 2013-04-19  Dima Kogan  <dima@secretsauce.net>    (tiny change)
12228         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
12229         for subroutines defined in an eval (bug#14182).
12231 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12233         * bookmark.el (bookmark-completing-read): Improve handling of empty
12234         string (bug#14176).
12236 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12238         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
12240 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
12242         New faster Imenu implementation (bug#14058).
12243         * progmodes/python.el:
12244         (python-imenu-prev-index-position):
12245         (python-imenu-format-item-label-function)
12246         (python-imenu-format-parent-item-label-function)
12247         (python-imenu-format-parent-item-jump-label-function):
12248         New vars.
12249         (python-imenu-format-item-label)
12250         (python-imenu-format-parent-item-label)
12251         (python-imenu-format-parent-item-jump-label)
12252         (python-imenu--put-parent, python-imenu--build-tree)
12253         (python-imenu-create-index, python-imenu-create-flat-index)
12254         (python-util-popn): New functions.
12255         (python-mode): Set imenu-create-index-function to
12256         python-imenu-create-index.
12258 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12260         * winner.el (winner-active-region): Use region-active-p, activate-mark
12261         and deactivate-mark (bug#14225).
12263         * simple.el (deactivate-mark): Don't inline it.
12265 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
12267         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
12269 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
12271         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
12272         file extensions from the archive-mode entry in order to prefer
12273         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
12275 2013-04-18  Leo Liu  <sdl.web@gmail.com>
12277         * bindings.el (help-event-list): Add ?\?.
12279 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12281         * subr.el (with-wrapper-hook): Declare obsolete.
12282         * simple.el (filter-buffer-substring-function): New hook.
12283         (filter-buffer-substring): Use it.
12284         (filter-buffer-substring-functions): Mark obsolete.
12285         * minibuffer.el (completion-in-region-function): New hook.
12286         (completion-in-region): Use it.
12287         (completion-in-region-functions): Mark obsolete.
12288         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
12289         * abbrev.el (abbrev-expand-function): New hook.
12290         (expand-abbrev): Use it.
12291         (abbrev-expand-functions): Mark obsolete.
12292         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
12293         and :filter-return.
12295 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
12297         * progmodes/python.el (python-nav--syntactically): Fix cornercases
12298         and do not care about match data.
12300 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12302         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
12303         completion tables when completing error conditions and
12304         `declare' arguments.
12305         (lisp-complete-symbol, field-complete): Mark as obsolete.
12306         (check-parens): Unmatched parens are user errors.
12307         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
12309 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
12311         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
12312         command changed buffer (ie. `flyspell-pre-buffer' is not current
12313         buffer), which prevents making decisions based on invalid value of
12314         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
12315         cause an error when `flyspell-pre-point' was nil after switching
12316         buffers.
12317         (flyspell-post-command-hook): No longer needs to change buffers when
12318         checking pre-word.  While at it remove unnecessary progn.
12320 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
12322         * textmodes/ispell.el (ispell-add-per-file-word-list):
12323         Fix `flyspell-correct-word-before-point' error when accepting
12324         words and `coment-padding' is an integer by using
12325         `comment-normalize-vars' (Bug #14214).
12327 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
12329         New defun movement commands.
12330         * progmodes/python.el (python-nav--syntactically)
12331         (python-nav--forward-defun, python-nav-backward-defun)
12332         (python-nav-forward-defun): New functions.
12334 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
12336         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
12337         (python-syntax-context): Use named compiler-macro for backwards
12338         compatibility with Emacs 24.x.
12340 2013-04-17  Leo Liu  <sdl.web@gmail.com>
12342         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
12343         octave-hide-process-buffer.
12345 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12347         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
12348         (bug#14216).
12350 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
12352         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
12353         Fix adjustment of offset when receiving incomplete responses from GDB
12354         (bug#14129).
12356 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12358         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
12359         python-mode-abbrev-table.
12360         (python-skeleton-define): Adjust accordingly.
12361         (python-mode-abbrev-table): New table that inherits from it so that
12362         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
12364         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
12365         (abbrev-symbol): Use it.
12366         (abbrev--before-point): Use it since we already handle inheritance.
12368 2013-04-16  Leo Liu  <sdl.web@gmail.com>
12370         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
12371         binding to info-lookup-symbol.
12373 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
12375         * minibuffer.el (completion--twq-all):
12376         * term/ns-win.el (ns-initialize-window-system):
12377         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
12379 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12381         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
12382         global bindings.
12384         * doc-view.el (doc-view-start-process): Handle url-handler directories.
12386 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
12388         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
12389         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
12390         to nil.
12391         (ruby-end-of-defun): Remove the unused arg, change the docstring
12392         to reflect that this function is only used as the value of
12393         `end-of-defun-function'.
12394         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
12395         to reflect an earlier change that beginning/end-of-defun functions
12396         jump between methods in a class definition, as well as top-level
12397         functions.
12399 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12401         * minibuffer.el (minibuffer-complete): Don't just scroll
12402         a *Completions* that's been iconified.
12403         (minibuffer-force-complete): Make sure repetitions do cycle when going
12404         through completion-in-region -> minibuffer-complete.
12406 2013-04-15  Alan Mackenzie  <acm@muc.de>
12408         Correct the placement of c-cpp-delimiters when there're #s not at
12409         col 0.
12411         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
12412         place a submatch around the #.
12413         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
12414         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
12415         on the #, not BOL.
12417 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12419         * emacs-lisp/nadvice.el: Properly test names when adding advice.
12420         (advice--member-p): New arg `name'.
12421         (advice--add-function, advice-member-p): Use it (bug#14202).
12423 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
12425         Reformulate java imenu-generic-expression.
12426         The old expression contained ill formed regexps.
12428         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
12429         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
12430         (cc-imenu-java-method-arg-regexp): New defconsts.
12431         (cc-imenu-java-build-type-args-regex): New defun.
12432         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
12433         handling of spaces in the regexp.
12435 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
12437         * textmodes/ispell.el (ispell-command-loop): Remove
12438         flyspell highlight of a word when ispell accepts it (bug #14178).
12440 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
12442         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
12443         uses code from the previous `ange-ftp-run-real-handler'.
12444         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
12445         only in case that function exist.  This is needed for proper
12446         unloading of Tramp.
12448 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
12450         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
12452         * textmodes/reftex.el (reftex-compile-variables): Use it.
12454 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12456         * files.el (normal-mode): Only use default major-mode if no other mode
12457         was specified.
12459         * emacs-lisp/trace.el (trace-values): New function.
12461         * files.el: Allow : in local variables (bug#14089).
12462         (hack-local-variable-regexp): New var.
12463         (hack-local-variables-prop-line, hack-local-variables): Use it.
12465 2013-04-13  Roland Winkler  <winkler@gnu.org>
12467         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
12468         data before it gets modified by bibtex-beginning-of-entry.
12470 2013-04-13  Roland Winkler  <winkler@gnu.org>
12472         * textmodes/bibtex.el (bibtex-url): Doc fix.
12474 2013-04-13  Roland Winkler  <winkler@gnu.org>
12476         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
12477         does not visit a BibTeX file, exclude it from the list of buffers
12478         returned by bibtex-initialize.
12480 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
12482         * window.el (split-window): Remove interactive form, since as a
12483         command this function is a special case of split-window-below.
12484         Correct doc string.
12486 2013-04-12  Roland Winkler  <winkler@gnu.org>
12488         * faces.el (read-face-name): Do not override value of arg default.
12489         Allow single faces and strings as default values.  Remove those
12490         elements from return value that are not faces.
12491         (describe-face): Simplify.
12492         (face-at-point): New optional args thing and multiple so that this
12493         function can provide the same functionality previously provided by
12494         read-face-name.
12495         (make-face-bold, make-face-unbold, make-face-italic)
12496         (make-face-unitalic, make-face-bold-italic, invert-face)
12497         (modify-face, read-face-and-attribute): Use face-at-point.
12499         * cus-edit.el (customize-face, customize-face-other-window)
12500         * cus-theme.el (custom-theme-add-face)
12501         * face-remap.el (buffer-face-set)
12502         * facemenu.el (facemenu-set-face): Use face-at-point.
12504 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
12506         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
12508 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
12510         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
12511         off leading { and trailing } from field values.
12513 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12515         * emacs-lisp/timer.el (timer--check): New function.
12516         (timer--time, timer-set-function, timer-event-handler): Use it.
12517         (timer-set-idle-time): Simplify.
12518         (timer--activate): CSE.
12519         (timer-event-handler): Give more info in error message.
12520         (internal-timer-start-idle): New function, moved from C.
12522         * mpc.el (mpc-proc): Add `restart' argument.
12523         (mpc-proc-cmd): Use it.
12524         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
12525         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
12526         less often.
12528 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
12530         * progmodes/sh-script.el: Implement `sh-mode' own
12531         `add-log-current-defun-function' (bug#14112).
12532         (sh-current-defun-name): New function.
12533         (sh-mode): Use the function.
12535 2013-04-09  Bastien Guerry  <bzg@gnu.org>
12537         * simple.el (choose-completion-string): Fix docstring (bug#14163).
12539 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12541         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
12543         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
12544         timer (bug#14156).
12546 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
12548         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
12549         declaration.
12551 2013-04-07  Leo Liu  <sdl.web@gmail.com>
12553         * pcmpl-x.el: New file.
12555 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
12557         Do not set x-display-name until X connection is established.
12558         This is needed to prevent from weird situation described at
12559         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
12560         * frame.el (make-frame): Set x-display-name after call to
12561         window system initialization function, not before.
12562         * term/x-win.el (x-initialize-window-system): Add optional
12563         display argument and use it.
12564         * term/w32-win.el (w32-initialize-window-system):
12565         * term/ns-win.el (ns-initialize-window-system):
12566         * term/pc-win.el (msdos-initialize-window-system):
12567         Add compatible optional display argument.
12569 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
12571         * files.el (normal-backup-enable-predicate): On MS-Windows and
12572         MS-DOS compare truenames of temporary-file-directory and of the
12573         file, so that 8+3 aliases (usually found in $TEMP on Windows)
12574         don't fail comparison by compare-strings.  Also, compare file
12575         names case-insensitively on MS-Windows and MS-DOS.
12577 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12579         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
12580         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
12582 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
12584         * whitespace.el (whitespace-color-on, whitespace-color-off):
12585         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
12587 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
12589         * ispell.el (ispell-set-spellchecker-params):
12590         Really set `ispell-args' for all equivs.
12592 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12594         * ido.el (ido-completions): Use extra elements of ido-decorations
12595         (bug#14143).
12596         (ido-decorations): Update docstring.
12598 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
12600         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
12601         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
12602         nil during initialization, in order not to miss changes since the
12603         file was opened.  (Bug#14140)
12605 2013-04-05  Leo Liu  <sdl.web@gmail.com>
12607         * kmacro.el (kmacro-call-macro): Fix bug#14135.
12609 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
12611         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
12613 2013-04-04  Glenn Morris  <rgm@gnu.org>
12615         * electric.el (electric-pair-inhibit-predicate): Add :version.
12617 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12619         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
12620         when a package is required several times (bug#14082).
12622 2013-04-04  Roland Winkler  <winkler@gnu.org>
12624         * faces.el (read-face-name): Behave as promised by the docstring.
12625         Assume that arg default is a list of faces.
12626         (describe-face): Call read-face-name with list of default faces.
12628 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12630         * bookmark.el: Fix deletion of bookmarks (bug#13972).
12631         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
12632         (bookmark-bmenu-execute-deletions): Only skip first line if it's
12633         the header.
12634         (bookmark-exit-hook-internal): Save even if list is empty.
12636 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
12638         * emacs-lisp/package.el (package-pinned-packages): New var.
12639         (package--add-to-archive-contents): Obey it (bug#14118).
12641 2013-04-03  Alan Mackenzie  <acm@muc.de>
12643         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
12644         Also adapt to the new values of element 7 of a parse state.
12646         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
12647         parameter `not-in-delimiter'.  Handle being inside comment opener.
12648         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
12649         character in case we're typing a '*' after a '/'.
12650         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
12651         instead by passing the parameter to c-state-pp-to-literal.
12653         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
12654         for elt. 7 of a parse state.
12656 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
12658         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
12659         * international/latin1-disp.el, international/mule-util.el:
12660         * language/cyril-util.el, language/european.el, language/ind-util.el:
12661         * language/lao-util.el, language/thai.el, language/tibet-util.el:
12662         * language/tibetan.el, language/viet-util.el:
12663         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
12665 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12667         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
12668         (electric-pair-post-self-insert-function): Use it.
12669         (electric-pair-default-inhibit): New function, extracted from
12670         electric-pair-post-self-insert-function.
12672 2013-03-31  Roland Winkler  <winkler@gnu.org>
12674         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
12676 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12678         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
12680 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
12682         Un-indent after "pass" and "return" statements (Bug#13888)
12683         * progmodes/python.el (python-indent-block-enders): New var.
12684         (python-indent-calculate-indentation): Use it.
12686 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
12688         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
12689         defun.  Defining it as defalias could introduce too eager
12690         byte-compiler optimization.  (Bug#14030)
12692 2013-03-30  Chong Yidong  <cyd@gnu.org>
12694         * iswitchb.el (iswitchb-read-buffer): Fix typo.
12696 2013-03-30  Leo Liu  <sdl.web@gmail.com>
12698         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
12699         (kmacro-execute-from-register): Pass the keyboard macro to
12700         kmacro-call-macro or repeating won't work correctly.
12702 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
12704         * progmodes/subword.el: Back to using `forward-symbol'.
12706         * subr.el (forward-whitespace, forward-symbol)
12707         (forward-same-syntax): Move from thingatpt.el.
12709 2013-03-29  Leo Liu  <sdl.web@gmail.com>
12711         * kmacro.el (kmacro-to-register): New command.
12712         (kmacro-execute-from-register): New function.
12713         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
12715 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12717         * mpc.el: Use defvar-local and setq-local.
12718         (mpc--proc-connect): Connection failures are not bugs.
12719         (mpc-mode-map): `follow-link' only applies to the buffer's content.
12720         (mpc-volume-map): Bind to the up-events.
12722 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12724         * progmodes/subword.el (superword-mode): Use `forward-sexp'
12725         instead of `forward-symbol'.
12727 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12729         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
12730         (edebug--recursive-edit): Use it.
12731         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
12732         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
12734 2013-03-28  Leo Liu  <sdl.web@gmail.com>
12736         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
12738 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
12740         * facemenu.el (list-colors-callback): New defvar.
12741         (list-colors-redisplay): New function.
12742         (list-colors-display): Install list-colors-redisplay as the
12743         revert-buffer-function.  (Bug#14063)
12745 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12747         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
12748         and suffixes don't overlap (bug#14061).
12750         * case-table.el: Use lexical-binding.
12751         (case-table-get-table): New function.
12752         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
12754 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
12756         * progmodes/subword.el: Add `superword-mode' to do word motion
12757         over symbol_words (parallels and leverages `subword-mode' which
12758         does word motion inside MixedCaseWords).
12760 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
12762         * eshell/em-unix.el: Move su and sudo to...
12763         * eshell/em-tramp.el: ...Eshell tramp module.
12765 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12767         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
12768         Change return value to be a sexp.  Delay `get-buffer' to after
12769         restoring the desktop (bug#13951).
12771 2013-03-26  Leo Liu  <sdl.web@gmail.com>
12773         * register.el: Move semantic tag handling back to
12774         cedet/semantic/senator.el.  (Bug#14052)
12776 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12778         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
12779         into the prompt either (bug#13963).
12781 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12783         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
12784         part of "(error-foo)".
12786 2013-03-24  Juri Linkov  <juri@jurta.org>
12788         * replace.el (list-matching-lines-prefix-face): New defcustom.
12789         (occur-1): Pass `list-matching-lines-prefix-face' to the function
12790         `occur-engine' if `face-differs-from-default-p' returns t.
12791         (occur-engine): Add `,' inside backquote construct to evaluate
12792         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
12793         Pass `prefix-face' to the functions `occur-context-lines' and
12794         `occur-engine-add-prefix'.
12795         (occur-engine-add-prefix, occur-context-lines): Add optional arg
12796         `prefix-face' and propertize the prefix with `prefix-face'.
12797         (Bug#14017)
12799 2013-03-24  Leo Liu  <sdl.web@gmail.com>
12801         * nxml/rng-valid.el (rng-validate-while-idle)
12802         (rng-validate-quick-while-idle): Guard against deleted buffer.
12803         (Bug#13999)
12805         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
12806         is the last entry in kill-buffer-hook.
12808         * files.el (kill-buffer-hook): Doc fix.
12810 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
12812         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
12813         Make it safe-local.
12815         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
12817 2013-03-23  Leo Liu  <sdl.web@gmail.com>
12819         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
12820         Remove.
12822         * nxml/rng-valid.el (rng-validate-mode)
12823         (rng-after-change-function, rng-do-some-validation):
12824         * nxml/rng-maint.el (rng-validate-buffer):
12825         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
12826         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
12827         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
12828         (nxml-extend-after-change-region): Use with-silent-modifications.
12830         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
12831         timer-idle-list.
12833         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
12834         (rng-next-error-1, rng-previous-error-1): Do not let-bind
12835         timer-idle-list.  (Bug#13999)
12837 2013-03-23  Juri Linkov  <juri@jurta.org>
12839         * info.el (info-index-match): New face.
12840         (Info-index, Info-apropos-matches): Add a nested subgroup to the
12841         main pattern and add text properties with the new face to matches
12842         in index entries relative to the beginning of the index entry.
12843         (Bug#14015)
12845 2013-03-21  Eric Ludlam  <zappo@gnu.org>
12847         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
12848         Inhibit read only while inserting objects.
12850 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
12852         * progmodes/cfengine.el: Update docs to mention
12853         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
12854         symbol motion.  Remove "_" from the word syntax.
12856 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
12858         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
12859         syntax for both `cfengine2-mode' and `cfengine3-mode'.
12861 2013-03-20  Juri Linkov  <juri@jurta.org>
12863         * info.el (Info-next-reference-or-link)
12864         (Info-prev-reference-or-link): New functions.
12865         (Info-next-reference, Info-prev-reference): Use them.
12866         (Info-try-follow-nearest-node): Handle footnote navigation.
12867         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
12869 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12871         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
12872         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
12874 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
12876         Suppress unnecessary non-ASCII chatter during build process.
12877         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
12878         (batch-skkdic-convert): Suppress most of the chatter.
12879         It's not needed so much now that machines are faster,
12880         and its non-ASCII component was confusing; see Dmitry Gutov in
12881         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
12883 2013-03-20  Leo Liu  <sdl.web@gmail.com>
12885         * ido.el (ido-chop): Fix bug#10994.
12887 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
12889         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
12890         Remove vars.
12891         (whitespace-color-on, whitespace-color-off):
12892         Use `font-lock-fontify-buffer' (Bug#13817).
12894 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12896         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
12897         remapping in mode-line.
12898         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
12900 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
12902         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
12903         value for `whitespace-line' face (Bug#13875).
12904         (whitespace-font-lock-keywords): Change description.
12905         (whitespace-color-on): Don't save `font-lock-keywords' value, save
12906         the constructed keywords instead.
12907         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
12909 2013-03-19  Leo Liu  <sdl.web@gmail.com>
12911         * progmodes/compile.el (compilation-display-error): New command.
12912         (compilation-mode-map, compilation-minor-mode-map): Bind it to
12913         C-o.  (Bug#13992)
12915 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
12917         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
12919 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
12921         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
12923 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
12925         * net/tramp-compat.el (tramp-compat-user-error): New defun.
12927         * net/tramp-adb.el (tramp-adb-handle-shell-command):
12928         * net/tramp-gvfs.el (top):
12929         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
12930         (tramp-handle-shell-command): Use it.
12931         (tramp-dissect-file-name): Raise an error when hostname is a
12932         method name, and neither method nor user is specified.
12934         * net/trampver.el: Update release number.
12936 2013-03-18  Leo Liu  <sdl.web@gmail.com>
12938         Make sure eldoc can be turned off properly.
12939         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
12940         eldoc-mode.
12941         (eldoc-display-message-p): Revert last change.
12942         (eldoc-display-message-no-interference-p)
12943         (eldoc-print-current-symbol-info): Tweak.
12945 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
12947         * doc-view.el (doc-view-new-window-function): Check the new window
12948         overlay's display property instead the char property of the
12949         buffer's first char.  Use `with-selected-window' instead of
12950         `save-window-excursion' with `select-window'.
12951         (doc-view-document->bitmap): Check the current doc-view overlay's
12952         display property instead the char property of the buffer's first char.
12954 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
12956         Automate the build of ja-dic.el (Bug#13984).
12957         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
12958         from the input, rather than assume that it's been done for us by the
12959         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
12960         the current date into a ja-dic.el comment, as that complicates
12961         regression testing.
12963 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12965         * whitespace.el: Fix double evaluation.
12966         (whitespace-space, whitespace-hspace, whitespace-tab)
12967         (whitespace-newline, whitespace-trailing, whitespace-line)
12968         (whitespace-space-before-tab, whitespace-indentation)
12969         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
12970         obsolete defvars.
12971         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
12972         (whitespace-color-on): Use a single font-lock-add-keywords call.
12973         Fix double-evaluation of face variables.
12975 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
12977         * net/tramp-adb.el (tramp-adb-parse-device-names):
12978         Use `start-process' instead of `call-process'.  Otherwise, the
12979         function might be blocked under MS Windows.  (Bug#13299)
12981 2013-03-17  Leo Liu  <sdl.web@gmail.com>
12983         Extend eldoc to display info in the mode-line.  (Bug#13978)
12984         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
12985         (eldoc-mode-line-string): New variable.
12986         (eldoc-minibuffer-message): New function.
12987         (eldoc-message-function): New variable.
12988         (eldoc-message): Use it.
12989         (eldoc-display-message-p)
12990         (eldoc-display-message-no-interference-p):
12991         Support eldoc-post-insert-mode.
12993         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
12994         (eval-expression): Run it.
12996 2013-03-17  Roland Winkler  <winkler@gnu.org>
12998         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
12999         strings in the list of return values.
13001 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
13003         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
13004         radix before checking for HMS forms.
13006 2013-03-16  Leo Liu  <sdl.web@gmail.com>
13008         * progmodes/scheme.el: Add indentation and font-locking for λ.
13009         (Bug#13975)
13011 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13013         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
13014         token before point (bug#13942).
13016 2013-03-16  Leo Liu  <sdl.web@gmail.com>
13018         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
13020 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
13022         * startup.el (command-line-normalize-file-name): Fix handling of
13023         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
13024         <xfq.free@gmail.com> in
13025         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
13027 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
13029         Sync with Tramp 2.2.7.
13031         * net/trampver.el: Update release number.
13033 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
13035         * doc-view.el: Fix bug#13887.
13036         (doc-view-insert-image): Don't modify overlay associated to
13037         non-live windows, and implement horizontal centering of image in
13038         case it's smaller than the window.
13039         (doc-view-new-window-function): Force redisplay of new windows on
13040         doc-view buffers.
13042 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
13044         * saveplace.el (save-place-alist-to-file): Don't sort
13045         `save-place-alist', just pretty-print it (bug#13882).
13047 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
13049         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
13050         Check whether `default-file-name-coding-system' is bound.
13051         It isn't in XEmacs.
13053 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13055         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
13056         backquotes for `obsolete' (bug#13929).
13058         * international/mule.el (find-auto-coding): Include file name in
13059         obsolescence warning (bug#13922).
13061 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13063         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
13064         for CFEngine 3-specific indentation.
13065         (cfengine3-indent-line): Use it.  Fix up category regex.
13066         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
13068 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13070         * type-break.el (type-break-file-name):
13071         * textmodes/remember.el (remember-data-file):
13072         * strokes.el (strokes-file):
13073         * shadowfile.el (shadow-initialize):
13074         * saveplace.el (save-place-file):
13075         * ps-bdf.el (bdf-cache-file):
13076         * progmodes/idlwave.el (idlwave-config-directory):
13077         * net/quickurl.el (quickurl-url-file):
13078         * international/kkc.el (kkc-init-file-name):
13079         * ido.el (ido-save-directory-list-file):
13080         * emulation/viper.el (viper-custom-file-name):
13081         * emulation/vip.el (vip-startup-file):
13082         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
13083         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
13085 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
13087         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
13088         * language/thai-word.el: Switch to UTF-8.
13090 See ChangeLog.16 for earlier changes.
13092 ;; Local Variables:
13093 ;; coding: utf-8
13094 ;; End:
13096   Copyright (C) 2011-2014 Free Software Foundation, Inc.
13098   This file is part of GNU Emacs.
13100   GNU Emacs is free software: you can redistribute it and/or modify
13101   it under the terms of the GNU General Public License as published by
13102   the Free Software Foundation, either version 3 of the License, or
13103   (at your option) any later version.
13105   GNU Emacs is distributed in the hope that it will be useful,
13106   but WITHOUT ANY WARRANTY; without even the implied warranty of
13107   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13108   GNU General Public License for more details.
13110   You should have received a copy of the GNU General Public License
13111   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.